+ 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:32:08 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-58b66d6d97-njw95 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 0x7facaff9f668 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:32:13.268 7 INFO neutron.common.config [-] Logging enabled! 2026-06-16 01:32:13.268 7 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-06-16 01:32:13.467 8 INFO neutron.common.config [-] Logging enabled! 2026-06-16 01:32:13.467 8 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-06-16 01:32:13.644 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-06-16 01:32:13.863 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-06-16 01:32:15.168 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-16 01:32:15.171 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-06-16 01:32:15.174 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-06-16 01:32:15.175 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-16 01:32:15.175 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-06-16 01:32:15.176 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-06-16 01:32:15.176 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-16 01:32:15.183 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-16 01:32:15.183 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-16 01:32:15.183 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-06-16 01:32:15.205 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-06-16 01:32:15.206 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-06-16 01:32:15.207 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-06-16 01:32:15.236 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-06-16 01:32:15.237 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-06-16 01:32:15.237 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-06-16 01:32:15.237 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-06-16 01:32:15.315 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-16 01:32:15.318 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-06-16 01:32:15.322 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-06-16 01:32:15.322 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-16 01:32:15.323 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-06-16 01:32:15.323 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-06-16 01:32:15.323 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-16 01:32:15.330 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-16 01:32:15.330 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-16 01:32:15.330 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-06-16 01:32:15.353 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-06-16 01:32:15.354 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-06-16 01:32:15.354 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-06-16 01:32:15.383 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-06-16 01:32:15.383 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-06-16 01:32:15.383 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-06-16 01:32:15.384 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-06-16 01:32:15.524 7 INFO neutron.plugins.ml2.managers [None req-28b130e2-2220-4bf9-a80f-842d8f2ea99d - - - - - -] Initializing driver for type 'vlan' 2026-06-16 01:32:15.663 8 INFO neutron.plugins.ml2.managers [None req-68a5fd14-3b61-4cb5-aa15-ca1c92477d84 - - - - - -] Initializing driver for type 'vlan' 2026-06-16 01:32:15.797 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-28b130e2-2220-4bf9-a80f-842d8f2ea99d - - - - - -] VlanTypeDriver initialization complete 2026-06-16 01:32:15.797 7 INFO neutron.plugins.ml2.managers [None req-28b130e2-2220-4bf9-a80f-842d8f2ea99d - - - - - -] Initializing driver for type 'vxlan' 2026-06-16 01:32:15.797 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-28b130e2-2220-4bf9-a80f-842d8f2ea99d - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-06-16 01:32:15.811 7 INFO neutron.plugins.ml2.managers [None req-28b130e2-2220-4bf9-a80f-842d8f2ea99d - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-06-16 01:32:15.811 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-28b130e2-2220-4bf9-a80f-842d8f2ea99d - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-06-16 01:32:15.811 7 INFO neutron.plugins.ml2.managers [None req-28b130e2-2220-4bf9-a80f-842d8f2ea99d - - - - - -] Initializing extension driver 'port_security' 2026-06-16 01:32:15.811 7 INFO neutron.plugins.ml2.extensions.port_security [None req-28b130e2-2220-4bf9-a80f-842d8f2ea99d - - - - - -] PortSecurityExtensionDriver initialization complete 2026-06-16 01:32:15.811 7 INFO neutron.plugins.ml2.managers [None req-28b130e2-2220-4bf9-a80f-842d8f2ea99d - - - - - -] Initializing extension driver 'qos' 2026-06-16 01:32:15.811 7 INFO neutron.plugins.ml2.managers [None req-28b130e2-2220-4bf9-a80f-842d8f2ea99d - - - - - -] Initializing mechanism driver 'openvswitch' 2026-06-16 01:32:15.811 7 INFO neutron.plugins.ml2.managers [None req-28b130e2-2220-4bf9-a80f-842d8f2ea99d - - - - - -] Initializing mechanism driver 'l2population' 2026-06-16 01:32:15.827 7 INFO neutron.quota [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Loaded quota_driver: . 2026-06-16 01:32:15.828 7 INFO neutron.plugins.ml2.plugin [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Modular L2 Plugin initialization complete 2026-06-16 01:32:15.828 7 INFO neutron.plugins.ml2.managers [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-06-16 01:32:15.828 7 INFO neutron.plugins.ml2.managers [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-06-16 01:32:15.828 7 INFO neutron.plugins.ml2.managers [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Got port-security extension from driver 'port_security' 2026-06-16 01:32:15.828 7 INFO neutron.manager [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Loading Plugin: qos 2026-06-16 01:32:15.841 7 INFO neutron.manager [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Loading Plugin: router 2026-06-16 01:32:15.883 7 INFO neutron.services.service_base [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-06-16 01:32:15.883 7 INFO neutron.manager [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Loading Plugin: segments 2026-06-16 01:32:15.936 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-68a5fd14-3b61-4cb5-aa15-ca1c92477d84 - - - - - -] VlanTypeDriver initialization complete 2026-06-16 01:32:15.937 8 INFO neutron.plugins.ml2.managers [None req-68a5fd14-3b61-4cb5-aa15-ca1c92477d84 - - - - - -] Initializing driver for type 'vxlan' 2026-06-16 01:32:15.937 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-68a5fd14-3b61-4cb5-aa15-ca1c92477d84 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-06-16 01:32:15.951 8 INFO neutron.plugins.ml2.managers [None req-68a5fd14-3b61-4cb5-aa15-ca1c92477d84 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-06-16 01:32:15.951 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-68a5fd14-3b61-4cb5-aa15-ca1c92477d84 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-06-16 01:32:15.951 8 INFO neutron.plugins.ml2.managers [None req-68a5fd14-3b61-4cb5-aa15-ca1c92477d84 - - - - - -] Initializing extension driver 'port_security' 2026-06-16 01:32:15.952 8 INFO neutron.plugins.ml2.extensions.port_security [None req-68a5fd14-3b61-4cb5-aa15-ca1c92477d84 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-06-16 01:32:15.952 8 INFO neutron.plugins.ml2.managers [None req-68a5fd14-3b61-4cb5-aa15-ca1c92477d84 - - - - - -] Initializing extension driver 'qos' 2026-06-16 01:32:15.952 8 INFO neutron.plugins.ml2.managers [None req-68a5fd14-3b61-4cb5-aa15-ca1c92477d84 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-06-16 01:32:15.952 8 INFO neutron.plugins.ml2.managers [None req-68a5fd14-3b61-4cb5-aa15-ca1c92477d84 - - - - - -] Initializing mechanism driver 'l2population' 2026-06-16 01:32:15.972 8 INFO neutron.quota [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Loaded quota_driver: . 2026-06-16 01:32:15.973 8 INFO neutron.plugins.ml2.plugin [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Modular L2 Plugin initialization complete 2026-06-16 01:32:15.973 8 INFO neutron.plugins.ml2.managers [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-06-16 01:32:15.973 8 INFO neutron.plugins.ml2.managers [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-06-16 01:32:15.973 8 INFO neutron.plugins.ml2.managers [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Got port-security extension from driver 'port_security' 2026-06-16 01:32:15.974 8 INFO neutron.manager [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Loading Plugin: qos 2026-06-16 01:32:15.982 7 INFO neutron.manager [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Loading Plugin: trunk 2026-06-16 01:32:15.988 8 INFO neutron.manager [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Loading Plugin: router 2026-06-16 01:32:15.998 7 INFO neutron.manager [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Loading Plugin: vpnaas 2026-06-16 01:32:16.028 8 INFO neutron.services.service_base [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-06-16 01:32:16.028 8 INFO neutron.manager [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Loading Plugin: segments 2026-06-16 01:32:16.036 7 WARNING stevedore.named [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-16 01:32:16.098 7 INFO neutron_vpnaas.services.vpn.plugin [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-06-16 01:32:16.099 7 INFO neutron.common.utils [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-06-16 01:32:16.099 7 INFO neutron.manager [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Loading Plugin: taas 2026-06-16 01:32:16.124 7 WARNING stevedore.named [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-16 01:32:16.124 7 WARNING stevedore.named [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-16 01:32:16.124 8 INFO neutron.manager [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Loading Plugin: trunk 2026-06-16 01:32:16.139 8 INFO neutron.manager [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Loading Plugin: vpnaas 2026-06-16 01:32:16.146 7 INFO neutron_taas.services.taas.taas_plugin [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-06-16 01:32:16.146 7 INFO neutron.manager [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Loading Plugin: tapmirror 2026-06-16 01:32:16.159 7 WARNING stevedore.named [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-16 01:32:16.159 7 WARNING stevedore.named [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-16 01:32:16.176 8 WARNING stevedore.named [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-16 01:32:16.176 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-06-16 01:32:16.177 7 INFO neutron.manager [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Loading Plugin: auto_allocate 2026-06-16 01:32:16.186 7 INFO neutron.manager [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Loading Plugin: tag 2026-06-16 01:32:16.196 7 INFO neutron.manager [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Loading Plugin: timestamp 2026-06-16 01:32:16.198 7 INFO neutron.manager [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Loading Plugin: network_ip_availability 2026-06-16 01:32:16.202 7 INFO neutron.manager [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Loading Plugin: flavors 2026-06-16 01:32:16.205 7 INFO neutron.manager [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Loading Plugin: revisions 2026-06-16 01:32:16.209 7 INFO neutron.api.extensions [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Initializing extension manager. 2026-06-16 01:32:16.210 7 INFO neutron.api.extensions [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Loaded extension: address-group 2026-06-16 01:32:16.211 7 INFO neutron.api.extensions [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Loaded extension: address-scope 2026-06-16 01:32:16.212 7 INFO neutron.api.extensions [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-06-16 01:32:16.212 7 INFO neutron.api.extensions [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Loaded extension: agent 2026-06-16 01:32:16.213 7 INFO neutron.api.extensions [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Loaded extension: agent-resources-synced 2026-06-16 01:32:16.214 7 INFO neutron.api.extensions [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Loaded extension: allowed-address-pairs 2026-06-16 01:32:16.215 7 INFO neutron.api.extensions [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Loaded extension: auto-allocated-topology 2026-06-16 01:32:16.216 7 INFO neutron.api.extensions [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Loaded extension: availability_zone 2026-06-16 01:32:16.216 7 INFO neutron.api.extensions [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Loaded extension: availability_zone_filter 2026-06-16 01:32:16.216 7 INFO neutron.api.extensions [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-06-16 01:32:16.217 7 INFO neutron.api.extensions [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Loaded extension: default-subnetpools 2026-06-16 01:32:16.219 7 INFO neutron.api.extensions [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-06-16 01:32:16.219 7 INFO neutron.api.extensions [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Loaded extension: dns-integration 2026-06-16 01:32:16.220 7 INFO neutron.api.extensions [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Loaded extension: dns-domain-ports 2026-06-16 01:32:16.220 7 INFO neutron.api.extensions [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-06-16 01:32:16.221 7 INFO neutron.api.extensions [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Loaded extension: dvr 2026-06-16 01:32:16.221 7 INFO neutron.api.extensions [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-06-16 01:32:16.222 7 INFO neutron.api.extensions [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Loaded extension: empty-string-filtering 2026-06-16 01:32:16.223 7 INFO neutron.api.extensions [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-06-16 01:32:16.223 7 INFO neutron.api.extensions [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-06-16 01:32:16.224 7 INFO neutron.api.extensions [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Loaded extension: external-net 2026-06-16 01:32:16.224 7 INFO neutron.api.extensions [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Loaded extension: extra_dhcp_opt 2026-06-16 01:32:16.225 7 INFO neutron.api.extensions [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Loaded extension: extraroute 2026-06-16 01:32:16.225 7 INFO neutron.api.extensions [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Loaded extension: extraroute-atomic 2026-06-16 01:32:16.226 7 INFO neutron.api.extensions [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-06-16 01:32:16.227 7 INFO neutron.api.extensions [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-06-16 01:32:16.228 7 INFO neutron.api.extensions [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-06-16 01:32:16.228 7 INFO neutron.api.extensions [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-06-16 01:32:16.229 7 INFO neutron.api.extensions [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Loaded extension: fip-port-details 2026-06-16 01:32:16.229 7 INFO neutron.api.extensions [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Loaded extension: flavors 2026-06-16 01:32:16.231 7 INFO neutron.api.extensions [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-06-16 01:32:16.231 7 INFO neutron.api.extensions [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Loaded extension: floatingip-pools 2026-06-16 01:32:16.232 7 INFO neutron.api.extensions [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Loaded extension: ip_allocation 2026-06-16 01:32:16.232 7 INFO neutron.api.extensions [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Loaded extension: ip-substring-filtering 2026-06-16 01:32:16.233 7 INFO neutron.api.extensions [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Loaded extension: l2_adjacency 2026-06-16 01:32:16.234 7 INFO neutron.api.extensions [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Loaded extension: router 2026-06-16 01:32:16.235 8 INFO neutron_vpnaas.services.vpn.plugin [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-06-16 01:32:16.235 8 INFO neutron.common.utils [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-06-16 01:32:16.235 8 INFO neutron.manager [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Loading Plugin: taas 2026-06-16 01:32:16.236 7 INFO neutron.api.extensions [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-06-16 01:32:16.236 7 INFO neutron.api.extensions [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-06-16 01:32:16.237 7 INFO neutron.api.extensions [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-06-16 01:32:16.237 7 INFO neutron.api.extensions [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Loaded extension: ext-gw-mode 2026-06-16 01:32:16.238 7 INFO neutron.api.extensions [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Loaded extension: l3-ha 2026-06-16 01:32:16.238 7 INFO neutron.api.extensions [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-06-16 01:32:16.239 7 INFO neutron.api.extensions [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-06-16 01:32:16.239 7 INFO neutron.api.extensions [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Loaded extension: l3-flavors 2026-06-16 01:32:16.240 7 INFO neutron.api.extensions [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-06-16 01:32:16.241 7 INFO neutron.api.extensions [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-06-16 01:32:16.243 7 INFO neutron.api.extensions [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Loaded extension: l3_agent_scheduler 2026-06-16 01:32:16.244 7 INFO neutron.api.extensions [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-06-16 01:32:16.245 7 INFO neutron.api.extensions [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Extension logging not supported by any of loaded plugins 2026-06-16 01:32:16.246 7 INFO neutron.api.extensions [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Extension metering not supported by any of loaded plugins 2026-06-16 01:32:16.247 7 INFO neutron.api.extensions [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-06-16 01:32:16.248 7 INFO neutron.api.extensions [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Loaded extension: multi-provider 2026-06-16 01:32:16.249 7 INFO neutron.api.extensions [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Loaded extension: net-mtu 2026-06-16 01:32:16.250 7 INFO neutron.api.extensions [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Loaded extension: net-mtu-writable 2026-06-16 01:32:16.250 7 INFO neutron.api.extensions [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Loaded extension: network_availability_zone 2026-06-16 01:32:16.251 7 INFO neutron.api.extensions [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Loaded extension: network_ha 2026-06-16 01:32:16.252 7 INFO neutron.api.extensions [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Loaded extension: network-ip-availability 2026-06-16 01:32:16.253 7 INFO neutron.api.extensions [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-06-16 01:32:16.253 7 INFO neutron.api.extensions [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Loaded extension: pagination 2026-06-16 01:32:16.254 7 INFO neutron.api.extensions [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Loaded extension: port-device-profile 2026-06-16 01:32:16.254 7 INFO neutron.api.extensions [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-06-16 01:32:16.255 7 INFO neutron.api.extensions [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-06-16 01:32:16.255 7 INFO neutron.api.extensions [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-06-16 01:32:16.256 7 INFO neutron.api.extensions [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Loaded extension: port-mac-override 2026-06-16 01:32:16.256 7 INFO neutron.api.extensions [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-06-16 01:32:16.257 7 INFO neutron.api.extensions [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-06-16 01:32:16.258 7 INFO neutron.api.extensions [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-06-16 01:32:16.258 7 INFO neutron.api.extensions [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Loaded extension: port-resource-request 2026-06-16 01:32:16.258 8 WARNING stevedore.named [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-16 01:32:16.258 8 WARNING stevedore.named [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-16 01:32:16.259 7 INFO neutron.api.extensions [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Loaded extension: port-resource-request-groups 2026-06-16 01:32:16.260 7 INFO neutron.api.extensions [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-06-16 01:32:16.261 7 INFO neutron.api.extensions [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Loaded extension: binding 2026-06-16 01:32:16.262 7 INFO neutron.api.extensions [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Loaded extension: binding-extended 2026-06-16 01:32:16.262 7 INFO neutron.api.extensions [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Loaded extension: port-security 2026-06-16 01:32:16.263 7 INFO neutron.api.extensions [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Loaded extension: project-id 2026-06-16 01:32:16.263 7 INFO neutron.api.extensions [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Loaded extension: provider 2026-06-16 01:32:16.264 7 INFO neutron.api.extensions [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-06-16 01:32:16.269 7 INFO neutron.api.extensions [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Loaded extension: qos 2026-06-16 01:32:16.270 7 INFO neutron.api.extensions [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-06-16 01:32:16.271 7 INFO neutron.api.extensions [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-06-16 01:32:16.271 7 INFO neutron.api.extensions [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Loaded extension: qos-default 2026-06-16 01:32:16.272 7 INFO neutron.api.extensions [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Loaded extension: qos-fip 2026-06-16 01:32:16.272 7 INFO neutron.api.extensions [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-06-16 01:32:16.273 7 INFO neutron.api.extensions [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Loaded extension: qos-gateway-ip 2026-06-16 01:32:16.274 7 INFO neutron.api.extensions [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Loaded extension: qos-port-network-policy 2026-06-16 01:32:16.274 7 INFO neutron.api.extensions [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Loaded extension: qos-pps-minimum 2026-06-16 01:32:16.275 7 INFO neutron.api.extensions [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-06-16 01:32:16.276 7 INFO neutron.api.extensions [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Loaded extension: qos-pps 2026-06-16 01:32:16.276 7 INFO neutron.api.extensions [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Loaded extension: qos-rule-type-details 2026-06-16 01:32:16.277 7 INFO neutron.api.extensions [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Loaded extension: qos-rule-type-filter 2026-06-16 01:32:16.278 7 INFO neutron.api.extensions [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Loaded extension: qos-rules-alias 2026-06-16 01:32:16.279 7 INFO neutron.api.extensions [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Loaded extension: quota-check-limit 2026-06-16 01:32:16.280 7 INFO neutron.api.extensions [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Loaded extension: quota-check-limit-default 2026-06-16 01:32:16.282 7 INFO neutron.api.extensions [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Loaded extension: quotas 2026-06-16 01:32:16.283 7 INFO neutron.api.extensions [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Loaded extension: quota_details 2026-06-16 01:32:16.284 7 INFO neutron.api.extensions [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Loaded extension: rbac-policies 2026-06-16 01:32:16.285 7 INFO neutron.api.extensions [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Loaded extension: rbac-address-group 2026-06-16 01:32:16.285 7 INFO neutron.api.extensions [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Loaded extension: rbac-address-scope 2026-06-16 01:32:16.286 7 INFO neutron.api.extensions [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Loaded extension: rbac-security-groups 2026-06-16 01:32:16.286 7 INFO neutron.api.extensions [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Loaded extension: rbac-subnetpool 2026-06-16 01:32:16.287 7 INFO neutron.api.extensions [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Loaded extension: revision-if-match 2026-06-16 01:32:16.288 7 INFO neutron.api.extensions [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Loaded extension: standard-attr-revisions 2026-06-16 01:32:16.288 7 INFO neutron.api.extensions [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Loaded extension: router_availability_zone 2026-06-16 01:32:16.289 7 INFO neutron.api.extensions [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-06-16 01:32:16.291 7 INFO neutron.api.extensions [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Loaded extension: security-groups-default-rules 2026-06-16 01:32:16.292 7 INFO neutron.api.extensions [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-06-16 01:32:16.292 7 INFO neutron.api.extensions [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Loaded extension: port-security-groups-filtering 2026-06-16 01:32:16.293 7 INFO neutron.api.extensions [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-06-16 01:32:16.294 7 INFO neutron.api.extensions [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-06-16 01:32:16.295 7 INFO neutron.api.extensions [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-06-16 01:32:16.299 7 INFO neutron.api.extensions [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Loaded extension: security-group 2026-06-16 01:32:16.301 7 INFO neutron.api.extensions [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Loaded extension: segment 2026-06-16 01:32:16.301 7 INFO neutron.api.extensions [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-06-16 01:32:16.302 7 INFO neutron.api.extensions [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Loaded extension: service-type 2026-06-16 01:32:16.302 7 INFO neutron.api.extensions [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Loaded extension: sorting 2026-06-16 01:32:16.303 7 INFO neutron.api.extensions [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Loaded extension: standard-attr-segment 2026-06-16 01:32:16.303 8 INFO neutron_taas.services.taas.taas_plugin [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-06-16 01:32:16.304 7 INFO neutron.api.extensions [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Loaded extension: standard-attr-description 2026-06-16 01:32:16.304 8 INFO neutron.manager [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Loading Plugin: tapmirror 2026-06-16 01:32:16.304 7 INFO neutron.api.extensions [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Loaded extension: stateful-security-group 2026-06-16 01:32:16.305 7 WARNING neutron.api.extensions [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] 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:32:16.305 7 INFO neutron.api.extensions [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-06-16 01:32:16.306 7 INFO neutron.api.extensions [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Loaded extension: subnet-external-network 2026-06-16 01:32:16.306 7 INFO neutron.api.extensions [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Loaded extension: subnet_onboard 2026-06-16 01:32:16.307 7 INFO neutron.api.extensions [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-06-16 01:32:16.308 7 INFO neutron.api.extensions [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Loaded extension: subnet-service-types 2026-06-16 01:32:16.309 7 INFO neutron.api.extensions [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Loaded extension: subnet_allocation 2026-06-16 01:32:16.309 7 INFO neutron.api.extensions [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-06-16 01:32:16.310 7 INFO neutron.api.extensions [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Loaded extension: tag-creation 2026-06-16 01:32:16.310 7 INFO neutron.api.extensions [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-06-16 01:32:16.315 7 INFO neutron.api.extensions [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Loaded extension: standard-attr-tag 2026-06-16 01:32:16.315 7 INFO neutron.api.extensions [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Loaded extension: standard-attr-timestamp 2026-06-16 01:32:16.316 7 INFO neutron.api.extensions [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Loaded extension: trunk 2026-06-16 01:32:16.317 7 INFO neutron.api.extensions [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Loaded extension: trunk-details 2026-06-16 01:32:16.318 7 INFO neutron.api.extensions [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-06-16 01:32:16.318 8 WARNING stevedore.named [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-16 01:32:16.318 8 WARNING stevedore.named [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-16 01:32:16.318 7 INFO neutron.api.extensions [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-06-16 01:32:16.319 7 INFO neutron.api.extensions [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-06-16 01:32:16.320 7 INFO neutron.api.extensions [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Loaded extension: vpn-aes-ctr 2026-06-16 01:32:16.322 7 INFO neutron.api.extensions [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-06-16 01:32:16.323 7 INFO neutron.api.extensions [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-06-16 01:32:16.323 7 INFO neutron.api.extensions [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Loaded extension: vpn-flavors 2026-06-16 01:32:16.325 7 INFO neutron.api.extensions [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Loaded extension: vpnaas 2026-06-16 01:32:16.326 7 INFO neutron.api.extensions [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Loaded extension: taas 2026-06-16 01:32:16.327 7 INFO neutron.api.extensions [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Loaded extension: tap-mirror 2026-06-16 01:32:16.328 7 INFO neutron.api.extensions [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Loaded extension: taas-vlan-filter 2026-06-16 01:32:16.330 7 INFO neutron.quota.resource_registry [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Creating instance of TrackedResource for resource:network 2026-06-16 01:32:16.331 7 INFO neutron.quota.resource_registry [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-06-16 01:32:16.331 7 INFO neutron.quota.resource_registry [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-16 01:32:16.331 7 INFO neutron.quota.resource_registry [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Creating instance of TrackedResource for resource:port 2026-06-16 01:32:16.331 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-06-16 01:32:16.331 8 INFO neutron.manager [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Loading Plugin: auto_allocate 2026-06-16 01:32:16.334 7 INFO neutron.quota.resource_registry [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-16 01:32:16.335 7 INFO neutron.quota.resource_registry [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-16 01:32:16.340 8 INFO neutron.manager [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Loading Plugin: tag 2026-06-16 01:32:16.341 7 INFO neutron.quota.resource_registry [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-16 01:32:16.341 7 INFO neutron.quota.resource_registry [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-16 01:32:16.342 7 INFO neutron.quota.resource_registry [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-16 01:32:16.343 7 INFO neutron.quota.resource_registry [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-16 01:32:16.343 7 WARNING neutron.quota.resource_registry [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] subnetpool is already registered 2026-06-16 01:32:16.343 7 INFO neutron.quota.resource_registry [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-16 01:32:16.343 7 WARNING neutron.quota.resource_registry [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] subnetpool is already registered 2026-06-16 01:32:16.344 7 INFO neutron.quota.resource_registry [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-16 01:32:16.344 7 INFO neutron.quota.resource_registry [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-16 01:32:16.345 7 INFO neutron.quota.resource_registry [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-16 01:32:16.345 7 INFO neutron.quota.resource_registry [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-16 01:32:16.345 7 INFO neutron.quota.resource_registry [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-16 01:32:16.346 7 INFO neutron.quota.resource_registry [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-16 01:32:16.346 7 INFO neutron.quota.resource_registry [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-16 01:32:16.346 7 WARNING neutron.quota.resource_registry [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] ipsecpolicy is already registered 2026-06-16 01:32:16.347 7 INFO neutron.quota.resource_registry [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-16 01:32:16.347 7 WARNING neutron.quota.resource_registry [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] ikepolicy is already registered 2026-06-16 01:32:16.348 8 INFO neutron.manager [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Loading Plugin: timestamp 2026-06-16 01:32:16.351 7 INFO neutron.quota.resource_registry [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-16 01:32:16.352 7 WARNING neutron.quota.resource_registry [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] router is already registered 2026-06-16 01:32:16.352 8 INFO neutron.manager [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Loading Plugin: network_ip_availability 2026-06-16 01:32:16.352 7 INFO neutron.quota.resource_registry [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-16 01:32:16.352 7 WARNING neutron.quota.resource_registry [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] floatingip is already registered 2026-06-16 01:32:16.356 7 INFO neutron.quota.resource_registry [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-16 01:32:16.356 7 WARNING neutron.quota.resource_registry [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] rbac_policy is already registered 2026-06-16 01:32:16.356 7 INFO neutron.quota.resource_registry [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-16 01:32:16.357 7 WARNING neutron.quota.resource_registry [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] security_group is already registered 2026-06-16 01:32:16.357 8 INFO neutron.manager [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Loading Plugin: flavors 2026-06-16 01:32:16.357 7 INFO neutron.quota.resource_registry [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-16 01:32:16.357 7 WARNING neutron.quota.resource_registry [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] security_group_rule is already registered 2026-06-16 01:32:16.358 7 INFO neutron.quota.resource_registry [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-16 01:32:16.358 7 WARNING neutron.quota.resource_registry [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] subnetpool is already registered 2026-06-16 01:32:16.359 7 INFO neutron.quota.resource_registry [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-16 01:32:16.359 7 WARNING neutron.quota.resource_registry [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] subnetpool is already registered 2026-06-16 01:32:16.359 7 INFO neutron.quota.resource_registry [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-16 01:32:16.359 7 WARNING neutron.quota.resource_registry [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] trunk is already registered 2026-06-16 01:32:16.360 7 INFO neutron.quota.resource_registry [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-16 01:32:16.360 7 WARNING neutron.quota.resource_registry [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] ikepolicy is already registered 2026-06-16 01:32:16.360 7 INFO neutron.quota.resource_registry [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-16 01:32:16.360 7 WARNING neutron.quota.resource_registry [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] ipsecpolicy is already registered 2026-06-16 01:32:16.361 7 INFO neutron.quota.resource_registry [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-16 01:32:16.361 7 WARNING neutron.quota.resource_registry [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] endpoint_group is already registered 2026-06-16 01:32:16.361 8 INFO neutron.manager [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Loading Plugin: revisions 2026-06-16 01:32:16.361 7 INFO neutron.quota.resource_registry [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-16 01:32:16.362 7 WARNING neutron.quota.resource_registry [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] vpnservice is already registered 2026-06-16 01:32:16.362 7 INFO neutron.quota.resource_registry [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-16 01:32:16.362 7 WARNING neutron.quota.resource_registry [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] ipsec_site_connection is already registered 2026-06-16 01:32:16.362 7 INFO neutron.quota.resource_registry [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-16 01:32:16.363 7 WARNING neutron.quota.resource_registry [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] ipsecpolicy is already registered 2026-06-16 01:32:16.363 7 INFO neutron.quota.resource_registry [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-16 01:32:16.363 7 WARNING neutron.quota.resource_registry [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] ikepolicy is already registered 2026-06-16 01:32:16.366 8 INFO neutron.api.extensions [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Initializing extension manager. 2026-06-16 01:32:16.368 8 INFO neutron.api.extensions [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Loaded extension: address-group 2026-06-16 01:32:16.369 8 INFO neutron.api.extensions [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Loaded extension: address-scope 2026-06-16 01:32:16.369 8 INFO neutron.api.extensions [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-06-16 01:32:16.370 8 INFO neutron.api.extensions [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Loaded extension: agent 2026-06-16 01:32:16.371 8 INFO neutron.api.extensions [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Loaded extension: agent-resources-synced 2026-06-16 01:32:16.372 8 INFO neutron.api.extensions [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Loaded extension: allowed-address-pairs 2026-06-16 01:32:16.372 8 INFO neutron.api.extensions [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Loaded extension: auto-allocated-topology 2026-06-16 01:32:16.373 8 INFO neutron.api.extensions [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Loaded extension: availability_zone 2026-06-16 01:32:16.374 8 INFO neutron.api.extensions [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Loaded extension: availability_zone_filter 2026-06-16 01:32:16.374 8 INFO neutron.api.extensions [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-06-16 01:32:16.375 8 INFO neutron.api.extensions [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Loaded extension: default-subnetpools 2026-06-16 01:32:16.376 8 INFO neutron.api.extensions [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-06-16 01:32:16.377 8 INFO neutron.api.extensions [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Loaded extension: dns-integration 2026-06-16 01:32:16.377 8 INFO neutron.api.extensions [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Loaded extension: dns-domain-ports 2026-06-16 01:32:16.378 8 INFO neutron.api.extensions [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-06-16 01:32:16.378 8 INFO neutron.api.extensions [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Loaded extension: dvr 2026-06-16 01:32:16.379 8 INFO neutron.api.extensions [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-06-16 01:32:16.379 8 INFO neutron.api.extensions [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Loaded extension: empty-string-filtering 2026-06-16 01:32:16.380 8 INFO neutron.api.extensions [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-06-16 01:32:16.380 8 INFO neutron.api.extensions [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-06-16 01:32:16.381 8 INFO neutron.api.extensions [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Loaded extension: external-net 2026-06-16 01:32:16.381 8 INFO neutron.api.extensions [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Loaded extension: extra_dhcp_opt 2026-06-16 01:32:16.382 8 INFO neutron.api.extensions [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Loaded extension: extraroute 2026-06-16 01:32:16.383 8 INFO neutron.api.extensions [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Loaded extension: extraroute-atomic 2026-06-16 01:32:16.383 8 INFO neutron.api.extensions [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-06-16 01:32:16.384 8 INFO neutron.api.extensions [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-06-16 01:32:16.384 8 INFO neutron.api.extensions [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-06-16 01:32:16.385 8 INFO neutron.api.extensions [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-06-16 01:32:16.386 8 INFO neutron.api.extensions [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Loaded extension: fip-port-details 2026-06-16 01:32:16.387 8 INFO neutron.api.extensions [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Loaded extension: flavors 2026-06-16 01:32:16.388 8 INFO neutron.api.extensions [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-06-16 01:32:16.388 8 INFO neutron.api.extensions [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Loaded extension: floatingip-pools 2026-06-16 01:32:16.389 8 INFO neutron.api.extensions [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Loaded extension: ip_allocation 2026-06-16 01:32:16.389 8 INFO neutron.api.extensions [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Loaded extension: ip-substring-filtering 2026-06-16 01:32:16.390 8 INFO neutron.api.extensions [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Loaded extension: l2_adjacency 2026-06-16 01:32:16.391 8 INFO neutron.api.extensions [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Loaded extension: router 2026-06-16 01:32:16.393 8 INFO neutron.api.extensions [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-06-16 01:32:16.393 8 INFO neutron.api.extensions [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-06-16 01:32:16.394 8 INFO neutron.api.extensions [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-06-16 01:32:16.394 8 INFO neutron.api.extensions [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Loaded extension: ext-gw-mode 2026-06-16 01:32:16.395 8 INFO neutron.api.extensions [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Loaded extension: l3-ha 2026-06-16 01:32:16.395 8 INFO neutron.api.extensions [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-06-16 01:32:16.396 8 INFO neutron.api.extensions [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-06-16 01:32:16.396 8 INFO neutron.api.extensions [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Loaded extension: l3-flavors 2026-06-16 01:32:16.397 8 INFO neutron.api.extensions [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-06-16 01:32:16.398 8 INFO neutron.api.extensions [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-06-16 01:32:16.400 8 INFO neutron.api.extensions [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Loaded extension: l3_agent_scheduler 2026-06-16 01:32:16.401 8 INFO neutron.api.extensions [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-06-16 01:32:16.402 8 INFO neutron.api.extensions [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Extension logging not supported by any of loaded plugins 2026-06-16 01:32:16.402 7 WARNING keystonemiddleware._common.config [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-06-16 01:32:16.403 8 INFO neutron.api.extensions [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Extension metering not supported by any of loaded plugins 2026-06-16 01:32:16.404 8 INFO neutron.api.extensions [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-06-16 01:32:16.404 8 INFO neutron.api.extensions [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Loaded extension: multi-provider 2026-06-16 01:32:16.405 8 INFO neutron.api.extensions [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Loaded extension: net-mtu 2026-06-16 01:32:16.405 8 INFO neutron.api.extensions [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Loaded extension: net-mtu-writable 2026-06-16 01:32:16.406 8 INFO neutron.api.extensions [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Loaded extension: network_availability_zone 2026-06-16 01:32:16.406 8 INFO neutron.api.extensions [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Loaded extension: network_ha 2026-06-16 01:32:16.407 8 INFO neutron.api.extensions [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Loaded extension: network-ip-availability 2026-06-16 01:32:16.408 8 INFO neutron.api.extensions [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-06-16 01:32:16.408 8 INFO neutron.api.extensions [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Loaded extension: pagination 2026-06-16 01:32:16.409 8 INFO neutron.api.extensions [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Loaded extension: port-device-profile 2026-06-16 01:32:16.409 7 WARNING oslo_config.cfg [None req-75aa4b99-d669-4f58-8fdf-bef200236802 - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". 2026-06-16 01:32:16.409 8 INFO neutron.api.extensions [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-06-16 01:32:16.410 8 INFO neutron.api.extensions [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-06-16 01:32:16.410 8 INFO neutron.api.extensions [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-06-16 01:32:16.411 8 INFO neutron.api.extensions [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Loaded extension: port-mac-override 2026-06-16 01:32:16.411 8 INFO neutron.api.extensions [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Loaded extension: port-mac-address-regenerate WSGI app 0 (mountpoint='') ready in 8 seconds on interpreter 0x7facaff9f668 pid: 7 (default app) 2026-06-16 01:32:16.412 8 INFO neutron.api.extensions [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Loaded extension: port-numa-affinity-policy 2026-06-16 01:32:16.412 8 INFO neutron.api.extensions [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-06-16 01:32:16.413 8 INFO neutron.api.extensions [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Loaded extension: port-resource-request 2026-06-16 01:32:16.413 8 INFO neutron.api.extensions [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Loaded extension: port-resource-request-groups 2026-06-16 01:32:16.414 8 INFO neutron.api.extensions [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-06-16 01:32:16.414 8 INFO neutron.api.extensions [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Loaded extension: binding 2026-06-16 01:32:16.415 8 INFO neutron.api.extensions [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Loaded extension: binding-extended 2026-06-16 01:32:16.416 8 INFO neutron.api.extensions [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Loaded extension: port-security 2026-06-16 01:32:16.418 8 INFO neutron.api.extensions [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Loaded extension: project-id 2026-06-16 01:32:16.418 8 INFO neutron.api.extensions [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Loaded extension: provider 2026-06-16 01:32:16.419 8 INFO neutron.api.extensions [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Extension qinq not supported by any of loaded plugins 2026-06-16 01:32:16.421 8 INFO neutron.api.extensions [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Loaded extension: qos 2026-06-16 01:32:16.422 8 INFO neutron.api.extensions [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Loaded extension: qos-bw-limit-direction 2026-06-16 01:32:16.422 8 INFO neutron.api.extensions [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-06-16 01:32:16.423 8 INFO neutron.api.extensions [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Loaded extension: qos-default 2026-06-16 01:32:16.423 8 INFO neutron.api.extensions [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Loaded extension: qos-fip 2026-06-16 01:32:16.423 8 INFO neutron.api.extensions [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-06-16 01:32:16.424 8 INFO neutron.api.extensions [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Loaded extension: qos-gateway-ip 2026-06-16 01:32:16.424 8 INFO neutron.api.extensions [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Loaded extension: qos-port-network-policy 2026-06-16 01:32:16.425 8 INFO neutron.api.extensions [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Loaded extension: qos-pps-minimum 2026-06-16 01:32:16.426 8 INFO neutron.api.extensions [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-06-16 01:32:16.426 8 INFO neutron.api.extensions [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Loaded extension: qos-pps 2026-06-16 01:32:16.427 8 INFO neutron.api.extensions [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Loaded extension: qos-rule-type-details 2026-06-16 01:32:16.427 8 INFO neutron.api.extensions [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Loaded extension: qos-rule-type-filter 2026-06-16 01:32:16.428 8 INFO neutron.api.extensions [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Loaded extension: qos-rules-alias 2026-06-16 01:32:16.428 8 INFO neutron.api.extensions [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Loaded extension: quota-check-limit 2026-06-16 01:32:16.429 8 INFO neutron.api.extensions [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Loaded extension: quota-check-limit-default 2026-06-16 01:32:16.431 8 INFO neutron.api.extensions [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Loaded extension: quotas 2026-06-16 01:32:16.432 8 INFO neutron.api.extensions [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Loaded extension: quota_details 2026-06-16 01:32:16.434 8 INFO neutron.api.extensions [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Loaded extension: rbac-policies 2026-06-16 01:32:16.434 8 INFO neutron.api.extensions [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Loaded extension: rbac-address-group 2026-06-16 01:32:16.435 8 INFO neutron.api.extensions [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Loaded extension: rbac-address-scope 2026-06-16 01:32:16.435 8 INFO neutron.api.extensions [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Loaded extension: rbac-security-groups 2026-06-16 01:32:16.436 8 INFO neutron.api.extensions [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Loaded extension: rbac-subnetpool 2026-06-16 01:32:16.436 8 INFO neutron.api.extensions [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Loaded extension: revision-if-match 2026-06-16 01:32:16.437 8 INFO neutron.api.extensions [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Loaded extension: standard-attr-revisions 2026-06-16 01:32:16.437 8 INFO neutron.api.extensions [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Loaded extension: router_availability_zone 2026-06-16 01:32:16.438 8 INFO neutron.api.extensions [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-06-16 01:32:16.440 8 INFO neutron.api.extensions [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Loaded extension: security-groups-default-rules 2026-06-16 01:32:16.440 8 INFO neutron.api.extensions [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-06-16 01:32:16.446 8 INFO neutron.api.extensions [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Loaded extension: port-security-groups-filtering 2026-06-16 01:32:16.447 8 INFO neutron.api.extensions [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Loaded extension: security-groups-remote-address-group 2026-06-16 01:32:16.447 8 INFO neutron.api.extensions [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-06-16 01:32:16.448 8 INFO neutron.api.extensions [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Loaded extension: security-groups-shared-filtering 2026-06-16 01:32:16.452 8 INFO neutron.api.extensions [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Loaded extension: security-group 2026-06-16 01:32:16.454 8 INFO neutron.api.extensions [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Loaded extension: segment 2026-06-16 01:32:16.454 8 INFO neutron.api.extensions [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-06-16 01:32:16.455 8 INFO neutron.api.extensions [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Loaded extension: service-type 2026-06-16 01:32:16.455 8 INFO neutron.api.extensions [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Loaded extension: sorting 2026-06-16 01:32:16.456 8 INFO neutron.api.extensions [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Loaded extension: standard-attr-segment 2026-06-16 01:32:16.456 8 INFO neutron.api.extensions [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Loaded extension: standard-attr-description 2026-06-16 01:32:16.457 8 INFO neutron.api.extensions [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Loaded extension: stateful-security-group 2026-06-16 01:32:16.457 8 WARNING neutron.api.extensions [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] 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:32:16.458 8 INFO neutron.api.extensions [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-06-16 01:32:16.458 8 INFO neutron.api.extensions [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Loaded extension: subnet-external-network 2026-06-16 01:32:16.459 8 INFO neutron.api.extensions [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Loaded extension: subnet_onboard 2026-06-16 01:32:16.459 8 INFO neutron.api.extensions [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Loaded extension: subnet-segmentid-writable 2026-06-16 01:32:16.460 8 INFO neutron.api.extensions [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Loaded extension: subnet-service-types 2026-06-16 01:32:16.460 8 INFO neutron.api.extensions [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Loaded extension: subnet_allocation 2026-06-16 01:32:16.461 8 INFO neutron.api.extensions [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-06-16 01:32:16.462 8 INFO neutron.api.extensions [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Loaded extension: tag-creation 2026-06-16 01:32:16.462 8 INFO neutron.api.extensions [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-06-16 01:32:16.466 8 INFO neutron.api.extensions [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Loaded extension: standard-attr-tag 2026-06-16 01:32:16.467 8 INFO neutron.api.extensions [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Loaded extension: standard-attr-timestamp 2026-06-16 01:32:16.467 8 INFO neutron.api.extensions [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Loaded extension: trunk 2026-06-16 01:32:16.468 8 INFO neutron.api.extensions [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Loaded extension: trunk-details 2026-06-16 01:32:16.468 8 INFO neutron.api.extensions [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-06-16 01:32:16.469 8 INFO neutron.api.extensions [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-06-16 01:32:16.469 8 INFO neutron.api.extensions [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-06-16 01:32:16.470 8 INFO neutron.api.extensions [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Loaded extension: vpn-aes-ctr 2026-06-16 01:32:16.472 8 INFO neutron.api.extensions [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-06-16 01:32:16.472 8 INFO neutron.api.extensions [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Loaded extension: vpn-endpoint-groups 2026-06-16 01:32:16.473 8 INFO neutron.api.extensions [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Loaded extension: vpn-flavors 2026-06-16 01:32:16.475 8 INFO neutron.api.extensions [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Loaded extension: vpnaas 2026-06-16 01:32:16.476 8 INFO neutron.api.extensions [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Loaded extension: taas 2026-06-16 01:32:16.477 8 INFO neutron.api.extensions [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Loaded extension: tap-mirror 2026-06-16 01:32:16.478 8 INFO neutron.api.extensions [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Loaded extension: taas-vlan-filter 2026-06-16 01:32:16.480 8 INFO neutron.quota.resource_registry [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Creating instance of TrackedResource for resource:network 2026-06-16 01:32:16.480 8 INFO neutron.quota.resource_registry [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-06-16 01:32:16.480 8 INFO neutron.quota.resource_registry [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-16 01:32:16.480 8 INFO neutron.quota.resource_registry [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Creating instance of TrackedResource for resource:port 2026-06-16 01:32:16.484 8 INFO neutron.quota.resource_registry [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-16 01:32:16.485 8 INFO neutron.quota.resource_registry [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-16 01:32:16.489 8 INFO neutron.quota.resource_registry [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-16 01:32:16.490 8 INFO neutron.quota.resource_registry [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-16 01:32:16.490 8 INFO neutron.quota.resource_registry [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-16 01:32:16.491 8 INFO neutron.quota.resource_registry [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-16 01:32:16.491 8 WARNING neutron.quota.resource_registry [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] subnetpool is already registered 2026-06-16 01:32:16.491 8 INFO neutron.quota.resource_registry [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-16 01:32:16.492 8 WARNING neutron.quota.resource_registry [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] subnetpool is already registered 2026-06-16 01:32:16.492 8 INFO neutron.quota.resource_registry [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-16 01:32:16.492 8 INFO neutron.quota.resource_registry [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-16 01:32:16.493 8 INFO neutron.quota.resource_registry [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-16 01:32:16.493 8 INFO neutron.quota.resource_registry [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-16 01:32:16.494 8 INFO neutron.quota.resource_registry [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-16 01:32:16.494 8 INFO neutron.quota.resource_registry [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-16 01:32:16.495 8 INFO neutron.quota.resource_registry [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-16 01:32:16.495 8 WARNING neutron.quota.resource_registry [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] ipsecpolicy is already registered 2026-06-16 01:32:16.495 8 INFO neutron.quota.resource_registry [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-16 01:32:16.495 8 WARNING neutron.quota.resource_registry [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] ikepolicy is already registered 2026-06-16 01:32:16.499 8 INFO neutron.quota.resource_registry [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-16 01:32:16.500 8 WARNING neutron.quota.resource_registry [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] router is already registered 2026-06-16 01:32:16.500 8 INFO neutron.quota.resource_registry [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-16 01:32:16.500 8 WARNING neutron.quota.resource_registry [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] floatingip is already registered 2026-06-16 01:32:16.504 8 INFO neutron.quota.resource_registry [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-16 01:32:16.504 8 WARNING neutron.quota.resource_registry [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] rbac_policy is already registered 2026-06-16 01:32:16.505 8 INFO neutron.quota.resource_registry [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-16 01:32:16.505 8 WARNING neutron.quota.resource_registry [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] security_group is already registered 2026-06-16 01:32:16.505 8 INFO neutron.quota.resource_registry [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-16 01:32:16.505 8 WARNING neutron.quota.resource_registry [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] security_group_rule is already registered 2026-06-16 01:32:16.506 8 INFO neutron.quota.resource_registry [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-16 01:32:16.506 8 WARNING neutron.quota.resource_registry [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] subnetpool is already registered 2026-06-16 01:32:16.506 8 INFO neutron.quota.resource_registry [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-16 01:32:16.507 8 WARNING neutron.quota.resource_registry [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] subnetpool is already registered 2026-06-16 01:32:16.507 8 INFO neutron.quota.resource_registry [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-16 01:32:16.507 8 WARNING neutron.quota.resource_registry [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] trunk is already registered 2026-06-16 01:32:16.508 8 INFO neutron.quota.resource_registry [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-16 01:32:16.508 8 WARNING neutron.quota.resource_registry [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] ikepolicy is already registered 2026-06-16 01:32:16.508 8 INFO neutron.quota.resource_registry [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-16 01:32:16.508 8 WARNING neutron.quota.resource_registry [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] ipsecpolicy is already registered 2026-06-16 01:32:16.509 8 INFO neutron.quota.resource_registry [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-16 01:32:16.509 8 WARNING neutron.quota.resource_registry [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] endpoint_group is already registered 2026-06-16 01:32:16.509 8 INFO neutron.quota.resource_registry [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-16 01:32:16.509 8 WARNING neutron.quota.resource_registry [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] vpnservice is already registered 2026-06-16 01:32:16.510 8 INFO neutron.quota.resource_registry [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-16 01:32:16.510 8 WARNING neutron.quota.resource_registry [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] ipsec_site_connection is already registered 2026-06-16 01:32:16.510 8 INFO neutron.quota.resource_registry [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-16 01:32:16.510 8 WARNING neutron.quota.resource_registry [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] ipsecpolicy is already registered 2026-06-16 01:32:16.511 8 INFO neutron.quota.resource_registry [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-16 01:32:16.511 8 WARNING neutron.quota.resource_registry [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] ikepolicy is already registered 2026-06-16 01:32:16.550 8 WARNING keystonemiddleware._common.config [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-06-16 01:32:16.556 8 WARNING oslo_config.cfg [None req-f473af6d-9d32-4842-8da9-069318b87f9b - - - - - -] 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 0x7facaff9f668 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:32:18.921 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e035bd5a-35a6-4ddd-8afa-2076b979667b 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/4] 199.204.45.140 () {44 vars in 927 bytes} [Tue Jun 16 01:32:18 2026] GET /v2.0/networks/public => generated 108 bytes in 832 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1/5] 199.204.45.140 () {44 vars in 949 bytes} [Tue Jun 16 01:32:18 2026] GET /v2.0/networks?name=public => generated 15 bytes in 412 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 01:32:19.719 7 WARNING neutron.services.revisions.revision_plugin [None req-15148f23-e36c-46e7-950c-3c130697e226 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] Could not find related network for resource to bump revision. 2026-06-16 01:32:19.738 7 INFO neutron.db.segments_db [None req-15148f23-e36c-46e7-950c-3c130697e226 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] Added segment d4e3725e-c0d7-422b-9075-2294577eb028 of type flat for network e9e53100-f2c6-4bee-8cdb-e7831ff520b3 2026-06-16 01:32:19.782 7 INFO neutron.pecan_wsgi.hooks.translation [None req-15148f23-e36c-46e7-950c-3c130697e226 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 5/6] 199.204.45.140 () {48 vars in 967 bytes} [Tue Jun 16 01:32:19 2026] POST /v2.0/networks => generated 124 bytes in 455 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 01:32:25.957 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1c57b5f7-5cbc-457a-89d5-5bcf94b7de06 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 2/8] 199.204.45.140 () {44 vars in 927 bytes} [Tue Jun 16 01:32:25 2026] GET /v2.0/networks/public => generated 108 bytes in 377 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 7/9] 199.204.45.140 () {44 vars in 949 bytes} [Tue Jun 16 01:32:25 2026] GET /v2.0/networks?name=public => generated 15 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 01:32:26.226 8 WARNING neutron.services.revisions.revision_plugin [None req-d36017f1-e490-429b-8886-8ea9dbc014ba 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] Could not find related network for resource to bump revision. 2026-06-16 01:32:26.266 8 INFO neutron.db.segments_db [None req-d36017f1-e490-429b-8886-8ea9dbc014ba 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] Added segment 82916d9d-983e-4e74-abbe-dfd83eb44dc7 of type flat for network 0c051f60-4535-46aa-9029-55d27e179389 2026-06-16 01:32:26.318 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d36017f1-e490-429b-8886-8ea9dbc014ba 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 3/10] 199.204.45.140 () {48 vars in 967 bytes} [Tue Jun 16 01:32:25 2026] POST /v2.0/networks => generated 124 bytes in 345 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 01:32:32.182 7 INFO neutron.pecan_wsgi.hooks.translation [None req-695de7ee-ee8b-4268-a0eb-fca66567e585 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 8/11] 199.204.45.140 () {44 vars in 927 bytes} [Tue Jun 16 01:32:32 2026] GET /v2.0/networks/public => generated 108 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4/12] 199.204.45.140 () {44 vars in 949 bytes} [Tue Jun 16 01:32:32 2026] GET /v2.0/networks?name=public => generated 15 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 01:32:32.274 7 WARNING neutron.services.revisions.revision_plugin [None req-1c1f1936-d5cf-44a8-a3c3-e3aef9d4c0a4 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] Could not find related network for resource to bump revision. 2026-06-16 01:32:32.284 7 INFO neutron.db.segments_db [None req-1c1f1936-d5cf-44a8-a3c3-e3aef9d4c0a4 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] Added segment 111cd00f-80e5-4f08-b90e-fed738c39fef of type flat for network 8381bb7a-ce1b-4aa2-a0a0-0b1aeeb8b33d 2026-06-16 01:32:32.305 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1c1f1936-d5cf-44a8-a3c3-e3aef9d4c0a4 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 9/13] 199.204.45.140 () {48 vars in 967 bytes} [Tue Jun 16 01:32:32 2026] POST /v2.0/networks => generated 124 bytes in 95 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 01:32:38.153 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5c0770f7-630d-4b6a-9a06-19548afb8611 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/14] 199.204.45.140 () {44 vars in 927 bytes} [Tue Jun 16 01:32:38 2026] GET /v2.0/networks/public => generated 108 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 10/15] 199.204.45.140 () {44 vars in 949 bytes} [Tue Jun 16 01:32:38 2026] GET /v2.0/networks?name=public => generated 15 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 01:32:38.227 8 WARNING neutron.services.revisions.revision_plugin [None req-a9594729-5590-40f0-ab96-85bd66b67f81 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] Could not find related network for resource to bump revision. 2026-06-16 01:32:38.255 8 INFO neutron.db.segments_db [None req-a9594729-5590-40f0-ab96-85bd66b67f81 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] Added segment 2f559b64-dc2b-4e26-aff1-5724a603b26c of type flat for network 3d08c5e6-8731-4a04-8eaf-734caa2d2158 2026-06-16 01:32:38.288 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a9594729-5590-40f0-ab96-85bd66b67f81 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 6/16] 199.204.45.140 () {48 vars in 967 bytes} [Tue Jun 16 01:32:38 2026] POST /v2.0/networks => generated 124 bytes in 123 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 01:32:44.163 8 INFO neutron.pecan_wsgi.hooks.translation [None req-893c8dc7-fdad-43e2-9523-76f890b3edb2 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 7/18] 199.204.45.140 () {44 vars in 927 bytes} [Tue Jun 16 01:32:44 2026] GET /v2.0/networks/public => generated 108 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 12/19] 199.204.45.140 () {44 vars in 949 bytes} [Tue Jun 16 01:32:44 2026] GET /v2.0/networks?name=public => generated 15 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 01:32:44.245 8 WARNING neutron.services.revisions.revision_plugin [None req-abfd72c4-3c22-49f7-9054-8ee6e3cf649b 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] Could not find related network for resource to bump revision. 2026-06-16 01:32:44.264 8 INFO neutron.db.segments_db [None req-abfd72c4-3c22-49f7-9054-8ee6e3cf649b 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] Added segment e7d3eb7a-073e-4c61-b0b0-ac44afeb0038 of type flat for network 33599ee0-7915-4d3a-a4b3-c641e2a5c6f1 2026-06-16 01:32:44.288 8 INFO neutron.pecan_wsgi.hooks.translation [None req-abfd72c4-3c22-49f7-9054-8ee6e3cf649b 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 8/20] 199.204.45.140 () {48 vars in 967 bytes} [Tue Jun 16 01:32:44 2026] POST /v2.0/networks => generated 124 bytes in 110 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 01:32:50.201 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f6c6e114-7f69-4582-9159-643e169a0a03 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 13/21] 199.204.45.140 () {44 vars in 927 bytes} [Tue Jun 16 01:32:50 2026] GET /v2.0/networks/public => generated 108 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 9/22] 199.204.45.140 () {44 vars in 949 bytes} [Tue Jun 16 01:32:50 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:32:50.279 7 WARNING neutron.services.revisions.revision_plugin [None req-99bfeff8-4d8f-4b0f-b9ee-49e0ef30bda6 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] Could not find related network for resource to bump revision. 2026-06-16 01:32:50.299 7 INFO neutron.db.segments_db [None req-99bfeff8-4d8f-4b0f-b9ee-49e0ef30bda6 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] Added segment 9aa8c7c2-9d32-4298-96d0-245250b9f592 of type flat for network ae47cca1-e748-42eb-815e-0c9909966c1c 2026-06-16 01:32:50.360 7 INFO neutron.pecan_wsgi.hooks.translation [None req-99bfeff8-4d8f-4b0f-b9ee-49e0ef30bda6 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 14/23] 199.204.45.140 () {48 vars in 967 bytes} [Tue Jun 16 01:32:50 2026] POST /v2.0/networks => generated 124 bytes in 149 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 01:32:56.244 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ab898744-39d0-476e-87f2-7b8948452537 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 15/25] 199.204.45.140 () {44 vars in 927 bytes} [Tue Jun 16 01:32:56 2026] GET /v2.0/networks/public => generated 108 bytes in 56 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 11/26] 199.204.45.140 () {44 vars in 949 bytes} [Tue Jun 16 01:32:56 2026] GET /v2.0/networks?name=public => generated 15 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 01:32:56.339 7 WARNING neutron.services.revisions.revision_plugin [None req-364c9911-3065-4c11-b313-92f61cdfc33c 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] Could not find related network for resource to bump revision. 2026-06-16 01:32:56.359 7 INFO neutron.db.segments_db [None req-364c9911-3065-4c11-b313-92f61cdfc33c 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] Added segment d855b77f-fb2c-4809-a742-18df5e195f9b of type flat for network 65dba030-3915-44c8-8a86-8bbdbe69721d [pid: 7|app: 0|req: 16/27] 199.204.45.140 () {48 vars in 967 bytes} [Tue Jun 16 01:32:56 2026] POST /v2.0/networks => generated 706 bytes in 204 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 01:32:57.511 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e9b5ae11-d4e0-4f96-bc73-159c1f151e68 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 12/28] 199.204.45.140 () {44 vars in 927 bytes} [Tue Jun 16 01:32:57 2026] GET /v2.0/networks/public => generated 108 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 17/29] 199.204.45.140 () {44 vars in 949 bytes} [Tue Jun 16 01:32:57 2026] GET /v2.0/networks?name=public => generated 709 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 01:32:57.581 8 INFO neutron.pecan_wsgi.hooks.translation [None req-15c408a3-0651-42d2-926e-f7d108893ccf 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 13/30] 199.204.45.140 () {44 vars in 1034 bytes} [Tue Jun 16 01:32:57 2026] GET /v2.0/subnets/public-subnet?network_id=65dba030-3915-44c8-8a86-8bbdbe69721d => generated 113 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 18/31] 199.204.45.140 () {44 vars in 1057 bytes} [Tue Jun 16 01:32:57 2026] GET /v2.0/subnets?name=public-subnet&network_id=65dba030-3915-44c8-8a86-8bbdbe69721d => generated 14 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 14/32] 199.204.45.140 () {48 vars in 965 bytes} [Tue Jun 16 01:32:57 2026] POST /v2.0/subnets => generated 664 bytes in 309 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 01:37:49.071 8 INFO neutron.pecan_wsgi.hooks.translation [None req-09152620-5004-40a3-86eb-c982803b562d 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 34/71] 199.204.45.140 () {44 vars in 937 bytes} [Tue Jun 16 01:37:48 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 109 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 38/72] 199.204.45.140 () {44 vars in 959 bytes} [Tue Jun 16 01:37:49 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 01:37:49.155 8 INFO neutron.db.segments_db [None req-c2b1d871-4a22-45ee-babc-f3fdc23adb4f 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] Added segment f7a0c349-8738-4399-ad5f-4cf2fecc1a9e of type vxlan for network 9d7594f1-8efd-4de6-8ce1-cac081ca758f [pid: 8|app: 0|req: 35/73] 199.204.45.140 () {48 vars in 966 bytes} [Tue Jun 16 01:37:49 2026] POST /v2.0/networks => generated 688 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 01:37:50.190 7 INFO neutron.pecan_wsgi.hooks.translation [None req-cdbd253f-1a56-4a27-835a-081b4d350217 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 39/74] 199.204.45.140 () {44 vars in 937 bytes} [Tue Jun 16 01:37:50 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 52 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 36/75] 199.204.45.140 () {44 vars in 959 bytes} [Tue Jun 16 01:37:50 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 01:37:50.265 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e2bc6964-6096-4e4e-8597-45fd2b2aed45 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 40/76] 199.204.45.140 () {44 vars in 1036 bytes} [Tue Jun 16 01:37:50 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=9d7594f1-8efd-4de6-8ce1-cac081ca758f => generated 114 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 37/77] 199.204.45.140 () {44 vars in 1059 bytes} [Tue Jun 16 01:37:50 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=9d7594f1-8efd-4de6-8ce1-cac081ca758f => generated 14 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/78] 199.204.45.140 () {48 vars in 965 bytes} [Tue Jun 16 01:37:50 2026] POST /v2.0/subnets => generated 651 bytes in 235 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 01:37:51.650 8 INFO neutron.api.v2.resource [None req-d29d64d4-c53e-47c9-8ba3-93cdc15702de 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 38/79] 199.204.45.140 () {44 vars in 971 bytes} [Tue Jun 16 01:37:51 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 55 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/80] 199.204.45.140 () {44 vars in 993 bytes} [Tue Jun 16 01:37:51 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 39/81] 199.204.45.140 () {48 vars in 980 bytes} [Tue Jun 16 01:37:51 2026] POST /v2.0/security-groups => generated 1616 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/82] 199.204.45.140 () {44 vars in 1001 bytes} [Tue Jun 16 01:37:52 2026] GET /v2.0/security-groups/577a4fb0-4256-4252-bc38-8e43940cfdc4 => generated 1616 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/83] 199.204.45.140 () {44 vars in 1001 bytes} [Tue Jun 16 01:37:52 2026] GET /v2.0/security-groups/577a4fb0-4256-4252-bc38-8e43940cfdc4 => generated 1616 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/84] 199.204.45.140 () {44 vars in 1001 bytes} [Tue Jun 16 01:37:52 2026] GET /v2.0/security-groups/577a4fb0-4256-4252-bc38-8e43940cfdc4 => generated 1616 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/85] 199.204.45.140 () {48 vars in 991 bytes} [Tue Jun 16 01:37:53 2026] POST /v2.0/security-group-rules => generated 601 bytes in 92 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/86] 199.204.45.140 () {44 vars in 1001 bytes} [Tue Jun 16 01:37:53 2026] GET /v2.0/security-groups/577a4fb0-4256-4252-bc38-8e43940cfdc4 => generated 2230 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/87] 199.204.45.140 () {44 vars in 1001 bytes} [Tue Jun 16 01:37:53 2026] GET /v2.0/security-groups/577a4fb0-4256-4252-bc38-8e43940cfdc4 => generated 2230 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/88] 199.204.45.140 () {44 vars in 1001 bytes} [Tue Jun 16 01:37:54 2026] GET /v2.0/security-groups/577a4fb0-4256-4252-bc38-8e43940cfdc4 => generated 2230 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/89] 199.204.45.140 () {48 vars in 991 bytes} [Tue Jun 16 01:37:54 2026] POST /v2.0/security-group-rules => generated 603 bytes in 82 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/90] 199.204.45.140 () {44 vars in 1001 bytes} [Tue Jun 16 01:37:54 2026] GET /v2.0/security-groups/577a4fb0-4256-4252-bc38-8e43940cfdc4 => generated 2846 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/91] 199.204.45.140 () {44 vars in 1001 bytes} [Tue Jun 16 01:37:55 2026] GET /v2.0/security-groups/577a4fb0-4256-4252-bc38-8e43940cfdc4 => 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: 48/92] 199.204.45.140 () {44 vars in 1001 bytes} [Tue Jun 16 01:37:55 2026] GET /v2.0/security-groups/577a4fb0-4256-4252-bc38-8e43940cfdc4 => generated 2846 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/93] 199.204.45.140 () {48 vars in 991 bytes} [Tue Jun 16 01:37:55 2026] POST /v2.0/security-group-rules => generated 603 bytes in 86 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 50/96] 199.204.45.140 () {44 vars in 1001 bytes} [Tue Jun 16 01:37:56 2026] GET /v2.0/security-groups/577a4fb0-4256-4252-bc38-8e43940cfdc4 => generated 3462 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/97] 199.204.45.140 () {44 vars in 1001 bytes} [Tue Jun 16 01:37:56 2026] GET /v2.0/security-groups/577a4fb0-4256-4252-bc38-8e43940cfdc4 => generated 3462 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 51/98] 199.204.45.140 () {44 vars in 1001 bytes} [Tue Jun 16 01:37:56 2026] GET /v2.0/security-groups/577a4fb0-4256-4252-bc38-8e43940cfdc4 => generated 3462 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/99] 199.204.45.140 () {48 vars in 991 bytes} [Tue Jun 16 01:37:56 2026] POST /v2.0/security-group-rules => generated 603 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 52/100] 199.204.45.140 () {44 vars in 1001 bytes} [Tue Jun 16 01:37:57 2026] GET /v2.0/security-groups/577a4fb0-4256-4252-bc38-8e43940cfdc4 => generated 4078 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/101] 199.204.45.140 () {44 vars in 1001 bytes} [Tue Jun 16 01:37:57 2026] GET /v2.0/security-groups/577a4fb0-4256-4252-bc38-8e43940cfdc4 => generated 4078 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 53/102] 199.204.45.140 () {44 vars in 1001 bytes} [Tue Jun 16 01:37:57 2026] GET /v2.0/security-groups/577a4fb0-4256-4252-bc38-8e43940cfdc4 => generated 4078 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 50/103] 199.204.45.140 () {48 vars in 991 bytes} [Tue Jun 16 01:37:57 2026] POST /v2.0/security-group-rules => generated 603 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 54/104] 199.204.45.140 () {44 vars in 987 bytes} [Tue Jun 16 01:37:58 2026] GET /v2.0/networks/9d7594f1-8efd-4de6-8ce1-cac081ca758f => generated 732 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 01:37:58.592 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7e7cbd0b-a8f9-4e92-8a24-4a5940959936 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 51/105] 199.204.45.140 () {44 vars in 1076 bytes} [Tue Jun 16 01:37:58 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=9d7594f1-8efd-4de6-8ce1-cac081ca758f => generated 132 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 55/106] 199.204.45.140 () {44 vars in 1099 bytes} [Tue Jun 16 01:37:58 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=9d7594f1-8efd-4de6-8ce1-cac081ca758f => 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: 52/107] 199.204.45.140 () {44 vars in 1001 bytes} [Tue Jun 16 01:37:58 2026] GET /v2.0/security-groups/577a4fb0-4256-4252-bc38-8e43940cfdc4 => generated 4694 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 56/108] 199.204.45.140 () {48 vars in 961 bytes} [Tue Jun 16 01:37:58 2026] POST /v2.0/ports => generated 1100 bytes in 510 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-16 01:38:06.434 8 INFO neutron.pecan_wsgi.hooks.translation [None req-37e3c318-9bac-46de-ad02-3a6d42d874b5 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 53/109] 199.204.45.140 () {44 vars in 979 bytes} [Tue Jun 16 01:38:06 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 50 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: 57/110] 199.204.45.140 () {44 vars in 1001 bytes} [Tue Jun 16 01:38:06 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1103 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 54/111] 199.204.45.140 () {48 vars in 1031 bytes} [Tue Jun 16 01:38:06 2026] PUT /v2.0/ports/ff685b27-a84e-4dc1-9c41-721981df6dff => generated 1249 bytes in 661 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 58/112] 199.204.45.140 () {44 vars in 920 bytes} [Tue Jun 16 01:38:08 2026] GET /v2.0/ports => generated 3730 bytes in 89 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:38:09.794 8 INFO neutron.api.v2.resource [None req-dfa04f90-de66-4740-92de-c13bd42b1a8c 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 55/113] 199.204.45.140 () {44 vars in 959 bytes} [Tue Jun 16 01:38:09 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 59/114] 199.204.45.140 () {44 vars in 981 bytes} [Tue Jun 16 01:38:09 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 56/115] 199.204.45.140 () {48 vars in 980 bytes} [Tue Jun 16 01:38:09 2026] POST /v2.0/security-groups => generated 1610 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 60/116] 199.204.45.140 () {44 vars in 1001 bytes} [Tue Jun 16 01:38:10 2026] GET /v2.0/security-groups/2d21a48c-7c86-4b26-9faf-fa9e8e5b9314 => generated 1610 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 57/119] 199.204.45.140 () {44 vars in 1001 bytes} [Tue Jun 16 01:38:10 2026] GET /v2.0/security-groups/2d21a48c-7c86-4b26-9faf-fa9e8e5b9314 => generated 1610 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 63/120] 199.204.45.140 () {44 vars in 1001 bytes} [Tue Jun 16 01:38:10 2026] GET /v2.0/security-groups/2d21a48c-7c86-4b26-9faf-fa9e8e5b9314 => generated 1610 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 58/121] 199.204.45.140 () {48 vars in 991 bytes} [Tue Jun 16 01:38:10 2026] POST /v2.0/security-group-rules => generated 623 bytes in 93 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 64/122] 199.204.45.140 () {44 vars in 1001 bytes} [Tue Jun 16 01:38:11 2026] GET /v2.0/security-groups/2d21a48c-7c86-4b26-9faf-fa9e8e5b9314 => generated 2246 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 59/123] 199.204.45.140 () {44 vars in 1001 bytes} [Tue Jun 16 01:38:11 2026] GET /v2.0/security-groups/2d21a48c-7c86-4b26-9faf-fa9e8e5b9314 => generated 2246 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 65/124] 199.204.45.140 () {44 vars in 1001 bytes} [Tue Jun 16 01:38:11 2026] GET /v2.0/security-groups/2d21a48c-7c86-4b26-9faf-fa9e8e5b9314 => generated 2246 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 60/125] 199.204.45.140 () {48 vars in 991 bytes} [Tue Jun 16 01:38:11 2026] POST /v2.0/security-group-rules => generated 627 bytes in 84 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 65/134] 199.204.45.140 () {44 vars in 975 bytes} [Tue Jun 16 01:39:24 2026] GET /v2.0/quotas/f4916471bbcd444a8586c6a38c339274 => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 70/135] 199.204.45.140 () {48 vars in 1027 bytes} [Tue Jun 16 01:39:24 2026] PUT /v2.0/quotas/f4916471bbcd444a8586c6a38c339274 => generated 291 bytes in 35 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:41:45.249 8 INFO neutron.pecan_wsgi.hooks.translation [None req-19ffb1a1-bafb-4143-a1dd-248c2dc10e0c 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 76/156] 199.204.45.140 () {30 vars in 741 bytes} [Tue Jun 16 01:41:45 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 157 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: 81/157] 199.204.45.140 () {30 vars in 763 bytes} [Tue Jun 16 01:41:45 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 01:41:47.034 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c6e43e23-3acf-4db3-8195-718d078ec4b9 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 77/158] 199.204.45.140 () {30 vars in 741 bytes} [Tue Jun 16 01:41:46 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 52 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 82/159] 199.204.45.140 () {30 vars in 763 bytes} [Tue Jun 16 01:41:47 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 01:48:04.407 8 INFO neutron.api.v2.resource [None req-1f6e5594-d62d-4ceb-9ce9-9cfeb06e84b8 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 103/210] 199.204.45.140 () {44 vars in 1074 bytes} [Tue Jun 16 01:48:04 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=24b3864722b740c9a68048ccdd43b9aa => generated 139 bytes in 128 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 108/211] 199.204.45.140 () {44 vars in 1097 bytes} [Tue Jun 16 01:48:04 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=24b3864722b740c9a68048ccdd43b9aa => generated 23 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 104/212] 199.204.45.140 () {48 vars in 981 bytes} [Tue Jun 16 01:48:04 2026] POST /v2.0/security-groups => generated 1624 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 109/213] 199.204.45.140 () {44 vars in 1088 bytes} [Tue Jun 16 01:48:05 2026] GET /v2.0/security-groups/0466075b-8442-414a-adc6-c4b81107bfa6?project_id=24b3864722b740c9a68048ccdd43b9aa => generated 1624 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 105/214] 199.204.45.140 () {44 vars in 1001 bytes} [Tue Jun 16 01:48:05 2026] GET /v2.0/security-groups/0466075b-8442-414a-adc6-c4b81107bfa6 => generated 1624 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 110/215] 199.204.45.140 () {44 vars in 1088 bytes} [Tue Jun 16 01:48:05 2026] GET /v2.0/security-groups/0466075b-8442-414a-adc6-c4b81107bfa6?project_id=24b3864722b740c9a68048ccdd43b9aa => generated 1624 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 106/216] 199.204.45.140 () {48 vars in 991 bytes} [Tue Jun 16 01:48:05 2026] POST /v2.0/security-group-rules => generated 597 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 111/217] 199.204.45.140 () {44 vars in 1088 bytes} [Tue Jun 16 01:48:06 2026] GET /v2.0/security-groups/0466075b-8442-414a-adc6-c4b81107bfa6?project_id=24b3864722b740c9a68048ccdd43b9aa => generated 2234 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 107/218] 199.204.45.140 () {44 vars in 1001 bytes} [Tue Jun 16 01:48:06 2026] GET /v2.0/security-groups/0466075b-8442-414a-adc6-c4b81107bfa6 => generated 2234 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 112/219] 199.204.45.140 () {44 vars in 1088 bytes} [Tue Jun 16 01:48:06 2026] GET /v2.0/security-groups/0466075b-8442-414a-adc6-c4b81107bfa6?project_id=24b3864722b740c9a68048ccdd43b9aa => 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: 108/220] 199.204.45.140 () {48 vars in 991 bytes} [Tue Jun 16 01:48:07 2026] POST /v2.0/security-group-rules => generated 599 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 113/221] 199.204.45.140 () {44 vars in 1088 bytes} [Tue Jun 16 01:48:08 2026] GET /v2.0/security-groups/0466075b-8442-414a-adc6-c4b81107bfa6?project_id=24b3864722b740c9a68048ccdd43b9aa => generated 2846 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 109/222] 199.204.45.140 () {44 vars in 1001 bytes} [Tue Jun 16 01:48:08 2026] GET /v2.0/security-groups/0466075b-8442-414a-adc6-c4b81107bfa6 => generated 2846 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 114/223] 199.204.45.140 () {44 vars in 1088 bytes} [Tue Jun 16 01:48:08 2026] GET /v2.0/security-groups/0466075b-8442-414a-adc6-c4b81107bfa6?project_id=24b3864722b740c9a68048ccdd43b9aa => generated 2846 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 110/224] 199.204.45.140 () {48 vars in 991 bytes} [Tue Jun 16 01:48:08 2026] POST /v2.0/security-group-rules => generated 601 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 115/225] 199.204.45.140 () {44 vars in 1088 bytes} [Tue Jun 16 01:48:09 2026] GET /v2.0/security-groups/0466075b-8442-414a-adc6-c4b81107bfa6?project_id=24b3864722b740c9a68048ccdd43b9aa => generated 3460 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 111/226] 199.204.45.140 () {44 vars in 1001 bytes} [Tue Jun 16 01:48:09 2026] GET /v2.0/security-groups/0466075b-8442-414a-adc6-c4b81107bfa6 => generated 3460 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 116/227] 199.204.45.140 () {44 vars in 1088 bytes} [Tue Jun 16 01:48:09 2026] GET /v2.0/security-groups/0466075b-8442-414a-adc6-c4b81107bfa6?project_id=24b3864722b740c9a68048ccdd43b9aa => generated 3460 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 112/228] 199.204.45.140 () {48 vars in 991 bytes} [Tue Jun 16 01:48:09 2026] POST /v2.0/security-group-rules => generated 602 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 124/251] 199.204.45.140 () {30 vars in 740 bytes} [Tue Jun 16 01:50:50 2026] GET /v2.0/networks?tenant_id=24b3864722b740c9a68048ccdd43b9aa&shared=False => generated 15 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 01:50:50.408 7 INFO neutron.db.segments_db [None req-f98be63b-57c5-4637-96ae-73afe7d707a7 a3b6e0d31cad4740bf312393200a4063 24b3864722b740c9a68048ccdd43b9aa - - 7cffbd866e6d4b12826766f932416def 7cffbd866e6d4b12826766f932416def] Added segment 3ff9ebf6-79a8-48d9-8a9b-b8bcf11ec5e8 of type vxlan for network 886b5d2f-ad3b-4b7f-a6d2-90673cf05689 [pid: 7|app: 0|req: 128/252] 199.204.45.140 () {34 vars in 682 bytes} [Tue Jun 16 01:50:50 2026] POST /v2.0/networks => generated 699 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 125/253] 199.204.45.140 () {30 vars in 722 bytes} [Tue Jun 16 01:50:50 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 12 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 129/254] 199.204.45.140 () {30 vars in 633 bytes} [Tue Jun 16 01:50:50 2026] GET /v2.0/extensions => generated 21537 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 126/255] 199.204.45.140 () {34 vars in 677 bytes} [Tue Jun 16 01:50:50 2026] POST /v2.0/ports => generated 999 bytes in 361 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 130/256] 199.204.45.140 () {30 vars in 703 bytes} [Tue Jun 16 01:50:50 2026] GET /v2.0/networks/886b5d2f-ad3b-4b7f-a6d2-90673cf05689 => generated 705 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 127/257] 199.204.45.140 () {30 vars in 722 bytes} [Tue Jun 16 01:50:52 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1004 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 131/258] 199.204.45.140 () {30 vars in 703 bytes} [Tue Jun 16 01:50:52 2026] GET /v2.0/networks/886b5d2f-ad3b-4b7f-a6d2-90673cf05689 => generated 705 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 134/263] 199.204.45.140 () {44 vars in 975 bytes} [Tue Jun 16 01:51:17 2026] GET /v2.0/quotas/24b3864722b740c9a68048ccdd43b9aa => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 130/264] 199.204.45.140 () {48 vars in 1027 bytes} [Tue Jun 16 01:51:17 2026] PUT /v2.0/quotas/24b3864722b740c9a68048ccdd43b9aa => generated 291 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:02:47.792 8 INFO neutron.pecan_wsgi.hooks.translation [None req-41e76ab4-03aa-470d-8e53-8ba48e23c8ae 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 177/357] 199.204.45.140 () {44 vars in 927 bytes} [Tue Jun 16 02:02:47 2026] GET /v2.0/networks/public => generated 108 bytes in 130 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 181/358] 199.204.45.140 () {44 vars in 949 bytes} [Tue Jun 16 02:02:47 2026] GET /v2.0/networks?name=public => generated 753 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:02:48.934 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1744d8cc-0107-41aa-8736-3016d3412cc8 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 178/359] 199.204.45.140 () {44 vars in 927 bytes} [Tue Jun 16 02:02:48 2026] GET /v2.0/networks/public => generated 108 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 182/360] 199.204.45.140 () {44 vars in 949 bytes} [Tue Jun 16 02:02:48 2026] GET /v2.0/networks?name=public => generated 753 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:02:49.000 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3bc24917-e977-4959-b24b-803f488a9a19 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 179/361] 199.204.45.140 () {44 vars in 1034 bytes} [Tue Jun 16 02:02:48 2026] GET /v2.0/subnets/public-subnet?network_id=65dba030-3915-44c8-8a86-8bbdbe69721d => generated 113 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 183/362] 199.204.45.140 () {44 vars in 1057 bytes} [Tue Jun 16 02:02:49 2026] GET /v2.0/subnets?name=public-subnet&network_id=65dba030-3915-44c8-8a86-8bbdbe69721d => generated 667 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:03:16.222 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5751c7f3-c281-41ed-828e-646315102bcc 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 182/367] 199.204.45.140 () {44 vars in 937 bytes} [Tue Jun 16 02:03:16 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 186/368] 199.204.45.140 () {44 vars in 959 bytes} [Tue Jun 16 02:03:16 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:03:17.217 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5f17987c-67d9-4164-9972-19e792ec0f3d 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 183/369] 199.204.45.140 () {44 vars in 937 bytes} [Tue Jun 16 02:03:17 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 187/370] 199.204.45.140 () {44 vars in 959 bytes} [Tue Jun 16 02:03:17 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:03:17.293 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c9c1a63d-15f5-445c-b0ac-4786b783df2a 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 184/371] 199.204.45.140 () {44 vars in 1036 bytes} [Tue Jun 16 02:03:17 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=9d7594f1-8efd-4de6-8ce1-cac081ca758f => generated 114 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 188/372] 199.204.45.140 () {44 vars in 1059 bytes} [Tue Jun 16 02:03:17 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=9d7594f1-8efd-4de6-8ce1-cac081ca758f => generated 654 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:03:18.509 8 INFO neutron.api.v2.resource [None req-bfb3efdf-6e39-4a1e-a0c9-bbe2f7e3b544 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 185/373] 199.204.45.140 () {44 vars in 971 bytes} [Tue Jun 16 02:03:18 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 189/374] 199.204.45.140 () {44 vars in 993 bytes} [Tue Jun 16 02:03:18 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 186/375] 199.204.45.140 () {44 vars in 1001 bytes} [Tue Jun 16 02:03:19 2026] GET /v2.0/security-groups/577a4fb0-4256-4252-bc38-8e43940cfdc4 => generated 4694 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 190/376] 199.204.45.140 () {44 vars in 1001 bytes} [Tue Jun 16 02:03:19 2026] GET /v2.0/security-groups/577a4fb0-4256-4252-bc38-8e43940cfdc4 => generated 4694 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 187/377] 199.204.45.140 () {44 vars in 1011 bytes} [Tue Jun 16 02:03:19 2026] GET /v2.0/security-group-rules/48d0bee3-fccf-45dc-96f5-e8af3fa4e3a3 => generated 601 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 191/378] 199.204.45.140 () {44 vars in 1001 bytes} [Tue Jun 16 02:03:20 2026] GET /v2.0/security-groups/577a4fb0-4256-4252-bc38-8e43940cfdc4 => generated 4694 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 188/379] 199.204.45.140 () {44 vars in 1001 bytes} [Tue Jun 16 02:03:20 2026] GET /v2.0/security-groups/577a4fb0-4256-4252-bc38-8e43940cfdc4 => 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: 192/380] 199.204.45.140 () {44 vars in 1011 bytes} [Tue Jun 16 02:03:20 2026] GET /v2.0/security-group-rules/a93d0829-cfd4-4fe2-9714-606010c7dbb9 => 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: 189/381] 199.204.45.140 () {44 vars in 1001 bytes} [Tue Jun 16 02:03:21 2026] GET /v2.0/security-groups/577a4fb0-4256-4252-bc38-8e43940cfdc4 => generated 4694 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 193/382] 199.204.45.140 () {44 vars in 1001 bytes} [Tue Jun 16 02:03:21 2026] GET /v2.0/security-groups/577a4fb0-4256-4252-bc38-8e43940cfdc4 => generated 4694 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 190/383] 199.204.45.140 () {44 vars in 1011 bytes} [Tue Jun 16 02:03:21 2026] GET /v2.0/security-group-rules/37f7d808-45f1-4d45-a179-517f70273fcb => generated 603 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 194/384] 199.204.45.140 () {44 vars in 1001 bytes} [Tue Jun 16 02:03:22 2026] GET /v2.0/security-groups/577a4fb0-4256-4252-bc38-8e43940cfdc4 => generated 4694 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 191/385] 199.204.45.140 () {44 vars in 1001 bytes} [Tue Jun 16 02:03:22 2026] GET /v2.0/security-groups/577a4fb0-4256-4252-bc38-8e43940cfdc4 => generated 4694 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 195/386] 199.204.45.140 () {44 vars in 1011 bytes} [Tue Jun 16 02:03:22 2026] GET /v2.0/security-group-rules/bd71b587-783b-466f-a9de-e295efc23da0 => generated 603 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 192/387] 199.204.45.140 () {44 vars in 1001 bytes} [Tue Jun 16 02:03:23 2026] GET /v2.0/security-groups/577a4fb0-4256-4252-bc38-8e43940cfdc4 => generated 4694 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 196/388] 199.204.45.140 () {44 vars in 1001 bytes} [Tue Jun 16 02:03:23 2026] GET /v2.0/security-groups/577a4fb0-4256-4252-bc38-8e43940cfdc4 => generated 4694 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 193/389] 199.204.45.140 () {44 vars in 1011 bytes} [Tue Jun 16 02:03:23 2026] GET /v2.0/security-group-rules/e9efb771-1762-46df-bb11-04fecf8db8fc => 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: 197/390] 199.204.45.140 () {44 vars in 987 bytes} [Tue Jun 16 02:03:24 2026] GET /v2.0/networks/9d7594f1-8efd-4de6-8ce1-cac081ca758f => generated 732 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:03:25.043 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ffe74a66-eef8-4f67-936d-e591a21a66aa 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 194/391] 199.204.45.140 () {44 vars in 1076 bytes} [Tue Jun 16 02:03:25 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=9d7594f1-8efd-4de6-8ce1-cac081ca758f => generated 132 bytes in 29 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 198/392] 199.204.45.140 () {44 vars in 1099 bytes} [Tue Jun 16 02:03:25 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=9d7594f1-8efd-4de6-8ce1-cac081ca758f => generated 1254 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 195/393] 199.204.45.140 () {44 vars in 1001 bytes} [Tue Jun 16 02:03:25 2026] GET /v2.0/security-groups/577a4fb0-4256-4252-bc38-8e43940cfdc4 => generated 4694 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:03:33.122 8 INFO neutron.pecan_wsgi.hooks.translation [None req-28ea48cd-ae44-47fd-8961-defb0d4b7a9d 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 197/396] 199.204.45.140 () {44 vars in 979 bytes} [Tue Jun 16 02:03:33 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 53 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 200/397] 199.204.45.140 () {44 vars in 1001 bytes} [Tue Jun 16 02:03:33 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1254 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 198/398] 199.204.45.140 () {44 vars in 920 bytes} [Tue Jun 16 02:03:34 2026] GET /v2.0/ports => generated 4725 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:03:35.791 7 INFO neutron.api.v2.resource [None req-3551853a-376c-4bda-a6d3-16ac76051f8c 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 201/399] 199.204.45.140 () {44 vars in 959 bytes} [Tue Jun 16 02:03:35 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 199/400] 199.204.45.140 () {44 vars in 981 bytes} [Tue Jun 16 02:03:35 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2885 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 202/401] 199.204.45.140 () {44 vars in 1001 bytes} [Tue Jun 16 02:03:36 2026] GET /v2.0/security-groups/2d21a48c-7c86-4b26-9faf-fa9e8e5b9314 => generated 2886 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 200/402] 199.204.45.140 () {44 vars in 1001 bytes} [Tue Jun 16 02:03:36 2026] GET /v2.0/security-groups/2d21a48c-7c86-4b26-9faf-fa9e8e5b9314 => generated 2886 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 203/403] 199.204.45.140 () {44 vars in 1011 bytes} [Tue Jun 16 02:03:36 2026] GET /v2.0/security-group-rules/3bc970b6-731b-4095-9270-0f96e1703047 => generated 623 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 201/404] 199.204.45.140 () {44 vars in 1001 bytes} [Tue Jun 16 02:03:37 2026] GET /v2.0/security-groups/2d21a48c-7c86-4b26-9faf-fa9e8e5b9314 => generated 2886 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 204/405] 199.204.45.140 () {44 vars in 1001 bytes} [Tue Jun 16 02:03:37 2026] GET /v2.0/security-groups/2d21a48c-7c86-4b26-9faf-fa9e8e5b9314 => generated 2886 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 202/406] 199.204.45.140 () {44 vars in 1011 bytes} [Tue Jun 16 02:03:37 2026] GET /v2.0/security-group-rules/6ed5219b-8d12-4f4f-9b73-3a7628621990 => generated 627 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 206/409] 199.204.45.140 () {44 vars in 975 bytes} [Tue Jun 16 02:03:50 2026] GET /v2.0/quotas/f4916471bbcd444a8586c6a38c339274 => generated 291 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:04:44.348 8 INFO neutron.api.v2.resource [None req-8e694e76-3702-4ce0-8ff0-6b2fad9a35a4 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 208/418] 199.204.45.140 () {44 vars in 1074 bytes} [Tue Jun 16 02:04:44 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=24b3864722b740c9a68048ccdd43b9aa => generated 139 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 211/419] 199.204.45.140 () {44 vars in 1097 bytes} [Tue Jun 16 02:04:44 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=24b3864722b740c9a68048ccdd43b9aa => generated 4072 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 209/420] 199.204.45.140 () {44 vars in 1088 bytes} [Tue Jun 16 02:04:45 2026] GET /v2.0/security-groups/0466075b-8442-414a-adc6-c4b81107bfa6?project_id=24b3864722b740c9a68048ccdd43b9aa => generated 4075 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 212/421] 199.204.45.140 () {44 vars in 1001 bytes} [Tue Jun 16 02:04:45 2026] GET /v2.0/security-groups/0466075b-8442-414a-adc6-c4b81107bfa6 => generated 4075 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 210/422] 199.204.45.140 () {44 vars in 1011 bytes} [Tue Jun 16 02:04:45 2026] GET /v2.0/security-group-rules/8613e464-148a-4f3b-8d3e-aa46a797d8e9 => generated 597 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 213/423] 199.204.45.140 () {44 vars in 1088 bytes} [Tue Jun 16 02:04:46 2026] GET /v2.0/security-groups/0466075b-8442-414a-adc6-c4b81107bfa6?project_id=24b3864722b740c9a68048ccdd43b9aa => generated 4075 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 211/424] 199.204.45.140 () {44 vars in 1001 bytes} [Tue Jun 16 02:04:46 2026] GET /v2.0/security-groups/0466075b-8442-414a-adc6-c4b81107bfa6 => 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: 214/425] 199.204.45.140 () {44 vars in 1011 bytes} [Tue Jun 16 02:04:46 2026] GET /v2.0/security-group-rules/8138a794-992f-4a97-9d9f-502e7026c46a => generated 599 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 212/426] 199.204.45.140 () {44 vars in 1088 bytes} [Tue Jun 16 02:04:47 2026] GET /v2.0/security-groups/0466075b-8442-414a-adc6-c4b81107bfa6?project_id=24b3864722b740c9a68048ccdd43b9aa => generated 4075 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 215/427] 199.204.45.140 () {44 vars in 1001 bytes} [Tue Jun 16 02:04:47 2026] GET /v2.0/security-groups/0466075b-8442-414a-adc6-c4b81107bfa6 => generated 4075 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 213/428] 199.204.45.140 () {44 vars in 1011 bytes} [Tue Jun 16 02:04:47 2026] GET /v2.0/security-group-rules/33aee1ea-7b03-47fb-b84c-593887d73353 => generated 601 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 216/429] 199.204.45.140 () {44 vars in 1088 bytes} [Tue Jun 16 02:04:48 2026] GET /v2.0/security-groups/0466075b-8442-414a-adc6-c4b81107bfa6?project_id=24b3864722b740c9a68048ccdd43b9aa => generated 4075 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 214/430] 199.204.45.140 () {44 vars in 1001 bytes} [Tue Jun 16 02:04:48 2026] GET /v2.0/security-groups/0466075b-8442-414a-adc6-c4b81107bfa6 => 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: 217/431] 199.204.45.140 () {44 vars in 1011 bytes} [Tue Jun 16 02:04:48 2026] GET /v2.0/security-group-rules/4915f2cb-9d44-4d4d-bdbd-17d03ef539fa => generated 602 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 215/432] 199.204.45.140 () {44 vars in 975 bytes} [Tue Jun 16 02:04:55 2026] GET /v2.0/quotas/24b3864722b740c9a68048ccdd43b9aa => generated 291 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 220/441] 199.204.45.140 () {44 vars in 949 bytes} [Tue Jun 16 02:05:44 2026] GET /v2.0/networks?name=public => generated 753 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 223/446] 10.0.0.60 () {32 vars in 648 bytes} [Tue Jun 16 02:06:23 2026] GET /v2.0/networks => generated 2168 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 224/447] 10.0.0.60 () {32 vars in 654 bytes} [Tue Jun 16 02:06:24 2026] GET /v2.0/floatingips => generated 19 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 224/448] 10.0.0.60 () {32 vars in 646 bytes} [Tue Jun 16 02:06:25 2026] GET /v2.0/routers => generated 15 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 225/449] 10.0.0.60 () {32 vars in 642 bytes} [Tue Jun 16 02:06:25 2026] GET /v2.0/ports => generated 4725 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 225/450] 10.0.0.60 () {32 vars in 646 bytes} [Tue Jun 16 02:06:25 2026] GET /v2.0/subnets => generated 1308 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 226/451] 10.0.0.60 () {32 vars in 648 bytes} [Tue Jun 16 02:06:25 2026] GET /v2.0/networks => generated 2168 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 226/452] 10.0.0.60 () {32 vars in 662 bytes} [Tue Jun 16 02:06:25 2026] GET /v2.0/security-groups => generated 17401 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 227/453] 10.0.0.60 () {32 vars in 654 bytes} [Tue Jun 16 02:06:25 2026] GET /v2.0/subnetpools => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:06:36.177 7 INFO neutron.db.segments_db [None req-36b83168-9dda-47f1-9646-cc1ce0849b6f 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] Added segment f8df911e-c209-4827-b8d7-e056895b2e12 of type vxlan for network d29a70b3-ce12-496a-92b0-7f8367c3bdc2 [pid: 7|app: 0|req: 229/456] 10.0.0.60 () {34 vars in 670 bytes} [Tue Jun 16 02:06:35 2026] POST /v2.0/networks => generated 724 bytes in 245 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:06:36.245 8 INFO neutron.db.segments_db [None req-4be76dc8-6744-4d43-a63c-931891716a3a 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] Added segment d8d2693a-dbbb-4f2c-a658-82e7c5e25eb7 of type vxlan for network 9fa440cc-d751-4ed4-b679-8dfc5c48a18a [pid: 8|app: 0|req: 228/457] 10.0.0.60 () {34 vars in 670 bytes} [Tue Jun 16 02:06:35 2026] POST /v2.0/networks => generated 725 bytes in 370 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 229/458] 10.0.0.60 () {34 vars in 668 bytes} [Tue Jun 16 02:06:36 2026] POST /v2.0/subnets => generated 690 bytes in 190 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:06:36.657 7 INFO neutron.db.segments_db [None req-7d40aa60-e7bb-4bb1-8f34-ee70f8504353 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] Added segment 06d8dcb1-2566-4bc3-822d-0e970d16fe68 of type vxlan for network 216864ee-65cd-41f7-842e-3f5296fcc7ae [pid: 8|app: 0|req: 230/459] 10.0.0.60 () {34 vars in 668 bytes} [Tue Jun 16 02:06:36 2026] POST /v2.0/subnets => generated 691 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 230/460] 10.0.0.60 () {34 vars in 670 bytes} [Tue Jun 16 02:06:36 2026] POST /v2.0/networks => generated 730 bytes in 528 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:06:36.811 7 INFO neutron.db.segments_db [None req-5f880ea7-ada7-4325-a214-b273c408dc8c 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] Added segment 538a8cd1-019a-44b2-8201-e5d3b7a6a245 of type vxlan for network 9cc989b4-b2e5-42d2-9881-a5594388de34 [pid: 8|app: 0|req: 231/461] 10.0.0.60 () {32 vars in 773 bytes} [Tue Jun 16 02:06:36 2026] GET /v2.0/security-groups?tenant_id=09b3af9d33b64001a186756cfd75b75e&name=default => generated 2921 bytes in 158 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:06:36.893 8 INFO neutron.db.segments_db [None req-650ab432-507d-4a97-a383-1fed605698dc 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] Added segment c8427654-211c-4160-bb3d-4aad6c9a4982 of type vxlan for network 9549b141-8269-47ce-98ae-1001abdc076a 2026-06-16 02:06:37.061 7 INFO neutron.db.l3_hamode_db [None req-5f880ea7-ada7-4325-a214-b273c408dc8c 6f429fdbbb2a45d99cb484a6036aa584 d7387e5e21a245f3922a0734c54a8df8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-16 02:06:37.141 8 INFO neutron.db.l3_hamode_db [None req-650ab432-507d-4a97-a383-1fed605698dc 6f429fdbbb2a45d99cb484a6036aa584 e0b68e391f4545308285e71f9588d2b6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-16 02:06:38.025 7 INFO neutron.db.l3_hamode_db [None req-5f880ea7-ada7-4325-a214-b273c408dc8c 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-16 02:06:38.240 8 INFO neutron.db.l3_hamode_db [None req-650ab432-507d-4a97-a383-1fed605698dc 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 232/462] 10.0.0.60 () {34 vars in 668 bytes} [Tue Jun 16 02:06:36 2026] POST /v2.0/routers => generated 731 bytes in 2233 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 231/463] 10.0.0.60 () {34 vars in 668 bytes} [Tue Jun 16 02:06:36 2026] POST /v2.0/routers => generated 730 bytes in 2386 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 233/464] 10.0.0.60 () {34 vars in 668 bytes} [Tue Jun 16 02:06:39 2026] POST /v2.0/subnets => generated 696 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 232/465] 10.0.0.60 () {32 vars in 739 bytes} [Tue Jun 16 02:06:39 2026] DELETE /v2.0/security-groups/95ee085f-307f-4904-a3da-eb9e526d00a1 => 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: 234/466] 10.0.0.60 () {34 vars in 782 bytes} [Tue Jun 16 02:06:39 2026] PUT /v2.0/routers/ae1c7a83-9d04-4889-9adc-b1fc08da8b67/add_router_interface => generated 309 bytes in 1098 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:06:40.371 8 INFO neutron.db.segments_db [None req-41d709e9-1b7c-4576-9ec8-b60c6727b18f 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] Added segment 0a2d96ab-6191-4d57-b494-daea9cbaa87d of type vxlan for network ab728aff-5a81-46ab-9ac3-9519af22cd3a [pid: 7|app: 0|req: 233/467] 10.0.0.60 () {34 vars in 782 bytes} [Tue Jun 16 02:06:39 2026] PUT /v2.0/routers/1f4cc27b-5bee-4a06-8c0d-6000369c8732/add_router_interface => generated 309 bytes in 1141 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:06:40.634 8 INFO neutron.db.l3_hamode_db [None req-41d709e9-1b7c-4576-9ec8-b60c6727b18f 6f429fdbbb2a45d99cb484a6036aa584 059c8714336c45649cb72e2ec6c18ff6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 236/470] 10.0.0.60 () {34 vars in 684 bytes} [Tue Jun 16 02:06:40 2026] POST /v2.0/security-groups => generated 1661 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-16 02:06:41.292 8 INFO neutron.db.l3_hamode_db [None req-41d709e9-1b7c-4576-9ec8-b60c6727b18f 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-16 02:06:41.378 7 INFO neutron.db.segments_db [None req-ac94014a-281c-47dc-b0bb-c5ff339985a0 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] Added segment 8f931e23-1406-4ea0-b216-cef8ef9952d7 of type vxlan for network b6bc2374-11dd-4d4b-88dc-1b31efd33cbc [pid: 7|app: 0|req: 237/471] 10.0.0.60 () {34 vars in 670 bytes} [Tue Jun 16 02:06:41 2026] POST /v2.0/networks => generated 733 bytes in 342 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 238/472] 10.0.0.213 () {38 vars in 971 bytes} [Tue Jun 16 02:06:41 2026] POST /v2.0/security-groups => generated 1681 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 239/473] 10.0.0.60 () {34 vars in 694 bytes} [Tue Jun 16 02:06:41 2026] POST /v2.0/security-group-rules => generated 597 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 240/474] 10.0.0.60 () {34 vars in 668 bytes} [Tue Jun 16 02:06:41 2026] POST /v2.0/subnets => generated 699 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 241/475] 10.0.0.60 () {34 vars in 694 bytes} [Tue Jun 16 02:06:41 2026] POST /v2.0/security-group-rules => generated 602 bytes in 87 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:06:42.027 7 INFO neutron.db.segments_db [None req-a111f996-1a95-4712-bc21-3bee8e24bc36 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] Added segment 9eda461e-94d0-4f94-9de3-e2f76847a65d of type vxlan for network 7bff2140-0ba1-4c28-815f-3f748d51e33f [pid: 8|app: 0|req: 235/476] 10.0.0.60 () {34 vars in 668 bytes} [Tue Jun 16 02:06:40 2026] POST /v2.0/routers => generated 736 bytes in 1817 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:06:42.238 7 INFO neutron.db.l3_hamode_db [None req-a111f996-1a95-4712-bc21-3bee8e24bc36 6f429fdbbb2a45d99cb484a6036aa584 5129d4c4b518419085c1792f62fd67fc - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 236/477] 10.0.0.213 () {38 vars in 971 bytes} [Tue Jun 16 02:06:42 2026] POST /v2.0/security-groups => generated 1682 bytes in 226 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 237/478] 10.0.0.60 () {34 vars in 675 bytes} [Tue Jun 16 02:06:42 2026] POST /v2.0/floatingips => generated 552 bytes in 550 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:06:43.007 7 INFO neutron.db.l3_hamode_db [None req-a111f996-1a95-4712-bc21-3bee8e24bc36 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 242/479] 10.0.0.60 () {34 vars in 668 bytes} [Tue Jun 16 02:06:41 2026] POST /v2.0/routers => generated 739 bytes in 1908 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 243/480] 10.0.0.213 () {38 vars in 971 bytes} [Tue Jun 16 02:06:43 2026] POST /v2.0/security-groups => generated 1681 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 244/481] 10.0.0.213 () {34 vars in 1100 bytes} [Tue Jun 16 02:06:44 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1257596186&fields=id&tenant_id=d7387e5e21a245f3922a0734c54a8df8 => generated 69 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 238/482] 10.0.0.60 () {34 vars in 782 bytes} [Tue Jun 16 02:06:42 2026] PUT /v2.0/routers/72e2aba6-fb07-4e83-80e5-0e59bbdeba8e/add_router_interface => generated 309 bytes in 1228 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 239/483] 10.0.0.213 () {34 vars in 1002 bytes} [Tue Jun 16 02:06:44 2026] GET /v2.0/security-groups?tenant_id=e0b68e391f4545308285e71f9588d2b6 => generated 7905 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 240/484] 10.0.0.213 () {34 vars in 982 bytes} [Tue Jun 16 02:06:44 2026] GET /v2.0/networks?id=d29a70b3-ce12-496a-92b0-7f8367c3bdc2 => generated 675 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 241/485] 10.0.0.213 () {34 vars in 991 bytes} [Tue Jun 16 02:06:44 2026] GET /v2.0/security-groups/64a085a0-2c6a-4492-8531-ace2d6b9379d => generated 2918 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 242/486] 10.0.0.213 () {34 vars in 965 bytes} [Tue Jun 16 02:06:44 2026] GET /v2.0/quotas/d7387e5e21a245f3922a0734c54a8df8 => generated 292 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 243/487] 10.0.0.213 () {34 vars in 991 bytes} [Tue Jun 16 02:06:44 2026] GET /v2.0/security-groups/64a085a0-2c6a-4492-8531-ace2d6b9379d => generated 2918 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 244/488] 10.0.0.213 () {34 vars in 1002 bytes} [Tue Jun 16 02:06:44 2026] GET /v2.0/ports?tenant_id=d7387e5e21a245f3922a0734c54a8df8&fields=id => generated 103 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 245/489] 10.0.0.213 () {34 vars in 991 bytes} [Tue Jun 16 02:06:44 2026] GET /v2.0/security-groups/c1decef6-30c7-40da-94c2-42519150a701 => generated 1681 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 246/490] 10.0.0.213 () {36 vars in 1013 bytes} [Tue Jun 16 02:06:44 2026] DELETE /v2.0/security-groups/c1decef6-30c7-40da-94c2-42519150a701 => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:06:44.564 8 INFO neutron.api.v2.resource [req-dff44d5b-2b58-44e7-bf60-0f170ac8843a req-ae7ccfb7-b7be-4a14-be87-f893cbafee08 bfd6303bffdb498c86cc39b3d2857490 e0b68e391f4545308285e71f9588d2b6 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 247/491] 10.0.0.213 () {34 vars in 991 bytes} [Tue Jun 16 02:06:44 2026] GET /v2.0/security-groups/c1decef6-30c7-40da-94c2-42519150a701 => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 248/492] 10.0.0.213 () {34 vars in 991 bytes} [Tue Jun 16 02:06:44 2026] GET /v2.0/security-groups/4a00d8f9-a72d-4ca1-8f38-ee06a0f5c503 => generated 1682 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 249/493] 10.0.0.213 () {36 vars in 1013 bytes} [Tue Jun 16 02:06:44 2026] DELETE /v2.0/security-groups/4a00d8f9-a72d-4ca1-8f38-ee06a0f5c503 => 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: 250/494] 10.0.0.213 () {34 vars in 907 bytes} [Tue Jun 16 02:06:44 2026] GET /v2.0/extensions => generated 21537 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 251/495] 10.0.0.213 () {38 vars in 971 bytes} [Tue Jun 16 02:06:44 2026] POST /v2.0/security-groups => generated 1685 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 252/496] 10.0.0.213 () {34 vars in 1008 bytes} [Tue Jun 16 02:06:44 2026] GET /v2.0/networks/d29a70b3-ce12-496a-92b0-7f8367c3bdc2?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:06:44.973 8 INFO neutron.api.v2.resource [req-f2a9ddce-d883-4a13-96ba-a7a4ecbec8b3 req-f3c90113-1b95-4e4c-ba9a-048cb9507176 bfd6303bffdb498c86cc39b3d2857490 e0b68e391f4545308285e71f9588d2b6 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 253/497] 10.0.0.213 () {34 vars in 991 bytes} [Tue Jun 16 02:06:44 2026] GET /v2.0/security-groups/4a00d8f9-a72d-4ca1-8f38-ee06a0f5c503 => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 254/498] 10.0.0.213 () {34 vars in 1108 bytes} [Tue Jun 16 02:06:44 2026] GET /v2.0/networks/d29a70b3-ce12-496a-92b0-7f8367c3bdc2?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: 255/499] 10.0.0.213 () {34 vars in 991 bytes} [Tue Jun 16 02:06:45 2026] GET /v2.0/security-groups/7883a356-ffcb-491c-a718-39c3d9dcf6b9 => generated 1685 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 256/500] 10.0.0.213 () {38 vars in 981 bytes} [Tue Jun 16 02:06:45 2026] POST /v2.0/security-group-rules => generated 614 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 257/501] 10.0.0.213 () {34 vars in 991 bytes} [Tue Jun 16 02:06:45 2026] GET /v2.0/security-groups/7f720b49-a2a8-499b-8b4c-493d6020b9ca => generated 1681 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 258/502] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:06:45 2026] GET /v2.0/ports?device_id=c580c471-4dfe-46e4-aa17-7ca8bfd07135 => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 259/503] 10.0.0.213 () {36 vars in 1013 bytes} [Tue Jun 16 02:06:45 2026] DELETE /v2.0/security-groups/7f720b49-a2a8-499b-8b4c-493d6020b9ca => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 245/504] 10.0.0.60 () {34 vars in 782 bytes} [Tue Jun 16 02:06:44 2026] PUT /v2.0/routers/f41d0350-1878-48dc-8ddd-89c6192bd336/add_router_interface => generated 309 bytes in 1403 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:06:45.485 7 INFO neutron.api.v2.resource [req-406267af-fb78-4450-baf9-9c212615bfa6 req-d50505e7-09f9-46f6-96ce-c9c79c8796dd bfd6303bffdb498c86cc39b3d2857490 e0b68e391f4545308285e71f9588d2b6 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 246/505] 10.0.0.213 () {34 vars in 991 bytes} [Tue Jun 16 02:06:45 2026] GET /v2.0/security-groups/7f720b49-a2a8-499b-8b4c-493d6020b9ca => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 260/506] 10.0.0.213 () {38 vars in 971 bytes} [Tue Jun 16 02:06:45 2026] POST /v2.0/security-groups => generated 1684 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 247/507] 10.0.0.213 () {34 vars in 1002 bytes} [Tue Jun 16 02:06:45 2026] GET /v2.0/security-groups?tenant_id=e0b68e391f4545308285e71f9588d2b6 => generated 2921 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 248/508] 10.0.0.213 () {34 vars in 991 bytes} [Tue Jun 16 02:06:45 2026] GET /v2.0/security-groups/3000beee-ee8d-4ad0-b4ff-c5cd9bebc617 => generated 1684 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 261/509] 10.0.0.213 () {34 vars in 991 bytes} [Tue Jun 16 02:06:45 2026] GET /v2.0/security-groups/64a085a0-2c6a-4492-8531-ace2d6b9379d => generated 2918 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 262/510] 10.0.0.213 () {34 vars in 991 bytes} [Tue Jun 16 02:06:45 2026] GET /v2.0/security-groups/64a085a0-2c6a-4492-8531-ace2d6b9379d => generated 2918 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:06:45.689 8 INFO neutron.api.v2.resource [req-21241cdb-ff37-479b-843e-270f73c1a517 req-35d4c135-f0b8-4965-a47f-ee7feff7ec14 bfd6303bffdb498c86cc39b3d2857490 e0b68e391f4545308285e71f9588d2b6 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 263/511] 10.0.0.213 () {34 vars in 991 bytes} [Tue Jun 16 02:06:45 2026] GET /v2.0/security-groups/7f720b49-a2a8-499b-8b4c-493d6020b9ca => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 02:06:45.717 8 INFO neutron.api.v2.resource [req-5298b574-2f92-4388-a4d9-eb80c7cb0b6e req-ad4485f0-d1b2-42a1-8caa-be55640f5e58 bfd6303bffdb498c86cc39b3d2857490 e0b68e391f4545308285e71f9588d2b6 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 264/512] 10.0.0.213 () {34 vars in 991 bytes} [Tue Jun 16 02:06:45 2026] GET /v2.0/security-groups/4a00d8f9-a72d-4ca1-8f38-ee06a0f5c503 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 02:06:45.747 8 INFO neutron.api.v2.resource [req-e0d333d0-2e89-46d6-aba0-18c87fcc1e0a req-4774bd96-b813-4be7-8d08-a7cc3a9c91fe bfd6303bffdb498c86cc39b3d2857490 e0b68e391f4545308285e71f9588d2b6 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 265/513] 10.0.0.213 () {34 vars in 991 bytes} [Tue Jun 16 02:06:45 2026] GET /v2.0/security-groups/c1decef6-30c7-40da-94c2-42519150a701 => 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: 249/514] 10.0.0.213 () {38 vars in 981 bytes} [Tue Jun 16 02:06:45 2026] POST /v2.0/security-group-rules => generated 614 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 250/515] 10.0.0.213 () {34 vars in 991 bytes} [Tue Jun 16 02:06:45 2026] GET /v2.0/security-groups/3000beee-ee8d-4ad0-b4ff-c5cd9bebc617 => generated 2309 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 251/516] 10.0.0.213 () {38 vars in 981 bytes} [Tue Jun 16 02:06:45 2026] POST /v2.0/security-group-rules => generated 619 bytes in 213 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:06:46.128 8 INFO neutron_taas.services.taas.taas_plugin [None req-24ddab00-97d3-47e8-b14e-10dcdff569ac 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] TaaS: Handle Delete Port: ada92472-96b2-4802-b411-883da6939444 2026-06-16 02:06:46.134 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-24ddab00-97d3-47e8-b14e-10dcdff569ac 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] Tap Mirror: Handle Delete Port: ada92472-96b2-4802-b411-883da6939444 [pid: 7|app: 0|req: 252/517] 10.0.0.60 () {34 vars in 684 bytes} [Tue Jun 16 02:06:46 2026] POST /v2.0/security-groups => generated 1660 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 253/518] 10.0.0.213 () {34 vars in 991 bytes} [Tue Jun 16 02:06:46 2026] GET /v2.0/security-groups/3000beee-ee8d-4ad0-b4ff-c5cd9bebc617 => generated 2939 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 254/519] 10.0.0.60 () {34 vars in 694 bytes} [Tue Jun 16 02:06:46 2026] POST /v2.0/security-group-rules => generated 597 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 255/520] 10.0.0.213 () {34 vars in 1001 bytes} [Tue Jun 16 02:06:46 2026] GET /v2.0/security-group-rules/7fd4aaef-33ea-4214-a6c8-8071d3a0552b => generated 616 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 256/521] 10.0.0.60 () {34 vars in 694 bytes} [Tue Jun 16 02:06:46 2026] POST /v2.0/security-group-rules => generated 602 bytes in 81 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 257/522] 10.0.0.213 () {34 vars in 991 bytes} [Tue Jun 16 02:06:46 2026] GET /v2.0/security-groups/3000beee-ee8d-4ad0-b4ff-c5cd9bebc617 => generated 2939 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 258/523] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:06:46 2026] GET /v2.0/ports?device_id=c580c471-4dfe-46e4-aa17-7ca8bfd07135 => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 266/524] 10.0.0.60 () {34 vars in 788 bytes} [Tue Jun 16 02:06:45 2026] PUT /v2.0/routers/ae1c7a83-9d04-4889-9adc-b1fc08da8b67/remove_router_interface => generated 309 bytes in 910 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 267/525] 10.0.0.213 () {36 vars in 1023 bytes} [Tue Jun 16 02:06:46 2026] DELETE /v2.0/security-group-rules/7fd4aaef-33ea-4214-a6c8-8071d3a0552b => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:06:46.926 8 INFO neutron_taas.services.taas.taas_plugin [None req-7f0e70d8-6372-4d7e-9162-dd41105f17d4 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] TaaS: Handle Delete Port: 430cfaca-e555-4a0c-b518-19a9349dadb9 2026-06-16 02:06:46.929 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7f0e70d8-6372-4d7e-9162-dd41105f17d4 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] Tap Mirror: Handle Delete Port: 430cfaca-e555-4a0c-b518-19a9349dadb9 [pid: 7|app: 0|req: 259/526] 10.0.0.60 () {34 vars in 675 bytes} [Tue Jun 16 02:06:46 2026] POST /v2.0/floatingips => generated 552 bytes in 527 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 260/527] 10.0.0.213 () {34 vars in 991 bytes} [Tue Jun 16 02:06:46 2026] GET /v2.0/security-groups/3000beee-ee8d-4ad0-b4ff-c5cd9bebc617 => generated 2309 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 261/528] 10.0.0.213 () {36 vars in 1013 bytes} [Tue Jun 16 02:06:47 2026] DELETE /v2.0/security-groups/3000beee-ee8d-4ad0-b4ff-c5cd9bebc617 => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:06:47.145 8 INFO neutron_taas.services.taas.taas_plugin [None req-7f0e70d8-6372-4d7e-9162-dd41105f17d4 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] TaaS: Handle Delete Port: fe4becf2-937e-48a7-9d2b-1f80ed68fce0 2026-06-16 02:06:47.147 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7f0e70d8-6372-4d7e-9162-dd41105f17d4 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] Tap Mirror: Handle Delete Port: fe4becf2-937e-48a7-9d2b-1f80ed68fce0 [pid: 7|app: 0|req: 262/529] 10.0.0.213 () {34 vars in 991 bytes} [Tue Jun 16 02:06:47 2026] GET /v2.0/security-groups/7883a356-ffcb-491c-a718-39c3d9dcf6b9 => generated 2310 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:06:47.215 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-7f0e70d8-6372-4d7e-9162-dd41105f17d4 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - 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: 263/530] 10.0.0.213 () {36 vars in 1013 bytes} [Tue Jun 16 02:06:47 2026] DELETE /v2.0/security-groups/7883a356-ffcb-491c-a718-39c3d9dcf6b9 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:06:47.617 8 INFO neutron.db.l3_hamode_db [None req-7f0e70d8-6372-4d7e-9162-dd41105f17d4 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] HA network 9549b141-8269-47ce-98ae-1001abdc076a was deleted as no HA routers are present in tenant e0b68e391f4545308285e71f9588d2b6. [pid: 8|app: 0|req: 268/531] 10.0.0.60 () {32 vars in 723 bytes} [Tue Jun 16 02:06:46 2026] DELETE /v2.0/routers/ae1c7a83-9d04-4889-9adc-b1fc08da8b67 => generated 0 bytes in 877 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 269/532] 10.0.0.213 () {34 vars in 1100 bytes} [Tue Jun 16 02:06:47 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1852497088&fields=id&tenant_id=5129d4c4b518419085c1792f62fd67fc => generated 69 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 270/533] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:06:47 2026] GET /v2.0/ports?device_id=c580c471-4dfe-46e4-aa17-7ca8bfd07135 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:06:47.766 7 INFO neutron_taas.services.taas.taas_plugin [None req-26e4f53e-c653-4089-8c32-6fc624eb5117 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] TaaS: Handle Delete Port: 010bc927-2648-4539-9185-0d3f0cc51d39 2026-06-16 02:06:47.773 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-26e4f53e-c653-4089-8c32-6fc624eb5117 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] Tap Mirror: Handle Delete Port: 010bc927-2648-4539-9185-0d3f0cc51d39 [pid: 8|app: 0|req: 271/534] 10.0.0.60 () {32 vars in 723 bytes} [Tue Jun 16 02:06:47 2026] DELETE /v2.0/subnets/264b5b7a-f8e9-4b9b-b101-aaba0a97f453 => generated 0 bytes in 175 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 272/535] 10.0.0.213 () {34 vars in 982 bytes} [Tue Jun 16 02:06:47 2026] GET /v2.0/networks?id=b6bc2374-11dd-4d4b-88dc-1b31efd33cbc => generated 684 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:06:47.975 8 INFO neutron.services.segments.plugin [-] Segment c8427654-211c-4160-bb3d-4aad6c9a4982 resource provider aggregate not found 2026-06-16 02:06:47.983 8 INFO neutron.services.segments.plugin [-] Segment c8427654-211c-4160-bb3d-4aad6c9a4982 resource provider aggregate not found 2026-06-16 02:06:47.992 8 INFO neutron.services.segments.plugin [-] Segment c8427654-211c-4160-bb3d-4aad6c9a4982 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c8427654-211c-4160-bb3d-4aad6c9a4982 found for delete ", "request_id": "req-f1726a45-6413-4c4e-92ad-969ffe32cb8a"}]} 2026-06-16 02:06:48.003 8 INFO neutron.services.segments.plugin [-] Segment c8427654-211c-4160-bb3d-4aad6c9a4982 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c8427654-211c-4160-bb3d-4aad6c9a4982 found for delete ", "request_id": "req-9fb0b6f0-fa68-49cb-89ec-9d16e34b09ae"}]} 2026-06-16 02:06:48.030 8 INFO neutron_taas.services.taas.taas_plugin [None req-9124af6e-987f-4850-967f-a59bc51705d8 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] TaaS: Handle Delete Port: 22e01a3d-0ed3-4b8a-8fd0-b397b380f0aa 2026-06-16 02:06:48.032 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9124af6e-987f-4850-967f-a59bc51705d8 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] Tap Mirror: Handle Delete Port: 22e01a3d-0ed3-4b8a-8fd0-b397b380f0aa [pid: 8|app: 0|req: 273/536] 10.0.0.60 () {32 vars in 725 bytes} [Tue Jun 16 02:06:47 2026] DELETE /v2.0/networks/9fa440cc-d751-4ed4-b679-8dfc5c48a18a => 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: 274/537] 10.0.0.213 () {34 vars in 965 bytes} [Tue Jun 16 02:06:48 2026] GET /v2.0/quotas/5129d4c4b518419085c1792f62fd67fc => 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: 264/538] 10.0.0.60 () {34 vars in 788 bytes} [Tue Jun 16 02:06:47 2026] PUT /v2.0/routers/72e2aba6-fb07-4e83-80e5-0e59bbdeba8e/remove_router_interface => generated 309 bytes in 1018 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 275/539] 10.0.0.213 () {34 vars in 1002 bytes} [Tue Jun 16 02:06:48 2026] GET /v2.0/ports?tenant_id=5129d4c4b518419085c1792f62fd67fc&fields=id => generated 103 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 276/540] 10.0.0.60 () {32 vars in 773 bytes} [Tue Jun 16 02:06:48 2026] GET /v2.0/security-groups?tenant_id=e0b68e391f4545308285e71f9588d2b6&name=default => generated 2921 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:06:48.524 7 INFO neutron_taas.services.taas.taas_plugin [None req-fb487930-c7e5-48ef-92c1-ecc060055ff2 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] TaaS: Handle Delete Port: 4c41f846-b0e4-4512-adb0-a79ef1915665 [pid: 8|app: 0|req: 277/541] 10.0.0.60 () {32 vars in 739 bytes} [Tue Jun 16 02:06:48 2026] DELETE /v2.0/security-groups/64a085a0-2c6a-4492-8531-ace2d6b9379d => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:06:48.528 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fb487930-c7e5-48ef-92c1-ecc060055ff2 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] Tap Mirror: Handle Delete Port: 4c41f846-b0e4-4512-adb0-a79ef1915665 2026-06-16 02:06:48.739 7 INFO neutron_taas.services.taas.taas_plugin [None req-fb487930-c7e5-48ef-92c1-ecc060055ff2 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] TaaS: Handle Delete Port: c343c23d-6bbf-47a9-981b-69445a480b8a 2026-06-16 02:06:48.742 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fb487930-c7e5-48ef-92c1-ecc060055ff2 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] Tap Mirror: Handle Delete Port: c343c23d-6bbf-47a9-981b-69445a480b8a [pid: 8|app: 0|req: 278/542] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:06:48 2026] GET /v2.0/ports?device_id=c580c471-4dfe-46e4-aa17-7ca8bfd07135 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:06:48.811 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-fb487930-c7e5-48ef-92c1-ecc060055ff2 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - 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: 279/543] 10.0.0.213 () {34 vars in 907 bytes} [Tue Jun 16 02:06:48 2026] GET /v2.0/extensions => generated 21537 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 280/544] 10.0.0.213 () {34 vars in 1008 bytes} [Tue Jun 16 02:06:48 2026] GET /v2.0/networks/b6bc2374-11dd-4d4b-88dc-1b31efd33cbc?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: 281/545] 10.0.0.213 () {34 vars in 1108 bytes} [Tue Jun 16 02:06:48 2026] GET /v2.0/networks/b6bc2374-11dd-4d4b-88dc-1b31efd33cbc?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: 282/546] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:06:49 2026] GET /v2.0/ports?device_id=c8d3eb4b-2f85-4f0c-b66c-f6d387e0eb7c => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:06:49.173 7 INFO neutron.db.l3_hamode_db [None req-fb487930-c7e5-48ef-92c1-ecc060055ff2 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] HA network ab728aff-5a81-46ab-9ac3-9519af22cd3a was deleted as no HA routers are present in tenant 059c8714336c45649cb72e2ec6c18ff6. [pid: 7|app: 0|req: 265/547] 10.0.0.60 () {32 vars in 723 bytes} [Tue Jun 16 02:06:48 2026] DELETE /v2.0/routers/72e2aba6-fb07-4e83-80e5-0e59bbdeba8e => generated 0 bytes in 850 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 283/548] 10.0.0.60 () {32 vars in 723 bytes} [Tue Jun 16 02:06:49 2026] DELETE /v2.0/subnets/59806ec8-08fe-4038-8d49-9f883e45fb2f => 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: 266/549] 10.0.0.60 () {32 vars in 725 bytes} [Tue Jun 16 02:06:49 2026] DELETE /v2.0/networks/216864ee-65cd-41f7-842e-3f5296fcc7ae => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 284/550] 10.0.0.60 () {32 vars in 773 bytes} [Tue Jun 16 02:06:49 2026] GET /v2.0/security-groups?tenant_id=059c8714336c45649cb72e2ec6c18ff6&name=default => generated 2921 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:06:49.702 7 INFO neutron.services.segments.plugin [-] Segment 0a2d96ab-6191-4d57-b494-daea9cbaa87d resource provider aggregate not found 2026-06-16 02:06:49.706 7 INFO neutron.services.segments.plugin [-] Segment 0a2d96ab-6191-4d57-b494-daea9cbaa87d resource provider aggregate not found [pid: 7|app: 0|req: 267/551] 10.0.0.60 () {32 vars in 739 bytes} [Tue Jun 16 02:06:49 2026] DELETE /v2.0/security-groups/e368e5b4-2e10-491d-b32c-0b5d4b2c9b58 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:06:49.719 7 INFO neutron.services.segments.plugin [-] Segment 0a2d96ab-6191-4d57-b494-daea9cbaa87d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0a2d96ab-6191-4d57-b494-daea9cbaa87d found for delete ", "request_id": "req-c8eebbf5-835c-4cbc-b118-7bbc0feeb70a"}]} 2026-06-16 02:06:49.721 7 INFO neutron.services.segments.plugin [-] Segment 0a2d96ab-6191-4d57-b494-daea9cbaa87d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0a2d96ab-6191-4d57-b494-daea9cbaa87d found for delete ", "request_id": "req-a0756309-aeef-4a8f-9325-627454e38daf"}]} [pid: 8|app: 0|req: 285/552] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:06:49 2026] GET /v2.0/ports?device_id=c580c471-4dfe-46e4-aa17-7ca8bfd07135 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:06:50.010 8 INFO neutron.services.segments.plugin [-] Segment d8d2693a-dbbb-4f2c-a658-82e7c5e25eb7 resource provider aggregate not found 2026-06-16 02:06:50.021 8 INFO neutron.services.segments.plugin [-] Segment d8d2693a-dbbb-4f2c-a658-82e7c5e25eb7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d8d2693a-dbbb-4f2c-a658-82e7c5e25eb7 found for delete ", "request_id": "req-1c193b21-a082-4aa6-8427-dbe9e7c03ca3"}]} 2026-06-16 02:06:50.022 8 INFO neutron.services.segments.plugin [-] Segment d8d2693a-dbbb-4f2c-a658-82e7c5e25eb7 resource provider aggregate not found 2026-06-16 02:06:50.040 8 INFO neutron.services.segments.plugin [-] Segment d8d2693a-dbbb-4f2c-a658-82e7c5e25eb7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d8d2693a-dbbb-4f2c-a658-82e7c5e25eb7 found for delete ", "request_id": "req-a12ab8ac-e7a5-4206-b264-2486ee47e262"}]} [pid: 8|app: 0|req: 286/553] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:06:50 2026] GET /v2.0/ports?device_id=c8d3eb4b-2f85-4f0c-b66c-f6d387e0eb7c => 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: 268/554] 199.204.45.140 () {34 vars in 986 bytes} [Tue Jun 16 02:06:50 2026] GET /v2.0/networks?id=d29a70b3-ce12-496a-92b0-7f8367c3bdc2 => generated 675 bytes in 170 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 269/555] 199.204.45.140 () {34 vars in 911 bytes} [Tue Jun 16 02:06:50 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 270/556] 199.204.45.140 () {34 vars in 1050 bytes} [Tue Jun 16 02:06:50 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=d7387e5e21a245f3922a0734c54a8df8 => generated 181 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:06:50.463 8 INFO neutron.db.segments_db [None req-524e33f1-4cc7-4de4-b7d7-1550678247d9 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] Added segment be739821-d93e-403e-9dc7-5b08a158083d of type vxlan for network e1e2c98c-2dcc-4892-9835-5d47cdefe809 [pid: 8|app: 0|req: 287/557] 10.0.0.60 () {34 vars in 670 bytes} [Tue Jun 16 02:06:50 2026] POST /v2.0/networks => generated 725 bytes in 238 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 288/558] 10.0.0.60 () {34 vars in 668 bytes} [Tue Jun 16 02:06:50 2026] POST /v2.0/subnets => generated 692 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:06:50.740 8 INFO neutron.db.segments_db [None req-3c3db475-c2ae-4099-b647-89b2ac2a3a88 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] Added segment ab02f8da-a21d-4127-a9ae-147fc08c1a0e of type vxlan for network d31109ed-7c89-411e-b611-565f9bc9d5aa [pid: 7|app: 0|req: 271/559] 199.204.45.140 () {38 vars in 955 bytes} [Tue Jun 16 02:06:50 2026] POST /v2.0/ports => generated 954 bytes in 414 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-16 02:06:50.972 8 INFO neutron.db.l3_hamode_db [None req-3c3db475-c2ae-4099-b647-89b2ac2a3a88 6f429fdbbb2a45d99cb484a6036aa584 61a1862c85f14abd93d8ac4fcc3156fb - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 272/560] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:06:50 2026] GET /v2.0/ports?device_id=c580c471-4dfe-46e4-aa17-7ca8bfd07135 => generated 957 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 273/561] 10.0.0.213 () {34 vars in 1040 bytes} [Tue Jun 16 02:06:50 2026] GET /v2.0/security-groups?id=0e242e63-4ae7-4d72-9cf3-5267a748b6bd&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:06:51.720 8 INFO neutron.db.l3_hamode_db [None req-3c3db475-c2ae-4099-b647-89b2ac2a3a88 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-16 02:06:51.746 7 INFO neutron.services.segments.plugin [-] Segment 06d8dcb1-2566-4bc3-822d-0e970d16fe68 resource provider aggregate not found 2026-06-16 02:06:51.746 7 INFO neutron.services.segments.plugin [-] Segment 06d8dcb1-2566-4bc3-822d-0e970d16fe68 resource provider aggregate not found 2026-06-16 02:06:51.766 7 INFO neutron.services.segments.plugin [-] Segment 06d8dcb1-2566-4bc3-822d-0e970d16fe68 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 06d8dcb1-2566-4bc3-822d-0e970d16fe68 found for delete ", "request_id": "req-a95b612b-7a38-414e-acdf-37923c6e7817"}]} 2026-06-16 02:06:51.769 7 INFO neutron.services.segments.plugin [-] Segment 06d8dcb1-2566-4bc3-822d-0e970d16fe68 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 06d8dcb1-2566-4bc3-822d-0e970d16fe68 found for delete ", "request_id": "req-e7be2ef5-c6bd-4d9e-8740-ddb59270ad62"}]} [pid: 7|app: 0|req: 274/562] 199.204.45.140 () {38 vars in 1028 bytes} [Tue Jun 16 02:06:51 2026] PUT /v2.0/ports/771e52b3-9e3c-4011-9669-d7effed536ea => generated 1235 bytes in 533 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: 275/563] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:06:51 2026] GET /v2.0/ports?device_id=c8d3eb4b-2f85-4f0c-b66c-f6d387e0eb7c => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:06:51.983 7 INFO neutron.db.segments_db [None req-efa232cb-f4e2-47e7-b679-84b4ef532871 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] Added segment 9729e11e-95cb-412b-804e-06ebe1db2651 of type vxlan for network 264025f4-1663-40fa-87a8-6ee37eca480b [pid: 7|app: 0|req: 276/564] 10.0.0.60 () {34 vars in 670 bytes} [Tue Jun 16 02:06:51 2026] POST /v2.0/networks => generated 727 bytes in 246 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 277/565] 10.0.0.60 () {34 vars in 668 bytes} [Tue Jun 16 02:06:52 2026] POST /v2.0/subnets => generated 693 bytes in 245 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 278/566] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:06:52 2026] GET /v2.0/ports?device_id=c580c471-4dfe-46e4-aa17-7ca8bfd07135 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:06:52.412 7 INFO neutron.db.segments_db [None req-ef67462b-c59e-4cf4-984a-c34ebdace6a5 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] Added segment 163adcb0-caf6-4ae0-945a-a89d91ef4268 of type vxlan for network d1b39754-9019-4a01-8c9b-8295f4ad3399 2026-06-16 02:06:52.415 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-05255cd9-7fcb-4d8d-af89-3b0aa32c7733'] response: {'name': 'network-changed', 'server_uuid': 'c580c471-4dfe-46e4-aa17-7ca8bfd07135', 'tag': '771e52b3-9e3c-4011-9669-d7effed536ea', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 289/567] 10.0.0.60 () {34 vars in 668 bytes} [Tue Jun 16 02:06:50 2026] POST /v2.0/routers => generated 732 bytes in 1925 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 290/568] 10.0.0.213 () {34 vars in 1040 bytes} [Tue Jun 16 02:06:52 2026] GET /v2.0/security-groups?id=0e242e63-4ae7-4d72-9cf3-5267a748b6bd&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:06:52.683 7 INFO neutron.db.l3_hamode_db [None req-ef67462b-c59e-4cf4-984a-c34ebdace6a5 6f429fdbbb2a45d99cb484a6036aa584 653864a55c5b438a9948209615895d3a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-16 02:06:53.510 7 INFO neutron.db.l3_hamode_db [None req-ef67462b-c59e-4cf4-984a-c34ebdace6a5 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 291/569] 10.0.0.60 () {34 vars in 782 bytes} [Tue Jun 16 02:06:52 2026] PUT /v2.0/routers/a0cb0d74-609b-4559-b4da-629efe810232/add_router_interface => generated 309 bytes in 1075 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 292/570] 199.204.45.140 () {34 vars in 1080 bytes} [Tue Jun 16 02:06:53 2026] GET /v2.0/ports?tenant_id=d7387e5e21a245f3922a0734c54a8df8&device_id=c580c471-4dfe-46e4-aa17-7ca8bfd07135 => generated 1238 bytes in 363 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 293/571] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:06:54 2026] GET /v2.0/ports?device_id=c8d3eb4b-2f85-4f0c-b66c-f6d387e0eb7c => 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: 294/572] 199.204.45.140 () {34 vars in 986 bytes} [Tue Jun 16 02:06:54 2026] GET /v2.0/networks?id=b6bc2374-11dd-4d4b-88dc-1b31efd33cbc => generated 684 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 295/573] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:06:54 2026] GET /v2.0/ports?device_id=c580c471-4dfe-46e4-aa17-7ca8bfd07135 => generated 969 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 296/574] 199.204.45.140 () {34 vars in 1058 bytes} [Tue Jun 16 02:06:54 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=771e52b3-9e3c-4011-9669-d7effed536ea => generated 19 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 297/575] 199.204.45.140 () {34 vars in 1050 bytes} [Tue Jun 16 02:06:54 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=5129d4c4b518419085c1792f62fd67fc => generated 181 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 298/576] 10.0.0.213 () {34 vars in 1040 bytes} [Tue Jun 16 02:06:54 2026] GET /v2.0/security-groups?id=0e242e63-4ae7-4d72-9cf3-5267a748b6bd&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 299/577] 199.204.45.140 () {34 vars in 984 bytes} [Tue Jun 16 02:06:54 2026] GET /v2.0/subnets?id=789243fd-dfb7-4d18-9989-da1631c18252 => generated 693 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 279/578] 10.0.0.60 () {34 vars in 668 bytes} [Tue Jun 16 02:06:52 2026] POST /v2.0/routers => generated 733 bytes in 2103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 280/579] 199.204.45.140 () {34 vars in 1052 bytes} [Tue Jun 16 02:06:54 2026] GET /v2.0/ports?network_id=d29a70b3-ce12-496a-92b0-7f8367c3bdc2&device_owner=network%3Adhcp => generated 1244 bytes in 333 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 300/580] 199.204.45.140 () {38 vars in 955 bytes} [Tue Jun 16 02:06:54 2026] POST /v2.0/ports => generated 954 bytes in 488 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: 301/581] 10.0.0.213 () {34 vars in 982 bytes} [Tue Jun 16 02:06:54 2026] GET /v2.0/networks?id=e1e2c98c-2dcc-4892-9835-5d47cdefe809 => generated 677 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 302/582] 199.204.45.140 () {34 vars in 1012 bytes} [Tue Jun 16 02:06:54 2026] GET /v2.0/networks/d29a70b3-ce12-496a-92b0-7f8367c3bdc2?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 303/583] 199.204.45.140 () {38 vars in 1028 bytes} [Tue Jun 16 02:06:55 2026] PUT /v2.0/ports/e32eaa0a-6675-425b-a5d2-5a2149958d8c => generated 1235 bytes in 513 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: 304/584] 10.0.0.213 () {34 vars in 965 bytes} [Tue Jun 16 02:06:55 2026] GET /v2.0/quotas/61a1862c85f14abd93d8ac4fcc3156fb => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 305/585] 199.204.45.140 () {34 vars in 1112 bytes} [Tue Jun 16 02:06:55 2026] GET /v2.0/networks/d29a70b3-ce12-496a-92b0-7f8367c3bdc2?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: 306/586] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:06:55 2026] GET /v2.0/ports?device_id=c8d3eb4b-2f85-4f0c-b66c-f6d387e0eb7c => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 307/587] 10.0.0.213 () {34 vars in 1002 bytes} [Tue Jun 16 02:06:55 2026] GET /v2.0/ports?tenant_id=61a1862c85f14abd93d8ac4fcc3156fb&fields=id => generated 57 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 308/588] 10.0.0.213 () {34 vars in 1040 bytes} [Tue Jun 16 02:06:55 2026] GET /v2.0/security-groups?id=f488e042-1dfb-4447-b94e-b6c5018ad8ac&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 309/589] 10.0.0.213 () {34 vars in 1008 bytes} [Tue Jun 16 02:06:55 2026] GET /v2.0/networks/e1e2c98c-2dcc-4892-9835-5d47cdefe809?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: 310/590] 10.0.0.213 () {34 vars in 1108 bytes} [Tue Jun 16 02:06:55 2026] GET /v2.0/networks/e1e2c98c-2dcc-4892-9835-5d47cdefe809?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: 311/591] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:06:55 2026] GET /v2.0/ports?device_id=c580c471-4dfe-46e4-aa17-7ca8bfd07135 => generated 969 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 312/592] 10.0.0.213 () {34 vars in 1040 bytes} [Tue Jun 16 02:06:55 2026] GET /v2.0/security-groups?id=0e242e63-4ae7-4d72-9cf3-5267a748b6bd&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: 315/595] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:06:55 2026] GET /v2.0/ports?device_id=4d27f029-cb40-4de9-9bb9-90572d671151 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:06:56.038 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b0144c1d-46a8-4fe3-92ee-d821d7fdce69'] response: {'name': 'network-changed', 'server_uuid': 'c8d3eb4b-2f85-4f0c-b66c-f6d387e0eb7c', 'tag': 'e32eaa0a-6675-425b-a5d2-5a2149958d8c', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 281/596] 10.0.0.60 () {34 vars in 782 bytes} [Tue Jun 16 02:06:54 2026] PUT /v2.0/routers/b5b1253c-b381-4db9-81ba-845ba7b2a68b/add_router_interface => generated 309 bytes in 1281 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 316/597] 199.204.45.140 () {34 vars in 1080 bytes} [Tue Jun 16 02:06:56 2026] GET /v2.0/ports?tenant_id=5129d4c4b518419085c1792f62fd67fc&device_id=c8d3eb4b-2f85-4f0c-b66c-f6d387e0eb7c => generated 1238 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 317/598] 199.204.45.140 () {34 vars in 1058 bytes} [Tue Jun 16 02:06:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=e32eaa0a-6675-425b-a5d2-5a2149958d8c => 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: 318/599] 199.204.45.140 () {34 vars in 1080 bytes} [Tue Jun 16 02:06:56 2026] GET /v2.0/ports?tenant_id=d7387e5e21a245f3922a0734c54a8df8&device_id=c580c471-4dfe-46e4-aa17-7ca8bfd07135 => generated 1238 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 319/600] 199.204.45.140 () {34 vars in 984 bytes} [Tue Jun 16 02:06:56 2026] GET /v2.0/subnets?id=be25f9da-fd0f-47b3-925e-b0ad87a915fe => generated 702 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 282/601] 10.0.0.60 () {34 vars in 684 bytes} [Tue Jun 16 02:06:56 2026] POST /v2.0/security-groups => generated 1661 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 320/602] 199.204.45.140 () {34 vars in 986 bytes} [Tue Jun 16 02:06:56 2026] GET /v2.0/networks?id=d29a70b3-ce12-496a-92b0-7f8367c3bdc2 => generated 771 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 283/603] 199.204.45.140 () {34 vars in 1052 bytes} [Tue Jun 16 02:06:56 2026] GET /v2.0/ports?network_id=b6bc2374-11dd-4d4b-88dc-1b31efd33cbc&device_owner=network%3Adhcp => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 284/604] 199.204.45.140 () {34 vars in 1058 bytes} [Tue Jun 16 02:06:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=771e52b3-9e3c-4011-9669-d7effed536ea => generated 19 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 285/605] 199.204.45.140 () {34 vars in 1012 bytes} [Tue Jun 16 02:06:56 2026] GET /v2.0/networks/b6bc2374-11dd-4d4b-88dc-1b31efd33cbc?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: 321/606] 10.0.0.60 () {34 vars in 694 bytes} [Tue Jun 16 02:06:56 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: 286/607] 199.204.45.140 () {34 vars in 984 bytes} [Tue Jun 16 02:06:56 2026] GET /v2.0/subnets?id=789243fd-dfb7-4d18-9989-da1631c18252 => generated 693 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 322/608] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:06:56 2026] GET /v2.0/ports?device_id=c8d3eb4b-2f85-4f0c-b66c-f6d387e0eb7c => 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: 287/609] 199.204.45.140 () {34 vars in 1112 bytes} [Tue Jun 16 02:06:56 2026] GET /v2.0/networks/b6bc2374-11dd-4d4b-88dc-1b31efd33cbc?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: 288/610] 199.204.45.140 () {34 vars in 1052 bytes} [Tue Jun 16 02:06:56 2026] GET /v2.0/ports?network_id=d29a70b3-ce12-496a-92b0-7f8367c3bdc2&device_owner=network%3Adhcp => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 289/611] 10.0.0.213 () {34 vars in 1040 bytes} [Tue Jun 16 02:06:56 2026] GET /v2.0/security-groups?id=f488e042-1dfb-4447-b94e-b6c5018ad8ac&fields=id&fields=name => generated 114 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 290/612] 199.204.45.140 () {34 vars in 1012 bytes} [Tue Jun 16 02:06:56 2026] GET /v2.0/networks/d29a70b3-ce12-496a-92b0-7f8367c3bdc2?fields=segments => generated 14 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 323/613] 10.0.0.60 () {34 vars in 694 bytes} [Tue Jun 16 02:06:56 2026] POST /v2.0/security-group-rules => generated 602 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 291/615] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:06:57 2026] GET /v2.0/ports?device_id=c580c471-4dfe-46e4-aa17-7ca8bfd07135 => generated 969 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 324/615] 199.204.45.140 () {34 vars in 1112 bytes} [Tue Jun 16 02:06:57 2026] GET /v2.0/networks/d29a70b3-ce12-496a-92b0-7f8367c3bdc2?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: 325/616] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:06:57 2026] GET /v2.0/ports?device_id=4d27f029-cb40-4de9-9bb9-90572d671151 => 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: 326/617] 10.0.0.213 () {34 vars in 1040 bytes} [Tue Jun 16 02:06:57 2026] GET /v2.0/security-groups?id=0e242e63-4ae7-4d72-9cf3-5267a748b6bd&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: 292/618] 10.0.0.60 () {34 vars in 675 bytes} [Tue Jun 16 02:06:57 2026] POST /v2.0/floatingips => generated 552 bytes in 490 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 327/619] 199.204.45.140 () {34 vars in 1080 bytes} [Tue Jun 16 02:06:57 2026] GET /v2.0/ports?tenant_id=5129d4c4b518419085c1792f62fd67fc&device_id=c8d3eb4b-2f85-4f0c-b66c-f6d387e0eb7c => generated 1238 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 293/620] 199.204.45.140 () {34 vars in 986 bytes} [Tue Jun 16 02:06:58 2026] GET /v2.0/networks?id=b6bc2374-11dd-4d4b-88dc-1b31efd33cbc => generated 780 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 294/621] 199.204.45.140 () {34 vars in 1058 bytes} [Tue Jun 16 02:06:58 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=e32eaa0a-6675-425b-a5d2-5a2149958d8c => 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: 328/622] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:06:58 2026] GET /v2.0/ports?device_id=c8d3eb4b-2f85-4f0c-b66c-f6d387e0eb7c => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 295/623] 199.204.45.140 () {34 vars in 984 bytes} [Tue Jun 16 02:06:58 2026] GET /v2.0/subnets?id=be25f9da-fd0f-47b3-925e-b0ad87a915fe => generated 702 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 329/624] 10.0.0.213 () {34 vars in 1040 bytes} [Tue Jun 16 02:06:58 2026] GET /v2.0/security-groups?id=f488e042-1dfb-4447-b94e-b6c5018ad8ac&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 296/625] 199.204.45.140 () {34 vars in 1052 bytes} [Tue Jun 16 02:06:58 2026] GET /v2.0/ports?network_id=b6bc2374-11dd-4d4b-88dc-1b31efd33cbc&device_owner=network%3Adhcp => generated 1244 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 330/626] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:06:58 2026] GET /v2.0/ports?device_id=4d27f029-cb40-4de9-9bb9-90572d671151 => 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: 331/627] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:06:58 2026] GET /v2.0/ports?device_id=c580c471-4dfe-46e4-aa17-7ca8bfd07135 => 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: 297/628] 199.204.45.140 () {34 vars in 1012 bytes} [Tue Jun 16 02:06:58 2026] GET /v2.0/networks/b6bc2374-11dd-4d4b-88dc-1b31efd33cbc?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: 332/629] 10.0.0.213 () {34 vars in 1040 bytes} [Tue Jun 16 02:06:58 2026] GET /v2.0/security-groups?id=0e242e63-4ae7-4d72-9cf3-5267a748b6bd&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: 298/630] 199.204.45.140 () {34 vars in 1112 bytes} [Tue Jun 16 02:06:58 2026] GET /v2.0/networks/b6bc2374-11dd-4d4b-88dc-1b31efd33cbc?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: 299/631] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:06:59 2026] GET /v2.0/ports?device_id=4d27f029-cb40-4de9-9bb9-90572d671151 => 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: 333/632] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:06:59 2026] GET /v2.0/ports?device_id=c8d3eb4b-2f85-4f0c-b66c-f6d387e0eb7c => generated 969 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 300/633] 10.0.0.213 () {34 vars in 1040 bytes} [Tue Jun 16 02:06:59 2026] GET /v2.0/security-groups?id=f488e042-1dfb-4447-b94e-b6c5018ad8ac&fields=id&fields=name => generated 114 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 334/634] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:06:59 2026] GET /v2.0/ports?device_id=c580c471-4dfe-46e4-aa17-7ca8bfd07135 => generated 969 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 301/635] 10.0.0.213 () {34 vars in 1040 bytes} [Tue Jun 16 02:06:59 2026] GET /v2.0/security-groups?id=0e242e63-4ae7-4d72-9cf3-5267a748b6bd&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 335/636] 199.204.45.140 () {34 vars in 986 bytes} [Tue Jun 16 02:07:00 2026] GET /v2.0/networks?id=e1e2c98c-2dcc-4892-9835-5d47cdefe809 => generated 677 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 302/637] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:07:00 2026] GET /v2.0/ports?device_id=4d27f029-cb40-4de9-9bb9-90572d671151 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 303/638] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:07:00 2026] GET /v2.0/ports?device_id=c8d3eb4b-2f85-4f0c-b66c-f6d387e0eb7c => generated 969 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 304/639] 10.0.0.213 () {34 vars in 1040 bytes} [Tue Jun 16 02:07:00 2026] GET /v2.0/security-groups?id=f488e042-1dfb-4447-b94e-b6c5018ad8ac&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: 305/640] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:07:00 2026] GET /v2.0/ports?device_id=c580c471-4dfe-46e4-aa17-7ca8bfd07135 => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 306/641] 10.0.0.213 () {34 vars in 1040 bytes} [Tue Jun 16 02:07:00 2026] GET /v2.0/security-groups?id=0e242e63-4ae7-4d72-9cf3-5267a748b6bd&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: 336/642] 199.204.45.140 () {38 vars in 955 bytes} [Tue Jun 16 02:07:00 2026] POST /v2.0/ports => generated 954 bytes in 390 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 307/643] 199.204.45.140 () {38 vars in 1028 bytes} [Tue Jun 16 02:07:00 2026] PUT /v2.0/ports/a030abf9-6f09-489e-baf2-de59b0f7ad42 => generated 1235 bytes in 497 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:07:01.344 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-08ded709-54ee-40ae-a931-3b1c26b06bed'] response: {'name': 'network-changed', 'server_uuid': '4d27f029-cb40-4de9-9bb9-90572d671151', 'tag': 'a030abf9-6f09-489e-baf2-de59b0f7ad42', 'status': 'completed', 'code': 200} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 337/644] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:07:01 2026] GET /v2.0/ports?device_id=4d27f029-cb40-4de9-9bb9-90572d671151 => generated 969 bytes in 43 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: 308/645] 10.0.0.213 () {34 vars in 1040 bytes} [Tue Jun 16 02:07:01 2026] GET /v2.0/security-groups?id=e56d8685-a31c-4077-8321-399383035f10&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 338/646] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:07:01 2026] GET /v2.0/ports?device_id=c8d3eb4b-2f85-4f0c-b66c-f6d387e0eb7c => generated 969 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 309/647] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:07:01 2026] GET /v2.0/ports?device_id=c580c471-4dfe-46e4-aa17-7ca8bfd07135 => 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: 339/648] 10.0.0.213 () {34 vars in 1040 bytes} [Tue Jun 16 02:07:01 2026] GET /v2.0/security-groups?id=f488e042-1dfb-4447-b94e-b6c5018ad8ac&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 310/649] 10.0.0.213 () {34 vars in 1040 bytes} [Tue Jun 16 02:07:01 2026] GET /v2.0/security-groups?id=0e242e63-4ae7-4d72-9cf3-5267a748b6bd&fields=id&fields=name => generated 114 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 340/650] 199.204.45.140 () {34 vars in 1080 bytes} [Tue Jun 16 02:07:01 2026] GET /v2.0/ports?tenant_id=61a1862c85f14abd93d8ac4fcc3156fb&device_id=4d27f029-cb40-4de9-9bb9-90572d671151 => generated 1238 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 311/651] 199.204.45.140 () {34 vars in 1018 bytes} [Tue Jun 16 02:07:01 2026] GET /v2.0/networks?tenant_id=61a1862c85f14abd93d8ac4fcc3156fb&shared=False => generated 772 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 341/652] 199.204.45.140 () {34 vars in 930 bytes} [Tue Jun 16 02:07:01 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 312/653] 10.0.0.213 () {34 vars in 1100 bytes} [Tue Jun 16 02:07:02 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1170246436&fields=id&tenant_id=653864a55c5b438a9948209615895d3a => generated 69 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 342/654] 10.0.0.213 () {34 vars in 982 bytes} [Tue Jun 16 02:07:02 2026] GET /v2.0/networks?id=264025f4-1663-40fa-87a8-6ee37eca480b => generated 678 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 313/655] 10.0.0.213 () {34 vars in 965 bytes} [Tue Jun 16 02:07:02 2026] GET /v2.0/quotas/653864a55c5b438a9948209615895d3a => generated 292 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 343/656] 10.0.0.213 () {34 vars in 1002 bytes} [Tue Jun 16 02:07:02 2026] GET /v2.0/ports?tenant_id=653864a55c5b438a9948209615895d3a&fields=id => generated 103 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 314/657] 10.0.0.213 () {34 vars in 1008 bytes} [Tue Jun 16 02:07:02 2026] GET /v2.0/networks/264025f4-1663-40fa-87a8-6ee37eca480b?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: 344/658] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:07:02 2026] GET /v2.0/ports?device_id=4d27f029-cb40-4de9-9bb9-90572d671151 => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 345/659] 10.0.0.213 () {34 vars in 1040 bytes} [Tue Jun 16 02:07:02 2026] GET /v2.0/security-groups?id=e56d8685-a31c-4077-8321-399383035f10&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: 315/660] 10.0.0.213 () {34 vars in 1108 bytes} [Tue Jun 16 02:07:02 2026] GET /v2.0/networks/264025f4-1663-40fa-87a8-6ee37eca480b?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: 346/661] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:07:02 2026] GET /v2.0/ports?device_id=c8d3eb4b-2f85-4f0c-b66c-f6d387e0eb7c => generated 971 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 316/662] 10.0.0.213 () {34 vars in 1040 bytes} [Tue Jun 16 02:07:02 2026] GET /v2.0/security-groups?id=f488e042-1dfb-4447-b94e-b6c5018ad8ac&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: 317/663] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:07:03 2026] GET /v2.0/ports?device_id=35911097-b1f5-491f-9ac5-ca3b0186de81 => 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: 347/664] 199.204.45.140 () {34 vars in 1080 bytes} [Tue Jun 16 02:07:03 2026] GET /v2.0/ports?tenant_id=61a1862c85f14abd93d8ac4fcc3156fb&device_id=4d27f029-cb40-4de9-9bb9-90572d671151 => generated 1238 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 348/665] 199.204.45.140 () {34 vars in 1058 bytes} [Tue Jun 16 02:07:03 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=a030abf9-6f09-489e-baf2-de59b0f7ad42 => 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: 349/666] 199.204.45.140 () {34 vars in 984 bytes} [Tue Jun 16 02:07:03 2026] GET /v2.0/subnets?id=250d26ce-80bd-49dd-9015-a7c657adc597 => generated 695 bytes in 27 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.213 () {34 vars in 990 bytes} [Tue Jun 16 02:07:03 2026] GET /v2.0/ports?device_id=c580c471-4dfe-46e4-aa17-7ca8bfd07135 => generated 971 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 350/668] 199.204.45.140 () {34 vars in 1052 bytes} [Tue Jun 16 02:07:03 2026] GET /v2.0/ports?network_id=e1e2c98c-2dcc-4892-9835-5d47cdefe809&device_owner=network%3Adhcp => 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: 319/669] 10.0.0.213 () {34 vars in 1040 bytes} [Tue Jun 16 02:07:03 2026] GET /v2.0/security-groups?id=0e242e63-4ae7-4d72-9cf3-5267a748b6bd&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 351/670] 199.204.45.140 () {34 vars in 1012 bytes} [Tue Jun 16 02:07:03 2026] GET /v2.0/networks/e1e2c98c-2dcc-4892-9835-5d47cdefe809?fields=segments => generated 14 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 320/671] 199.204.45.140 () {34 vars in 1112 bytes} [Tue Jun 16 02:07:03 2026] GET /v2.0/networks/e1e2c98c-2dcc-4892-9835-5d47cdefe809?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 352/672] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:07:03 2026] GET /v2.0/ports?device_id=4d27f029-cb40-4de9-9bb9-90572d671151 => generated 969 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 321/673] 10.0.0.213 () {34 vars in 1040 bytes} [Tue Jun 16 02:07:03 2026] GET /v2.0/security-groups?id=e56d8685-a31c-4077-8321-399383035f10&fields=id&fields=name => generated 88 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 353/674] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:07:04 2026] GET /v2.0/ports?device_id=c8d3eb4b-2f85-4f0c-b66c-f6d387e0eb7c => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 354/675] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:07:04 2026] GET /v2.0/ports?device_id=35911097-b1f5-491f-9ac5-ca3b0186de81 => 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: 322/676] 10.0.0.213 () {34 vars in 1040 bytes} [Tue Jun 16 02:07:04 2026] GET /v2.0/security-groups?id=f488e042-1dfb-4447-b94e-b6c5018ad8ac&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: 355/677] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:07:04 2026] GET /v2.0/ports?device_id=c8d3eb4b-2f85-4f0c-b66c-f6d387e0eb7c => generated 971 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 323/678] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:07:04 2026] GET /v2.0/ports?device_id=c580c471-4dfe-46e4-aa17-7ca8bfd07135 => generated 971 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 356/679] 10.0.0.213 () {34 vars in 1040 bytes} [Tue Jun 16 02:07:04 2026] GET /v2.0/security-groups?id=0e242e63-4ae7-4d72-9cf3-5267a748b6bd&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:07:04.878 7 INFO neutron.db.l3_db [None req-9eeea1c8-0c8c-41ba-95e4-88b809337f9d 56f8d0d0b2674c27a10a718b1b6c483a 5129d4c4b518419085c1792f62fd67fc - - default default] Floating IP 833b4ccc-f24c-4d30-badb-7a31d342e656 associated. External IP: 10.96.250.202, port: e32eaa0a-6675-425b-a5d2-5a2149958d8c. [pid: 8|app: 0|req: 357/680] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:07:05 2026] GET /v2.0/ports?device_id=4d27f029-cb40-4de9-9bb9-90572d671151 => generated 969 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 358/681] 10.0.0.213 () {34 vars in 1040 bytes} [Tue Jun 16 02:07:05 2026] GET /v2.0/security-groups?id=e56d8685-a31c-4077-8321-399383035f10&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 324/682] 10.0.0.60 () {34 vars in 748 bytes} [Tue Jun 16 02:07:04 2026] PUT /v2.0/floatingips/833b4ccc-f24c-4d30-badb-7a31d342e656 => generated 855 bytes in 882 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 359/683] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:07:05 2026] GET /v2.0/ports?device_id=35911097-b1f5-491f-9ac5-ca3b0186de81 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:07:05.301 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a490b92d-086d-4761-ad1b-875fb28d46d2'] response: {'name': 'network-changed', 'server_uuid': 'c8d3eb4b-2f85-4f0c-b66c-f6d387e0eb7c', 'tag': 'e32eaa0a-6675-425b-a5d2-5a2149958d8c', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 325/684] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:07:05 2026] GET /v2.0/ports?device_id=c8d3eb4b-2f85-4f0c-b66c-f6d387e0eb7c => generated 971 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 360/685] 10.0.0.213 () {34 vars in 1040 bytes} [Tue Jun 16 02:07:05 2026] GET /v2.0/security-groups?id=f488e042-1dfb-4447-b94e-b6c5018ad8ac&fields=id&fields=name => generated 114 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 326/686] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:07:05 2026] GET /v2.0/ports?device_id=c580c471-4dfe-46e4-aa17-7ca8bfd07135 => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 361/687] 10.0.0.213 () {34 vars in 1040 bytes} [Tue Jun 16 02:07:05 2026] GET /v2.0/security-groups?id=0e242e63-4ae7-4d72-9cf3-5267a748b6bd&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: 327/688] 199.204.45.140 () {34 vars in 1080 bytes} [Tue Jun 16 02:07:05 2026] GET /v2.0/ports?tenant_id=5129d4c4b518419085c1792f62fd67fc&device_id=c8d3eb4b-2f85-4f0c-b66c-f6d387e0eb7c => generated 1240 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 362/689] 199.204.45.140 () {34 vars in 986 bytes} [Tue Jun 16 02:07:05 2026] GET /v2.0/networks?id=b6bc2374-11dd-4d4b-88dc-1b31efd33cbc => generated 780 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 328/690] 199.204.45.140 () {34 vars in 1058 bytes} [Tue Jun 16 02:07:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=e32eaa0a-6675-425b-a5d2-5a2149958d8c => generated 858 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 363/691] 199.204.45.140 () {34 vars in 984 bytes} [Tue Jun 16 02:07:06 2026] GET /v2.0/subnets?id=be25f9da-fd0f-47b3-925e-b0ad87a915fe => generated 702 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 329/692] 199.204.45.140 () {34 vars in 1052 bytes} [Tue Jun 16 02:07:06 2026] GET /v2.0/ports?network_id=b6bc2374-11dd-4d4b-88dc-1b31efd33cbc&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: 364/693] 199.204.45.140 () {34 vars in 1012 bytes} [Tue Jun 16 02:07:06 2026] GET /v2.0/networks/b6bc2374-11dd-4d4b-88dc-1b31efd33cbc?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: 330/694] 199.204.45.140 () {34 vars in 1112 bytes} [Tue Jun 16 02:07:06 2026] GET /v2.0/networks/b6bc2374-11dd-4d4b-88dc-1b31efd33cbc?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: 365/695] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:07:06 2026] GET /v2.0/ports?device_id=4d27f029-cb40-4de9-9bb9-90572d671151 => 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: 331/696] 10.0.0.213 () {34 vars in 1040 bytes} [Tue Jun 16 02:07:06 2026] GET /v2.0/security-groups?id=e56d8685-a31c-4077-8321-399383035f10&fields=id&fields=name => generated 88 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 366/697] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:07:06 2026] GET /v2.0/ports?device_id=35911097-b1f5-491f-9ac5-ca3b0186de81 => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 332/698] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:07:06 2026] GET /v2.0/ports?device_id=c580c471-4dfe-46e4-aa17-7ca8bfd07135 => generated 971 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 367/699] 10.0.0.213 () {34 vars in 1040 bytes} [Tue Jun 16 02:07:06 2026] GET /v2.0/security-groups?id=0e242e63-4ae7-4d72-9cf3-5267a748b6bd&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: 333/700] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:07:06 2026] GET /v2.0/ports?device_id=c580c471-4dfe-46e4-aa17-7ca8bfd07135 => generated 971 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:07:07.388 8 INFO neutron.db.l3_db [None req-e15ac7a9-38ed-470c-b125-bf35921cafc8 6ce17d2947954ea4ab8ae7ddfdce5ff6 d7387e5e21a245f3922a0734c54a8df8 - - default default] Floating IP 0bfc249c-c6ba-4071-850d-040e86ed0179 associated. External IP: 10.96.250.216, port: 771e52b3-9e3c-4011-9669-d7effed536ea. [pid: 7|app: 0|req: 334/701] 199.204.45.140 () {34 vars in 986 bytes} [Tue Jun 16 02:07:07 2026] GET /v2.0/networks?id=264025f4-1663-40fa-87a8-6ee37eca480b => generated 678 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 335/702] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:07:07 2026] GET /v2.0/ports?device_id=4d27f029-cb40-4de9-9bb9-90572d671151 => generated 969 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 336/703] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:07:07 2026] GET /v2.0/ports?device_id=35911097-b1f5-491f-9ac5-ca3b0186de81 => 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: 337/704] 199.204.45.140 () {34 vars in 1050 bytes} [Tue Jun 16 02:07:07 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=653864a55c5b438a9948209615895d3a => 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: 338/705] 10.0.0.213 () {34 vars in 1040 bytes} [Tue Jun 16 02:07:07 2026] GET /v2.0/security-groups?id=e56d8685-a31c-4077-8321-399383035f10&fields=id&fields=name => generated 88 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 368/706] 10.0.0.60 () {34 vars in 748 bytes} [Tue Jun 16 02:07:06 2026] PUT /v2.0/floatingips/0bfc249c-c6ba-4071-850d-040e86ed0179 => generated 855 bytes in 1004 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:07:07.836 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c147a9f7-db2b-40df-9f65-edaa13216f3b'] response: {'name': 'network-changed', 'server_uuid': 'c580c471-4dfe-46e4-aa17-7ca8bfd07135', 'tag': '771e52b3-9e3c-4011-9669-d7effed536ea', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 369/707] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:07:07 2026] GET /v2.0/ports?device_id=c580c471-4dfe-46e4-aa17-7ca8bfd07135 => generated 971 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 370/708] 10.0.0.213 () {34 vars in 1040 bytes} [Tue Jun 16 02:07:07 2026] GET /v2.0/security-groups?id=0e242e63-4ae7-4d72-9cf3-5267a748b6bd&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: 7|app: 0|req: 339/709] 199.204.45.140 () {38 vars in 955 bytes} [Tue Jun 16 02:07:07 2026] POST /v2.0/ports => generated 954 bytes in 457 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: 340/710] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:07:08 2026] GET /v2.0/ports?device_id=c580c471-4dfe-46e4-aa17-7ca8bfd07135 => generated 971 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 341/711] 199.204.45.140 () {34 vars in 1080 bytes} [Tue Jun 16 02:07:08 2026] GET /v2.0/ports?tenant_id=d7387e5e21a245f3922a0734c54a8df8&device_id=c580c471-4dfe-46e4-aa17-7ca8bfd07135 => generated 1240 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 342/712] 10.0.0.213 () {34 vars in 1040 bytes} [Tue Jun 16 02:07:08 2026] GET /v2.0/security-groups?id=0e242e63-4ae7-4d72-9cf3-5267a748b6bd&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 343/713] 199.204.45.140 () {34 vars in 986 bytes} [Tue Jun 16 02:07:08 2026] GET /v2.0/networks?id=d29a70b3-ce12-496a-92b0-7f8367c3bdc2 => generated 771 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 344/714] 199.204.45.140 () {34 vars in 1058 bytes} [Tue Jun 16 02:07:08 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=771e52b3-9e3c-4011-9669-d7effed536ea => generated 858 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 345/716] 199.204.45.140 () {34 vars in 984 bytes} [Tue Jun 16 02:07:08 2026] GET /v2.0/subnets?id=789243fd-dfb7-4d18-9989-da1631c18252 => generated 693 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 371/716] 199.204.45.140 () {38 vars in 1028 bytes} [Tue Jun 16 02:07:08 2026] PUT /v2.0/ports/30d63f2a-9677-43ac-b563-829afe7c1bd6 => generated 1235 bytes in 529 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: 372/717] 199.204.45.140 () {34 vars in 1052 bytes} [Tue Jun 16 02:07:08 2026] GET /v2.0/ports?network_id=d29a70b3-ce12-496a-92b0-7f8367c3bdc2&device_owner=network%3Adhcp => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 346/718] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:07:08 2026] GET /v2.0/ports?device_id=35911097-b1f5-491f-9ac5-ca3b0186de81 => generated 969 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 347/719] 10.0.0.213 () {34 vars in 1040 bytes} [Tue Jun 16 02:07:08 2026] GET /v2.0/security-groups?id=1f351d78-6436-480a-a694-f3c0095c6c41&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: 373/720] 199.204.45.140 () {34 vars in 1012 bytes} [Tue Jun 16 02:07:08 2026] GET /v2.0/networks/d29a70b3-ce12-496a-92b0-7f8367c3bdc2?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: 348/721] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:07:08 2026] GET /v2.0/ports?device_id=4d27f029-cb40-4de9-9bb9-90572d671151 => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 374/722] 199.204.45.140 () {34 vars in 1112 bytes} [Tue Jun 16 02:07:08 2026] GET /v2.0/networks/d29a70b3-ce12-496a-92b0-7f8367c3bdc2?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: 349/723] 10.0.0.213 () {34 vars in 1040 bytes} [Tue Jun 16 02:07:08 2026] GET /v2.0/security-groups?id=e56d8685-a31c-4077-8321-399383035f10&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: 375/724] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:07:09 2026] GET /v2.0/ports?device_id=c580c471-4dfe-46e4-aa17-7ca8bfd07135 => 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: 376/725] 10.0.0.213 () {34 vars in 1040 bytes} [Tue Jun 16 02:07:09 2026] GET /v2.0/security-groups?id=0e242e63-4ae7-4d72-9cf3-5267a748b6bd&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: 350/726] 199.204.45.140 () {34 vars in 1080 bytes} [Tue Jun 16 02:07:09 2026] GET /v2.0/ports?tenant_id=653864a55c5b438a9948209615895d3a&device_id=35911097-b1f5-491f-9ac5-ca3b0186de81 => generated 1238 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 377/727] 199.204.45.140 () {34 vars in 1058 bytes} [Tue Jun 16 02:07:09 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=30d63f2a-9677-43ac-b563-829afe7c1bd6 => 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: 351/728] 199.204.45.140 () {34 vars in 984 bytes} [Tue Jun 16 02:07:09 2026] GET /v2.0/subnets?id=39917e11-5b33-478e-824f-6453f7379d35 => generated 696 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 378/729] 199.204.45.140 () {34 vars in 1052 bytes} [Tue Jun 16 02:07:09 2026] GET /v2.0/ports?network_id=264025f4-1663-40fa-87a8-6ee37eca480b&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: 352/730] 199.204.45.140 () {34 vars in 1012 bytes} [Tue Jun 16 02:07:09 2026] GET /v2.0/networks/264025f4-1663-40fa-87a8-6ee37eca480b?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:07:09.879 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7da41980-56c1-444f-8606-4e217e65ea23'] response: {'name': 'network-changed', 'server_uuid': '35911097-b1f5-491f-9ac5-ca3b0186de81', 'tag': '30d63f2a-9677-43ac-b563-829afe7c1bd6', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 353/731] 199.204.45.140 () {34 vars in 1112 bytes} [Tue Jun 16 02:07:09 2026] GET /v2.0/networks/264025f4-1663-40fa-87a8-6ee37eca480b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 379/732] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:07:09 2026] GET /v2.0/ports?device_id=35911097-b1f5-491f-9ac5-ca3b0186de81 => generated 969 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 354/733] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:07:09 2026] GET /v2.0/ports?device_id=4d27f029-cb40-4de9-9bb9-90572d671151 => 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: 380/734] 10.0.0.213 () {34 vars in 1040 bytes} [Tue Jun 16 02:07:09 2026] GET /v2.0/security-groups?id=1f351d78-6436-480a-a694-f3c0095c6c41&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: 355/735] 10.0.0.213 () {34 vars in 1040 bytes} [Tue Jun 16 02:07:09 2026] GET /v2.0/security-groups?id=e56d8685-a31c-4077-8321-399383035f10&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: 381/736] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:07:10 2026] GET /v2.0/ports?device_id=4d27f029-cb40-4de9-9bb9-90572d671151 => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 356/737] 10.0.0.213 () {34 vars in 1040 bytes} [Tue Jun 16 02:07:10 2026] GET /v2.0/security-groups?id=e56d8685-a31c-4077-8321-399383035f10&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: 382/738] 199.204.45.140 () {34 vars in 994 bytes} [Tue Jun 16 02:07:10 2026] GET /v2.0/ports?device_id=c580c471-4dfe-46e4-aa17-7ca8bfd07135 => 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: 383/739] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:07:10 2026] GET /v2.0/ports?device_id=c580c471-4dfe-46e4-aa17-7ca8bfd07135 => generated 971 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 384/740] 10.0.0.213 () {34 vars in 1040 bytes} [Tue Jun 16 02:07:10 2026] GET /v2.0/security-groups?id=0e242e63-4ae7-4d72-9cf3-5267a748b6bd&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:07:10.871 7 INFO neutron_taas.services.taas.taas_plugin [req-f51c0b1d-485a-4cda-9078-1abfa0e88265 req-57be35d6-c2ab-4825-8e5e-3d9eacad4d38 6ce17d2947954ea4ab8ae7ddfdce5ff6 d7387e5e21a245f3922a0734c54a8df8 - - default default] TaaS: Handle Delete Port: 771e52b3-9e3c-4011-9669-d7effed536ea 2026-06-16 02:07:10.877 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-f51c0b1d-485a-4cda-9078-1abfa0e88265 req-57be35d6-c2ab-4825-8e5e-3d9eacad4d38 6ce17d2947954ea4ab8ae7ddfdce5ff6 d7387e5e21a245f3922a0734c54a8df8 - - default default] Tap Mirror: Handle Delete Port: 771e52b3-9e3c-4011-9669-d7effed536ea [pid: 8|app: 0|req: 387/743] 199.204.45.140 () {34 vars in 1080 bytes} [Tue Jun 16 02:07:10 2026] GET /v2.0/ports?tenant_id=653864a55c5b438a9948209615895d3a&device_id=35911097-b1f5-491f-9ac5-ca3b0186de81 => generated 1238 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 388/744] 199.204.45.140 () {34 vars in 986 bytes} [Tue Jun 16 02:07:10 2026] GET /v2.0/networks?id=264025f4-1663-40fa-87a8-6ee37eca480b => generated 774 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:07:11.066 7 INFO neutron.db.l3_db [req-f51c0b1d-485a-4cda-9078-1abfa0e88265 req-57be35d6-c2ab-4825-8e5e-3d9eacad4d38 6ce17d2947954ea4ab8ae7ddfdce5ff6 d7387e5e21a245f3922a0734c54a8df8 - - default default] Floating IP 0bfc249c-c6ba-4071-850d-040e86ed0179 disassociated. External IP: 10.96.250.216, port: 771e52b3-9e3c-4011-9669-d7effed536ea. [pid: 8|app: 0|req: 389/745] 199.204.45.140 () {34 vars in 1058 bytes} [Tue Jun 16 02:07:11 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=30d63f2a-9677-43ac-b563-829afe7c1bd6 => 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: 390/746] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:07:11 2026] GET /v2.0/ports?device_id=35911097-b1f5-491f-9ac5-ca3b0186de81 => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 391/747] 199.204.45.140 () {34 vars in 984 bytes} [Tue Jun 16 02:07:11 2026] GET /v2.0/subnets?id=39917e11-5b33-478e-824f-6453f7379d35 => generated 696 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 392/748] 10.0.0.213 () {34 vars in 1040 bytes} [Tue Jun 16 02:07:11 2026] GET /v2.0/security-groups?id=1f351d78-6436-480a-a694-f3c0095c6c41&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: 393/749] 199.204.45.140 () {34 vars in 1052 bytes} [Tue Jun 16 02:07:11 2026] GET /v2.0/ports?network_id=264025f4-1663-40fa-87a8-6ee37eca480b&device_owner=network%3Adhcp => generated 1244 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 394/750] 199.204.45.140 () {34 vars in 1012 bytes} [Tue Jun 16 02:07:11 2026] GET /v2.0/networks/264025f4-1663-40fa-87a8-6ee37eca480b?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: 395/751] 199.204.45.140 () {34 vars in 1112 bytes} [Tue Jun 16 02:07:11 2026] GET /v2.0/networks/264025f4-1663-40fa-87a8-6ee37eca480b?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: 357/752] 199.204.45.140 () {36 vars in 997 bytes} [Tue Jun 16 02:07:10 2026] DELETE /v2.0/ports/771e52b3-9e3c-4011-9669-d7effed536ea => generated 0 bytes in 732 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:07:11.520 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-bf51f7aa-05e4-4f7b-ac70-057c24569db8'] response: {'server_uuid': 'c580c471-4dfe-46e4-aa17-7ca8bfd07135', 'name': 'network-vif-deleted', 'tag': '771e52b3-9e3c-4011-9669-d7effed536ea', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 396/753] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:07:11 2026] GET /v2.0/ports?device_id=4d27f029-cb40-4de9-9bb9-90572d671151 => generated 971 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 358/754] 10.0.0.213 () {34 vars in 1040 bytes} [Tue Jun 16 02:07:11 2026] GET /v2.0/security-groups?id=e56d8685-a31c-4077-8321-399383035f10&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 397/755] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:07:11 2026] GET /v2.0/ports?device_id=c580c471-4dfe-46e4-aa17-7ca8bfd07135 => 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: 359/756] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:07:12 2026] GET /v2.0/ports?device_id=35911097-b1f5-491f-9ac5-ca3b0186de81 => generated 969 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 398/757] 10.0.0.213 () {34 vars in 1040 bytes} [Tue Jun 16 02:07:12 2026] GET /v2.0/security-groups?id=1f351d78-6436-480a-a694-f3c0095c6c41&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: 360/758] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:07:12 2026] GET /v2.0/ports?device_id=4d27f029-cb40-4de9-9bb9-90572d671151 => generated 971 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 361/759] 10.0.0.213 () {34 vars in 1040 bytes} [Tue Jun 16 02:07:12 2026] GET /v2.0/security-groups?id=e56d8685-a31c-4077-8321-399383035f10&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 399/760] 199.204.45.140 () {34 vars in 994 bytes} [Tue Jun 16 02:07:12 2026] GET /v2.0/ports?device_id=4d27f029-cb40-4de9-9bb9-90572d671151 => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:07:12.993 7 INFO neutron_taas.services.taas.taas_plugin [req-c57f3308-3fbd-4157-b7bc-a5c6d754ab2c req-c7b63bb6-db5d-484c-997e-4c232ccb79a6 69800f1d08fd472e90e271ca2805ed06 61a1862c85f14abd93d8ac4fcc3156fb - - default default] TaaS: Handle Delete Port: a030abf9-6f09-489e-baf2-de59b0f7ad42 2026-06-16 02:07:12.999 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-c57f3308-3fbd-4157-b7bc-a5c6d754ab2c req-c7b63bb6-db5d-484c-997e-4c232ccb79a6 69800f1d08fd472e90e271ca2805ed06 61a1862c85f14abd93d8ac4fcc3156fb - - default default] Tap Mirror: Handle Delete Port: a030abf9-6f09-489e-baf2-de59b0f7ad42 [pid: 8|app: 0|req: 400/761] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:07:13 2026] GET /v2.0/ports?device_id=c580c471-4dfe-46e4-aa17-7ca8bfd07135 => 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: 362/762] 199.204.45.140 () {36 vars in 997 bytes} [Tue Jun 16 02:07:12 2026] DELETE /v2.0/ports/a030abf9-6f09-489e-baf2-de59b0f7ad42 => generated 0 bytes in 334 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 401/763] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:07:13 2026] GET /v2.0/ports?device_id=35911097-b1f5-491f-9ac5-ca3b0186de81 => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 363/764] 10.0.0.213 () {34 vars in 1040 bytes} [Tue Jun 16 02:07:13 2026] GET /v2.0/security-groups?id=1f351d78-6436-480a-a694-f3c0095c6c41&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:07:13.554 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-21c4ccb5-18c4-42e9-bfda-0bef473d37bb'] response: {'server_uuid': '4d27f029-cb40-4de9-9bb9-90572d671151', 'name': 'network-vif-deleted', 'tag': 'a030abf9-6f09-489e-baf2-de59b0f7ad42', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 402/765] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:07:13 2026] GET /v2.0/ports?device_id=4d27f029-cb40-4de9-9bb9-90572d671151 => 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: 364/766] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:07:14 2026] GET /v2.0/ports?device_id=c580c471-4dfe-46e4-aa17-7ca8bfd07135 => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 403/767] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:07:14 2026] GET /v2.0/ports?device_id=35911097-b1f5-491f-9ac5-ca3b0186de81 => 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: 365/768] 10.0.0.213 () {34 vars in 1040 bytes} [Tue Jun 16 02:07:14 2026] GET /v2.0/security-groups?id=1f351d78-6436-480a-a694-f3c0095c6c41&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 404/769] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:07:15 2026] GET /v2.0/ports?device_id=4d27f029-cb40-4de9-9bb9-90572d671151 => 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: 366/770] 10.0.0.60 () {32 vars in 739 bytes} [Tue Jun 16 02:07:15 2026] DELETE /v2.0/security-groups/0e242e63-4ae7-4d72-9cf3-5267a748b6bd => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:07:15.429 8 INFO neutron.api.v2.resource [None req-bbe5fc8d-1489-4df7-8b2a-5fddc74ad221 6ce17d2947954ea4ab8ae7ddfdce5ff6 d7387e5e21a245f3922a0734c54a8df8 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 405/771] 10.0.0.60 () {32 vars in 736 bytes} [Tue Jun 16 02:07:15 2026] GET /v2.0/security-groups/0e242e63-4ae7-4d72-9cf3-5267a748b6bd => generated 146 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 02:07:15.544 7 INFO neutron_taas.services.taas.taas_plugin [None req-22063740-a2b2-4509-a83a-66fe0544b205 6ce17d2947954ea4ab8ae7ddfdce5ff6 d7387e5e21a245f3922a0734c54a8df8 - - default default] TaaS: Handle Delete Port: 91eecb94-7265-4c09-89f2-98fd8d562af4 2026-06-16 02:07:15.547 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-22063740-a2b2-4509-a83a-66fe0544b205 6ce17d2947954ea4ab8ae7ddfdce5ff6 d7387e5e21a245f3922a0734c54a8df8 - - default default] Tap Mirror: Handle Delete Port: 91eecb94-7265-4c09-89f2-98fd8d562af4 [pid: 7|app: 0|req: 367/772] 10.0.0.60 () {32 vars in 731 bytes} [Tue Jun 16 02:07:15 2026] DELETE /v2.0/floatingips/0bfc249c-c6ba-4071-850d-040e86ed0179 => generated 0 bytes in 277 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 368/773] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:07:15 2026] GET /v2.0/ports?device_id=35911097-b1f5-491f-9ac5-ca3b0186de81 => generated 969 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 369/774] 10.0.0.213 () {34 vars in 1040 bytes} [Tue Jun 16 02:07:15 2026] GET /v2.0/security-groups?id=1f351d78-6436-480a-a694-f3c0095c6c41&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:07:16.052 8 INFO neutron_taas.services.taas.taas_plugin [None req-7a6d828d-f9a9-4a0d-aad2-d6138036b232 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] TaaS: Handle Delete Port: f82feb46-a6db-43c8-aa53-dc914a4ed3fa 2026-06-16 02:07:16.054 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7a6d828d-f9a9-4a0d-aad2-d6138036b232 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] Tap Mirror: Handle Delete Port: f82feb46-a6db-43c8-aa53-dc914a4ed3fa [pid: 7|app: 0|req: 370/775] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:07:16 2026] GET /v2.0/ports?device_id=4d27f029-cb40-4de9-9bb9-90572d671151 => 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: 406/776] 10.0.0.60 () {34 vars in 788 bytes} [Tue Jun 16 02:07:15 2026] PUT /v2.0/routers/1f4cc27b-5bee-4a06-8c0d-6000369c8732/remove_router_interface => generated 309 bytes in 844 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:07:16.753 7 INFO neutron_taas.services.taas.taas_plugin [None req-3f8e3c75-653d-4488-aa67-99a58c8e5590 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] TaaS: Handle Delete Port: 80fb168f-2905-4a48-ba1f-5a008a0424f4 2026-06-16 02:07:16.759 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3f8e3c75-653d-4488-aa67-99a58c8e5590 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] Tap Mirror: Handle Delete Port: 80fb168f-2905-4a48-ba1f-5a008a0424f4 2026-06-16 02:07:17.067 7 INFO neutron_taas.services.taas.taas_plugin [None req-3f8e3c75-653d-4488-aa67-99a58c8e5590 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] TaaS: Handle Delete Port: 498c8975-2c00-4ab5-9914-1576a25d440b 2026-06-16 02:07:17.069 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3f8e3c75-653d-4488-aa67-99a58c8e5590 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] Tap Mirror: Handle Delete Port: 498c8975-2c00-4ab5-9914-1576a25d440b [pid: 8|app: 0|req: 407/777] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:07:17 2026] GET /v2.0/ports?device_id=35911097-b1f5-491f-9ac5-ca3b0186de81 => generated 971 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 408/778] 10.0.0.213 () {34 vars in 1040 bytes} [Tue Jun 16 02:07:17 2026] GET /v2.0/security-groups?id=1f351d78-6436-480a-a694-f3c0095c6c41&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:07:17.508 7 INFO neutron.services.segments.plugin [-] Segment 538a8cd1-019a-44b2-8201-e5d3b7a6a245 resource provider aggregate not found 2026-06-16 02:07:17.513 7 INFO neutron.services.segments.plugin [-] Segment 538a8cd1-019a-44b2-8201-e5d3b7a6a245 resource provider aggregate not found 2026-06-16 02:07:17.539 7 INFO neutron.services.segments.plugin [-] Segment 538a8cd1-019a-44b2-8201-e5d3b7a6a245 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 538a8cd1-019a-44b2-8201-e5d3b7a6a245 found for delete ", "request_id": "req-61cd2cd9-7725-4a6f-a062-cb0c5c8454f1"}]} 2026-06-16 02:07:17.543 7 INFO neutron.services.segments.plugin [-] Segment 538a8cd1-019a-44b2-8201-e5d3b7a6a245 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 538a8cd1-019a-44b2-8201-e5d3b7a6a245 found for delete ", "request_id": "req-af749dcf-d172-465a-a1bb-a11efe969297"}]} 2026-06-16 02:07:17.546 7 INFO neutron.db.l3_hamode_db [None req-3f8e3c75-653d-4488-aa67-99a58c8e5590 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] HA network 9cc989b4-b2e5-42d2-9881-a5594388de34 was deleted as no HA routers are present in tenant d7387e5e21a245f3922a0734c54a8df8. [pid: 7|app: 0|req: 371/779] 10.0.0.60 () {32 vars in 723 bytes} [Tue Jun 16 02:07:16 2026] DELETE /v2.0/routers/1f4cc27b-5bee-4a06-8c0d-6000369c8732 => generated 0 bytes in 989 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:07:17.619 8 INFO neutron_taas.services.taas.taas_plugin [None req-db15ff6d-e0bc-4b70-8a83-b9dac8d1ee3e 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] TaaS: Handle Delete Port: 3871abf5-dba6-4399-b9f8-f0a9b806c4ef 2026-06-16 02:07:17.622 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-db15ff6d-e0bc-4b70-8a83-b9dac8d1ee3e 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] Tap Mirror: Handle Delete Port: 3871abf5-dba6-4399-b9f8-f0a9b806c4ef [pid: 7|app: 0|req: 372/780] 10.0.0.60 () {32 vars in 723 bytes} [Tue Jun 16 02:07:17 2026] DELETE /v2.0/subnets/789243fd-dfb7-4d18-9989-da1631c18252 => generated 0 bytes in 181 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:07:17.835 7 INFO neutron_taas.services.taas.taas_plugin [None req-d0d04b31-fc3f-4a1d-aeb4-8658a1f23c5d 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] TaaS: Handle Delete Port: 78f2c2e4-8290-4d6b-b579-85d9c3a9e2ca 2026-06-16 02:07:17.838 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d0d04b31-fc3f-4a1d-aeb4-8658a1f23c5d 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] Tap Mirror: Handle Delete Port: 78f2c2e4-8290-4d6b-b579-85d9c3a9e2ca [pid: 7|app: 0|req: 373/781] 10.0.0.60 () {32 vars in 725 bytes} [Tue Jun 16 02:07:17 2026] DELETE /v2.0/networks/d29a70b3-ce12-496a-92b0-7f8367c3bdc2 => generated 0 bytes in 259 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 374/782] 10.0.0.60 () {32 vars in 773 bytes} [Tue Jun 16 02:07:18 2026] GET /v2.0/security-groups?tenant_id=d7387e5e21a245f3922a0734c54a8df8&name=default => generated 2921 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 409/783] 10.0.0.60 () {34 vars in 788 bytes} [Tue Jun 16 02:07:17 2026] PUT /v2.0/routers/a0cb0d74-609b-4559-b4da-629efe810232/remove_router_interface => generated 309 bytes in 1020 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 410/784] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:07:18 2026] GET /v2.0/ports?device_id=35911097-b1f5-491f-9ac5-ca3b0186de81 => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 375/785] 10.0.0.60 () {32 vars in 739 bytes} [Tue Jun 16 02:07:18 2026] DELETE /v2.0/security-groups/e9a0e5fc-b1f2-4190-b754-ac783107e749 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 376/786] 10.0.0.213 () {34 vars in 1040 bytes} [Tue Jun 16 02:07:18 2026] GET /v2.0/security-groups?id=1f351d78-6436-480a-a694-f3c0095c6c41&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 377/787] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:07:18 2026] GET /v2.0/ports?device_id=35911097-b1f5-491f-9ac5-ca3b0186de81 => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:07:18.524 8 INFO neutron_taas.services.taas.taas_plugin [None req-a1c43361-d2ff-47ac-98ad-27a6523b5ac8 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] TaaS: Handle Delete Port: 49a68b87-01b4-4ae4-b7f8-412b8fa4de02 2026-06-16 02:07:18.527 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a1c43361-d2ff-47ac-98ad-27a6523b5ac8 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] Tap Mirror: Handle Delete Port: 49a68b87-01b4-4ae4-b7f8-412b8fa4de02 2026-06-16 02:07:18.766 8 INFO neutron_taas.services.taas.taas_plugin [None req-a1c43361-d2ff-47ac-98ad-27a6523b5ac8 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] TaaS: Handle Delete Port: 76e98d70-ee06-4927-a990-5d513ecdcfb3 2026-06-16 02:07:18.768 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a1c43361-d2ff-47ac-98ad-27a6523b5ac8 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] Tap Mirror: Handle Delete Port: 76e98d70-ee06-4927-a990-5d513ecdcfb3 2026-06-16 02:07:19.078 8 INFO neutron.services.segments.plugin [-] Segment ab02f8da-a21d-4127-a9ae-147fc08c1a0e resource provider aggregate not found 2026-06-16 02:07:19.079 7 INFO neutron.db.l3_db [None req-e8967c0f-6df4-42ab-88af-f33798bd8d05 9d21fb3855744e91878d3b690030aae9 653864a55c5b438a9948209615895d3a - - default default] Floating IP 39fc0560-cd28-4476-a9ac-7fed75f0ed55 associated. External IP: 10.96.250.203, port: 30d63f2a-9677-43ac-b563-829afe7c1bd6. 2026-06-16 02:07:19.085 8 INFO neutron.services.segments.plugin [-] Segment ab02f8da-a21d-4127-a9ae-147fc08c1a0e resource provider aggregate not found 2026-06-16 02:07:19.101 8 INFO neutron.services.segments.plugin [-] Segment ab02f8da-a21d-4127-a9ae-147fc08c1a0e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ab02f8da-a21d-4127-a9ae-147fc08c1a0e found for delete ", "request_id": "req-68ec6942-f63d-43eb-883d-74d60547914b"}]} 2026-06-16 02:07:19.101 8 INFO neutron.services.segments.plugin [-] Segment ab02f8da-a21d-4127-a9ae-147fc08c1a0e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ab02f8da-a21d-4127-a9ae-147fc08c1a0e found for delete ", "request_id": "req-38117a6f-a67e-4220-99d8-ece2ed9123bc"}]} 2026-06-16 02:07:19.103 8 INFO neutron.db.l3_hamode_db [None req-a1c43361-d2ff-47ac-98ad-27a6523b5ac8 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] HA network d31109ed-7c89-411e-b611-565f9bc9d5aa was deleted as no HA routers are present in tenant 61a1862c85f14abd93d8ac4fcc3156fb. [pid: 8|app: 0|req: 411/788] 10.0.0.60 () {32 vars in 723 bytes} [Tue Jun 16 02:07:18 2026] DELETE /v2.0/routers/a0cb0d74-609b-4559-b4da-629efe810232 => generated 0 bytes in 838 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 412/789] 10.0.0.60 () {32 vars in 723 bytes} [Tue Jun 16 02:07:19 2026] DELETE /v2.0/subnets/250d26ce-80bd-49dd-9015-a7c657adc597 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:07:19.384 8 INFO neutron_taas.services.taas.taas_plugin [None req-e31ac359-9042-41dc-b3ec-2ad120836eeb 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] TaaS: Handle Delete Port: 3242bb04-2c20-4bcd-b87f-2643bfe509ce 2026-06-16 02:07:19.387 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e31ac359-9042-41dc-b3ec-2ad120836eeb 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] Tap Mirror: Handle Delete Port: 3242bb04-2c20-4bcd-b87f-2643bfe509ce [pid: 7|app: 0|req: 378/790] 10.0.0.60 () {34 vars in 748 bytes} [Tue Jun 16 02:07:18 2026] PUT /v2.0/floatingips/39fc0560-cd28-4476-a9ac-7fed75f0ed55 => generated 855 bytes in 982 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:07:19.488 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b86b2e77-d43f-46de-b8a9-cf77a8f55c20'] response: {'name': 'network-changed', 'server_uuid': '35911097-b1f5-491f-9ac5-ca3b0186de81', 'tag': '30d63f2a-9677-43ac-b563-829afe7c1bd6', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 379/791] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:07:19 2026] GET /v2.0/ports?device_id=35911097-b1f5-491f-9ac5-ca3b0186de81 => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 380/792] 10.0.0.213 () {34 vars in 1040 bytes} [Tue Jun 16 02:07:19 2026] GET /v2.0/security-groups?id=1f351d78-6436-480a-a694-f3c0095c6c41&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:07:19.562 7 INFO neutron.services.segments.plugin [-] Segment f8df911e-c209-4827-b8d7-e056895b2e12 resource provider aggregate not found 2026-06-16 02:07:19.566 7 INFO neutron.services.segments.plugin [-] Segment f8df911e-c209-4827-b8d7-e056895b2e12 resource provider aggregate not found [pid: 8|app: 0|req: 413/793] 10.0.0.60 () {32 vars in 725 bytes} [Tue Jun 16 02:07:19 2026] DELETE /v2.0/networks/e1e2c98c-2dcc-4892-9835-5d47cdefe809 => generated 0 bytes in 303 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:07:19.583 7 INFO neutron.services.segments.plugin [-] Segment f8df911e-c209-4827-b8d7-e056895b2e12 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f8df911e-c209-4827-b8d7-e056895b2e12 found for delete ", "request_id": "req-c6189052-a05d-41ce-9f3f-db88130e5318"}]} 2026-06-16 02:07:19.584 7 INFO neutron.services.segments.plugin [-] Segment f8df911e-c209-4827-b8d7-e056895b2e12 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f8df911e-c209-4827-b8d7-e056895b2e12 found for delete ", "request_id": "req-b9ecf16c-4b23-4fd5-833c-f6dc4228f2bd"}]} [pid: 7|app: 0|req: 381/794] 10.0.0.60 () {32 vars in 773 bytes} [Tue Jun 16 02:07:19 2026] GET /v2.0/security-groups?tenant_id=61a1862c85f14abd93d8ac4fcc3156fb&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: 382/795] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:07:19 2026] GET /v2.0/ports?device_id=35911097-b1f5-491f-9ac5-ca3b0186de81 => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 414/796] 10.0.0.60 () {32 vars in 739 bytes} [Tue Jun 16 02:07:19 2026] DELETE /v2.0/security-groups/e56d8685-a31c-4077-8321-399383035f10 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 383/797] 10.0.0.213 () {34 vars in 1040 bytes} [Tue Jun 16 02:07:19 2026] GET /v2.0/security-groups?id=1f351d78-6436-480a-a694-f3c0095c6c41&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: 415/798] 199.204.45.140 () {34 vars in 1080 bytes} [Tue Jun 16 02:07:19 2026] GET /v2.0/ports?tenant_id=653864a55c5b438a9948209615895d3a&device_id=35911097-b1f5-491f-9ac5-ca3b0186de81 => generated 1240 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 384/799] 199.204.45.140 () {34 vars in 986 bytes} [Tue Jun 16 02:07:20 2026] GET /v2.0/networks?id=264025f4-1663-40fa-87a8-6ee37eca480b => generated 774 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 416/800] 199.204.45.140 () {34 vars in 1058 bytes} [Tue Jun 16 02:07:20 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=30d63f2a-9677-43ac-b563-829afe7c1bd6 => generated 858 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 385/801] 199.204.45.140 () {34 vars in 984 bytes} [Tue Jun 16 02:07:20 2026] GET /v2.0/subnets?id=39917e11-5b33-478e-824f-6453f7379d35 => generated 696 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 417/802] 199.204.45.140 () {34 vars in 1052 bytes} [Tue Jun 16 02:07:20 2026] GET /v2.0/ports?network_id=264025f4-1663-40fa-87a8-6ee37eca480b&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: 386/803] 199.204.45.140 () {34 vars in 1012 bytes} [Tue Jun 16 02:07:20 2026] GET /v2.0/networks/264025f4-1663-40fa-87a8-6ee37eca480b?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: 418/804] 199.204.45.140 () {34 vars in 1112 bytes} [Tue Jun 16 02:07:20 2026] GET /v2.0/networks/264025f4-1663-40fa-87a8-6ee37eca480b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 419/805] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:07:20 2026] GET /v2.0/ports?device_id=35911097-b1f5-491f-9ac5-ca3b0186de81 => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 420/806] 10.0.0.213 () {34 vars in 1040 bytes} [Tue Jun 16 02:07:20 2026] GET /v2.0/security-groups?id=1f351d78-6436-480a-a694-f3c0095c6c41&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:07:21.124 8 INFO neutron.services.segments.plugin [-] Segment be739821-d93e-403e-9dc7-5b08a158083d resource provider aggregate not found 2026-06-16 02:07:21.126 8 INFO neutron.services.segments.plugin [-] Segment be739821-d93e-403e-9dc7-5b08a158083d resource provider aggregate not found 2026-06-16 02:07:21.138 8 INFO neutron.services.segments.plugin [-] Segment be739821-d93e-403e-9dc7-5b08a158083d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid be739821-d93e-403e-9dc7-5b08a158083d found for delete ", "request_id": "req-fe646ea8-2a80-4a78-a138-41e2a27d7bdb"}]} 2026-06-16 02:07:21.141 8 INFO neutron.services.segments.plugin [-] Segment be739821-d93e-403e-9dc7-5b08a158083d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid be739821-d93e-403e-9dc7-5b08a158083d found for delete ", "request_id": "req-59e4fdb8-1450-4ec2-806c-14264707899f"}]} [pid: 7|app: 0|req: 387/807] 10.0.0.166 () {34 vars in 990 bytes} [Tue Jun 16 02:07:20 2026] GET /v2.0/ports?device_id=c8d3eb4b-2f85-4f0c-b66c-f6d387e0eb7c => generated 1240 bytes in 386 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 421/808] 10.0.0.166 () {34 vars in 1040 bytes} [Tue Jun 16 02:07:21 2026] GET /v2.0/security-groups?id=f488e042-1dfb-4447-b94e-b6c5018ad8ac&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: 7|app: 0|req: 388/809] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:07:22 2026] GET /v2.0/ports?device_id=35911097-b1f5-491f-9ac5-ca3b0186de81 => generated 971 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 422/810] 10.0.0.213 () {34 vars in 1040 bytes} [Tue Jun 16 02:07:22 2026] GET /v2.0/security-groups?id=1f351d78-6436-480a-a694-f3c0095c6c41&fields=id&fields=name => generated 114 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 389/811] 199.204.45.140 () {34 vars in 994 bytes} [Tue Jun 16 02:07:22 2026] GET /v2.0/ports?device_id=35911097-b1f5-491f-9ac5-ca3b0186de81 => generated 971 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:07:22.484 8 INFO neutron_taas.services.taas.taas_plugin [req-90bf6572-d8fd-4b62-8204-8daf84802324 req-2cb4a66e-73e3-43c5-b6ba-c48ff9962ca2 9d21fb3855744e91878d3b690030aae9 653864a55c5b438a9948209615895d3a - - default default] TaaS: Handle Delete Port: 30d63f2a-9677-43ac-b563-829afe7c1bd6 2026-06-16 02:07:22.491 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-90bf6572-d8fd-4b62-8204-8daf84802324 req-2cb4a66e-73e3-43c5-b6ba-c48ff9962ca2 9d21fb3855744e91878d3b690030aae9 653864a55c5b438a9948209615895d3a - - default default] Tap Mirror: Handle Delete Port: 30d63f2a-9677-43ac-b563-829afe7c1bd6 2026-06-16 02:07:23.053 8 INFO neutron.db.l3_db [req-90bf6572-d8fd-4b62-8204-8daf84802324 req-2cb4a66e-73e3-43c5-b6ba-c48ff9962ca2 9d21fb3855744e91878d3b690030aae9 653864a55c5b438a9948209615895d3a - - default default] Floating IP 39fc0560-cd28-4476-a9ac-7fed75f0ed55 disassociated. External IP: 10.96.250.203, port: 30d63f2a-9677-43ac-b563-829afe7c1bd6. [pid: 7|app: 0|req: 390/812] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:07:23 2026] GET /v2.0/ports?device_id=35911097-b1f5-491f-9ac5-ca3b0186de81 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 423/813] 199.204.45.140 () {36 vars in 997 bytes} [Tue Jun 16 02:07:22 2026] DELETE /v2.0/ports/30d63f2a-9677-43ac-b563-829afe7c1bd6 => generated 0 bytes in 1232 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:07:23.569 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d1a7f5c5-3646-484f-ae90-a33533f00a53'] response: {'server_uuid': '35911097-b1f5-491f-9ac5-ca3b0186de81', 'name': 'network-vif-deleted', 'tag': '30d63f2a-9677-43ac-b563-829afe7c1bd6', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 391/814] 10.0.0.60 () {32 vars in 773 bytes} [Tue Jun 16 02:07:24 2026] GET /v2.0/security-groups?tenant_id=fda0ed1431ad42a2b366011c2c4b160b&name=default => generated 2925 bytes in 296 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 392/815] 10.0.0.60 () {32 vars in 739 bytes} [Tue Jun 16 02:07:24 2026] DELETE /v2.0/security-groups/0962068a-5005-4f4d-aa41-b2654871428a => 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: 393/816] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:07:24 2026] GET /v2.0/ports?device_id=35911097-b1f5-491f-9ac5-ca3b0186de81 => 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: 424/817] 10.0.0.60 () {32 vars in 773 bytes} [Tue Jun 16 02:07:24 2026] GET /v2.0/security-groups?tenant_id=d41305e6e21644c7a8a20e405198c172&name=default => generated 2925 bytes in 194 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 394/818] 10.0.0.60 () {32 vars in 739 bytes} [Tue Jun 16 02:07:24 2026] DELETE /v2.0/security-groups/3ffa17dc-5db0-45b3-80d9-dfff6820a2e5 => 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: 425/819] 10.0.0.60 () {32 vars in 773 bytes} [Tue Jun 16 02:07:24 2026] GET /v2.0/security-groups?tenant_id=d34db72d715c4e0c9cfdf36c7ef56150&name=default => generated 2925 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 395/820] 10.0.0.60 () {32 vars in 739 bytes} [Tue Jun 16 02:07:24 2026] DELETE /v2.0/security-groups/06adaa3a-5478-486c-88c0-8151c231f850 => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 426/821] 10.0.0.60 () {32 vars in 773 bytes} [Tue Jun 16 02:07:24 2026] GET /v2.0/security-groups?tenant_id=f86cb779972c486dba6d34f2f28b20fd&name=default => generated 2925 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 396/822] 10.0.0.60 () {32 vars in 739 bytes} [Tue Jun 16 02:07:24 2026] DELETE /v2.0/security-groups/6ce7620b-4a81-4187-bc17-d1ca77a2fae3 => 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: 427/823] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:07:25 2026] GET /v2.0/ports?device_id=35911097-b1f5-491f-9ac5-ca3b0186de81 => 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: 398/826] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:07:26 2026] GET /v2.0/ports?device_id=35911097-b1f5-491f-9ac5-ca3b0186de81 => 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: 429/827] 10.0.0.60 () {32 vars in 739 bytes} [Tue Jun 16 02:07:27 2026] DELETE /v2.0/security-groups/1f351d78-6436-480a-a694-f3c0095c6c41 => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:07:27.829 7 INFO neutron.api.v2.resource [None req-0f5ea621-7567-49a2-b6b8-a7ed9d7cb3e2 9d21fb3855744e91878d3b690030aae9 653864a55c5b438a9948209615895d3a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 399/828] 10.0.0.60 () {32 vars in 736 bytes} [Tue Jun 16 02:07:27 2026] GET /v2.0/security-groups/1f351d78-6436-480a-a694-f3c0095c6c41 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 02:07:27.909 8 INFO neutron_taas.services.taas.taas_plugin [None req-6aa80a57-88a7-4e83-a967-4748da3498d4 9d21fb3855744e91878d3b690030aae9 653864a55c5b438a9948209615895d3a - - default default] TaaS: Handle Delete Port: 630a09ed-04d0-4467-9b08-49f5e2dd1170 2026-06-16 02:07:27.911 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6aa80a57-88a7-4e83-a967-4748da3498d4 9d21fb3855744e91878d3b690030aae9 653864a55c5b438a9948209615895d3a - - default default] Tap Mirror: Handle Delete Port: 630a09ed-04d0-4467-9b08-49f5e2dd1170 [pid: 8|app: 0|req: 430/829] 10.0.0.60 () {32 vars in 731 bytes} [Tue Jun 16 02:07:27 2026] DELETE /v2.0/floatingips/39fc0560-cd28-4476-a9ac-7fed75f0ed55 => generated 0 bytes in 199 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:07:28.416 7 INFO neutron_taas.services.taas.taas_plugin [None req-d5b12749-d4d7-4606-86a4-f4a97e3e4524 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] TaaS: Handle Delete Port: 625c83eb-db8a-45e5-8e9d-dd73b7ae2f38 2026-06-16 02:07:28.418 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d5b12749-d4d7-4606-86a4-f4a97e3e4524 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] Tap Mirror: Handle Delete Port: 625c83eb-db8a-45e5-8e9d-dd73b7ae2f38 [pid: 8|app: 0|req: 431/830] 10.0.0.60 () {32 vars in 773 bytes} [Tue Jun 16 02:07:28 2026] GET /v2.0/security-groups?tenant_id=83c5b23e11944edea823807f6af5255b&name=default => generated 2925 bytes in 241 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 400/831] 10.0.0.60 () {34 vars in 788 bytes} [Tue Jun 16 02:07:28 2026] PUT /v2.0/routers/b5b1253c-b381-4db9-81ba-845ba7b2a68b/remove_router_interface => generated 309 bytes in 824 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 432/832] 10.0.0.60 () {32 vars in 739 bytes} [Tue Jun 16 02:07:28 2026] DELETE /v2.0/security-groups/98f5b97b-4d5d-49d9-bca7-47df9b6179de => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:07:29.052 7 INFO neutron_taas.services.taas.taas_plugin [None req-91dc8dd0-9d0b-4abb-b4b3-c4969bc04a42 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] TaaS: Handle Delete Port: df8f8186-b6c4-452d-b7a7-f61a34ab1a75 2026-06-16 02:07:29.054 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-91dc8dd0-9d0b-4abb-b4b3-c4969bc04a42 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] Tap Mirror: Handle Delete Port: df8f8186-b6c4-452d-b7a7-f61a34ab1a75 [pid: 8|app: 0|req: 433/833] 10.0.0.60 () {32 vars in 773 bytes} [Tue Jun 16 02:07:29 2026] GET /v2.0/security-groups?tenant_id=42859e3dda9943a99538e8cb3a95ae97&name=default => generated 2925 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 434/834] 10.0.0.60 () {32 vars in 739 bytes} [Tue Jun 16 02:07:29 2026] DELETE /v2.0/security-groups/2c9b0209-e8f9-4fa9-94ae-405ca799bcb8 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:07:29.325 7 INFO neutron_taas.services.taas.taas_plugin [None req-91dc8dd0-9d0b-4abb-b4b3-c4969bc04a42 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] TaaS: Handle Delete Port: c7102adf-3d37-4354-9646-b464ba5877ba 2026-06-16 02:07:29.328 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-91dc8dd0-9d0b-4abb-b4b3-c4969bc04a42 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] Tap Mirror: Handle Delete Port: c7102adf-3d37-4354-9646-b464ba5877ba 2026-06-16 02:07:29.663 7 INFO neutron.services.segments.plugin [-] Segment 163adcb0-caf6-4ae0-945a-a89d91ef4268 resource provider aggregate not found 2026-06-16 02:07:29.677 7 INFO neutron.services.segments.plugin [-] Segment 163adcb0-caf6-4ae0-945a-a89d91ef4268 resource provider aggregate not found 2026-06-16 02:07:29.695 7 INFO neutron.services.segments.plugin [-] Segment 163adcb0-caf6-4ae0-945a-a89d91ef4268 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 163adcb0-caf6-4ae0-945a-a89d91ef4268 found for delete ", "request_id": "req-27690bd3-27d7-41f3-be4c-4b3a8a6addc9"}]} 2026-06-16 02:07:29.702 7 INFO neutron.services.segments.plugin [-] Segment 163adcb0-caf6-4ae0-945a-a89d91ef4268 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 163adcb0-caf6-4ae0-945a-a89d91ef4268 found for delete ", "request_id": "req-befff672-78df-4b3e-9745-8d03df126147"}]} 2026-06-16 02:07:29.705 7 INFO neutron.db.l3_hamode_db [None req-91dc8dd0-9d0b-4abb-b4b3-c4969bc04a42 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] HA network d1b39754-9019-4a01-8c9b-8295f4ad3399 was deleted as no HA routers are present in tenant 653864a55c5b438a9948209615895d3a. [pid: 7|app: 0|req: 401/835] 10.0.0.60 () {32 vars in 723 bytes} [Tue Jun 16 02:07:28 2026] DELETE /v2.0/routers/b5b1253c-b381-4db9-81ba-845ba7b2a68b => generated 0 bytes in 844 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 435/836] 10.0.0.60 () {32 vars in 773 bytes} [Tue Jun 16 02:07:29 2026] GET /v2.0/security-groups?tenant_id=990ef4855d3d46ee95671ff69eb3bc06&name=default => generated 2925 bytes in 381 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 436/837] 10.0.0.60 () {32 vars in 739 bytes} [Tue Jun 16 02:07:29 2026] DELETE /v2.0/security-groups/c694af78-2208-433a-b642-67cdc7883552 => 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: 402/838] 10.0.0.60 () {32 vars in 723 bytes} [Tue Jun 16 02:07:29 2026] DELETE /v2.0/subnets/39917e11-5b33-478e-824f-6453f7379d35 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:07:30.011 8 INFO neutron_taas.services.taas.taas_plugin [None req-5497282a-cf95-463a-bc64-e95eba3dcd62 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] TaaS: Handle Delete Port: d199f17d-1e2e-4a75-89e7-a042375b4c99 2026-06-16 02:07:30.014 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5497282a-cf95-463a-bc64-e95eba3dcd62 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] Tap Mirror: Handle Delete Port: d199f17d-1e2e-4a75-89e7-a042375b4c99 [pid: 7|app: 0|req: 403/839] 10.0.0.60 () {32 vars in 773 bytes} [Tue Jun 16 02:07:29 2026] GET /v2.0/security-groups?tenant_id=5a2887653dd143009e80b232e95d9360&name=default => generated 2925 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 404/840] 10.0.0.60 () {32 vars in 739 bytes} [Tue Jun 16 02:07:30 2026] DELETE /v2.0/security-groups/34e3ce24-30cc-4394-8064-822ae7555fdc => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:07:30.175 8 INFO neutron.services.segments.plugin [-] Segment 9729e11e-95cb-412b-804e-06ebe1db2651 resource provider aggregate not found 2026-06-16 02:07:30.181 8 INFO neutron.services.segments.plugin [-] Segment 9729e11e-95cb-412b-804e-06ebe1db2651 resource provider aggregate not found 2026-06-16 02:07:30.196 8 INFO neutron.services.segments.plugin [-] Segment 9729e11e-95cb-412b-804e-06ebe1db2651 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9729e11e-95cb-412b-804e-06ebe1db2651 found for delete ", "request_id": "req-1ce80997-754c-4f54-b61c-90904d37e78d"}]} 2026-06-16 02:07:30.198 8 INFO neutron.services.segments.plugin [-] Segment 9729e11e-95cb-412b-804e-06ebe1db2651 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9729e11e-95cb-412b-804e-06ebe1db2651 found for delete ", "request_id": "req-02daae7f-b90d-4cc2-97b1-cec2267e1d0f"}]} [pid: 8|app: 0|req: 437/841] 10.0.0.60 () {32 vars in 725 bytes} [Tue Jun 16 02:07:29 2026] DELETE /v2.0/networks/264025f4-1663-40fa-87a8-6ee37eca480b => generated 0 bytes in 333 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 405/842] 10.0.0.60 () {32 vars in 773 bytes} [Tue Jun 16 02:07:30 2026] GET /v2.0/security-groups?tenant_id=653864a55c5b438a9948209615895d3a&name=default => generated 2925 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 438/843] 10.0.0.60 () {32 vars in 739 bytes} [Tue Jun 16 02:07:30 2026] DELETE /v2.0/security-groups/5f277f90-540b-4be0-99df-dea8c0f7d29c => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 406/844] 10.0.0.60 () {32 vars in 773 bytes} [Tue Jun 16 02:07:31 2026] GET /v2.0/security-groups?tenant_id=2ee61c55fb62459aa2f6870fc4fdd2e8&name=default => generated 2925 bytes in 202 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 439/845] 10.0.0.60 () {32 vars in 739 bytes} [Tue Jun 16 02:07:32 2026] DELETE /v2.0/security-groups/d2e4ebdc-cdf7-402d-a5fa-ca270660a12a => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:07:32.613 7 INFO neutron.db.segments_db [None req-6bcd5cf1-628c-488b-a871-b36b01b6ed98 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] Added segment ffc6be9f-71e9-4576-826a-e1f0f9341f74 of type vxlan for network 80fc41b4-9122-4676-b179-e814f1e6a5d9 [pid: 7|app: 0|req: 407/846] 10.0.0.60 () {34 vars in 670 bytes} [Tue Jun 16 02:07:32 2026] POST /v2.0/networks => generated 718 bytes in 500 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 440/847] 10.0.0.60 () {34 vars in 668 bytes} [Tue Jun 16 02:07:32 2026] POST /v2.0/subnets => generated 684 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:07:32.925 7 INFO neutron.db.segments_db [None req-774ed3b0-fb7a-45b7-acd8-9a8dc1a29ca2 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] Added segment 499e833d-e0fb-4da9-9426-41625621ba47 of type vxlan for network 648ed476-5acd-4d01-be46-21241aab8c6c 2026-06-16 02:07:33.150 7 INFO neutron.db.l3_hamode_db [None req-774ed3b0-fb7a-45b7-acd8-9a8dc1a29ca2 6f429fdbbb2a45d99cb484a6036aa584 0673e5c3c22c4673b2c4891c4006091f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 441/848] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:07:33 2026] GET /v2.0/ports?device_id=c8d3eb4b-2f85-4f0c-b66c-f6d387e0eb7c => generated 971 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 442/849] 10.0.0.213 () {34 vars in 971 bytes} [Tue Jun 16 02:07:33 2026] GET /v2.0/ports/e32eaa0a-6675-425b-a5d2-5a2149958d8c => generated 968 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:07:33.967 7 INFO neutron.db.l3_hamode_db [None req-774ed3b0-fb7a-45b7-acd8-9a8dc1a29ca2 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-16 02:07:34.302 8 INFO neutron.db.segments_db [None req-46ee9674-7ca6-4c53-993f-abb7cf1550da cc09ee65bf84411992aaeb7201b5b657 8ceeda03385a4fba8c8543e766343557 - - default default] Added segment 52bcdd8a-842d-44b7-97b3-2c60fe1308d8 of type vxlan for network 0fec136e-4a9e-41f6-9698-c98a282a6e37 2026-06-16 02:07:34.394 8 INFO neutron.db.segments_db [None req-46ee9674-7ca6-4c53-993f-abb7cf1550da cc09ee65bf84411992aaeb7201b5b657 8ceeda03385a4fba8c8543e766343557 - - default default] Added segment f47571f9-8696-49e0-b58d-25b5510d16b0 of type vxlan for network d462b8b5-7abb-4c1b-a4b1-753bce91415f [pid: 8|app: 0|req: 443/850] 10.0.0.60 () {34 vars in 669 bytes} [Tue Jun 16 02:07:33 2026] POST /v2.0/networks => generated 1206 bytes in 526 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 444/851] 10.0.0.60 () {32 vars in 648 bytes} [Tue Jun 16 02:07:34 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: 445/852] 199.204.45.140 () {34 vars in 1000 bytes} [Tue Jun 16 02:07:34 2026] GET /v2.0/subnets?network_id=b6bc2374-11dd-4d4b-88dc-1b31efd33cbc => generated 684 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:07:34.726 8 INFO neutron.services.segments.plugin [-] Segment 52bcdd8a-842d-44b7-97b3-2c60fe1308d8 resource provider aggregate not found 2026-06-16 02:07:34.729 8 INFO neutron.services.segments.plugin [-] Segment 52bcdd8a-842d-44b7-97b3-2c60fe1308d8 resource provider aggregate not found 2026-06-16 02:07:34.745 8 INFO neutron.services.segments.plugin [-] Segment 52bcdd8a-842d-44b7-97b3-2c60fe1308d8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 52bcdd8a-842d-44b7-97b3-2c60fe1308d8 found for delete ", "request_id": "req-fcbef9a5-fba7-4a5e-84ae-b57ee424c6f4"}]} 2026-06-16 02:07:34.746 8 INFO neutron.services.segments.plugin [-] Segment 52bcdd8a-842d-44b7-97b3-2c60fe1308d8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 52bcdd8a-842d-44b7-97b3-2c60fe1308d8 found for delete ", "request_id": "req-ef4015eb-84b0-4820-80d9-f4b2c820f7ba"}]} [pid: 8|app: 0|req: 446/853] 10.0.0.60 () {32 vars in 725 bytes} [Tue Jun 16 02:07:34 2026] DELETE /v2.0/networks/0fec136e-4a9e-41f6-9698-c98a282a6e37 => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 408/854] 10.0.0.60 () {34 vars in 668 bytes} [Tue Jun 16 02:07:32 2026] POST /v2.0/routers => generated 724 bytes in 1931 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 447/855] 199.204.45.140 () {34 vars in 1146 bytes} [Tue Jun 16 02:07:34 2026] GET /v2.0/ports?device_id=c8d3eb4b-2f85-4f0c-b66c-f6d387e0eb7c&device_owner=compute%3Anova&network_id=b6bc2374-11dd-4d4b-88dc-1b31efd33cbc => generated 971 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:07:34.929 7 INFO neutron.services.segments.plugin [-] Segment f47571f9-8696-49e0-b58d-25b5510d16b0 resource provider aggregate not found 2026-06-16 02:07:34.930 7 INFO neutron.services.segments.plugin [-] Segment f47571f9-8696-49e0-b58d-25b5510d16b0 resource provider aggregate not found 2026-06-16 02:07:34.954 7 INFO neutron.services.segments.plugin [-] Segment f47571f9-8696-49e0-b58d-25b5510d16b0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f47571f9-8696-49e0-b58d-25b5510d16b0 found for delete ", "request_id": "req-9662a7d9-d7af-4ae1-9b7c-c42f370b6ee3"}]} 2026-06-16 02:07:34.959 7 INFO neutron.services.segments.plugin [-] Segment f47571f9-8696-49e0-b58d-25b5510d16b0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f47571f9-8696-49e0-b58d-25b5510d16b0 found for delete ", "request_id": "req-4e5552eb-bd1d-45bc-8b40-364b158099b4"}]} [pid: 7|app: 0|req: 409/856] 10.0.0.60 () {32 vars in 725 bytes} [Tue Jun 16 02:07:34 2026] DELETE /v2.0/networks/d462b8b5-7abb-4c1b-a4b1-753bce91415f => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 410/857] 199.204.45.140 () {38 vars in 1028 bytes} [Tue Jun 16 02:07:34 2026] PUT /v2.0/ports/e32eaa0a-6675-425b-a5d2-5a2149958d8c => generated 1149 bytes in 581 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:07:35.604 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d6696b34-b543-4f74-9455-69f0ffd3bcd7'] response: {'name': 'network-changed', 'server_uuid': 'c8d3eb4b-2f85-4f0c-b66c-f6d387e0eb7c', 'tag': 'e32eaa0a-6675-425b-a5d2-5a2149958d8c', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 411/858] 10.0.0.60 () {32 vars in 648 bytes} [Tue Jun 16 02:07:35 2026] GET /v2.0/networks => generated 651 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:07:35.677 7 INFO neutron.db.segments_db [None req-b96ede58-c1f6-46d3-9e9f-43e7a357227b cc09ee65bf84411992aaeb7201b5b657 8ceeda03385a4fba8c8543e766343557 - - default default] Added segment 9ae88c00-b6ae-484b-bc91-3d8d412199db of type vxlan for network 7c778728-93f4-445a-9129-30f33555830e [pid: 7|app: 0|req: 412/859] 10.0.0.60 () {34 vars in 669 bytes} [Tue Jun 16 02:07:35 2026] POST /v2.0/networks => generated 631 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:07:35.835 7 INFO neutron.db.segments_db [None req-6c4390b9-be19-4c90-9277-6ceb883c806f cc09ee65bf84411992aaeb7201b5b657 8ceeda03385a4fba8c8543e766343557 - - default default] Added segment 93573599-71d9-41f1-aa11-0aad5f6bb88f of type vxlan for network 4ff3cbc0-30ec-4f68-80d4-0bb4832e0d06 [pid: 7|app: 0|req: 413/860] 10.0.0.60 () {34 vars in 669 bytes} [Tue Jun 16 02:07:35 2026] POST /v2.0/networks => generated 631 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 448/861] 10.0.0.60 () {34 vars in 782 bytes} [Tue Jun 16 02:07:34 2026] PUT /v2.0/routers/5a6cc623-770d-4e29-8497-7f5652980048/add_router_interface => generated 309 bytes in 1110 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 449/862] 199.204.45.140 () {34 vars in 1080 bytes} [Tue Jun 16 02:07:36 2026] GET /v2.0/ports?tenant_id=5129d4c4b518419085c1792f62fd67fc&device_id=c8d3eb4b-2f85-4f0c-b66c-f6d387e0eb7c => generated 1421 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 450/863] 199.204.45.140 () {34 vars in 986 bytes} [Tue Jun 16 02:07:36 2026] GET /v2.0/networks?id=b6bc2374-11dd-4d4b-88dc-1b31efd33cbc => generated 780 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 451/864] 199.204.45.140 () {34 vars in 1060 bytes} [Tue Jun 16 02:07:36 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=e32eaa0a-6675-425b-a5d2-5a2149958d8c => 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: 452/865] 199.204.45.140 () {34 vars in 1058 bytes} [Tue Jun 16 02:07:36 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=e32eaa0a-6675-425b-a5d2-5a2149958d8c => generated 860 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 453/866] 199.204.45.140 () {34 vars in 984 bytes} [Tue Jun 16 02:07:36 2026] GET /v2.0/subnets?id=be25f9da-fd0f-47b3-925e-b0ad87a915fe => generated 702 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 454/867] 199.204.45.140 () {34 vars in 1052 bytes} [Tue Jun 16 02:07:36 2026] GET /v2.0/ports?network_id=b6bc2374-11dd-4d4b-88dc-1b31efd33cbc&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 455/868] 199.204.45.140 () {34 vars in 1012 bytes} [Tue Jun 16 02:07:36 2026] GET /v2.0/networks/b6bc2374-11dd-4d4b-88dc-1b31efd33cbc?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: 456/869] 199.204.45.140 () {34 vars in 1112 bytes} [Tue Jun 16 02:07:36 2026] GET /v2.0/networks/b6bc2374-11dd-4d4b-88dc-1b31efd33cbc?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: 414/870] 10.0.0.60 () {34 vars in 664 bytes} [Tue Jun 16 02:07:35 2026] POST /v2.0/ports => generated 1505 bytes in 594 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: 457/871] 10.0.0.60 () {32 vars in 642 bytes} [Tue Jun 16 02:07:36 2026] GET /v2.0/ports => generated 1505 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 415/872] 10.0.0.60 () {34 vars in 684 bytes} [Tue Jun 16 02:07:36 2026] POST /v2.0/security-groups => generated 1660 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-16 02:07:36.736 8 INFO neutron_taas.services.taas.taas_plugin [None req-2b6d22cb-8638-4ba9-82ae-a40ee2989f48 cc09ee65bf84411992aaeb7201b5b657 8ceeda03385a4fba8c8543e766343557 - - default default] TaaS: Handle Delete Port: a01b2551-6290-436c-acf8-512e96fc7b1f 2026-06-16 02:07:36.739 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2b6d22cb-8638-4ba9-82ae-a40ee2989f48 cc09ee65bf84411992aaeb7201b5b657 8ceeda03385a4fba8c8543e766343557 - - default default] Tap Mirror: Handle Delete Port: a01b2551-6290-436c-acf8-512e96fc7b1f [pid: 7|app: 0|req: 416/873] 10.0.0.60 () {34 vars in 694 bytes} [Tue Jun 16 02:07:36 2026] POST /v2.0/security-group-rules => generated 597 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 458/874] 10.0.0.60 () {32 vars in 719 bytes} [Tue Jun 16 02:07:36 2026] DELETE /v2.0/ports/a01b2551-6290-436c-acf8-512e96fc7b1f => generated 0 bytes in 191 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 417/875] 10.0.0.60 () {34 vars in 694 bytes} [Tue Jun 16 02:07:36 2026] POST /v2.0/security-group-rules => generated 602 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:07:36.935 8 INFO neutron_taas.services.taas.taas_plugin [None req-f002cb35-be6d-4eed-8805-f7675cbbb828 cc09ee65bf84411992aaeb7201b5b657 8ceeda03385a4fba8c8543e766343557 - - default default] TaaS: Handle Delete Port: 49021410-1dc5-4669-b3a4-c82675f8c2e8 2026-06-16 02:07:36.938 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f002cb35-be6d-4eed-8805-f7675cbbb828 cc09ee65bf84411992aaeb7201b5b657 8ceeda03385a4fba8c8543e766343557 - - default default] Tap Mirror: Handle Delete Port: 49021410-1dc5-4669-b3a4-c82675f8c2e8 [pid: 8|app: 0|req: 459/876] 10.0.0.60 () {32 vars in 719 bytes} [Tue Jun 16 02:07:36 2026] DELETE /v2.0/ports/49021410-1dc5-4669-b3a4-c82675f8c2e8 => 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: 460/877] 10.0.0.60 () {32 vars in 773 bytes} [Tue Jun 16 02:07:37 2026] GET /v2.0/security-groups?tenant_id=76e7888df6be4073896c013620da86c1&name=default => generated 2925 bytes in 291 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 461/878] 10.0.0.60 () {32 vars in 642 bytes} [Tue Jun 16 02:07:37 2026] GET /v2.0/ports => 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: 418/879] 10.0.0.60 () {34 vars in 675 bytes} [Tue Jun 16 02:07:36 2026] POST /v2.0/floatingips => generated 552 bytes in 464 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 462/880] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:07:37 2026] GET /v2.0/ports?device_id=c8d3eb4b-2f85-4f0c-b66c-f6d387e0eb7c => generated 1152 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:07:37.450 8 INFO neutron.db.segments_db [None req-2319deb9-c0dd-4bd2-a8a6-bf7ec883803c cc09ee65bf84411992aaeb7201b5b657 8ceeda03385a4fba8c8543e766343557 - - default default] Added segment fe95a17e-5d71-4440-80ce-2865f8605001 of type vxlan for network 48611c68-cba8-48a9-ad59-485764ecd65a [pid: 7|app: 0|req: 419/881] 10.0.0.60 () {32 vars in 739 bytes} [Tue Jun 16 02:07:37 2026] DELETE /v2.0/security-groups/e7198d72-0602-4e02-b1db-d65509e2686c => 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: 420/882] 10.0.0.213 () {34 vars in 1040 bytes} [Tue Jun 16 02:07:37 2026] GET /v2.0/security-groups?id=f488e042-1dfb-4447-b94e-b6c5018ad8ac&fields=id&fields=name => generated 114 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 421/883] 199.204.45.140 () {34 vars in 1080 bytes} [Tue Jun 16 02:07:37 2026] GET /v2.0/ports?tenant_id=5129d4c4b518419085c1792f62fd67fc&device_id=c8d3eb4b-2f85-4f0c-b66c-f6d387e0eb7c => generated 1421 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 463/884] 10.0.0.60 () {34 vars in 669 bytes} [Tue Jun 16 02:07:37 2026] POST /v2.0/networks => generated 631 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 464/885] 199.204.45.140 () {34 vars in 986 bytes} [Tue Jun 16 02:07:37 2026] GET /v2.0/networks?id=b6bc2374-11dd-4d4b-88dc-1b31efd33cbc => generated 780 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:07:37.630 7 INFO neutron.db.segments_db [None req-541d4627-d00e-4c0b-9ea1-95e0eee3823c cc09ee65bf84411992aaeb7201b5b657 8ceeda03385a4fba8c8543e766343557 - - default default] Added segment e288fa2d-661e-407c-9edf-0ddcb19562b3 of type vxlan for network 3ef3915e-fcbf-4c07-8d2e-9b2162768b04 [pid: 7|app: 0|req: 422/886] 10.0.0.60 () {34 vars in 669 bytes} [Tue Jun 16 02:07:37 2026] POST /v2.0/networks => generated 630 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 423/887] 199.204.45.140 () {34 vars in 1060 bytes} [Tue Jun 16 02:07:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=e32eaa0a-6675-425b-a5d2-5a2149958d8c => 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: 465/888] 10.0.0.60 () {32 vars in 773 bytes} [Tue Jun 16 02:07:37 2026] GET /v2.0/security-groups?tenant_id=9a227963db2d46b4bf5bca16ef575b0f&name=default => generated 2925 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 424/889] 199.204.45.140 () {34 vars in 1058 bytes} [Tue Jun 16 02:07:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=e32eaa0a-6675-425b-a5d2-5a2149958d8c => generated 860 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 425/890] 10.0.0.60 () {32 vars in 739 bytes} [Tue Jun 16 02:07:37 2026] DELETE /v2.0/security-groups/d9dd6387-2cd9-40c8-af3f-e6a1c9fba8a2 => 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: 426/891] 199.204.45.140 () {34 vars in 984 bytes} [Tue Jun 16 02:07:37 2026] GET /v2.0/subnets?id=be25f9da-fd0f-47b3-925e-b0ad87a915fe => generated 702 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 427/892] 10.0.0.213 () {34 vars in 1098 bytes} [Tue Jun 16 02:07:37 2026] GET /v2.0/security-groups?name=tempest-securitygroup--353854355&fields=id&tenant_id=0673e5c3c22c4673b2c4891c4006091f => generated 69 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 428/893] 199.204.45.140 () {34 vars in 1052 bytes} [Tue Jun 16 02:07:37 2026] GET /v2.0/ports?network_id=b6bc2374-11dd-4d4b-88dc-1b31efd33cbc&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: 429/894] 10.0.0.213 () {34 vars in 982 bytes} [Tue Jun 16 02:07:37 2026] GET /v2.0/networks?id=80fc41b4-9122-4676-b179-e814f1e6a5d9 => generated 669 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 430/895] 199.204.45.140 () {34 vars in 1012 bytes} [Tue Jun 16 02:07:37 2026] GET /v2.0/networks/b6bc2374-11dd-4d4b-88dc-1b31efd33cbc?fields=segments => generated 14 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 431/896] 10.0.0.213 () {34 vars in 965 bytes} [Tue Jun 16 02:07:38 2026] GET /v2.0/quotas/0673e5c3c22c4673b2c4891c4006091f => generated 292 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 432/897] 199.204.45.140 () {34 vars in 1112 bytes} [Tue Jun 16 02:07:38 2026] GET /v2.0/networks/b6bc2374-11dd-4d4b-88dc-1b31efd33cbc?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 433/898] 10.0.0.213 () {34 vars in 1002 bytes} [Tue Jun 16 02:07:38 2026] GET /v2.0/ports?tenant_id=0673e5c3c22c4673b2c4891c4006091f&fields=id => generated 103 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 466/899] 10.0.0.60 () {34 vars in 668 bytes} [Tue Jun 16 02:07:37 2026] POST /v2.0/subnets => generated 1273 bytes in 447 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 434/900] 10.0.0.213 () {34 vars in 1008 bytes} [Tue Jun 16 02:07:38 2026] GET /v2.0/networks/80fc41b4-9122-4676-b179-e814f1e6a5d9?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: 467/901] 10.0.0.60 () {32 vars in 646 bytes} [Tue Jun 16 02:07:38 2026] GET /v2.0/subnets => generated 1909 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 435/902] 10.0.0.213 () {34 vars in 1108 bytes} [Tue Jun 16 02:07:38 2026] GET /v2.0/networks/80fc41b4-9122-4676-b179-e814f1e6a5d9?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: 468/903] 10.0.0.60 () {32 vars in 723 bytes} [Tue Jun 16 02:07:38 2026] DELETE /v2.0/subnets/39dbfc4f-010f-421a-8241-6bebc1f79955 => 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: 469/904] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:07:38 2026] GET /v2.0/ports?device_id=4f7e2a59-0715-416b-97b4-36a5d0713aa3 => 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: 436/905] 10.0.0.60 () {32 vars in 723 bytes} [Tue Jun 16 02:07:38 2026] DELETE /v2.0/subnets/43950ef3-5c94-4ea3-82de-a36f9470387b => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 470/906] 10.0.0.60 () {32 vars in 646 bytes} [Tue Jun 16 02:07:38 2026] GET /v2.0/subnets => generated 649 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:07:38.637 7 INFO neutron.services.segments.plugin [-] Segment e288fa2d-661e-407c-9edf-0ddcb19562b3 resource provider aggregate not found 2026-06-16 02:07:38.642 7 INFO neutron.services.segments.plugin [-] Segment e288fa2d-661e-407c-9edf-0ddcb19562b3 resource provider aggregate not found [pid: 8|app: 0|req: 471/907] 199.204.45.140 () {34 vars in 1120 bytes} [Tue Jun 16 02:07:38 2026] GET /v2.0/ports?device_id=c8d3eb4b-2f85-4f0c-b66c-f6d387e0eb7c&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.14 => generated 1152 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:07:38.661 7 INFO neutron.services.segments.plugin [-] Segment e288fa2d-661e-407c-9edf-0ddcb19562b3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e288fa2d-661e-407c-9edf-0ddcb19562b3 found for delete ", "request_id": "req-8dd95310-b4bd-4917-92e2-d17cf1b78a30"}]} 2026-06-16 02:07:38.662 7 INFO neutron.services.segments.plugin [-] Segment e288fa2d-661e-407c-9edf-0ddcb19562b3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e288fa2d-661e-407c-9edf-0ddcb19562b3 found for delete ", "request_id": "req-eef34da8-d9b8-481c-8ccf-97a0810dfc4d"}]} [pid: 7|app: 0|req: 437/908] 10.0.0.60 () {32 vars in 725 bytes} [Tue Jun 16 02:07:38 2026] DELETE /v2.0/networks/3ef3915e-fcbf-4c07-8d2e-9b2162768b04 => 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: 438/909] 10.0.0.60 () {32 vars in 725 bytes} [Tue Jun 16 02:07:38 2026] DELETE /v2.0/networks/48611c68-cba8-48a9-ad59-485764ecd65a => generated 0 bytes in 100 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 439/910] 10.0.0.60 () {32 vars in 725 bytes} [Tue Jun 16 02:07:38 2026] DELETE /v2.0/networks/4ff3cbc0-30ec-4f68-80d4-0bb4832e0d06 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 440/911] 10.0.0.60 () {32 vars in 725 bytes} [Tue Jun 16 02:07:38 2026] DELETE /v2.0/networks/7c778728-93f4-445a-9129-30f33555830e => generated 0 bytes in 98 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 472/912] 199.204.45.140 () {38 vars in 1028 bytes} [Tue Jun 16 02:07:38 2026] PUT /v2.0/ports/e32eaa0a-6675-425b-a5d2-5a2149958d8c => generated 968 bytes in 473 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:07:39.178 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-92c4a8ba-61df-49d4-a678-c1ecb4276e5c'] response: {'name': 'network-changed', 'server_uuid': 'c8d3eb4b-2f85-4f0c-b66c-f6d387e0eb7c', 'tag': 'e32eaa0a-6675-425b-a5d2-5a2149958d8c', 'status': 'completed', 'code': 200} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 473/913] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:07:39 2026] GET /v2.0/ports?device_id=4f7e2a59-0715-416b-97b4-36a5d0713aa3 => 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: 474/914] 199.204.45.140 () {34 vars in 1080 bytes} [Tue Jun 16 02:07:39 2026] GET /v2.0/ports?tenant_id=5129d4c4b518419085c1792f62fd67fc&device_id=c8d3eb4b-2f85-4f0c-b66c-f6d387e0eb7c => generated 1240 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 441/915] 10.0.0.60 () {32 vars in 773 bytes} [Tue Jun 16 02:07:39 2026] GET /v2.0/security-groups?tenant_id=8ceeda03385a4fba8c8543e766343557&name=default => generated 2925 bytes in 230 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 475/916] 199.204.45.140 () {34 vars in 986 bytes} [Tue Jun 16 02:07:39 2026] GET /v2.0/networks?id=b6bc2374-11dd-4d4b-88dc-1b31efd33cbc => generated 780 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 476/917] 199.204.45.140 () {34 vars in 1058 bytes} [Tue Jun 16 02:07:39 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=e32eaa0a-6675-425b-a5d2-5a2149958d8c => generated 860 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 442/918] 10.0.0.60 () {32 vars in 739 bytes} [Tue Jun 16 02:07:39 2026] DELETE /v2.0/security-groups/0dc93b27-8b58-4689-b5ab-c3cd740180d6 => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 477/919] 199.204.45.140 () {34 vars in 984 bytes} [Tue Jun 16 02:07:39 2026] GET /v2.0/subnets?id=be25f9da-fd0f-47b3-925e-b0ad87a915fe => generated 702 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 443/920] 199.204.45.140 () {34 vars in 1052 bytes} [Tue Jun 16 02:07:39 2026] GET /v2.0/ports?network_id=b6bc2374-11dd-4d4b-88dc-1b31efd33cbc&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: 478/921] 199.204.45.140 () {34 vars in 1012 bytes} [Tue Jun 16 02:07:39 2026] GET /v2.0/networks/b6bc2374-11dd-4d4b-88dc-1b31efd33cbc?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 444/922] 199.204.45.140 () {34 vars in 1112 bytes} [Tue Jun 16 02:07:39 2026] GET /v2.0/networks/b6bc2374-11dd-4d4b-88dc-1b31efd33cbc?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 479/923] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:07:40 2026] GET /v2.0/ports?device_id=4f7e2a59-0715-416b-97b4-36a5d0713aa3 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:07:40.680 7 INFO neutron.services.segments.plugin [-] Segment fe95a17e-5d71-4440-80ce-2865f8605001 resource provider aggregate not found 2026-06-16 02:07:40.685 7 INFO neutron.services.segments.plugin [-] Segment fe95a17e-5d71-4440-80ce-2865f8605001 resource provider aggregate not found 2026-06-16 02:07:40.697 7 INFO neutron.services.segments.plugin [-] Segment fe95a17e-5d71-4440-80ce-2865f8605001 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fe95a17e-5d71-4440-80ce-2865f8605001 found for delete ", "request_id": "req-17a708d5-088f-4bfd-bf6b-bf75da873c4a"}]} 2026-06-16 02:07:40.704 7 INFO neutron.services.segments.plugin [-] Segment fe95a17e-5d71-4440-80ce-2865f8605001 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fe95a17e-5d71-4440-80ce-2865f8605001 found for delete ", "request_id": "req-49cfb784-fde1-4721-afd7-3d37ab9ac214"}]} 2026-06-16 02:07:40.711 7 INFO neutron.services.segments.plugin [-] Segment 93573599-71d9-41f1-aa11-0aad5f6bb88f resource provider aggregate not found 2026-06-16 02:07:40.725 7 INFO neutron.services.segments.plugin [-] Segment 93573599-71d9-41f1-aa11-0aad5f6bb88f resource provider aggregate not found 2026-06-16 02:07:40.729 7 INFO neutron.services.segments.plugin [-] Segment 93573599-71d9-41f1-aa11-0aad5f6bb88f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 93573599-71d9-41f1-aa11-0aad5f6bb88f found for delete ", "request_id": "req-92d49b11-e435-4d93-b228-c2126a3b59c9"}]} 2026-06-16 02:07:40.744 7 INFO neutron.services.segments.plugin [-] Segment 9ae88c00-b6ae-484b-bc91-3d8d412199db resource provider aggregate not found 2026-06-16 02:07:40.748 7 INFO neutron.services.segments.plugin [-] Segment 93573599-71d9-41f1-aa11-0aad5f6bb88f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 93573599-71d9-41f1-aa11-0aad5f6bb88f found for delete ", "request_id": "req-caef40e5-48a9-4544-b7e3-622b7bbaf80d"}]} 2026-06-16 02:07:40.760 7 INFO neutron.services.segments.plugin [-] Segment 9ae88c00-b6ae-484b-bc91-3d8d412199db resource provider aggregate not found 2026-06-16 02:07:40.769 7 INFO neutron.services.segments.plugin [-] Segment 9ae88c00-b6ae-484b-bc91-3d8d412199db resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9ae88c00-b6ae-484b-bc91-3d8d412199db found for delete ", "request_id": "req-a2b91698-b293-4306-847b-4728129a6c3e"}]} 2026-06-16 02:07:40.778 7 INFO neutron.services.segments.plugin [-] Segment 9ae88c00-b6ae-484b-bc91-3d8d412199db resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9ae88c00-b6ae-484b-bc91-3d8d412199db found for delete ", "request_id": "req-546a47c0-41df-4b4d-844e-c181de3cd88e"}]} [pid: 8|app: 0|req: 481/926] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:07:40 2026] GET /v2.0/ports?device_id=c8d3eb4b-2f85-4f0c-b66c-f6d387e0eb7c => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 446/927] 10.0.0.213 () {34 vars in 1040 bytes} [Tue Jun 16 02:07:40 2026] GET /v2.0/security-groups?id=f488e042-1dfb-4447-b94e-b6c5018ad8ac&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 482/928] 199.204.45.140 () {34 vars in 1080 bytes} [Tue Jun 16 02:07:40 2026] GET /v2.0/ports?tenant_id=5129d4c4b518419085c1792f62fd67fc&device_id=c8d3eb4b-2f85-4f0c-b66c-f6d387e0eb7c => generated 1240 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 447/929] 199.204.45.140 () {34 vars in 986 bytes} [Tue Jun 16 02:07:41 2026] GET /v2.0/networks?id=b6bc2374-11dd-4d4b-88dc-1b31efd33cbc => generated 780 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 483/930] 199.204.45.140 () {34 vars in 1058 bytes} [Tue Jun 16 02:07:41 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=e32eaa0a-6675-425b-a5d2-5a2149958d8c => generated 860 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 448/931] 199.204.45.140 () {34 vars in 984 bytes} [Tue Jun 16 02:07:41 2026] GET /v2.0/subnets?id=be25f9da-fd0f-47b3-925e-b0ad87a915fe => generated 702 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 484/932] 199.204.45.140 () {34 vars in 1052 bytes} [Tue Jun 16 02:07:41 2026] GET /v2.0/ports?network_id=b6bc2374-11dd-4d4b-88dc-1b31efd33cbc&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: 449/933] 199.204.45.140 () {34 vars in 1012 bytes} [Tue Jun 16 02:07:41 2026] GET /v2.0/networks/b6bc2374-11dd-4d4b-88dc-1b31efd33cbc?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: 485/934] 199.204.45.140 () {34 vars in 1112 bytes} [Tue Jun 16 02:07:41 2026] GET /v2.0/networks/b6bc2374-11dd-4d4b-88dc-1b31efd33cbc?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: 450/935] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:07:41 2026] GET /v2.0/ports?device_id=4f7e2a59-0715-416b-97b4-36a5d0713aa3 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:07:42.043 8 INFO neutron.db.segments_db [None req-c0e0f2ad-7313-42d0-a25a-eb6361fb0aa0 50bdc97d0fc34f53a8a25b81901207c1 ee62ea219bff41b3916ccb0bb59f6073 - - default default] Added segment da5bb519-7731-47db-8c37-eb35377095ea of type vxlan for network 63044896-5e58-45b2-ad10-1c67963fc5dc [pid: 8|app: 0|req: 486/936] 10.0.0.60 () {34 vars in 669 bytes} [Tue Jun 16 02:07:41 2026] POST /v2.0/networks => generated 625 bytes in 408 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 451/937] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:07:42 2026] GET /v2.0/ports?device_id=c8d3eb4b-2f85-4f0c-b66c-f6d387e0eb7c => generated 971 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 452/938] 10.0.0.213 () {34 vars in 1040 bytes} [Tue Jun 16 02:07:42 2026] GET /v2.0/security-groups?id=f488e042-1dfb-4447-b94e-b6c5018ad8ac&fields=id&fields=name => generated 114 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 487/939] 10.0.0.60 () {32 vars in 773 bytes} [Tue Jun 16 02:07:42 2026] GET /v2.0/security-groups?tenant_id=587590e049b94cf0b3e5de921c566865&name=default => generated 2925 bytes in 160 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 488/940] 10.0.0.60 () {32 vars in 739 bytes} [Tue Jun 16 02:07:42 2026] DELETE /v2.0/security-groups/20c289d7-67bf-44be-b016-de6a7e6d8f71 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 453/941] 10.0.0.60 () {34 vars in 668 bytes} [Tue Jun 16 02:07:42 2026] POST /v2.0/subnets => generated 641 bytes in 282 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:07:42.509 8 INFO neutron.db.segments_db [None req-e7e951a4-a634-436e-b559-c99b1ce1f071 50bdc97d0fc34f53a8a25b81901207c1 ee62ea219bff41b3916ccb0bb59f6073 - - default default] Added segment b87c574e-3d47-4c5b-9d09-46a797c7c0e0 of type vxlan for network 455d7f21-12c7-404a-b39d-c22ad2b2c27f [pid: 8|app: 0|req: 489/942] 10.0.0.60 () {34 vars in 669 bytes} [Tue Jun 16 02:07:42 2026] POST /v2.0/networks => generated 625 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 454/943] 10.0.0.60 () {32 vars in 773 bytes} [Tue Jun 16 02:07:42 2026] GET /v2.0/security-groups?tenant_id=925a74cb9cc44155807ec1ccb5ecadd6&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: 490/944] 10.0.0.60 () {34 vars in 742 bytes} [Tue Jun 16 02:07:42 2026] PUT /v2.0/networks/455d7f21-12c7-404a-b39d-c22ad2b2c27f => generated 592 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 455/945] 10.0.0.60 () {32 vars in 739 bytes} [Tue Jun 16 02:07:42 2026] DELETE /v2.0/security-groups/c3568461-c682-4a56-9b5d-39829da1d6c2 => 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: 456/946] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:07:42 2026] GET /v2.0/ports?device_id=4f7e2a59-0715-416b-97b4-36a5d0713aa3 => 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: 491/947] 10.0.0.60 () {34 vars in 668 bytes} [Tue Jun 16 02:07:42 2026] POST /v2.0/subnets => generated 626 bytes in 204 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 457/948] 10.0.0.60 () {34 vars in 740 bytes} [Tue Jun 16 02:07:42 2026] PUT /v2.0/subnets/604f2af2-1d4a-49dc-bcaa-8021ce357e41 => generated 636 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:07:43.219 8 INFO neutron.services.segments.plugin [-] Segment b87c574e-3d47-4c5b-9d09-46a797c7c0e0 resource provider aggregate not found 2026-06-16 02:07:43.226 8 INFO neutron.services.segments.plugin [-] Segment b87c574e-3d47-4c5b-9d09-46a797c7c0e0 resource provider aggregate not found 2026-06-16 02:07:43.235 8 INFO neutron.services.segments.plugin [-] Segment b87c574e-3d47-4c5b-9d09-46a797c7c0e0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b87c574e-3d47-4c5b-9d09-46a797c7c0e0 found for delete ", "request_id": "req-fc6b72f8-cf4f-45a9-b5ad-a04a5cb56a23"}]} 2026-06-16 02:07:43.244 8 INFO neutron.services.segments.plugin [-] Segment b87c574e-3d47-4c5b-9d09-46a797c7c0e0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b87c574e-3d47-4c5b-9d09-46a797c7c0e0 found for delete ", "request_id": "req-0f1efb27-5e25-42a7-9895-8ffabcb41a61"}]} [pid: 8|app: 0|req: 492/949] 10.0.0.60 () {32 vars in 725 bytes} [Tue Jun 16 02:07:43 2026] DELETE /v2.0/networks/455d7f21-12c7-404a-b39d-c22ad2b2c27f => generated 0 bytes in 206 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 458/950] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:07:43 2026] GET /v2.0/ports?device_id=c8d3eb4b-2f85-4f0c-b66c-f6d387e0eb7c => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:07:43.282 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3f51b64a-89f5-4462-bf37-49b40e3f3807 50bdc97d0fc34f53a8a25b81901207c1 ee62ea219bff41b3916ccb0bb59f6073 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 493/951] 10.0.0.60 () {32 vars in 725 bytes} [Tue Jun 16 02:07:43 2026] DELETE /v2.0/networks/455d7f21-12c7-404a-b39d-c22ad2b2c27f => generated 138 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 459/952] 10.0.0.213 () {34 vars in 1040 bytes} [Tue Jun 16 02:07:43 2026] GET /v2.0/security-groups?id=f488e042-1dfb-4447-b94e-b6c5018ad8ac&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: 8|app: 0|req: 494/953] 10.0.0.60 () {32 vars in 693 bytes} [Tue Jun 16 02:07:43 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 460/954] 10.0.0.60 () {32 vars in 741 bytes} [Tue Jun 16 02:07:43 2026] GET /v2.0/subnets?network_id=65dba030-3915-44c8-8a86-8bbdbe69721d => generated 649 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 495/955] 199.204.45.140 () {34 vars in 994 bytes} [Tue Jun 16 02:07:43 2026] GET /v2.0/ports?device_id=c8d3eb4b-2f85-4f0c-b66c-f6d387e0eb7c => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 461/956] 10.0.0.60 () {32 vars in 652 bytes} [Tue Jun 16 02:07:43 2026] GET /v2.0/extensions => generated 21537 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 462/957] 10.0.0.60 () {32 vars in 648 bytes} [Tue Jun 16 02:07:43 2026] GET /v2.0/networks => generated 1309 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:07:43.546 8 INFO neutron_taas.services.taas.taas_plugin [req-0d52a4ac-b0d2-4c62-b96c-9dde34f4c3e3 req-7ee94913-809e-43c7-8b08-aa5b60a50773 56f8d0d0b2674c27a10a718b1b6c483a 5129d4c4b518419085c1792f62fd67fc - - default default] TaaS: Handle Delete Port: e32eaa0a-6675-425b-a5d2-5a2149958d8c [pid: 7|app: 0|req: 463/958] 10.0.0.60 () {32 vars in 646 bytes} [Tue Jun 16 02:07:43 2026] GET /v2.0/subnets => generated 1280 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:07:43.551 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-0d52a4ac-b0d2-4c62-b96c-9dde34f4c3e3 req-7ee94913-809e-43c7-8b08-aa5b60a50773 56f8d0d0b2674c27a10a718b1b6c483a 5129d4c4b518419085c1792f62fd67fc - - default default] Tap Mirror: Handle Delete Port: e32eaa0a-6675-425b-a5d2-5a2149958d8c [pid: 7|app: 0|req: 464/959] 10.0.0.60 () {32 vars in 722 bytes} [Tue Jun 16 02:07:43 2026] GET /v2.0/networks/63044896-5e58-45b2-ad10-1c67963fc5dc => generated 669 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 465/960] 10.0.0.60 () {32 vars in 720 bytes} [Tue Jun 16 02:07:43 2026] GET /v2.0/subnets/33b702f4-35de-4eba-9ac5-124a481b7153 => generated 641 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:07:43.633 7 INFO neutron.pecan_wsgi.hooks.translation [None req-71b063e7-c414-4f85-bb35-091cb81ac2b5 50bdc97d0fc34f53a8a25b81901207c1 ee62ea219bff41b3916ccb0bb59f6073 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 466/961] 10.0.0.60 () {32 vars in 723 bytes} [Tue Jun 16 02:07:43 2026] DELETE /v2.0/subnets/604f2af2-1d4a-49dc-bcaa-8021ce357e41 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 02:07:43.649 7 INFO neutron.pecan_wsgi.hooks.translation [None req-34de3a56-805e-497b-bfb4-9c5b0ebd2301 50bdc97d0fc34f53a8a25b81901207c1 ee62ea219bff41b3916ccb0bb59f6073 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 467/962] 10.0.0.60 () {32 vars in 725 bytes} [Tue Jun 16 02:07:43 2026] DELETE /v2.0/networks/455d7f21-12c7-404a-b39d-c22ad2b2c27f => generated 138 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 02:07:43.666 8 INFO neutron.db.l3_db [req-0d52a4ac-b0d2-4c62-b96c-9dde34f4c3e3 req-7ee94913-809e-43c7-8b08-aa5b60a50773 56f8d0d0b2674c27a10a718b1b6c483a 5129d4c4b518419085c1792f62fd67fc - - default default] Floating IP 833b4ccc-f24c-4d30-badb-7a31d342e656 disassociated. External IP: 10.96.250.202, port: e32eaa0a-6675-425b-a5d2-5a2149958d8c. [pid: 7|app: 0|req: 468/963] 10.0.0.60 () {32 vars in 723 bytes} [Tue Jun 16 02:07:43 2026] DELETE /v2.0/subnets/33b702f4-35de-4eba-9ac5-124a481b7153 => generated 0 bytes in 288 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 469/964] 199.204.45.140 () {34 vars in 986 bytes} [Tue Jun 16 02:07:43 2026] GET /v2.0/networks?id=80fc41b4-9122-4676-b179-e814f1e6a5d9 => generated 669 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 470/965] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:07:43 2026] GET /v2.0/ports?device_id=4f7e2a59-0715-416b-97b4-36a5d0713aa3 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 496/966] 199.204.45.140 () {36 vars in 997 bytes} [Tue Jun 16 02:07:43 2026] DELETE /v2.0/ports/e32eaa0a-6675-425b-a5d2-5a2149958d8c => generated 0 bytes in 563 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 497/967] 199.204.45.140 () {34 vars in 1050 bytes} [Tue Jun 16 02:07:43 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=0673e5c3c22c4673b2c4891c4006091f => generated 180 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:07:44.034 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-6ae54736-9d14-4e2b-a79f-ac19dcf88166'] response: {'server_uuid': 'c8d3eb4b-2f85-4f0c-b66c-f6d387e0eb7c', 'name': 'network-vif-deleted', 'tag': 'e32eaa0a-6675-425b-a5d2-5a2149958d8c', 'status': 'completed', 'code': 200} 2026-06-16 02:07:44.065 7 INFO neutron_taas.services.taas.taas_plugin [None req-51edc62d-19b5-4a5c-b6d1-d5a56a2e187e 50bdc97d0fc34f53a8a25b81901207c1 ee62ea219bff41b3916ccb0bb59f6073 - - default default] TaaS: Handle Delete Port: d9e8b418-14eb-4eab-bbef-d88ee993bc97 2026-06-16 02:07:44.067 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-51edc62d-19b5-4a5c-b6d1-d5a56a2e187e 50bdc97d0fc34f53a8a25b81901207c1 ee62ea219bff41b3916ccb0bb59f6073 - - default default] Tap Mirror: Handle Delete Port: d9e8b418-14eb-4eab-bbef-d88ee993bc97 2026-06-16 02:07:44.233 7 INFO neutron.services.segments.plugin [-] Segment da5bb519-7731-47db-8c37-eb35377095ea resource provider aggregate not found 2026-06-16 02:07:44.237 7 INFO neutron.services.segments.plugin [-] Segment da5bb519-7731-47db-8c37-eb35377095ea resource provider aggregate not found 2026-06-16 02:07:44.261 7 INFO neutron.services.segments.plugin [-] Segment da5bb519-7731-47db-8c37-eb35377095ea resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid da5bb519-7731-47db-8c37-eb35377095ea found for delete ", "request_id": "req-2337353a-6f15-41ba-8bf9-a4340ca8005b"}]} 2026-06-16 02:07:44.279 7 INFO neutron.services.segments.plugin [-] Segment da5bb519-7731-47db-8c37-eb35377095ea resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid da5bb519-7731-47db-8c37-eb35377095ea found for delete ", "request_id": "req-32f48a21-c591-4d45-a0fe-06bc8131afb0"}]} [pid: 7|app: 0|req: 471/968] 10.0.0.60 () {32 vars in 725 bytes} [Tue Jun 16 02:07:43 2026] DELETE /v2.0/networks/63044896-5e58-45b2-ad10-1c67963fc5dc => generated 0 bytes in 286 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 498/969] 199.204.45.140 () {38 vars in 955 bytes} [Tue Jun 16 02:07:44 2026] POST /v2.0/ports => generated 954 bytes in 395 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 472/970] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:07:44 2026] GET /v2.0/ports?device_id=c8d3eb4b-2f85-4f0c-b66c-f6d387e0eb7c => generated 12 bytes in 19 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: 499/971] 199.204.45.140 () {38 vars in 1028 bytes} [Tue Jun 16 02:07:44 2026] PUT /v2.0/ports/31c34181-6ef7-4a91-8ace-562631d017c0 => generated 1235 bytes in 325 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 473/972] 10.0.0.60 () {32 vars in 773 bytes} [Tue Jun 16 02:07:44 2026] GET /v2.0/security-groups?tenant_id=ee62ea219bff41b3916ccb0bb59f6073&name=default => generated 2925 bytes in 219 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: 500/973] 10.0.0.60 () {32 vars in 739 bytes} [Tue Jun 16 02:07:45 2026] DELETE /v2.0/security-groups/9d0ef0f5-7a54-408e-83dc-990118c5210d => 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: 474/974] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:07:45 2026] GET /v2.0/ports?device_id=4f7e2a59-0715-416b-97b4-36a5d0713aa3 => generated 969 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 501/975] 10.0.0.213 () {34 vars in 1040 bytes} [Tue Jun 16 02:07:45 2026] GET /v2.0/security-groups?id=c1e003de-f2ff-4cb7-b3ef-827b49a84132&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: 475/976] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:07:45 2026] GET /v2.0/ports?device_id=c8d3eb4b-2f85-4f0c-b66c-f6d387e0eb7c => 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: 502/977] 199.204.45.140 () {34 vars in 1080 bytes} [Tue Jun 16 02:07:45 2026] GET /v2.0/ports?tenant_id=0673e5c3c22c4673b2c4891c4006091f&device_id=4f7e2a59-0715-416b-97b4-36a5d0713aa3 => generated 1238 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 476/978] 199.204.45.140 () {34 vars in 1058 bytes} [Tue Jun 16 02:07:45 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=31c34181-6ef7-4a91-8ace-562631d017c0 => 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: 503/979] 199.204.45.140 () {34 vars in 984 bytes} [Tue Jun 16 02:07:45 2026] GET /v2.0/subnets?id=576d732e-26a4-4134-b0af-356d381555b8 => generated 687 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 477/980] 199.204.45.140 () {34 vars in 1052 bytes} [Tue Jun 16 02:07:45 2026] GET /v2.0/ports?network_id=80fc41b4-9122-4676-b179-e814f1e6a5d9&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: 8|app: 0|req: 504/981] 199.204.45.140 () {34 vars in 1012 bytes} [Tue Jun 16 02:07:45 2026] GET /v2.0/networks/80fc41b4-9122-4676-b179-e814f1e6a5d9?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: 478/982] 199.204.45.140 () {34 vars in 1112 bytes} [Tue Jun 16 02:07:45 2026] GET /v2.0/networks/80fc41b4-9122-4676-b179-e814f1e6a5d9?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:07:46.072 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c7642447-c275-4b43-9d33-da7d4fd2a8c3'] response: {'name': 'network-changed', 'server_uuid': '4f7e2a59-0715-416b-97b4-36a5d0713aa3', 'tag': '31c34181-6ef7-4a91-8ace-562631d017c0', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 505/983] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:07:46 2026] GET /v2.0/ports?device_id=4f7e2a59-0715-416b-97b4-36a5d0713aa3 => generated 969 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 479/984] 10.0.0.213 () {34 vars in 1040 bytes} [Tue Jun 16 02:07:46 2026] GET /v2.0/security-groups?id=c1e003de-f2ff-4cb7-b3ef-827b49a84132&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: 506/985] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:07:46 2026] GET /v2.0/ports?device_id=c8d3eb4b-2f85-4f0c-b66c-f6d387e0eb7c => 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: 507/986] 199.204.45.140 () {34 vars in 1080 bytes} [Tue Jun 16 02:07:47 2026] GET /v2.0/ports?tenant_id=0673e5c3c22c4673b2c4891c4006091f&device_id=4f7e2a59-0715-416b-97b4-36a5d0713aa3 => generated 1238 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 508/987] 199.204.45.140 () {34 vars in 986 bytes} [Tue Jun 16 02:07:47 2026] GET /v2.0/networks?id=80fc41b4-9122-4676-b179-e814f1e6a5d9 => generated 765 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 509/988] 199.204.45.140 () {34 vars in 1058 bytes} [Tue Jun 16 02:07:47 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=31c34181-6ef7-4a91-8ace-562631d017c0 => 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: 510/989] 199.204.45.140 () {34 vars in 984 bytes} [Tue Jun 16 02:07:47 2026] GET /v2.0/subnets?id=576d732e-26a4-4134-b0af-356d381555b8 => generated 687 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:07:47.220 7 INFO neutron.db.segments_db [None req-e4385203-52ec-49b0-aae8-e3f3e54e2215 5ec0f2a6040c46c5a9779b9a17af71cd 757f1786b05f4e41be5a6b2afaccc5a0 - - default default] Added segment 482d3961-bed2-41af-a9ee-cb7e45cd8485 of type vxlan for network aa38f2ec-2e09-46ca-8d95-84ec84ad1628 [pid: 8|app: 0|req: 511/990] 199.204.45.140 () {34 vars in 1052 bytes} [Tue Jun 16 02:07:47 2026] GET /v2.0/ports?network_id=80fc41b4-9122-4676-b179-e814f1e6a5d9&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: 512/991] 199.204.45.140 () {34 vars in 1012 bytes} [Tue Jun 16 02:07:47 2026] GET /v2.0/networks/80fc41b4-9122-4676-b179-e814f1e6a5d9?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 480/992] 10.0.0.60 () {34 vars in 669 bytes} [Tue Jun 16 02:07:46 2026] POST /v2.0/networks => generated 615 bytes in 429 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 513/993] 199.204.45.140 () {34 vars in 1112 bytes} [Tue Jun 16 02:07:47 2026] GET /v2.0/networks/80fc41b4-9122-4676-b179-e814f1e6a5d9?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:07:47.379 7 INFO neutron.db.segments_db [None req-92920cc6-3f89-478c-b361-4f783d6574fb 5ec0f2a6040c46c5a9779b9a17af71cd 757f1786b05f4e41be5a6b2afaccc5a0 - - default default] Added segment ff40c8fb-52a5-4f54-bd8a-59f942aa6b11 of type vxlan for network b3a829e9-c1c1-4bce-a7ba-a99dd9222d56 [pid: 8|app: 0|req: 514/994] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:07:47 2026] GET /v2.0/ports?device_id=4f7e2a59-0715-416b-97b4-36a5d0713aa3 => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 481/995] 10.0.0.60 () {34 vars in 669 bytes} [Tue Jun 16 02:07:47 2026] POST /v2.0/networks => generated 614 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 515/996] 10.0.0.213 () {34 vars in 1040 bytes} [Tue Jun 16 02:07:47 2026] GET /v2.0/security-groups?id=c1e003de-f2ff-4cb7-b3ef-827b49a84132&fields=id&fields=name => generated 113 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 482/997] 10.0.0.60 () {34 vars in 668 bytes} [Tue Jun 16 02:07:47 2026] POST /v2.0/subnets => generated 646 bytes in 237 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 483/998] 10.0.0.60 () {32 vars in 739 bytes} [Tue Jun 16 02:07:47 2026] DELETE /v2.0/security-groups/f488e042-1dfb-4447-b94e-b6c5018ad8ac => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:07:47.859 7 INFO neutron.api.v2.resource [None req-4a2ad204-3397-4230-867a-86ec67712ede 56f8d0d0b2674c27a10a718b1b6c483a 5129d4c4b518419085c1792f62fd67fc - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 484/999] 10.0.0.60 () {32 vars in 736 bytes} [Tue Jun 16 02:07:47 2026] GET /v2.0/security-groups/f488e042-1dfb-4447-b94e-b6c5018ad8ac => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 516/1000] 10.0.0.60 () {34 vars in 668 bytes} [Tue Jun 16 02:07:47 2026] POST /v2.0/subnets => generated 655 bytes in 208 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:07:47.968 8 INFO neutron.db.segments_db [None req-d8ce440e-affb-442d-99d1-e2d27153d8cd 5ec0f2a6040c46c5a9779b9a17af71cd 757f1786b05f4e41be5a6b2afaccc5a0 - - default default] Added segment 0c934d7a-27b3-4822-b8ca-2ba9c05c607d of type vxlan for network f65e52c8-235d-461b-8d4e-8ee7be0cc74c 2026-06-16 02:07:47.972 7 INFO neutron_taas.services.taas.taas_plugin [None req-77e73909-c72e-4582-9409-53b92507081d 56f8d0d0b2674c27a10a718b1b6c483a 5129d4c4b518419085c1792f62fd67fc - - default default] TaaS: Handle Delete Port: 99e45db9-d710-4a95-a84d-e714a684e063 2026-06-16 02:07:47.974 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-77e73909-c72e-4582-9409-53b92507081d 56f8d0d0b2674c27a10a718b1b6c483a 5129d4c4b518419085c1792f62fd67fc - - default default] Tap Mirror: Handle Delete Port: 99e45db9-d710-4a95-a84d-e714a684e063 [pid: 7|app: 0|req: 485/1001] 10.0.0.60 () {32 vars in 731 bytes} [Tue Jun 16 02:07:47 2026] DELETE /v2.0/floatingips/833b4ccc-f24c-4d30-badb-7a31d342e656 => generated 0 bytes in 266 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:07:48.195 8 INFO neutron.db.l3_hamode_db [None req-d8ce440e-affb-442d-99d1-e2d27153d8cd 5ec0f2a6040c46c5a9779b9a17af71cd 757f1786b05f4e41be5a6b2afaccc5a0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-16 02:07:48.338 8 INFO neutron.db.l3_hamode_db [None req-d8ce440e-affb-442d-99d1-e2d27153d8cd 5ec0f2a6040c46c5a9779b9a17af71cd 757f1786b05f4e41be5a6b2afaccc5a0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-16 02:07:48.592 7 INFO neutron_taas.services.taas.taas_plugin [None req-08841a33-a050-428e-b50f-82bb2d8f7ed8 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] TaaS: Handle Delete Port: ca197233-8850-4374-bb11-2c5c2d07f599 2026-06-16 02:07:48.594 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-08841a33-a050-428e-b50f-82bb2d8f7ed8 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] Tap Mirror: Handle Delete Port: ca197233-8850-4374-bb11-2c5c2d07f599 [pid: 8|app: 0|req: 517/1002] 10.0.0.60 () {34 vars in 668 bytes} [Tue Jun 16 02:07:47 2026] POST /v2.0/routers => generated 510 bytes in 937 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 518/1003] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:07:48 2026] GET /v2.0/ports?device_id=4f7e2a59-0715-416b-97b4-36a5d0713aa3 => generated 969 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 519/1004] 10.0.0.60 () {32 vars in 773 bytes} [Tue Jun 16 02:07:48 2026] GET /v2.0/security-groups?tenant_id=bfa43777b3244f989d2a10f68d8ed337&name=default => generated 2925 bytes in 257 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 486/1005] 10.0.0.60 () {34 vars in 788 bytes} [Tue Jun 16 02:07:48 2026] PUT /v2.0/routers/f41d0350-1878-48dc-8ddd-89c6192bd336/remove_router_interface => generated 309 bytes in 940 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 487/1006] 10.0.0.213 () {34 vars in 1040 bytes} [Tue Jun 16 02:07:49 2026] GET /v2.0/security-groups?id=c1e003de-f2ff-4cb7-b3ef-827b49a84132&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: 488/1007] 10.0.0.60 () {32 vars in 739 bytes} [Tue Jun 16 02:07:49 2026] DELETE /v2.0/security-groups/087a3238-58b0-4ed1-8d0f-d720db5b22ca => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:07:49.490 7 INFO neutron_taas.services.taas.taas_plugin [None req-41eba628-f51e-4707-81e9-868a54c2194a 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] TaaS: Handle Delete Port: d494ffa9-6523-413e-a36e-e890accca6a8 2026-06-16 02:07:49.492 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-41eba628-f51e-4707-81e9-868a54c2194a 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] Tap Mirror: Handle Delete Port: d494ffa9-6523-413e-a36e-e890accca6a8 2026-06-16 02:07:49.736 7 INFO neutron_taas.services.taas.taas_plugin [None req-41eba628-f51e-4707-81e9-868a54c2194a 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] TaaS: Handle Delete Port: 64526cc0-7f6c-45d9-864e-59510f1c907c 2026-06-16 02:07:49.738 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-41eba628-f51e-4707-81e9-868a54c2194a 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] Tap Mirror: Handle Delete Port: 64526cc0-7f6c-45d9-864e-59510f1c907c 2026-06-16 02:07:50.079 7 INFO neutron.services.segments.plugin [-] Segment 9eda461e-94d0-4f94-9de3-e2f76847a65d resource provider aggregate not found 2026-06-16 02:07:50.084 7 INFO neutron.services.segments.plugin [-] Segment 9eda461e-94d0-4f94-9de3-e2f76847a65d resource provider aggregate not found 2026-06-16 02:07:50.106 7 INFO neutron.services.segments.plugin [-] Segment 9eda461e-94d0-4f94-9de3-e2f76847a65d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9eda461e-94d0-4f94-9de3-e2f76847a65d found for delete ", "request_id": "req-984de28f-dd75-4992-b236-de869896bc93"}]} 2026-06-16 02:07:50.108 7 INFO neutron.db.l3_hamode_db [None req-41eba628-f51e-4707-81e9-868a54c2194a 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] HA network 7bff2140-0ba1-4c28-815f-3f748d51e33f was deleted as no HA routers are present in tenant 5129d4c4b518419085c1792f62fd67fc. 2026-06-16 02:07:50.110 7 INFO neutron.services.segments.plugin [-] Segment 9eda461e-94d0-4f94-9de3-e2f76847a65d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9eda461e-94d0-4f94-9de3-e2f76847a65d found for delete ", "request_id": "req-5cefb9b0-1a2e-4db7-bd9f-811edcd2f33a"}]} [pid: 7|app: 0|req: 489/1008] 10.0.0.60 () {32 vars in 723 bytes} [Tue Jun 16 02:07:49 2026] DELETE /v2.0/routers/f41d0350-1878-48dc-8ddd-89c6192bd336 => generated 0 bytes in 821 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 520/1009] 10.0.0.60 () {34 vars in 782 bytes} [Tue Jun 16 02:07:49 2026] PUT /v2.0/routers/4ec590ed-b98e-4063-ad28-18767a84bbec/add_router_interface => generated 309 bytes in 1095 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 490/1010] 10.0.0.60 () {32 vars in 773 bytes} [Tue Jun 16 02:07:50 2026] GET /v2.0/security-groups?tenant_id=f7306b9c04094c2ca244adff2512f1e3&name=default => generated 2925 bytes in 149 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 491/1011] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:07:50 2026] GET /v2.0/ports?device_id=4f7e2a59-0715-416b-97b4-36a5d0713aa3 => generated 971 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 492/1012] 10.0.0.60 () {32 vars in 716 bytes} [Tue Jun 16 02:07:50 2026] GET /v2.0/ports/1af90153-1593-4361-b352-4924eaacb9cc => generated 959 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 521/1013] 10.0.0.60 () {32 vars in 723 bytes} [Tue Jun 16 02:07:50 2026] DELETE /v2.0/subnets/be25f9da-fd0f-47b3-925e-b0ad87a915fe => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 522/1014] 10.0.0.213 () {34 vars in 1040 bytes} [Tue Jun 16 02:07:50 2026] GET /v2.0/security-groups?id=c1e003de-f2ff-4cb7-b3ef-827b49a84132&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 493/1015] 10.0.0.60 () {32 vars in 739 bytes} [Tue Jun 16 02:07:50 2026] DELETE /v2.0/security-groups/be7a84fc-773f-4e2d-898d-01543df5f7f7 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:07:50.584 7 INFO neutron_taas.services.taas.taas_plugin [None req-431398b6-7a6d-4bce-a4d2-f800f01fa525 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] TaaS: Handle Delete Port: b0aeaaf4-1654-464a-9382-90a4228ee11f 2026-06-16 02:07:50.587 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-431398b6-7a6d-4bce-a4d2-f800f01fa525 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] Tap Mirror: Handle Delete Port: b0aeaaf4-1654-464a-9382-90a4228ee11f [pid: 7|app: 0|req: 494/1016] 10.0.0.60 () {32 vars in 725 bytes} [Tue Jun 16 02:07:50 2026] DELETE /v2.0/networks/b6bc2374-11dd-4d4b-88dc-1b31efd33cbc => generated 0 bytes in 319 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 495/1017] 10.0.0.60 () {32 vars in 773 bytes} [Tue Jun 16 02:07:51 2026] GET /v2.0/security-groups?tenant_id=5129d4c4b518419085c1792f62fd67fc&name=default => generated 2925 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 496/1018] 10.0.0.60 () {32 vars in 739 bytes} [Tue Jun 16 02:07:51 2026] DELETE /v2.0/security-groups/9acc4fad-cf2f-4712-87e6-c44054eebd58 => 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: 497/1019] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:07:51 2026] GET /v2.0/ports?device_id=4f7e2a59-0715-416b-97b4-36a5d0713aa3 => generated 971 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 523/1020] 10.0.0.60 () {34 vars in 782 bytes} [Tue Jun 16 02:07:50 2026] PUT /v2.0/routers/4ec590ed-b98e-4063-ad28-18767a84bbec/add_router_interface => generated 309 bytes in 1143 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 498/1021] 10.0.0.213 () {34 vars in 1040 bytes} [Tue Jun 16 02:07:51 2026] GET /v2.0/security-groups?id=c1e003de-f2ff-4cb7-b3ef-827b49a84132&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: 524/1022] 10.0.0.60 () {32 vars in 716 bytes} [Tue Jun 16 02:07:51 2026] GET /v2.0/ports/66096ce0-2538-406c-a8e1-a627f27f5c84 => generated 967 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 525/1023] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:07:51 2026] GET /v2.0/ports?device_id=4f7e2a59-0715-416b-97b4-36a5d0713aa3 => generated 971 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:07:52.080 8 INFO neutron.db.l3_db [None req-c832f00a-d158-4830-970c-99dd7e25e8f8 c478ec3f0624451fa7a0cb945b09c8f7 0673e5c3c22c4673b2c4891c4006091f - - default default] Floating IP dbf34f67-f169-46cc-a544-d24a4830d76f associated. External IP: 10.96.250.212, port: 31c34181-6ef7-4a91-8ace-562631d017c0. 2026-06-16 02:07:52.080 7 INFO neutron_taas.services.taas.taas_plugin [None req-8e08cbe1-b252-48c1-8a82-c670d84027cd 5ec0f2a6040c46c5a9779b9a17af71cd 757f1786b05f4e41be5a6b2afaccc5a0 - - default default] TaaS: Handle Delete Port: 66096ce0-2538-406c-a8e1-a627f27f5c84 2026-06-16 02:07:52.083 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8e08cbe1-b252-48c1-8a82-c670d84027cd 5ec0f2a6040c46c5a9779b9a17af71cd 757f1786b05f4e41be5a6b2afaccc5a0 - - default default] Tap Mirror: Handle Delete Port: 66096ce0-2538-406c-a8e1-a627f27f5c84 2026-06-16 02:07:52.135 7 INFO neutron.services.segments.plugin [-] Segment 8f931e23-1406-4ea0-b216-cef8ef9952d7 resource provider aggregate not found 2026-06-16 02:07:52.142 7 INFO neutron.services.segments.plugin [-] Segment 8f931e23-1406-4ea0-b216-cef8ef9952d7 resource provider aggregate not found 2026-06-16 02:07:52.162 7 INFO neutron.services.segments.plugin [-] Segment 8f931e23-1406-4ea0-b216-cef8ef9952d7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8f931e23-1406-4ea0-b216-cef8ef9952d7 found for delete ", "request_id": "req-1dd7edb7-9307-45ec-a881-14e39347193b"}]} 2026-06-16 02:07:52.163 7 INFO neutron.services.segments.plugin [-] Segment 8f931e23-1406-4ea0-b216-cef8ef9952d7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8f931e23-1406-4ea0-b216-cef8ef9952d7 found for delete ", "request_id": "req-eb0d8806-0dd9-4af2-97fb-3e531bfe0020"}]} [pid: 8|app: 0|req: 526/1024] 10.0.0.60 () {34 vars in 748 bytes} [Tue Jun 16 02:07:51 2026] PUT /v2.0/floatingips/dbf34f67-f169-46cc-a544-d24a4830d76f => generated 855 bytes in 689 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:07:52.525 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-2e12a038-8ac0-4668-a49c-c66b2e183d47'] response: {'name': 'network-changed', 'server_uuid': '4f7e2a59-0715-416b-97b4-36a5d0713aa3', 'tag': '31c34181-6ef7-4a91-8ace-562631d017c0', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 499/1025] 10.0.0.60 () {34 vars in 788 bytes} [Tue Jun 16 02:07:51 2026] PUT /v2.0/routers/4ec590ed-b98e-4063-ad28-18767a84bbec/remove_router_interface => generated 309 bytes in 883 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 527/1026] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:07:52 2026] GET /v2.0/ports?device_id=4f7e2a59-0715-416b-97b4-36a5d0713aa3 => generated 971 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:07:52.917 7 INFO neutron_taas.services.taas.taas_plugin [None req-d2a07177-6d61-4677-a32e-9ebd6c5d2a1b 5ec0f2a6040c46c5a9779b9a17af71cd 757f1786b05f4e41be5a6b2afaccc5a0 - - default default] TaaS: Handle Delete Port: 1af90153-1593-4361-b352-4924eaacb9cc 2026-06-16 02:07:52.920 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d2a07177-6d61-4677-a32e-9ebd6c5d2a1b 5ec0f2a6040c46c5a9779b9a17af71cd 757f1786b05f4e41be5a6b2afaccc5a0 - - default default] Tap Mirror: Handle Delete Port: 1af90153-1593-4361-b352-4924eaacb9cc [pid: 8|app: 0|req: 528/1027] 10.0.0.213 () {34 vars in 1040 bytes} [Tue Jun 16 02:07:52 2026] GET /v2.0/security-groups?id=c1e003de-f2ff-4cb7-b3ef-827b49a84132&fields=id&fields=name => generated 113 bytes in 406 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 500/1028] 10.0.0.60 () {34 vars in 788 bytes} [Tue Jun 16 02:07:52 2026] PUT /v2.0/routers/4ec590ed-b98e-4063-ad28-18767a84bbec/remove_router_interface => generated 309 bytes in 828 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:07:53.381 8 INFO neutron.db.segments_db [None req-f4ae739d-8969-4d3f-a3b7-dfa6a3faf503 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] Added segment 22bb59ee-0db4-40c1-b70d-81a7f4321f2d of type vxlan for network c9b517dd-bb72-4af1-afe1-e41a0401520c [pid: 7|app: 0|req: 501/1029] 199.204.45.140 () {34 vars in 1080 bytes} [Tue Jun 16 02:07:53 2026] GET /v2.0/ports?tenant_id=0673e5c3c22c4673b2c4891c4006091f&device_id=4f7e2a59-0715-416b-97b4-36a5d0713aa3 => generated 1240 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 502/1030] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:07:53 2026] GET /v2.0/ports?device_id=4f7e2a59-0715-416b-97b4-36a5d0713aa3 => generated 971 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 503/1031] 10.0.0.60 () {32 vars in 735 bytes} [Tue Jun 16 02:07:53 2026] GET /v2.0/ports?device_id=4ec590ed-b98e-4063-ad28-18767a84bbec => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 529/1032] 10.0.0.60 () {34 vars in 670 bytes} [Tue Jun 16 02:07:53 2026] POST /v2.0/networks => generated 725 bytes in 453 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 530/1033] 10.0.0.213 () {34 vars in 1040 bytes} [Tue Jun 16 02:07:53 2026] GET /v2.0/security-groups?id=c1e003de-f2ff-4cb7-b3ef-827b49a84132&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 504/1034] 199.204.45.140 () {34 vars in 986 bytes} [Tue Jun 16 02:07:53 2026] GET /v2.0/networks?id=80fc41b4-9122-4676-b179-e814f1e6a5d9 => generated 765 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:07:53.657 7 INFO neutron_taas.services.taas.taas_plugin [None req-49336b01-53e6-4559-aecf-bcd3ae3280a3 5ec0f2a6040c46c5a9779b9a17af71cd 757f1786b05f4e41be5a6b2afaccc5a0 - - default default] TaaS: Handle Delete Port: 151b0d4e-d244-4fc2-baee-1a0219d3693d 2026-06-16 02:07:53.659 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-49336b01-53e6-4559-aecf-bcd3ae3280a3 5ec0f2a6040c46c5a9779b9a17af71cd 757f1786b05f4e41be5a6b2afaccc5a0 - - default default] Tap Mirror: Handle Delete Port: 151b0d4e-d244-4fc2-baee-1a0219d3693d [pid: 8|app: 0|req: 531/1035] 10.0.0.60 () {34 vars in 668 bytes} [Tue Jun 16 02:07:53 2026] POST /v2.0/subnets => generated 691 bytes in 215 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 532/1036] 199.204.45.140 () {34 vars in 1058 bytes} [Tue Jun 16 02:07:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=31c34181-6ef7-4a91-8ace-562631d017c0 => generated 858 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:07:53.783 8 INFO neutron.db.segments_db [None req-50ede278-e436-4be8-a515-0a2cd136acea 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] Added segment 977c79c1-12b9-494d-aade-a21a9c2dfb75 of type vxlan for network 8bc39c9e-3dae-4735-a1d4-9ca4fc0a60a2 2026-06-16 02:07:54.011 7 INFO neutron.db.l3_hamode_db [None req-49336b01-53e6-4559-aecf-bcd3ae3280a3 5ec0f2a6040c46c5a9779b9a17af71cd 757f1786b05f4e41be5a6b2afaccc5a0 - - default default] HA network f65e52c8-235d-461b-8d4e-8ee7be0cc74c was deleted as no HA routers are present in tenant 757f1786b05f4e41be5a6b2afaccc5a0. [pid: 7|app: 0|req: 505/1037] 10.0.0.60 () {32 vars in 723 bytes} [Tue Jun 16 02:07:53 2026] DELETE /v2.0/routers/4ec590ed-b98e-4063-ad28-18767a84bbec => generated 0 bytes in 512 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:07:54.042 8 INFO neutron.db.l3_hamode_db [None req-50ede278-e436-4be8-a515-0a2cd136acea 6f429fdbbb2a45d99cb484a6036aa584 b475124a43414b7eb05044f578e2da72 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 506/1038] 199.204.45.140 () {34 vars in 984 bytes} [Tue Jun 16 02:07:54 2026] GET /v2.0/subnets?id=576d732e-26a4-4134-b0af-356d381555b8 => generated 687 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:07:54.193 7 INFO neutron.services.segments.plugin [-] Segment 0c934d7a-27b3-4822-b8ca-2ba9c05c607d resource provider aggregate not found 2026-06-16 02:07:54.200 7 INFO neutron.services.segments.plugin [-] Segment 0c934d7a-27b3-4822-b8ca-2ba9c05c607d resource provider aggregate not found [pid: 7|app: 0|req: 507/1039] 10.0.0.60 () {32 vars in 723 bytes} [Tue Jun 16 02:07:54 2026] DELETE /v2.0/subnets/81df1bdd-7124-4b59-a13b-38aaa0a72f88 => generated 0 bytes in 168 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:07:54.222 7 INFO neutron.services.segments.plugin [-] Segment 0c934d7a-27b3-4822-b8ca-2ba9c05c607d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0c934d7a-27b3-4822-b8ca-2ba9c05c607d found for delete ", "request_id": "req-8d2624b5-3e3a-4621-8901-3715372dafa3"}]} 2026-06-16 02:07:54.232 7 INFO neutron.services.segments.plugin [-] Segment 0c934d7a-27b3-4822-b8ca-2ba9c05c607d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0c934d7a-27b3-4822-b8ca-2ba9c05c607d found for delete ", "request_id": "req-4d7cd8a3-d505-4173-947a-1cb9565262b9"}]} [pid: 7|app: 0|req: 508/1040] 199.204.45.140 () {34 vars in 1052 bytes} [Tue Jun 16 02:07:54 2026] GET /v2.0/ports?network_id=80fc41b4-9122-4676-b179-e814f1e6a5d9&device_owner=network%3Adhcp => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 509/1041] 10.0.0.60 () {32 vars in 723 bytes} [Tue Jun 16 02:07:54 2026] DELETE /v2.0/subnets/7db36294-baab-461e-bfaa-efce3791cdd8 => generated 0 bytes in 175 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 510/1042] 199.204.45.140 () {34 vars in 1012 bytes} [Tue Jun 16 02:07:54 2026] GET /v2.0/networks/80fc41b4-9122-4676-b179-e814f1e6a5d9?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: 511/1043] 10.0.0.60 () {32 vars in 725 bytes} [Tue Jun 16 02:07:54 2026] DELETE /v2.0/networks/b3a829e9-c1c1-4bce-a7ba-a99dd9222d56 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 512/1044] 199.204.45.140 () {34 vars in 1112 bytes} [Tue Jun 16 02:07:54 2026] GET /v2.0/networks/80fc41b4-9122-4676-b179-e814f1e6a5d9?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:07:54.682 8 INFO neutron.db.l3_hamode_db [None req-50ede278-e436-4be8-a515-0a2cd136acea 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 513/1045] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:07:54 2026] GET /v2.0/ports?device_id=4f7e2a59-0715-416b-97b4-36a5d0713aa3 => generated 971 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:07:54.753 7 INFO neutron_taas.services.taas.taas_plugin [None req-695f347b-9697-462b-83ce-cdd42c583789 5ec0f2a6040c46c5a9779b9a17af71cd 757f1786b05f4e41be5a6b2afaccc5a0 - - default default] TaaS: Handle Delete Port: e12dafc9-3991-4ada-a440-9b3598a6a4d4 2026-06-16 02:07:54.756 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-695f347b-9697-462b-83ce-cdd42c583789 5ec0f2a6040c46c5a9779b9a17af71cd 757f1786b05f4e41be5a6b2afaccc5a0 - - default default] Tap Mirror: Handle Delete Port: e12dafc9-3991-4ada-a440-9b3598a6a4d4 [pid: 7|app: 0|req: 514/1046] 10.0.0.60 () {32 vars in 725 bytes} [Tue Jun 16 02:07:54 2026] DELETE /v2.0/networks/aa38f2ec-2e09-46ca-8d95-84ec84ad1628 => generated 0 bytes in 274 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 515/1047] 10.0.0.213 () {34 vars in 1040 bytes} [Tue Jun 16 02:07:54 2026] GET /v2.0/security-groups?id=c1e003de-f2ff-4cb7-b3ef-827b49a84132&fields=id&fields=name => generated 113 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:07:55.033 7 INFO neutron.db.segments_db [None req-32bb240b-6b3f-4e79-845d-b43b9d4240fd 5ec0f2a6040c46c5a9779b9a17af71cd 757f1786b05f4e41be5a6b2afaccc5a0 - - default default] Added segment 4095633b-8ced-4841-a474-e3794406f32b of type vxlan for network 76d784b5-47ee-4042-aa68-111aa94717ed [pid: 7|app: 0|req: 516/1048] 10.0.0.60 () {34 vars in 669 bytes} [Tue Jun 16 02:07:54 2026] POST /v2.0/networks => generated 614 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 517/1049] 10.0.0.60 () {34 vars in 668 bytes} [Tue Jun 16 02:07:55 2026] POST /v2.0/subnets => generated 646 bytes in 261 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:07:55.479 7 INFO neutron.db.segments_db [None req-d89225c4-7c95-48cb-be2c-c1bdc2789f2d 5ec0f2a6040c46c5a9779b9a17af71cd 757f1786b05f4e41be5a6b2afaccc5a0 - - default default] Added segment ab93aafb-7b12-4911-808c-83c10be9ee91 of type vxlan for network e704172b-c52f-4df9-9064-fe2578da5a77 [pid: 8|app: 0|req: 533/1050] 10.0.0.60 () {34 vars in 668 bytes} [Tue Jun 16 02:07:53 2026] POST /v2.0/routers => generated 731 bytes in 1804 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:07:55.752 7 INFO neutron.db.l3_hamode_db [None req-d89225c4-7c95-48cb-be2c-c1bdc2789f2d 5ec0f2a6040c46c5a9779b9a17af71cd 757f1786b05f4e41be5a6b2afaccc5a0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-16 02:07:55.899 7 INFO neutron.db.l3_hamode_db [None req-d89225c4-7c95-48cb-be2c-c1bdc2789f2d 5ec0f2a6040c46c5a9779b9a17af71cd 757f1786b05f4e41be5a6b2afaccc5a0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-16 02:07:56.644 7 INFO neutron.services.segments.plugin [-] Segment ff40c8fb-52a5-4f54-bd8a-59f942aa6b11 resource provider aggregate not found 2026-06-16 02:07:56.654 7 INFO neutron.services.segments.plugin [-] Segment ff40c8fb-52a5-4f54-bd8a-59f942aa6b11 resource provider aggregate not found 2026-06-16 02:07:56.663 7 INFO neutron.services.segments.plugin [-] Segment ff40c8fb-52a5-4f54-bd8a-59f942aa6b11 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ff40c8fb-52a5-4f54-bd8a-59f942aa6b11 found for delete ", "request_id": "req-4758b659-1b1b-4e96-b852-92e20837eec3"}]} 2026-06-16 02:07:56.686 7 INFO neutron.services.segments.plugin [-] Segment ff40c8fb-52a5-4f54-bd8a-59f942aa6b11 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ff40c8fb-52a5-4f54-bd8a-59f942aa6b11 found for delete ", "request_id": "req-4115aac8-e7dc-48ac-8607-870e024f367f"}]} 2026-06-16 02:07:56.710 7 INFO neutron.services.segments.plugin [-] Segment 482d3961-bed2-41af-a9ee-cb7e45cd8485 resource provider aggregate not found 2026-06-16 02:07:56.714 7 INFO neutron.services.segments.plugin [-] Segment 482d3961-bed2-41af-a9ee-cb7e45cd8485 resource provider aggregate not found [pid: 8|app: 0|req: 534/1051] 10.0.0.60 () {34 vars in 782 bytes} [Tue Jun 16 02:07:55 2026] PUT /v2.0/routers/968d303a-717a-4a76-a121-97a73572ab0f/add_router_interface => generated 309 bytes in 1181 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:07:56.735 7 INFO neutron.services.segments.plugin [-] Segment 482d3961-bed2-41af-a9ee-cb7e45cd8485 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 482d3961-bed2-41af-a9ee-cb7e45cd8485 found for delete ", "request_id": "req-38aa4549-cc8d-40d2-8393-7fdc2926bf5a"}]} 2026-06-16 02:07:56.757 7 INFO neutron.services.segments.plugin [-] Segment 482d3961-bed2-41af-a9ee-cb7e45cd8485 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 482d3961-bed2-41af-a9ee-cb7e45cd8485 found for delete ", "request_id": "req-4536afa2-8675-4e79-8278-e635b6ef5dd0"}]} [pid: 8|app: 0|req: 535/1052] 199.204.45.140 () {34 vars in 994 bytes} [Tue Jun 16 02:07:56 2026] GET /v2.0/ports?device_id=4f7e2a59-0715-416b-97b4-36a5d0713aa3 => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 538/1055] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:07:56 2026] GET /v2.0/ports?device_id=4f7e2a59-0715-416b-97b4-36a5d0713aa3 => generated 971 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 518/1056] 10.0.0.60 () {34 vars in 668 bytes} [Tue Jun 16 02:07:55 2026] POST /v2.0/routers => generated 510 bytes in 1503 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 519/1057] 10.0.0.213 () {34 vars in 1040 bytes} [Tue Jun 16 02:07:56 2026] GET /v2.0/security-groups?id=c1e003de-f2ff-4cb7-b3ef-827b49a84132&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:07:57.017 8 INFO neutron_taas.services.taas.taas_plugin [req-eb3c0a55-c57d-4325-8fa3-4079daf50c48 req-a4de9076-54d2-4a94-ae33-331e2a607fc6 c478ec3f0624451fa7a0cb945b09c8f7 0673e5c3c22c4673b2c4891c4006091f - - default default] TaaS: Handle Delete Port: 31c34181-6ef7-4a91-8ace-562631d017c0 2026-06-16 02:07:57.023 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-eb3c0a55-c57d-4325-8fa3-4079daf50c48 req-a4de9076-54d2-4a94-ae33-331e2a607fc6 c478ec3f0624451fa7a0cb945b09c8f7 0673e5c3c22c4673b2c4891c4006091f - - default default] Tap Mirror: Handle Delete Port: 31c34181-6ef7-4a91-8ace-562631d017c0 2026-06-16 02:07:57.146 8 INFO neutron.db.l3_db [req-eb3c0a55-c57d-4325-8fa3-4079daf50c48 req-a4de9076-54d2-4a94-ae33-331e2a607fc6 c478ec3f0624451fa7a0cb945b09c8f7 0673e5c3c22c4673b2c4891c4006091f - - default default] Floating IP dbf34f67-f169-46cc-a544-d24a4830d76f disassociated. External IP: 10.96.250.212, port: 31c34181-6ef7-4a91-8ace-562631d017c0. [pid: 7|app: 0|req: 520/1058] 10.0.0.60 () {34 vars in 664 bytes} [Tue Jun 16 02:07:56 2026] POST /v2.0/ports => generated 964 bytes in 340 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 539/1059] 199.204.45.140 () {36 vars in 997 bytes} [Tue Jun 16 02:07:56 2026] DELETE /v2.0/ports/31c34181-6ef7-4a91-8ace-562631d017c0 => generated 0 bytes in 677 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 521/1060] 10.0.0.60 () {32 vars in 773 bytes} [Tue Jun 16 02:07:57 2026] GET /v2.0/security-groups?tenant_id=3d2f8b9e03c949d38e67d0339ac1652f&name=default => generated 2925 bytes in 237 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:07:57.584 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-0b044a6b-3b38-4052-b4c9-5058b4ee3b73'] response: {'server_uuid': '4f7e2a59-0715-416b-97b4-36a5d0713aa3', 'name': 'network-vif-deleted', 'tag': '31c34181-6ef7-4a91-8ace-562631d017c0', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 522/1061] 10.0.0.60 () {34 vars in 684 bytes} [Tue Jun 16 02:07:57 2026] POST /v2.0/security-groups => generated 1660 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 523/1062] 10.0.0.60 () {32 vars in 739 bytes} [Tue Jun 16 02:07:57 2026] DELETE /v2.0/security-groups/51df0b8d-da1d-4cfd-b6e4-4b7bd8e68a94 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 524/1063] 10.0.0.60 () {34 vars in 694 bytes} [Tue Jun 16 02:07:57 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: 525/1064] 10.0.0.60 () {32 vars in 773 bytes} [Tue Jun 16 02:07:57 2026] GET /v2.0/security-groups?tenant_id=1b0b80331fd243c8a4b7a4d1e5a3155b&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: 526/1065] 10.0.0.60 () {34 vars in 694 bytes} [Tue Jun 16 02:07:58 2026] POST /v2.0/security-group-rules => generated 602 bytes in 89 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 527/1066] 10.0.0.60 () {32 vars in 739 bytes} [Tue Jun 16 02:07:58 2026] DELETE /v2.0/security-groups/27811b81-1b4d-499f-b732-710bc88b338e => 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: 528/1067] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:07:58 2026] GET /v2.0/ports?device_id=4f7e2a59-0715-416b-97b4-36a5d0713aa3 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 540/1068] 10.0.0.60 () {34 vars in 782 bytes} [Tue Jun 16 02:07:57 2026] PUT /v2.0/routers/bfa9cc42-bf28-4958-be83-d2c16911a51b/add_router_interface => generated 309 bytes in 1017 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: 541/1069] 10.0.0.60 () {32 vars in 716 bytes} [Tue Jun 16 02:07:58 2026] GET /v2.0/ports/3908bcd3-085a-477c-a060-d5f618ae87d1 => generated 1038 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 529/1070] 10.0.0.60 () {34 vars in 675 bytes} [Tue Jun 16 02:07:58 2026] POST /v2.0/floatingips => generated 552 bytes in 521 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:07:59.010 8 INFO neutron_taas.services.taas.taas_plugin [None req-e30979b2-ab62-46a7-a018-34a1ae8e620b 5ec0f2a6040c46c5a9779b9a17af71cd 757f1786b05f4e41be5a6b2afaccc5a0 - - default default] TaaS: Handle Delete Port: 3908bcd3-085a-477c-a060-d5f618ae87d1 2026-06-16 02:07:59.015 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e30979b2-ab62-46a7-a018-34a1ae8e620b 5ec0f2a6040c46c5a9779b9a17af71cd 757f1786b05f4e41be5a6b2afaccc5a0 - - default default] Tap Mirror: Handle Delete Port: 3908bcd3-085a-477c-a060-d5f618ae87d1 [pid: 7|app: 0|req: 530/1071] 10.0.0.213 () {34 vars in 1098 bytes} [Tue Jun 16 02:07:59 2026] GET /v2.0/security-groups?name=tempest-securitygroup--893241621&fields=id&tenant_id=b475124a43414b7eb05044f578e2da72 => generated 69 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 531/1072] 10.0.0.213 () {34 vars in 982 bytes} [Tue Jun 16 02:07:59 2026] GET /v2.0/networks?id=c9b517dd-bb72-4af1-afe1-e41a0401520c => generated 676 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 532/1073] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:07:59 2026] GET /v2.0/ports?device_id=4f7e2a59-0715-416b-97b4-36a5d0713aa3 => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 533/1074] 10.0.0.213 () {34 vars in 965 bytes} [Tue Jun 16 02:07:59 2026] GET /v2.0/quotas/b475124a43414b7eb05044f578e2da72 => generated 292 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 534/1075] 10.0.0.213 () {34 vars in 1002 bytes} [Tue Jun 16 02:07:59 2026] GET /v2.0/ports?tenant_id=b475124a43414b7eb05044f578e2da72&fields=id => generated 57 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 542/1076] 10.0.0.60 () {34 vars in 788 bytes} [Tue Jun 16 02:07:58 2026] PUT /v2.0/routers/bfa9cc42-bf28-4958-be83-d2c16911a51b/remove_router_interface => generated 309 bytes in 828 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 535/1077] 10.0.0.213 () {34 vars in 1008 bytes} [Tue Jun 16 02:07:59 2026] GET /v2.0/networks/c9b517dd-bb72-4af1-afe1-e41a0401520c?fields=segments => generated 14 bytes in 42 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: 536/1078] 10.0.0.213 () {34 vars in 1108 bytes} [Tue Jun 16 02:07:59 2026] GET /v2.0/networks/c9b517dd-bb72-4af1-afe1-e41a0401520c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:07:59.568 8 INFO neutron.api.v2.resource [None req-d4d8268a-30dd-4da2-b78c-e7823692f467 5ec0f2a6040c46c5a9779b9a17af71cd 757f1786b05f4e41be5a6b2afaccc5a0 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 543/1079] 10.0.0.60 () {34 vars in 788 bytes} [Tue Jun 16 02:07:59 2026] PUT /v2.0/routers/bfa9cc42-bf28-4958-be83-d2c16911a51b/remove_router_interface => generated 197 bytes in 104 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 537/1080] 10.0.0.60 () {32 vars in 735 bytes} [Tue Jun 16 02:07:59 2026] GET /v2.0/ports?device_id=bfa9cc42-bf28-4958-be83-d2c16911a51b => 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: 538/1081] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:07:59 2026] GET /v2.0/ports?device_id=ae8f2376-eec0-4877-a0f3-091c3c153bd4 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:07:59.759 8 INFO neutron_taas.services.taas.taas_plugin [None req-2f56fdf5-2b1d-47d2-a016-1227264d15e9 5ec0f2a6040c46c5a9779b9a17af71cd 757f1786b05f4e41be5a6b2afaccc5a0 - - default default] TaaS: Handle Delete Port: 4cc2d896-7cbc-4706-9245-7d680481e384 2026-06-16 02:07:59.763 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2f56fdf5-2b1d-47d2-a016-1227264d15e9 5ec0f2a6040c46c5a9779b9a17af71cd 757f1786b05f4e41be5a6b2afaccc5a0 - - default default] Tap Mirror: Handle Delete Port: 4cc2d896-7cbc-4706-9245-7d680481e384 2026-06-16 02:08:00.108 8 INFO neutron.services.segments.plugin [-] Segment ab93aafb-7b12-4911-808c-83c10be9ee91 resource provider aggregate not found 2026-06-16 02:08:00.114 8 INFO neutron.services.segments.plugin [-] Segment ab93aafb-7b12-4911-808c-83c10be9ee91 resource provider aggregate not found 2026-06-16 02:08:00.127 8 INFO neutron.services.segments.plugin [-] Segment ab93aafb-7b12-4911-808c-83c10be9ee91 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ab93aafb-7b12-4911-808c-83c10be9ee91 found for delete ", "request_id": "req-c6e4d7cc-d681-44d9-bbf2-28ed8104893c"}]} 2026-06-16 02:08:00.138 8 INFO neutron.services.segments.plugin [-] Segment ab93aafb-7b12-4911-808c-83c10be9ee91 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ab93aafb-7b12-4911-808c-83c10be9ee91 found for delete ", "request_id": "req-792c6190-9387-400f-bc59-2c905fffa8ed"}]} 2026-06-16 02:08:00.149 8 INFO neutron.db.l3_hamode_db [None req-2f56fdf5-2b1d-47d2-a016-1227264d15e9 5ec0f2a6040c46c5a9779b9a17af71cd 757f1786b05f4e41be5a6b2afaccc5a0 - - default default] HA network e704172b-c52f-4df9-9064-fe2578da5a77 was deleted as no HA routers are present in tenant 757f1786b05f4e41be5a6b2afaccc5a0. [pid: 8|app: 0|req: 544/1082] 10.0.0.60 () {32 vars in 723 bytes} [Tue Jun 16 02:07:59 2026] DELETE /v2.0/routers/bfa9cc42-bf28-4958-be83-d2c16911a51b => generated 0 bytes in 556 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 539/1083] 10.0.0.60 () {32 vars in 723 bytes} [Tue Jun 16 02:08:00 2026] DELETE /v2.0/subnets/c0719fcb-b694-4013-a8e8-1cfbd5280522 => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 540/1084] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:08:00 2026] GET /v2.0/ports?device_id=4f7e2a59-0715-416b-97b4-36a5d0713aa3 => 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: 545/1085] 10.0.0.60 () {32 vars in 725 bytes} [Tue Jun 16 02:08:00 2026] DELETE /v2.0/networks/76d784b5-47ee-4042-aa68-111aa94717ed => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:08:00.534 7 INFO neutron.db.segments_db [None req-c28f741f-56f4-4901-b0f3-e865a866df63 5ec0f2a6040c46c5a9779b9a17af71cd 757f1786b05f4e41be5a6b2afaccc5a0 - - default default] Added segment 5281cc01-e82c-4926-b261-ad8ea0b3bf91 of type vxlan for network 3585c0f4-ab30-4e41-a14c-3346c1aebf3b [pid: 7|app: 0|req: 541/1086] 10.0.0.60 () {34 vars in 669 bytes} [Tue Jun 16 02:08:00 2026] POST /v2.0/networks => generated 614 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 546/1087] 10.0.0.60 () {34 vars in 668 bytes} [Tue Jun 16 02:08:00 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: 547/1088] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:08:00 2026] GET /v2.0/ports?device_id=ae8f2376-eec0-4877-a0f3-091c3c153bd4 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:08:00.974 8 INFO neutron.db.segments_db [None req-d2202a1c-3e67-4b2d-9221-ca68202f8647 5ec0f2a6040c46c5a9779b9a17af71cd 757f1786b05f4e41be5a6b2afaccc5a0 - - default default] Added segment e33ec668-4f60-45cd-9166-c39393c919a9 of type vxlan for network f9ef1fdf-2018-405e-99c9-8d5e49165c4d [pid: 7|app: 0|req: 542/1089] 10.0.0.60 () {32 vars in 773 bytes} [Tue Jun 16 02:08:00 2026] GET /v2.0/security-groups?tenant_id=5e1b541cd5124e3db2f5004462f53246&name=default => generated 2925 bytes in 284 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 543/1090] 10.0.0.60 () {32 vars in 739 bytes} [Tue Jun 16 02:08:01 2026] DELETE /v2.0/security-groups/835951dd-5ebf-4796-a131-43f2e8afbda4 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:08:01.212 8 INFO neutron.db.l3_hamode_db [None req-d2202a1c-3e67-4b2d-9221-ca68202f8647 5ec0f2a6040c46c5a9779b9a17af71cd 757f1786b05f4e41be5a6b2afaccc5a0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-16 02:08:01.349 8 INFO neutron.db.l3_hamode_db [None req-d2202a1c-3e67-4b2d-9221-ca68202f8647 5ec0f2a6040c46c5a9779b9a17af71cd 757f1786b05f4e41be5a6b2afaccc5a0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 544/1091] 10.0.0.60 () {32 vars in 739 bytes} [Tue Jun 16 02:08:01 2026] DELETE /v2.0/security-groups/c1e003de-f2ff-4cb7-b3ef-827b49a84132 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:08:01.655 7 INFO neutron.api.v2.resource [None req-26726b5b-9dce-4b2e-9d00-9db718c29c26 c478ec3f0624451fa7a0cb945b09c8f7 0673e5c3c22c4673b2c4891c4006091f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 545/1092] 10.0.0.60 () {32 vars in 736 bytes} [Tue Jun 16 02:08:01 2026] GET /v2.0/security-groups/c1e003de-f2ff-4cb7-b3ef-827b49a84132 => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 02:08:01.769 7 INFO neutron_taas.services.taas.taas_plugin [None req-be6f14a0-4a29-407b-a347-b3cb4ce270f5 c478ec3f0624451fa7a0cb945b09c8f7 0673e5c3c22c4673b2c4891c4006091f - - default default] TaaS: Handle Delete Port: d8b84934-ca5f-4a98-b08d-e961c9ee399a 2026-06-16 02:08:01.771 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-be6f14a0-4a29-407b-a347-b3cb4ce270f5 c478ec3f0624451fa7a0cb945b09c8f7 0673e5c3c22c4673b2c4891c4006091f - - default default] Tap Mirror: Handle Delete Port: d8b84934-ca5f-4a98-b08d-e961c9ee399a [pid: 7|app: 0|req: 546/1093] 10.0.0.60 () {32 vars in 731 bytes} [Tue Jun 16 02:08:01 2026] DELETE /v2.0/floatingips/dbf34f67-f169-46cc-a544-d24a4830d76f => generated 0 bytes in 314 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 548/1094] 10.0.0.60 () {34 vars in 668 bytes} [Tue Jun 16 02:08:00 2026] POST /v2.0/routers => generated 511 bytes in 1042 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:08:02.144 8 INFO neutron.services.segments.plugin [-] Segment 4095633b-8ced-4841-a474-e3794406f32b resource provider aggregate not found 2026-06-16 02:08:02.157 8 INFO neutron.services.segments.plugin [-] Segment 4095633b-8ced-4841-a474-e3794406f32b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4095633b-8ced-4841-a474-e3794406f32b found for delete ", "request_id": "req-f1665eef-ca4e-4017-8b92-ca99ad22449a"}]} 2026-06-16 02:08:02.171 8 INFO neutron.services.segments.plugin [-] Segment 4095633b-8ced-4841-a474-e3794406f32b resource provider aggregate not found 2026-06-16 02:08:02.188 8 INFO neutron.services.segments.plugin [-] Segment 4095633b-8ced-4841-a474-e3794406f32b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4095633b-8ced-4841-a474-e3794406f32b found for delete ", "request_id": "req-601c02e6-5623-4584-a677-5895f15fef03"}]} 2026-06-16 02:08:02.460 7 INFO neutron_taas.services.taas.taas_plugin [None req-6ccd81ba-7127-41a5-a4e3-421ddbb9bf2f 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] TaaS: Handle Delete Port: 642a0c76-80c6-4db4-ac10-c44f06358a79 2026-06-16 02:08:02.462 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6ccd81ba-7127-41a5-a4e3-421ddbb9bf2f 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] Tap Mirror: Handle Delete Port: 642a0c76-80c6-4db4-ac10-c44f06358a79 [pid: 7|app: 0|req: 547/1095] 10.0.0.60 () {34 vars in 788 bytes} [Tue Jun 16 02:08:01 2026] PUT /v2.0/routers/5a6cc623-770d-4e29-8497-7f5652980048/remove_router_interface => generated 309 bytes in 1043 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 548/1096] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:08:03 2026] GET /v2.0/ports?device_id=ae8f2376-eec0-4877-a0f3-091c3c153bd4 => 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: 549/1097] 10.0.0.60 () {34 vars in 782 bytes} [Tue Jun 16 02:08:01 2026] PUT /v2.0/routers/5879c092-0590-4188-b087-ec08dd868c5a/add_router_interface => generated 309 bytes in 1197 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:08:03.253 7 INFO neutron_taas.services.taas.taas_plugin [None req-d401c580-7a10-48f2-9a8b-e8c1d50f95d4 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] TaaS: Handle Delete Port: 2049d65a-c126-42bf-95ef-d48f39b54cde 2026-06-16 02:08:03.260 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d401c580-7a10-48f2-9a8b-e8c1d50f95d4 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] Tap Mirror: Handle Delete Port: 2049d65a-c126-42bf-95ef-d48f39b54cde 2026-06-16 02:08:03.477 8 INFO neutron.db.segments_db [None req-e5d50bde-f934-4728-9b5b-33e34202c899 f2ad402518234297868d3f531660a091 7f81e0c25f8d48a18fac0a13b1942994 - - default default] Added segment f6079883-f63e-4999-9966-df31980246cf of type vxlan for network 185688fc-3c50-4e3a-952c-9a9ddd150a82 2026-06-16 02:08:03.538 7 INFO neutron_taas.services.taas.taas_plugin [None req-d401c580-7a10-48f2-9a8b-e8c1d50f95d4 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] TaaS: Handle Delete Port: a3f258e8-d236-4b27-9022-7dafaf76259b 2026-06-16 02:08:03.541 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d401c580-7a10-48f2-9a8b-e8c1d50f95d4 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] Tap Mirror: Handle Delete Port: a3f258e8-d236-4b27-9022-7dafaf76259b [pid: 8|app: 0|req: 550/1098] 10.0.0.60 () {34 vars in 669 bytes} [Tue Jun 16 02:08:03 2026] POST /v2.0/networks => generated 626 bytes in 395 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 551/1099] 10.0.0.60 () {32 vars in 716 bytes} [Tue Jun 16 02:08:03 2026] GET /v2.0/ports/d77d4ff9-3026-4c5b-8553-4bbd267e1ebe => generated 959 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 552/1100] 10.0.0.60 () {34 vars in 664 bytes} [Tue Jun 16 02:08:03 2026] POST /v2.0/ports => generated 774 bytes in 326 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-16 02:08:03.955 7 INFO neutron.services.segments.plugin [-] Segment 499e833d-e0fb-4da9-9426-41625621ba47 resource provider aggregate not found 2026-06-16 02:08:03.962 7 INFO neutron.services.segments.plugin [-] Segment 499e833d-e0fb-4da9-9426-41625621ba47 resource provider aggregate not found 2026-06-16 02:08:03.976 7 INFO neutron.db.l3_hamode_db [None req-d401c580-7a10-48f2-9a8b-e8c1d50f95d4 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] HA network 648ed476-5acd-4d01-be46-21241aab8c6c was deleted as no HA routers are present in tenant 0673e5c3c22c4673b2c4891c4006091f. 2026-06-16 02:08:03.985 7 INFO neutron.services.segments.plugin [-] Segment 499e833d-e0fb-4da9-9426-41625621ba47 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 499e833d-e0fb-4da9-9426-41625621ba47 found for delete ", "request_id": "req-b2b5e0a7-8278-49fa-b4b1-ba86c026b123"}]} [pid: 7|app: 0|req: 549/1101] 10.0.0.60 () {32 vars in 723 bytes} [Tue Jun 16 02:08:03 2026] DELETE /v2.0/routers/5a6cc623-770d-4e29-8497-7f5652980048 => generated 0 bytes in 953 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:08:03.989 7 INFO neutron.services.segments.plugin [-] Segment 499e833d-e0fb-4da9-9426-41625621ba47 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 499e833d-e0fb-4da9-9426-41625621ba47 found for delete ", "request_id": "req-ef986948-fbb0-4741-a85a-1cb30c58ca2b"}]} [pid: 7|app: 0|req: 550/1102] 199.204.45.140 () {34 vars in 986 bytes} [Tue Jun 16 02:08:03 2026] GET /v2.0/networks?id=c9b517dd-bb72-4af1-afe1-e41a0401520c => generated 676 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:08:04.097 7 INFO neutron.db.segments_db [None req-ab169b1a-ba4a-4f5c-b93a-bb05a6e1dc8c f2ad402518234297868d3f531660a091 7f81e0c25f8d48a18fac0a13b1942994 - - default default] Added segment 2056d833-b57b-4c6b-b535-4844c713a4e4 of type vxlan for network e243b28b-a5fc-48c1-988b-0fe68e80a809 [pid: 7|app: 0|req: 551/1103] 10.0.0.60 () {34 vars in 669 bytes} [Tue Jun 16 02:08:04 2026] POST /v2.0/networks => generated 613 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:08:04.299 8 INFO neutron_taas.services.taas.taas_plugin [None req-432c044e-2040-4f53-aaf7-e8361e88d622 5ec0f2a6040c46c5a9779b9a17af71cd 757f1786b05f4e41be5a6b2afaccc5a0 - - default default] TaaS: Handle Delete Port: d77d4ff9-3026-4c5b-8553-4bbd267e1ebe 2026-06-16 02:08:04.305 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-432c044e-2040-4f53-aaf7-e8361e88d622 5ec0f2a6040c46c5a9779b9a17af71cd 757f1786b05f4e41be5a6b2afaccc5a0 - - default default] Tap Mirror: Handle Delete Port: d77d4ff9-3026-4c5b-8553-4bbd267e1ebe [pid: 7|app: 0|req: 552/1104] 10.0.0.60 () {32 vars in 723 bytes} [Tue Jun 16 02:08:04 2026] DELETE /v2.0/subnets/576d732e-26a4-4134-b0af-356d381555b8 => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 553/1105] 199.204.45.140 () {34 vars in 1050 bytes} [Tue Jun 16 02:08:04 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=b475124a43414b7eb05044f578e2da72 => generated 180 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 554/1106] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:08:04 2026] GET /v2.0/ports?device_id=ae8f2376-eec0-4877-a0f3-091c3c153bd4 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 555/1107] 10.0.0.60 () {34 vars in 668 bytes} [Tue Jun 16 02:08:04 2026] POST /v2.0/subnets => generated 626 bytes in 276 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 553/1108] 10.0.0.60 () {34 vars in 788 bytes} [Tue Jun 16 02:08:03 2026] PUT /v2.0/routers/5879c092-0590-4188-b087-ec08dd868c5a/remove_router_interface => generated 309 bytes in 799 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:08:04.853 7 INFO neutron_taas.services.taas.taas_plugin [None req-b0c7e15d-348d-4725-952e-a6ef96a6a3b1 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] TaaS: Handle Delete Port: 327f4821-4ade-40b7-81a6-b823e9ae1bf8 2026-06-16 02:08:04.857 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b0c7e15d-348d-4725-952e-a6ef96a6a3b1 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] Tap Mirror: Handle Delete Port: 327f4821-4ade-40b7-81a6-b823e9ae1bf8 [pid: 7|app: 0|req: 556/1109] 10.0.0.60 () {32 vars in 725 bytes} [Tue Jun 16 02:08:04 2026] DELETE /v2.0/networks/80fc41b4-9122-4676-b179-e814f1e6a5d9 => generated 0 bytes in 349 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 554/1110] 199.204.45.140 () {38 vars in 955 bytes} [Tue Jun 16 02:08:04 2026] POST /v2.0/ports => generated 954 bytes in 467 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: 555/1111] 10.0.0.60 () {32 vars in 735 bytes} [Tue Jun 16 02:08:05 2026] GET /v2.0/ports?device_id=5879c092-0590-4188-b087-ec08dd868c5a => 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: 556/1112] 10.0.0.60 () {32 vars in 773 bytes} [Tue Jun 16 02:08:05 2026] GET /v2.0/security-groups?tenant_id=0673e5c3c22c4673b2c4891c4006091f&name=default => generated 2925 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 557/1113] 10.0.0.60 () {34 vars in 664 bytes} [Tue Jun 16 02:08:05 2026] POST /v2.0/ports => generated 953 bytes in 409 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:08:05.629 7 INFO neutron_taas.services.taas.taas_plugin [None req-2a9fd81c-a5d1-44f6-a5ea-388122d9f15b 5ec0f2a6040c46c5a9779b9a17af71cd 757f1786b05f4e41be5a6b2afaccc5a0 - - default default] TaaS: Handle Delete Port: 9ba6aab2-593c-44c6-a523-033f7cb04d71 2026-06-16 02:08:05.632 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2a9fd81c-a5d1-44f6-a5ea-388122d9f15b 5ec0f2a6040c46c5a9779b9a17af71cd 757f1786b05f4e41be5a6b2afaccc5a0 - - default default] Tap Mirror: Handle Delete Port: 9ba6aab2-593c-44c6-a523-033f7cb04d71 [pid: 8|app: 0|req: 557/1114] 199.204.45.140 () {38 vars in 1028 bytes} [Tue Jun 16 02:08:05 2026] PUT /v2.0/ports/8257a049-185d-4a2a-96ce-1fafa0f049a1 => generated 1235 bytes in 415 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-16 02:08:05.727 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-fe26aa6a-a497-43d2-a082-4ac8d5f8f12d'] response: {'name': 'network-changed', 'server_uuid': 'ae8f2376-eec0-4877-a0f3-091c3c153bd4', 'tag': '8257a049-185d-4a2a-96ce-1fafa0f049a1', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 558/1115] 10.0.0.60 () {32 vars in 739 bytes} [Tue Jun 16 02:08:05 2026] DELETE /v2.0/security-groups/7a4ea897-4adb-47e9-8a26-02fb9fdc3fb5 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:08:05.918 8 INFO neutron_taas.services.taas.taas_plugin [None req-5ffe19a3-8897-4c74-a1be-8c213b283047 f2ad402518234297868d3f531660a091 7f81e0c25f8d48a18fac0a13b1942994 - - default default] TaaS: Handle Delete Port: 08c10807-900d-4742-b06b-3c8675ccfd27 2026-06-16 02:08:05.921 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5ffe19a3-8897-4c74-a1be-8c213b283047 f2ad402518234297868d3f531660a091 7f81e0c25f8d48a18fac0a13b1942994 - - default default] Tap Mirror: Handle Delete Port: 08c10807-900d-4742-b06b-3c8675ccfd27 2026-06-16 02:08:05.976 7 INFO neutron.db.l3_hamode_db [None req-2a9fd81c-a5d1-44f6-a5ea-388122d9f15b 5ec0f2a6040c46c5a9779b9a17af71cd 757f1786b05f4e41be5a6b2afaccc5a0 - - default default] HA network f9ef1fdf-2018-405e-99c9-8d5e49165c4d was deleted as no HA routers are present in tenant 757f1786b05f4e41be5a6b2afaccc5a0. [pid: 7|app: 0|req: 558/1116] 10.0.0.60 () {32 vars in 723 bytes} [Tue Jun 16 02:08:05 2026] DELETE /v2.0/routers/5879c092-0590-4188-b087-ec08dd868c5a => generated 0 bytes in 522 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:08:06.012 7 INFO neutron.services.segments.plugin [-] Segment ffc6be9f-71e9-4576-826a-e1f0f9341f74 resource provider aggregate not found 2026-06-16 02:08:06.038 7 INFO neutron.services.segments.plugin [-] Segment ffc6be9f-71e9-4576-826a-e1f0f9341f74 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ffc6be9f-71e9-4576-826a-e1f0f9341f74 found for delete ", "request_id": "req-829c2376-bbf6-459e-b77a-33f7205e88fb"}]} 2026-06-16 02:08:06.045 7 INFO neutron.services.segments.plugin [-] Segment ffc6be9f-71e9-4576-826a-e1f0f9341f74 resource provider aggregate not found 2026-06-16 02:08:06.065 7 INFO neutron.services.segments.plugin [-] Segment e33ec668-4f60-45cd-9166-c39393c919a9 resource provider aggregate not found 2026-06-16 02:08:06.082 7 INFO neutron.services.segments.plugin [-] Segment ffc6be9f-71e9-4576-826a-e1f0f9341f74 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ffc6be9f-71e9-4576-826a-e1f0f9341f74 found for delete ", "request_id": "req-6fd14f80-00d3-43ff-868c-fd9fc03a9b1a"}]} [pid: 8|app: 0|req: 559/1117] 10.0.0.60 () {32 vars in 719 bytes} [Tue Jun 16 02:08:05 2026] DELETE /v2.0/ports/08c10807-900d-4742-b06b-3c8675ccfd27 => generated 0 bytes in 282 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 559/1118] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:08:05 2026] GET /v2.0/ports?device_id=ae8f2376-eec0-4877-a0f3-091c3c153bd4 => generated 969 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:08:06.101 7 INFO neutron.services.segments.plugin [-] Segment e33ec668-4f60-45cd-9166-c39393c919a9 resource provider aggregate not found 2026-06-16 02:08:06.105 7 INFO neutron.services.segments.plugin [-] Segment e33ec668-4f60-45cd-9166-c39393c919a9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e33ec668-4f60-45cd-9166-c39393c919a9 found for delete ", "request_id": "req-5ba1c068-013a-4c61-ba1b-e65dcb6d4245"}]} 2026-06-16 02:08:06.119 7 INFO neutron.services.segments.plugin [-] Segment e33ec668-4f60-45cd-9166-c39393c919a9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e33ec668-4f60-45cd-9166-c39393c919a9 found for delete ", "request_id": "req-d30c7763-10d4-4957-ae0d-96f8a2f8fb20"}]} 2026-06-16 02:08:06.121 7 INFO neutron.pecan_wsgi.hooks.translation [None req-81ebff10-cd90-4060-96b4-d87e13a5aa93 f2ad402518234297868d3f531660a091 7f81e0c25f8d48a18fac0a13b1942994 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 560/1119] 10.0.0.60 () {32 vars in 719 bytes} [Tue Jun 16 02:08:06 2026] DELETE /v2.0/ports/08c10807-900d-4742-b06b-3c8675ccfd27 => 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: 561/1120] 10.0.0.213 () {34 vars in 1040 bytes} [Tue Jun 16 02:08:06 2026] GET /v2.0/security-groups?id=49bb4ff1-75a7-4216-b987-593944e29bdc&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:08:06.169 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8c2406ea-6519-4482-9a99-bfafacc769e2 f2ad402518234297868d3f531660a091 7f81e0c25f8d48a18fac0a13b1942994 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 562/1121] 10.0.0.60 () {32 vars in 716 bytes} [Tue Jun 16 02:08:06 2026] GET /v2.0/ports/08c10807-900d-4742-b06b-3c8675ccfd27 => 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: 560/1122] 10.0.0.60 () {32 vars in 723 bytes} [Tue Jun 16 02:08:06 2026] DELETE /v2.0/subnets/771eb13c-1f9f-434f-b9f2-7fefe26ac435 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 563/1123] 10.0.0.60 () {32 vars in 723 bytes} [Tue Jun 16 02:08:06 2026] DELETE /v2.0/subnets/0a0bcaa0-015f-4bb8-9c97-196ba5e27c2e => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 564/1124] 199.204.45.140 () {34 vars in 1080 bytes} [Tue Jun 16 02:08:06 2026] GET /v2.0/ports?tenant_id=b475124a43414b7eb05044f578e2da72&device_id=ae8f2376-eec0-4877-a0f3-091c3c153bd4 => generated 1238 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:08:06.377 8 INFO neutron.services.segments.plugin [-] Segment 5281cc01-e82c-4926-b261-ad8ea0b3bf91 resource provider aggregate not found 2026-06-16 02:08:06.380 8 INFO neutron.services.segments.plugin [-] Segment 5281cc01-e82c-4926-b261-ad8ea0b3bf91 resource provider aggregate not found 2026-06-16 02:08:06.397 8 INFO neutron.services.segments.plugin [-] Segment 5281cc01-e82c-4926-b261-ad8ea0b3bf91 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5281cc01-e82c-4926-b261-ad8ea0b3bf91 found for delete ", "request_id": "req-e846a321-4366-4219-a557-3867894d6211"}]} [pid: 8|app: 0|req: 561/1125] 10.0.0.60 () {32 vars in 725 bytes} [Tue Jun 16 02:08:06 2026] DELETE /v2.0/networks/3585c0f4-ab30-4e41-a14c-3346c1aebf3b => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:08:06.402 8 INFO neutron.services.segments.plugin [-] Segment 5281cc01-e82c-4926-b261-ad8ea0b3bf91 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5281cc01-e82c-4926-b261-ad8ea0b3bf91 found for delete ", "request_id": "req-3f52f1c4-0e08-45aa-86dc-8bd40e2df7bb"}]} [pid: 8|app: 0|req: 562/1126] 199.204.45.140 () {34 vars in 1018 bytes} [Tue Jun 16 02:08:06 2026] GET /v2.0/networks?tenant_id=b475124a43414b7eb05044f578e2da72&shared=False => generated 772 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 565/1127] 10.0.0.60 () {32 vars in 725 bytes} [Tue Jun 16 02:08:06 2026] DELETE /v2.0/networks/e243b28b-a5fc-48c1-988b-0fe68e80a809 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:08:06.481 8 INFO neutron.db.segments_db [None req-b7e090c0-1470-4768-ac82-c0c445cd5aa0 5ec0f2a6040c46c5a9779b9a17af71cd 757f1786b05f4e41be5a6b2afaccc5a0 - - default default] Added segment d9b62a38-7d17-49a0-a1c6-9f1c3484c7b0 of type vxlan for network 01b3e1dc-2632-4b7c-bc5c-78ed0b14fc76 [pid: 7|app: 0|req: 566/1128] 199.204.45.140 () {34 vars in 930 bytes} [Tue Jun 16 02:08:06 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) 2026-06-16 02:08:06.550 7 INFO neutron.db.segments_db [None req-bda2032b-5c14-436f-9a97-5504031fed71 f2ad402518234297868d3f531660a091 7f81e0c25f8d48a18fac0a13b1942994 - - default default] Added segment f7a701b4-54b5-4494-9f5a-bf5a91f4310f of type vxlan for network 9a99bea7-f09e-48d8-ac60-663418ba8cbd [pid: 7|app: 0|req: 567/1129] 10.0.0.60 () {34 vars in 669 bytes} [Tue Jun 16 02:08:06 2026] POST /v2.0/networks => generated 612 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:08:06.677 8 INFO neutron.db.l3_hamode_db [None req-b7e090c0-1470-4768-ac82-c0c445cd5aa0 5ec0f2a6040c46c5a9779b9a17af71cd 757f1786b05f4e41be5a6b2afaccc5a0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 568/1130] 10.0.0.60 () {34 vars in 668 bytes} [Tue Jun 16 02:08:06 2026] POST /v2.0/subnets => generated 626 bytes in 232 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 569/1131] 10.0.0.60 () {34 vars in 664 bytes} [Tue Jun 16 02:08:06 2026] POST /v2.0/ports => generated 916 bytes in 337 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 570/1132] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:08:07 2026] GET /v2.0/ports?device_id=ae8f2376-eec0-4877-a0f3-091c3c153bd4 => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:08:07.372 7 INFO neutron_taas.services.taas.taas_plugin [None req-eb836c9d-a393-44ac-843d-2b476846cb14 f2ad402518234297868d3f531660a091 7f81e0c25f8d48a18fac0a13b1942994 - - default default] TaaS: Handle Delete Port: 2ee255d7-d4ba-4456-a93b-1839fe6c2a6d 2026-06-16 02:08:07.376 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-eb836c9d-a393-44ac-843d-2b476846cb14 f2ad402518234297868d3f531660a091 7f81e0c25f8d48a18fac0a13b1942994 - - default default] Tap Mirror: Handle Delete Port: 2ee255d7-d4ba-4456-a93b-1839fe6c2a6d 2026-06-16 02:08:07.384 8 INFO neutron.db.l3_hamode_db [None req-b7e090c0-1470-4768-ac82-c0c445cd5aa0 5ec0f2a6040c46c5a9779b9a17af71cd 757f1786b05f4e41be5a6b2afaccc5a0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 571/1133] 10.0.0.60 () {32 vars in 719 bytes} [Tue Jun 16 02:08:07 2026] DELETE /v2.0/ports/2ee255d7-d4ba-4456-a93b-1839fe6c2a6d => generated 0 bytes in 261 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 572/1134] 10.0.0.213 () {34 vars in 1040 bytes} [Tue Jun 16 02:08:07 2026] GET /v2.0/security-groups?id=49bb4ff1-75a7-4216-b987-593944e29bdc&fields=id&fields=name => generated 113 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 573/1135] 199.204.45.140 () {34 vars in 1080 bytes} [Tue Jun 16 02:08:07 2026] GET /v2.0/ports?tenant_id=b475124a43414b7eb05044f578e2da72&device_id=ae8f2376-eec0-4877-a0f3-091c3c153bd4 => generated 1238 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:08:07.589 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f2938297-691c-47dc-af93-a92dd727bd2c f2ad402518234297868d3f531660a091 7f81e0c25f8d48a18fac0a13b1942994 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 574/1136] 10.0.0.60 () {32 vars in 716 bytes} [Tue Jun 16 02:08:07 2026] GET /v2.0/ports/2ee255d7-d4ba-4456-a93b-1839fe6c2a6d => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 575/1137] 199.204.45.140 () {34 vars in 1058 bytes} [Tue Jun 16 02:08:07 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=8257a049-185d-4a2a-96ce-1fafa0f049a1 => generated 19 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 576/1138] 10.0.0.60 () {32 vars in 723 bytes} [Tue Jun 16 02:08:07 2026] DELETE /v2.0/subnets/972116ae-e03d-45c4-86d8-4f7f125718b7 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 577/1139] 199.204.45.140 () {34 vars in 984 bytes} [Tue Jun 16 02:08:07 2026] GET /v2.0/subnets?id=0af44991-aa2f-41a1-b1e1-96d0fe6462f9 => generated 694 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 578/1140] 10.0.0.60 () {32 vars in 725 bytes} [Tue Jun 16 02:08:07 2026] DELETE /v2.0/networks/9a99bea7-f09e-48d8-ac60-663418ba8cbd => generated 0 bytes in 113 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 579/1141] 199.204.45.140 () {34 vars in 1052 bytes} [Tue Jun 16 02:08:07 2026] GET /v2.0/ports?network_id=c9b517dd-bb72-4af1-afe1-e41a0401520c&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:08:08.129 7 INFO neutron.services.segments.plugin [-] Segment 2056d833-b57b-4c6b-b535-4844c713a4e4 resource provider aggregate not found 2026-06-16 02:08:08.143 7 INFO neutron.services.segments.plugin [-] Segment 2056d833-b57b-4c6b-b535-4844c713a4e4 resource provider aggregate not found 2026-06-16 02:08:08.149 7 INFO neutron.services.segments.plugin [-] Segment 2056d833-b57b-4c6b-b535-4844c713a4e4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2056d833-b57b-4c6b-b535-4844c713a4e4 found for delete ", "request_id": "req-fb012c8d-492a-4ea0-a47c-ab1374d522bd"}]} 2026-06-16 02:08:08.162 7 INFO neutron.services.segments.plugin [-] Segment f7a701b4-54b5-4494-9f5a-bf5a91f4310f resource provider aggregate not found 2026-06-16 02:08:08.168 7 INFO neutron.services.segments.plugin [-] Segment 2056d833-b57b-4c6b-b535-4844c713a4e4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2056d833-b57b-4c6b-b535-4844c713a4e4 found for delete ", "request_id": "req-cdfa6b2c-f851-4216-8a17-4e06c872fb61"}]} [pid: 7|app: 0|req: 580/1142] 10.0.0.60 () {34 vars in 664 bytes} [Tue Jun 16 02:08:07 2026] POST /v2.0/ports => generated 774 bytes in 300 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-16 02:08:08.189 7 INFO neutron.services.segments.plugin [-] Segment f7a701b4-54b5-4494-9f5a-bf5a91f4310f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f7a701b4-54b5-4494-9f5a-bf5a91f4310f found for delete ", "request_id": "req-e7564624-b33f-421e-993a-ae70b7f66671"}]} 2026-06-16 02:08:08.193 7 INFO neutron.services.segments.plugin [-] Segment f7a701b4-54b5-4494-9f5a-bf5a91f4310f resource provider aggregate not found [pid: 8|app: 0|req: 563/1143] 10.0.0.60 () {34 vars in 668 bytes} [Tue Jun 16 02:08:06 2026] POST /v2.0/routers => generated 692 bytes in 1753 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:08:08.207 7 INFO neutron.services.segments.plugin [-] Segment f7a701b4-54b5-4494-9f5a-bf5a91f4310f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f7a701b4-54b5-4494-9f5a-bf5a91f4310f found for delete ", "request_id": "req-81e5cdf4-0329-4c3b-ab34-24a4b3673f4d"}]} [pid: 7|app: 0|req: 581/1144] 199.204.45.140 () {34 vars in 1012 bytes} [Tue Jun 16 02:08:08 2026] GET /v2.0/networks/c9b517dd-bb72-4af1-afe1-e41a0401520c?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: 582/1145] 10.0.0.60 () {32 vars in 720 bytes} [Tue Jun 16 02:08:08 2026] GET /v2.0/routers/d0cef835-ab10-4491-a712-a510453868f3 => generated 698 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 583/1146] 199.204.45.140 () {34 vars in 1112 bytes} [Tue Jun 16 02:08:08 2026] GET /v2.0/networks/c9b517dd-bb72-4af1-afe1-e41a0401520c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 564/1147] 10.0.0.60 () {34 vars in 736 bytes} [Tue Jun 16 02:08:08 2026] PUT /v2.0/ports/554304d4-26f8-47cc-8d4d-91d74067cc03 => generated 752 bytes in 183 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 584/1148] 10.0.0.60 () {32 vars in 646 bytes} [Tue Jun 16 02:08:08 2026] GET /v2.0/routers => generated 701 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:08:08.497 8 INFO neutron_taas.services.taas.taas_plugin [None req-f634cb74-ed8c-406a-b376-8b81848065a5 f2ad402518234297868d3f531660a091 7f81e0c25f8d48a18fac0a13b1942994 - - default default] TaaS: Handle Delete Port: 554304d4-26f8-47cc-8d4d-91d74067cc03 2026-06-16 02:08:08.499 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f634cb74-ed8c-406a-b376-8b81848065a5 f2ad402518234297868d3f531660a091 7f81e0c25f8d48a18fac0a13b1942994 - - default default] Tap Mirror: Handle Delete Port: 554304d4-26f8-47cc-8d4d-91d74067cc03 [pid: 8|app: 0|req: 565/1149] 10.0.0.60 () {32 vars in 719 bytes} [Tue Jun 16 02:08:08 2026] DELETE /v2.0/ports/554304d4-26f8-47cc-8d4d-91d74067cc03 => 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: 566/1150] 10.0.0.60 () {32 vars in 642 bytes} [Tue Jun 16 02:08:08 2026] GET /v2.0/ports => generated 777 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 567/1151] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:08:08 2026] GET /v2.0/ports?device_id=ae8f2376-eec0-4877-a0f3-091c3c153bd4 => generated 969 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:08:08.656 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b5b8de3d-1e18-4ebb-ae15-64ec383826c3 f2ad402518234297868d3f531660a091 7f81e0c25f8d48a18fac0a13b1942994 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 568/1152] 10.0.0.60 () {32 vars in 716 bytes} [Tue Jun 16 02:08:08 2026] GET /v2.0/ports/554304d4-26f8-47cc-8d4d-91d74067cc03 => 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: 569/1153] 10.0.0.213 () {34 vars in 1040 bytes} [Tue Jun 16 02:08:08 2026] GET /v2.0/security-groups?id=49bb4ff1-75a7-4216-b987-593944e29bdc&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: 570/1154] 10.0.0.60 () {32 vars in 642 bytes} [Tue Jun 16 02:08:08 2026] GET /v2.0/ports => generated 777 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 571/1155] 10.0.0.60 () {32 vars in 716 bytes} [Tue Jun 16 02:08:08 2026] GET /v2.0/ports/a24ab762-f745-4f14-b845-18ec1cf457b6 => generated 774 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:08:08.768 8 INFO neutron.pecan_wsgi.hooks.translation [None req-93c2ff17-a542-4a6c-9831-a0401c236367 f2ad402518234297868d3f531660a091 7f81e0c25f8d48a18fac0a13b1942994 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 572/1156] 10.0.0.60 () {32 vars in 719 bytes} [Tue Jun 16 02:08:08 2026] DELETE /v2.0/ports/2ee255d7-d4ba-4456-a93b-1839fe6c2a6d => generated 132 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 02:08:08.785 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4524d0c4-ab74-4807-8d8a-15502b9dc877 f2ad402518234297868d3f531660a091 7f81e0c25f8d48a18fac0a13b1942994 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 573/1157] 10.0.0.60 () {32 vars in 723 bytes} [Tue Jun 16 02:08:08 2026] DELETE /v2.0/subnets/972116ae-e03d-45c4-86d8-4f7f125718b7 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 02:08:08.801 8 INFO neutron.pecan_wsgi.hooks.translation [None req-989a5c01-7f1e-4d20-9b10-20581f2fa03e f2ad402518234297868d3f531660a091 7f81e0c25f8d48a18fac0a13b1942994 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 574/1158] 10.0.0.60 () {32 vars in 723 bytes} [Tue Jun 16 02:08:08 2026] DELETE /v2.0/subnets/0a0bcaa0-015f-4bb8-9c97-196ba5e27c2e => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 585/1159] 10.0.0.60 () {34 vars in 740 bytes} [Tue Jun 16 02:08:08 2026] PUT /v2.0/routers/d0cef835-ab10-4491-a712-a510453868f3 => generated 705 bytes in 343 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 586/1160] 10.0.0.60 () {32 vars in 720 bytes} [Tue Jun 16 02:08:08 2026] GET /v2.0/routers/d0cef835-ab10-4491-a712-a510453868f3 => generated 705 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 587/1161] 10.0.0.60 () {32 vars in 735 bytes} [Tue Jun 16 02:08:08 2026] GET /v2.0/ports?device_id=d0cef835-ab10-4491-a712-a510453868f3 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:08:08.900 8 INFO neutron_taas.services.taas.taas_plugin [None req-f2e7d869-c6b7-432b-8cae-70a36ff60450 f2ad402518234297868d3f531660a091 7f81e0c25f8d48a18fac0a13b1942994 - - default default] TaaS: Handle Delete Port: a24ab762-f745-4f14-b845-18ec1cf457b6 2026-06-16 02:08:08.904 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f2e7d869-c6b7-432b-8cae-70a36ff60450 f2ad402518234297868d3f531660a091 7f81e0c25f8d48a18fac0a13b1942994 - - default default] Tap Mirror: Handle Delete Port: a24ab762-f745-4f14-b845-18ec1cf457b6 [pid: 8|app: 0|req: 575/1162] 10.0.0.60 () {32 vars in 719 bytes} [Tue Jun 16 02:08:08 2026] DELETE /v2.0/ports/a24ab762-f745-4f14-b845-18ec1cf457b6 => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:08:09.064 7 INFO neutron_taas.services.taas.taas_plugin [None req-f298dbe4-5ae6-404b-82e7-a538a8733b93 5ec0f2a6040c46c5a9779b9a17af71cd 757f1786b05f4e41be5a6b2afaccc5a0 - - default default] TaaS: Handle Delete Port: 0ebf1006-b3bc-4cbc-90b8-18d282366333 2026-06-16 02:08:09.067 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f298dbe4-5ae6-404b-82e7-a538a8733b93 5ec0f2a6040c46c5a9779b9a17af71cd 757f1786b05f4e41be5a6b2afaccc5a0 - - default default] Tap Mirror: Handle Delete Port: 0ebf1006-b3bc-4cbc-90b8-18d282366333 2026-06-16 02:08:09.099 8 INFO neutron.services.segments.plugin [-] Segment f6079883-f63e-4999-9966-df31980246cf resource provider aggregate not found 2026-06-16 02:08:09.105 8 INFO neutron.services.segments.plugin [-] Segment f6079883-f63e-4999-9966-df31980246cf resource provider aggregate not found 2026-06-16 02:08:09.123 8 INFO neutron.services.segments.plugin [-] Segment f6079883-f63e-4999-9966-df31980246cf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f6079883-f63e-4999-9966-df31980246cf found for delete ", "request_id": "req-eda56278-f78e-4384-8cd0-588bb0e22fd5"}]} [pid: 8|app: 0|req: 576/1163] 10.0.0.60 () {32 vars in 725 bytes} [Tue Jun 16 02:08:08 2026] DELETE /v2.0/networks/185688fc-3c50-4e3a-952c-9a9ddd150a82 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:08:09.129 8 INFO neutron.services.segments.plugin [-] Segment f6079883-f63e-4999-9966-df31980246cf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f6079883-f63e-4999-9966-df31980246cf found for delete ", "request_id": "req-5e29d7e1-5ef3-4386-ad3a-f9dc8a04608d"}]} 2026-06-16 02:08:09.298 7 INFO neutron_taas.services.taas.taas_plugin [None req-f298dbe4-5ae6-404b-82e7-a538a8733b93 5ec0f2a6040c46c5a9779b9a17af71cd 757f1786b05f4e41be5a6b2afaccc5a0 - - default default] TaaS: Handle Delete Port: 7c948455-1bf4-4dc9-9acf-1304fa4090ea 2026-06-16 02:08:09.300 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f298dbe4-5ae6-404b-82e7-a538a8733b93 5ec0f2a6040c46c5a9779b9a17af71cd 757f1786b05f4e41be5a6b2afaccc5a0 - - default default] Tap Mirror: Handle Delete Port: 7c948455-1bf4-4dc9-9acf-1304fa4090ea 2026-06-16 02:08:09.672 7 INFO neutron.db.l3_hamode_db [None req-f298dbe4-5ae6-404b-82e7-a538a8733b93 5ec0f2a6040c46c5a9779b9a17af71cd 757f1786b05f4e41be5a6b2afaccc5a0 - - default default] HA network 01b3e1dc-2632-4b7c-bc5c-78ed0b14fc76 was deleted as no HA routers are present in tenant 757f1786b05f4e41be5a6b2afaccc5a0. [pid: 7|app: 0|req: 588/1164] 10.0.0.60 () {32 vars in 723 bytes} [Tue Jun 16 02:08:08 2026] DELETE /v2.0/routers/d0cef835-ab10-4491-a712-a510453868f3 => generated 0 bytes in 791 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 577/1165] 10.0.0.60 () {32 vars in 773 bytes} [Tue Jun 16 02:08:09 2026] GET /v2.0/security-groups?tenant_id=343ca584de7247caa867009c4004ae65&name=default => generated 2925 bytes in 290 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 578/1166] 10.0.0.60 () {32 vars in 735 bytes} [Tue Jun 16 02:08:09 2026] GET /v2.0/ports?device_id=d0cef835-ab10-4491-a712-a510453868f3 => 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: 589/1167] 10.0.0.60 () {32 vars in 773 bytes} [Tue Jun 16 02:08:09 2026] GET /v2.0/security-groups?tenant_id=7f81e0c25f8d48a18fac0a13b1942994&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:08:09.763 7 INFO neutron.api.v2.resource [None req-77a107f2-0453-4550-9d31-90fe977e04a9 5ec0f2a6040c46c5a9779b9a17af71cd 757f1786b05f4e41be5a6b2afaccc5a0 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 590/1168] 10.0.0.60 () {32 vars in 723 bytes} [Tue Jun 16 02:08:09 2026] DELETE /v2.0/routers/d0cef835-ab10-4491-a712-a510453868f3 => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 579/1169] 10.0.0.60 () {32 vars in 739 bytes} [Tue Jun 16 02:08:09 2026] DELETE /v2.0/security-groups/94369821-5cf2-48d4-96bd-34a5afff67be => 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: 580/1170] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:08:09 2026] GET /v2.0/ports?device_id=ae8f2376-eec0-4877-a0f3-091c3c153bd4 => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 581/1171] 10.0.0.60 () {32 vars in 735 bytes} [Tue Jun 16 02:08:09 2026] GET /v2.0/ports?device_id=5879c092-0590-4188-b087-ec08dd868c5a => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 591/1172] 10.0.0.60 () {32 vars in 739 bytes} [Tue Jun 16 02:08:09 2026] DELETE /v2.0/security-groups/664d9d5a-2dd9-4d10-92a7-3b94ecda8578 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 582/1173] 10.0.0.213 () {34 vars in 1040 bytes} [Tue Jun 16 02:08:09 2026] GET /v2.0/security-groups?id=49bb4ff1-75a7-4216-b987-593944e29bdc&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:08:09.881 7 INFO neutron.api.v2.resource [None req-7339e6aa-aedd-454b-828d-b85c78327cc2 5ec0f2a6040c46c5a9779b9a17af71cd 757f1786b05f4e41be5a6b2afaccc5a0 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 592/1174] 10.0.0.60 () {32 vars in 723 bytes} [Tue Jun 16 02:08:09 2026] DELETE /v2.0/routers/5879c092-0590-4188-b087-ec08dd868c5a => generated 135 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 02:08:09.897 7 INFO neutron.pecan_wsgi.hooks.translation [None req-79571b47-2c9d-4fb8-b71e-db8173d1a837 5ec0f2a6040c46c5a9779b9a17af71cd 757f1786b05f4e41be5a6b2afaccc5a0 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 593/1175] 10.0.0.60 () {32 vars in 723 bytes} [Tue Jun 16 02:08:09 2026] DELETE /v2.0/subnets/771eb13c-1f9f-434f-b9f2-7fefe26ac435 => 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: 594/1176] 10.0.0.60 () {32 vars in 735 bytes} [Tue Jun 16 02:08:09 2026] GET /v2.0/ports?device_id=bfa9cc42-bf28-4958-be83-d2c16911a51b => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:08:09.941 7 INFO neutron.api.v2.resource [None req-e4209260-15ae-45d4-b100-cf431bb9350c 5ec0f2a6040c46c5a9779b9a17af71cd 757f1786b05f4e41be5a6b2afaccc5a0 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 595/1177] 10.0.0.60 () {32 vars in 723 bytes} [Tue Jun 16 02:08:09 2026] DELETE /v2.0/routers/bfa9cc42-bf28-4958-be83-d2c16911a51b => generated 135 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 02:08:09.962 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ab9f5264-268b-4ec3-943e-02d4df8a0037 5ec0f2a6040c46c5a9779b9a17af71cd 757f1786b05f4e41be5a6b2afaccc5a0 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 596/1178] 10.0.0.60 () {32 vars in 723 bytes} [Tue Jun 16 02:08:09 2026] DELETE /v2.0/subnets/c0719fcb-b694-4013-a8e8-1cfbd5280522 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 597/1179] 10.0.0.60 () {32 vars in 735 bytes} [Tue Jun 16 02:08:09 2026] GET /v2.0/ports?device_id=4ec590ed-b98e-4063-ad28-18767a84bbec => 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: 583/1180] 10.0.0.60 () {32 vars in 773 bytes} [Tue Jun 16 02:08:09 2026] GET /v2.0/security-groups?tenant_id=f737307944b7465a9eb1fed93481a545&name=default => generated 2925 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:08:10.007 7 INFO neutron.api.v2.resource [None req-64169a32-e0bc-4c5b-9f40-5f363f9b98dd 5ec0f2a6040c46c5a9779b9a17af71cd 757f1786b05f4e41be5a6b2afaccc5a0 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 598/1181] 10.0.0.60 () {32 vars in 723 bytes} [Tue Jun 16 02:08:09 2026] DELETE /v2.0/routers/4ec590ed-b98e-4063-ad28-18767a84bbec => generated 135 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 02:08:10.024 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3f044f86-502f-43dc-8fcf-ace51d15d93c 5ec0f2a6040c46c5a9779b9a17af71cd 757f1786b05f4e41be5a6b2afaccc5a0 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 599/1182] 10.0.0.60 () {32 vars in 723 bytes} [Tue Jun 16 02:08:10 2026] DELETE /v2.0/subnets/81df1bdd-7124-4b59-a13b-38aaa0a72f88 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 02:08:10.046 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5f586b57-1c1b-4601-a72c-6a5a4f279d40 5ec0f2a6040c46c5a9779b9a17af71cd 757f1786b05f4e41be5a6b2afaccc5a0 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 600/1183] 10.0.0.60 () {32 vars in 723 bytes} [Tue Jun 16 02:08:10 2026] DELETE /v2.0/subnets/7db36294-baab-461e-bfaa-efce3791cdd8 => 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: 584/1184] 10.0.0.60 () {32 vars in 739 bytes} [Tue Jun 16 02:08:09 2026] DELETE /v2.0/security-groups/def9013d-2661-406b-91aa-7799ed5e84ee => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:08:10.215 7 INFO neutron.services.segments.plugin [-] Segment d9b62a38-7d17-49a0-a1c6-9f1c3484c7b0 resource provider aggregate not found 2026-06-16 02:08:10.227 7 INFO neutron.services.segments.plugin [-] Segment d9b62a38-7d17-49a0-a1c6-9f1c3484c7b0 resource provider aggregate not found 2026-06-16 02:08:10.235 7 INFO neutron.services.segments.plugin [-] Segment d9b62a38-7d17-49a0-a1c6-9f1c3484c7b0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d9b62a38-7d17-49a0-a1c6-9f1c3484c7b0 found for delete ", "request_id": "req-74500e84-2fe2-46d0-9355-a606d46d4f92"}]} 2026-06-16 02:08:10.250 7 INFO neutron.services.segments.plugin [-] Segment d9b62a38-7d17-49a0-a1c6-9f1c3484c7b0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d9b62a38-7d17-49a0-a1c6-9f1c3484c7b0 found for delete ", "request_id": "req-53461f1f-49fe-4629-9d6b-a4f60200076b"}]} [pid: 7|app: 0|req: 601/1185] 10.0.0.60 () {32 vars in 773 bytes} [Tue Jun 16 02:08:10 2026] GET /v2.0/security-groups?tenant_id=757f1786b05f4e41be5a6b2afaccc5a0&name=default => generated 2925 bytes in 159 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 585/1186] 10.0.0.60 () {32 vars in 739 bytes} [Tue Jun 16 02:08:10 2026] DELETE /v2.0/security-groups/ce8ea3c3-a36e-4240-8206-9159dc638f8a => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 587/1189] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:08:10 2026] GET /v2.0/ports?device_id=ae8f2376-eec0-4877-a0f3-091c3c153bd4 => generated 971 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 603/1190] 10.0.0.213 () {34 vars in 1040 bytes} [Tue Jun 16 02:08:11 2026] GET /v2.0/security-groups?id=49bb4ff1-75a7-4216-b987-593944e29bdc&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: 588/1191] 10.0.0.60 () {32 vars in 622 bytes} [Tue Jun 16 02:08:11 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: 604/1192] 10.0.0.60 () {32 vars in 632 bytes} [Tue Jun 16 02:08:11 2026] GET /v2.0/ => generated 632 bytes in 250 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 589/1193] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:08:12 2026] GET /v2.0/ports?device_id=ae8f2376-eec0-4877-a0f3-091c3c153bd4 => generated 971 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 605/1194] 10.0.0.213 () {34 vars in 1040 bytes} [Tue Jun 16 02:08:12 2026] GET /v2.0/security-groups?id=49bb4ff1-75a7-4216-b987-593944e29bdc&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: 590/1195] 10.0.0.60 () {32 vars in 773 bytes} [Tue Jun 16 02:08:12 2026] GET /v2.0/security-groups?tenant_id=ea78779df7c44532891c3c52eac4a7c3&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: 606/1196] 10.0.0.60 () {32 vars in 739 bytes} [Tue Jun 16 02:08:12 2026] DELETE /v2.0/security-groups/bd99040e-e6aa-40c2-a9d1-35ddf5af8fed => 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: 591/1197] 10.0.0.60 () {34 vars in 683 bytes} [Tue Jun 16 02:08:12 2026] POST /v2.0/security-groups => generated 1624 bytes in 309 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 607/1198] 10.0.0.60 () {32 vars in 662 bytes} [Tue Jun 16 02:08:13 2026] GET /v2.0/security-groups => generated 4529 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 592/1199] 10.0.0.60 () {34 vars in 757 bytes} [Tue Jun 16 02:08:13 2026] PUT /v2.0/security-groups/49b1b899-43c1-45a4-8b89-0db968cedee1 => generated 1663 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 608/1200] 10.0.0.60 () {32 vars in 736 bytes} [Tue Jun 16 02:08:13 2026] GET /v2.0/security-groups/49b1b899-43c1-45a4-8b89-0db968cedee1 => generated 1663 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 593/1201] 10.0.0.60 () {32 vars in 739 bytes} [Tue Jun 16 02:08:13 2026] DELETE /v2.0/security-groups/49b1b899-43c1-45a4-8b89-0db968cedee1 => 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: 594/1202] 10.0.0.60 () {32 vars in 662 bytes} [Tue Jun 16 02:08:13 2026] GET /v2.0/security-groups => generated 2925 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:08:13.351 8 INFO neutron.api.v2.resource [None req-7296e7d8-aa6a-47cf-8633-3dd7900faaf7 3fe2499f581742478119831a238b4e01 df0011f5a4984a83a61e7542314a63ba - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 595/1203] 10.0.0.60 () {32 vars in 739 bytes} [Tue Jun 16 02:08:13 2026] DELETE /v2.0/security-groups/49b1b899-43c1-45a4-8b89-0db968cedee1 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 609/1204] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:08:13 2026] GET /v2.0/ports?device_id=ae8f2376-eec0-4877-a0f3-091c3c153bd4 => generated 971 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 610/1205] 10.0.0.213 () {34 vars in 1040 bytes} [Tue Jun 16 02:08:13 2026] GET /v2.0/security-groups?id=49bb4ff1-75a7-4216-b987-593944e29bdc&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: 596/1206] 10.0.0.60 () {34 vars in 683 bytes} [Tue Jun 16 02:08:13 2026] POST /v2.0/security-groups => generated 1625 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 611/1207] 10.0.0.60 () {34 vars in 694 bytes} [Tue Jun 16 02:08:13 2026] POST /v2.0/security-group-rules => generated 601 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 597/1208] 10.0.0.60 () {32 vars in 746 bytes} [Tue Jun 16 02:08:13 2026] GET /v2.0/security-group-rules/9795e5e2-c5c5-4018-b0a2-9302c7ac8489 => generated 601 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 612/1209] 10.0.0.60 () {32 vars in 672 bytes} [Tue Jun 16 02:08:13 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 598/1210] 10.0.0.60 () {32 vars in 749 bytes} [Tue Jun 16 02:08:13 2026] DELETE /v2.0/security-group-rules/9795e5e2-c5c5-4018-b0a2-9302c7ac8489 => 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: 613/1211] 10.0.0.60 () {32 vars in 672 bytes} [Tue Jun 16 02:08:13 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 599/1212] 10.0.0.60 () {34 vars in 694 bytes} [Tue Jun 16 02:08:13 2026] POST /v2.0/security-group-rules => generated 601 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 614/1213] 10.0.0.60 () {32 vars in 746 bytes} [Tue Jun 16 02:08:14 2026] GET /v2.0/security-group-rules/d94050fa-a679-4334-8c4c-da01c5f229d5 => generated 601 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 600/1214] 10.0.0.60 () {32 vars in 672 bytes} [Tue Jun 16 02:08:14 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 615/1215] 10.0.0.60 () {32 vars in 749 bytes} [Tue Jun 16 02:08:14 2026] DELETE /v2.0/security-group-rules/d94050fa-a679-4334-8c4c-da01c5f229d5 => 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: 601/1216] 10.0.0.60 () {32 vars in 672 bytes} [Tue Jun 16 02:08:14 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 616/1217] 10.0.0.60 () {34 vars in 694 bytes} [Tue Jun 16 02:08:14 2026] POST /v2.0/security-group-rules => generated 602 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 602/1218] 10.0.0.60 () {32 vars in 746 bytes} [Tue Jun 16 02:08:14 2026] GET /v2.0/security-group-rules/e33fbb7e-6b92-4719-954a-f4e004d6a942 => 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: 617/1219] 10.0.0.60 () {32 vars in 672 bytes} [Tue Jun 16 02:08:14 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 603/1220] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:08:14 2026] GET /v2.0/ports?device_id=ae8f2376-eec0-4877-a0f3-091c3c153bd4 => generated 971 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 618/1221] 10.0.0.60 () {32 vars in 749 bytes} [Tue Jun 16 02:08:14 2026] DELETE /v2.0/security-group-rules/e33fbb7e-6b92-4719-954a-f4e004d6a942 => 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: 604/1222] 10.0.0.213 () {34 vars in 1040 bytes} [Tue Jun 16 02:08:14 2026] GET /v2.0/security-groups?id=49bb4ff1-75a7-4216-b987-593944e29bdc&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 619/1223] 10.0.0.60 () {32 vars in 672 bytes} [Tue Jun 16 02:08:14 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 605/1224] 10.0.0.60 () {32 vars in 739 bytes} [Tue Jun 16 02:08:14 2026] DELETE /v2.0/security-groups/06a97c91-134a-4377-9dba-8d2c02673bd1 => 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: 606/1225] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:08:14 2026] GET /v2.0/ports?device_id=ae8f2376-eec0-4877-a0f3-091c3c153bd4 => 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: 607/1226] 10.0.0.60 () {32 vars in 662 bytes} [Tue Jun 16 02:08:14 2026] GET /v2.0/security-groups => generated 2925 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 620/1227] 10.0.0.60 () {32 vars in 773 bytes} [Tue Jun 16 02:08:14 2026] GET /v2.0/security-groups?tenant_id=c97766c6246b4005a229688e844575aa&name=default => generated 2925 bytes in 236 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 621/1228] 10.0.0.60 () {32 vars in 662 bytes} [Tue Jun 16 02:08:14 2026] GET /v2.0/security-groups => generated 2925 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 622/1229] 10.0.0.60 () {32 vars in 739 bytes} [Tue Jun 16 02:08:14 2026] DELETE /v2.0/security-groups/6e7fa2ee-fd31-4b15-b941-23b6498d58ba => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:08:15.177 8 INFO neutron.db.l3_db [None req-6c8f0d63-46c5-42cb-92ef-9931ef91eef3 fde28cd3e8c84175b1c54bcbc7ea623f b475124a43414b7eb05044f578e2da72 - - default default] Floating IP de820375-7143-4502-9ee3-9cd7334076d2 associated. External IP: 10.96.250.202, port: 8257a049-185d-4a2a-96ce-1fafa0f049a1. [pid: 8|app: 0|req: 608/1230] 10.0.0.60 () {34 vars in 748 bytes} [Tue Jun 16 02:08:14 2026] PUT /v2.0/floatingips/de820375-7143-4502-9ee3-9cd7334076d2 => generated 855 bytes in 747 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 623/1231] 10.0.0.60 () {32 vars in 773 bytes} [Tue Jun 16 02:08:15 2026] GET /v2.0/security-groups?tenant_id=df0011f5a4984a83a61e7542314a63ba&name=default => generated 2925 bytes in 193 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:08:15.620 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-0bf9528b-12f7-4033-99c2-5df3abad1a6b'] response: {'name': 'network-changed', 'server_uuid': 'ae8f2376-eec0-4877-a0f3-091c3c153bd4', 'tag': '8257a049-185d-4a2a-96ce-1fafa0f049a1', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 609/1232] 10.0.0.60 () {32 vars in 739 bytes} [Tue Jun 16 02:08:15 2026] DELETE /v2.0/security-groups/9b64ab92-d90f-4bbb-84f8-171d577ce177 => 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: 624/1233] 199.204.45.140 () {34 vars in 1080 bytes} [Tue Jun 16 02:08:16 2026] GET /v2.0/ports?tenant_id=b475124a43414b7eb05044f578e2da72&device_id=ae8f2376-eec0-4877-a0f3-091c3c153bd4 => 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: 610/1234] 199.204.45.140 () {34 vars in 986 bytes} [Tue Jun 16 02:08:16 2026] GET /v2.0/networks?id=c9b517dd-bb72-4af1-afe1-e41a0401520c => generated 772 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 625/1235] 199.204.45.140 () {34 vars in 1058 bytes} [Tue Jun 16 02:08:16 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=8257a049-185d-4a2a-96ce-1fafa0f049a1 => generated 858 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 611/1236] 199.204.45.140 () {34 vars in 984 bytes} [Tue Jun 16 02:08:16 2026] GET /v2.0/subnets?id=0af44991-aa2f-41a1-b1e1-96d0fe6462f9 => generated 694 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 626/1237] 199.204.45.140 () {34 vars in 1052 bytes} [Tue Jun 16 02:08:16 2026] GET /v2.0/ports?network_id=c9b517dd-bb72-4af1-afe1-e41a0401520c&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: 612/1238] 199.204.45.140 () {34 vars in 1012 bytes} [Tue Jun 16 02:08:16 2026] GET /v2.0/networks/c9b517dd-bb72-4af1-afe1-e41a0401520c?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 627/1239] 199.204.45.140 () {34 vars in 1112 bytes} [Tue Jun 16 02:08:16 2026] GET /v2.0/networks/c9b517dd-bb72-4af1-afe1-e41a0401520c?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: 628/1240] 10.0.0.60 () {32 vars in 652 bytes} [Tue Jun 16 02:08:16 2026] GET /v2.0/extensions => generated 21537 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 629/1241] 10.0.0.60 () {32 vars in 680 bytes} [Tue Jun 16 02:08:17 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 613/1242] 10.0.0.60 () {32 vars in 773 bytes} [Tue Jun 16 02:08:16 2026] GET /v2.0/security-groups?tenant_id=6960401486534b0eb0c2aed78c2ad4e4&name=default => generated 2925 bytes in 244 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 630/1243] 10.0.0.60 () {32 vars in 680 bytes} [Tue Jun 16 02:08:17 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 631/1244] 10.0.0.60 () {32 vars in 728 bytes} [Tue Jun 16 02:08:17 2026] GET /v2.0/extensions/router-admin-state-down-before-update => generated 312 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 632/1245] 10.0.0.60 () {32 vars in 664 bytes} [Tue Jun 16 02:08:17 2026] GET /v2.0/extensions/agent => generated 153 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 633/1246] 10.0.0.60 () {32 vars in 698 bytes} [Tue Jun 16 02:08:17 2026] GET /v2.0/extensions/agent-resources-synced => generated 223 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 634/1247] 10.0.0.60 () {32 vars in 696 bytes} [Tue Jun 16 02:08:17 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 635/1248] 10.0.0.60 () {32 vars in 700 bytes} [Tue Jun 16 02:08:17 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: 7|app: 0|req: 636/1249] 10.0.0.60 () {32 vars in 688 bytes} [Tue Jun 16 02:08:17 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 637/1250] 10.0.0.60 () {32 vars in 702 bytes} [Tue Jun 16 02:08:17 2026] GET /v2.0/extensions/availability_zone_filter => generated 220 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 638/1251] 10.0.0.60 () {32 vars in 692 bytes} [Tue Jun 16 02:08:17 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: 7|app: 0|req: 639/1252] 10.0.0.60 () {32 vars in 694 bytes} [Tue Jun 16 02:08:17 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 640/1253] 10.0.0.60 () {32 vars in 684 bytes} [Tue Jun 16 02:08:17 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 641/1254] 10.0.0.60 () {32 vars in 686 bytes} [Tue Jun 16 02:08:17 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 642/1255] 10.0.0.60 () {32 vars in 660 bytes} [Tue Jun 16 02:08:17 2026] GET /v2.0/extensions/dvr => generated 193 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 614/1256] 10.0.0.60 () {32 vars in 739 bytes} [Tue Jun 16 02:08:17 2026] DELETE /v2.0/security-groups/e153c2c4-0a78-448c-8848-bad4a3388c6e => 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: 643/1257] 10.0.0.60 () {32 vars in 698 bytes} [Tue Jun 16 02:08:17 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 615/1258] 10.0.0.60 () {32 vars in 678 bytes} [Tue Jun 16 02:08:17 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 644/1259] 10.0.0.60 () {32 vars in 682 bytes} [Tue Jun 16 02:08:17 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 616/1260] 10.0.0.60 () {32 vars in 674 bytes} [Tue Jun 16 02:08:17 2026] GET /v2.0/extensions/extraroute => generated 181 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 645/1261] 10.0.0.60 () {32 vars in 688 bytes} [Tue Jun 16 02:08:17 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 617/1262] 10.0.0.60 () {32 vars in 722 bytes} [Tue Jun 16 02:08:17 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => generated 271 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 646/1263] 10.0.0.60 () {32 vars in 686 bytes} [Tue Jun 16 02:08:17 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: 618/1264] 10.0.0.60 () {32 vars in 668 bytes} [Tue Jun 16 02:08:17 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: 7|app: 0|req: 647/1265] 10.0.0.60 () {32 vars in 686 bytes} [Tue Jun 16 02:08:17 2026] GET /v2.0/extensions/floatingip-pools => generated 188 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 619/1266] 10.0.0.60 () {32 vars in 680 bytes} [Tue Jun 16 02:08:17 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 648/1267] 10.0.0.60 () {32 vars in 698 bytes} [Tue Jun 16 02:08:17 2026] GET /v2.0/extensions/ip-substring-filtering => generated 222 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 620/1268] 10.0.0.60 () {32 vars in 678 bytes} [Tue Jun 16 02:08:17 2026] GET /v2.0/extensions/l2_adjacency => generated 178 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 649/1269] 10.0.0.60 () {32 vars in 666 bytes} [Tue Jun 16 02:08:17 2026] GET /v2.0/extensions/router => generated 256 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 621/1270] 10.0.0.60 () {32 vars in 676 bytes} [Tue Jun 16 02:08:17 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: 7|app: 0|req: 650/1271] 10.0.0.60 () {32 vars in 664 bytes} [Tue Jun 16 02:08:17 2026] GET /v2.0/extensions/l3-ha => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 622/1272] 10.0.0.60 () {32 vars in 674 bytes} [Tue Jun 16 02:08:17 2026] GET /v2.0/extensions/l3-flavors => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 651/1273] 10.0.0.60 () {32 vars in 712 bytes} [Tue Jun 16 02:08:17 2026] GET /v2.0/extensions/l3-port-ip-change-not-allowed => generated 245 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 623/1274] 10.0.0.60 () {32 vars in 690 bytes} [Tue Jun 16 02:08:17 2026] GET /v2.0/extensions/l3_agent_scheduler => generated 180 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 652/1275] 10.0.0.60 () {32 vars in 682 bytes} [Tue Jun 16 02:08:17 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: 624/1276] 10.0.0.60 () {32 vars in 668 bytes} [Tue Jun 16 02:08:17 2026] GET /v2.0/extensions/net-mtu => generated 176 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 653/1277] 10.0.0.60 () {32 vars in 686 bytes} [Tue Jun 16 02:08:17 2026] GET /v2.0/extensions/net-mtu-writable => generated 207 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 625/1278] 10.0.0.60 () {32 vars in 704 bytes} [Tue Jun 16 02:08:17 2026] GET /v2.0/extensions/network_availability_zone => generated 200 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 654/1279] 10.0.0.60 () {32 vars in 674 bytes} [Tue Jun 16 02:08:17 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 626/1280] 10.0.0.60 () {32 vars in 700 bytes} [Tue Jun 16 02:08:17 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 655/1281] 10.0.0.60 () {32 vars in 674 bytes} [Tue Jun 16 02:08:17 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 627/1282] 10.0.0.60 () {32 vars in 692 bytes} [Tue Jun 16 02:08:17 2026] GET /v2.0/extensions/port-device-profile => generated 189 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 656/1283] 10.0.0.60 () {32 vars in 688 bytes} [Tue Jun 16 02:08:17 2026] GET /v2.0/extensions/port-mac-override => generated 251 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 628/1284] 10.0.0.60 () {32 vars in 708 bytes} [Tue Jun 16 02:08:17 2026] GET /v2.0/extensions/port-mac-address-regenerate => generated 209 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 657/1285] 10.0.0.60 () {32 vars in 704 bytes} [Tue Jun 16 02:08:17 2026] GET /v2.0/extensions/port-numa-affinity-policy => generated 198 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 629/1286] 10.0.0.60 () {32 vars in 718 bytes} [Tue Jun 16 02:08:17 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 658/1287] 10.0.0.60 () {32 vars in 696 bytes} [Tue Jun 16 02:08:17 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: 630/1288] 10.0.0.60 () {32 vars in 710 bytes} [Tue Jun 16 02:08:17 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 659/1289] 10.0.0.60 () {32 vars in 668 bytes} [Tue Jun 16 02:08:17 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: 631/1290] 10.0.0.60 () {32 vars in 686 bytes} [Tue Jun 16 02:08:17 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 660/1291] 10.0.0.60 () {32 vars in 680 bytes} [Tue Jun 16 02:08:17 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 632/1292] 10.0.0.60 () {32 vars in 674 bytes} [Tue Jun 16 02:08:17 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 661/1293] 10.0.0.60 () {32 vars in 670 bytes} [Tue Jun 16 02:08:17 2026] GET /v2.0/extensions/provider => generated 191 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 633/1294] 10.0.0.60 () {32 vars in 660 bytes} [Tue Jun 16 02:08:17 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: 662/1295] 10.0.0.60 () {32 vars in 698 bytes} [Tue Jun 16 02:08:17 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: 634/1296] 10.0.0.60 () {32 vars in 698 bytes} [Tue Jun 16 02:08:17 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => generated 251 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 663/1297] 10.0.0.60 () {32 vars in 676 bytes} [Tue Jun 16 02:08:17 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 635/1298] 10.0.0.60 () {32 vars in 668 bytes} [Tue Jun 16 02:08:17 2026] GET /v2.0/extensions/qos-fip => generated 178 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 664/1299] 10.0.0.60 () {32 vars in 682 bytes} [Tue Jun 16 02:08:17 2026] GET /v2.0/extensions/qos-gateway-ip => generated 197 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 636/1300] 10.0.0.60 () {32 vars in 700 bytes} [Tue Jun 16 02:08:17 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 665/1301] 10.0.0.60 () {32 vars in 684 bytes} [Tue Jun 16 02:08:17 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 637/1302] 10.0.0.60 () {32 vars in 706 bytes} [Tue Jun 16 02:08:17 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 666/1303] 10.0.0.60 () {32 vars in 668 bytes} [Tue Jun 16 02:08:17 2026] GET /v2.0/extensions/qos-pps => 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: 638/1304] 10.0.0.60 () {32 vars in 696 bytes} [Tue Jun 16 02:08:17 2026] GET /v2.0/extensions/qos-rule-type-details => generated 229 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 667/1305] 10.0.0.60 () {32 vars in 694 bytes} [Tue Jun 16 02:08:17 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 639/1306] 10.0.0.60 () {32 vars in 684 bytes} [Tue Jun 16 02:08:17 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 668/1307] 10.0.0.60 () {32 vars in 688 bytes} [Tue Jun 16 02:08:17 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: 640/1308] 10.0.0.60 () {32 vars in 704 bytes} [Tue Jun 16 02:08:17 2026] GET /v2.0/extensions/quota-check-limit-default => generated 268 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 669/1309] 10.0.0.60 () {32 vars in 666 bytes} [Tue Jun 16 02:08:17 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 641/1310] 10.0.0.60 () {32 vars in 680 bytes} [Tue Jun 16 02:08:17 2026] GET /v2.0/extensions/quota_details => generated 213 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 670/1311] 10.0.0.60 () {32 vars in 680 bytes} [Tue Jun 16 02:08:17 2026] GET /v2.0/extensions/rbac-policies => generated 223 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 642/1312] 10.0.0.60 () {32 vars in 690 bytes} [Tue Jun 16 02:08:17 2026] GET /v2.0/extensions/rbac-address-group => generated 198 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 671/1313] 10.0.0.60 () {32 vars in 690 bytes} [Tue Jun 16 02:08:17 2026] GET /v2.0/extensions/rbac-address-scope => generated 190 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 643/1314] 10.0.0.60 () {32 vars in 694 bytes} [Tue Jun 16 02:08:17 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 672/1315] 10.0.0.60 () {32 vars in 684 bytes} [Tue Jun 16 02:08:17 2026] GET /v2.0/extensions/rbac-subnetpool => generated 181 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 644/1316] 10.0.0.60 () {32 vars in 688 bytes} [Tue Jun 16 02:08:17 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: 7|app: 0|req: 673/1317] 10.0.0.60 () {32 vars in 700 bytes} [Tue Jun 16 02:08:17 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 645/1318] 10.0.0.60 () {32 vars in 702 bytes} [Tue Jun 16 02:08:17 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: 7|app: 0|req: 674/1319] 10.0.0.60 () {32 vars in 712 bytes} [Tue Jun 16 02:08:17 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 646/1320] 10.0.0.60 () {32 vars in 716 bytes} [Tue Jun 16 02:08:17 2026] GET /v2.0/extensions/security-groups-normalized-cidr => generated 251 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 675/1321] 10.0.0.60 () {32 vars in 714 bytes} [Tue Jun 16 02:08:17 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 647/1322] 10.0.0.60 () {32 vars in 726 bytes} [Tue Jun 16 02:08:17 2026] GET /v2.0/extensions/security-groups-remote-address-group => generated 254 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 676/1323] 10.0.0.60 () {32 vars in 740 bytes} [Tue Jun 16 02:08:17 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 648/1324] 10.0.0.60 () {32 vars in 718 bytes} [Tue Jun 16 02:08:17 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 677/1325] 10.0.0.60 () {32 vars in 682 bytes} [Tue Jun 16 02:08:17 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 649/1326] 10.0.0.60 () {32 vars in 668 bytes} [Tue Jun 16 02:08:17 2026] GET /v2.0/extensions/segment => generated 145 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 678/1327] 10.0.0.60 () {32 vars in 718 bytes} [Tue Jun 16 02:08:17 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 650/1328] 10.0.0.60 () {32 vars in 678 bytes} [Tue Jun 16 02:08:17 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 679/1329] 10.0.0.60 () {32 vars in 668 bytes} [Tue Jun 16 02:08:17 2026] GET /v2.0/extensions/sorting => generated 183 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 651/1330] 10.0.0.60 () {32 vars in 696 bytes} [Tue Jun 16 02:08:17 2026] GET /v2.0/extensions/standard-attr-segment => generated 212 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 680/1331] 10.0.0.60 () {32 vars in 704 bytes} [Tue Jun 16 02:08:17 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 652/1332] 10.0.0.60 () {32 vars in 700 bytes} [Tue Jun 16 02:08:17 2026] GET /v2.0/extensions/stateful-security-group => generated 208 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 681/1333] 10.0.0.60 () {32 vars in 700 bytes} [Tue Jun 16 02:08:17 2026] GET /v2.0/extensions/subnet-external-network => generated 224 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 653/1334] 10.0.0.60 () {32 vars in 682 bytes} [Tue Jun 16 02:08:17 2026] GET /v2.0/extensions/subnet_onboard => generated 197 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 682/1335] 10.0.0.60 () {32 vars in 704 bytes} [Tue Jun 16 02:08:17 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: 654/1336] 10.0.0.60 () {32 vars in 694 bytes} [Tue Jun 16 02:08:17 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 683/1337] 10.0.0.60 () {32 vars in 688 bytes} [Tue Jun 16 02:08:17 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 655/1338] 10.0.0.60 () {32 vars in 696 bytes} [Tue Jun 16 02:08:17 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 684/1339] 10.0.0.60 () {32 vars in 678 bytes} [Tue Jun 16 02:08:17 2026] GET /v2.0/extensions/tag-creation => generated 190 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 656/1340] 10.0.0.60 () {32 vars in 688 bytes} [Tue Jun 16 02:08:17 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 685/1341] 10.0.0.60 () {32 vars in 700 bytes} [Tue Jun 16 02:08:17 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 657/1342] 10.0.0.60 () {32 vars in 664 bytes} [Tue Jun 16 02:08:17 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 686/1343] 10.0.0.60 () {32 vars in 680 bytes} [Tue Jun 16 02:08:18 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 658/1344] 10.0.0.60 () {32 vars in 676 bytes} [Tue Jun 16 02:08:18 2026] GET /v2.0/extensions/vpn-aes-ctr => generated 195 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 687/1345] 10.0.0.60 () {32 vars in 692 bytes} [Tue Jun 16 02:08:18 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: 659/1346] 10.0.0.60 () {32 vars in 676 bytes} [Tue Jun 16 02:08:18 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 688/1347] 10.0.0.60 () {32 vars in 666 bytes} [Tue Jun 16 02:08:18 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: 660/1348] 10.0.0.60 () {32 vars in 662 bytes} [Tue Jun 16 02:08:18 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: 7|app: 0|req: 689/1349] 10.0.0.60 () {32 vars in 674 bytes} [Tue Jun 16 02:08:18 2026] GET /v2.0/extensions/tap-mirror => generated 222 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 661/1350] 10.0.0.60 () {32 vars in 686 bytes} [Tue Jun 16 02:08:18 2026] GET /v2.0/extensions/taas-vlan-filter => generated 226 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 690/1351] 10.0.0.60 () {32 vars in 773 bytes} [Tue Jun 16 02:08:18 2026] GET /v2.0/security-groups?tenant_id=7fc70ab212e24540ac88c85c3cf55575&name=default => generated 2925 bytes in 339 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 662/1352] 10.0.0.60 () {32 vars in 739 bytes} [Tue Jun 16 02:08:18 2026] DELETE /v2.0/security-groups/a8d7feea-ddfe-469f-9f7f-6b095961e6a4 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 663/1353] 10.0.0.46 () {32 vars in 800 bytes} [Tue Jun 16 02:08:20 2026] GET /v2.0/extensions => generated 21537 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 691/1354] 10.0.0.60 () {32 vars in 773 bytes} [Tue Jun 16 02:08:20 2026] GET /v2.0/security-groups?tenant_id=982a473c1c304af5a9aff81747f3c3ee&name=default => generated 2925 bytes in 226 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 664/1355] 10.0.0.60 () {32 vars in 739 bytes} [Tue Jun 16 02:08:20 2026] DELETE /v2.0/security-groups/1f843b22-9f03-4148-ad2c-bf1264717e58 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 692/1356] 10.0.0.46 () {30 vars in 723 bytes} [Tue Jun 16 02:08:20 2026] GET /v2.0/quotas/81f404b34adc476e8a460b8816e4b662/details => generated 847 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 665/1357] 10.0.0.60 () {32 vars in 773 bytes} [Tue Jun 16 02:08:20 2026] GET /v2.0/security-groups?tenant_id=7265dce6b7b34a148c33af1136345b1b&name=default => generated 2925 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 666/1358] 10.0.0.60 () {32 vars in 739 bytes} [Tue Jun 16 02:08:20 2026] DELETE /v2.0/security-groups/81ba9c62-7521-4fa2-aa77-e75371994f79 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:08:21.113 7 INFO neutron.db.segments_db [None req-d90ce84e-d845-4347-a3c9-a3bd2876d4ee e1ded2c3ccfa4ffeb78dec8ab3af03f5 9580ce3de7f14016a8ddc0064a69ba27 - - default default] Added segment 7cae8f52-9219-4e25-aad2-73184f338706 of type vxlan for network 540fdb12-f6cc-4d47-92df-a80f29e2c296 2026-06-16 02:08:21.167 7 INFO neutron.db.segments_db [None req-d90ce84e-d845-4347-a3c9-a3bd2876d4ee e1ded2c3ccfa4ffeb78dec8ab3af03f5 9580ce3de7f14016a8ddc0064a69ba27 - - default default] Added segment 9dac21d3-f838-4cc2-8851-e07288252338 of type vxlan for network 72fb1439-89f8-4a9f-9e04-6e62ff086852 [pid: 7|app: 0|req: 693/1359] 10.0.0.60 () {34 vars in 669 bytes} [Tue Jun 16 02:08:20 2026] POST /v2.0/networks => generated 1207 bytes in 420 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 667/1360] 10.0.0.60 () {32 vars in 648 bytes} [Tue Jun 16 02:08:21 2026] GET /v2.0/networks => generated 1844 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:08:21.451 7 INFO neutron.services.segments.plugin [-] Segment 7cae8f52-9219-4e25-aad2-73184f338706 resource provider aggregate not found 2026-06-16 02:08:21.456 7 INFO neutron.services.segments.plugin [-] Segment 7cae8f52-9219-4e25-aad2-73184f338706 resource provider aggregate not found 2026-06-16 02:08:21.477 7 INFO neutron.services.segments.plugin [-] Segment 7cae8f52-9219-4e25-aad2-73184f338706 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7cae8f52-9219-4e25-aad2-73184f338706 found for delete ", "request_id": "req-cf64f9cf-3b92-45c4-bbcb-78be8c6e5b15"}]} 2026-06-16 02:08:21.477 7 INFO neutron.services.segments.plugin [-] Segment 7cae8f52-9219-4e25-aad2-73184f338706 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7cae8f52-9219-4e25-aad2-73184f338706 found for delete ", "request_id": "req-922ba13f-ecf4-4f37-816b-5b8d6d4fba96"}]} [pid: 7|app: 0|req: 694/1361] 10.0.0.60 () {32 vars in 725 bytes} [Tue Jun 16 02:08:21 2026] DELETE /v2.0/networks/540fdb12-f6cc-4d47-92df-a80f29e2c296 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:08:21.600 8 INFO neutron.services.segments.plugin [-] Segment 9dac21d3-f838-4cc2-8851-e07288252338 resource provider aggregate not found 2026-06-16 02:08:21.605 8 INFO neutron.services.segments.plugin [-] Segment 9dac21d3-f838-4cc2-8851-e07288252338 resource provider aggregate not found 2026-06-16 02:08:21.620 8 INFO neutron.services.segments.plugin [-] Segment 9dac21d3-f838-4cc2-8851-e07288252338 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9dac21d3-f838-4cc2-8851-e07288252338 found for delete ", "request_id": "req-3725e929-d965-4723-a76f-68414990b204"}]} 2026-06-16 02:08:21.621 8 INFO neutron.services.segments.plugin [-] Segment 9dac21d3-f838-4cc2-8851-e07288252338 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9dac21d3-f838-4cc2-8851-e07288252338 found for delete ", "request_id": "req-c5336a73-d668-40c1-afc7-b7a1a56681ff"}]} [pid: 8|app: 0|req: 668/1362] 10.0.0.60 () {32 vars in 725 bytes} [Tue Jun 16 02:08:21 2026] DELETE /v2.0/networks/72fb1439-89f8-4a9f-9e04-6e62ff086852 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 695/1363] 10.0.0.60 () {32 vars in 648 bytes} [Tue Jun 16 02:08:21 2026] GET /v2.0/networks => generated 651 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:08:21.753 8 INFO neutron.db.segments_db [None req-aef0f65d-8599-4254-9d54-9cd1610f46f0 e1ded2c3ccfa4ffeb78dec8ab3af03f5 9580ce3de7f14016a8ddc0064a69ba27 - - default default] Added segment 4d6a27a7-b2fe-4507-b37d-774d208ab458 of type vxlan for network 4da15e86-e021-4b59-b900-2770770bf537 [pid: 8|app: 0|req: 669/1364] 10.0.0.60 () {34 vars in 669 bytes} [Tue Jun 16 02:08:21 2026] POST /v2.0/networks => generated 634 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:08:21.944 7 INFO neutron.db.segments_db [None req-f4ca0ba2-a68b-45d4-92a8-cbce3a356590 e1ded2c3ccfa4ffeb78dec8ab3af03f5 9580ce3de7f14016a8ddc0064a69ba27 - - default default] Added segment 376990f0-bb80-41ab-852a-df42a54ab6fd of type vxlan for network 1011dfea-97f1-4c47-a0dd-dc2d9b4077b1 [pid: 7|app: 0|req: 696/1365] 10.0.0.60 () {34 vars in 669 bytes} [Tue Jun 16 02:08:21 2026] POST /v2.0/networks => generated 635 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 670/1366] 10.0.0.60 () {34 vars in 664 bytes} [Tue Jun 16 02:08:22 2026] POST /v2.0/ports => generated 1505 bytes in 543 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 697/1367] 10.0.0.60 () {32 vars in 642 bytes} [Tue Jun 16 02:08:22 2026] GET /v2.0/ports => generated 1505 bytes in 130 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:08:23.181 8 INFO neutron_taas.services.taas.taas_plugin [None req-e74a450b-5e71-4d50-bb4f-74afe9531e5b e1ded2c3ccfa4ffeb78dec8ab3af03f5 9580ce3de7f14016a8ddc0064a69ba27 - - default default] TaaS: Handle Delete Port: 4b704421-c202-4fca-8737-f7bebc371da3 2026-06-16 02:08:23.184 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e74a450b-5e71-4d50-bb4f-74afe9531e5b e1ded2c3ccfa4ffeb78dec8ab3af03f5 9580ce3de7f14016a8ddc0064a69ba27 - - default default] Tap Mirror: Handle Delete Port: 4b704421-c202-4fca-8737-f7bebc371da3 [pid: 8|app: 0|req: 671/1368] 10.0.0.60 () {32 vars in 719 bytes} [Tue Jun 16 02:08:22 2026] DELETE /v2.0/ports/4b704421-c202-4fca-8737-f7bebc371da3 => generated 0 bytes in 556 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:08:23.380 7 INFO neutron_taas.services.taas.taas_plugin [None req-9fddb39f-612e-4db0-9748-c5ef2327aa28 e1ded2c3ccfa4ffeb78dec8ab3af03f5 9580ce3de7f14016a8ddc0064a69ba27 - - default default] TaaS: Handle Delete Port: c635a6a2-d7ed-4b95-aaaf-93738b87e644 2026-06-16 02:08:23.384 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9fddb39f-612e-4db0-9748-c5ef2327aa28 e1ded2c3ccfa4ffeb78dec8ab3af03f5 9580ce3de7f14016a8ddc0064a69ba27 - - default default] Tap Mirror: Handle Delete Port: c635a6a2-d7ed-4b95-aaaf-93738b87e644 [pid: 7|app: 0|req: 698/1369] 10.0.0.60 () {32 vars in 719 bytes} [Tue Jun 16 02:08:23 2026] DELETE /v2.0/ports/c635a6a2-d7ed-4b95-aaaf-93738b87e644 => generated 0 bytes in 172 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 672/1370] 10.0.0.60 () {32 vars in 642 bytes} [Tue Jun 16 02:08:23 2026] GET /v2.0/ports => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:08:23.540 7 INFO neutron.db.segments_db [None req-ea314121-3125-40ba-b717-7d17524e1be8 e1ded2c3ccfa4ffeb78dec8ab3af03f5 9580ce3de7f14016a8ddc0064a69ba27 - - default default] Added segment 7011bfa9-743b-4957-819a-69c59db0e049 of type vxlan for network 6b834fef-96ec-454d-95c6-2afc08fe5bb5 [pid: 7|app: 0|req: 699/1371] 10.0.0.60 () {34 vars in 669 bytes} [Tue Jun 16 02:08:23 2026] POST /v2.0/networks => generated 634 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:08:23.679 8 INFO neutron.db.segments_db [None req-78f0a0a7-5bc5-4d77-8813-4caef996a9db e1ded2c3ccfa4ffeb78dec8ab3af03f5 9580ce3de7f14016a8ddc0064a69ba27 - - default default] Added segment b8647c5b-bf19-43b1-83de-02b63ebdc7e6 of type vxlan for network 308d0d28-5bf1-4564-984f-4d36b9252130 [pid: 7|app: 0|req: 700/1372] 10.0.0.46 () {32 vars in 800 bytes} [Tue Jun 16 02:08:23 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: 673/1373] 10.0.0.60 () {34 vars in 669 bytes} [Tue Jun 16 02:08:23 2026] POST /v2.0/networks => generated 634 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 701/1374] 10.0.0.46 () {30 vars in 723 bytes} [Tue Jun 16 02:08:23 2026] GET /v2.0/quotas/81f404b34adc476e8a460b8816e4b662/details => generated 847 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 674/1375] 10.0.0.166 () {34 vars in 990 bytes} [Tue Jun 16 02:08:24 2026] GET /v2.0/ports?device_id=ae8f2376-eec0-4877-a0f3-091c3c153bd4 => generated 1240 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 702/1376] 10.0.0.166 () {34 vars in 1040 bytes} [Tue Jun 16 02:08:24 2026] GET /v2.0/security-groups?id=49bb4ff1-75a7-4216-b987-593944e29bdc&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: 675/1377] 10.0.0.60 () {34 vars in 668 bytes} [Tue Jun 16 02:08:24 2026] POST /v2.0/subnets => generated 1324 bytes in 533 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 703/1378] 10.0.0.60 () {32 vars in 646 bytes} [Tue Jun 16 02:08:24 2026] GET /v2.0/subnets => generated 1960 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 676/1379] 10.0.0.60 () {32 vars in 723 bytes} [Tue Jun 16 02:08:24 2026] DELETE /v2.0/subnets/267fa7d4-56b2-4411-96e9-0c1ac6bb57af => 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: 704/1380] 10.0.0.60 () {32 vars in 723 bytes} [Tue Jun 16 02:08:24 2026] DELETE /v2.0/subnets/6fbd70bc-b71b-4ea7-9858-afdf8db63f61 => 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: 677/1381] 10.0.0.60 () {32 vars in 646 bytes} [Tue Jun 16 02:08:25 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:08:25.286 7 INFO neutron.services.segments.plugin [-] Segment b8647c5b-bf19-43b1-83de-02b63ebdc7e6 resource provider aggregate not found 2026-06-16 02:08:25.289 7 INFO neutron.services.segments.plugin [-] Segment b8647c5b-bf19-43b1-83de-02b63ebdc7e6 resource provider aggregate not found 2026-06-16 02:08:25.308 7 INFO neutron.services.segments.plugin [-] Segment b8647c5b-bf19-43b1-83de-02b63ebdc7e6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b8647c5b-bf19-43b1-83de-02b63ebdc7e6 found for delete ", "request_id": "req-7cccd14e-f294-42a0-9048-6a32b8bb2f11"}]} 2026-06-16 02:08:25.314 7 INFO neutron.services.segments.plugin [-] Segment b8647c5b-bf19-43b1-83de-02b63ebdc7e6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b8647c5b-bf19-43b1-83de-02b63ebdc7e6 found for delete ", "request_id": "req-ddf11fc2-918a-400c-9583-76ffe991c844"}]} [pid: 7|app: 0|req: 705/1382] 10.0.0.60 () {32 vars in 725 bytes} [Tue Jun 16 02:08:25 2026] DELETE /v2.0/networks/308d0d28-5bf1-4564-984f-4d36b9252130 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:08:25.448 8 INFO neutron.services.segments.plugin [-] Segment 7011bfa9-743b-4957-819a-69c59db0e049 resource provider aggregate not found 2026-06-16 02:08:25.454 8 INFO neutron.services.segments.plugin [-] Segment 7011bfa9-743b-4957-819a-69c59db0e049 resource provider aggregate not found 2026-06-16 02:08:25.470 8 INFO neutron.services.segments.plugin [-] Segment 7011bfa9-743b-4957-819a-69c59db0e049 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7011bfa9-743b-4957-819a-69c59db0e049 found for delete ", "request_id": "req-9d4ec563-437e-4ea2-93c1-73970db90315"}]} 2026-06-16 02:08:25.478 8 INFO neutron.services.segments.plugin [-] Segment 7011bfa9-743b-4957-819a-69c59db0e049 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7011bfa9-743b-4957-819a-69c59db0e049 found for delete ", "request_id": "req-8d2a3678-d30a-47a1-a08e-1ab051373a98"}]} [pid: 8|app: 0|req: 678/1383] 10.0.0.60 () {32 vars in 725 bytes} [Tue Jun 16 02:08:25 2026] DELETE /v2.0/networks/6b834fef-96ec-454d-95c6-2afc08fe5bb5 => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 706/1384] 10.0.0.60 () {32 vars in 725 bytes} [Tue Jun 16 02:08:25 2026] DELETE /v2.0/networks/1011dfea-97f1-4c47-a0dd-dc2d9b4077b1 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 679/1385] 10.0.0.60 () {32 vars in 725 bytes} [Tue Jun 16 02:08:25 2026] DELETE /v2.0/networks/4da15e86-e021-4b59-b900-2770770bf537 => 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: 707/1388] 10.0.0.60 () {32 vars in 773 bytes} [Tue Jun 16 02:08:25 2026] GET /v2.0/security-groups?tenant_id=d867e8eab79344cdaf441732b95b97ff&name=default => generated 2925 bytes in 366 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 682/1389] 10.0.0.60 () {32 vars in 773 bytes} [Tue Jun 16 02:08:26 2026] GET /v2.0/security-groups?tenant_id=9580ce3de7f14016a8ddc0064a69ba27&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: 708/1390] 10.0.0.60 () {32 vars in 739 bytes} [Tue Jun 16 02:08:26 2026] DELETE /v2.0/security-groups/af338388-bf1b-428f-8012-8524a9bd33fd => 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: 683/1391] 10.0.0.60 () {32 vars in 739 bytes} [Tue Jun 16 02:08:26 2026] DELETE /v2.0/security-groups/ddfc7b17-c37c-40d2-adc7-70504877ddb1 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 709/1392] 10.0.0.60 () {32 vars in 773 bytes} [Tue Jun 16 02:08:26 2026] GET /v2.0/security-groups?tenant_id=1d121ee98c8c4aa981b74b35cc2261d5&name=default => generated 2925 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 684/1393] 10.0.0.60 () {32 vars in 739 bytes} [Tue Jun 16 02:08:26 2026] DELETE /v2.0/security-groups/770ce511-8f88-4b76-a46b-7b6967a897c2 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:08:27.331 7 INFO neutron.services.segments.plugin [-] Segment 376990f0-bb80-41ab-852a-df42a54ab6fd resource provider aggregate not found 2026-06-16 02:08:27.337 7 INFO neutron.services.segments.plugin [-] Segment 376990f0-bb80-41ab-852a-df42a54ab6fd resource provider aggregate not found 2026-06-16 02:08:27.360 7 INFO neutron.services.segments.plugin [-] Segment 376990f0-bb80-41ab-852a-df42a54ab6fd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 376990f0-bb80-41ab-852a-df42a54ab6fd found for delete ", "request_id": "req-f6309ae7-613f-4e39-bfbe-542ceee7712e"}]} 2026-06-16 02:08:27.361 7 INFO neutron.services.segments.plugin [-] Segment 376990f0-bb80-41ab-852a-df42a54ab6fd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 376990f0-bb80-41ab-852a-df42a54ab6fd found for delete ", "request_id": "req-66e5bc2b-5a7c-4fff-86e9-c84aa16e3afe"}]} [pid: 7|app: 0|req: 710/1394] 10.0.0.60 () {32 vars in 773 bytes} [Tue Jun 16 02:08:27 2026] GET /v2.0/security-groups?tenant_id=81f404b34adc476e8a460b8816e4b662&name=default => generated 2925 bytes in 249 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:08:27.490 8 INFO neutron.services.segments.plugin [-] Segment 4d6a27a7-b2fe-4507-b37d-774d208ab458 resource provider aggregate not found 2026-06-16 02:08:27.499 8 INFO neutron.services.segments.plugin [-] Segment 4d6a27a7-b2fe-4507-b37d-774d208ab458 resource provider aggregate not found 2026-06-16 02:08:27.505 8 INFO neutron.services.segments.plugin [-] Segment 4d6a27a7-b2fe-4507-b37d-774d208ab458 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4d6a27a7-b2fe-4507-b37d-774d208ab458 found for delete ", "request_id": "req-ef53bb2b-7b7c-46f3-adde-faec9ace2f8b"}]} 2026-06-16 02:08:27.514 8 INFO neutron.services.segments.plugin [-] Segment 4d6a27a7-b2fe-4507-b37d-774d208ab458 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4d6a27a7-b2fe-4507-b37d-774d208ab458 found for delete ", "request_id": "req-7a41e1bd-346c-417f-8d6b-d2ce0a874b12"}]} [pid: 8|app: 0|req: 685/1395] 10.0.0.60 () {32 vars in 739 bytes} [Tue Jun 16 02:08:27 2026] DELETE /v2.0/security-groups/0c25ec15-fefb-4ecf-870e-0a05a519ba93 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:08:28.485 7 INFO neutron.db.segments_db [None req-790848f4-e01b-45e9-9b18-3cd8aa2229ac 869d554b14484a8b833bca29a499d646 9015891f907f4d6e94c1c37aceacf260 - - default default] Added segment 7f49e33d-7a69-4f39-ab1e-648bf8cbe7bc of type vxlan for network a74dde6d-81c2-408a-8071-b385cc27b05b [pid: 7|app: 0|req: 711/1396] 10.0.0.60 () {34 vars in 669 bytes} [Tue Jun 16 02:08:28 2026] POST /v2.0/networks => generated 610 bytes in 319 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:08:28.629 8 INFO neutron.db.segments_db [None req-cd60266c-0216-4e13-8c34-26adae2fa27e 869d554b14484a8b833bca29a499d646 9015891f907f4d6e94c1c37aceacf260 - - default default] Added segment 364377e2-6dff-4664-8136-c88205e22018 of type vxlan for network f9b2fb11-b54c-4821-a708-1127a3d5cd9c [pid: 8|app: 0|req: 686/1397] 10.0.0.60 () {34 vars in 669 bytes} [Tue Jun 16 02:08:28 2026] POST /v2.0/networks => generated 611 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 712/1398] 10.0.0.60 () {34 vars in 668 bytes} [Tue Jun 16 02:08:28 2026] POST /v2.0/subnets => generated 626 bytes in 211 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 687/1399] 10.0.0.60 () {32 vars in 773 bytes} [Tue Jun 16 02:08:28 2026] GET /v2.0/security-groups?tenant_id=fc7c5c645e854312b825480c5017711b&name=default => generated 2925 bytes in 299 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 713/1400] 10.0.0.60 () {34 vars in 668 bytes} [Tue Jun 16 02:08:28 2026] POST /v2.0/subnets => generated 626 bytes in 242 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:08:29.234 7 INFO neutron.db.segments_db [None req-21407dc4-fd12-4296-9628-6b32d9978adb 869d554b14484a8b833bca29a499d646 9015891f907f4d6e94c1c37aceacf260 - - default default] Added segment 85d1203e-406c-496d-af5f-0108448b1d6d of type vxlan for network 42a4f8c5-e518-406f-8a8d-f2f0303f2b29 [pid: 8|app: 0|req: 688/1401] 10.0.0.60 () {32 vars in 739 bytes} [Tue Jun 16 02:08:29 2026] DELETE /v2.0/security-groups/bbcff488-5016-44e2-b19a-bff34a900dd3 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:08:29.539 7 INFO neutron.db.l3_hamode_db [None req-21407dc4-fd12-4296-9628-6b32d9978adb 869d554b14484a8b833bca29a499d646 9015891f907f4d6e94c1c37aceacf260 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-16 02:08:29.679 7 INFO neutron.db.l3_hamode_db [None req-21407dc4-fd12-4296-9628-6b32d9978adb 869d554b14484a8b833bca29a499d646 9015891f907f4d6e94c1c37aceacf260 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 714/1402] 10.0.0.60 () {34 vars in 668 bytes} [Tue Jun 16 02:08:29 2026] POST /v2.0/routers => generated 507 bytes in 1187 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:08:30.672 8 INFO neutron.db.segments_db [None req-62d7f4a2-32a2-4d3d-aa1c-12a80e7d0d95 fbee614d31bc404aa9285d0a89fef1f8 2bed9322f6be41c3be9012b64198eba9 - - default default] Added segment 29b0673c-7bb0-4a3d-a1ae-b268fc4eb5bc of type vxlan for network dc540e8b-47d6-4f57-9cf4-3a4c6e8ffc77 [pid: 8|app: 0|req: 689/1403] 10.0.0.60 () {34 vars in 670 bytes} [Tue Jun 16 02:08:30 2026] POST /v2.0/networks => generated 613 bytes in 442 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:08:30.803 8 INFO neutron.db.segments_db [None req-cc050569-aa7e-4b31-8db2-f5b2db51d00f fbee614d31bc404aa9285d0a89fef1f8 2bed9322f6be41c3be9012b64198eba9 - - default default] Added segment 8f47516f-f4a0-4dd7-9f8e-41428c92cd08 of type vxlan for network 65ca9ebe-3620-4151-942a-2a6912276d03 2026-06-16 02:08:31.018 8 INFO neutron.db.l3_hamode_db [None req-cc050569-aa7e-4b31-8db2-f5b2db51d00f fbee614d31bc404aa9285d0a89fef1f8 2bed9322f6be41c3be9012b64198eba9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 715/1404] 10.0.0.60 () {34 vars in 782 bytes} [Tue Jun 16 02:08:30 2026] PUT /v2.0/routers/4070a4db-ed43-441e-840d-b4d8c80d2aa0/add_router_interface => generated 309 bytes in 1097 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 716/1405] 10.0.0.60 () {32 vars in 716 bytes} [Tue Jun 16 02:08:31 2026] GET /v2.0/ports/cd2e4bac-4d89-4eef-848f-45b2386edb28 => generated 955 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:08:31.722 8 INFO neutron.db.l3_hamode_db [None req-cc050569-aa7e-4b31-8db2-f5b2db51d00f fbee614d31bc404aa9285d0a89fef1f8 2bed9322f6be41c3be9012b64198eba9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 690/1406] 10.0.0.60 () {34 vars in 668 bytes} [Tue Jun 16 02:08:30 2026] POST /v2.0/routers => generated 694 bytes in 1793 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 717/1407] 10.0.0.60 () {34 vars in 782 bytes} [Tue Jun 16 02:08:31 2026] PUT /v2.0/routers/4070a4db-ed43-441e-840d-b4d8c80d2aa0/add_router_interface => generated 309 bytes in 1160 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 718/1408] 10.0.0.60 () {32 vars in 716 bytes} [Tue Jun 16 02:08:32 2026] GET /v2.0/ports/dcf43b8a-c526-44a5-9e95-b5ed8285776f => generated 955 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 691/1409] 10.0.0.60 () {32 vars in 775 bytes} [Tue Jun 16 02:08:32 2026] GET /v2.0/subnets?project_id=2bed9322f6be41c3be9012b64198eba9&cidr=10.100.0.0%2F28 => generated 14 bytes in 176 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 692/1410] 10.0.0.60 () {32 vars in 693 bytes} [Tue Jun 16 02:08:32 2026] GET /v2.0/networks?router%3Aexternal=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: 693/1411] 10.0.0.60 () {32 vars in 783 bytes} [Tue Jun 16 02:08:32 2026] GET /v2.0/subnets?network_id=65dba030-3915-44c8-8a86-8bbdbe69721d&cidr=10.100.0.0%2F28 => generated 14 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:08:33.046 7 INFO neutron_taas.services.taas.taas_plugin [None req-684d1440-b3ae-4cbb-a5cd-af8c27abfa30 869d554b14484a8b833bca29a499d646 9015891f907f4d6e94c1c37aceacf260 - - default default] TaaS: Handle Delete Port: dcf43b8a-c526-44a5-9e95-b5ed8285776f 2026-06-16 02:08:33.049 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-684d1440-b3ae-4cbb-a5cd-af8c27abfa30 869d554b14484a8b833bca29a499d646 9015891f907f4d6e94c1c37aceacf260 - - default default] Tap Mirror: Handle Delete Port: dcf43b8a-c526-44a5-9e95-b5ed8285776f [pid: 8|app: 0|req: 694/1412] 10.0.0.60 () {34 vars in 668 bytes} [Tue Jun 16 02:08:32 2026] POST /v2.0/subnets => generated 655 bytes in 238 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 719/1413] 10.0.0.60 () {34 vars in 788 bytes} [Tue Jun 16 02:08:32 2026] PUT /v2.0/routers/4070a4db-ed43-441e-840d-b4d8c80d2aa0/remove_router_interface => generated 309 bytes in 799 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:08:33.895 7 INFO neutron_taas.services.taas.taas_plugin [None req-d17d2eea-5e39-4410-9df7-387f049c6603 869d554b14484a8b833bca29a499d646 9015891f907f4d6e94c1c37aceacf260 - - default default] TaaS: Handle Delete Port: cd2e4bac-4d89-4eef-848f-45b2386edb28 2026-06-16 02:08:33.899 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d17d2eea-5e39-4410-9df7-387f049c6603 869d554b14484a8b833bca29a499d646 9015891f907f4d6e94c1c37aceacf260 - - default default] Tap Mirror: Handle Delete Port: cd2e4bac-4d89-4eef-848f-45b2386edb28 [pid: 8|app: 0|req: 695/1414] 10.0.0.60 () {34 vars in 782 bytes} [Tue Jun 16 02:08:33 2026] PUT /v2.0/routers/478d1af9-3b0a-4e1a-bc70-383045e97f07/add_router_interface => generated 309 bytes in 1270 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 720/1415] 10.0.0.60 () {34 vars in 788 bytes} [Tue Jun 16 02:08:33 2026] PUT /v2.0/routers/4070a4db-ed43-441e-840d-b4d8c80d2aa0/remove_router_interface => generated 309 bytes in 837 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 721/1416] 10.0.0.60 () {32 vars in 735 bytes} [Tue Jun 16 02:08:34 2026] GET /v2.0/ports?device_id=4070a4db-ed43-441e-840d-b4d8c80d2aa0 => 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: 696/1417] 10.0.0.60 () {32 vars in 648 bytes} [Tue Jun 16 02:08:34 2026] GET /v2.0/networks => generated 7235 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 697/1418] 10.0.0.60 () {32 vars in 646 bytes} [Tue Jun 16 02:08:34 2026] GET /v2.0/subnets => generated 5786 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 698/1419] 10.0.0.60 () {32 vars in 646 bytes} [Tue Jun 16 02:08:34 2026] GET /v2.0/routers => generated 2001 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:08:34.572 7 INFO neutron_taas.services.taas.taas_plugin [None req-4a26a2f0-06ab-44a4-a614-37c08b498612 869d554b14484a8b833bca29a499d646 9015891f907f4d6e94c1c37aceacf260 - - default default] TaaS: Handle Delete Port: 465b86b5-104d-40d9-aa9b-daf552ea466d 2026-06-16 02:08:34.575 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4a26a2f0-06ab-44a4-a614-37c08b498612 869d554b14484a8b833bca29a499d646 9015891f907f4d6e94c1c37aceacf260 - - default default] Tap Mirror: Handle Delete Port: 465b86b5-104d-40d9-aa9b-daf552ea466d [pid: 8|app: 0|req: 699/1420] 10.0.0.60 () {34 vars in 684 bytes} [Tue Jun 16 02:08:34 2026] POST /v2.0/security-groups => generated 1673 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 700/1421] 10.0.0.60 () {34 vars in 694 bytes} [Tue Jun 16 02:08:34 2026] POST /v2.0/security-group-rules => generated 597 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:08:34.962 7 INFO neutron.services.segments.plugin [-] Segment 85d1203e-406c-496d-af5f-0108448b1d6d resource provider aggregate not found 2026-06-16 02:08:34.973 7 INFO neutron.services.segments.plugin [-] Segment 85d1203e-406c-496d-af5f-0108448b1d6d resource provider aggregate not found [pid: 8|app: 0|req: 701/1422] 10.0.0.60 () {34 vars in 694 bytes} [Tue Jun 16 02:08:34 2026] POST /v2.0/security-group-rules => generated 596 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:08:34.992 7 INFO neutron.services.segments.plugin [-] Segment 85d1203e-406c-496d-af5f-0108448b1d6d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 85d1203e-406c-496d-af5f-0108448b1d6d found for delete ", "request_id": "req-e3cf0db6-15bd-41c0-9e28-7a8850cfe1e7"}]} 2026-06-16 02:08:34.998 7 INFO neutron.services.segments.plugin [-] Segment 85d1203e-406c-496d-af5f-0108448b1d6d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 85d1203e-406c-496d-af5f-0108448b1d6d found for delete ", "request_id": "req-25f2ebe2-c35a-4dc4-8967-7a285f49a601"}]} 2026-06-16 02:08:35.003 7 INFO neutron.db.l3_hamode_db [None req-4a26a2f0-06ab-44a4-a614-37c08b498612 869d554b14484a8b833bca29a499d646 9015891f907f4d6e94c1c37aceacf260 - - default default] HA network 42a4f8c5-e518-406f-8a8d-f2f0303f2b29 was deleted as no HA routers are present in tenant 9015891f907f4d6e94c1c37aceacf260. [pid: 7|app: 0|req: 722/1423] 10.0.0.60 () {32 vars in 723 bytes} [Tue Jun 16 02:08:34 2026] DELETE /v2.0/routers/4070a4db-ed43-441e-840d-b4d8c80d2aa0 => generated 0 bytes in 608 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 702/1424] 10.0.0.60 () {34 vars in 694 bytes} [Tue Jun 16 02:08:34 2026] POST /v2.0/security-group-rules => generated 602 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 723/1425] 10.0.0.60 () {32 vars in 723 bytes} [Tue Jun 16 02:08:35 2026] DELETE /v2.0/subnets/3f3fd1ba-cc53-42a3-8e88-fad613756563 => generated 0 bytes in 182 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 703/1426] 10.0.0.60 () {34 vars in 694 bytes} [Tue Jun 16 02:08:35 2026] POST /v2.0/security-group-rules => generated 601 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:08:35.263 8 INFO neutron.db.securitygroups_db [None req-f2469739-8838-4140-aaa0-2502fb4a082e fbee614d31bc404aa9285d0a89fef1f8 2bed9322f6be41c3be9012b64198eba9 - - default default] Project 2bed9322f6be41c3be9012b64198eba9 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: 704/1427] 10.0.0.60 () {34 vars in 694 bytes} [Tue Jun 16 02:08:35 2026] POST /v2.0/security-group-rules => generated 607 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 724/1428] 10.0.0.60 () {32 vars in 723 bytes} [Tue Jun 16 02:08:35 2026] DELETE /v2.0/subnets/1ff969e2-dac5-4592-80f4-2deca9c43200 => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:08:35.397 8 INFO neutron.db.securitygroups_db [None req-55246ee8-b584-4626-9d6f-e223bd14197d fbee614d31bc404aa9285d0a89fef1f8 2bed9322f6be41c3be9012b64198eba9 - - default default] Project 2bed9322f6be41c3be9012b64198eba9 added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. 2026-06-16 02:08:35.469 7 INFO neutron_taas.services.taas.taas_plugin [None req-d6f47134-6473-4433-b3f6-3e159c315099 869d554b14484a8b833bca29a499d646 9015891f907f4d6e94c1c37aceacf260 - - default default] TaaS: Handle Delete Port: b461c1fa-bccd-42b1-8e96-d7ad32d42776 2026-06-16 02:08:35.472 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d6f47134-6473-4433-b3f6-3e159c315099 869d554b14484a8b833bca29a499d646 9015891f907f4d6e94c1c37aceacf260 - - default default] Tap Mirror: Handle Delete Port: b461c1fa-bccd-42b1-8e96-d7ad32d42776 [pid: 8|app: 0|req: 705/1429] 10.0.0.60 () {34 vars in 694 bytes} [Tue Jun 16 02:08:35 2026] POST /v2.0/security-group-rules => generated 606 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 725/1430] 10.0.0.60 () {32 vars in 725 bytes} [Tue Jun 16 02:08:35 2026] DELETE /v2.0/networks/f9b2fb11-b54c-4821-a708-1127a3d5cd9c => generated 0 bytes in 288 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:08:35.746 8 INFO neutron_taas.services.taas.taas_plugin [None req-40111018-1ec1-43b6-98b5-bf17e4fbabf8 869d554b14484a8b833bca29a499d646 9015891f907f4d6e94c1c37aceacf260 - - default default] TaaS: Handle Delete Port: a7eb5257-1ce0-40a3-9cf8-476ef4e8d736 2026-06-16 02:08:35.748 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-40111018-1ec1-43b6-98b5-bf17e4fbabf8 869d554b14484a8b833bca29a499d646 9015891f907f4d6e94c1c37aceacf260 - - default default] Tap Mirror: Handle Delete Port: a7eb5257-1ce0-40a3-9cf8-476ef4e8d736 2026-06-16 02:08:35.893 8 INFO neutron.services.segments.plugin [-] Segment 7f49e33d-7a69-4f39-ab1e-648bf8cbe7bc resource provider aggregate not found 2026-06-16 02:08:35.902 8 INFO neutron.services.segments.plugin [-] Segment 7f49e33d-7a69-4f39-ab1e-648bf8cbe7bc resource provider aggregate not found 2026-06-16 02:08:35.918 8 INFO neutron.services.segments.plugin [-] Segment 7f49e33d-7a69-4f39-ab1e-648bf8cbe7bc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7f49e33d-7a69-4f39-ab1e-648bf8cbe7bc found for delete ", "request_id": "req-d826daed-8e88-404e-9d89-00e6d6607042"}]} 2026-06-16 02:08:35.924 8 INFO neutron.services.segments.plugin [-] Segment 7f49e33d-7a69-4f39-ab1e-648bf8cbe7bc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7f49e33d-7a69-4f39-ab1e-648bf8cbe7bc found for delete ", "request_id": "req-84954437-2226-439e-81ef-2cd9d7a8556d"}]} [pid: 8|app: 0|req: 706/1431] 10.0.0.60 () {32 vars in 725 bytes} [Tue Jun 16 02:08:35 2026] DELETE /v2.0/networks/a74dde6d-81c2-408a-8071-b385cc27b05b => generated 0 bytes in 252 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:08:35.988 7 INFO neutron.db.segments_db [None req-525bee67-432b-498a-a43e-45a0eb758b59 869d554b14484a8b833bca29a499d646 9015891f907f4d6e94c1c37aceacf260 - - default default] Added segment 11a47efc-453c-484d-9f17-77d2aedef5a0 of type vxlan for network 28a3bc91-e9db-4b74-9147-9a06d9402614 [pid: 8|app: 0|req: 707/1432] 10.0.0.60 () {32 vars in 648 bytes} [Tue Jun 16 02:08:35 2026] GET /v2.0/networks => generated 1297 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 726/1433] 10.0.0.60 () {34 vars in 669 bytes} [Tue Jun 16 02:08:35 2026] POST /v2.0/networks => generated 611 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 727/1434] 10.0.0.213 () {34 vars in 1098 bytes} [Tue Jun 16 02:08:36 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-602543791&fields=id&tenant_id=2bed9322f6be41c3be9012b64198eba9 => 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: 728/1435] 10.0.0.213 () {34 vars in 982 bytes} [Tue Jun 16 02:08:36 2026] GET /v2.0/networks?id=dc540e8b-47d6-4f57-9cf4-3a4c6e8ffc77 => generated 660 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 729/1436] 10.0.0.213 () {34 vars in 965 bytes} [Tue Jun 16 02:08:36 2026] GET /v2.0/quotas/2bed9322f6be41c3be9012b64198eba9 => 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: 708/1437] 10.0.0.60 () {34 vars in 668 bytes} [Tue Jun 16 02:08:36 2026] POST /v2.0/subnets => generated 626 bytes in 232 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 730/1438] 10.0.0.213 () {34 vars in 1002 bytes} [Tue Jun 16 02:08:36 2026] GET /v2.0/ports?tenant_id=2bed9322f6be41c3be9012b64198eba9&fields=id => generated 57 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:08:36.398 8 INFO neutron.db.segments_db [None req-802bae8c-1187-4bc8-abbc-948e8a9f884d 869d554b14484a8b833bca29a499d646 9015891f907f4d6e94c1c37aceacf260 - - default default] Added segment 274c4033-1c19-4f79-bc4b-2f5d7f3ebefe of type vxlan for network 9ace1a0b-05e3-4987-8b0e-031a6043a195 [pid: 7|app: 0|req: 731/1439] 10.0.0.213 () {34 vars in 1008 bytes} [Tue Jun 16 02:08:36 2026] GET /v2.0/networks/dc540e8b-47d6-4f57-9cf4-3a4c6e8ffc77?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: 732/1440] 10.0.0.213 () {34 vars in 1108 bytes} [Tue Jun 16 02:08:36 2026] GET /v2.0/networks/dc540e8b-47d6-4f57-9cf4-3a4c6e8ffc77?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: 733/1441] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:08:36 2026] GET /v2.0/ports?device_id=9d51b95e-1860-48fd-a29a-5cfa41ebc75e => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:08:36.659 8 INFO neutron.db.l3_hamode_db [None req-802bae8c-1187-4bc8-abbc-948e8a9f884d 869d554b14484a8b833bca29a499d646 9015891f907f4d6e94c1c37aceacf260 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-16 02:08:36.788 8 INFO neutron.db.l3_hamode_db [None req-802bae8c-1187-4bc8-abbc-948e8a9f884d 869d554b14484a8b833bca29a499d646 9015891f907f4d6e94c1c37aceacf260 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-16 02:08:37.012 7 INFO neutron.services.segments.plugin [-] Segment 364377e2-6dff-4664-8136-c88205e22018 resource provider aggregate not found 2026-06-16 02:08:37.017 7 INFO neutron.services.segments.plugin [-] Segment 364377e2-6dff-4664-8136-c88205e22018 resource provider aggregate not found 2026-06-16 02:08:37.030 7 INFO neutron.services.segments.plugin [-] Segment 364377e2-6dff-4664-8136-c88205e22018 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 364377e2-6dff-4664-8136-c88205e22018 found for delete ", "request_id": "req-2672a621-4724-4058-bff1-2b341c47c090"}]} 2026-06-16 02:08:37.037 7 INFO neutron.services.segments.plugin [-] Segment 364377e2-6dff-4664-8136-c88205e22018 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 364377e2-6dff-4664-8136-c88205e22018 found for delete ", "request_id": "req-e270b942-e4da-43bb-b2dd-93d340bea1cc"}]} [pid: 8|app: 0|req: 709/1442] 10.0.0.60 () {34 vars in 668 bytes} [Tue Jun 16 02:08:36 2026] POST /v2.0/routers => generated 504 bytes in 1125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 710/1443] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:08:37 2026] GET /v2.0/ports?device_id=9d51b95e-1860-48fd-a29a-5cfa41ebc75e => 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: 734/1444] 10.0.0.60 () {34 vars in 664 bytes} [Tue Jun 16 02:08:37 2026] POST /v2.0/ports => generated 952 bytes in 395 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 711/1445] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:08:37 2026] GET /v2.0/ports?device_id=ae8f2376-eec0-4877-a0f3-091c3c153bd4 => generated 971 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 712/1446] 10.0.0.213 () {34 vars in 1040 bytes} [Tue Jun 16 02:08:37 2026] GET /v2.0/security-groups?id=49bb4ff1-75a7-4216-b987-593944e29bdc&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: 713/1447] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:08:37 2026] GET /v2.0/ports?device_id=ae8f2376-eec0-4877-a0f3-091c3c153bd4 => generated 971 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 714/1448] 10.0.0.213 () {34 vars in 1040 bytes} [Tue Jun 16 02:08:38 2026] GET /v2.0/security-groups?id=49bb4ff1-75a7-4216-b987-593944e29bdc&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: 715/1449] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:08:38 2026] GET /v2.0/ports?device_id=ae8f2376-eec0-4877-a0f3-091c3c153bd4 => generated 971 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 716/1450] 10.0.0.213 () {34 vars in 1040 bytes} [Tue Jun 16 02:08:38 2026] GET /v2.0/security-groups?id=49bb4ff1-75a7-4216-b987-593944e29bdc&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: 717/1451] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:08:38 2026] GET /v2.0/ports?device_id=9d51b95e-1860-48fd-a29a-5cfa41ebc75e => 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: 735/1452] 10.0.0.60 () {34 vars in 782 bytes} [Tue Jun 16 02:08:37 2026] PUT /v2.0/routers/4401e0e4-e02b-42d9-afb4-47f6de8c3986/add_router_interface => generated 309 bytes in 1486 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 718/1453] 10.0.0.60 () {32 vars in 716 bytes} [Tue Jun 16 02:08:39 2026] GET /v2.0/ports/d64616aa-bd18-4915-95b3-0d307f65de7d => generated 1026 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: 7|app: 0|req: 736/1454] 10.0.0.60 () {32 vars in 773 bytes} [Tue Jun 16 02:08:39 2026] GET /v2.0/security-groups?tenant_id=4071f649bd494e8392263c7b87e2d9c8&name=default => generated 2925 bytes in 203 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 737/1455] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:08:39 2026] GET /v2.0/ports?device_id=ae8f2376-eec0-4877-a0f3-091c3c153bd4 => generated 971 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:08:39.662 8 INFO neutron_taas.services.taas.taas_plugin [None req-72f98093-458d-4251-9cf0-93e4bb76c872 869d554b14484a8b833bca29a499d646 9015891f907f4d6e94c1c37aceacf260 - - default default] TaaS: Handle Delete Port: d64616aa-bd18-4915-95b3-0d307f65de7d 2026-06-16 02:08:39.665 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-72f98093-458d-4251-9cf0-93e4bb76c872 869d554b14484a8b833bca29a499d646 9015891f907f4d6e94c1c37aceacf260 - - default default] Tap Mirror: Handle Delete Port: d64616aa-bd18-4915-95b3-0d307f65de7d [pid: 7|app: 0|req: 738/1456] 10.0.0.60 () {32 vars in 739 bytes} [Tue Jun 16 02:08:39 2026] DELETE /v2.0/security-groups/f5c578b2-987f-4159-ba33-65539264ebc4 => 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: 739/1457] 10.0.0.213 () {34 vars in 1040 bytes} [Tue Jun 16 02:08:39 2026] GET /v2.0/security-groups?id=49bb4ff1-75a7-4216-b987-593944e29bdc&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 740/1458] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:08:39 2026] GET /v2.0/ports?device_id=9d51b95e-1860-48fd-a29a-5cfa41ebc75e => 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: 741/1459] 199.204.45.140 () {34 vars in 1080 bytes} [Tue Jun 16 02:08:39 2026] GET /v2.0/ports?tenant_id=b475124a43414b7eb05044f578e2da72&device_id=ae8f2376-eec0-4877-a0f3-091c3c153bd4 => generated 1240 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 742/1460] 199.204.45.140 () {34 vars in 986 bytes} [Tue Jun 16 02:08:40 2026] GET /v2.0/networks?id=c9b517dd-bb72-4af1-afe1-e41a0401520c => generated 772 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 743/1461] 199.204.45.140 () {34 vars in 1058 bytes} [Tue Jun 16 02:08:40 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=8257a049-185d-4a2a-96ce-1fafa0f049a1 => generated 860 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 719/1462] 10.0.0.60 () {34 vars in 788 bytes} [Tue Jun 16 02:08:39 2026] PUT /v2.0/routers/4401e0e4-e02b-42d9-afb4-47f6de8c3986/remove_router_interface => generated 309 bytes in 679 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: 720/1463] 199.204.45.140 () {34 vars in 984 bytes} [Tue Jun 16 02:08:40 2026] GET /v2.0/subnets?id=0af44991-aa2f-41a1-b1e1-96d0fe6462f9 => generated 694 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 721/1464] 199.204.45.140 () {34 vars in 1052 bytes} [Tue Jun 16 02:08:40 2026] GET /v2.0/ports?network_id=c9b517dd-bb72-4af1-afe1-e41a0401520c&device_owner=network%3Adhcp => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 722/1465] 199.204.45.140 () {34 vars in 1012 bytes} [Tue Jun 16 02:08:40 2026] GET /v2.0/networks/c9b517dd-bb72-4af1-afe1-e41a0401520c?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:08:40.239 7 INFO neutron.api.v2.resource [None req-1684cab2-5185-4c70-8343-8eca9794bc99 869d554b14484a8b833bca29a499d646 9015891f907f4d6e94c1c37aceacf260 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 744/1466] 10.0.0.60 () {34 vars in 788 bytes} [Tue Jun 16 02:08:40 2026] PUT /v2.0/routers/4401e0e4-e02b-42d9-afb4-47f6de8c3986/remove_router_interface => generated 197 bytes in 149 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 723/1467] 199.204.45.140 () {34 vars in 1112 bytes} [Tue Jun 16 02:08:40 2026] GET /v2.0/networks/c9b517dd-bb72-4af1-afe1-e41a0401520c?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: 745/1468] 10.0.0.60 () {32 vars in 735 bytes} [Tue Jun 16 02:08:40 2026] GET /v2.0/ports?device_id=4401e0e4-e02b-42d9-afb4-47f6de8c3986 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:08:40.441 8 INFO neutron_taas.services.taas.taas_plugin [None req-20270b13-4e7e-4a73-8e6c-47fecd5d7eb7 869d554b14484a8b833bca29a499d646 9015891f907f4d6e94c1c37aceacf260 - - default default] TaaS: Handle Delete Port: e6533632-13f7-42da-ab28-f10f8cfaa971 2026-06-16 02:08:40.444 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-20270b13-4e7e-4a73-8e6c-47fecd5d7eb7 869d554b14484a8b833bca29a499d646 9015891f907f4d6e94c1c37aceacf260 - - default default] Tap Mirror: Handle Delete Port: e6533632-13f7-42da-ab28-f10f8cfaa971 2026-06-16 02:08:40.777 8 INFO neutron.services.segments.plugin [-] Segment 274c4033-1c19-4f79-bc4b-2f5d7f3ebefe resource provider aggregate not found 2026-06-16 02:08:40.783 8 INFO neutron.services.segments.plugin [-] Segment 274c4033-1c19-4f79-bc4b-2f5d7f3ebefe resource provider aggregate not found 2026-06-16 02:08:40.798 8 INFO neutron.services.segments.plugin [-] Segment 274c4033-1c19-4f79-bc4b-2f5d7f3ebefe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 274c4033-1c19-4f79-bc4b-2f5d7f3ebefe found for delete ", "request_id": "req-22241aaa-73f5-44ca-a959-8523f8badbc2"}]} 2026-06-16 02:08:40.800 8 INFO neutron.services.segments.plugin [-] Segment 274c4033-1c19-4f79-bc4b-2f5d7f3ebefe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 274c4033-1c19-4f79-bc4b-2f5d7f3ebefe found for delete ", "request_id": "req-7b50ceb8-0fdc-4a96-a30e-1c798c5de634"}]} 2026-06-16 02:08:40.806 8 INFO neutron.db.l3_hamode_db [None req-20270b13-4e7e-4a73-8e6c-47fecd5d7eb7 869d554b14484a8b833bca29a499d646 9015891f907f4d6e94c1c37aceacf260 - - default default] HA network 9ace1a0b-05e3-4987-8b0e-031a6043a195 was deleted as no HA routers are present in tenant 9015891f907f4d6e94c1c37aceacf260. [pid: 8|app: 0|req: 724/1469] 10.0.0.60 () {32 vars in 723 bytes} [Tue Jun 16 02:08:40 2026] DELETE /v2.0/routers/4401e0e4-e02b-42d9-afb4-47f6de8c3986 => generated 0 bytes in 539 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 725/1470] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:08:40 2026] GET /v2.0/ports?device_id=ae8f2376-eec0-4877-a0f3-091c3c153bd4 => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 726/1471] 199.204.45.140 () {34 vars in 986 bytes} [Tue Jun 16 02:08:40 2026] GET /v2.0/networks?id=dc540e8b-47d6-4f57-9cf4-3a4c6e8ffc77 => generated 660 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 727/1472] 10.0.0.213 () {34 vars in 1040 bytes} [Tue Jun 16 02:08:40 2026] GET /v2.0/security-groups?id=49bb4ff1-75a7-4216-b987-593944e29bdc&fields=id&fields=name => generated 113 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 746/1475] 10.0.0.60 () {32 vars in 723 bytes} [Tue Jun 16 02:08:40 2026] DELETE /v2.0/subnets/610d3ef4-ef46-4cb3-8cb8-74e10e9838d6 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 730/1476] 199.204.45.140 () {34 vars in 1050 bytes} [Tue Jun 16 02:08:40 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=2bed9322f6be41c3be9012b64198eba9 => generated 180 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 731/1477] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:08:40 2026] GET /v2.0/ports?device_id=9d51b95e-1860-48fd-a29a-5cfa41ebc75e => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:08:41.081 7 INFO neutron_taas.services.taas.taas_plugin [None req-4081f620-8d17-4db3-9b59-7721f41b8077 869d554b14484a8b833bca29a499d646 9015891f907f4d6e94c1c37aceacf260 - - default default] TaaS: Handle Delete Port: 9a7750c4-704f-4850-8c78-760652dcc179 2026-06-16 02:08:41.083 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4081f620-8d17-4db3-9b59-7721f41b8077 869d554b14484a8b833bca29a499d646 9015891f907f4d6e94c1c37aceacf260 - - default default] Tap Mirror: Handle Delete Port: 9a7750c4-704f-4850-8c78-760652dcc179 2026-06-16 02:08:41.226 7 INFO neutron.services.segments.plugin [-] Segment 11a47efc-453c-484d-9f17-77d2aedef5a0 resource provider aggregate not found 2026-06-16 02:08:41.231 7 INFO neutron.services.segments.plugin [-] Segment 11a47efc-453c-484d-9f17-77d2aedef5a0 resource provider aggregate not found 2026-06-16 02:08:41.248 7 INFO neutron.services.segments.plugin [-] Segment 11a47efc-453c-484d-9f17-77d2aedef5a0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 11a47efc-453c-484d-9f17-77d2aedef5a0 found for delete ", "request_id": "req-887c549e-b5c6-48c9-9393-ebf57e904879"}]} 2026-06-16 02:08:41.257 7 INFO neutron.services.segments.plugin [-] Segment 11a47efc-453c-484d-9f17-77d2aedef5a0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 11a47efc-453c-484d-9f17-77d2aedef5a0 found for delete ", "request_id": "req-8f49b624-bd11-479c-a9ff-00417f62e2a6"}]} [pid: 7|app: 0|req: 747/1478] 10.0.0.60 () {32 vars in 725 bytes} [Tue Jun 16 02:08:40 2026] DELETE /v2.0/networks/28a3bc91-e9db-4b74-9147-9a06d9402614 => generated 0 bytes in 287 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:08:41.338 7 INFO neutron.db.segments_db [None req-2925c9cb-eaac-4f99-9879-5da49519a3f3 869d554b14484a8b833bca29a499d646 9015891f907f4d6e94c1c37aceacf260 - - default default] Added segment 16e1f266-1711-4704-9375-19c5eb509d1f of type vxlan for network 54616913-ae16-4d8b-931a-78b1b8684514 [pid: 8|app: 0|req: 732/1479] 199.204.45.140 () {38 vars in 955 bytes} [Tue Jun 16 02:08:41 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: 748/1480] 10.0.0.60 () {34 vars in 669 bytes} [Tue Jun 16 02:08:41 2026] POST /v2.0/networks => generated 610 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 749/1481] 10.0.0.60 () {34 vars in 668 bytes} [Tue Jun 16 02:08:41 2026] POST /v2.0/subnets => generated 626 bytes in 235 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:08:41.736 7 INFO neutron.db.segments_db [None req-4e5c2c01-70db-4d85-aad4-bc0e9a559455 869d554b14484a8b833bca29a499d646 9015891f907f4d6e94c1c37aceacf260 - - default default] Added segment 027f42f0-8286-4219-9d1d-562dc2fd3279 of type vxlan for network 71f4656f-70b0-46fc-b9c0-2c0bb14e773a [pid: 8|app: 0|req: 733/1482] 199.204.45.140 () {38 vars in 1028 bytes} [Tue Jun 16 02:08:41 2026] PUT /v2.0/ports/44c06b41-63be-4045-9f57-7a1841502c54 => generated 1235 bytes in 421 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:08:41.897 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e8c44b9d-4bc1-41df-9192-e94e409b2e38'] response: {'name': 'network-changed', 'server_uuid': '9d51b95e-1860-48fd-a29a-5cfa41ebc75e', 'tag': '44c06b41-63be-4045-9f57-7a1841502c54', 'status': 'completed', 'code': 200} 2026-06-16 02:08:42.009 7 INFO neutron.db.l3_hamode_db [None req-4e5c2c01-70db-4d85-aad4-bc0e9a559455 869d554b14484a8b833bca29a499d646 9015891f907f4d6e94c1c37aceacf260 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 734/1483] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:08:42 2026] GET /v2.0/ports?device_id=ae8f2376-eec0-4877-a0f3-091c3c153bd4 => generated 971 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 735/1484] 10.0.0.213 () {34 vars in 1040 bytes} [Tue Jun 16 02:08:42 2026] GET /v2.0/security-groups?id=49bb4ff1-75a7-4216-b987-593944e29bdc&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:08:42.139 7 INFO neutron.db.l3_hamode_db [None req-4e5c2c01-70db-4d85-aad4-bc0e9a559455 869d554b14484a8b833bca29a499d646 9015891f907f4d6e94c1c37aceacf260 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 736/1485] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:08:42 2026] GET /v2.0/ports?device_id=9d51b95e-1860-48fd-a29a-5cfa41ebc75e => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 737/1486] 10.0.0.213 () {34 vars in 1040 bytes} [Tue Jun 16 02:08:42 2026] GET /v2.0/security-groups?id=339b53c8-0a6c-4224-b60b-11e99f8be358&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 738/1487] 199.204.45.140 () {34 vars in 1080 bytes} [Tue Jun 16 02:08:42 2026] GET /v2.0/ports?tenant_id=2bed9322f6be41c3be9012b64198eba9&device_id=9d51b95e-1860-48fd-a29a-5cfa41ebc75e => generated 1238 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 739/1488] 199.204.45.140 () {34 vars in 1018 bytes} [Tue Jun 16 02:08:42 2026] GET /v2.0/networks?tenant_id=2bed9322f6be41c3be9012b64198eba9&shared=False => generated 756 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 740/1489] 199.204.45.140 () {34 vars in 930 bytes} [Tue Jun 16 02:08:42 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 750/1490] 10.0.0.60 () {34 vars in 668 bytes} [Tue Jun 16 02:08:41 2026] POST /v2.0/routers => generated 505 bytes in 1126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 751/1491] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:08:43 2026] GET /v2.0/ports?device_id=ae8f2376-eec0-4877-a0f3-091c3c153bd4 => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 752/1492] 10.0.0.213 () {34 vars in 1040 bytes} [Tue Jun 16 02:08:43 2026] GET /v2.0/security-groups?id=49bb4ff1-75a7-4216-b987-593944e29bdc&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 753/1493] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:08:43 2026] GET /v2.0/ports?device_id=9d51b95e-1860-48fd-a29a-5cfa41ebc75e => generated 969 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 754/1494] 10.0.0.213 () {34 vars in 1040 bytes} [Tue Jun 16 02:08:43 2026] GET /v2.0/security-groups?id=339b53c8-0a6c-4224-b60b-11e99f8be358&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 755/1495] 199.204.45.140 () {34 vars in 1080 bytes} [Tue Jun 16 02:08:43 2026] GET /v2.0/ports?tenant_id=2bed9322f6be41c3be9012b64198eba9&device_id=9d51b95e-1860-48fd-a29a-5cfa41ebc75e => generated 1238 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 756/1496] 199.204.45.140 () {34 vars in 1058 bytes} [Tue Jun 16 02:08:43 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=44c06b41-63be-4045-9f57-7a1841502c54 => 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: 757/1497] 199.204.45.140 () {34 vars in 984 bytes} [Tue Jun 16 02:08:43 2026] GET /v2.0/subnets?id=32592628-519f-486a-a05c-26e4110a35f9 => generated 676 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 758/1498] 199.204.45.140 () {34 vars in 1052 bytes} [Tue Jun 16 02:08:43 2026] GET /v2.0/ports?network_id=dc540e8b-47d6-4f57-9cf4-3a4c6e8ffc77&device_owner=network%3Adhcp => 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: 759/1499] 199.204.45.140 () {34 vars in 1012 bytes} [Tue Jun 16 02:08:43 2026] GET /v2.0/networks/dc540e8b-47d6-4f57-9cf4-3a4c6e8ffc77?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: 760/1500] 199.204.45.140 () {34 vars in 1112 bytes} [Tue Jun 16 02:08:43 2026] GET /v2.0/networks/dc540e8b-47d6-4f57-9cf4-3a4c6e8ffc77?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 741/1501] 10.0.0.60 () {34 vars in 782 bytes} [Tue Jun 16 02:08:42 2026] PUT /v2.0/routers/73bbf548-3a71-4ddf-830a-535d4ef142de/add_router_interface => generated 309 bytes in 1134 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 761/1502] 10.0.0.60 () {32 vars in 716 bytes} [Tue Jun 16 02:08:43 2026] GET /v2.0/ports/583d0a29-eb37-435b-b219-22d43fe047aa => generated 955 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:08:44.339 7 INFO neutron_taas.services.taas.taas_plugin [None req-a89e05d9-df7b-4228-8987-5e53bbf5c00f 869d554b14484a8b833bca29a499d646 9015891f907f4d6e94c1c37aceacf260 - - default default] TaaS: Handle Delete Port: 583d0a29-eb37-435b-b219-22d43fe047aa 2026-06-16 02:08:44.342 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a89e05d9-df7b-4228-8987-5e53bbf5c00f 869d554b14484a8b833bca29a499d646 9015891f907f4d6e94c1c37aceacf260 - - default default] Tap Mirror: Handle Delete Port: 583d0a29-eb37-435b-b219-22d43fe047aa [pid: 8|app: 0|req: 742/1503] 10.0.0.60 () {34 vars in 675 bytes} [Tue Jun 16 02:08:43 2026] POST /v2.0/floatingips => generated 552 bytes in 678 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 743/1504] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:08:44 2026] GET /v2.0/ports?device_id=ae8f2376-eec0-4877-a0f3-091c3c153bd4 => generated 969 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 744/1505] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:08:44 2026] GET /v2.0/ports?device_id=9d51b95e-1860-48fd-a29a-5cfa41ebc75e => generated 969 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 762/1506] 10.0.0.60 () {34 vars in 788 bytes} [Tue Jun 16 02:08:44 2026] PUT /v2.0/routers/73bbf548-3a71-4ddf-830a-535d4ef142de/remove_router_interface => generated 309 bytes in 791 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 763/1507] 10.0.0.213 () {34 vars in 1040 bytes} [Tue Jun 16 02:08:44 2026] GET /v2.0/security-groups?id=49bb4ff1-75a7-4216-b987-593944e29bdc&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: 764/1508] 10.0.0.213 () {34 vars in 1040 bytes} [Tue Jun 16 02:08:44 2026] GET /v2.0/security-groups?id=339b53c8-0a6c-4224-b60b-11e99f8be358&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 765/1509] 10.0.0.60 () {32 vars in 735 bytes} [Tue Jun 16 02:08:44 2026] GET /v2.0/ports?device_id=73bbf548-3a71-4ddf-830a-535d4ef142de => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:08:45.060 7 INFO neutron_taas.services.taas.taas_plugin [None req-435b0d1b-b1c9-4a49-8ae7-8fbb8493dc26 869d554b14484a8b833bca29a499d646 9015891f907f4d6e94c1c37aceacf260 - - default default] TaaS: Handle Delete Port: c9878467-2839-479e-aa0a-bf357c593823 2026-06-16 02:08:45.063 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-435b0d1b-b1c9-4a49-8ae7-8fbb8493dc26 869d554b14484a8b833bca29a499d646 9015891f907f4d6e94c1c37aceacf260 - - default default] Tap Mirror: Handle Delete Port: c9878467-2839-479e-aa0a-bf357c593823 [pid: 8|app: 0|req: 745/1510] 10.0.0.60 () {34 vars in 675 bytes} [Tue Jun 16 02:08:44 2026] POST /v2.0/floatingips => generated 552 bytes in 571 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:08:45.438 7 INFO neutron.services.segments.plugin [-] Segment 027f42f0-8286-4219-9d1d-562dc2fd3279 resource provider aggregate not found 2026-06-16 02:08:45.445 7 INFO neutron.services.segments.plugin [-] Segment 027f42f0-8286-4219-9d1d-562dc2fd3279 resource provider aggregate not found 2026-06-16 02:08:45.470 7 INFO neutron.services.segments.plugin [-] Segment 027f42f0-8286-4219-9d1d-562dc2fd3279 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 027f42f0-8286-4219-9d1d-562dc2fd3279 found for delete ", "request_id": "req-022e04b0-5e24-4034-a4c3-1396d10590b7"}]} 2026-06-16 02:08:45.476 7 INFO neutron.services.segments.plugin [-] Segment 027f42f0-8286-4219-9d1d-562dc2fd3279 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 027f42f0-8286-4219-9d1d-562dc2fd3279 found for delete ", "request_id": "req-fed3a580-a7ce-405e-94d2-e31633838261"}]} 2026-06-16 02:08:45.485 7 INFO neutron.db.l3_hamode_db [None req-435b0d1b-b1c9-4a49-8ae7-8fbb8493dc26 869d554b14484a8b833bca29a499d646 9015891f907f4d6e94c1c37aceacf260 - - default default] HA network 71f4656f-70b0-46fc-b9c0-2c0bb14e773a was deleted as no HA routers are present in tenant 9015891f907f4d6e94c1c37aceacf260. [pid: 7|app: 0|req: 766/1511] 10.0.0.60 () {32 vars in 723 bytes} [Tue Jun 16 02:08:44 2026] DELETE /v2.0/routers/73bbf548-3a71-4ddf-830a-535d4ef142de => generated 0 bytes in 621 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 767/1512] 10.0.0.60 () {32 vars in 723 bytes} [Tue Jun 16 02:08:45 2026] DELETE /v2.0/subnets/e59bb171-8a41-425b-ab4e-87cdca919c4d => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:08:45.766 7 INFO neutron_taas.services.taas.taas_plugin [None req-7c010d49-610e-4f9c-9928-3911bb91a41c 869d554b14484a8b833bca29a499d646 9015891f907f4d6e94c1c37aceacf260 - - default default] TaaS: Handle Delete Port: 48302a93-5cdb-40b7-a651-142fffe628cc 2026-06-16 02:08:45.769 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7c010d49-610e-4f9c-9928-3911bb91a41c 869d554b14484a8b833bca29a499d646 9015891f907f4d6e94c1c37aceacf260 - - default default] Tap Mirror: Handle Delete Port: 48302a93-5cdb-40b7-a651-142fffe628cc [pid: 8|app: 0|req: 746/1513] 10.0.0.60 () {34 vars in 675 bytes} [Tue Jun 16 02:08:45 2026] POST /v2.0/floatingips => generated 552 bytes in 504 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 768/1514] 10.0.0.60 () {32 vars in 725 bytes} [Tue Jun 16 02:08:45 2026] DELETE /v2.0/networks/54616913-ae16-4d8b-931a-78b1b8684514 => generated 0 bytes in 291 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 769/1515] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:08:45 2026] GET /v2.0/ports?device_id=ae8f2376-eec0-4877-a0f3-091c3c153bd4 => generated 969 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 770/1516] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:08:46 2026] GET /v2.0/ports?device_id=9d51b95e-1860-48fd-a29a-5cfa41ebc75e => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:08:46.116 7 INFO neutron.db.segments_db [None req-4f4189e9-4912-46c3-9b09-c6a597ed9c0c 869d554b14484a8b833bca29a499d646 9015891f907f4d6e94c1c37aceacf260 - - default default] Added segment 96ae965a-22fc-4fa0-8686-394481d2dda9 of type vxlan for network 07f8765c-c30d-4776-9749-e55472bd27a0 [pid: 8|app: 0|req: 747/1517] 10.0.0.60 () {34 vars in 675 bytes} [Tue Jun 16 02:08:45 2026] POST /v2.0/floatingips => generated 552 bytes in 517 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:08:46.392 7 INFO neutron.db.l3_hamode_db [None req-4f4189e9-4912-46c3-9b09-c6a597ed9c0c 869d554b14484a8b833bca29a499d646 9015891f907f4d6e94c1c37aceacf260 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 748/1518] 10.0.0.213 () {34 vars in 1040 bytes} [Tue Jun 16 02:08:46 2026] GET /v2.0/security-groups?id=49bb4ff1-75a7-4216-b987-593944e29bdc&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 749/1519] 10.0.0.213 () {34 vars in 1040 bytes} [Tue Jun 16 02:08:46 2026] GET /v2.0/security-groups?id=339b53c8-0a6c-4224-b60b-11e99f8be358&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: 750/1520] 10.0.0.60 () {34 vars in 675 bytes} [Tue Jun 16 02:08:46 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) [pid: 8|app: 0|req: 751/1521] 10.0.0.60 () {34 vars in 758 bytes} [Tue Jun 16 02:08:46 2026] PUT /v2.0/floatingips/f71ac1c3-2004-4eb3-b8c6-82cfbb6346d8/tags => generated 17 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 752/1522] 10.0.0.60 () {34 vars in 758 bytes} [Tue Jun 16 02:08:47 2026] PUT /v2.0/floatingips/874e53a2-c563-4b5d-b632-1b7272b9b0e0/tags => generated 25 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:08:47.129 7 INFO neutron.db.l3_hamode_db [None req-4f4189e9-4912-46c3-9b09-c6a597ed9c0c 869d554b14484a8b833bca29a499d646 9015891f907f4d6e94c1c37aceacf260 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 753/1523] 10.0.0.60 () {34 vars in 758 bytes} [Tue Jun 16 02:08:47 2026] PUT /v2.0/floatingips/52c8ff80-addf-42f1-b59e-bc025b468fe0/tags => generated 34 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 754/1524] 10.0.0.60 () {34 vars in 758 bytes} [Tue Jun 16 02:08:47 2026] PUT /v2.0/floatingips/d04e48f5-03a1-4c9c-8f7a-57f63cab8755/tags => generated 19 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 755/1525] 10.0.0.60 () {32 vars in 671 bytes} [Tue Jun 16 02:08:47 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 756/1526] 10.0.0.60 () {32 vars in 685 bytes} [Tue Jun 16 02:08:47 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 757/1527] 10.0.0.60 () {32 vars in 681 bytes} [Tue Jun 16 02:08:47 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 758/1528] 10.0.0.60 () {32 vars in 693 bytes} [Tue Jun 16 02:08:47 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 759/1529] 10.0.0.60 () {32 vars in 679 bytes} [Tue Jun 16 02:08:47 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:08:47.493 7 INFO neutron.services.segments.plugin [-] Segment 16e1f266-1711-4704-9375-19c5eb509d1f resource provider aggregate not found 2026-06-16 02:08:47.509 7 INFO neutron.services.segments.plugin [-] Segment 16e1f266-1711-4704-9375-19c5eb509d1f resource provider aggregate not found 2026-06-16 02:08:47.515 7 INFO neutron.services.segments.plugin [-] Segment 16e1f266-1711-4704-9375-19c5eb509d1f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 16e1f266-1711-4704-9375-19c5eb509d1f found for delete ", "request_id": "req-c63378c0-7132-4fc3-a816-a5fe02c48c7f"}]} [pid: 8|app: 0|req: 760/1530] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:08:47 2026] GET /v2.0/ports?device_id=ae8f2376-eec0-4877-a0f3-091c3c153bd4 => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:08:47.541 7 INFO neutron.services.segments.plugin [-] Segment 16e1f266-1711-4704-9375-19c5eb509d1f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 16e1f266-1711-4704-9375-19c5eb509d1f found for delete ", "request_id": "req-1fe2522e-758b-4849-bc0e-97c479b94787"}]} [pid: 8|app: 0|req: 761/1531] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:08:47 2026] GET /v2.0/ports?device_id=9d51b95e-1860-48fd-a29a-5cfa41ebc75e => generated 971 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 762/1532] 10.0.0.60 () {32 vars in 693 bytes} [Tue Jun 16 02:08:47 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 763/1533] 10.0.0.213 () {34 vars in 1040 bytes} [Tue Jun 16 02:08:47 2026] GET /v2.0/security-groups?id=49bb4ff1-75a7-4216-b987-593944e29bdc&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 764/1534] 10.0.0.213 () {34 vars in 1040 bytes} [Tue Jun 16 02:08:47 2026] GET /v2.0/security-groups?id=339b53c8-0a6c-4224-b60b-11e99f8be358&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: 765/1535] 10.0.0.60 () {32 vars in 689 bytes} [Tue Jun 16 02:08:47 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 766/1536] 10.0.0.60 () {32 vars in 701 bytes} [Tue Jun 16 02:08:47 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:08:47.878 8 INFO neutron_taas.services.taas.taas_plugin [None req-21377d9a-a6f4-434b-a473-a753df71210d 66ecdc8d0cd049b381252e1a127dd199 5b39ba186b144b10a7d472c6ea620879 - - default default] TaaS: Handle Delete Port: 52838d49-d0fd-43e5-93d5-1ea1ee8c277a 2026-06-16 02:08:47.881 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-21377d9a-a6f4-434b-a473-a753df71210d 66ecdc8d0cd049b381252e1a127dd199 5b39ba186b144b10a7d472c6ea620879 - - default default] Tap Mirror: Handle Delete Port: 52838d49-d0fd-43e5-93d5-1ea1ee8c277a [pid: 8|app: 0|req: 767/1537] 10.0.0.60 () {32 vars in 731 bytes} [Tue Jun 16 02:08:47 2026] DELETE /v2.0/floatingips/f71ac1c3-2004-4eb3-b8c6-82cfbb6346d8 => generated 0 bytes in 257 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 771/1538] 10.0.0.60 () {34 vars in 668 bytes} [Tue Jun 16 02:08:46 2026] POST /v2.0/routers => generated 686 bytes in 2036 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:08:48.137 8 INFO neutron_taas.services.taas.taas_plugin [None req-7820943c-f0ab-4a4d-9b1f-8ea63433c471 66ecdc8d0cd049b381252e1a127dd199 5b39ba186b144b10a7d472c6ea620879 - - default default] TaaS: Handle Delete Port: bfbbb4d0-5f9b-4bff-ab23-a0a4748a13ea 2026-06-16 02:08:48.140 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7820943c-f0ab-4a4d-9b1f-8ea63433c471 66ecdc8d0cd049b381252e1a127dd199 5b39ba186b144b10a7d472c6ea620879 - - default default] Tap Mirror: Handle Delete Port: bfbbb4d0-5f9b-4bff-ab23-a0a4748a13ea [pid: 7|app: 0|req: 772/1539] 10.0.0.60 () {32 vars in 720 bytes} [Tue Jun 16 02:08:48 2026] GET /v2.0/routers/85774a3a-6f03-4bc0-a8b3-ac324449ee82 => generated 692 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 773/1540] 10.0.0.60 () {32 vars in 646 bytes} [Tue Jun 16 02:08:48 2026] GET /v2.0/routers => generated 695 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 768/1541] 10.0.0.60 () {32 vars in 731 bytes} [Tue Jun 16 02:08:48 2026] DELETE /v2.0/floatingips/874e53a2-c563-4b5d-b632-1b7272b9b0e0 => generated 0 bytes in 301 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:08:48.452 8 INFO neutron_taas.services.taas.taas_plugin [None req-fea2f1b5-365f-4b8f-bf69-c55712ebf6d9 66ecdc8d0cd049b381252e1a127dd199 5b39ba186b144b10a7d472c6ea620879 - - default default] TaaS: Handle Delete Port: 8db5ece6-5f5f-4643-9f42-759fb6a0cead 2026-06-16 02:08:48.454 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fea2f1b5-365f-4b8f-bf69-c55712ebf6d9 66ecdc8d0cd049b381252e1a127dd199 5b39ba186b144b10a7d472c6ea620879 - - default default] Tap Mirror: Handle Delete Port: 8db5ece6-5f5f-4643-9f42-759fb6a0cead [pid: 8|app: 0|req: 769/1542] 10.0.0.60 () {32 vars in 731 bytes} [Tue Jun 16 02:08:48 2026] DELETE /v2.0/floatingips/52c8ff80-addf-42f1-b59e-bc025b468fe0 => generated 0 bytes in 301 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 774/1543] 10.0.0.60 () {34 vars in 740 bytes} [Tue Jun 16 02:08:48 2026] PUT /v2.0/routers/85774a3a-6f03-4bc0-a8b3-ac324449ee82 => generated 699 bytes in 463 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:08:48.773 8 INFO neutron_taas.services.taas.taas_plugin [None req-73e09752-8ad7-41e6-b7a6-320f21ecacc8 66ecdc8d0cd049b381252e1a127dd199 5b39ba186b144b10a7d472c6ea620879 - - default default] TaaS: Handle Delete Port: 09aa34eb-c2c1-4898-85cf-30e7e78ddda9 2026-06-16 02:08:48.777 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-73e09752-8ad7-41e6-b7a6-320f21ecacc8 66ecdc8d0cd049b381252e1a127dd199 5b39ba186b144b10a7d472c6ea620879 - - default default] Tap Mirror: Handle Delete Port: 09aa34eb-c2c1-4898-85cf-30e7e78ddda9 [pid: 7|app: 0|req: 775/1544] 10.0.0.60 () {32 vars in 720 bytes} [Tue Jun 16 02:08:48 2026] GET /v2.0/routers/85774a3a-6f03-4bc0-a8b3-ac324449ee82 => generated 699 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 776/1545] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:08:48 2026] GET /v2.0/ports?device_id=ae8f2376-eec0-4877-a0f3-091c3c153bd4 => 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: 777/1546] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:08:48 2026] GET /v2.0/ports?device_id=9d51b95e-1860-48fd-a29a-5cfa41ebc75e => generated 971 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 778/1547] 10.0.0.60 () {32 vars in 735 bytes} [Tue Jun 16 02:08:48 2026] GET /v2.0/ports?device_id=85774a3a-6f03-4bc0-a8b3-ac324449ee82 => 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: 770/1548] 10.0.0.60 () {32 vars in 731 bytes} [Tue Jun 16 02:08:48 2026] DELETE /v2.0/floatingips/d04e48f5-03a1-4c9c-8f7a-57f63cab8755 => generated 0 bytes in 339 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 779/1549] 10.0.0.213 () {34 vars in 1040 bytes} [Tue Jun 16 02:08:48 2026] GET /v2.0/security-groups?id=49bb4ff1-75a7-4216-b987-593944e29bdc&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: 771/1550] 10.0.0.213 () {34 vars in 1040 bytes} [Tue Jun 16 02:08:48 2026] GET /v2.0/security-groups?id=339b53c8-0a6c-4224-b60b-11e99f8be358&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:08:49.124 8 INFO neutron_taas.services.taas.taas_plugin [None req-c9101798-aae6-4a9c-9de2-be562fce11b6 66ecdc8d0cd049b381252e1a127dd199 5b39ba186b144b10a7d472c6ea620879 - - default default] TaaS: Handle Delete Port: 8f0d5887-52f0-42b7-8a29-266ecb845b9a 2026-06-16 02:08:49.127 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c9101798-aae6-4a9c-9de2-be562fce11b6 66ecdc8d0cd049b381252e1a127dd199 5b39ba186b144b10a7d472c6ea620879 - - default default] Tap Mirror: Handle Delete Port: 8f0d5887-52f0-42b7-8a29-266ecb845b9a 2026-06-16 02:08:49.205 7 INFO neutron_taas.services.taas.taas_plugin [None req-db8369d4-6688-4c6e-b711-35384ef60232 869d554b14484a8b833bca29a499d646 9015891f907f4d6e94c1c37aceacf260 - - default default] TaaS: Handle Delete Port: 9361c44f-b705-4c8b-87e8-00cdd6f47e4a 2026-06-16 02:08:49.208 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-db8369d4-6688-4c6e-b711-35384ef60232 869d554b14484a8b833bca29a499d646 9015891f907f4d6e94c1c37aceacf260 - - default default] Tap Mirror: Handle Delete Port: 9361c44f-b705-4c8b-87e8-00cdd6f47e4a [pid: 8|app: 0|req: 772/1551] 10.0.0.60 () {32 vars in 731 bytes} [Tue Jun 16 02:08:49 2026] DELETE /v2.0/floatingips/27070bd2-5022-4e0c-a19c-325e9f8a6bc4 => generated 0 bytes in 371 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 773/1552] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:08:49 2026] GET /v2.0/ports?device_id=9d51b95e-1860-48fd-a29a-5cfa41ebc75e => 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: 774/1553] 10.0.0.213 () {34 vars in 1040 bytes} [Tue Jun 16 02:08:49 2026] GET /v2.0/security-groups?id=339b53c8-0a6c-4224-b60b-11e99f8be358&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: 775/1554] 10.0.0.60 () {32 vars in 735 bytes} [Tue Jun 16 02:08:49 2026] GET /v2.0/ports?device_id=9d51b95e-1860-48fd-a29a-5cfa41ebc75e => generated 1240 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:08:49.585 7 INFO neutron_taas.services.taas.taas_plugin [None req-db8369d4-6688-4c6e-b711-35384ef60232 869d554b14484a8b833bca29a499d646 9015891f907f4d6e94c1c37aceacf260 - - default default] TaaS: Handle Delete Port: 7ee565b9-fec8-4f66-b511-a67b815aadfc 2026-06-16 02:08:49.588 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-db8369d4-6688-4c6e-b711-35384ef60232 869d554b14484a8b833bca29a499d646 9015891f907f4d6e94c1c37aceacf260 - - default default] Tap Mirror: Handle Delete Port: 7ee565b9-fec8-4f66-b511-a67b815aadfc 2026-06-16 02:08:49.918 7 INFO neutron.services.segments.plugin [-] Segment 96ae965a-22fc-4fa0-8686-394481d2dda9 resource provider aggregate not found 2026-06-16 02:08:49.923 7 INFO neutron.services.segments.plugin [-] Segment 96ae965a-22fc-4fa0-8686-394481d2dda9 resource provider aggregate not found 2026-06-16 02:08:49.944 7 INFO neutron.services.segments.plugin [-] Segment 96ae965a-22fc-4fa0-8686-394481d2dda9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 96ae965a-22fc-4fa0-8686-394481d2dda9 found for delete ", "request_id": "req-eb6893db-f171-4198-95f4-ad60ffb5b671"}]} 2026-06-16 02:08:49.954 7 INFO neutron.services.segments.plugin [-] Segment 96ae965a-22fc-4fa0-8686-394481d2dda9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 96ae965a-22fc-4fa0-8686-394481d2dda9 found for delete ", "request_id": "req-a8e87f60-3e8f-4965-a99b-d5f5d01e5e0e"}]} 2026-06-16 02:08:49.957 7 INFO neutron.db.l3_hamode_db [None req-db8369d4-6688-4c6e-b711-35384ef60232 869d554b14484a8b833bca29a499d646 9015891f907f4d6e94c1c37aceacf260 - - default default] HA network 07f8765c-c30d-4776-9749-e55472bd27a0 was deleted as no HA routers are present in tenant 9015891f907f4d6e94c1c37aceacf260. [pid: 7|app: 0|req: 780/1555] 10.0.0.60 () {32 vars in 723 bytes} [Tue Jun 16 02:08:48 2026] DELETE /v2.0/routers/85774a3a-6f03-4bc0-a8b3-ac324449ee82 => generated 0 bytes in 969 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 781/1556] 10.0.0.60 () {32 vars in 735 bytes} [Tue Jun 16 02:08:49 2026] GET /v2.0/ports?device_id=85774a3a-6f03-4bc0-a8b3-ac324449ee82 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:08:50.019 7 INFO neutron.api.v2.resource [None req-fc3da62a-acfa-4c5b-906a-dd11171ee2bf 869d554b14484a8b833bca29a499d646 9015891f907f4d6e94c1c37aceacf260 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 782/1557] 10.0.0.60 () {32 vars in 723 bytes} [Tue Jun 16 02:08:50 2026] DELETE /v2.0/routers/85774a3a-6f03-4bc0-a8b3-ac324449ee82 => generated 135 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 783/1558] 10.0.0.60 () {32 vars in 735 bytes} [Tue Jun 16 02:08:50 2026] GET /v2.0/ports?device_id=73bbf548-3a71-4ddf-830a-535d4ef142de => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:08:50.069 7 INFO neutron.api.v2.resource [None req-e46a28be-0d69-4119-9449-b4799d0a757b 869d554b14484a8b833bca29a499d646 9015891f907f4d6e94c1c37aceacf260 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 784/1559] 10.0.0.60 () {32 vars in 723 bytes} [Tue Jun 16 02:08:50 2026] DELETE /v2.0/routers/73bbf548-3a71-4ddf-830a-535d4ef142de => generated 135 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 02:08:50.086 7 INFO neutron.pecan_wsgi.hooks.translation [None req-92754624-c938-45b5-b98b-c5bce8655471 869d554b14484a8b833bca29a499d646 9015891f907f4d6e94c1c37aceacf260 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 785/1560] 10.0.0.60 () {32 vars in 723 bytes} [Tue Jun 16 02:08:50 2026] DELETE /v2.0/subnets/e59bb171-8a41-425b-ab4e-87cdca919c4d => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 786/1561] 10.0.0.60 () {32 vars in 735 bytes} [Tue Jun 16 02:08:50 2026] GET /v2.0/ports?device_id=4401e0e4-e02b-42d9-afb4-47f6de8c3986 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:08:50.129 7 INFO neutron.api.v2.resource [None req-f4e5f0d6-d553-4a25-ac06-97f572838be4 869d554b14484a8b833bca29a499d646 9015891f907f4d6e94c1c37aceacf260 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 787/1562] 10.0.0.60 () {32 vars in 723 bytes} [Tue Jun 16 02:08:50 2026] DELETE /v2.0/routers/4401e0e4-e02b-42d9-afb4-47f6de8c3986 => generated 135 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 02:08:50.149 7 INFO neutron.pecan_wsgi.hooks.translation [None req-78fc1a36-8f5a-49c8-9454-3acaa4f10200 869d554b14484a8b833bca29a499d646 9015891f907f4d6e94c1c37aceacf260 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 788/1563] 10.0.0.60 () {32 vars in 723 bytes} [Tue Jun 16 02:08:50 2026] DELETE /v2.0/subnets/610d3ef4-ef46-4cb3-8cb8-74e10e9838d6 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 02:08:50.166 8 INFO neutron.db.l3_db [None req-205172f7-d879-4649-acf4-0cc3a4d25775 fbee614d31bc404aa9285d0a89fef1f8 2bed9322f6be41c3be9012b64198eba9 - - default default] Floating IP 9f45b5a5-5460-4bdb-b032-ef11bae5eef8 associated. External IP: 10.96.250.207, port: 44c06b41-63be-4045-9f57-7a1841502c54. [pid: 7|app: 0|req: 789/1564] 10.0.0.60 () {32 vars in 735 bytes} [Tue Jun 16 02:08:50 2026] GET /v2.0/ports?device_id=4070a4db-ed43-441e-840d-b4d8c80d2aa0 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:08:50.204 7 INFO neutron.api.v2.resource [None req-84c2b9c2-1e16-48ca-960f-75687f7bd0c1 869d554b14484a8b833bca29a499d646 9015891f907f4d6e94c1c37aceacf260 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 790/1565] 10.0.0.60 () {32 vars in 723 bytes} [Tue Jun 16 02:08:50 2026] DELETE /v2.0/routers/4070a4db-ed43-441e-840d-b4d8c80d2aa0 => generated 135 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 02:08:50.224 7 INFO neutron.pecan_wsgi.hooks.translation [None req-eba0c0e0-fe5a-462d-8133-76985f920c0e 869d554b14484a8b833bca29a499d646 9015891f907f4d6e94c1c37aceacf260 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 791/1566] 10.0.0.60 () {32 vars in 723 bytes} [Tue Jun 16 02:08:50 2026] DELETE /v2.0/subnets/3f3fd1ba-cc53-42a3-8e88-fad613756563 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 02:08:50.251 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6794b774-6d64-487e-81a1-7e84930f3c92 869d554b14484a8b833bca29a499d646 9015891f907f4d6e94c1c37aceacf260 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 792/1567] 10.0.0.60 () {32 vars in 723 bytes} [Tue Jun 16 02:08:50 2026] DELETE /v2.0/subnets/1ff969e2-dac5-4592-80f4-2deca9c43200 => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 776/1568] 10.0.0.60 () {34 vars in 676 bytes} [Tue Jun 16 02:08:49 2026] POST /v2.0/floatingips => generated 855 bytes in 972 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 793/1569] 10.0.0.60 () {32 vars in 773 bytes} [Tue Jun 16 02:08:50 2026] GET /v2.0/security-groups?tenant_id=73c71fe8fed941909bd176b267c0bfb1&name=default => generated 2925 bytes in 450 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:08:50.877 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f7088a10-daa9-4c22-99ae-77ceff73c02e'] response: {'name': 'network-changed', 'server_uuid': '9d51b95e-1860-48fd-a29a-5cfa41ebc75e', 'tag': '44c06b41-63be-4045-9f57-7a1841502c54', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 777/1570] 10.0.0.60 () {32 vars in 728 bytes} [Tue Jun 16 02:08:50 2026] GET /v2.0/floatingips/9f45b5a5-5460-4bdb-b032-ef11bae5eef8 => generated 855 bytes in 417 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 794/1571] 10.0.0.60 () {32 vars in 773 bytes} [Tue Jun 16 02:08:50 2026] GET /v2.0/security-groups?tenant_id=9015891f907f4d6e94c1c37aceacf260&name=default => generated 2925 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 778/1572] 10.0.0.60 () {32 vars in 739 bytes} [Tue Jun 16 02:08:50 2026] DELETE /v2.0/security-groups/e10f6619-01d0-45bd-bbd1-d750ce269450 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 779/1573] 199.204.45.140 () {34 vars in 1080 bytes} [Tue Jun 16 02:08:51 2026] GET /v2.0/ports?tenant_id=2bed9322f6be41c3be9012b64198eba9&device_id=9d51b95e-1860-48fd-a29a-5cfa41ebc75e => generated 1240 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 795/1574] 10.0.0.60 () {32 vars in 739 bytes} [Tue Jun 16 02:08:50 2026] DELETE /v2.0/security-groups/26876cc2-3a85-4bb3-9fce-cc2a9ba46f36 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 780/1575] 199.204.45.140 () {34 vars in 986 bytes} [Tue Jun 16 02:08:51 2026] GET /v2.0/networks?id=dc540e8b-47d6-4f57-9cf4-3a4c6e8ffc77 => generated 756 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 781/1576] 199.204.45.140 () {34 vars in 1058 bytes} [Tue Jun 16 02:08:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=44c06b41-63be-4045-9f57-7a1841502c54 => generated 858 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 782/1577] 199.204.45.140 () {34 vars in 984 bytes} [Tue Jun 16 02:08:51 2026] GET /v2.0/subnets?id=32592628-519f-486a-a05c-26e4110a35f9 => generated 676 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 796/1578] 10.0.0.60 () {32 vars in 773 bytes} [Tue Jun 16 02:08:51 2026] GET /v2.0/security-groups?tenant_id=5b39ba186b144b10a7d472c6ea620879&name=default => generated 2925 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 783/1579] 199.204.45.140 () {34 vars in 1052 bytes} [Tue Jun 16 02:08:51 2026] GET /v2.0/ports?network_id=dc540e8b-47d6-4f57-9cf4-3a4c6e8ffc77&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 784/1580] 199.204.45.140 () {34 vars in 1012 bytes} [Tue Jun 16 02:08:51 2026] GET /v2.0/networks/dc540e8b-47d6-4f57-9cf4-3a4c6e8ffc77?fields=segments => generated 14 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 797/1581] 10.0.0.60 () {32 vars in 739 bytes} [Tue Jun 16 02:08:51 2026] DELETE /v2.0/security-groups/82a2247e-4cb3-4bf3-872e-aab37b1f0183 => 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: 785/1582] 199.204.45.140 () {34 vars in 1112 bytes} [Tue Jun 16 02:08:51 2026] GET /v2.0/networks/dc540e8b-47d6-4f57-9cf4-3a4c6e8ffc77?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 798/1583] 10.0.0.60 () {32 vars in 773 bytes} [Tue Jun 16 02:08:51 2026] GET /v2.0/security-groups?tenant_id=8f14596e62dd47c28b889dfbfa0685fd&name=default => generated 2925 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 786/1584] 10.0.0.60 () {32 vars in 739 bytes} [Tue Jun 16 02:08:51 2026] DELETE /v2.0/security-groups/19883669-6248-44c6-b600-b10bcb99c562 => 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: 799/1585] 10.0.0.60 () {32 vars in 728 bytes} [Tue Jun 16 02:08:51 2026] GET /v2.0/floatingips/9f45b5a5-5460-4bdb-b032-ef11bae5eef8 => generated 857 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 787/1586] 10.0.0.60 () {34 vars in 676 bytes} [Tue Jun 16 02:08:52 2026] POST /v2.0/subnetpools => generated 549 bytes in 181 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 800/1587] 10.0.0.60 () {32 vars in 728 bytes} [Tue Jun 16 02:08:53 2026] GET /v2.0/subnetpools/d2994d1c-f227-442c-95b0-a720e36e6202 => generated 549 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 788/1588] 10.0.0.60 () {34 vars in 748 bytes} [Tue Jun 16 02:08:53 2026] PUT /v2.0/subnetpools/d2994d1c-f227-442c-95b0-a720e36e6202 => generated 500 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 801/1589] 10.0.0.60 () {32 vars in 731 bytes} [Tue Jun 16 02:08:53 2026] DELETE /v2.0/subnetpools/d2994d1c-f227-442c-95b0-a720e36e6202 => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:08:53.198 8 INFO neutron.api.v2.resource [None req-ce30dd26-a883-40ec-9de9-d0a06ed06927 d61fab9bbdfc41b5a099ae094caed99f 005bc5a42a6a466a80f8f0d3c89f3d10 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 789/1590] 10.0.0.60 () {32 vars in 728 bytes} [Tue Jun 16 02:08:53 2026] GET /v2.0/subnetpools/d2994d1c-f227-442c-95b0-a720e36e6202 => generated 145 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 02:08:53.215 7 INFO neutron.api.v2.resource [None req-cfeff95c-0030-4e4e-9a88-1f52a43fa3fd d61fab9bbdfc41b5a099ae094caed99f 005bc5a42a6a466a80f8f0d3c89f3d10 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 802/1591] 10.0.0.60 () {32 vars in 731 bytes} [Tue Jun 16 02:08:53 2026] DELETE /v2.0/subnetpools/d2994d1c-f227-442c-95b0-a720e36e6202 => generated 145 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 790/1592] 10.0.0.60 () {32 vars in 773 bytes} [Tue Jun 16 02:08:53 2026] GET /v2.0/security-groups?tenant_id=005bc5a42a6a466a80f8f0d3c89f3d10&name=default => generated 2925 bytes in 266 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 803/1593] 10.0.0.60 () {32 vars in 739 bytes} [Tue Jun 16 02:08:53 2026] DELETE /v2.0/security-groups/1f6e35a3-a011-4983-90a5-2ff9558e7a9c => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:08:56.010 8 INFO neutron.db.segments_db [None req-f4c32e84-b582-4fb3-a522-119cba6f7a7e bc2e724765144ff49cf2cb30f0747f23 c2ac296fa91c40e99a5bc6be907f2892 - - default default] Added segment 4143441c-c994-489d-9c0f-cc17ac2f1b55 of type vxlan for network 1f02fece-cdc6-4e5b-be2c-9b114cdd0632 [pid: 8|app: 0|req: 791/1596] 10.0.0.60 () {34 vars in 669 bytes} [Tue Jun 16 02:08:55 2026] POST /v2.0/networks => generated 611 bytes in 378 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 806/1597] 10.0.0.60 () {34 vars in 668 bytes} [Tue Jun 16 02:08:56 2026] POST /v2.0/subnets => generated 626 bytes in 264 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:08:56.450 8 INFO neutron.db.segments_db [None req-94301c72-d2a5-4c97-9039-12204b8bed1a bc2e724765144ff49cf2cb30f0747f23 c2ac296fa91c40e99a5bc6be907f2892 - - default default] Added segment a28260f0-996b-4d98-8c4e-7b461cbb99ae of type vxlan for network c0a2cd78-74e2-4816-9d38-2366f96c3a6d [pid: 8|app: 0|req: 792/1598] 10.0.0.60 () {34 vars in 669 bytes} [Tue Jun 16 02:08:56 2026] POST /v2.0/networks => generated 612 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 807/1599] 10.0.0.60 () {34 vars in 668 bytes} [Tue Jun 16 02:08:56 2026] POST /v2.0/subnets => generated 629 bytes in 252 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:08:56.879 8 INFO neutron.db.segments_db [None req-ecb36df4-5e88-438a-94e7-281afbc2ae5c bc2e724765144ff49cf2cb30f0747f23 c2ac296fa91c40e99a5bc6be907f2892 - - default default] Added segment b150b668-7e38-47f4-af81-4fa5cb9ee02e of type vxlan for network f4cdb847-7273-4054-ba4b-c5532598fec2 [pid: 8|app: 0|req: 793/1600] 10.0.0.60 () {34 vars in 669 bytes} [Tue Jun 16 02:08:56 2026] POST /v2.0/networks => generated 613 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 794/1601] 10.0.0.166 () {34 vars in 990 bytes} [Tue Jun 16 02:08:57 2026] GET /v2.0/ports?device_id=ae8f2376-eec0-4877-a0f3-091c3c153bd4 => generated 1240 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 795/1602] 10.0.0.166 () {34 vars in 1040 bytes} [Tue Jun 16 02:08:57 2026] GET /v2.0/security-groups?id=49bb4ff1-75a7-4216-b987-593944e29bdc&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 808/1603] 10.0.0.60 () {34 vars in 668 bytes} [Tue Jun 16 02:08:56 2026] POST /v2.0/subnets => generated 629 bytes in 227 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:08:57.279 8 INFO neutron.db.segments_db [None req-eab1dd93-69ad-4d3a-841d-a88c8de40c8a bc2e724765144ff49cf2cb30f0747f23 c2ac296fa91c40e99a5bc6be907f2892 - - default default] Added segment 596a6bd6-ec4d-4040-9835-d39236123490 of type vxlan for network b340973e-ae43-453c-83c9-0ffe68540e89 [pid: 8|app: 0|req: 796/1604] 10.0.0.60 () {34 vars in 669 bytes} [Tue Jun 16 02:08:57 2026] POST /v2.0/networks => generated 613 bytes in 182 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 809/1605] 10.0.0.60 () {34 vars in 668 bytes} [Tue Jun 16 02:08:57 2026] POST /v2.0/subnets => generated 629 bytes in 198 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:08:57.667 8 INFO neutron.db.segments_db [None req-b8658267-07ce-4860-ab31-ea7d47ba9ef3 bc2e724765144ff49cf2cb30f0747f23 c2ac296fa91c40e99a5bc6be907f2892 - - default default] Added segment 2208e106-c8fb-43cd-829d-4ee8603791f6 of type vxlan for network 73fe11d0-e9ab-4428-ae9b-05b8be45a584 [pid: 8|app: 0|req: 797/1606] 10.0.0.60 () {34 vars in 669 bytes} [Tue Jun 16 02:08:57 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: 7|app: 0|req: 810/1607] 10.0.0.60 () {32 vars in 773 bytes} [Tue Jun 16 02:08:57 2026] GET /v2.0/security-groups?tenant_id=018e07f6207646aabb4c3dce4d9f45d2&name=default => generated 2925 bytes in 164 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 811/1608] 10.0.0.60 () {32 vars in 739 bytes} [Tue Jun 16 02:08:57 2026] DELETE /v2.0/security-groups/176b02f7-2e83-4f28-b221-fa1d7fa0411b => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 798/1609] 10.0.0.60 () {34 vars in 668 bytes} [Tue Jun 16 02:08:57 2026] POST /v2.0/subnets => generated 629 bytes in 218 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 812/1610] 10.0.0.60 () {34 vars in 750 bytes} [Tue Jun 16 02:08:57 2026] PUT /v2.0/subnets/a788ed84-ff24-48d1-8b7c-35d40b83a9f8/tags => generated 17 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 799/1611] 10.0.0.60 () {34 vars in 750 bytes} [Tue Jun 16 02:08:58 2026] PUT /v2.0/subnets/71ac1a28-308f-446f-9efd-acccb8185ac0/tags => generated 25 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 813/1612] 10.0.0.60 () {34 vars in 750 bytes} [Tue Jun 16 02:08:58 2026] PUT /v2.0/subnets/9d11a5e2-ec35-4fda-80bd-7eaee47966d9/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: 800/1613] 10.0.0.60 () {34 vars in 750 bytes} [Tue Jun 16 02:08:58 2026] PUT /v2.0/subnets/0558cf0f-9ad9-4cb0-b11b-b98609a96d26/tags => generated 19 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 814/1614] 10.0.0.60 () {32 vars in 663 bytes} [Tue Jun 16 02:08:58 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 801/1615] 10.0.0.60 () {32 vars in 677 bytes} [Tue Jun 16 02:08:58 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 815/1616] 10.0.0.60 () {32 vars in 673 bytes} [Tue Jun 16 02:08:58 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 802/1617] 10.0.0.60 () {32 vars in 685 bytes} [Tue Jun 16 02:08:58 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 816/1618] 10.0.0.60 () {32 vars in 671 bytes} [Tue Jun 16 02:08:58 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 803/1619] 10.0.0.60 () {32 vars in 685 bytes} [Tue Jun 16 02:08:58 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 817/1620] 10.0.0.60 () {32 vars in 681 bytes} [Tue Jun 16 02:08:58 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 804/1621] 10.0.0.60 () {32 vars in 693 bytes} [Tue Jun 16 02:08:58 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 818/1622] 10.0.0.60 () {32 vars in 723 bytes} [Tue Jun 16 02:08:58 2026] DELETE /v2.0/subnets/a788ed84-ff24-48d1-8b7c-35d40b83a9f8 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 805/1623] 10.0.0.60 () {32 vars in 723 bytes} [Tue Jun 16 02:08:58 2026] DELETE /v2.0/subnets/71ac1a28-308f-446f-9efd-acccb8185ac0 => generated 0 bytes in 177 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 819/1624] 10.0.0.60 () {32 vars in 723 bytes} [Tue Jun 16 02:08:58 2026] DELETE /v2.0/subnets/9d11a5e2-ec35-4fda-80bd-7eaee47966d9 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 806/1625] 10.0.0.60 () {32 vars in 723 bytes} [Tue Jun 16 02:08:59 2026] DELETE /v2.0/subnets/0558cf0f-9ad9-4cb0-b11b-b98609a96d26 => 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: 820/1626] 10.0.0.60 () {32 vars in 723 bytes} [Tue Jun 16 02:08:59 2026] DELETE /v2.0/subnets/f83e3203-b7b5-4499-81c7-f338db4caafa => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:08:59.452 8 INFO neutron.services.segments.plugin [-] Segment 4143441c-c994-489d-9c0f-cc17ac2f1b55 resource provider aggregate not found 2026-06-16 02:08:59.467 8 INFO neutron.services.segments.plugin [-] Segment 4143441c-c994-489d-9c0f-cc17ac2f1b55 resource provider aggregate not found 2026-06-16 02:08:59.481 8 INFO neutron.services.segments.plugin [-] Segment 4143441c-c994-489d-9c0f-cc17ac2f1b55 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4143441c-c994-489d-9c0f-cc17ac2f1b55 found for delete ", "request_id": "req-84396099-de0f-4ced-a0da-d93f3191f08f"}]} [pid: 8|app: 0|req: 807/1627] 10.0.0.60 () {32 vars in 725 bytes} [Tue Jun 16 02:08:59 2026] DELETE /v2.0/networks/1f02fece-cdc6-4e5b-be2c-9b114cdd0632 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:08:59.492 8 INFO neutron.services.segments.plugin [-] Segment 4143441c-c994-489d-9c0f-cc17ac2f1b55 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4143441c-c994-489d-9c0f-cc17ac2f1b55 found for delete ", "request_id": "req-96da73a5-184b-4777-ae50-6ab5661169d5"}]} 2026-06-16 02:08:59.590 7 INFO neutron_taas.services.taas.taas_plugin [None req-828ea66d-2ae1-4ce0-a0bc-3858f78142ea bc2e724765144ff49cf2cb30f0747f23 c2ac296fa91c40e99a5bc6be907f2892 - - default default] TaaS: Handle Delete Port: d4a8b4eb-855b-4e75-97b5-53365c866d30 2026-06-16 02:08:59.593 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-828ea66d-2ae1-4ce0-a0bc-3858f78142ea bc2e724765144ff49cf2cb30f0747f23 c2ac296fa91c40e99a5bc6be907f2892 - - default default] Tap Mirror: Handle Delete Port: d4a8b4eb-855b-4e75-97b5-53365c866d30 2026-06-16 02:08:59.768 7 INFO neutron.services.segments.plugin [-] Segment a28260f0-996b-4d98-8c4e-7b461cbb99ae resource provider aggregate not found 2026-06-16 02:08:59.773 7 INFO neutron.services.segments.plugin [-] Segment a28260f0-996b-4d98-8c4e-7b461cbb99ae resource provider aggregate not found 2026-06-16 02:08:59.791 7 INFO neutron.services.segments.plugin [-] Segment a28260f0-996b-4d98-8c4e-7b461cbb99ae resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a28260f0-996b-4d98-8c4e-7b461cbb99ae found for delete ", "request_id": "req-656c5ab1-745e-4759-9e67-9b124e11978e"}]} 2026-06-16 02:08:59.791 7 INFO neutron.services.segments.plugin [-] Segment a28260f0-996b-4d98-8c4e-7b461cbb99ae resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a28260f0-996b-4d98-8c4e-7b461cbb99ae found for delete ", "request_id": "req-b78459bd-29a2-4e86-94f5-02096e9a56db"}]} [pid: 7|app: 0|req: 821/1628] 10.0.0.60 () {32 vars in 725 bytes} [Tue Jun 16 02:08:59 2026] DELETE /v2.0/networks/c0a2cd78-74e2-4816-9d38-2366f96c3a6d => generated 0 bytes in 309 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 808/1629] 10.0.0.60 () {32 vars in 725 bytes} [Tue Jun 16 02:08:59 2026] DELETE /v2.0/networks/f4cdb847-7273-4054-ba4b-c5532598fec2 => 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: 822/1630] 10.0.0.60 () {32 vars in 725 bytes} [Tue Jun 16 02:08:59 2026] DELETE /v2.0/networks/b340973e-ae43-453c-83c9-0ffe68540e89 => 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: 809/1631] 10.0.0.60 () {32 vars in 725 bytes} [Tue Jun 16 02:09:00 2026] DELETE /v2.0/networks/73fe11d0-e9ab-4428-ae9b-05b8be45a584 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 823/1632] 10.0.0.166 () {34 vars in 990 bytes} [Tue Jun 16 02:09:00 2026] GET /v2.0/ports?device_id=9d51b95e-1860-48fd-a29a-5cfa41ebc75e => generated 1240 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 810/1633] 10.0.0.166 () {34 vars in 1040 bytes} [Tue Jun 16 02:09:00 2026] GET /v2.0/security-groups?id=339b53c8-0a6c-4224-b60b-11e99f8be358&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 824/1634] 10.0.0.60 () {32 vars in 773 bytes} [Tue Jun 16 02:09:01 2026] GET /v2.0/security-groups?tenant_id=c2ac296fa91c40e99a5bc6be907f2892&name=default => generated 2925 bytes in 179 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 825/1635] 10.0.0.60 () {32 vars in 739 bytes} [Tue Jun 16 02:09:01 2026] DELETE /v2.0/security-groups/96a4d9ff-933f-4378-a8a9-ee8a10287849 => 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: 811/1636] 10.0.0.60 () {32 vars in 773 bytes} [Tue Jun 16 02:09:01 2026] GET /v2.0/security-groups?tenant_id=93c661d8831348ffbfd450cd96b6a8bc&name=default => generated 2925 bytes in 227 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 826/1637] 10.0.0.60 () {32 vars in 739 bytes} [Tue Jun 16 02:09:01 2026] DELETE /v2.0/security-groups/615a3b5c-53aa-4d62-bed7-a49f1ed63792 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:09:01.502 8 INFO neutron.services.segments.plugin [-] Segment b150b668-7e38-47f4-af81-4fa5cb9ee02e resource provider aggregate not found 2026-06-16 02:09:01.510 8 INFO neutron.services.segments.plugin [-] Segment b150b668-7e38-47f4-af81-4fa5cb9ee02e resource provider aggregate not found 2026-06-16 02:09:01.527 8 INFO neutron.services.segments.plugin [-] Segment b150b668-7e38-47f4-af81-4fa5cb9ee02e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b150b668-7e38-47f4-af81-4fa5cb9ee02e found for delete ", "request_id": "req-81aebdc0-cd42-4c5a-a55d-535b8455c1b8"}]} 2026-06-16 02:09:01.529 8 INFO neutron.services.segments.plugin [-] Segment b150b668-7e38-47f4-af81-4fa5cb9ee02e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b150b668-7e38-47f4-af81-4fa5cb9ee02e found for delete ", "request_id": "req-2b5c0692-5981-4701-a825-b0dd492ede96"}]} 2026-06-16 02:09:01.554 8 INFO neutron.services.segments.plugin [-] Segment 2208e106-c8fb-43cd-829d-4ee8603791f6 resource provider aggregate not found 2026-06-16 02:09:01.562 8 INFO neutron.services.segments.plugin [-] Segment 2208e106-c8fb-43cd-829d-4ee8603791f6 resource provider aggregate not found 2026-06-16 02:09:01.574 8 INFO neutron.services.segments.plugin [-] Segment 2208e106-c8fb-43cd-829d-4ee8603791f6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2208e106-c8fb-43cd-829d-4ee8603791f6 found for delete ", "request_id": "req-9b500009-6365-4eeb-a954-4f06e6026d78"}]} [pid: 8|app: 0|req: 812/1638] 10.0.0.60 () {32 vars in 773 bytes} [Tue Jun 16 02:09:01 2026] GET /v2.0/security-groups?tenant_id=8d156ecba69b4caaaa9be47c7cbf0d16&name=default => generated 2925 bytes in 161 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:09:01.582 8 INFO neutron.services.segments.plugin [-] Segment 2208e106-c8fb-43cd-829d-4ee8603791f6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2208e106-c8fb-43cd-829d-4ee8603791f6 found for delete ", "request_id": "req-79bd9075-aa60-4e07-91f4-cf2645b5b1d6"}]} [pid: 7|app: 0|req: 827/1639] 10.0.0.60 () {32 vars in 739 bytes} [Tue Jun 16 02:09:01 2026] DELETE /v2.0/security-groups/4dd3d4dc-81d2-4166-8586-ca47c87d6866 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:09:01.817 7 INFO neutron.services.segments.plugin [-] Segment 596a6bd6-ec4d-4040-9835-d39236123490 resource provider aggregate not found 2026-06-16 02:09:01.830 7 INFO neutron.services.segments.plugin [-] Segment 596a6bd6-ec4d-4040-9835-d39236123490 resource provider aggregate not found 2026-06-16 02:09:01.832 7 INFO neutron.services.segments.plugin [-] Segment 596a6bd6-ec4d-4040-9835-d39236123490 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 596a6bd6-ec4d-4040-9835-d39236123490 found for delete ", "request_id": "req-eafb0925-ecbe-49ac-990d-50c6c125cb49"}]} 2026-06-16 02:09:01.851 7 INFO neutron.services.segments.plugin [-] Segment 596a6bd6-ec4d-4040-9835-d39236123490 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 596a6bd6-ec4d-4040-9835-d39236123490 found for delete ", "request_id": "req-6cf0ad6f-6d21-420b-b6fa-ff14dc08f87b"}]} [pid: 8|app: 0|req: 813/1640] 10.0.0.60 () {32 vars in 773 bytes} [Tue Jun 16 02:09:01 2026] GET /v2.0/security-groups?tenant_id=b83fa34a91264bf282b24f7f91316e71&name=default => generated 2925 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 828/1641] 10.0.0.60 () {32 vars in 739 bytes} [Tue Jun 16 02:09:01 2026] DELETE /v2.0/security-groups/86a0576f-2ce7-4617-984d-b19ed361adbf => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:09:03.453 8 INFO neutron.db.segments_db [None req-c9a7543d-5b92-4e64-9cdc-68d5102921b5 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] Added segment 94d43841-21c2-4f1c-94fb-afec151b54c2 of type vxlan for network 13887097-865f-45ac-a1cd-cf184ccef467 [pid: 8|app: 0|req: 814/1642] 10.0.0.60 () {34 vars in 670 bytes} [Tue Jun 16 02:09:03 2026] POST /v2.0/networks => generated 721 bytes in 362 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 829/1643] 10.0.0.60 () {34 vars in 668 bytes} [Tue Jun 16 02:09:03 2026] POST /v2.0/subnets => generated 687 bytes in 201 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:09:03.811 8 INFO neutron.db.segments_db [None req-f1705aa9-02ea-4a20-9eda-9e0330c3a474 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] Added segment d9235ee9-4be6-48f4-a1f2-52df1ade15c5 of type vxlan for network 27bd0e02-fb94-428b-a03e-8638c73a5796 2026-06-16 02:09:04.042 8 INFO neutron.db.l3_hamode_db [None req-f1705aa9-02ea-4a20-9eda-9e0330c3a474 6f429fdbbb2a45d99cb484a6036aa584 841e636c12504d23ac9004963c715af2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-16 02:09:04.762 8 INFO neutron.db.l3_hamode_db [None req-f1705aa9-02ea-4a20-9eda-9e0330c3a474 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-16 02:09:05.413 7 INFO neutron.db.segments_db [None req-2725d3ee-f02d-44bb-8c51-60fea55cebd2 b29866ba1d51423baed8c3a1940ba35b 3c1263c53f734dada8ad12e809eee5dc - - default default] Added segment 496552ce-e72f-4867-b242-6c6f53f84a21 of type vxlan for network cf15d2c5-a91b-4966-a3f2-6552a5e19d64 2026-06-16 02:09:05.679 7 INFO neutron.db.l3_hamode_db [None req-2725d3ee-f02d-44bb-8c51-60fea55cebd2 b29866ba1d51423baed8c3a1940ba35b 3c1263c53f734dada8ad12e809eee5dc - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 815/1644] 10.0.0.60 () {34 vars in 668 bytes} [Tue Jun 16 02:09:03 2026] POST /v2.0/routers => generated 727 bytes in 1943 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:09:05.820 7 INFO neutron.db.l3_hamode_db [None req-2725d3ee-f02d-44bb-8c51-60fea55cebd2 b29866ba1d51423baed8c3a1940ba35b 3c1263c53f734dada8ad12e809eee5dc - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 830/1645] 10.0.0.60 () {34 vars in 667 bytes} [Tue Jun 16 02:09:05 2026] POST /v2.0/routers => generated 474 bytes in 1263 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 831/1646] 10.0.0.60 () {34 vars in 750 bytes} [Tue Jun 16 02:09:06 2026] PUT /v2.0/routers/780ff956-5182-4c6d-9441-a29c6653e11b/tags => generated 25 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 832/1647] 10.0.0.60 () {32 vars in 730 bytes} [Tue Jun 16 02:09:06 2026] GET /v2.0/routers/780ff956-5182-4c6d-9441-a29c6653e11b/tags => generated 25 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 833/1648] 10.0.0.60 () {34 vars in 761 bytes} [Tue Jun 16 02:09:06 2026] PUT /v2.0/routers/780ff956-5182-4c6d-9441-a29c6653e11b/tags/green => generated 4 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 816/1649] 10.0.0.60 () {34 vars in 782 bytes} [Tue Jun 16 02:09:05 2026] PUT /v2.0/routers/fe2bf24a-29a7-4072-95e0-08875b05353f/add_router_interface => generated 309 bytes in 1150 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 834/1650] 10.0.0.60 () {32 vars in 730 bytes} [Tue Jun 16 02:09:06 2026] GET /v2.0/routers/780ff956-5182-4c6d-9441-a29c6653e11b/tags => generated 34 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 817/1651] 10.0.0.60 () {34 vars in 757 bytes} [Tue Jun 16 02:09:06 2026] PUT /v2.0/routers/780ff956-5182-4c6d-9441-a29c6653e11b/tags/red => generated 4 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 835/1652] 10.0.0.60 () {32 vars in 730 bytes} [Tue Jun 16 02:09:07 2026] GET /v2.0/routers/780ff956-5182-4c6d-9441-a29c6653e11b/tags => generated 34 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 818/1653] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:09:07 2026] GET /v2.0/ports?device_id=ae8f2376-eec0-4877-a0f3-091c3c153bd4 => generated 971 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 819/1654] 10.0.0.213 () {34 vars in 1040 bytes} [Tue Jun 16 02:09:07 2026] GET /v2.0/security-groups?id=49bb4ff1-75a7-4216-b987-593944e29bdc&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 836/1655] 10.0.0.60 () {34 vars in 779 bytes} [Tue Jun 16 02:09:07 2026] PUT /v2.0/routers/780ff956-5182-4c6d-9441-a29c6653e11b/tags/black.or.white => generated 4 bytes in 193 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 820/1656] 10.0.0.60 () {32 vars in 730 bytes} [Tue Jun 16 02:09:07 2026] GET /v2.0/routers/780ff956-5182-4c6d-9441-a29c6653e11b/tags => generated 52 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 837/1657] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:09:07 2026] GET /v2.0/ports?device_id=ae8f2376-eec0-4877-a0f3-091c3c153bd4 => generated 971 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 838/1658] 10.0.0.213 () {34 vars in 1040 bytes} [Tue Jun 16 02:09:07 2026] GET /v2.0/security-groups?id=49bb4ff1-75a7-4216-b987-593944e29bdc&fields=id&fields=name => generated 113 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 821/1659] 10.0.0.60 () {34 vars in 750 bytes} [Tue Jun 16 02:09:07 2026] PUT /v2.0/routers/780ff956-5182-4c6d-9441-a29c6653e11b/tags => generated 37 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 839/1660] 10.0.0.60 () {32 vars in 730 bytes} [Tue Jun 16 02:09:07 2026] GET /v2.0/routers/780ff956-5182-4c6d-9441-a29c6653e11b/tags => generated 37 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 822/1661] 10.0.0.60 () {32 vars in 738 bytes} [Tue Jun 16 02:09:07 2026] GET /v2.0/routers/780ff956-5182-4c6d-9441-a29c6653e11b/tags/red => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:09:07.921 7 INFO neutron.api.v2.resource [None req-4d8192e8-aa68-419f-95fe-304e0867cd3d b29866ba1d51423baed8c3a1940ba35b 3c1263c53f734dada8ad12e809eee5dc - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 840/1662] 10.0.0.60 () {32 vars in 742 bytes} [Tue Jun 16 02:09:07 2026] GET /v2.0/routers/780ff956-5182-4c6d-9441-a29c6653e11b/tags/green => generated 99 bytes in 92 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 823/1663] 10.0.0.60 () {32 vars in 741 bytes} [Tue Jun 16 02:09:07 2026] DELETE /v2.0/routers/780ff956-5182-4c6d-9441-a29c6653e11b/tags/red => 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: 841/1664] 10.0.0.60 () {32 vars in 730 bytes} [Tue Jun 16 02:09:08 2026] GET /v2.0/routers/780ff956-5182-4c6d-9441-a29c6653e11b/tags => generated 30 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:09:08.235 8 INFO neutron.api.v2.resource [None req-f309c535-0a53-4fe1-8613-5654b1573329 b29866ba1d51423baed8c3a1940ba35b 3c1263c53f734dada8ad12e809eee5dc - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 824/1665] 10.0.0.60 () {32 vars in 745 bytes} [Tue Jun 16 02:09:08 2026] DELETE /v2.0/routers/780ff956-5182-4c6d-9441-a29c6653e11b/tags/green => generated 99 bytes in 97 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 842/1666] 10.0.0.60 () {32 vars in 733 bytes} [Tue Jun 16 02:09:08 2026] DELETE /v2.0/routers/780ff956-5182-4c6d-9441-a29c6653e11b/tags => 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: 825/1667] 10.0.0.60 () {32 vars in 730 bytes} [Tue Jun 16 02:09:08 2026] GET /v2.0/routers/780ff956-5182-4c6d-9441-a29c6653e11b/tags => generated 12 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 843/1668] 10.0.0.60 () {32 vars in 720 bytes} [Tue Jun 16 02:09:08 2026] GET /v2.0/routers/780ff956-5182-4c6d-9441-a29c6653e11b => generated 480 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 844/1669] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:09:08 2026] GET /v2.0/ports?device_id=ae8f2376-eec0-4877-a0f3-091c3c153bd4 => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 845/1670] 10.0.0.213 () {34 vars in 1040 bytes} [Tue Jun 16 02:09:08 2026] GET /v2.0/security-groups?id=49bb4ff1-75a7-4216-b987-593944e29bdc&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: 826/1671] 10.0.0.60 () {34 vars in 741 bytes} [Tue Jun 16 02:09:08 2026] PUT /v2.0/routers/780ff956-5182-4c6d-9441-a29c6653e11b => generated 480 bytes in 549 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 846/1672] 10.0.0.60 () {32 vars in 735 bytes} [Tue Jun 16 02:09:09 2026] GET /v2.0/ports?device_id=780ff956-5182-4c6d-9441-a29c6653e11b => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:09:09.275 8 INFO neutron_taas.services.taas.taas_plugin [None req-83248b3b-e465-478d-917f-0ca772c0b5f9 b29866ba1d51423baed8c3a1940ba35b 3c1263c53f734dada8ad12e809eee5dc - - default default] TaaS: Handle Delete Port: aaad6a29-4ea0-4d49-b9e2-39b8ed0ca25f 2026-06-16 02:09:09.277 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-83248b3b-e465-478d-917f-0ca772c0b5f9 b29866ba1d51423baed8c3a1940ba35b 3c1263c53f734dada8ad12e809eee5dc - - default default] Tap Mirror: Handle Delete Port: aaad6a29-4ea0-4d49-b9e2-39b8ed0ca25f [pid: 7|app: 0|req: 847/1673] 10.0.0.213 () {34 vars in 982 bytes} [Tue Jun 16 02:09:09 2026] GET /v2.0/networks?id=13887097-865f-45ac-a1cd-cf184ccef467 => generated 672 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 848/1674] 10.0.0.213 () {34 vars in 965 bytes} [Tue Jun 16 02:09:09 2026] GET /v2.0/quotas/841e636c12504d23ac9004963c715af2 => generated 292 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 849/1675] 10.0.0.213 () {34 vars in 1002 bytes} [Tue Jun 16 02:09:09 2026] GET /v2.0/ports?tenant_id=841e636c12504d23ac9004963c715af2&fields=id => generated 103 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 850/1676] 10.0.0.213 () {34 vars in 1008 bytes} [Tue Jun 16 02:09:09 2026] GET /v2.0/networks/13887097-865f-45ac-a1cd-cf184ccef467?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: 851/1677] 10.0.0.213 () {34 vars in 1108 bytes} [Tue Jun 16 02:09:09 2026] GET /v2.0/networks/13887097-865f-45ac-a1cd-cf184ccef467?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: 852/1678] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:09:09 2026] GET /v2.0/ports?device_id=d1f7ed18-128d-4d95-9895-125a27da33df => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:09:09.618 8 INFO neutron.services.segments.plugin [-] Segment 496552ce-e72f-4867-b242-6c6f53f84a21 resource provider aggregate not found 2026-06-16 02:09:09.629 8 INFO neutron.services.segments.plugin [-] Segment 496552ce-e72f-4867-b242-6c6f53f84a21 resource provider aggregate not found 2026-06-16 02:09:09.643 8 INFO neutron.services.segments.plugin [-] Segment 496552ce-e72f-4867-b242-6c6f53f84a21 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 496552ce-e72f-4867-b242-6c6f53f84a21 found for delete ", "request_id": "req-173823f5-4d99-445c-94af-03928c02c7ac"}]} 2026-06-16 02:09:09.654 8 INFO neutron.services.segments.plugin [-] Segment 496552ce-e72f-4867-b242-6c6f53f84a21 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 496552ce-e72f-4867-b242-6c6f53f84a21 found for delete ", "request_id": "req-9a45918c-f0a7-47bb-ac1a-e0f0c4022867"}]} 2026-06-16 02:09:09.654 8 INFO neutron.db.l3_hamode_db [None req-83248b3b-e465-478d-917f-0ca772c0b5f9 b29866ba1d51423baed8c3a1940ba35b 3c1263c53f734dada8ad12e809eee5dc - - default default] HA network cf15d2c5-a91b-4966-a3f2-6552a5e19d64 was deleted as no HA routers are present in tenant 3c1263c53f734dada8ad12e809eee5dc. [pid: 8|app: 0|req: 827/1679] 10.0.0.60 () {32 vars in 723 bytes} [Tue Jun 16 02:09:09 2026] DELETE /v2.0/routers/780ff956-5182-4c6d-9441-a29c6653e11b => generated 0 bytes in 567 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 853/1680] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:09:09 2026] GET /v2.0/ports?device_id=ae8f2376-eec0-4877-a0f3-091c3c153bd4 => 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: 828/1681] 10.0.0.213 () {34 vars in 1040 bytes} [Tue Jun 16 02:09:09 2026] GET /v2.0/security-groups?id=49bb4ff1-75a7-4216-b987-593944e29bdc&fields=id&fields=name => generated 113 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 854/1682] 199.204.45.140 () {34 vars in 994 bytes} [Tue Jun 16 02:09:09 2026] GET /v2.0/ports?device_id=ae8f2376-eec0-4877-a0f3-091c3c153bd4 => generated 971 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:09:10.070 8 INFO neutron_taas.services.taas.taas_plugin [req-9c9bc0f8-5bc5-4287-b2a4-91b130e66cb8 req-4cea3d85-a2fc-421b-a11a-c1dea47bbd01 fde28cd3e8c84175b1c54bcbc7ea623f b475124a43414b7eb05044f578e2da72 - - default default] TaaS: Handle Delete Port: 8257a049-185d-4a2a-96ce-1fafa0f049a1 2026-06-16 02:09:10.073 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-9c9bc0f8-5bc5-4287-b2a4-91b130e66cb8 req-4cea3d85-a2fc-421b-a11a-c1dea47bbd01 fde28cd3e8c84175b1c54bcbc7ea623f b475124a43414b7eb05044f578e2da72 - - default default] Tap Mirror: Handle Delete Port: 8257a049-185d-4a2a-96ce-1fafa0f049a1 2026-06-16 02:09:10.189 8 INFO neutron.db.l3_db [req-9c9bc0f8-5bc5-4287-b2a4-91b130e66cb8 req-4cea3d85-a2fc-421b-a11a-c1dea47bbd01 fde28cd3e8c84175b1c54bcbc7ea623f b475124a43414b7eb05044f578e2da72 - - default default] Floating IP de820375-7143-4502-9ee3-9cd7334076d2 disassociated. External IP: 10.96.250.202, port: 8257a049-185d-4a2a-96ce-1fafa0f049a1. [pid: 7|app: 0|req: 855/1683] 10.0.0.60 () {32 vars in 773 bytes} [Tue Jun 16 02:09:10 2026] GET /v2.0/security-groups?tenant_id=3c1263c53f734dada8ad12e809eee5dc&name=default => generated 2925 bytes in 205 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 829/1684] 199.204.45.140 () {36 vars in 997 bytes} [Tue Jun 16 02:09:09 2026] DELETE /v2.0/ports/8257a049-185d-4a2a-96ce-1fafa0f049a1 => generated 0 bytes in 661 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 856/1685] 10.0.0.60 () {32 vars in 739 bytes} [Tue Jun 16 02:09:10 2026] DELETE /v2.0/security-groups/416e2b65-1b44-4050-b575-26a20d17183f => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:09:10.683 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c6f99ac1-1e89-4f21-b7f1-26da051dedb4'] response: {'server_uuid': 'ae8f2376-eec0-4877-a0f3-091c3c153bd4', 'name': 'network-vif-deleted', 'tag': '8257a049-185d-4a2a-96ce-1fafa0f049a1', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 830/1686] 10.0.0.60 () {32 vars in 825 bytes} [Tue Jun 16 02:09:10 2026] GET /v2.0/ports?project_id=2bed9322f6be41c3be9012b64198eba9&network_id=dc540e8b-47d6-4f57-9cf4-3a4c6e8ffc77 => generated 3691 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 857/1687] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:09:10 2026] GET /v2.0/ports?device_id=d1f7ed18-128d-4d95-9895-125a27da33df => 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: 831/1690] 10.0.0.60 () {32 vars in 773 bytes} [Tue Jun 16 02:09:10 2026] GET /v2.0/security-groups?tenant_id=f5e113846b8c4207926eef3dce8ff714&name=default => generated 2925 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 832/1691] 10.0.0.60 () {32 vars in 741 bytes} [Tue Jun 16 02:09:10 2026] GET /v2.0/subnets?network_id=65dba030-3915-44c8-8a86-8bbdbe69721d => generated 667 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 860/1692] 10.0.0.60 () {32 vars in 739 bytes} [Tue Jun 16 02:09:10 2026] DELETE /v2.0/security-groups/def1efda-5bd4-41cb-897b-b6d72a6550c1 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 833/1693] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:09:11 2026] GET /v2.0/ports?device_id=ae8f2376-eec0-4877-a0f3-091c3c153bd4 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:09:11.276 7 INFO neutron.db.l3_db [None req-ac5df1fb-b9f0-4edf-8796-17627ae8615b fbee614d31bc404aa9285d0a89fef1f8 2bed9322f6be41c3be9012b64198eba9 - - default default] Floating IP 9f45b5a5-5460-4bdb-b032-ef11bae5eef8 disassociated. External IP: 10.96.250.207, port: 44c06b41-63be-4045-9f57-7a1841502c54. [pid: 7|app: 0|req: 861/1694] 10.0.0.60 () {34 vars in 748 bytes} [Tue Jun 16 02:09:11 2026] PUT /v2.0/floatingips/9f45b5a5-5460-4bdb-b032-ef11bae5eef8 => generated 554 bytes in 428 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 834/1695] 10.0.0.60 () {32 vars in 728 bytes} [Tue Jun 16 02:09:11 2026] GET /v2.0/floatingips/9f45b5a5-5460-4bdb-b032-ef11bae5eef8 => generated 554 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:09:11.629 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a8dd905c-8361-46dd-8c9a-246eb313e2a5'] response: {'name': 'network-changed', 'server_uuid': '9d51b95e-1860-48fd-a29a-5cfa41ebc75e', 'tag': '44c06b41-63be-4045-9f57-7a1841502c54', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 862/1696] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:09:11 2026] GET /v2.0/ports?device_id=d1f7ed18-128d-4d95-9895-125a27da33df => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 835/1697] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:09:12 2026] GET /v2.0/ports?device_id=ae8f2376-eec0-4877-a0f3-091c3c153bd4 => 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: 863/1698] 199.204.45.140 () {34 vars in 1080 bytes} [Tue Jun 16 02:09:12 2026] GET /v2.0/ports?tenant_id=2bed9322f6be41c3be9012b64198eba9&device_id=9d51b95e-1860-48fd-a29a-5cfa41ebc75e => generated 1240 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 836/1699] 199.204.45.140 () {34 vars in 986 bytes} [Tue Jun 16 02:09:12 2026] GET /v2.0/networks?id=dc540e8b-47d6-4f57-9cf4-3a4c6e8ffc77 => generated 756 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 864/1700] 199.204.45.140 () {34 vars in 1058 bytes} [Tue Jun 16 02:09:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=44c06b41-63be-4045-9f57-7a1841502c54 => 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: 837/1701] 199.204.45.140 () {34 vars in 984 bytes} [Tue Jun 16 02:09:12 2026] GET /v2.0/subnets?id=32592628-519f-486a-a05c-26e4110a35f9 => generated 676 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 865/1702] 199.204.45.140 () {34 vars in 1052 bytes} [Tue Jun 16 02:09:12 2026] GET /v2.0/ports?network_id=dc540e8b-47d6-4f57-9cf4-3a4c6e8ffc77&device_owner=network%3Adhcp => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 838/1703] 199.204.45.140 () {34 vars in 1012 bytes} [Tue Jun 16 02:09:12 2026] GET /v2.0/networks/dc540e8b-47d6-4f57-9cf4-3a4c6e8ffc77?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: 866/1704] 199.204.45.140 () {34 vars in 1112 bytes} [Tue Jun 16 02:09:12 2026] GET /v2.0/networks/dc540e8b-47d6-4f57-9cf4-3a4c6e8ffc77?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: 839/1705] 10.0.0.60 () {32 vars in 728 bytes} [Tue Jun 16 02:09:12 2026] GET /v2.0/floatingips/9f45b5a5-5460-4bdb-b032-ef11bae5eef8 => generated 554 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 840/1706] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:09:13 2026] GET /v2.0/ports?device_id=ae8f2376-eec0-4877-a0f3-091c3c153bd4 => 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: 867/1707] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:09:12 2026] GET /v2.0/ports?device_id=d1f7ed18-128d-4d95-9895-125a27da33df => generated 12 bytes in 393 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 841/1708] 10.0.0.60 () {32 vars in 728 bytes} [Tue Jun 16 02:09:13 2026] GET /v2.0/floatingips/9f45b5a5-5460-4bdb-b032-ef11bae5eef8 => generated 552 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 868/1709] 199.204.45.140 () {34 vars in 986 bytes} [Tue Jun 16 02:09:14 2026] GET /v2.0/networks?id=13887097-865f-45ac-a1cd-cf184ccef467 => generated 672 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 869/1710] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:09:14 2026] GET /v2.0/ports?device_id=d1f7ed18-128d-4d95-9895-125a27da33df => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 870/1711] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:09:14 2026] GET /v2.0/ports?device_id=ae8f2376-eec0-4877-a0f3-091c3c153bd4 => 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: 842/1712] 199.204.45.140 () {38 vars in 955 bytes} [Tue Jun 16 02:09:14 2026] POST /v2.0/ports => generated 958 bytes in 472 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: 871/1713] 10.0.0.60 () {34 vars in 683 bytes} [Tue Jun 16 02:09:14 2026] POST /v2.0/security-groups => generated 1601 bytes in 436 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 843/1714] 199.204.45.140 () {38 vars in 1028 bytes} [Tue Jun 16 02:09:14 2026] PUT /v2.0/ports/bd814511-56d0-4c10-bdc9-a82bc03294e5 => generated 1239 bytes in 375 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: 872/1715] 10.0.0.60 () {34 vars in 684 bytes} [Tue Jun 16 02:09:14 2026] POST /v2.0/security-groups => generated 1673 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-16 02:09:15.009 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-6f96c0d5-5d8a-4be9-a406-4bfb88160721'] response: {'name': 'network-changed', 'server_uuid': 'd1f7ed18-128d-4d95-9895-125a27da33df', 'tag': 'bd814511-56d0-4c10-bdc9-a82bc03294e5', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 844/1716] 10.0.0.60 () {34 vars in 766 bytes} [Tue Jun 16 02:09:14 2026] PUT /v2.0/security-groups/5e6eff3a-2849-40c3-bf3f-c4554051b416/tags => generated 25 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 845/1717] 10.0.0.60 () {32 vars in 746 bytes} [Tue Jun 16 02:09:15 2026] GET /v2.0/security-groups/5e6eff3a-2849-40c3-bf3f-c4554051b416/tags => generated 25 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 846/1718] 10.0.0.60 () {34 vars in 777 bytes} [Tue Jun 16 02:09:15 2026] PUT /v2.0/security-groups/5e6eff3a-2849-40c3-bf3f-c4554051b416/tags/green => generated 4 bytes in 52 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 847/1719] 10.0.0.60 () {32 vars in 746 bytes} [Tue Jun 16 02:09:15 2026] GET /v2.0/security-groups/5e6eff3a-2849-40c3-bf3f-c4554051b416/tags => generated 34 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 873/1720] 10.0.0.60 () {34 vars in 694 bytes} [Tue Jun 16 02:09:15 2026] POST /v2.0/security-group-rules => generated 597 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 848/1721] 10.0.0.60 () {34 vars in 773 bytes} [Tue Jun 16 02:09:15 2026] PUT /v2.0/security-groups/5e6eff3a-2849-40c3-bf3f-c4554051b416/tags/red => generated 4 bytes in 41 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 849/1722] 10.0.0.60 () {32 vars in 746 bytes} [Tue Jun 16 02:09:15 2026] GET /v2.0/security-groups/5e6eff3a-2849-40c3-bf3f-c4554051b416/tags => generated 34 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 874/1723] 10.0.0.60 () {34 vars in 694 bytes} [Tue Jun 16 02:09:15 2026] POST /v2.0/security-group-rules => generated 596 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 850/1724] 10.0.0.60 () {34 vars in 795 bytes} [Tue Jun 16 02:09:15 2026] PUT /v2.0/security-groups/5e6eff3a-2849-40c3-bf3f-c4554051b416/tags/black.or.white => generated 4 bytes in 79 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 851/1725] 10.0.0.60 () {32 vars in 746 bytes} [Tue Jun 16 02:09:15 2026] GET /v2.0/security-groups/5e6eff3a-2849-40c3-bf3f-c4554051b416/tags => generated 52 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 852/1726] 10.0.0.60 () {34 vars in 766 bytes} [Tue Jun 16 02:09:15 2026] PUT /v2.0/security-groups/5e6eff3a-2849-40c3-bf3f-c4554051b416/tags => generated 37 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 853/1727] 10.0.0.60 () {32 vars in 746 bytes} [Tue Jun 16 02:09:15 2026] GET /v2.0/security-groups/5e6eff3a-2849-40c3-bf3f-c4554051b416/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: 875/1728] 10.0.0.60 () {34 vars in 694 bytes} [Tue Jun 16 02:09:15 2026] POST /v2.0/security-group-rules => generated 602 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 854/1729] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:09:15 2026] GET /v2.0/ports?device_id=d1f7ed18-128d-4d95-9895-125a27da33df => 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: 876/1730] 10.0.0.60 () {32 vars in 739 bytes} [Tue Jun 16 02:09:15 2026] DELETE /v2.0/security-groups/49bb4ff1-75a7-4216-b987-593944e29bdc => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 877/1731] 10.0.0.60 () {32 vars in 754 bytes} [Tue Jun 16 02:09:15 2026] GET /v2.0/security-groups/5e6eff3a-2849-40c3-bf3f-c4554051b416/tags/red => generated 0 bytes in 42 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 855/1732] 10.0.0.60 () {34 vars in 694 bytes} [Tue Jun 16 02:09:15 2026] POST /v2.0/security-group-rules => generated 601 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 878/1733] 199.204.45.140 () {34 vars in 1080 bytes} [Tue Jun 16 02:09:15 2026] GET /v2.0/ports?tenant_id=841e636c12504d23ac9004963c715af2&device_id=d1f7ed18-128d-4d95-9895-125a27da33df => generated 1242 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:09:15.674 7 INFO neutron.api.v2.resource [None req-8c752691-d802-44d5-9f15-cc98f7603a44 fde28cd3e8c84175b1c54bcbc7ea623f b475124a43414b7eb05044f578e2da72 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 879/1734] 10.0.0.60 () {32 vars in 736 bytes} [Tue Jun 16 02:09:15 2026] GET /v2.0/security-groups/49bb4ff1-75a7-4216-b987-593944e29bdc => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 856/1735] 10.0.0.213 () {34 vars in 1040 bytes} [Tue Jun 16 02:09:15 2026] GET /v2.0/security-groups?id=70acea67-e3ed-4a82-9e23-a1540c366528&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:09:15.709 8 INFO neutron.db.securitygroups_db [None req-7af44a39-274d-4e50-8f2d-ea36cd52349d fbee614d31bc404aa9285d0a89fef1f8 2bed9322f6be41c3be9012b64198eba9 - - default default] Project 2bed9322f6be41c3be9012b64198eba9 added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. 2026-06-16 02:09:15.717 7 INFO neutron.api.v2.resource [None req-b015d1ea-a73d-4400-a8b5-f54e83e7c4cf 6b9e29902bcc4582a41b1b43e011f3bd beb11d3c04a748d08da4b12036055422 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 880/1736] 10.0.0.60 () {32 vars in 758 bytes} [Tue Jun 16 02:09:15 2026] GET /v2.0/security-groups/5e6eff3a-2849-40c3-bf3f-c4554051b416/tags/green => generated 99 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 881/1737] 199.204.45.140 () {34 vars in 1018 bytes} [Tue Jun 16 02:09:15 2026] GET /v2.0/networks?tenant_id=841e636c12504d23ac9004963c715af2&shared=False => generated 768 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 857/1738] 10.0.0.60 () {34 vars in 694 bytes} [Tue Jun 16 02:09:15 2026] POST /v2.0/security-group-rules => generated 607 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 858/1739] 10.0.0.60 () {32 vars in 757 bytes} [Tue Jun 16 02:09:15 2026] DELETE /v2.0/security-groups/5e6eff3a-2849-40c3-bf3f-c4554051b416/tags/red => generated 0 bytes in 41 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:09:15.835 7 INFO neutron_taas.services.taas.taas_plugin [None req-daf484bf-ee34-4fe2-89c2-f72c206e2f9d fde28cd3e8c84175b1c54bcbc7ea623f b475124a43414b7eb05044f578e2da72 - - default default] TaaS: Handle Delete Port: f6f79e34-6e3a-4322-8206-f6419b97f42d 2026-06-16 02:09:15.837 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-daf484bf-ee34-4fe2-89c2-f72c206e2f9d fde28cd3e8c84175b1c54bcbc7ea623f b475124a43414b7eb05044f578e2da72 - - default default] Tap Mirror: Handle Delete Port: f6f79e34-6e3a-4322-8206-f6419b97f42d [pid: 8|app: 0|req: 859/1740] 199.204.45.140 () {34 vars in 930 bytes} [Tue Jun 16 02:09:15 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:09:15.891 8 INFO neutron.db.securitygroups_db [None req-9f0970c0-05f7-413f-b426-c54e38b875d8 fbee614d31bc404aa9285d0a89fef1f8 2bed9322f6be41c3be9012b64198eba9 - - default default] Project 2bed9322f6be41c3be9012b64198eba9 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: 860/1741] 10.0.0.60 () {34 vars in 694 bytes} [Tue Jun 16 02:09:15 2026] POST /v2.0/security-group-rules => generated 606 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 861/1742] 10.0.0.60 () {32 vars in 746 bytes} [Tue Jun 16 02:09:15 2026] GET /v2.0/security-groups/5e6eff3a-2849-40c3-bf3f-c4554051b416/tags => generated 30 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 882/1743] 10.0.0.60 () {32 vars in 731 bytes} [Tue Jun 16 02:09:15 2026] DELETE /v2.0/floatingips/de820375-7143-4502-9ee3-9cd7334076d2 => generated 0 bytes in 269 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:09:16.068 8 INFO neutron.api.v2.resource [None req-546416e7-788a-401c-8b90-5b89babb2629 6b9e29902bcc4582a41b1b43e011f3bd beb11d3c04a748d08da4b12036055422 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 862/1744] 10.0.0.60 () {32 vars in 761 bytes} [Tue Jun 16 02:09:16 2026] DELETE /v2.0/security-groups/5e6eff3a-2849-40c3-bf3f-c4554051b416/tags/green => generated 99 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 863/1745] 10.0.0.60 () {32 vars in 749 bytes} [Tue Jun 16 02:09:16 2026] DELETE /v2.0/security-groups/5e6eff3a-2849-40c3-bf3f-c4554051b416/tags => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 864/1746] 10.0.0.60 () {32 vars in 746 bytes} [Tue Jun 16 02:09:16 2026] GET /v2.0/security-groups/5e6eff3a-2849-40c3-bf3f-c4554051b416/tags => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 865/1747] 10.0.0.60 () {32 vars in 739 bytes} [Tue Jun 16 02:09:16 2026] DELETE /v2.0/security-groups/5e6eff3a-2849-40c3-bf3f-c4554051b416 => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:09:16.348 7 INFO neutron_taas.services.taas.taas_plugin [None req-7baf1b06-96fe-496d-b312-c11ccfe539d9 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] TaaS: Handle Delete Port: 668b5a55-441a-45e6-979d-a1957fd76ab0 2026-06-16 02:09:16.350 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7baf1b06-96fe-496d-b312-c11ccfe539d9 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] Tap Mirror: Handle Delete Port: 668b5a55-441a-45e6-979d-a1957fd76ab0 [pid: 8|app: 0|req: 866/1748] 10.0.0.60 () {32 vars in 648 bytes} [Tue Jun 16 02:09:16 2026] GET /v2.0/networks => generated 1297 bytes in 159 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 867/1749] 10.0.0.213 () {34 vars in 1098 bytes} [Tue Jun 16 02:09:16 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-115173733&fields=id&tenant_id=2bed9322f6be41c3be9012b64198eba9 => 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: 868/1750] 10.0.0.213 () {34 vars in 982 bytes} [Tue Jun 16 02:09:16 2026] GET /v2.0/networks?id=dc540e8b-47d6-4f57-9cf4-3a4c6e8ffc77 => generated 660 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 869/1751] 10.0.0.213 () {34 vars in 965 bytes} [Tue Jun 16 02:09:16 2026] GET /v2.0/quotas/2bed9322f6be41c3be9012b64198eba9 => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 870/1752] 10.0.0.213 () {34 vars in 1002 bytes} [Tue Jun 16 02:09:16 2026] GET /v2.0/ports?tenant_id=2bed9322f6be41c3be9012b64198eba9&fields=id => generated 149 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 871/1753] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:09:16 2026] GET /v2.0/ports?device_id=d1f7ed18-128d-4d95-9895-125a27da33df => generated 973 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 883/1754] 10.0.0.60 () {34 vars in 788 bytes} [Tue Jun 16 02:09:16 2026] PUT /v2.0/routers/968d303a-717a-4a76-a121-97a73572ab0f/remove_router_interface => generated 309 bytes in 860 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 872/1755] 10.0.0.213 () {34 vars in 1008 bytes} [Tue Jun 16 02:09:16 2026] GET /v2.0/networks/dc540e8b-47d6-4f57-9cf4-3a4c6e8ffc77?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 884/1756] 10.0.0.213 () {34 vars in 1040 bytes} [Tue Jun 16 02:09:16 2026] GET /v2.0/security-groups?id=70acea67-e3ed-4a82-9e23-a1540c366528&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 873/1757] 199.204.45.140 () {34 vars in 1080 bytes} [Tue Jun 16 02:09:16 2026] GET /v2.0/ports?tenant_id=841e636c12504d23ac9004963c715af2&device_id=d1f7ed18-128d-4d95-9895-125a27da33df => generated 1242 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 874/1758] 10.0.0.213 () {34 vars in 1108 bytes} [Tue Jun 16 02:09:16 2026] GET /v2.0/networks/dc540e8b-47d6-4f57-9cf4-3a4c6e8ffc77?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:09:17.133 7 INFO neutron_taas.services.taas.taas_plugin [None req-bbde2e27-9b8d-428d-9128-03473ca26ebe 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] TaaS: Handle Delete Port: f076010f-ace2-4734-a0c8-dcbca6853e03 2026-06-16 02:09:17.136 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bbde2e27-9b8d-428d-9128-03473ca26ebe 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] Tap Mirror: Handle Delete Port: f076010f-ace2-4734-a0c8-dcbca6853e03 [pid: 8|app: 0|req: 875/1759] 10.0.0.60 () {32 vars in 773 bytes} [Tue Jun 16 02:09:16 2026] GET /v2.0/security-groups?tenant_id=beb11d3c04a748d08da4b12036055422&name=default => generated 2925 bytes in 186 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 876/1760] 199.204.45.140 () {34 vars in 1060 bytes} [Tue Jun 16 02:09:17 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=bd814511-56d0-4c10-bdc9-a82bc03294e5 => 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: 877/1761] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:09:17 2026] GET /v2.0/ports?device_id=b3a54284-6085-4ce6-add6-6a3dba39323f => 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: 878/1762] 10.0.0.60 () {32 vars in 739 bytes} [Tue Jun 16 02:09:17 2026] DELETE /v2.0/security-groups/9fd95ad1-4d31-45b3-81b4-f44bf94a4b6d => 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: 879/1763] 199.204.45.140 () {34 vars in 984 bytes} [Tue Jun 16 02:09:17 2026] GET /v2.0/subnets?id=925ab409-22fb-4152-9477-02870091c9f4 => generated 690 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:09:17.387 7 INFO neutron_taas.services.taas.taas_plugin [None req-bbde2e27-9b8d-428d-9128-03473ca26ebe 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] TaaS: Handle Delete Port: 87ec9756-e994-4294-be78-b93f300f7298 2026-06-16 02:09:17.390 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bbde2e27-9b8d-428d-9128-03473ca26ebe 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] Tap Mirror: Handle Delete Port: 87ec9756-e994-4294-be78-b93f300f7298 [pid: 8|app: 0|req: 880/1764] 199.204.45.140 () {34 vars in 1052 bytes} [Tue Jun 16 02:09:17 2026] GET /v2.0/ports?network_id=13887097-865f-45ac-a1cd-cf184ccef467&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: 881/1765] 199.204.45.140 () {34 vars in 1012 bytes} [Tue Jun 16 02:09:17 2026] GET /v2.0/networks/13887097-865f-45ac-a1cd-cf184ccef467?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: 882/1766] 199.204.45.140 () {34 vars in 1112 bytes} [Tue Jun 16 02:09:17 2026] GET /v2.0/networks/13887097-865f-45ac-a1cd-cf184ccef467?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: 883/1767] 10.0.0.60 () {32 vars in 773 bytes} [Tue Jun 16 02:09:17 2026] GET /v2.0/security-groups?tenant_id=20d43ba6859c4fcfabd9710011fc9115&name=default => generated 2925 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:09:17.732 7 INFO neutron.services.segments.plugin [-] Segment 977c79c1-12b9-494d-aade-a21a9c2dfb75 resource provider aggregate not found [pid: 8|app: 0|req: 884/1768] 10.0.0.60 () {32 vars in 739 bytes} [Tue Jun 16 02:09:17 2026] DELETE /v2.0/security-groups/ec3e773a-c3e0-4597-bff5-7146d0e73a89 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:09:17.739 7 INFO neutron.services.segments.plugin [-] Segment 977c79c1-12b9-494d-aade-a21a9c2dfb75 resource provider aggregate not found 2026-06-16 02:09:17.749 7 INFO neutron.services.segments.plugin [-] Segment 977c79c1-12b9-494d-aade-a21a9c2dfb75 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 977c79c1-12b9-494d-aade-a21a9c2dfb75 found for delete ", "request_id": "req-82e77a0d-a17b-4112-8217-7c4de53d9808"}]} 2026-06-16 02:09:17.755 7 INFO neutron.services.segments.plugin [-] Segment 977c79c1-12b9-494d-aade-a21a9c2dfb75 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 977c79c1-12b9-494d-aade-a21a9c2dfb75 found for delete ", "request_id": "req-1f86c681-f054-4bfa-9c4f-b84841019272"}]} 2026-06-16 02:09:17.767 7 INFO neutron.db.l3_hamode_db [None req-bbde2e27-9b8d-428d-9128-03473ca26ebe 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] HA network 8bc39c9e-3dae-4735-a1d4-9ca4fc0a60a2 was deleted as no HA routers are present in tenant b475124a43414b7eb05044f578e2da72. [pid: 7|app: 0|req: 885/1769] 10.0.0.60 () {32 vars in 723 bytes} [Tue Jun 16 02:09:16 2026] DELETE /v2.0/routers/968d303a-717a-4a76-a121-97a73572ab0f => generated 0 bytes in 846 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 885/1770] 10.0.0.60 () {32 vars in 723 bytes} [Tue Jun 16 02:09:17 2026] DELETE /v2.0/subnets/0af44991-aa2f-41a1-b1e1-96d0fe6462f9 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:09:18.039 7 INFO neutron_taas.services.taas.taas_plugin [None req-e2e58065-70bc-4181-b523-2d4c49ab5356 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] TaaS: Handle Delete Port: 627d462a-d1f6-48a8-8d3c-123eabe7b113 2026-06-16 02:09:18.041 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e2e58065-70bc-4181-b523-2d4c49ab5356 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] Tap Mirror: Handle Delete Port: 627d462a-d1f6-48a8-8d3c-123eabe7b113 [pid: 8|app: 0|req: 886/1771] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:09:18 2026] GET /v2.0/ports?device_id=d1f7ed18-128d-4d95-9895-125a27da33df => generated 973 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 887/1772] 10.0.0.213 () {34 vars in 1040 bytes} [Tue Jun 16 02:09:18 2026] GET /v2.0/security-groups?id=70acea67-e3ed-4a82-9e23-a1540c366528&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 886/1773] 10.0.0.60 () {32 vars in 725 bytes} [Tue Jun 16 02:09:17 2026] DELETE /v2.0/networks/c9b517dd-bb72-4af1-afe1-e41a0401520c => 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: 888/1774] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:09:18 2026] GET /v2.0/ports?device_id=b3a54284-6085-4ce6-add6-6a3dba39323f => 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: 887/1775] 10.0.0.60 () {32 vars in 773 bytes} [Tue Jun 16 02:09:18 2026] GET /v2.0/security-groups?tenant_id=b475124a43414b7eb05044f578e2da72&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: 889/1776] 10.0.0.60 () {32 vars in 739 bytes} [Tue Jun 16 02:09:18 2026] DELETE /v2.0/security-groups/dd675dd2-4699-42b7-9b31-72eac38ad828 => 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: 888/1777] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:09:19 2026] GET /v2.0/ports?device_id=d1f7ed18-128d-4d95-9895-125a27da33df => generated 973 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 890/1778] 10.0.0.213 () {34 vars in 1040 bytes} [Tue Jun 16 02:09:19 2026] GET /v2.0/security-groups?id=70acea67-e3ed-4a82-9e23-a1540c366528&fields=id&fields=name => generated 88 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 889/1779] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:09:19 2026] GET /v2.0/ports?device_id=b3a54284-6085-4ce6-add6-6a3dba39323f => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:09:19.772 7 INFO neutron.services.segments.plugin [-] Segment 22bb59ee-0db4-40c1-b70d-81a7f4321f2d resource provider aggregate not found 2026-06-16 02:09:19.774 7 INFO neutron.services.segments.plugin [-] Segment 22bb59ee-0db4-40c1-b70d-81a7f4321f2d resource provider aggregate not found 2026-06-16 02:09:19.787 7 INFO neutron.services.segments.plugin [-] Segment 22bb59ee-0db4-40c1-b70d-81a7f4321f2d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 22bb59ee-0db4-40c1-b70d-81a7f4321f2d found for delete ", "request_id": "req-ddb8bf81-fa8e-4287-9201-b3b8c8e1c678"}]} 2026-06-16 02:09:19.789 7 INFO neutron.services.segments.plugin [-] Segment 22bb59ee-0db4-40c1-b70d-81a7f4321f2d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 22bb59ee-0db4-40c1-b70d-81a7f4321f2d found for delete ", "request_id": "req-504ea4b3-fd33-4e19-9f9f-dd58f7a347d3"}]} [pid: 8|app: 0|req: 891/1780] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:09:20 2026] GET /v2.0/ports?device_id=d1f7ed18-128d-4d95-9895-125a27da33df => generated 973 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 890/1781] 10.0.0.213 () {34 vars in 1040 bytes} [Tue Jun 16 02:09:20 2026] GET /v2.0/security-groups?id=70acea67-e3ed-4a82-9e23-a1540c366528&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 892/1782] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:09:20 2026] GET /v2.0/ports?device_id=b3a54284-6085-4ce6-add6-6a3dba39323f => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:09:21.384 7 INFO neutron.db.segments_db [None req-7e7909a7-400c-4634-8c1d-461afadc1e75 85282390908b47f5a589beed30eb1970 28d308c7690340acb70d0eeb5e2b8afe - - default default] Added segment 6afe32e9-1274-4d83-a228-79fb335dc068 of type vxlan for network b494bd26-1341-4d7d-97c8-ba532e7cc3be [pid: 8|app: 0|req: 893/1783] 199.204.45.140 () {34 vars in 986 bytes} [Tue Jun 16 02:09:21 2026] GET /v2.0/networks?id=dc540e8b-47d6-4f57-9cf4-3a4c6e8ffc77 => generated 660 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 891/1784] 10.0.0.60 () {34 vars in 669 bytes} [Tue Jun 16 02:09:21 2026] POST /v2.0/networks => generated 612 bytes in 394 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 892/1785] 199.204.45.140 () {34 vars in 1050 bytes} [Tue Jun 16 02:09:21 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=2bed9322f6be41c3be9012b64198eba9 => generated 272 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 894/1786] 10.0.0.60 () {32 vars in 773 bytes} [Tue Jun 16 02:09:21 2026] GET /v2.0/security-groups?tenant_id=a3191676b9e141be9acbece50f7434f1&name=default => generated 2925 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:09:21.555 7 INFO neutron.db.segments_db [None req-26ddc19e-5c81-4669-a616-7a6100444c3f 85282390908b47f5a589beed30eb1970 28d308c7690340acb70d0eeb5e2b8afe - - default default] Added segment 30ae4c79-98f0-405f-8c78-4559ad459220 of type vxlan for network 1587aeb1-d16a-463c-bc72-3b12b8354134 [pid: 7|app: 0|req: 893/1787] 10.0.0.60 () {34 vars in 669 bytes} [Tue Jun 16 02:09:21 2026] POST /v2.0/networks => generated 612 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 894/1788] 10.0.0.60 () {32 vars in 739 bytes} [Tue Jun 16 02:09:21 2026] DELETE /v2.0/security-groups/af25224c-0211-476a-bd95-d762a2d5cd2a => 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: 895/1789] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:09:21 2026] GET /v2.0/ports?device_id=d1f7ed18-128d-4d95-9895-125a27da33df => 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: 896/1790] 10.0.0.60 () {34 vars in 752 bytes} [Tue Jun 16 02:09:21 2026] PUT /v2.0/networks/b494bd26-1341-4d7d-97c8-ba532e7cc3be/tags => generated 25 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 895/1791] 199.204.45.140 () {38 vars in 955 bytes} [Tue Jun 16 02:09:21 2026] POST /v2.0/ports => generated 954 bytes in 391 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 897/1792] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:09:21 2026] GET /v2.0/ports?device_id=b3a54284-6085-4ce6-add6-6a3dba39323f => generated 957 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 896/1793] 10.0.0.213 () {34 vars in 1040 bytes} [Tue Jun 16 02:09:21 2026] GET /v2.0/security-groups?id=70acea67-e3ed-4a82-9e23-a1540c366528&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: 898/1794] 10.0.0.60 () {32 vars in 732 bytes} [Tue Jun 16 02:09:21 2026] GET /v2.0/networks/b494bd26-1341-4d7d-97c8-ba532e7cc3be/tags => generated 25 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 899/1795] 10.0.0.213 () {34 vars in 1040 bytes} [Tue Jun 16 02:09:21 2026] GET /v2.0/security-groups?id=a3cab24a-2938-4450-a69f-75571ccf4b7d&fields=id&fields=name => generated 113 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 900/1796] 10.0.0.60 () {34 vars in 752 bytes} [Tue Jun 16 02:09:22 2026] PUT /v2.0/networks/1587aeb1-d16a-463c-bc72-3b12b8354134/tags => generated 17 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 901/1797] 10.0.0.60 () {32 vars in 732 bytes} [Tue Jun 16 02:09:22 2026] GET /v2.0/networks/1587aeb1-d16a-463c-bc72-3b12b8354134/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: 902/1798] 10.0.0.60 () {34 vars in 752 bytes} [Tue Jun 16 02:09:22 2026] PUT /v2.0/networks/1587aeb1-d16a-463c-bc72-3b12b8354134/tags => generated 12 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 903/1799] 10.0.0.60 () {32 vars in 732 bytes} [Tue Jun 16 02:09:22 2026] GET /v2.0/networks/1587aeb1-d16a-463c-bc72-3b12b8354134/tags => 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: 904/1800] 10.0.0.60 () {32 vars in 732 bytes} [Tue Jun 16 02:09:22 2026] GET /v2.0/networks/b494bd26-1341-4d7d-97c8-ba532e7cc3be/tags => generated 25 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 897/1801] 199.204.45.140 () {38 vars in 1028 bytes} [Tue Jun 16 02:09:21 2026] PUT /v2.0/ports/644e9755-ec29-42f4-a44b-e4303de580d4 => generated 1235 bytes in 388 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:09:22.399 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b3061edb-e472-41db-809e-4e7efb7d32e2'] response: {'name': 'network-changed', 'server_uuid': 'b3a54284-6085-4ce6-add6-6a3dba39323f', 'tag': '644e9755-ec29-42f4-a44b-e4303de580d4', 'status': 'completed', 'code': 200} 2026-06-16 02:09:22.440 7 INFO neutron.services.segments.plugin [-] Segment 6afe32e9-1274-4d83-a228-79fb335dc068 resource provider aggregate not found 2026-06-16 02:09:22.445 7 INFO neutron.services.segments.plugin [-] Segment 6afe32e9-1274-4d83-a228-79fb335dc068 resource provider aggregate not found 2026-06-16 02:09:22.466 7 INFO neutron.services.segments.plugin [-] Segment 6afe32e9-1274-4d83-a228-79fb335dc068 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6afe32e9-1274-4d83-a228-79fb335dc068 found for delete ", "request_id": "req-cbb111c0-961c-4daf-ad07-f7bae17fd691"}]} 2026-06-16 02:09:22.467 7 INFO neutron.services.segments.plugin [-] Segment 6afe32e9-1274-4d83-a228-79fb335dc068 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6afe32e9-1274-4d83-a228-79fb335dc068 found for delete ", "request_id": "req-f997523c-e0cd-437e-a684-cfa899596fd9"}]} [pid: 7|app: 0|req: 905/1802] 10.0.0.60 () {32 vars in 725 bytes} [Tue Jun 16 02:09:22 2026] DELETE /v2.0/networks/b494bd26-1341-4d7d-97c8-ba532e7cc3be => generated 0 bytes in 187 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:09:22.604 8 INFO neutron.services.segments.plugin [-] Segment 30ae4c79-98f0-405f-8c78-4559ad459220 resource provider aggregate not found 2026-06-16 02:09:22.608 8 INFO neutron.services.segments.plugin [-] Segment 30ae4c79-98f0-405f-8c78-4559ad459220 resource provider aggregate not found 2026-06-16 02:09:22.640 8 INFO neutron.services.segments.plugin [-] Segment 30ae4c79-98f0-405f-8c78-4559ad459220 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 30ae4c79-98f0-405f-8c78-4559ad459220 found for delete ", "request_id": "req-fa03f568-b3a3-4ff9-9614-e128a5d2e390"}]} 2026-06-16 02:09:22.641 8 INFO neutron.services.segments.plugin [-] Segment 30ae4c79-98f0-405f-8c78-4559ad459220 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 30ae4c79-98f0-405f-8c78-4559ad459220 found for delete ", "request_id": "req-bf499c01-608a-45ce-af62-f223bbe50aad"}]} [pid: 8|app: 0|req: 898/1803] 10.0.0.60 () {32 vars in 725 bytes} [Tue Jun 16 02:09:22 2026] DELETE /v2.0/networks/1587aeb1-d16a-463c-bc72-3b12b8354134 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 906/1804] 199.204.45.140 () {34 vars in 1080 bytes} [Tue Jun 16 02:09:22 2026] GET /v2.0/ports?tenant_id=2bed9322f6be41c3be9012b64198eba9&device_id=b3a54284-6085-4ce6-add6-6a3dba39323f => generated 1238 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 899/1805] 199.204.45.140 () {34 vars in 1018 bytes} [Tue Jun 16 02:09:22 2026] GET /v2.0/networks?tenant_id=2bed9322f6be41c3be9012b64198eba9&shared=False => generated 756 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 907/1806] 199.204.45.140 () {34 vars in 930 bytes} [Tue Jun 16 02:09:22 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 900/1807] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:09:23 2026] GET /v2.0/ports?device_id=d1f7ed18-128d-4d95-9895-125a27da33df => generated 975 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 908/1808] 10.0.0.213 () {34 vars in 1040 bytes} [Tue Jun 16 02:09:23 2026] GET /v2.0/security-groups?id=70acea67-e3ed-4a82-9e23-a1540c366528&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 901/1809] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:09:23 2026] GET /v2.0/ports?device_id=b3a54284-6085-4ce6-add6-6a3dba39323f => generated 969 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 909/1810] 10.0.0.213 () {34 vars in 1040 bytes} [Tue Jun 16 02:09:23 2026] GET /v2.0/security-groups?id=a3cab24a-2938-4450-a69f-75571ccf4b7d&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 902/1811] 10.0.0.60 () {32 vars in 773 bytes} [Tue Jun 16 02:09:23 2026] GET /v2.0/security-groups?tenant_id=68dbfbda5f704a489147f3ac2b0cdfb0&name=default => generated 2925 bytes in 283 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 910/1812] 10.0.0.60 () {32 vars in 739 bytes} [Tue Jun 16 02:09:23 2026] DELETE /v2.0/security-groups/d5a8fcad-0933-4bfa-9dc6-5a7059a1c0bc => 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: 903/1813] 10.0.0.60 () {32 vars in 773 bytes} [Tue Jun 16 02:09:23 2026] GET /v2.0/security-groups?tenant_id=28d308c7690340acb70d0eeb5e2b8afe&name=default => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 904/1814] 199.204.45.140 () {34 vars in 1080 bytes} [Tue Jun 16 02:09:24 2026] GET /v2.0/ports?tenant_id=2bed9322f6be41c3be9012b64198eba9&device_id=b3a54284-6085-4ce6-add6-6a3dba39323f => generated 1238 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 911/1815] 10.0.0.60 () {32 vars in 739 bytes} [Tue Jun 16 02:09:23 2026] DELETE /v2.0/security-groups/007c62d6-6cbb-4d7f-a725-f4db718669a3 => 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: 905/1816] 199.204.45.140 () {34 vars in 1058 bytes} [Tue Jun 16 02:09:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=644e9755-ec29-42f4-a44b-e4303de580d4 => 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: 912/1817] 199.204.45.140 () {34 vars in 984 bytes} [Tue Jun 16 02:09:24 2026] GET /v2.0/subnets?id=32592628-519f-486a-a05c-26e4110a35f9 => generated 676 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 906/1818] 199.204.45.140 () {34 vars in 1052 bytes} [Tue Jun 16 02:09:24 2026] GET /v2.0/ports?network_id=dc540e8b-47d6-4f57-9cf4-3a4c6e8ffc77&device_owner=network%3Adhcp => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 913/1819] 199.204.45.140 () {34 vars in 1012 bytes} [Tue Jun 16 02:09:24 2026] GET /v2.0/networks/dc540e8b-47d6-4f57-9cf4-3a4c6e8ffc77?fields=segments => generated 14 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 907/1820] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:09:24 2026] GET /v2.0/ports?device_id=b3a54284-6085-4ce6-add6-6a3dba39323f => generated 969 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 908/1821] 199.204.45.140 () {34 vars in 1112 bytes} [Tue Jun 16 02:09:24 2026] GET /v2.0/networks/dc540e8b-47d6-4f57-9cf4-3a4c6e8ffc77?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: 909/1822] 10.0.0.213 () {34 vars in 1040 bytes} [Tue Jun 16 02:09:24 2026] GET /v2.0/security-groups?id=a3cab24a-2938-4450-a69f-75571ccf4b7d&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: 910/1823] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:09:24 2026] GET /v2.0/ports?device_id=d1f7ed18-128d-4d95-9895-125a27da33df => generated 975 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 911/1824] 10.0.0.213 () {34 vars in 1040 bytes} [Tue Jun 16 02:09:24 2026] GET /v2.0/security-groups?id=70acea67-e3ed-4a82-9e23-a1540c366528&fields=id&fields=name => generated 88 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 914/1825] 10.0.0.60 () {32 vars in 773 bytes} [Tue Jun 16 02:09:24 2026] GET /v2.0/security-groups?tenant_id=37d5588a5a004b79abc13db9c7f32da8&name=default => generated 2925 bytes in 422 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 912/1826] 10.0.0.60 () {32 vars in 739 bytes} [Tue Jun 16 02:09:24 2026] DELETE /v2.0/security-groups/41b38776-9092-4a75-8e4e-da66e5c0c838 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 915/1827] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:09:25 2026] GET /v2.0/ports?device_id=b3a54284-6085-4ce6-add6-6a3dba39323f => generated 969 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 913/1828] 10.0.0.213 () {34 vars in 1040 bytes} [Tue Jun 16 02:09:25 2026] GET /v2.0/security-groups?id=a3cab24a-2938-4450-a69f-75571ccf4b7d&fields=id&fields=name => generated 113 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 916/1829] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:09:25 2026] GET /v2.0/ports?device_id=d1f7ed18-128d-4d95-9895-125a27da33df => 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: 914/1830] 10.0.0.213 () {34 vars in 1040 bytes} [Tue Jun 16 02:09:25 2026] GET /v2.0/security-groups?id=70acea67-e3ed-4a82-9e23-a1540c366528&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: 916/1833] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:09:26 2026] GET /v2.0/ports?device_id=b3a54284-6085-4ce6-add6-6a3dba39323f => generated 969 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 917/1834] 10.0.0.213 () {34 vars in 1040 bytes} [Tue Jun 16 02:09:26 2026] GET /v2.0/security-groups?id=a3cab24a-2938-4450-a69f-75571ccf4b7d&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:09:26.784 7 INFO neutron.db.segments_db [None req-a1f05669-45a3-4464-bdb6-36decfe21304 b195b7056fa64fcf868b94caaa34ad2e 7dcc4ed6832d4d03acb6c2a34264c1c6 - - default default] Added segment d230879a-cc49-4b0c-8efe-b9e65756019e of type vxlan for network 80c3020c-cea7-4ab8-893c-274f983fa199 [pid: 7|app: 0|req: 918/1835] 10.0.0.60 () {34 vars in 669 bytes} [Tue Jun 16 02:09:26 2026] POST /v2.0/networks => generated 631 bytes in 369 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 918/1836] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:09:26 2026] GET /v2.0/ports?device_id=d1f7ed18-128d-4d95-9895-125a27da33df => generated 975 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 919/1837] 10.0.0.213 () {34 vars in 1040 bytes} [Tue Jun 16 02:09:26 2026] GET /v2.0/security-groups?id=70acea67-e3ed-4a82-9e23-a1540c366528&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 920/1838] 199.204.45.140 () {34 vars in 994 bytes} [Tue Jun 16 02:09:26 2026] GET /v2.0/ports?device_id=d1f7ed18-128d-4d95-9895-125a27da33df => generated 975 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:09:27.087 8 INFO neutron_taas.services.taas.taas_plugin [req-5f22ad6f-059c-4ceb-974b-eb86c60dbf2e req-b54b0a66-d8be-4469-8ab6-ed501053996c f956773cc31d4b7cb6042df4feff57fa 841e636c12504d23ac9004963c715af2 - - default default] TaaS: Handle Delete Port: bd814511-56d0-4c10-bdc9-a82bc03294e5 2026-06-16 02:09:27.091 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-5f22ad6f-059c-4ceb-974b-eb86c60dbf2e req-b54b0a66-d8be-4469-8ab6-ed501053996c f956773cc31d4b7cb6042df4feff57fa 841e636c12504d23ac9004963c715af2 - - default default] Tap Mirror: Handle Delete Port: bd814511-56d0-4c10-bdc9-a82bc03294e5 [pid: 7|app: 0|req: 919/1839] 10.0.0.60 () {34 vars in 668 bytes} [Tue Jun 16 02:09:26 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) 2026-06-16 02:09:27.153 7 INFO neutron.db.segments_db [None req-982c31bb-dfc9-482f-928a-d57cd54ac23a b195b7056fa64fcf868b94caaa34ad2e 7dcc4ed6832d4d03acb6c2a34264c1c6 - - default default] Added segment 53c44b96-15c6-4c6e-98ca-55d54e746876 of type vxlan for network b6672d65-9fd5-4389-89c8-02b6eade7da1 [pid: 8|app: 0|req: 921/1840] 199.204.45.140 () {36 vars in 997 bytes} [Tue Jun 16 02:09:26 2026] DELETE /v2.0/ports/bd814511-56d0-4c10-bdc9-a82bc03294e5 => generated 0 bytes in 251 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:09:27.282 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-6b3fd1ad-2512-4910-b47c-8e33ab407cca'] response: {'server_uuid': 'd1f7ed18-128d-4d95-9895-125a27da33df', 'name': 'network-vif-deleted', 'tag': 'bd814511-56d0-4c10-bdc9-a82bc03294e5', 'status': 'completed', 'code': 200} 2026-06-16 02:09:27.435 7 INFO neutron.db.l3_hamode_db [None req-982c31bb-dfc9-482f-928a-d57cd54ac23a b195b7056fa64fcf868b94caaa34ad2e 7dcc4ed6832d4d03acb6c2a34264c1c6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 922/1841] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:09:27 2026] GET /v2.0/ports?device_id=b3a54284-6085-4ce6-add6-6a3dba39323f => generated 969 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 923/1842] 10.0.0.213 () {34 vars in 1040 bytes} [Tue Jun 16 02:09:27 2026] GET /v2.0/security-groups?id=a3cab24a-2938-4450-a69f-75571ccf4b7d&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 924/1843] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:09:27 2026] GET /v2.0/ports?device_id=d1f7ed18-128d-4d95-9895-125a27da33df => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:09:28.162 7 INFO neutron.db.l3_hamode_db [None req-982c31bb-dfc9-482f-928a-d57cd54ac23a b195b7056fa64fcf868b94caaa34ad2e 7dcc4ed6832d4d03acb6c2a34264c1c6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 920/1844] 10.0.0.60 () {34 vars in 668 bytes} [Tue Jun 16 02:09:27 2026] POST /v2.0/routers => generated 694 bytes in 1806 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 921/1845] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:09:28 2026] GET /v2.0/ports?device_id=b3a54284-6085-4ce6-add6-6a3dba39323f => generated 971 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 922/1846] 10.0.0.213 () {34 vars in 1040 bytes} [Tue Jun 16 02:09:29 2026] GET /v2.0/security-groups?id=a3cab24a-2938-4450-a69f-75571ccf4b7d&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 923/1847] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:09:29 2026] GET /v2.0/ports?device_id=d1f7ed18-128d-4d95-9895-125a27da33df => 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: 924/1848] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:09:30 2026] GET /v2.0/ports?device_id=b3a54284-6085-4ce6-add6-6a3dba39323f => generated 971 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 925/1849] 10.0.0.213 () {34 vars in 1040 bytes} [Tue Jun 16 02:09:30 2026] GET /v2.0/security-groups?id=a3cab24a-2938-4450-a69f-75571ccf4b7d&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: 926/1850] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:09:30 2026] GET /v2.0/ports?device_id=d1f7ed18-128d-4d95-9895-125a27da33df => 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: 925/1851] 10.0.0.60 () {34 vars in 782 bytes} [Tue Jun 16 02:09:28 2026] PUT /v2.0/routers/f1e95551-f0c9-4a77-b8f9-aeeb21482126/add_router_interface => generated 309 bytes in 1388 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 927/1852] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:09:30 2026] GET /v2.0/ports?device_id=b3a54284-6085-4ce6-add6-6a3dba39323f => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 928/1853] 10.0.0.213 () {34 vars in 1040 bytes} [Tue Jun 16 02:09:30 2026] GET /v2.0/security-groups?id=a3cab24a-2938-4450-a69f-75571ccf4b7d&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 929/1854] 10.0.0.60 () {32 vars in 735 bytes} [Tue Jun 16 02:09:30 2026] GET /v2.0/ports?device_id=b3a54284-6085-4ce6-add6-6a3dba39323f => generated 1240 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 926/1855] 10.0.0.60 () {34 vars in 664 bytes} [Tue Jun 16 02:09:30 2026] POST /v2.0/ports => generated 959 bytes in 379 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:09:30.778 7 INFO neutron.db.l3_db [None req-5fd6abf2-5c8d-44dc-8362-6ea94d3565e5 fbee614d31bc404aa9285d0a89fef1f8 2bed9322f6be41c3be9012b64198eba9 - - default default] Floating IP 9f45b5a5-5460-4bdb-b032-ef11bae5eef8 associated. External IP: 10.96.250.207, port: 644e9755-ec29-42f4-a44b-e4303de580d4. [pid: 8|app: 0|req: 927/1856] 10.0.0.60 () {34 vars in 664 bytes} [Tue Jun 16 02:09:30 2026] POST /v2.0/ports => generated 955 bytes in 325 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: 930/1857] 10.0.0.60 () {34 vars in 748 bytes} [Tue Jun 16 02:09:30 2026] PUT /v2.0/floatingips/9f45b5a5-5460-4bdb-b032-ef11bae5eef8 => generated 855 bytes in 634 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:09:31.133 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-207086ad-2c1e-4376-9fad-ae602da29a10'] response: {'name': 'network-changed', 'server_uuid': 'b3a54284-6085-4ce6-add6-6a3dba39323f', 'tag': '644e9755-ec29-42f4-a44b-e4303de580d4', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 931/1858] 10.0.0.60 () {32 vars in 728 bytes} [Tue Jun 16 02:09:31 2026] GET /v2.0/floatingips/9f45b5a5-5460-4bdb-b032-ef11bae5eef8 => generated 855 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 932/1859] 199.204.45.140 () {34 vars in 1080 bytes} [Tue Jun 16 02:09:31 2026] GET /v2.0/ports?tenant_id=2bed9322f6be41c3be9012b64198eba9&device_id=b3a54284-6085-4ce6-add6-6a3dba39323f => generated 1240 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 933/1860] 199.204.45.140 () {34 vars in 986 bytes} [Tue Jun 16 02:09:31 2026] GET /v2.0/networks?id=dc540e8b-47d6-4f57-9cf4-3a4c6e8ffc77 => generated 756 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:09:31.752 8 INFO neutron.db.l3_db [None req-535ed757-83f8-45e0-8931-ef40eb2cb9e1 b195b7056fa64fcf868b94caaa34ad2e 7dcc4ed6832d4d03acb6c2a34264c1c6 - - default default] Floating IP 249cf255-d25b-449f-90c6-53bf6112f9a4 associated. External IP: 10.96.250.219, port: 6e716895-33e5-4790-82aa-b1e1dd581fef. [pid: 7|app: 0|req: 934/1861] 199.204.45.140 () {34 vars in 1058 bytes} [Tue Jun 16 02:09:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=644e9755-ec29-42f4-a44b-e4303de580d4 => 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: 935/1862] 199.204.45.140 () {34 vars in 984 bytes} [Tue Jun 16 02:09:31 2026] GET /v2.0/subnets?id=32592628-519f-486a-a05c-26e4110a35f9 => generated 676 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 936/1863] 199.204.45.140 () {34 vars in 1052 bytes} [Tue Jun 16 02:09:31 2026] GET /v2.0/ports?network_id=dc540e8b-47d6-4f57-9cf4-3a4c6e8ffc77&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: 937/1864] 199.204.45.140 () {34 vars in 1012 bytes} [Tue Jun 16 02:09:31 2026] GET /v2.0/networks/dc540e8b-47d6-4f57-9cf4-3a4c6e8ffc77?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: 938/1865] 199.204.45.140 () {34 vars in 1112 bytes} [Tue Jun 16 02:09:31 2026] GET /v2.0/networks/dc540e8b-47d6-4f57-9cf4-3a4c6e8ffc77?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: 928/1866] 10.0.0.60 () {34 vars in 676 bytes} [Tue Jun 16 02:09:31 2026] POST /v2.0/floatingips => generated 842 bytes in 1033 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 929/1867] 10.0.0.60 () {32 vars in 728 bytes} [Tue Jun 16 02:09:32 2026] GET /v2.0/floatingips/9f45b5a5-5460-4bdb-b032-ef11bae5eef8 => generated 855 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:09:32.196 7 INFO neutron.db.l3_db [None req-b43dc918-94c2-4636-899d-fdd78ad41f67 b195b7056fa64fcf868b94caaa34ad2e 7dcc4ed6832d4d03acb6c2a34264c1c6 - - default default] Floating IP 249cf255-d25b-449f-90c6-53bf6112f9a4 disassociated. External IP: 10.96.250.219, port: 6e716895-33e5-4790-82aa-b1e1dd581fef. [pid: 7|app: 0|req: 939/1868] 10.0.0.60 () {34 vars in 748 bytes} [Tue Jun 16 02:09:32 2026] PUT /v2.0/floatingips/249cf255-d25b-449f-90c6-53bf6112f9a4 => generated 552 bytes in 471 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:09:32.641 7 INFO neutron_taas.services.taas.taas_plugin [None req-9d5da90a-5db2-4dc1-bfaf-678b65d4e041 b195b7056fa64fcf868b94caaa34ad2e 7dcc4ed6832d4d03acb6c2a34264c1c6 - - default default] TaaS: Handle Delete Port: f61696e6-11b9-493a-b722-ccf7251844c9 2026-06-16 02:09:32.644 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9d5da90a-5db2-4dc1-bfaf-678b65d4e041 b195b7056fa64fcf868b94caaa34ad2e 7dcc4ed6832d4d03acb6c2a34264c1c6 - - default default] Tap Mirror: Handle Delete Port: f61696e6-11b9-493a-b722-ccf7251844c9 [pid: 7|app: 0|req: 940/1869] 10.0.0.60 () {32 vars in 731 bytes} [Tue Jun 16 02:09:32 2026] DELETE /v2.0/floatingips/249cf255-d25b-449f-90c6-53bf6112f9a4 => generated 0 bytes in 261 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:09:32.868 8 INFO neutron_taas.services.taas.taas_plugin [None req-faff1ee6-792f-4078-86f2-8e0c6b0c3c84 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] TaaS: Handle Delete Port: 11f3c824-5367-468d-9a89-03465f0e4b49 2026-06-16 02:09:32.871 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-faff1ee6-792f-4078-86f2-8e0c6b0c3c84 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] Tap Mirror: Handle Delete Port: 11f3c824-5367-468d-9a89-03465f0e4b49 [pid: 8|app: 0|req: 930/1870] 10.0.0.60 () {34 vars in 788 bytes} [Tue Jun 16 02:09:32 2026] PUT /v2.0/routers/fe2bf24a-29a7-4072-95e0-08875b05353f/remove_router_interface => generated 309 bytes in 950 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 931/1871] 10.0.0.60 () {32 vars in 728 bytes} [Tue Jun 16 02:09:33 2026] GET /v2.0/floatingips/9f45b5a5-5460-4bdb-b032-ef11bae5eef8 => generated 857 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:09:33.565 7 INFO neutron.db.l3_db [None req-cab3a2f8-7347-4670-9916-4de82a4d0aba b195b7056fa64fcf868b94caaa34ad2e 7dcc4ed6832d4d03acb6c2a34264c1c6 - - default default] Floating IP 7f837c05-76d0-459b-b08c-08b102825d59 associated. External IP: 10.96.250.218, port: bd16ef0f-0c62-4bc2-8d50-5293a4800096. 2026-06-16 02:09:33.693 8 INFO neutron_taas.services.taas.taas_plugin [None req-ea27c40d-2323-4df2-9183-eaa9f67eab9e 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] TaaS: Handle Delete Port: 416a2bc4-4f6e-4268-a287-58935f7fa5d1 2026-06-16 02:09:33.695 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ea27c40d-2323-4df2-9183-eaa9f67eab9e 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] Tap Mirror: Handle Delete Port: 416a2bc4-4f6e-4268-a287-58935f7fa5d1 [pid: 7|app: 0|req: 941/1872] 10.0.0.60 () {34 vars in 676 bytes} [Tue Jun 16 02:09:32 2026] POST /v2.0/floatingips => generated 843 bytes in 1085 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 942/1873] 10.0.0.60 () {32 vars in 728 bytes} [Tue Jun 16 02:09:33 2026] GET /v2.0/floatingips/7f837c05-76d0-459b-b08c-08b102825d59 => generated 843 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:09:33.975 8 INFO neutron_taas.services.taas.taas_plugin [None req-ea27c40d-2323-4df2-9183-eaa9f67eab9e 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] TaaS: Handle Delete Port: 41135f46-18bf-46d6-8a74-4a9d9fa91e7b 2026-06-16 02:09:33.978 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ea27c40d-2323-4df2-9183-eaa9f67eab9e 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] Tap Mirror: Handle Delete Port: 41135f46-18bf-46d6-8a74-4a9d9fa91e7b [pid: 7|app: 0|req: 943/1874] 10.0.0.60 () {32 vars in 654 bytes} [Tue Jun 16 02:09:33 2026] GET /v2.0/floatingips => generated 846 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:09:34.434 7 INFO neutron.db.l3_db [None req-2b7728d3-789b-46fd-ae0d-87f0c22879bf b195b7056fa64fcf868b94caaa34ad2e 7dcc4ed6832d4d03acb6c2a34264c1c6 - - default default] Floating IP 7f837c05-76d0-459b-b08c-08b102825d59 associated. External IP: 10.96.250.218, port: bd16ef0f-0c62-4bc2-8d50-5293a4800096. 2026-06-16 02:09:34.452 8 INFO neutron.services.segments.plugin [-] Segment d9235ee9-4be6-48f4-a1f2-52df1ade15c5 resource provider aggregate not found 2026-06-16 02:09:34.457 8 INFO neutron.services.segments.plugin [-] Segment d9235ee9-4be6-48f4-a1f2-52df1ade15c5 resource provider aggregate not found 2026-06-16 02:09:34.483 8 INFO neutron.services.segments.plugin [-] Segment d9235ee9-4be6-48f4-a1f2-52df1ade15c5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d9235ee9-4be6-48f4-a1f2-52df1ade15c5 found for delete ", "request_id": "req-d5da9343-df3f-463a-8279-0039af23d9de"}]} 2026-06-16 02:09:34.483 8 INFO neutron.services.segments.plugin [-] Segment d9235ee9-4be6-48f4-a1f2-52df1ade15c5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d9235ee9-4be6-48f4-a1f2-52df1ade15c5 found for delete ", "request_id": "req-5d10a524-f561-439e-a07c-f20eae934071"}]} 2026-06-16 02:09:34.483 8 INFO neutron.db.l3_hamode_db [None req-ea27c40d-2323-4df2-9183-eaa9f67eab9e 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] HA network 27bd0e02-fb94-428b-a03e-8638c73a5796 was deleted as no HA routers are present in tenant 841e636c12504d23ac9004963c715af2. [pid: 8|app: 0|req: 932/1875] 10.0.0.60 () {32 vars in 723 bytes} [Tue Jun 16 02:09:33 2026] DELETE /v2.0/routers/fe2bf24a-29a7-4072-95e0-08875b05353f => generated 0 bytes in 995 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 933/1876] 10.0.0.60 () {32 vars in 723 bytes} [Tue Jun 16 02:09:34 2026] DELETE /v2.0/subnets/925ab409-22fb-4152-9477-02870091c9f4 => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:09:34.799 8 INFO neutron_taas.services.taas.taas_plugin [None req-147ac13d-8d6b-471f-b13f-6270eadeae2c 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] TaaS: Handle Delete Port: eeb3b5a9-2284-4c07-bfd5-e7ee5fc2094f 2026-06-16 02:09:34.803 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-147ac13d-8d6b-471f-b13f-6270eadeae2c 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] Tap Mirror: Handle Delete Port: eeb3b5a9-2284-4c07-bfd5-e7ee5fc2094f [pid: 8|app: 0|req: 934/1877] 10.0.0.60 () {32 vars in 725 bytes} [Tue Jun 16 02:09:34 2026] DELETE /v2.0/networks/13887097-865f-45ac-a1cd-cf184ccef467 => generated 0 bytes in 339 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 944/1878] 10.0.0.60 () {34 vars in 748 bytes} [Tue Jun 16 02:09:34 2026] PUT /v2.0/floatingips/7f837c05-76d0-459b-b08c-08b102825d59 => generated 842 bytes in 1100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:09:35.232 8 INFO neutron.db.l3_db [None req-8e4d5cff-a00c-4bc7-a5ab-4c646e554077 b195b7056fa64fcf868b94caaa34ad2e 7dcc4ed6832d4d03acb6c2a34264c1c6 - - default default] Floating IP 7f837c05-76d0-459b-b08c-08b102825d59 disassociated. External IP: 10.96.250.218, port: 6e716895-33e5-4790-82aa-b1e1dd581fef. [pid: 7|app: 0|req: 945/1879] 10.0.0.60 () {32 vars in 773 bytes} [Tue Jun 16 02:09:35 2026] GET /v2.0/security-groups?tenant_id=841e636c12504d23ac9004963c715af2&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: 946/1880] 10.0.0.60 () {32 vars in 739 bytes} [Tue Jun 16 02:09:35 2026] DELETE /v2.0/security-groups/70acea67-e3ed-4a82-9e23-a1540c366528 => 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: 935/1881] 10.0.0.60 () {34 vars in 748 bytes} [Tue Jun 16 02:09:35 2026] PUT /v2.0/floatingips/7f837c05-76d0-459b-b08c-08b102825d59 => generated 552 bytes in 865 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:09:36.061 7 INFO neutron_taas.services.taas.taas_plugin [None req-b634b673-0ad1-4ea3-99b0-3982d974c91c b195b7056fa64fcf868b94caaa34ad2e 7dcc4ed6832d4d03acb6c2a34264c1c6 - - default default] TaaS: Handle Delete Port: 7fbf2cba-72b7-4e12-837a-a76f912882fa 2026-06-16 02:09:36.065 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b634b673-0ad1-4ea3-99b0-3982d974c91c b195b7056fa64fcf868b94caaa34ad2e 7dcc4ed6832d4d03acb6c2a34264c1c6 - - default default] Tap Mirror: Handle Delete Port: 7fbf2cba-72b7-4e12-837a-a76f912882fa [pid: 7|app: 0|req: 947/1882] 10.0.0.60 () {32 vars in 731 bytes} [Tue Jun 16 02:09:35 2026] DELETE /v2.0/floatingips/7f837c05-76d0-459b-b08c-08b102825d59 => generated 0 bytes in 244 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:09:36.259 8 INFO neutron.api.v2.resource [None req-71a16a66-a7a0-46dc-a5ca-dae63d11b277 b195b7056fa64fcf868b94caaa34ad2e 7dcc4ed6832d4d03acb6c2a34264c1c6 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 936/1883] 10.0.0.60 () {32 vars in 731 bytes} [Tue Jun 16 02:09:36 2026] DELETE /v2.0/floatingips/7f837c05-76d0-459b-b08c-08b102825d59 => generated 144 bytes in 32 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 02:09:36.412 7 INFO neutron_taas.services.taas.taas_plugin [None req-c4cd0830-8d03-4c0a-b465-d4fc92ada151 b195b7056fa64fcf868b94caaa34ad2e 7dcc4ed6832d4d03acb6c2a34264c1c6 - - default default] TaaS: Handle Delete Port: 6e716895-33e5-4790-82aa-b1e1dd581fef 2026-06-16 02:09:36.415 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c4cd0830-8d03-4c0a-b465-d4fc92ada151 b195b7056fa64fcf868b94caaa34ad2e 7dcc4ed6832d4d03acb6c2a34264c1c6 - - default default] Tap Mirror: Handle Delete Port: 6e716895-33e5-4790-82aa-b1e1dd581fef 2026-06-16 02:09:36.511 8 INFO neutron.services.segments.plugin [-] Segment 94d43841-21c2-4f1c-94fb-afec151b54c2 resource provider aggregate not found 2026-06-16 02:09:36.516 8 INFO neutron.services.segments.plugin [-] Segment 94d43841-21c2-4f1c-94fb-afec151b54c2 resource provider aggregate not found 2026-06-16 02:09:36.528 8 INFO neutron.services.segments.plugin [-] Segment 94d43841-21c2-4f1c-94fb-afec151b54c2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 94d43841-21c2-4f1c-94fb-afec151b54c2 found for delete ", "request_id": "req-78d53fbe-5598-420d-83ba-9f939008c0bb"}]} 2026-06-16 02:09:36.529 8 INFO neutron.services.segments.plugin [-] Segment 94d43841-21c2-4f1c-94fb-afec151b54c2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 94d43841-21c2-4f1c-94fb-afec151b54c2 found for delete ", "request_id": "req-7990e18a-6fbf-4ca7-8695-939a4b2f6e65"}]} [pid: 7|app: 0|req: 948/1884] 10.0.0.60 () {32 vars in 719 bytes} [Tue Jun 16 02:09:36 2026] DELETE /v2.0/ports/6e716895-33e5-4790-82aa-b1e1dd581fef => generated 0 bytes in 267 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:09:36.683 8 INFO neutron_taas.services.taas.taas_plugin [None req-ecede221-31b3-4b9c-9915-7b74ed8ab5f4 b195b7056fa64fcf868b94caaa34ad2e 7dcc4ed6832d4d03acb6c2a34264c1c6 - - default default] TaaS: Handle Delete Port: bd16ef0f-0c62-4bc2-8d50-5293a4800096 2026-06-16 02:09:36.686 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ecede221-31b3-4b9c-9915-7b74ed8ab5f4 b195b7056fa64fcf868b94caaa34ad2e 7dcc4ed6832d4d03acb6c2a34264c1c6 - - default default] Tap Mirror: Handle Delete Port: bd16ef0f-0c62-4bc2-8d50-5293a4800096 [pid: 8|app: 0|req: 937/1885] 10.0.0.60 () {32 vars in 719 bytes} [Tue Jun 16 02:09:36 2026] DELETE /v2.0/ports/bd16ef0f-0c62-4bc2-8d50-5293a4800096 => generated 0 bytes in 279 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 949/1886] 10.0.0.60 () {32 vars in 735 bytes} [Tue Jun 16 02:09:36 2026] GET /v2.0/ports?device_id=f1e95551-f0c9-4a77-b8f9-aeeb21482126 => generated 958 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:09:37.172 8 INFO neutron_taas.services.taas.taas_plugin [None req-7f5c59a2-3181-4e7c-b352-f0fc0e7e7d5b b195b7056fa64fcf868b94caaa34ad2e 7dcc4ed6832d4d03acb6c2a34264c1c6 - - default default] TaaS: Handle Delete Port: a78c41f9-28db-4c9c-8ae5-f126cc9e8d0f 2026-06-16 02:09:37.175 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7f5c59a2-3181-4e7c-b352-f0fc0e7e7d5b b195b7056fa64fcf868b94caaa34ad2e 7dcc4ed6832d4d03acb6c2a34264c1c6 - - default default] Tap Mirror: Handle Delete Port: a78c41f9-28db-4c9c-8ae5-f126cc9e8d0f [pid: 8|app: 0|req: 938/1887] 10.0.0.60 () {34 vars in 788 bytes} [Tue Jun 16 02:09:36 2026] PUT /v2.0/routers/f1e95551-f0c9-4a77-b8f9-aeeb21482126/remove_router_interface => generated 309 bytes in 852 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:09:37.908 7 INFO neutron_taas.services.taas.taas_plugin [None req-e83ff88c-476c-4f47-a5e8-85ece40d551d b195b7056fa64fcf868b94caaa34ad2e 7dcc4ed6832d4d03acb6c2a34264c1c6 - - default default] TaaS: Handle Delete Port: e8e844c2-e80b-460e-8117-2f03fe9fc6cb 2026-06-16 02:09:37.911 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e83ff88c-476c-4f47-a5e8-85ece40d551d b195b7056fa64fcf868b94caaa34ad2e 7dcc4ed6832d4d03acb6c2a34264c1c6 - - default default] Tap Mirror: Handle Delete Port: e8e844c2-e80b-460e-8117-2f03fe9fc6cb 2026-06-16 02:09:38.153 7 INFO neutron_taas.services.taas.taas_plugin [None req-e83ff88c-476c-4f47-a5e8-85ece40d551d b195b7056fa64fcf868b94caaa34ad2e 7dcc4ed6832d4d03acb6c2a34264c1c6 - - default default] TaaS: Handle Delete Port: 85e6c364-96df-4004-b65c-9faa64b0908a 2026-06-16 02:09:38.156 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e83ff88c-476c-4f47-a5e8-85ece40d551d b195b7056fa64fcf868b94caaa34ad2e 7dcc4ed6832d4d03acb6c2a34264c1c6 - - default default] Tap Mirror: Handle Delete Port: 85e6c364-96df-4004-b65c-9faa64b0908a 2026-06-16 02:09:38.488 7 INFO neutron.services.segments.plugin [-] Segment 53c44b96-15c6-4c6e-98ca-55d54e746876 resource provider aggregate not found 2026-06-16 02:09:38.494 7 INFO neutron.services.segments.plugin [-] Segment 53c44b96-15c6-4c6e-98ca-55d54e746876 resource provider aggregate not found 2026-06-16 02:09:38.516 7 INFO neutron.services.segments.plugin [-] Segment 53c44b96-15c6-4c6e-98ca-55d54e746876 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 53c44b96-15c6-4c6e-98ca-55d54e746876 found for delete ", "request_id": "req-e38cda0f-240c-49b6-a632-32ac8fde3ece"}]} 2026-06-16 02:09:38.516 7 INFO neutron.services.segments.plugin [-] Segment 53c44b96-15c6-4c6e-98ca-55d54e746876 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 53c44b96-15c6-4c6e-98ca-55d54e746876 found for delete ", "request_id": "req-73fa8d9b-9559-4b32-87b2-050c96fbd9f4"}]} 2026-06-16 02:09:38.537 7 INFO neutron.db.l3_hamode_db [None req-e83ff88c-476c-4f47-a5e8-85ece40d551d b195b7056fa64fcf868b94caaa34ad2e 7dcc4ed6832d4d03acb6c2a34264c1c6 - - default default] HA network b6672d65-9fd5-4389-89c8-02b6eade7da1 was deleted as no HA routers are present in tenant 7dcc4ed6832d4d03acb6c2a34264c1c6. [pid: 7|app: 0|req: 950/1888] 10.0.0.60 () {32 vars in 723 bytes} [Tue Jun 16 02:09:37 2026] DELETE /v2.0/routers/f1e95551-f0c9-4a77-b8f9-aeeb21482126 => generated 0 bytes in 818 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 939/1889] 10.0.0.60 () {32 vars in 723 bytes} [Tue Jun 16 02:09:38 2026] DELETE /v2.0/subnets/7e1b6a23-8f86-413c-8b0d-68daef64ad32 => 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: 951/1890] 10.0.0.60 () {32 vars in 725 bytes} [Tue Jun 16 02:09:38 2026] DELETE /v2.0/networks/80c3020c-cea7-4ab8-893c-274f983fa199 => 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: 940/1891] 10.0.0.60 () {32 vars in 773 bytes} [Tue Jun 16 02:09:39 2026] GET /v2.0/security-groups?tenant_id=7dcc4ed6832d4d03acb6c2a34264c1c6&name=default => generated 2925 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 941/1892] 10.0.0.60 () {32 vars in 739 bytes} [Tue Jun 16 02:09:39 2026] DELETE /v2.0/security-groups/8cf5973d-6a6a-4775-91da-586934779537 => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:09:39.636 7 INFO neutron.db.segments_db [None req-43c8f8a6-7730-4667-86f2-c776700dcd61 4a1e9f00bac84db394528b0527e979d4 836d1cf1a59e418c9b2e23a20c3e3f38 - - default default] Added segment 3f4ba683-c573-4aa2-ab7c-87f99288ae35 of type vxlan for network 60989228-9a07-424a-8b34-9ab397de4845 [pid: 7|app: 0|req: 952/1893] 10.0.0.60 () {34 vars in 669 bytes} [Tue Jun 16 02:09:39 2026] POST /v2.0/networks => generated 613 bytes in 315 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:09:39.782 8 INFO neutron.db.segments_db [None req-00a3e51e-8486-42a8-b974-8eed0fc981d0 4a1e9f00bac84db394528b0527e979d4 836d1cf1a59e418c9b2e23a20c3e3f38 - - default default] Added segment 737081a0-fbcd-4eda-b88f-1706df75f118 of type vxlan for network 9efbaca2-0b2b-4fd3-9cb8-a8ccf9f4efa4 [pid: 8|app: 0|req: 942/1894] 10.0.0.60 () {34 vars in 669 bytes} [Tue Jun 16 02:09:39 2026] POST /v2.0/networks => generated 611 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:09:39.918 7 INFO neutron.db.segments_db [None req-2808a574-68f3-4135-a188-53bc9676bc30 4a1e9f00bac84db394528b0527e979d4 836d1cf1a59e418c9b2e23a20c3e3f38 - - default default] Added segment 848ba59e-451c-477b-b62f-b348be5eb7a1 of type vxlan for network 0ac9a81a-e5df-435d-af6f-14f607040a01 [pid: 7|app: 0|req: 953/1895] 10.0.0.60 () {34 vars in 669 bytes} [Tue Jun 16 02:09:39 2026] POST /v2.0/networks => generated 613 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:09:40.099 8 INFO neutron.db.segments_db [None req-197f2642-9337-40cb-bc55-e6832050616c 4a1e9f00bac84db394528b0527e979d4 836d1cf1a59e418c9b2e23a20c3e3f38 - - default default] Added segment 0a047506-63cd-4df0-8ec6-59efc5bfbe71 of type vxlan for network d05006ca-240c-4569-8211-18502b6e2a24 [pid: 8|app: 0|req: 943/1896] 10.0.0.60 () {34 vars in 669 bytes} [Tue Jun 16 02:09:40 2026] POST /v2.0/networks => generated 612 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:09:40.254 7 INFO neutron.db.segments_db [None req-78dd3479-c2ca-4278-ab74-1853f6ad3fd3 4a1e9f00bac84db394528b0527e979d4 836d1cf1a59e418c9b2e23a20c3e3f38 - - default default] Added segment 02201624-7718-4a1d-b550-d461efb435f9 of type vxlan for network 1d2a37f6-73ba-42ce-bb2a-41fd547a4886 [pid: 7|app: 0|req: 954/1897] 10.0.0.60 () {34 vars in 669 bytes} [Tue Jun 16 02:09:40 2026] POST /v2.0/networks => generated 612 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 944/1898] 10.0.0.60 () {34 vars in 752 bytes} [Tue Jun 16 02:09:40 2026] PUT /v2.0/networks/60989228-9a07-424a-8b34-9ab397de4845/tags => generated 17 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 955/1899] 10.0.0.60 () {34 vars in 752 bytes} [Tue Jun 16 02:09:40 2026] PUT /v2.0/networks/9efbaca2-0b2b-4fd3-9cb8-a8ccf9f4efa4/tags => generated 25 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 945/1900] 10.0.0.60 () {34 vars in 752 bytes} [Tue Jun 16 02:09:40 2026] PUT /v2.0/networks/0ac9a81a-e5df-435d-af6f-14f607040a01/tags => generated 34 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:09:40.537 7 INFO neutron.services.segments.plugin [-] Segment d230879a-cc49-4b0c-8efe-b9e65756019e resource provider aggregate not found 2026-06-16 02:09:40.544 7 INFO neutron.services.segments.plugin [-] Segment d230879a-cc49-4b0c-8efe-b9e65756019e resource provider aggregate not found 2026-06-16 02:09:40.555 7 INFO neutron.services.segments.plugin [-] Segment d230879a-cc49-4b0c-8efe-b9e65756019e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d230879a-cc49-4b0c-8efe-b9e65756019e found for delete ", "request_id": "req-a2fc741b-69a0-4443-aba5-64fdf7f582f2"}]} 2026-06-16 02:09:40.568 7 INFO neutron.services.segments.plugin [-] Segment d230879a-cc49-4b0c-8efe-b9e65756019e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d230879a-cc49-4b0c-8efe-b9e65756019e found for delete ", "request_id": "req-0b5a6593-31bc-4ed0-9d8b-b36a072e6c0a"}]} [pid: 7|app: 0|req: 956/1901] 10.0.0.60 () {34 vars in 752 bytes} [Tue Jun 16 02:09:40 2026] PUT /v2.0/networks/d05006ca-240c-4569-8211-18502b6e2a24/tags => generated 19 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 946/1902] 10.0.0.60 () {32 vars in 665 bytes} [Tue Jun 16 02:09:40 2026] GET /v2.0/networks?tags=red => generated 1855 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 957/1903] 10.0.0.60 () {32 vars in 679 bytes} [Tue Jun 16 02:09:40 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1248 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 947/1904] 10.0.0.60 () {32 vars in 675 bytes} [Tue Jun 16 02:09:40 2026] GET /v2.0/networks?tags-any=blue => generated 1248 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 958/1905] 10.0.0.60 () {32 vars in 687 bytes} [Tue Jun 16 02:09:40 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1855 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 948/1908] 10.0.0.60 () {32 vars in 673 bytes} [Tue Jun 16 02:09:40 2026] GET /v2.0/networks?not-tags=red => generated 1860 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 961/1909] 10.0.0.60 () {32 vars in 687 bytes} [Tue Jun 16 02:09:40 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2467 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 949/1910] 10.0.0.166 () {34 vars in 990 bytes} [Tue Jun 16 02:09:41 2026] GET /v2.0/ports?device_id=b3a54284-6085-4ce6-add6-6a3dba39323f => generated 1240 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 962/1911] 10.0.0.60 () {32 vars in 683 bytes} [Tue Jun 16 02:09:41 2026] GET /v2.0/networks?not-tags-any=blue => generated 2467 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 950/1912] 10.0.0.166 () {34 vars in 1040 bytes} [Tue Jun 16 02:09:41 2026] GET /v2.0/security-groups?id=a3cab24a-2938-4450-a69f-75571ccf4b7d&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 963/1913] 10.0.0.60 () {32 vars in 695 bytes} [Tue Jun 16 02:09:41 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1860 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:09:41.249 8 INFO neutron.services.segments.plugin [-] Segment 3f4ba683-c573-4aa2-ab7c-87f99288ae35 resource provider aggregate not found 2026-06-16 02:09:41.257 8 INFO neutron.services.segments.plugin [-] Segment 3f4ba683-c573-4aa2-ab7c-87f99288ae35 resource provider aggregate not found 2026-06-16 02:09:41.263 8 INFO neutron.services.segments.plugin [-] Segment 3f4ba683-c573-4aa2-ab7c-87f99288ae35 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3f4ba683-c573-4aa2-ab7c-87f99288ae35 found for delete ", "request_id": "req-26ba6042-6c2e-4541-a72a-d3d167ac520a"}]} 2026-06-16 02:09:41.272 8 INFO neutron.services.segments.plugin [-] Segment 3f4ba683-c573-4aa2-ab7c-87f99288ae35 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3f4ba683-c573-4aa2-ab7c-87f99288ae35 found for delete ", "request_id": "req-3f7a8a56-0f98-4d46-98c9-0327efba278b"}]} [pid: 8|app: 0|req: 951/1914] 10.0.0.60 () {32 vars in 725 bytes} [Tue Jun 16 02:09:41 2026] DELETE /v2.0/networks/60989228-9a07-424a-8b34-9ab397de4845 => 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: 952/1915] 10.0.0.60 () {32 vars in 725 bytes} [Tue Jun 16 02:09:41 2026] DELETE /v2.0/networks/9efbaca2-0b2b-4fd3-9cb8-a8ccf9f4efa4 => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:09:41.566 7 INFO neutron.db.segments_db [None req-ba19b2b1-a99d-4a5a-88f5-ec6d4a960d7f ebf90bbe2b63437a9633e3cc348f7f79 dca72d31af5b40d0b3553bb7a2150ffa - - default default] Added segment ea8baf93-edff-47f0-9f19-d564d0c3779e of type vxlan for network 5eeb1fb3-09c0-47ba-88b6-de5dbda33354 [pid: 8|app: 0|req: 953/1916] 10.0.0.60 () {32 vars in 725 bytes} [Tue Jun 16 02:09:41 2026] DELETE /v2.0/networks/0ac9a81a-e5df-435d-af6f-14f607040a01 => 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: 964/1917] 10.0.0.60 () {34 vars in 669 bytes} [Tue Jun 16 02:09:41 2026] POST /v2.0/networks => generated 629 bytes in 416 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 954/1918] 10.0.0.60 () {32 vars in 725 bytes} [Tue Jun 16 02:09:41 2026] DELETE /v2.0/networks/d05006ca-240c-4569-8211-18502b6e2a24 => 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: 965/1919] 10.0.0.60 () {32 vars in 725 bytes} [Tue Jun 16 02:09:41 2026] DELETE /v2.0/networks/1d2a37f6-73ba-42ce-bb2a-41fd547a4886 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 955/1920] 10.0.0.60 () {34 vars in 668 bytes} [Tue Jun 16 02:09:42 2026] POST /v2.0/subnets => generated 673 bytes in 277 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:09:42.461 7 INFO neutron.db.segments_db [None req-a1058ec7-fb9d-4760-a3d8-d929b457f230 ebf90bbe2b63437a9633e3cc348f7f79 dca72d31af5b40d0b3553bb7a2150ffa - - default default] Added segment 006498da-ccec-4d7b-9fb1-1c98bbc9bcc7 of type vxlan for network 58fd3604-82ca-4813-9788-5d34d833f505 [pid: 7|app: 0|req: 966/1921] 10.0.0.60 () {34 vars in 669 bytes} [Tue Jun 16 02:09:42 2026] POST /v2.0/networks => generated 629 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:09:42.583 7 INFO neutron.services.segments.plugin [-] Segment 02201624-7718-4a1d-b550-d461efb435f9 resource provider aggregate not found 2026-06-16 02:09:42.589 7 INFO neutron.services.segments.plugin [-] Segment 02201624-7718-4a1d-b550-d461efb435f9 resource provider aggregate not found 2026-06-16 02:09:42.603 7 INFO neutron.services.segments.plugin [-] Segment 02201624-7718-4a1d-b550-d461efb435f9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 02201624-7718-4a1d-b550-d461efb435f9 found for delete ", "request_id": "req-5b72c97c-50be-425a-82ac-2c25b45089cc"}]} 2026-06-16 02:09:42.604 7 INFO neutron.services.segments.plugin [-] Segment 02201624-7718-4a1d-b550-d461efb435f9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 02201624-7718-4a1d-b550-d461efb435f9 found for delete ", "request_id": "req-c7ef27fe-af04-44dc-b81d-0c66b310ab13"}]} [pid: 8|app: 0|req: 956/1922] 10.0.0.60 () {34 vars in 742 bytes} [Tue Jun 16 02:09:42 2026] PUT /v2.0/networks/58fd3604-82ca-4813-9788-5d34d833f505 => generated 592 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 967/1923] 10.0.0.60 () {34 vars in 668 bytes} [Tue Jun 16 02:09:42 2026] POST /v2.0/subnets => generated 646 bytes in 234 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 957/1924] 10.0.0.60 () {32 vars in 773 bytes} [Tue Jun 16 02:09:42 2026] GET /v2.0/security-groups?tenant_id=9466b89404ab4a838098753077dae768&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: 968/1925] 10.0.0.60 () {34 vars in 740 bytes} [Tue Jun 16 02:09:42 2026] PUT /v2.0/subnets/f15ff749-2701-4761-b549-8bb7bc284f29 => generated 656 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 958/1926] 10.0.0.60 () {32 vars in 739 bytes} [Tue Jun 16 02:09:42 2026] DELETE /v2.0/security-groups/01501497-621e-4419-813e-ca04a9b8d9e5 => 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: 969/1927] 10.0.0.60 () {32 vars in 725 bytes} [Tue Jun 16 02:09:43 2026] DELETE /v2.0/networks/58fd3604-82ca-4813-9788-5d34d833f505 => generated 0 bytes in 216 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:09:43.271 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f173e123-b295-4ef1-b2d6-059e738e9b43 ebf90bbe2b63437a9633e3cc348f7f79 dca72d31af5b40d0b3553bb7a2150ffa - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 970/1928] 10.0.0.60 () {32 vars in 725 bytes} [Tue Jun 16 02:09:43 2026] DELETE /v2.0/networks/58fd3604-82ca-4813-9788-5d34d833f505 => generated 138 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 02:09:43.282 8 INFO neutron.services.segments.plugin [-] Segment 737081a0-fbcd-4eda-b88f-1706df75f118 resource provider aggregate not found 2026-06-16 02:09:43.302 8 INFO neutron.services.segments.plugin [-] Segment 737081a0-fbcd-4eda-b88f-1706df75f118 resource provider aggregate not found 2026-06-16 02:09:43.306 8 INFO neutron.services.segments.plugin [-] Segment 737081a0-fbcd-4eda-b88f-1706df75f118 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 737081a0-fbcd-4eda-b88f-1706df75f118 found for delete ", "request_id": "req-617f5f29-6832-4fe4-80c7-9fad98a00ed2"}]} 2026-06-16 02:09:43.330 8 INFO neutron.services.segments.plugin [-] Segment 737081a0-fbcd-4eda-b88f-1706df75f118 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 737081a0-fbcd-4eda-b88f-1706df75f118 found for delete ", "request_id": "req-69556024-f4fd-43e3-be30-fe0642879dc3"}]} 2026-06-16 02:09:43.339 8 INFO neutron.services.segments.plugin [-] Segment 848ba59e-451c-477b-b62f-b348be5eb7a1 resource provider aggregate not found [pid: 8|app: 0|req: 959/1929] 10.0.0.60 () {32 vars in 773 bytes} [Tue Jun 16 02:09:43 2026] GET /v2.0/security-groups?tenant_id=e7846c1301f749f4894070836dd82afe&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: 971/1930] 10.0.0.60 () {32 vars in 693 bytes} [Tue Jun 16 02:09:43 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:09:43.358 8 INFO neutron.services.segments.plugin [-] Segment 848ba59e-451c-477b-b62f-b348be5eb7a1 resource provider aggregate not found 2026-06-16 02:09:43.364 8 INFO neutron.services.segments.plugin [-] Segment 848ba59e-451c-477b-b62f-b348be5eb7a1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 848ba59e-451c-477b-b62f-b348be5eb7a1 found for delete ", "request_id": "req-c5556499-7c92-49e1-89ac-473900597b62"}]} 2026-06-16 02:09:43.388 8 INFO neutron.services.segments.plugin [-] Segment 0a047506-63cd-4df0-8ec6-59efc5bfbe71 resource provider aggregate not found [pid: 7|app: 0|req: 972/1931] 10.0.0.60 () {32 vars in 741 bytes} [Tue Jun 16 02:09:43 2026] GET /v2.0/subnets?network_id=65dba030-3915-44c8-8a86-8bbdbe69721d => generated 649 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:09:43.388 8 INFO neutron.services.segments.plugin [-] Segment 848ba59e-451c-477b-b62f-b348be5eb7a1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 848ba59e-451c-477b-b62f-b348be5eb7a1 found for delete ", "request_id": "req-dab3e5f9-6e93-4ad4-bca1-81f4d2549a33"}]} [pid: 7|app: 0|req: 973/1932] 10.0.0.60 () {32 vars in 652 bytes} [Tue Jun 16 02:09:43 2026] GET /v2.0/extensions => generated 21537 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-06-16 02:09:43.412 8 INFO neutron.services.segments.plugin [-] Segment 0a047506-63cd-4df0-8ec6-59efc5bfbe71 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0a047506-63cd-4df0-8ec6-59efc5bfbe71 found for delete ", "request_id": "req-39a685a4-c6d5-4de2-9dcf-1c6d02eaaa4e"}]} 2026-06-16 02:09:43.421 8 INFO neutron.services.segments.plugin [-] Segment 0a047506-63cd-4df0-8ec6-59efc5bfbe71 resource provider aggregate not found 2026-06-16 02:09:43.437 8 INFO neutron.services.segments.plugin [-] Segment 0a047506-63cd-4df0-8ec6-59efc5bfbe71 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0a047506-63cd-4df0-8ec6-59efc5bfbe71 found for delete ", "request_id": "req-acae49bd-59e8-4e96-848c-c941ae250304"}]} [pid: 7|app: 0|req: 974/1933] 10.0.0.60 () {32 vars in 648 bytes} [Tue Jun 16 02:09:43 2026] GET /v2.0/networks => generated 1313 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 975/1934] 10.0.0.60 () {32 vars in 646 bytes} [Tue Jun 16 02:09:43 2026] GET /v2.0/subnets => generated 1312 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 960/1935] 10.0.0.60 () {32 vars in 739 bytes} [Tue Jun 16 02:09:43 2026] DELETE /v2.0/security-groups/fc6551a0-1d97-4456-9c02-4077ec1eacf9 => generated 0 bytes in 167 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 976/1936] 10.0.0.60 () {32 vars in 722 bytes} [Tue Jun 16 02:09:43 2026] GET /v2.0/networks/5eeb1fb3-09c0-47ba-88b6-de5dbda33354 => generated 673 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 961/1937] 10.0.0.60 () {32 vars in 720 bytes} [Tue Jun 16 02:09:43 2026] GET /v2.0/subnets/71fd39b1-96d8-4cc9-87e8-642178c81756 => generated 673 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:09:43.609 7 INFO neutron.pecan_wsgi.hooks.translation [None req-184e7278-1167-4b5a-a4dc-82cc4482614e ebf90bbe2b63437a9633e3cc348f7f79 dca72d31af5b40d0b3553bb7a2150ffa - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 977/1938] 10.0.0.60 () {32 vars in 723 bytes} [Tue Jun 16 02:09:43 2026] DELETE /v2.0/subnets/f15ff749-2701-4761-b549-8bb7bc284f29 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 02:09:43.633 8 INFO neutron.pecan_wsgi.hooks.translation [None req-98ad8e36-faf2-4265-a4a9-fc530f49ab52 ebf90bbe2b63437a9633e3cc348f7f79 dca72d31af5b40d0b3553bb7a2150ffa - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 962/1939] 10.0.0.60 () {32 vars in 725 bytes} [Tue Jun 16 02:09:43 2026] DELETE /v2.0/networks/58fd3604-82ca-4813-9788-5d34d833f505 => generated 138 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 963/1940] 10.0.0.60 () {32 vars in 773 bytes} [Tue Jun 16 02:09:43 2026] GET /v2.0/security-groups?tenant_id=836d1cf1a59e418c9b2e23a20c3e3f38&name=default => generated 2925 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 978/1941] 10.0.0.60 () {32 vars in 723 bytes} [Tue Jun 16 02:09:43 2026] DELETE /v2.0/subnets/71fd39b1-96d8-4cc9-87e8-642178c81756 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 964/1942] 10.0.0.60 () {32 vars in 739 bytes} [Tue Jun 16 02:09:43 2026] DELETE /v2.0/security-groups/28b97d31-6c17-4118-a9ab-22c6c8bbcd64 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:09:43.865 7 INFO neutron_taas.services.taas.taas_plugin [None req-df16d529-4bd5-4ab1-b0b9-8609d56d19ce ebf90bbe2b63437a9633e3cc348f7f79 dca72d31af5b40d0b3553bb7a2150ffa - - default default] TaaS: Handle Delete Port: f2841912-ce05-42f0-adb1-02158c2a9770 2026-06-16 02:09:43.867 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-df16d529-4bd5-4ab1-b0b9-8609d56d19ce ebf90bbe2b63437a9633e3cc348f7f79 dca72d31af5b40d0b3553bb7a2150ffa - - default default] Tap Mirror: Handle Delete Port: f2841912-ce05-42f0-adb1-02158c2a9770 [pid: 7|app: 0|req: 979/1943] 10.0.0.60 () {32 vars in 725 bytes} [Tue Jun 16 02:09:43 2026] DELETE /v2.0/networks/5eeb1fb3-09c0-47ba-88b6-de5dbda33354 => generated 0 bytes in 252 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:09:44.627 7 INFO neutron.services.segments.plugin [-] Segment 006498da-ccec-4d7b-9fb1-1c98bbc9bcc7 resource provider aggregate not found 2026-06-16 02:09:44.633 7 INFO neutron.services.segments.plugin [-] Segment 006498da-ccec-4d7b-9fb1-1c98bbc9bcc7 resource provider aggregate not found 2026-06-16 02:09:44.645 7 INFO neutron.services.segments.plugin [-] Segment 006498da-ccec-4d7b-9fb1-1c98bbc9bcc7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 006498da-ccec-4d7b-9fb1-1c98bbc9bcc7 found for delete ", "request_id": "req-c3bd88b5-2536-4525-9f41-60c948c9b36a"}]} 2026-06-16 02:09:44.651 7 INFO neutron.services.segments.plugin [-] Segment 006498da-ccec-4d7b-9fb1-1c98bbc9bcc7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 006498da-ccec-4d7b-9fb1-1c98bbc9bcc7 found for delete ", "request_id": "req-d9e64830-91c1-4298-887a-36cee102ce0c"}]} 2026-06-16 02:09:44.662 7 INFO neutron.services.segments.plugin [-] Segment ea8baf93-edff-47f0-9f19-d564d0c3779e resource provider aggregate not found 2026-06-16 02:09:44.671 7 INFO neutron.services.segments.plugin [-] Segment ea8baf93-edff-47f0-9f19-d564d0c3779e resource provider aggregate not found 2026-06-16 02:09:44.678 7 INFO neutron.services.segments.plugin [-] Segment ea8baf93-edff-47f0-9f19-d564d0c3779e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ea8baf93-edff-47f0-9f19-d564d0c3779e found for delete ", "request_id": "req-f97ed7ba-7ae2-487f-b997-e02512144a7b"}]} [pid: 8|app: 0|req: 965/1944] 10.0.0.60 () {32 vars in 773 bytes} [Tue Jun 16 02:09:44 2026] GET /v2.0/security-groups?tenant_id=dca72d31af5b40d0b3553bb7a2150ffa&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:09:44.692 7 INFO neutron.services.segments.plugin [-] Segment ea8baf93-edff-47f0-9f19-d564d0c3779e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ea8baf93-edff-47f0-9f19-d564d0c3779e found for delete ", "request_id": "req-ac10e07b-1990-4cb6-af91-e41b9b04194d"}]} [pid: 7|app: 0|req: 980/1945] 10.0.0.60 () {32 vars in 739 bytes} [Tue Jun 16 02:09:44 2026] DELETE /v2.0/security-groups/8f428621-d240-4a38-a043-c26a77ba9062 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:09:47.043 8 INFO neutron.db.segments_db [None req-d7db6779-63be-4669-ac00-dd79b2998494 765aabf91531453ab8c6043a85d3cdcf 67bd175cb3e7466b93fe4acbd79f3023 - - default default] Added segment 81faf578-f45b-4b4f-8492-643df2f03b03 of type vxlan for network ffe9e4a5-4249-47e5-a1cd-6b85dba82e64 [pid: 8|app: 0|req: 966/1946] 10.0.0.60 () {34 vars in 669 bytes} [Tue Jun 16 02:09:46 2026] POST /v2.0/networks => generated 630 bytes in 429 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 981/1947] 10.0.0.60 () {34 vars in 664 bytes} [Tue Jun 16 02:09:47 2026] POST /v2.0/ports => generated 779 bytes in 339 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:09:47.541 8 INFO neutron.db.segments_db [None req-2576c639-2600-43e6-b202-a41b566487a5 765aabf91531453ab8c6043a85d3cdcf 67bd175cb3e7466b93fe4acbd79f3023 - - default default] Added segment c2b27d8c-c875-4daf-a862-1b9259040297 of type vxlan for network a28355c3-1015-4f38-af2d-1f91138c767b [pid: 8|app: 0|req: 967/1948] 10.0.0.60 () {34 vars in 669 bytes} [Tue Jun 16 02:09:47 2026] POST /v2.0/networks => generated 616 bytes in 157 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: 982/1949] 10.0.0.60 () {34 vars in 668 bytes} [Tue Jun 16 02:09:47 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: 983/1950] 10.0.0.60 () {34 vars in 677 bytes} [Tue Jun 16 02:09:47 2026] POST /v2.0/qos/policies => generated 359 bytes in 188 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 984/1951] 10.0.0.60 () {34 vars in 677 bytes} [Tue Jun 16 02:09:48 2026] POST /v2.0/qos/policies => generated 359 bytes in 34 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 985/1952] 10.0.0.60 () {34 vars in 677 bytes} [Tue Jun 16 02:09:48 2026] POST /v2.0/qos/policies => generated 359 bytes in 35 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 968/1953] 10.0.0.60 () {34 vars in 664 bytes} [Tue Jun 16 02:09:47 2026] POST /v2.0/ports => generated 965 bytes in 362 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 986/1954] 10.0.0.60 () {34 vars in 677 bytes} [Tue Jun 16 02:09:48 2026] POST /v2.0/qos/policies => generated 359 bytes in 36 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 987/1955] 10.0.0.60 () {34 vars in 677 bytes} [Tue Jun 16 02:09:48 2026] POST /v2.0/qos/policies => generated 359 bytes in 56 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:09:48.362 8 INFO neutron_taas.services.taas.taas_plugin [None req-9c022bd5-562b-468b-a119-e165153c607d 765aabf91531453ab8c6043a85d3cdcf 67bd175cb3e7466b93fe4acbd79f3023 - - default default] TaaS: Handle Delete Port: 3aa80f6b-07b2-4f16-9f0b-9809a88049b8 2026-06-16 02:09:48.365 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9c022bd5-562b-468b-a119-e165153c607d 765aabf91531453ab8c6043a85d3cdcf 67bd175cb3e7466b93fe4acbd79f3023 - - default default] Tap Mirror: Handle Delete Port: 3aa80f6b-07b2-4f16-9f0b-9809a88049b8 [pid: 7|app: 0|req: 988/1956] 10.0.0.60 () {34 vars in 752 bytes} [Tue Jun 16 02:09:48 2026] PUT /v2.0/policies/a2a64645-e253-4a4a-848d-2e71f86065a1/tags => generated 17 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 989/1957] 10.0.0.60 () {34 vars in 752 bytes} [Tue Jun 16 02:09:48 2026] PUT /v2.0/policies/118b2650-4e0d-42af-8bdb-35df9908c8cc/tags => generated 25 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 990/1958] 10.0.0.60 () {34 vars in 752 bytes} [Tue Jun 16 02:09:48 2026] PUT /v2.0/policies/7421aaef-d7c8-4f28-afc3-96e3f73a702c/tags => generated 34 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 969/1959] 10.0.0.60 () {32 vars in 719 bytes} [Tue Jun 16 02:09:48 2026] DELETE /v2.0/ports/3aa80f6b-07b2-4f16-9f0b-9809a88049b8 => generated 0 bytes in 234 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:09:48.503 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f6b3bffa-0f65-463f-bb23-df6ab4cdf590 765aabf91531453ab8c6043a85d3cdcf 67bd175cb3e7466b93fe4acbd79f3023 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 970/1960] 10.0.0.60 () {32 vars in 719 bytes} [Tue Jun 16 02:09:48 2026] DELETE /v2.0/ports/3aa80f6b-07b2-4f16-9f0b-9809a88049b8 => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 991/1961] 10.0.0.60 () {34 vars in 752 bytes} [Tue Jun 16 02:09:48 2026] PUT /v2.0/policies/e09dd41e-4ac1-44e5-9b15-27b2dbacb79c/tags => generated 19 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:09:48.524 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a30fa649-1007-4214-9831-30529d837099 765aabf91531453ab8c6043a85d3cdcf 67bd175cb3e7466b93fe4acbd79f3023 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 971/1962] 10.0.0.60 () {32 vars in 716 bytes} [Tue Jun 16 02:09:48 2026] GET /v2.0/ports/3aa80f6b-07b2-4f16-9f0b-9809a88049b8 => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 992/1963] 10.0.0.60 () {32 vars in 723 bytes} [Tue Jun 16 02:09:48 2026] DELETE /v2.0/subnets/a666af27-1717-40cb-b98d-8461bd50ebfc => generated 0 bytes in 111 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:09:48.762 8 INFO neutron.services.segments.plugin [-] Segment c2b27d8c-c875-4daf-a862-1b9259040297 resource provider aggregate not found 2026-06-16 02:09:48.766 8 INFO neutron.services.segments.plugin [-] Segment c2b27d8c-c875-4daf-a862-1b9259040297 resource provider aggregate not found 2026-06-16 02:09:48.780 8 INFO neutron.services.segments.plugin [-] Segment c2b27d8c-c875-4daf-a862-1b9259040297 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c2b27d8c-c875-4daf-a862-1b9259040297 found for delete ", "request_id": "req-b69e7bcf-f133-42cc-9ff1-2b681920b02d"}]} 2026-06-16 02:09:48.782 8 INFO neutron.services.segments.plugin [-] Segment c2b27d8c-c875-4daf-a862-1b9259040297 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c2b27d8c-c875-4daf-a862-1b9259040297 found for delete ", "request_id": "req-a70fdeb4-a56d-4e4b-aeff-24f3e48a58ed"}]} [pid: 8|app: 0|req: 972/1964] 10.0.0.60 () {32 vars in 725 bytes} [Tue Jun 16 02:09:48 2026] DELETE /v2.0/networks/a28355c3-1015-4f38-af2d-1f91138c767b => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:09:48.840 7 INFO neutron.db.segments_db [None req-8b23654b-38fe-441e-9abd-e4157d2ecdcd 765aabf91531453ab8c6043a85d3cdcf 67bd175cb3e7466b93fe4acbd79f3023 - - default default] Added segment be6b40f1-25fe-4274-946f-cf7ac7c92bb5 of type vxlan for network d5b5a777-b250-47b4-81b9-2be26bbd805b [pid: 7|app: 0|req: 993/1965] 10.0.0.60 () {34 vars in 669 bytes} [Tue Jun 16 02:09:48 2026] POST /v2.0/networks => generated 616 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 973/1966] 10.0.0.60 () {32 vars in 673 bytes} [Tue Jun 16 02:09:48 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 974/1967] 10.0.0.60 () {32 vars in 687 bytes} [Tue Jun 16 02:09:48 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 975/1968] 10.0.0.60 () {32 vars in 683 bytes} [Tue Jun 16 02:09:49 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 994/1969] 10.0.0.60 () {34 vars in 668 bytes} [Tue Jun 16 02:09:48 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: 976/1970] 10.0.0.60 () {32 vars in 695 bytes} [Tue Jun 16 02:09:49 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 977/1971] 10.0.0.60 () {32 vars in 681 bytes} [Tue Jun 16 02:09:49 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 978/1972] 10.0.0.60 () {32 vars in 695 bytes} [Tue Jun 16 02:09:49 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 979/1973] 10.0.0.60 () {32 vars in 691 bytes} [Tue Jun 16 02:09:49 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 980/1974] 10.0.0.60 () {32 vars in 703 bytes} [Tue Jun 16 02:09:49 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 995/1975] 10.0.0.60 () {34 vars in 664 bytes} [Tue Jun 16 02:09:49 2026] POST /v2.0/ports => generated 927 bytes in 299 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 981/1976] 10.0.0.60 () {32 vars in 733 bytes} [Tue Jun 16 02:09:49 2026] DELETE /v2.0/qos/policies/a2a64645-e253-4a4a-848d-2e71f86065a1 => 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: 982/1977] 10.0.0.60 () {32 vars in 733 bytes} [Tue Jun 16 02:09:49 2026] DELETE /v2.0/qos/policies/118b2650-4e0d-42af-8bdb-35df9908c8cc => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:09:49.552 7 INFO neutron_taas.services.taas.taas_plugin [None req-f52c7281-4bf0-4164-98c3-12a94338c2db 765aabf91531453ab8c6043a85d3cdcf 67bd175cb3e7466b93fe4acbd79f3023 - - default default] TaaS: Handle Delete Port: 66916779-011d-4286-ad6d-baa41b07aced 2026-06-16 02:09:49.554 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f52c7281-4bf0-4164-98c3-12a94338c2db 765aabf91531453ab8c6043a85d3cdcf 67bd175cb3e7466b93fe4acbd79f3023 - - default default] Tap Mirror: Handle Delete Port: 66916779-011d-4286-ad6d-baa41b07aced [pid: 8|app: 0|req: 983/1978] 10.0.0.60 () {32 vars in 733 bytes} [Tue Jun 16 02:09:49 2026] DELETE /v2.0/qos/policies/7421aaef-d7c8-4f28-afc3-96e3f73a702c => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 996/1979] 10.0.0.60 () {32 vars in 719 bytes} [Tue Jun 16 02:09:49 2026] DELETE /v2.0/ports/66916779-011d-4286-ad6d-baa41b07aced => generated 0 bytes in 181 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:09:49.665 7 INFO neutron.pecan_wsgi.hooks.translation [None req-60afd0e2-1351-40d5-9ad4-4aaa4da63711 765aabf91531453ab8c6043a85d3cdcf 67bd175cb3e7466b93fe4acbd79f3023 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 997/1980] 10.0.0.60 () {32 vars in 716 bytes} [Tue Jun 16 02:09:49 2026] GET /v2.0/ports/66916779-011d-4286-ad6d-baa41b07aced => 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: 984/1981] 10.0.0.60 () {32 vars in 733 bytes} [Tue Jun 16 02:09:49 2026] DELETE /v2.0/qos/policies/e09dd41e-4ac1-44e5-9b15-27b2dbacb79c => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 985/1982] 10.0.0.60 () {32 vars in 733 bytes} [Tue Jun 16 02:09:49 2026] DELETE /v2.0/qos/policies/6f8d99e6-c8c9-48ea-8558-d4c1a1047302 => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 998/1983] 10.0.0.60 () {32 vars in 723 bytes} [Tue Jun 16 02:09:49 2026] DELETE /v2.0/subnets/ec37cfb4-0784-483c-970e-c7ccba79bf53 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 986/1984] 10.0.0.60 () {32 vars in 725 bytes} [Tue Jun 16 02:09:49 2026] DELETE /v2.0/networks/d5b5a777-b250-47b4-81b9-2be26bbd805b => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 999/1985] 10.0.0.60 () {34 vars in 664 bytes} [Tue Jun 16 02:09:49 2026] POST /v2.0/ports => generated 779 bytes in 251 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 987/1986] 10.0.0.60 () {34 vars in 736 bytes} [Tue Jun 16 02:09:50 2026] PUT /v2.0/ports/cffa70a9-259e-4545-8f73-05fb39855492 => generated 752 bytes in 210 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-16 02:09:50.466 7 INFO neutron_taas.services.taas.taas_plugin [None req-6a842f75-59d1-4b19-a761-b20fb49d02a0 765aabf91531453ab8c6043a85d3cdcf 67bd175cb3e7466b93fe4acbd79f3023 - - default default] TaaS: Handle Delete Port: cffa70a9-259e-4545-8f73-05fb39855492 2026-06-16 02:09:50.469 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6a842f75-59d1-4b19-a761-b20fb49d02a0 765aabf91531453ab8c6043a85d3cdcf 67bd175cb3e7466b93fe4acbd79f3023 - - default default] Tap Mirror: Handle Delete Port: cffa70a9-259e-4545-8f73-05fb39855492 [pid: 7|app: 0|req: 1000/1987] 10.0.0.60 () {32 vars in 719 bytes} [Tue Jun 16 02:09:50 2026] DELETE /v2.0/ports/cffa70a9-259e-4545-8f73-05fb39855492 => generated 0 bytes in 216 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1001/1988] 10.0.0.60 () {32 vars in 642 bytes} [Tue Jun 16 02:09:50 2026] GET /v2.0/ports => generated 782 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:09:50.666 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3565e1c1-c4fa-4325-8745-08b64dcd09f1 765aabf91531453ab8c6043a85d3cdcf 67bd175cb3e7466b93fe4acbd79f3023 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1002/1989] 10.0.0.60 () {32 vars in 716 bytes} [Tue Jun 16 02:09:50 2026] GET /v2.0/ports/cffa70a9-259e-4545-8f73-05fb39855492 => generated 132 bytes in 21 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: 1003/1990] 10.0.0.60 () {32 vars in 642 bytes} [Tue Jun 16 02:09:50 2026] GET /v2.0/ports => generated 782 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1004/1991] 10.0.0.60 () {32 vars in 716 bytes} [Tue Jun 16 02:09:50 2026] GET /v2.0/ports/1108579c-a588-4f06-9add-718b2712e1dc => generated 779 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:09:50.764 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e0b304dc-5d90-4a6d-acfa-2650ffa05a86 765aabf91531453ab8c6043a85d3cdcf 67bd175cb3e7466b93fe4acbd79f3023 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1005/1992] 10.0.0.60 () {32 vars in 719 bytes} [Tue Jun 16 02:09:50 2026] DELETE /v2.0/ports/66916779-011d-4286-ad6d-baa41b07aced => generated 132 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 02:09:50.783 7 INFO neutron.pecan_wsgi.hooks.translation [None req-852a68e0-df4b-4cbd-b470-c52930db881d 765aabf91531453ab8c6043a85d3cdcf 67bd175cb3e7466b93fe4acbd79f3023 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1006/1993] 10.0.0.60 () {32 vars in 723 bytes} [Tue Jun 16 02:09:50 2026] DELETE /v2.0/subnets/ec37cfb4-0784-483c-970e-c7ccba79bf53 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 02:09:50.799 7 INFO neutron.pecan_wsgi.hooks.translation [None req-43f08acb-79c4-433c-a7f7-580cdbaa9295 765aabf91531453ab8c6043a85d3cdcf 67bd175cb3e7466b93fe4acbd79f3023 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1007/1994] 10.0.0.60 () {32 vars in 723 bytes} [Tue Jun 16 02:09:50 2026] DELETE /v2.0/subnets/a666af27-1717-40cb-b98d-8461bd50ebfc => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 02:09:50.805 8 INFO neutron.services.segments.plugin [-] Segment be6b40f1-25fe-4274-946f-cf7ac7c92bb5 resource provider aggregate not found 2026-06-16 02:09:50.819 8 INFO neutron.services.segments.plugin [-] Segment be6b40f1-25fe-4274-946f-cf7ac7c92bb5 resource provider aggregate not found 2026-06-16 02:09:50.825 8 INFO neutron.services.segments.plugin [-] Segment be6b40f1-25fe-4274-946f-cf7ac7c92bb5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid be6b40f1-25fe-4274-946f-cf7ac7c92bb5 found for delete ", "request_id": "req-eb5e9383-a415-453f-bb33-ca6b4e4a472b"}]} 2026-06-16 02:09:50.839 8 INFO neutron.services.segments.plugin [-] Segment be6b40f1-25fe-4274-946f-cf7ac7c92bb5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid be6b40f1-25fe-4274-946f-cf7ac7c92bb5 found for delete ", "request_id": "req-379e4c44-2e1c-4480-9b2a-bd65fb2bf993"}]} [pid: 8|app: 0|req: 988/1995] 10.0.0.60 () {32 vars in 773 bytes} [Tue Jun 16 02:09:50 2026] GET /v2.0/security-groups?tenant_id=071ba556d7d9401599307d15890e7be4&name=default => generated 2925 bytes in 350 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:09:50.889 7 INFO neutron_taas.services.taas.taas_plugin [None req-3734b3c1-7e3e-425b-97b4-cc4c0d65ffb4 765aabf91531453ab8c6043a85d3cdcf 67bd175cb3e7466b93fe4acbd79f3023 - - default default] TaaS: Handle Delete Port: 1108579c-a588-4f06-9add-718b2712e1dc 2026-06-16 02:09:50.893 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3734b3c1-7e3e-425b-97b4-cc4c0d65ffb4 765aabf91531453ab8c6043a85d3cdcf 67bd175cb3e7466b93fe4acbd79f3023 - - default default] Tap Mirror: Handle Delete Port: 1108579c-a588-4f06-9add-718b2712e1dc [pid: 8|app: 0|req: 989/1996] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:09:50 2026] GET /v2.0/ports?device_id=b3a54284-6085-4ce6-add6-6a3dba39323f => generated 971 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1008/1997] 10.0.0.60 () {32 vars in 719 bytes} [Tue Jun 16 02:09:50 2026] DELETE /v2.0/ports/1108579c-a588-4f06-9add-718b2712e1dc => 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: 1009/1998] 10.0.0.213 () {34 vars in 1040 bytes} [Tue Jun 16 02:09:50 2026] GET /v2.0/security-groups?id=a3cab24a-2938-4450-a69f-75571ccf4b7d&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: 990/1999] 10.0.0.60 () {32 vars in 739 bytes} [Tue Jun 16 02:09:50 2026] DELETE /v2.0/security-groups/f597b3bd-247d-4ce5-b753-f2f489c38478 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:09:51.105 7 INFO neutron.services.segments.plugin [-] Segment 81faf578-f45b-4b4f-8492-643df2f03b03 resource provider aggregate not found 2026-06-16 02:09:51.110 7 INFO neutron.services.segments.plugin [-] Segment 81faf578-f45b-4b4f-8492-643df2f03b03 resource provider aggregate not found 2026-06-16 02:09:51.125 7 INFO neutron.services.segments.plugin [-] Segment 81faf578-f45b-4b4f-8492-643df2f03b03 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 81faf578-f45b-4b4f-8492-643df2f03b03 found for delete ", "request_id": "req-d05a059b-ea31-4606-951b-35d09c22168f"}]} 2026-06-16 02:09:51.130 7 INFO neutron.services.segments.plugin [-] Segment 81faf578-f45b-4b4f-8492-643df2f03b03 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 81faf578-f45b-4b4f-8492-643df2f03b03 found for delete ", "request_id": "req-85747eac-a106-4f0f-b186-f12142ebda22"}]} [pid: 7|app: 0|req: 1010/2000] 10.0.0.60 () {32 vars in 725 bytes} [Tue Jun 16 02:09:51 2026] DELETE /v2.0/networks/ffe9e4a5-4249-47e5-a1cd-6b85dba82e64 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 991/2001] 10.0.0.60 () {32 vars in 773 bytes} [Tue Jun 16 02:09:51 2026] GET /v2.0/security-groups?tenant_id=88ad496b792046e5842039f1c7ce191d&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: 1011/2002] 10.0.0.60 () {32 vars in 739 bytes} [Tue Jun 16 02:09:51 2026] DELETE /v2.0/security-groups/6a2702ea-d604-46b6-b978-9d1e3ed9ca0f => 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: 992/2003] 10.0.0.60 () {32 vars in 773 bytes} [Tue Jun 16 02:09:51 2026] GET /v2.0/security-groups?tenant_id=43ae412e0be946cb8faf04afe54466f2&name=default => generated 2925 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1012/2004] 10.0.0.60 () {32 vars in 739 bytes} [Tue Jun 16 02:09:51 2026] DELETE /v2.0/security-groups/cdec3eac-e236-4c2b-9fbe-50edf8db1cdb => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 993/2005] 10.0.0.60 () {32 vars in 773 bytes} [Tue Jun 16 02:09:51 2026] GET /v2.0/security-groups?tenant_id=67bd175cb3e7466b93fe4acbd79f3023&name=default => generated 2925 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1013/2006] 10.0.0.60 () {32 vars in 739 bytes} [Tue Jun 16 02:09:51 2026] DELETE /v2.0/security-groups/df62d3ab-c6ae-458e-bcd7-26fb98e5b83e => 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: 994/2007] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:09:52 2026] GET /v2.0/ports?device_id=b3a54284-6085-4ce6-add6-6a3dba39323f => 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: 1014/2008] 10.0.0.213 () {34 vars in 1040 bytes} [Tue Jun 16 02:09:52 2026] GET /v2.0/security-groups?id=a3cab24a-2938-4450-a69f-75571ccf4b7d&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 995/2009] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:09:53 2026] GET /v2.0/ports?device_id=b3a54284-6085-4ce6-add6-6a3dba39323f => 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: 1015/2010] 10.0.0.213 () {34 vars in 1040 bytes} [Tue Jun 16 02:09:53 2026] GET /v2.0/security-groups?id=a3cab24a-2938-4450-a69f-75571ccf4b7d&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: 996/2011] 199.204.45.140 () {34 vars in 994 bytes} [Tue Jun 16 02:09:53 2026] GET /v2.0/ports?device_id=b3a54284-6085-4ce6-add6-6a3dba39323f => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:09:53.463 7 INFO neutron_taas.services.taas.taas_plugin [req-f466dd6d-ed19-4885-b96e-e6c4f00fd86b req-64951595-9411-451c-a839-81c94993b6cc fbee614d31bc404aa9285d0a89fef1f8 2bed9322f6be41c3be9012b64198eba9 - - default default] TaaS: Handle Delete Port: 644e9755-ec29-42f4-a44b-e4303de580d4 2026-06-16 02:09:53.466 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-f466dd6d-ed19-4885-b96e-e6c4f00fd86b req-64951595-9411-451c-a839-81c94993b6cc fbee614d31bc404aa9285d0a89fef1f8 2bed9322f6be41c3be9012b64198eba9 - - default default] Tap Mirror: Handle Delete Port: 644e9755-ec29-42f4-a44b-e4303de580d4 2026-06-16 02:09:53.587 7 INFO neutron.db.l3_db [req-f466dd6d-ed19-4885-b96e-e6c4f00fd86b req-64951595-9411-451c-a839-81c94993b6cc fbee614d31bc404aa9285d0a89fef1f8 2bed9322f6be41c3be9012b64198eba9 - - default default] Floating IP 9f45b5a5-5460-4bdb-b032-ef11bae5eef8 disassociated. External IP: 10.96.250.207, port: 644e9755-ec29-42f4-a44b-e4303de580d4. [pid: 7|app: 0|req: 1016/2012] 199.204.45.140 () {36 vars in 997 bytes} [Tue Jun 16 02:09:53 2026] DELETE /v2.0/ports/644e9755-ec29-42f4-a44b-e4303de580d4 => generated 0 bytes in 632 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:09:53.990 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8b2a78c8-52a7-4ffc-a48f-95e9b9722079'] response: {'server_uuid': 'b3a54284-6085-4ce6-add6-6a3dba39323f', 'name': 'network-vif-deleted', 'tag': '644e9755-ec29-42f4-a44b-e4303de580d4', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 997/2013] 10.0.0.60 () {34 vars in 683 bytes} [Tue Jun 16 02:09:53 2026] POST /v2.0/security-groups => generated 1625 bytes in 354 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1017/2014] 10.0.0.60 () {32 vars in 662 bytes} [Tue Jun 16 02:09:54 2026] GET /v2.0/security-groups => generated 4530 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 998/2015] 10.0.0.60 () {34 vars in 757 bytes} [Tue Jun 16 02:09:54 2026] PUT /v2.0/security-groups/3e7cb5db-410b-4846-a9db-a32131811c74 => generated 1664 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1018/2016] 10.0.0.60 () {32 vars in 736 bytes} [Tue Jun 16 02:09:54 2026] GET /v2.0/security-groups/3e7cb5db-410b-4846-a9db-a32131811c74 => generated 1664 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 999/2017] 10.0.0.60 () {32 vars in 739 bytes} [Tue Jun 16 02:09:54 2026] DELETE /v2.0/security-groups/3e7cb5db-410b-4846-a9db-a32131811c74 => 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: 1019/2018] 10.0.0.60 () {32 vars in 662 bytes} [Tue Jun 16 02:09:54 2026] GET /v2.0/security-groups => generated 2925 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:09:54.363 8 INFO neutron.api.v2.resource [None req-7fe5a206-c4c9-4557-b65b-835756601776 7d39a99535df4d1d87ee89bab9287561 aee8d36b94eb41d9b7c127f9e9b20fbe - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1000/2019] 10.0.0.60 () {32 vars in 739 bytes} [Tue Jun 16 02:09:54 2026] DELETE /v2.0/security-groups/3e7cb5db-410b-4846-a9db-a32131811c74 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1020/2020] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:09:54 2026] GET /v2.0/ports?device_id=b3a54284-6085-4ce6-add6-6a3dba39323f => 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: 1001/2021] 10.0.0.60 () {34 vars in 683 bytes} [Tue Jun 16 02:09:54 2026] POST /v2.0/security-groups => generated 1624 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1021/2022] 10.0.0.60 () {34 vars in 694 bytes} [Tue Jun 16 02:09:54 2026] POST /v2.0/security-group-rules => generated 601 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1002/2023] 10.0.0.60 () {32 vars in 746 bytes} [Tue Jun 16 02:09:54 2026] GET /v2.0/security-group-rules/5e0ef3fb-4c4d-425b-bb8a-d641f56eaea8 => generated 601 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1022/2024] 10.0.0.60 () {32 vars in 672 bytes} [Tue Jun 16 02:09:54 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1003/2025] 10.0.0.60 () {32 vars in 749 bytes} [Tue Jun 16 02:09:54 2026] DELETE /v2.0/security-group-rules/5e0ef3fb-4c4d-425b-bb8a-d641f56eaea8 => 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: 1023/2026] 10.0.0.60 () {32 vars in 672 bytes} [Tue Jun 16 02:09:54 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1004/2027] 10.0.0.60 () {34 vars in 694 bytes} [Tue Jun 16 02:09:54 2026] POST /v2.0/security-group-rules => generated 601 bytes in 91 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1024/2028] 10.0.0.60 () {32 vars in 746 bytes} [Tue Jun 16 02:09:54 2026] GET /v2.0/security-group-rules/10f948fe-d97b-441c-87c7-ca41c11f8fa5 => generated 601 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1005/2029] 10.0.0.60 () {32 vars in 672 bytes} [Tue Jun 16 02:09:55 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1025/2030] 10.0.0.60 () {32 vars in 749 bytes} [Tue Jun 16 02:09:55 2026] DELETE /v2.0/security-group-rules/10f948fe-d97b-441c-87c7-ca41c11f8fa5 => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1006/2031] 10.0.0.60 () {32 vars in 672 bytes} [Tue Jun 16 02:09:55 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:09:55.284 7 INFO neutron.db.securitygroups_db [None req-023a607c-98d0-40c8-8cf5-9cf8f008f7ab 7d39a99535df4d1d87ee89bab9287561 aee8d36b94eb41d9b7c127f9e9b20fbe - - default default] Project aee8d36b94eb41d9b7c127f9e9b20fbe 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: 1026/2032] 10.0.0.60 () {34 vars in 694 bytes} [Tue Jun 16 02:09:55 2026] POST /v2.0/security-group-rules => generated 607 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1007/2033] 10.0.0.60 () {32 vars in 746 bytes} [Tue Jun 16 02:09:55 2026] GET /v2.0/security-group-rules/86d3a679-e7db-4ab0-95a0-747909ef1b4e => generated 607 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1027/2034] 10.0.0.60 () {32 vars in 672 bytes} [Tue Jun 16 02:09:55 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1008/2035] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:09:55 2026] GET /v2.0/ports?device_id=b3a54284-6085-4ce6-add6-6a3dba39323f => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1028/2036] 10.0.0.60 () {32 vars in 749 bytes} [Tue Jun 16 02:09:55 2026] DELETE /v2.0/security-group-rules/86d3a679-e7db-4ab0-95a0-747909ef1b4e => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1009/2037] 10.0.0.60 () {32 vars in 672 bytes} [Tue Jun 16 02:09:55 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1029/2038] 10.0.0.60 () {32 vars in 739 bytes} [Tue Jun 16 02:09:55 2026] DELETE /v2.0/security-groups/1d7b0563-797f-4bec-bec9-7c43ac4dae16 => 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: 1030/2039] 10.0.0.60 () {32 vars in 662 bytes} [Tue Jun 16 02:09:55 2026] GET /v2.0/security-groups => generated 2925 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1031/2040] 10.0.0.60 () {32 vars in 662 bytes} [Tue Jun 16 02:09:55 2026] GET /v2.0/security-groups => generated 2925 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1010/2043] 10.0.0.60 () {34 vars in 683 bytes} [Tue Jun 16 02:09:55 2026] POST /v2.0/security-groups => generated 1601 bytes in 308 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1034/2044] 10.0.0.60 () {34 vars in 683 bytes} [Tue Jun 16 02:09:55 2026] POST /v2.0/security-groups => generated 1601 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1011/2045] 10.0.0.60 () {34 vars in 683 bytes} [Tue Jun 16 02:09:56 2026] POST /v2.0/security-groups => generated 1601 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1035/2046] 10.0.0.60 () {34 vars in 683 bytes} [Tue Jun 16 02:09:56 2026] POST /v2.0/security-groups => generated 1601 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1012/2047] 10.0.0.60 () {32 vars in 773 bytes} [Tue Jun 16 02:09:56 2026] GET /v2.0/security-groups?tenant_id=aee8d36b94eb41d9b7c127f9e9b20fbe&name=default => generated 2925 bytes in 168 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1036/2048] 10.0.0.60 () {34 vars in 683 bytes} [Tue Jun 16 02:09:56 2026] POST /v2.0/security-groups => generated 1601 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1013/2049] 10.0.0.60 () {32 vars in 739 bytes} [Tue Jun 16 02:09:56 2026] DELETE /v2.0/security-groups/9c14fe04-5adc-429b-8286-5b4027ffa4f0 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1037/2050] 10.0.0.60 () {34 vars in 766 bytes} [Tue Jun 16 02:09:56 2026] PUT /v2.0/security-groups/8654433f-c15a-4a8c-8bc9-b9e94a8c10ba/tags => generated 17 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1014/2051] 10.0.0.60 () {34 vars in 766 bytes} [Tue Jun 16 02:09:56 2026] PUT /v2.0/security-groups/9a29fbf3-2763-4643-b0db-bb9b6985f34f/tags => generated 25 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1015/2052] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:09:56 2026] GET /v2.0/ports?device_id=b3a54284-6085-4ce6-add6-6a3dba39323f => 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: 1038/2053] 10.0.0.60 () {34 vars in 766 bytes} [Tue Jun 16 02:09:56 2026] PUT /v2.0/security-groups/43ef576b-fba1-4abc-bdcf-0a406c1d74c6/tags => generated 34 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1016/2054] 10.0.0.60 () {34 vars in 766 bytes} [Tue Jun 16 02:09:56 2026] PUT /v2.0/security-groups/53d4a00e-34dd-41b5-a973-1d3432ce4723/tags => generated 19 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1039/2055] 10.0.0.60 () {32 vars in 679 bytes} [Tue Jun 16 02:09:56 2026] GET /v2.0/security-groups?tags=red => generated 4804 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1017/2056] 10.0.0.60 () {32 vars in 693 bytes} [Tue Jun 16 02:09:56 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3218 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1040/2057] 10.0.0.60 () {32 vars in 689 bytes} [Tue Jun 16 02:09:56 2026] GET /v2.0/security-groups?tags-any=blue => generated 3218 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1018/2058] 10.0.0.60 () {32 vars in 701 bytes} [Tue Jun 16 02:09:56 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4804 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1041/2059] 10.0.0.60 () {32 vars in 687 bytes} [Tue Jun 16 02:09:56 2026] GET /v2.0/security-groups?not-tags=red => generated 6094 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1019/2060] 10.0.0.60 () {32 vars in 701 bytes} [Tue Jun 16 02:09:56 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7680 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1042/2061] 10.0.0.60 () {32 vars in 697 bytes} [Tue Jun 16 02:09:57 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7680 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1020/2062] 10.0.0.60 () {32 vars in 709 bytes} [Tue Jun 16 02:09:57 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6094 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1043/2063] 10.0.0.60 () {32 vars in 739 bytes} [Tue Jun 16 02:09:57 2026] DELETE /v2.0/security-groups/8654433f-c15a-4a8c-8bc9-b9e94a8c10ba => 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: 1021/2064] 10.0.0.60 () {32 vars in 739 bytes} [Tue Jun 16 02:09:57 2026] DELETE /v2.0/security-groups/9a29fbf3-2763-4643-b0db-bb9b6985f34f => 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: 1044/2065] 10.0.0.60 () {32 vars in 739 bytes} [Tue Jun 16 02:09:57 2026] DELETE /v2.0/security-groups/43ef576b-fba1-4abc-bdcf-0a406c1d74c6 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1022/2066] 10.0.0.60 () {32 vars in 739 bytes} [Tue Jun 16 02:09:57 2026] DELETE /v2.0/security-groups/53d4a00e-34dd-41b5-a973-1d3432ce4723 => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1045/2067] 10.0.0.60 () {32 vars in 739 bytes} [Tue Jun 16 02:09:57 2026] DELETE /v2.0/security-groups/514344af-b424-415a-9594-afaa1d3ccbbc => 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: 1023/2068] 10.0.0.60 () {32 vars in 739 bytes} [Tue Jun 16 02:09:57 2026] DELETE /v2.0/security-groups/a3cab24a-2938-4450-a69f-75571ccf4b7d => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:09:57.860 7 INFO neutron_taas.services.taas.taas_plugin [None req-224c89f2-08ad-4cff-a98d-5efe74f17fe5 fbee614d31bc404aa9285d0a89fef1f8 2bed9322f6be41c3be9012b64198eba9 - - default default] TaaS: Handle Delete Port: 0338f79a-f236-4b29-811f-0c6aeaaeed0c 2026-06-16 02:09:57.862 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-224c89f2-08ad-4cff-a98d-5efe74f17fe5 fbee614d31bc404aa9285d0a89fef1f8 2bed9322f6be41c3be9012b64198eba9 - - default default] Tap Mirror: Handle Delete Port: 0338f79a-f236-4b29-811f-0c6aeaaeed0c [pid: 7|app: 0|req: 1046/2069] 10.0.0.60 () {32 vars in 731 bytes} [Tue Jun 16 02:09:57 2026] DELETE /v2.0/floatingips/9f45b5a5-5460-4bdb-b032-ef11bae5eef8 => generated 0 bytes in 261 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1024/2070] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:09:58 2026] GET /v2.0/ports?device_id=9d51b95e-1860-48fd-a29a-5cfa41ebc75e => generated 971 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1047/2071] 10.0.0.213 () {34 vars in 1040 bytes} [Tue Jun 16 02:09:58 2026] GET /v2.0/security-groups?id=339b53c8-0a6c-4224-b60b-11e99f8be358&fields=id&fields=name => generated 113 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1025/2072] 10.0.0.60 () {32 vars in 773 bytes} [Tue Jun 16 02:09:58 2026] GET /v2.0/security-groups?tenant_id=6ca21dbc492f4b548e30a4f9596b3c65&name=default => generated 2925 bytes in 202 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1048/2073] 10.0.0.60 () {32 vars in 739 bytes} [Tue Jun 16 02:09:58 2026] DELETE /v2.0/security-groups/ab58ad67-57df-4ecf-9a20-a9e81cf2adfe => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1026/2074] 10.0.0.60 () {32 vars in 773 bytes} [Tue Jun 16 02:09:58 2026] GET /v2.0/security-groups?tenant_id=814b7b6771534925927e5c460c73f9bb&name=default => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1049/2075] 10.0.0.60 () {32 vars in 739 bytes} [Tue Jun 16 02:09:58 2026] DELETE /v2.0/security-groups/6d67eb67-173f-4da6-bbce-1e2dd7f2b7d9 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1027/2076] 10.0.0.60 () {32 vars in 773 bytes} [Tue Jun 16 02:09:59 2026] GET /v2.0/security-groups?tenant_id=b7fab203b6c845778e72817ec8099ed2&name=default => generated 2925 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1050/2077] 10.0.0.60 () {32 vars in 739 bytes} [Tue Jun 16 02:09:59 2026] DELETE /v2.0/security-groups/ddc2e8a3-4f8b-454c-902e-25c4cca314aa => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1028/2078] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:09:59 2026] GET /v2.0/ports?device_id=9d51b95e-1860-48fd-a29a-5cfa41ebc75e => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1051/2079] 10.0.0.213 () {34 vars in 1040 bytes} [Tue Jun 16 02:09:59 2026] GET /v2.0/security-groups?id=339b53c8-0a6c-4224-b60b-11e99f8be358&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: 1029/2080] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:10:00 2026] GET /v2.0/ports?device_id=9d51b95e-1860-48fd-a29a-5cfa41ebc75e => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1052/2081] 10.0.0.213 () {34 vars in 1040 bytes} [Tue Jun 16 02:10:00 2026] GET /v2.0/security-groups?id=339b53c8-0a6c-4224-b60b-11e99f8be358&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: 1030/2082] 199.204.45.140 () {34 vars in 994 bytes} [Tue Jun 16 02:10:00 2026] GET /v2.0/ports?device_id=9d51b95e-1860-48fd-a29a-5cfa41ebc75e => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:10:00.811 7 INFO neutron_taas.services.taas.taas_plugin [req-58295381-ccb9-47f9-a75b-542445f47d8d req-5ff9bf0f-1aeb-4358-b3a8-596a254bdc09 fbee614d31bc404aa9285d0a89fef1f8 2bed9322f6be41c3be9012b64198eba9 - - default default] TaaS: Handle Delete Port: 44c06b41-63be-4045-9f57-7a1841502c54 2026-06-16 02:10:00.814 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-58295381-ccb9-47f9-a75b-542445f47d8d req-5ff9bf0f-1aeb-4358-b3a8-596a254bdc09 fbee614d31bc404aa9285d0a89fef1f8 2bed9322f6be41c3be9012b64198eba9 - - default default] Tap Mirror: Handle Delete Port: 44c06b41-63be-4045-9f57-7a1841502c54 [pid: 7|app: 0|req: 1053/2083] 199.204.45.140 () {36 vars in 997 bytes} [Tue Jun 16 02:10:00 2026] DELETE /v2.0/ports/44c06b41-63be-4045-9f57-7a1841502c54 => generated 0 bytes in 291 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:10:00.994 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-fa230de4-7048-484b-bb64-96f667d85080'] response: {'server_uuid': '9d51b95e-1860-48fd-a29a-5cfa41ebc75e', 'name': 'network-vif-deleted', 'tag': '44c06b41-63be-4045-9f57-7a1841502c54', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1031/2084] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:10:01 2026] GET /v2.0/ports?device_id=9d51b95e-1860-48fd-a29a-5cfa41ebc75e => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:10:02.706 7 INFO neutron.db.segments_db [None req-b10b1395-0750-4f56-becb-d1d0c8ee3f52 86c02a710a904141b39b9691cce1adde 6eecab6f92fa4264826114c0186b941f - - default default] Added segment 5e0b14e7-0b17-4c26-ad0c-3e735ec7dc8f of type vxlan for network e9be1556-f53b-42a8-9415-ded3e2df3016 [pid: 8|app: 0|req: 1032/2085] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:10:02 2026] GET /v2.0/ports?device_id=9d51b95e-1860-48fd-a29a-5cfa41ebc75e => 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: 1054/2086] 10.0.0.60 () {34 vars in 669 bytes} [Tue Jun 16 02:10:02 2026] POST /v2.0/networks => generated 612 bytes in 380 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1033/2087] 10.0.0.60 () {34 vars in 752 bytes} [Tue Jun 16 02:10:02 2026] PUT /v2.0/networks/e9be1556-f53b-42a8-9415-ded3e2df3016/tags => generated 25 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1055/2088] 10.0.0.60 () {32 vars in 732 bytes} [Tue Jun 16 02:10:02 2026] GET /v2.0/networks/e9be1556-f53b-42a8-9415-ded3e2df3016/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: 1034/2089] 10.0.0.60 () {34 vars in 763 bytes} [Tue Jun 16 02:10:02 2026] PUT /v2.0/networks/e9be1556-f53b-42a8-9415-ded3e2df3016/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: 1056/2090] 10.0.0.60 () {32 vars in 732 bytes} [Tue Jun 16 02:10:02 2026] GET /v2.0/networks/e9be1556-f53b-42a8-9415-ded3e2df3016/tags => generated 34 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1035/2091] 10.0.0.60 () {34 vars in 759 bytes} [Tue Jun 16 02:10:03 2026] PUT /v2.0/networks/e9be1556-f53b-42a8-9415-ded3e2df3016/tags/red => generated 4 bytes in 57 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1057/2092] 10.0.0.60 () {32 vars in 732 bytes} [Tue Jun 16 02:10:03 2026] GET /v2.0/networks/e9be1556-f53b-42a8-9415-ded3e2df3016/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: 1036/2093] 10.0.0.60 () {34 vars in 781 bytes} [Tue Jun 16 02:10:03 2026] PUT /v2.0/networks/e9be1556-f53b-42a8-9415-ded3e2df3016/tags/black.or.white => generated 4 bytes in 92 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1058/2094] 10.0.0.60 () {32 vars in 732 bytes} [Tue Jun 16 02:10:03 2026] GET /v2.0/networks/e9be1556-f53b-42a8-9415-ded3e2df3016/tags => generated 52 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1037/2095] 10.0.0.60 () {34 vars in 752 bytes} [Tue Jun 16 02:10:03 2026] PUT /v2.0/networks/e9be1556-f53b-42a8-9415-ded3e2df3016/tags => generated 37 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1059/2096] 10.0.0.60 () {32 vars in 732 bytes} [Tue Jun 16 02:10:03 2026] GET /v2.0/networks/e9be1556-f53b-42a8-9415-ded3e2df3016/tags => generated 37 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1038/2097] 10.0.0.60 () {32 vars in 740 bytes} [Tue Jun 16 02:10:03 2026] GET /v2.0/networks/e9be1556-f53b-42a8-9415-ded3e2df3016/tags/red => generated 0 bytes in 39 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:10:03.581 7 INFO neutron.api.v2.resource [None req-831c43b5-f3ea-4292-a482-57cd81acf34e 86c02a710a904141b39b9691cce1adde 6eecab6f92fa4264826114c0186b941f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1060/2098] 10.0.0.60 () {32 vars in 744 bytes} [Tue Jun 16 02:10:03 2026] GET /v2.0/networks/e9be1556-f53b-42a8-9415-ded3e2df3016/tags/green => generated 99 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1039/2099] 10.0.0.60 () {32 vars in 743 bytes} [Tue Jun 16 02:10:03 2026] DELETE /v2.0/networks/e9be1556-f53b-42a8-9415-ded3e2df3016/tags/red => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1061/2100] 10.0.0.60 () {32 vars in 732 bytes} [Tue Jun 16 02:10:03 2026] GET /v2.0/networks/e9be1556-f53b-42a8-9415-ded3e2df3016/tags => generated 30 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:10:03.746 8 INFO neutron.api.v2.resource [None req-893b55f4-949f-4276-88a7-e84761994b1c 86c02a710a904141b39b9691cce1adde 6eecab6f92fa4264826114c0186b941f - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1040/2101] 10.0.0.60 () {32 vars in 747 bytes} [Tue Jun 16 02:10:03 2026] DELETE /v2.0/networks/e9be1556-f53b-42a8-9415-ded3e2df3016/tags/green => generated 99 bytes in 50 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1062/2102] 10.0.0.60 () {32 vars in 735 bytes} [Tue Jun 16 02:10:03 2026] DELETE /v2.0/networks/e9be1556-f53b-42a8-9415-ded3e2df3016/tags => 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: 1063/2103] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:10:03 2026] GET /v2.0/ports?device_id=9d51b95e-1860-48fd-a29a-5cfa41ebc75e => 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: 1041/2104] 10.0.0.60 () {32 vars in 732 bytes} [Tue Jun 16 02:10:03 2026] GET /v2.0/networks/e9be1556-f53b-42a8-9415-ded3e2df3016/tags => generated 12 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:10:03.981 7 INFO neutron.services.segments.plugin [-] Segment 5e0b14e7-0b17-4c26-ad0c-3e735ec7dc8f resource provider aggregate not found 2026-06-16 02:10:03.990 7 INFO neutron.services.segments.plugin [-] Segment 5e0b14e7-0b17-4c26-ad0c-3e735ec7dc8f resource provider aggregate not found 2026-06-16 02:10:04.005 7 INFO neutron.services.segments.plugin [-] Segment 5e0b14e7-0b17-4c26-ad0c-3e735ec7dc8f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5e0b14e7-0b17-4c26-ad0c-3e735ec7dc8f found for delete ", "request_id": "req-037bf61d-e18b-41c6-a00d-0c9a92622545"}]} 2026-06-16 02:10:04.018 7 INFO neutron.services.segments.plugin [-] Segment 5e0b14e7-0b17-4c26-ad0c-3e735ec7dc8f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5e0b14e7-0b17-4c26-ad0c-3e735ec7dc8f found for delete ", "request_id": "req-c354bf27-8d13-4c19-a041-d78c05d7dfd9"}]} [pid: 7|app: 0|req: 1064/2105] 10.0.0.60 () {32 vars in 725 bytes} [Tue Jun 16 02:10:03 2026] DELETE /v2.0/networks/e9be1556-f53b-42a8-9415-ded3e2df3016 => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1042/2106] 10.0.0.60 () {32 vars in 773 bytes} [Tue Jun 16 02:10:04 2026] GET /v2.0/security-groups?tenant_id=6eecab6f92fa4264826114c0186b941f&name=default => generated 2925 bytes in 197 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1043/2107] 10.0.0.60 () {32 vars in 739 bytes} [Tue Jun 16 02:10:04 2026] DELETE /v2.0/security-groups/933eddac-14c3-4e5a-9aac-e3e5d7fce02d => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1065/2108] 10.0.0.60 () {32 vars in 739 bytes} [Tue Jun 16 02:10:04 2026] DELETE /v2.0/security-groups/339b53c8-0a6c-4224-b60b-11e99f8be358 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1066/2109] 10.0.0.60 () {32 vars in 773 bytes} [Tue Jun 16 02:10:05 2026] GET /v2.0/security-groups?tenant_id=ce31d2e87c7f40f796923dbd0cf80c81&name=default => generated 2925 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1067/2110] 10.0.0.60 () {32 vars in 739 bytes} [Tue Jun 16 02:10:05 2026] DELETE /v2.0/security-groups/c181d0eb-c145-4140-ba27-9afd05fedad3 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:10:05.505 8 INFO neutron_taas.services.taas.taas_plugin [None req-fe8dce74-0bb0-4ffc-bc32-62cadfbbea3f fbee614d31bc404aa9285d0a89fef1f8 2bed9322f6be41c3be9012b64198eba9 - - default default] TaaS: Handle Delete Port: 38ad62b8-78d6-40a0-a991-a88752327be2 2026-06-16 02:10:05.508 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fe8dce74-0bb0-4ffc-bc32-62cadfbbea3f fbee614d31bc404aa9285d0a89fef1f8 2bed9322f6be41c3be9012b64198eba9 - - default default] Tap Mirror: Handle Delete Port: 38ad62b8-78d6-40a0-a991-a88752327be2 [pid: 8|app: 0|req: 1044/2111] 10.0.0.60 () {34 vars in 788 bytes} [Tue Jun 16 02:10:05 2026] PUT /v2.0/routers/478d1af9-3b0a-4e1a-bc70-383045e97f07/remove_router_interface => generated 309 bytes in 990 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1068/2112] 10.0.0.60 () {32 vars in 723 bytes} [Tue Jun 16 02:10:06 2026] DELETE /v2.0/subnets/32592628-519f-486a-a05c-26e4110a35f9 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:10:06.467 8 INFO neutron_taas.services.taas.taas_plugin [None req-b07411b0-3879-45ac-854e-3363406cb4ba fbee614d31bc404aa9285d0a89fef1f8 2bed9322f6be41c3be9012b64198eba9 - - default default] TaaS: Handle Delete Port: dda8ae93-573b-4d03-8160-e9d495cce32e 2026-06-16 02:10:06.469 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b07411b0-3879-45ac-854e-3363406cb4ba fbee614d31bc404aa9285d0a89fef1f8 2bed9322f6be41c3be9012b64198eba9 - - default default] Tap Mirror: Handle Delete Port: dda8ae93-573b-4d03-8160-e9d495cce32e 2026-06-16 02:10:06.755 8 INFO neutron_taas.services.taas.taas_plugin [None req-b07411b0-3879-45ac-854e-3363406cb4ba fbee614d31bc404aa9285d0a89fef1f8 2bed9322f6be41c3be9012b64198eba9 - - default default] TaaS: Handle Delete Port: 82b60a49-d9fd-4a50-bce3-9fb2ae012d03 2026-06-16 02:10:06.758 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b07411b0-3879-45ac-854e-3363406cb4ba fbee614d31bc404aa9285d0a89fef1f8 2bed9322f6be41c3be9012b64198eba9 - - default default] Tap Mirror: Handle Delete Port: 82b60a49-d9fd-4a50-bce3-9fb2ae012d03 2026-06-16 02:10:07.155 8 INFO neutron.services.segments.plugin [-] Segment 8f47516f-f4a0-4dd7-9f8e-41428c92cd08 resource provider aggregate not found 2026-06-16 02:10:07.160 8 INFO neutron.services.segments.plugin [-] Segment 8f47516f-f4a0-4dd7-9f8e-41428c92cd08 resource provider aggregate not found 2026-06-16 02:10:07.178 8 INFO neutron.services.segments.plugin [-] Segment 8f47516f-f4a0-4dd7-9f8e-41428c92cd08 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8f47516f-f4a0-4dd7-9f8e-41428c92cd08 found for delete ", "request_id": "req-7f4dc469-f40a-4a64-b7c1-771ae9e8989d"}]} 2026-06-16 02:10:07.182 8 INFO neutron.services.segments.plugin [-] Segment 8f47516f-f4a0-4dd7-9f8e-41428c92cd08 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8f47516f-f4a0-4dd7-9f8e-41428c92cd08 found for delete ", "request_id": "req-505e7859-b4b5-4a24-8646-f11f3d572649"}]} 2026-06-16 02:10:07.183 8 INFO neutron.db.l3_hamode_db [None req-b07411b0-3879-45ac-854e-3363406cb4ba fbee614d31bc404aa9285d0a89fef1f8 2bed9322f6be41c3be9012b64198eba9 - - default default] HA network 65ca9ebe-3620-4151-942a-2a6912276d03 was deleted as no HA routers are present in tenant 2bed9322f6be41c3be9012b64198eba9. [pid: 8|app: 0|req: 1045/2113] 10.0.0.60 () {32 vars in 723 bytes} [Tue Jun 16 02:10:06 2026] DELETE /v2.0/routers/478d1af9-3b0a-4e1a-bc70-383045e97f07 => generated 0 bytes in 948 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:10:07.328 7 INFO neutron_taas.services.taas.taas_plugin [None req-81dca1ec-c728-4776-a51a-6b3cd21a71f7 fbee614d31bc404aa9285d0a89fef1f8 2bed9322f6be41c3be9012b64198eba9 - - default default] TaaS: Handle Delete Port: 0d8e4b5a-4cdf-4c25-8f72-5e01ccba0a90 2026-06-16 02:10:07.333 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-81dca1ec-c728-4776-a51a-6b3cd21a71f7 fbee614d31bc404aa9285d0a89fef1f8 2bed9322f6be41c3be9012b64198eba9 - - default default] Tap Mirror: Handle Delete Port: 0d8e4b5a-4cdf-4c25-8f72-5e01ccba0a90 2026-06-16 02:10:07.539 7 INFO neutron.services.segments.plugin [-] Segment 29b0673c-7bb0-4a3d-a1ae-b268fc4eb5bc resource provider aggregate not found 2026-06-16 02:10:07.541 7 INFO neutron.services.segments.plugin [-] Segment 29b0673c-7bb0-4a3d-a1ae-b268fc4eb5bc resource provider aggregate not found [pid: 7|app: 0|req: 1069/2114] 10.0.0.60 () {32 vars in 725 bytes} [Tue Jun 16 02:10:07 2026] DELETE /v2.0/networks/dc540e8b-47d6-4f57-9cf4-3a4c6e8ffc77 => generated 0 bytes in 370 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:10:07.576 7 INFO neutron.services.segments.plugin [-] Segment 29b0673c-7bb0-4a3d-a1ae-b268fc4eb5bc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 29b0673c-7bb0-4a3d-a1ae-b268fc4eb5bc found for delete ", "request_id": "req-5e4e7eb7-4a77-4590-a54d-debdfe24148d"}]} 2026-06-16 02:10:07.580 7 INFO neutron.services.segments.plugin [-] Segment 29b0673c-7bb0-4a3d-a1ae-b268fc4eb5bc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 29b0673c-7bb0-4a3d-a1ae-b268fc4eb5bc found for delete ", "request_id": "req-190944d0-beb2-440d-8548-5cacfa78b39c"}]} [pid: 8|app: 0|req: 1046/2115] 10.0.0.60 () {32 vars in 773 bytes} [Tue Jun 16 02:10:08 2026] GET /v2.0/security-groups?tenant_id=2bed9322f6be41c3be9012b64198eba9&name=default => generated 2925 bytes in 195 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1070/2116] 10.0.0.60 () {32 vars in 739 bytes} [Tue Jun 16 02:10:08 2026] DELETE /v2.0/security-groups/99839000-7794-4b01-bed0-2428c89ea045 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1047/2117] 10.0.0.60 () {32 vars in 773 bytes} [Tue Jun 16 02:10:08 2026] GET /v2.0/security-groups?tenant_id=9383ca42b440460cbf0b95ab7db27a2b&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: 1048/2118] 10.0.0.60 () {32 vars in 739 bytes} [Tue Jun 16 02:10:08 2026] DELETE /v2.0/security-groups/2d756aa6-bdea-47a3-875a-c6451b0c97cc => 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: 1071/2119] 10.0.0.60 () {34 vars in 675 bytes} [Tue Jun 16 02:10:08 2026] POST /v2.0/subnetpools => generated 516 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1049/2120] 10.0.0.60 () {34 vars in 758 bytes} [Tue Jun 16 02:10:08 2026] PUT /v2.0/subnetpools/e8de044f-5827-457f-9cbf-f743618f014f/tags => generated 25 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1072/2121] 10.0.0.60 () {32 vars in 738 bytes} [Tue Jun 16 02:10:08 2026] GET /v2.0/subnetpools/e8de044f-5827-457f-9cbf-f743618f014f/tags => generated 25 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1050/2122] 10.0.0.60 () {34 vars in 769 bytes} [Tue Jun 16 02:10:08 2026] PUT /v2.0/subnetpools/e8de044f-5827-457f-9cbf-f743618f014f/tags/green => generated 4 bytes in 47 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1073/2123] 10.0.0.60 () {32 vars in 738 bytes} [Tue Jun 16 02:10:09 2026] GET /v2.0/subnetpools/e8de044f-5827-457f-9cbf-f743618f014f/tags => generated 34 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1051/2124] 10.0.0.60 () {34 vars in 765 bytes} [Tue Jun 16 02:10:09 2026] PUT /v2.0/subnetpools/e8de044f-5827-457f-9cbf-f743618f014f/tags/red => generated 4 bytes in 39 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1074/2125] 10.0.0.60 () {32 vars in 738 bytes} [Tue Jun 16 02:10:09 2026] GET /v2.0/subnetpools/e8de044f-5827-457f-9cbf-f743618f014f/tags => generated 34 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1052/2126] 10.0.0.60 () {34 vars in 787 bytes} [Tue Jun 16 02:10:09 2026] PUT /v2.0/subnetpools/e8de044f-5827-457f-9cbf-f743618f014f/tags/black.or.white => generated 4 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1075/2127] 10.0.0.60 () {32 vars in 738 bytes} [Tue Jun 16 02:10:09 2026] GET /v2.0/subnetpools/e8de044f-5827-457f-9cbf-f743618f014f/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: 1053/2128] 10.0.0.60 () {34 vars in 758 bytes} [Tue Jun 16 02:10:09 2026] PUT /v2.0/subnetpools/e8de044f-5827-457f-9cbf-f743618f014f/tags => generated 37 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1076/2129] 10.0.0.60 () {32 vars in 738 bytes} [Tue Jun 16 02:10:09 2026] GET /v2.0/subnetpools/e8de044f-5827-457f-9cbf-f743618f014f/tags => generated 37 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1054/2130] 10.0.0.60 () {32 vars in 746 bytes} [Tue Jun 16 02:10:09 2026] GET /v2.0/subnetpools/e8de044f-5827-457f-9cbf-f743618f014f/tags/red => generated 0 bytes in 32 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:10:09.419 7 INFO neutron.api.v2.resource [None req-ef150a6c-2b65-4e8a-8501-15cb563e2588 e23f96501c4442879e602751e5fbcd19 7287f879f97740db84d138e527618aef - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1077/2131] 10.0.0.60 () {32 vars in 750 bytes} [Tue Jun 16 02:10:09 2026] GET /v2.0/subnetpools/e8de044f-5827-457f-9cbf-f743618f014f/tags/green => generated 99 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1055/2132] 10.0.0.60 () {32 vars in 749 bytes} [Tue Jun 16 02:10:09 2026] DELETE /v2.0/subnetpools/e8de044f-5827-457f-9cbf-f743618f014f/tags/red => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1078/2133] 10.0.0.60 () {32 vars in 738 bytes} [Tue Jun 16 02:10:09 2026] GET /v2.0/subnetpools/e8de044f-5827-457f-9cbf-f743618f014f/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:10:09.560 8 INFO neutron.api.v2.resource [None req-3d6ae385-0efc-43f0-a275-60d27df5896f e23f96501c4442879e602751e5fbcd19 7287f879f97740db84d138e527618aef - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1056/2134] 10.0.0.60 () {32 vars in 753 bytes} [Tue Jun 16 02:10:09 2026] DELETE /v2.0/subnetpools/e8de044f-5827-457f-9cbf-f743618f014f/tags/green => generated 99 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1079/2135] 10.0.0.60 () {32 vars in 741 bytes} [Tue Jun 16 02:10:09 2026] DELETE /v2.0/subnetpools/e8de044f-5827-457f-9cbf-f743618f014f/tags => generated 0 bytes in 36 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1057/2136] 10.0.0.60 () {32 vars in 738 bytes} [Tue Jun 16 02:10:09 2026] GET /v2.0/subnetpools/e8de044f-5827-457f-9cbf-f743618f014f/tags => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1080/2137] 10.0.0.60 () {32 vars in 731 bytes} [Tue Jun 16 02:10:09 2026] DELETE /v2.0/subnetpools/e8de044f-5827-457f-9cbf-f743618f014f => 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: 1058/2138] 10.0.0.60 () {32 vars in 773 bytes} [Tue Jun 16 02:10:09 2026] GET /v2.0/security-groups?tenant_id=fbcdbe3a250d4294a80e9b15141ccf44&name=default => generated 2925 bytes in 378 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1081/2139] 10.0.0.60 () {32 vars in 739 bytes} [Tue Jun 16 02:10:10 2026] DELETE /v2.0/security-groups/9bf2a399-74ba-49ca-a6f3-c318b24193df => 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: 1059/2140] 10.0.0.60 () {32 vars in 773 bytes} [Tue Jun 16 02:10:10 2026] GET /v2.0/security-groups?tenant_id=7287f879f97740db84d138e527618aef&name=default => generated 2925 bytes in 229 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1082/2141] 10.0.0.60 () {32 vars in 739 bytes} [Tue Jun 16 02:10:10 2026] DELETE /v2.0/security-groups/a4fd7e48-3e1d-42b9-a901-0b95e7d41e74 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:10:10.908 8 INFO neutron.db.segments_db [None req-3c59720e-6f64-4a2c-9900-5ee8ebd4284b 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] Added segment 19b0b6e4-f0af-4f79-b6ec-482a1db13dbd of type vxlan for network 784b1254-69df-4000-a64e-523fef90d80c [pid: 7|app: 0|req: 1083/2142] 10.0.0.60 () {32 vars in 773 bytes} [Tue Jun 16 02:10:10 2026] GET /v2.0/security-groups?tenant_id=6bbc273d964441a1a9e23e615a3397c5&name=default => generated 2925 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1060/2145] 10.0.0.60 () {34 vars in 670 bytes} [Tue Jun 16 02:10:10 2026] POST /v2.0/networks => generated 722 bytes in 305 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1086/2146] 10.0.0.60 () {32 vars in 739 bytes} [Tue Jun 16 02:10:10 2026] DELETE /v2.0/security-groups/012439f6-c8c3-48d4-b600-3529df1a3b2f => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1061/2147] 10.0.0.60 () {34 vars in 668 bytes} [Tue Jun 16 02:10:10 2026] POST /v2.0/subnets => generated 688 bytes in 194 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:10:11.252 7 INFO neutron.db.segments_db [None req-9e7b22fa-c620-477b-bfa8-2fb6c81d252a 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] Added segment 7c0f0eed-730a-46a8-b33a-d5a0ac206d63 of type vxlan for network 7ecd3a40-d690-4ea3-9516-4c65485405c7 2026-06-16 02:10:11.516 7 INFO neutron.db.l3_hamode_db [None req-9e7b22fa-c620-477b-bfa8-2fb6c81d252a 6f429fdbbb2a45d99cb484a6036aa584 e496a59d3efd4a4a8f6bdbf97115080e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-16 02:10:12.723 7 INFO neutron.db.l3_hamode_db [None req-9e7b22fa-c620-477b-bfa8-2fb6c81d252a 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1087/2148] 10.0.0.60 () {34 vars in 668 bytes} [Tue Jun 16 02:10:11 2026] POST /v2.0/routers => generated 728 bytes in 2452 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:10:14.800 7 INFO neutron.db.segments_db [None req-caa26467-4c8e-4d58-b5c3-78f4e5c3c352 bb26a1c3a3ad4da99be49a02e4e5cbd5 ac55f19025714f3a98aa6c7c0481e801 - - default default] Added segment 3669bdab-cb40-4583-b4d5-a86c8e37d105 of type vxlan for network 320f74d1-6686-433e-85c1-a1930d5a89e4 [pid: 8|app: 0|req: 1062/2149] 10.0.0.60 () {34 vars in 782 bytes} [Tue Jun 16 02:10:13 2026] PUT /v2.0/routers/e8873fc7-8344-4746-a36e-d7ed585740dd/add_router_interface => generated 309 bytes in 1190 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1088/2150] 10.0.0.60 () {34 vars in 669 bytes} [Tue Jun 16 02:10:14 2026] POST /v2.0/networks => generated 613 bytes in 357 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:10:15.048 8 INFO neutron.db.segments_db [None req-a970e63a-049b-40f8-b064-c9045c86f7d1 685aa02be71a40fd84b977c76d9f22f6 c3e98cf890984fba9c00612defa70fc4 - - default default] Added segment 429f9e0c-873d-46f7-bcde-bfef61b4084c of type vxlan for network 6c4f78e1-a88e-4b56-b5b0-bff35027f6a3 [pid: 8|app: 0|req: 1063/2151] 10.0.0.60 () {34 vars in 669 bytes} [Tue Jun 16 02:10:14 2026] POST /v2.0/networks => generated 707 bytes in 305 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1089/2152] 10.0.0.60 () {34 vars in 668 bytes} [Tue Jun 16 02:10:14 2026] POST /v2.0/subnets => generated 626 bytes in 297 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1090/2153] 10.0.0.60 () {34 vars in 750 bytes} [Tue Jun 16 02:10:15 2026] PUT /v2.0/subnets/a90965d7-1d23-4d4b-b06c-12cdffed9680/tags => generated 25 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1091/2154] 10.0.0.60 () {32 vars in 730 bytes} [Tue Jun 16 02:10:15 2026] GET /v2.0/subnets/a90965d7-1d23-4d4b-b06c-12cdffed9680/tags => generated 25 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1064/2155] 10.0.0.60 () {34 vars in 668 bytes} [Tue Jun 16 02:10:15 2026] POST /v2.0/subnets => generated 644 bytes in 237 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:10:15.392 8 WARNING neutron.api.v2.base [None req-bf888dcf-cdcb-4559-b2a9-b3bc9f366e38 685aa02be71a40fd84b977c76d9f22f6 c3e98cf890984fba9c00612defa70fc4 - - 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:10:15.393 8 INFO neutron.api.v2.resource [None req-bf888dcf-cdcb-4559-b2a9-b3bc9f366e38 685aa02be71a40fd84b977c76d9f22f6 c3e98cf890984fba9c00612defa70fc4 - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 8|app: 0|req: 1065/2156] 10.0.0.60 () {34 vars in 680 bytes} [Tue Jun 16 02:10:15 2026] POST /v2.0/rbac-policies => generated 143 bytes in 7 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1092/2157] 10.0.0.60 () {34 vars in 761 bytes} [Tue Jun 16 02:10:15 2026] PUT /v2.0/subnets/a90965d7-1d23-4d4b-b06c-12cdffed9680/tags/green => generated 4 bytes in 91 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1093/2158] 10.0.0.60 () {32 vars in 730 bytes} [Tue Jun 16 02:10:15 2026] GET /v2.0/subnets/a90965d7-1d23-4d4b-b06c-12cdffed9680/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: 1094/2159] 10.0.0.60 () {34 vars in 757 bytes} [Tue Jun 16 02:10:15 2026] PUT /v2.0/subnets/a90965d7-1d23-4d4b-b06c-12cdffed9680/tags/red => generated 4 bytes in 45 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1095/2160] 10.0.0.60 () {32 vars in 730 bytes} [Tue Jun 16 02:10:15 2026] GET /v2.0/subnets/a90965d7-1d23-4d4b-b06c-12cdffed9680/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: 1096/2161] 10.0.0.60 () {34 vars in 779 bytes} [Tue Jun 16 02:10:15 2026] PUT /v2.0/subnets/a90965d7-1d23-4d4b-b06c-12cdffed9680/tags/black.or.white => generated 4 bytes in 65 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-06-16 02:10:15.606 8 INFO neutron.services.segments.plugin [-] Segment 429f9e0c-873d-46f7-bcde-bfef61b4084c resource provider aggregate not found 2026-06-16 02:10:15.614 8 INFO neutron.services.segments.plugin [-] Segment 429f9e0c-873d-46f7-bcde-bfef61b4084c resource provider aggregate not found 2026-06-16 02:10:15.630 8 INFO neutron.services.segments.plugin [-] Segment 429f9e0c-873d-46f7-bcde-bfef61b4084c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 429f9e0c-873d-46f7-bcde-bfef61b4084c found for delete ", "request_id": "req-b6a554f8-4987-4a53-93b9-f2a5c01feea2"}]} 2026-06-16 02:10:15.635 8 INFO neutron.services.segments.plugin [-] Segment 429f9e0c-873d-46f7-bcde-bfef61b4084c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 429f9e0c-873d-46f7-bcde-bfef61b4084c found for delete ", "request_id": "req-460fde22-93f5-4c29-ae35-be94a5b2286d"}]} [pid: 7|app: 0|req: 1097/2162] 10.0.0.60 () {32 vars in 730 bytes} [Tue Jun 16 02:10:15 2026] GET /v2.0/subnets/a90965d7-1d23-4d4b-b06c-12cdffed9680/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: 1066/2163] 10.0.0.60 () {32 vars in 725 bytes} [Tue Jun 16 02:10:15 2026] DELETE /v2.0/networks/6c4f78e1-a88e-4b56-b5b0-bff35027f6a3 => generated 0 bytes in 247 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1098/2164] 10.0.0.60 () {34 vars in 750 bytes} [Tue Jun 16 02:10:15 2026] PUT /v2.0/subnets/a90965d7-1d23-4d4b-b06c-12cdffed9680/tags => generated 37 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:10:15.705 8 INFO neutron.db.segments_db [None req-55583f26-290d-48e4-94fd-5c71a0ec09d8 685aa02be71a40fd84b977c76d9f22f6 c3e98cf890984fba9c00612defa70fc4 - - default default] Added segment 4a6aa6c7-1857-4f41-bf95-d0b6eabee24b of type vxlan for network f0a572d4-dc9a-47cc-b442-56c57ade9482 [pid: 7|app: 0|req: 1099/2165] 10.0.0.60 () {32 vars in 730 bytes} [Tue Jun 16 02:10:15 2026] GET /v2.0/subnets/a90965d7-1d23-4d4b-b06c-12cdffed9680/tags => generated 37 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1100/2166] 10.0.0.60 () {32 vars in 738 bytes} [Tue Jun 16 02:10:15 2026] GET /v2.0/subnets/a90965d7-1d23-4d4b-b06c-12cdffed9680/tags/red => generated 0 bytes in 30 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1067/2167] 10.0.0.60 () {34 vars in 669 bytes} [Tue Jun 16 02:10:15 2026] POST /v2.0/networks => generated 708 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:10:15.806 7 INFO neutron.api.v2.resource [None req-a7cb7fba-1787-471e-84e3-3e54c6ff39f0 bb26a1c3a3ad4da99be49a02e4e5cbd5 ac55f19025714f3a98aa6c7c0481e801 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1101/2168] 10.0.0.60 () {32 vars in 742 bytes} [Tue Jun 16 02:10:15 2026] GET /v2.0/subnets/a90965d7-1d23-4d4b-b06c-12cdffed9680/tags/green => generated 99 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1102/2169] 10.0.0.60 () {32 vars in 741 bytes} [Tue Jun 16 02:10:15 2026] DELETE /v2.0/subnets/a90965d7-1d23-4d4b-b06c-12cdffed9680/tags/red => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1103/2170] 10.0.0.60 () {32 vars in 730 bytes} [Tue Jun 16 02:10:15 2026] GET /v2.0/subnets/a90965d7-1d23-4d4b-b06c-12cdffed9680/tags => generated 30 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1068/2171] 10.0.0.60 () {34 vars in 668 bytes} [Tue Jun 16 02:10:15 2026] POST /v2.0/subnets => generated 647 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:10:15.994 8 INFO neutron.api.v2.resource [None req-99752ff5-7f5e-4169-b7f2-8f6302d82cef bb26a1c3a3ad4da99be49a02e4e5cbd5 ac55f19025714f3a98aa6c7c0481e801 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1069/2172] 10.0.0.60 () {32 vars in 745 bytes} [Tue Jun 16 02:10:15 2026] DELETE /v2.0/subnets/a90965d7-1d23-4d4b-b06c-12cdffed9680/tags/green => generated 99 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-06-16 02:10:16.003 8 WARNING neutron.api.v2.base [None req-44c1e470-5dcf-4b47-8720-4d2f62d45f52 685aa02be71a40fd84b977c76d9f22f6 c3e98cf890984fba9c00612defa70fc4 - - 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:10:16.003 8 INFO neutron.api.v2.resource [None req-44c1e470-5dcf-4b47-8720-4d2f62d45f52 685aa02be71a40fd84b977c76d9f22f6 c3e98cf890984fba9c00612defa70fc4 - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 8|app: 0|req: 1070/2173] 10.0.0.60 () {34 vars in 680 bytes} [Tue Jun 16 02:10:15 2026] POST /v2.0/rbac-policies => generated 547 bytes in 8 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1071/2174] 10.0.0.60 () {32 vars in 733 bytes} [Tue Jun 16 02:10:16 2026] DELETE /v2.0/subnets/a90965d7-1d23-4d4b-b06c-12cdffed9680/tags => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:10:16.067 7 INFO neutron.db.segments_db [None req-716d5ec3-1f51-4b3d-88d8-72b166b8d9fb 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] Added segment 80c4245b-08a9-4718-9dfd-79a7019d2683 of type vxlan for network 398092ef-4b44-4c39-987c-598e85d7307a [pid: 7|app: 0|req: 1104/2175] 10.0.0.60 () {34 vars in 670 bytes} [Tue Jun 16 02:10:15 2026] POST /v2.0/networks => generated 722 bytes in 235 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1105/2176] 10.0.0.60 () {32 vars in 730 bytes} [Tue Jun 16 02:10:16 2026] GET /v2.0/subnets/a90965d7-1d23-4d4b-b06c-12cdffed9680/tags => generated 12 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1072/2177] 10.0.0.60 () {32 vars in 725 bytes} [Tue Jun 16 02:10:16 2026] DELETE /v2.0/networks/f0a572d4-dc9a-47cc-b442-56c57ade9482 => generated 0 bytes in 186 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1073/2178] 10.0.0.60 () {32 vars in 723 bytes} [Tue Jun 16 02:10:16 2026] DELETE /v2.0/subnets/a90965d7-1d23-4d4b-b06c-12cdffed9680 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1106/2179] 10.0.0.60 () {34 vars in 668 bytes} [Tue Jun 16 02:10:16 2026] POST /v2.0/subnets => generated 688 bytes in 202 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:10:16.431 8 INFO neutron.db.segments_db [None req-480ac090-e3e0-47e5-a301-ef60cfda933f 685aa02be71a40fd84b977c76d9f22f6 c3e98cf890984fba9c00612defa70fc4 - - default default] Added segment 35b237d8-644d-4d06-9860-107446cd82f5 of type vxlan for network a29728dc-4dae-46d6-9de0-cba5342a657f 2026-06-16 02:10:16.489 7 INFO neutron.services.segments.plugin [-] Segment 3669bdab-cb40-4583-b4d5-a86c8e37d105 resource provider aggregate not found 2026-06-16 02:10:16.498 7 INFO neutron.services.segments.plugin [-] Segment 3669bdab-cb40-4583-b4d5-a86c8e37d105 resource provider aggregate not found 2026-06-16 02:10:16.517 7 INFO neutron.services.segments.plugin [-] Segment 3669bdab-cb40-4583-b4d5-a86c8e37d105 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3669bdab-cb40-4583-b4d5-a86c8e37d105 found for delete ", "request_id": "req-2127378d-55d2-49d7-ac0a-0a210114aa80"}]} 2026-06-16 02:10:16.517 7 INFO neutron.services.segments.plugin [-] Segment 3669bdab-cb40-4583-b4d5-a86c8e37d105 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3669bdab-cb40-4583-b4d5-a86c8e37d105 found for delete ", "request_id": "req-e7ac69aa-8aaf-4ab5-ab25-55418bc302dd"}]} [pid: 8|app: 0|req: 1074/2180] 10.0.0.60 () {34 vars in 669 bytes} [Tue Jun 16 02:10:16 2026] POST /v2.0/networks => generated 706 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1107/2181] 10.0.0.60 () {32 vars in 725 bytes} [Tue Jun 16 02:10:16 2026] DELETE /v2.0/networks/320f74d1-6686-433e-85c1-a1930d5a89e4 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:10:16.577 8 INFO neutron.db.segments_db [None req-4286f70c-151a-4972-ac88-fb2beb844b49 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] Added segment be47abf9-9afc-40a9-b6ba-718ecddb4e95 of type vxlan for network 9db0ed2d-fc27-45cc-bdce-67dfa64f6fa5 [pid: 7|app: 0|req: 1108/2182] 10.0.0.60 () {34 vars in 668 bytes} [Tue Jun 16 02:10:16 2026] POST /v2.0/subnets => generated 647 bytes in 197 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:10:16.851 8 INFO neutron.db.l3_hamode_db [None req-4286f70c-151a-4972-ac88-fb2beb844b49 6f429fdbbb2a45d99cb484a6036aa584 45133ba63e4a4fe4b5318f0aa74fd08a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1109/2183] 10.0.0.60 () {34 vars in 680 bytes} [Tue Jun 16 02:10:16 2026] POST /v2.0/rbac-policies => generated 324 bytes in 233 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1110/2184] 10.0.0.60 () {32 vars in 773 bytes} [Tue Jun 16 02:10:17 2026] GET /v2.0/security-groups?tenant_id=ac55f19025714f3a98aa6c7c0481e801&name=default => generated 2925 bytes in 223 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1111/2185] 10.0.0.60 () {32 vars in 722 bytes} [Tue Jun 16 02:10:17 2026] GET /v2.0/networks/a29728dc-4dae-46d6-9de0-cba5342a657f => generated 654 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:10:17.621 8 INFO neutron.db.l3_hamode_db [None req-4286f70c-151a-4972-ac88-fb2beb844b49 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1112/2186] 10.0.0.60 () {32 vars in 739 bytes} [Tue Jun 16 02:10:17 2026] DELETE /v2.0/security-groups/f9ef0551-5900-4683-a457-9846b6c5f9cf => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:10:17.659 8 INFO neutron.services.segments.plugin [-] Segment 4a6aa6c7-1857-4f41-bf95-d0b6eabee24b resource provider aggregate not found 2026-06-16 02:10:17.669 8 INFO neutron.services.segments.plugin [-] Segment 4a6aa6c7-1857-4f41-bf95-d0b6eabee24b resource provider aggregate not found 2026-06-16 02:10:17.674 8 INFO neutron.services.segments.plugin [-] Segment 4a6aa6c7-1857-4f41-bf95-d0b6eabee24b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4a6aa6c7-1857-4f41-bf95-d0b6eabee24b found for delete ", "request_id": "req-b0101806-9793-4d4e-bbb1-089013f6efde"}]} 2026-06-16 02:10:17.688 8 INFO neutron.services.segments.plugin [-] Segment 4a6aa6c7-1857-4f41-bf95-d0b6eabee24b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4a6aa6c7-1857-4f41-bf95-d0b6eabee24b found for delete ", "request_id": "req-d67b2529-5b91-4143-86c2-15249537164b"}]} [pid: 7|app: 0|req: 1113/2187] 10.0.0.60 () {32 vars in 773 bytes} [Tue Jun 16 02:10:17 2026] GET /v2.0/security-groups?tenant_id=6f123210296d4e97bfc54e9d35cd8582&name=default => generated 2925 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1114/2188] 10.0.0.60 () {32 vars in 739 bytes} [Tue Jun 16 02:10:17 2026] DELETE /v2.0/security-groups/df768fd3-c957-40aa-b60c-084993598501 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:10:18.088 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e4185721-4900-4072-88b4-7b23205c2701 bffb1011d9664f799284997e6c64dfff 0d76746d90c54b37be293beeda3dae6e - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1115/2189] 10.0.0.60 () {32 vars in 722 bytes} [Tue Jun 16 02:10:17 2026] GET /v2.0/networks/a29728dc-4dae-46d6-9de0-cba5342a657f => generated 138 bytes in 132 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1116/2190] 10.0.0.60 () {32 vars in 725 bytes} [Tue Jun 16 02:10:18 2026] DELETE /v2.0/networks/a29728dc-4dae-46d6-9de0-cba5342a657f => generated 0 bytes in 262 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:10:18.394 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a5ce4335-0c25-45cd-a764-9961f88e110c 685aa02be71a40fd84b977c76d9f22f6 c3e98cf890984fba9c00612defa70fc4 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1117/2191] 10.0.0.60 () {32 vars in 723 bytes} [Tue Jun 16 02:10:18 2026] DELETE /v2.0/subnets/27108c11-66c7-4f47-8ced-9bd979edd507 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 02:10:18.412 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d3292f01-6d5a-4f9f-a47d-7b7417691b6c 685aa02be71a40fd84b977c76d9f22f6 c3e98cf890984fba9c00612defa70fc4 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1118/2192] 10.0.0.60 () {32 vars in 723 bytes} [Tue Jun 16 02:10:18 2026] DELETE /v2.0/subnets/d55db104-64cb-44b5-83b9-a9a8afb59787 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 02:10:18.430 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0b40b969-e416-4c70-b51a-0d7348373c73 685aa02be71a40fd84b977c76d9f22f6 c3e98cf890984fba9c00612defa70fc4 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1119/2193] 10.0.0.60 () {32 vars in 723 bytes} [Tue Jun 16 02:10:18 2026] DELETE /v2.0/subnets/cd2647d6-6d42-489e-9514-2008af712499 => 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: 1075/2194] 10.0.0.60 () {34 vars in 668 bytes} [Tue Jun 16 02:10:16 2026] POST /v2.0/routers => generated 728 bytes in 2013 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:10:18.543 7 INFO neutron.services.segments.plugin [-] Segment 35b237d8-644d-4d06-9860-107446cd82f5 resource provider aggregate not found 2026-06-16 02:10:18.548 7 INFO neutron.services.segments.plugin [-] Segment 35b237d8-644d-4d06-9860-107446cd82f5 resource provider aggregate not found 2026-06-16 02:10:18.560 7 INFO neutron.services.segments.plugin [-] Segment 35b237d8-644d-4d06-9860-107446cd82f5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 35b237d8-644d-4d06-9860-107446cd82f5 found for delete ", "request_id": "req-690f52f3-7865-4462-98f1-e55bdfbaf902"}]} 2026-06-16 02:10:18.569 7 INFO neutron.services.segments.plugin [-] Segment 35b237d8-644d-4d06-9860-107446cd82f5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 35b237d8-644d-4d06-9860-107446cd82f5 found for delete ", "request_id": "req-027d2cdf-7e60-4301-adbe-2270eb977af2"}]} [pid: 8|app: 0|req: 1076/2195] 10.0.0.60 () {32 vars in 773 bytes} [Tue Jun 16 02:10:19 2026] GET /v2.0/security-groups?tenant_id=41e2970ac3bc459b8145c4412d3c0ccd&name=default => generated 2925 bytes in 323 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1077/2196] 10.0.0.60 () {32 vars in 739 bytes} [Tue Jun 16 02:10:19 2026] DELETE /v2.0/security-groups/146d9830-072c-4f29-bda3-cc2e9333d738 => 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: 1120/2197] 10.0.0.60 () {34 vars in 782 bytes} [Tue Jun 16 02:10:18 2026] PUT /v2.0/routers/35f51954-4949-4fd2-b5dd-4dbda0502ebd/add_router_interface => generated 309 bytes in 1341 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1078/2198] 10.0.0.60 () {32 vars in 773 bytes} [Tue Jun 16 02:10:19 2026] GET /v2.0/security-groups?tenant_id=0d76746d90c54b37be293beeda3dae6e&name=default => generated 2925 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1121/2199] 10.0.0.60 () {32 vars in 739 bytes} [Tue Jun 16 02:10:19 2026] DELETE /v2.0/security-groups/86acd014-2a77-4794-bfd3-1be2fe9cc32a => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1079/2200] 10.0.0.60 () {32 vars in 773 bytes} [Tue Jun 16 02:10:20 2026] GET /v2.0/security-groups?tenant_id=c3e98cf890984fba9c00612defa70fc4&name=default => generated 2925 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1122/2201] 10.0.0.60 () {32 vars in 739 bytes} [Tue Jun 16 02:10:20 2026] DELETE /v2.0/security-groups/d55406cd-5285-400d-ab10-14ba1ef176cf => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1080/2202] 10.0.0.60 () {34 vars in 684 bytes} [Tue Jun 16 02:10:20 2026] POST /v2.0/security-groups => generated 1677 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1123/2203] 10.0.0.60 () {34 vars in 694 bytes} [Tue Jun 16 02:10:20 2026] POST /v2.0/security-group-rules => generated 597 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1081/2204] 10.0.0.60 () {34 vars in 694 bytes} [Tue Jun 16 02:10:20 2026] POST /v2.0/security-group-rules => generated 596 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1124/2205] 10.0.0.60 () {34 vars in 694 bytes} [Tue Jun 16 02:10:21 2026] POST /v2.0/security-group-rules => generated 602 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1082/2206] 10.0.0.60 () {34 vars in 694 bytes} [Tue Jun 16 02:10:21 2026] POST /v2.0/security-group-rules => generated 601 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:10:21.435 7 INFO neutron.db.securitygroups_db [None req-d5ea79c2-655c-4055-8fbd-5cb03ac06720 17045cdad31345e3afbabdb517ea96c3 e496a59d3efd4a4a8f6bdbf97115080e - - default default] Project e496a59d3efd4a4a8f6bdbf97115080e 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: 1125/2207] 10.0.0.60 () {34 vars in 694 bytes} [Tue Jun 16 02:10:21 2026] POST /v2.0/security-group-rules => generated 607 bytes in 188 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:10:21.591 8 INFO neutron.db.securitygroups_db [None req-90e6d7c5-f4fe-4e7a-9167-4ede7dd3af59 17045cdad31345e3afbabdb517ea96c3 e496a59d3efd4a4a8f6bdbf97115080e - - default default] Project e496a59d3efd4a4a8f6bdbf97115080e 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: 1083/2208] 10.0.0.60 () {34 vars in 694 bytes} [Tue Jun 16 02:10:21 2026] POST /v2.0/security-group-rules => generated 606 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1126/2209] 10.0.0.60 () {34 vars in 684 bytes} [Tue Jun 16 02:10:22 2026] POST /v2.0/security-groups => generated 1661 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1084/2210] 10.0.0.60 () {34 vars in 694 bytes} [Tue Jun 16 02:10:22 2026] POST /v2.0/security-group-rules => generated 597 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1127/2211] 10.0.0.60 () {34 vars in 694 bytes} [Tue Jun 16 02:10:22 2026] POST /v2.0/security-group-rules => generated 602 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1085/2212] 10.0.0.60 () {34 vars in 675 bytes} [Tue Jun 16 02:10:22 2026] POST /v2.0/floatingips => generated 552 bytes in 433 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1128/2213] 10.0.0.213 () {34 vars in 1100 bytes} [Tue Jun 16 02:10:23 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1908190932&fields=id&tenant_id=e496a59d3efd4a4a8f6bdbf97115080e => generated 69 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1086/2214] 10.0.0.213 () {34 vars in 1098 bytes} [Tue Jun 16 02:10:23 2026] GET /v2.0/security-groups?name=tempest-securitygroup--934630169&fields=id&tenant_id=e496a59d3efd4a4a8f6bdbf97115080e => generated 69 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1129/2215] 10.0.0.213 () {34 vars in 982 bytes} [Tue Jun 16 02:10:23 2026] GET /v2.0/networks?id=784b1254-69df-4000-a64e-523fef90d80c => generated 673 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1087/2216] 10.0.0.213 () {34 vars in 965 bytes} [Tue Jun 16 02:10:23 2026] GET /v2.0/quotas/e496a59d3efd4a4a8f6bdbf97115080e => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1130/2217] 10.0.0.213 () {34 vars in 1002 bytes} [Tue Jun 16 02:10:23 2026] GET /v2.0/ports?tenant_id=e496a59d3efd4a4a8f6bdbf97115080e&fields=id => generated 103 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1088/2218] 10.0.0.213 () {34 vars in 1008 bytes} [Tue Jun 16 02:10:23 2026] GET /v2.0/networks/784b1254-69df-4000-a64e-523fef90d80c?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: 1131/2219] 10.0.0.213 () {34 vars in 1108 bytes} [Tue Jun 16 02:10:23 2026] GET /v2.0/networks/784b1254-69df-4000-a64e-523fef90d80c?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: 1089/2220] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:10:23 2026] GET /v2.0/ports?device_id=3f4bb75e-fc06-48c6-b855-b42815a4f061 => 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: 1090/2221] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:10:24 2026] GET /v2.0/ports?device_id=3f4bb75e-fc06-48c6-b855-b42815a4f061 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:10:25.002 7 INFO neutron.db.segments_db [None req-4eaabe3f-2456-4bc3-bd8e-4917369eeeb5 89f02af9de8e4a9b9452fdb64f35f07e 965d27181b784404a88638dc965a2e19 - - default default] Added segment 40ef2069-1017-4f86-927b-5446856a17ce of type vxlan for network e322ac7c-b924-48b7-aa4e-35d3b50bac28 [pid: 7|app: 0|req: 1132/2222] 10.0.0.60 () {34 vars in 669 bytes} [Tue Jun 16 02:10:24 2026] POST /v2.0/networks => generated 612 bytes in 434 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1091/2223] 10.0.0.60 () {34 vars in 663 bytes} [Tue Jun 16 02:10:25 2026] POST /v2.0/ports => generated 743 bytes in 319 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:10:25.476 7 INFO neutron.db.segments_db [None req-857c2754-d1c0-4652-b9b1-caec72664fec 89f02af9de8e4a9b9452fdb64f35f07e 965d27181b784404a88638dc965a2e19 - - default default] Added segment 580133ba-953b-4892-b0a6-722ce8cf3223 of type vxlan for network bb1f410e-8c94-4e56-a802-1a4bd168505a [pid: 7|app: 0|req: 1133/2224] 10.0.0.60 () {34 vars in 669 bytes} [Tue Jun 16 02:10:25 2026] POST /v2.0/networks => generated 613 bytes in 142 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: 1134/2225] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:10:25 2026] GET /v2.0/ports?device_id=3f4bb75e-fc06-48c6-b855-b42815a4f061 => 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: 1092/2226] 10.0.0.60 () {34 vars in 663 bytes} [Tue Jun 16 02:10:25 2026] POST /v2.0/ports => generated 743 bytes in 264 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:10:25.894 7 INFO neutron.db.segments_db [None req-4743264c-ba03-463b-87eb-cb018c65429c 89f02af9de8e4a9b9452fdb64f35f07e 965d27181b784404a88638dc965a2e19 - - default default] Added segment d28df503-b038-417e-91cd-8219a9376acd of type vxlan for network 3d3abff6-b3cf-4763-acc5-961dee89c10b [pid: 7|app: 0|req: 1135/2229] 10.0.0.60 () {34 vars in 669 bytes} [Tue Jun 16 02:10:25 2026] POST /v2.0/networks => generated 613 bytes in 140 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: 1095/2230] 10.0.0.60 () {34 vars in 663 bytes} [Tue Jun 16 02:10:25 2026] POST /v2.0/ports => generated 743 bytes in 281 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:10:26.350 7 INFO neutron.db.segments_db [None req-2ea60909-655d-405e-b0ab-214373431240 89f02af9de8e4a9b9452fdb64f35f07e 965d27181b784404a88638dc965a2e19 - - default default] Added segment 445aa8ea-b4f0-431c-8072-9b1cbbef22f7 of type vxlan for network e6e9bbd0-e0c3-4227-80cd-895c06d4f672 [pid: 7|app: 0|req: 1136/2231] 10.0.0.60 () {34 vars in 669 bytes} [Tue Jun 16 02:10:26 2026] POST /v2.0/networks => generated 612 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1096/2232] 10.0.0.60 () {34 vars in 663 bytes} [Tue Jun 16 02:10:26 2026] POST /v2.0/ports => generated 743 bytes in 290 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:10:26.790 7 INFO neutron.db.segments_db [None req-9a88381f-fb77-4b52-bdee-28f5c493745f 89f02af9de8e4a9b9452fdb64f35f07e 965d27181b784404a88638dc965a2e19 - - default default] Added segment c97f5e01-916b-4944-a0ef-78cb1f34de59 of type vxlan for network 2a474e42-bc62-46d0-a98f-be5138f7b729 [pid: 7|app: 0|req: 1137/2233] 10.0.0.60 () {34 vars in 669 bytes} [Tue Jun 16 02:10:26 2026] POST /v2.0/networks => generated 612 bytes in 132 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: 1138/2234] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:10:26 2026] GET /v2.0/ports?device_id=3f4bb75e-fc06-48c6-b855-b42815a4f061 => 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: 1097/2235] 10.0.0.60 () {34 vars in 663 bytes} [Tue Jun 16 02:10:26 2026] POST /v2.0/ports => generated 743 bytes in 309 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1139/2236] 10.0.0.60 () {34 vars in 746 bytes} [Tue Jun 16 02:10:27 2026] PUT /v2.0/ports/4310058b-3a8f-4e0a-906b-3878bec81692/tags => generated 17 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1098/2237] 10.0.0.60 () {34 vars in 746 bytes} [Tue Jun 16 02:10:27 2026] PUT /v2.0/ports/d2ea96cc-294e-4291-a52b-63562d257e4c/tags => generated 25 bytes in 66 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: 1140/2238] 10.0.0.60 () {34 vars in 746 bytes} [Tue Jun 16 02:10:27 2026] PUT /v2.0/ports/d8df732a-21b5-4bbd-82b9-ad279960fdf3/tags => generated 34 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1099/2239] 10.0.0.60 () {34 vars in 746 bytes} [Tue Jun 16 02:10:27 2026] PUT /v2.0/ports/90399993-c20a-47e2-9b6f-c3c4a6432f60/tags => generated 19 bytes in 69 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: 1141/2240] 10.0.0.60 () {32 vars in 659 bytes} [Tue Jun 16 02:10:27 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 139 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: 1100/2241] 10.0.0.60 () {32 vars in 673 bytes} [Tue Jun 16 02:10:27 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1142/2242] 10.0.0.60 () {32 vars in 669 bytes} [Tue Jun 16 02:10:27 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1101/2243] 10.0.0.60 () {32 vars in 681 bytes} [Tue Jun 16 02:10:27 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1102/2244] 199.204.45.140 () {34 vars in 986 bytes} [Tue Jun 16 02:10:27 2026] GET /v2.0/networks?id=784b1254-69df-4000-a64e-523fef90d80c => generated 673 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1103/2245] 199.204.45.140 () {34 vars in 1050 bytes} [Tue Jun 16 02:10:27 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=e496a59d3efd4a4a8f6bdbf97115080e => generated 273 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1143/2246] 10.0.0.60 () {32 vars in 667 bytes} [Tue Jun 16 02:10:27 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1144/2247] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:10:27 2026] GET /v2.0/ports?device_id=3f4bb75e-fc06-48c6-b855-b42815a4f061 => 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: 1145/2248] 10.0.0.60 () {32 vars in 681 bytes} [Tue Jun 16 02:10:28 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1146/2249] 10.0.0.60 () {32 vars in 677 bytes} [Tue Jun 16 02:10:28 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1147/2250] 10.0.0.60 () {32 vars in 689 bytes} [Tue Jun 16 02:10:28 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:10:28.307 7 INFO neutron_taas.services.taas.taas_plugin [None req-97b6acc0-54a4-4656-bb49-e5f811f756f4 89f02af9de8e4a9b9452fdb64f35f07e 965d27181b784404a88638dc965a2e19 - - default default] TaaS: Handle Delete Port: 4310058b-3a8f-4e0a-906b-3878bec81692 2026-06-16 02:10:28.313 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-97b6acc0-54a4-4656-bb49-e5f811f756f4 89f02af9de8e4a9b9452fdb64f35f07e 965d27181b784404a88638dc965a2e19 - - default default] Tap Mirror: Handle Delete Port: 4310058b-3a8f-4e0a-906b-3878bec81692 [pid: 8|app: 0|req: 1104/2251] 199.204.45.140 () {38 vars in 955 bytes} [Tue Jun 16 02:10:27 2026] POST /v2.0/ports => generated 993 bytes in 391 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1148/2252] 10.0.0.60 () {32 vars in 719 bytes} [Tue Jun 16 02:10:28 2026] DELETE /v2.0/ports/4310058b-3a8f-4e0a-906b-3878bec81692 => generated 0 bytes in 199 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:10:28.508 7 INFO neutron_taas.services.taas.taas_plugin [None req-83dc1c88-6ead-43be-a2a3-eb1c82345ea0 89f02af9de8e4a9b9452fdb64f35f07e 965d27181b784404a88638dc965a2e19 - - default default] TaaS: Handle Delete Port: d2ea96cc-294e-4291-a52b-63562d257e4c 2026-06-16 02:10:28.511 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-83dc1c88-6ead-43be-a2a3-eb1c82345ea0 89f02af9de8e4a9b9452fdb64f35f07e 965d27181b784404a88638dc965a2e19 - - default default] Tap Mirror: Handle Delete Port: d2ea96cc-294e-4291-a52b-63562d257e4c [pid: 7|app: 0|req: 1149/2253] 10.0.0.60 () {32 vars in 719 bytes} [Tue Jun 16 02:10:28 2026] DELETE /v2.0/ports/d2ea96cc-294e-4291-a52b-63562d257e4c => generated 0 bytes in 177 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:10:28.680 7 INFO neutron_taas.services.taas.taas_plugin [None req-b81df421-3ae0-4240-9a2a-800cdc805992 89f02af9de8e4a9b9452fdb64f35f07e 965d27181b784404a88638dc965a2e19 - - default default] TaaS: Handle Delete Port: d8df732a-21b5-4bbd-82b9-ad279960fdf3 2026-06-16 02:10:28.683 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b81df421-3ae0-4240-9a2a-800cdc805992 89f02af9de8e4a9b9452fdb64f35f07e 965d27181b784404a88638dc965a2e19 - - default default] Tap Mirror: Handle Delete Port: d8df732a-21b5-4bbd-82b9-ad279960fdf3 [pid: 8|app: 0|req: 1105/2254] 199.204.45.140 () {38 vars in 1028 bytes} [Tue Jun 16 02:10:28 2026] PUT /v2.0/ports/0c122c32-149b-4871-b1ea-2a7c5812da91 => generated 1274 bytes in 397 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1150/2255] 10.0.0.60 () {32 vars in 719 bytes} [Tue Jun 16 02:10:28 2026] DELETE /v2.0/ports/d8df732a-21b5-4bbd-82b9-ad279960fdf3 => generated 0 bytes in 170 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:10:28.798 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-aa7a744e-f29a-4999-a025-621cfc3d9c7e'] response: {'name': 'network-changed', 'server_uuid': '3f4bb75e-fc06-48c6-b855-b42815a4f061', 'tag': '0c122c32-149b-4871-b1ea-2a7c5812da91', 'status': 'completed', 'code': 200} 2026-06-16 02:10:28.860 8 INFO neutron_taas.services.taas.taas_plugin [None req-63926c4e-fa1e-4a6b-af79-de6941ecd941 89f02af9de8e4a9b9452fdb64f35f07e 965d27181b784404a88638dc965a2e19 - - default default] TaaS: Handle Delete Port: 90399993-c20a-47e2-9b6f-c3c4a6432f60 2026-06-16 02:10:28.863 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-63926c4e-fa1e-4a6b-af79-de6941ecd941 89f02af9de8e4a9b9452fdb64f35f07e 965d27181b784404a88638dc965a2e19 - - default default] Tap Mirror: Handle Delete Port: 90399993-c20a-47e2-9b6f-c3c4a6432f60 [pid: 8|app: 0|req: 1106/2256] 10.0.0.60 () {32 vars in 719 bytes} [Tue Jun 16 02:10:28 2026] DELETE /v2.0/ports/90399993-c20a-47e2-9b6f-c3c4a6432f60 => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:10:29.035 7 INFO neutron_taas.services.taas.taas_plugin [None req-81985cb4-a982-4fa2-b690-28364592b45a 89f02af9de8e4a9b9452fdb64f35f07e 965d27181b784404a88638dc965a2e19 - - default default] TaaS: Handle Delete Port: c2e8287d-0293-4c62-a446-ce9af8158513 2026-06-16 02:10:29.038 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-81985cb4-a982-4fa2-b690-28364592b45a 89f02af9de8e4a9b9452fdb64f35f07e 965d27181b784404a88638dc965a2e19 - - default default] Tap Mirror: Handle Delete Port: c2e8287d-0293-4c62-a446-ce9af8158513 [pid: 8|app: 0|req: 1107/2257] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:10:29 2026] GET /v2.0/ports?device_id=3f4bb75e-fc06-48c6-b855-b42815a4f061 => generated 1008 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1151/2258] 10.0.0.60 () {32 vars in 719 bytes} [Tue Jun 16 02:10:28 2026] DELETE /v2.0/ports/c2e8287d-0293-4c62-a446-ce9af8158513 => generated 0 bytes in 186 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1108/2259] 10.0.0.213 () {34 vars in 1120 bytes} [Tue Jun 16 02:10:29 2026] GET /v2.0/security-groups?id=6a52a590-9f06-4cad-9ca5-67f4fb49752c&id=5bda0eda-52cc-4228-82f4-147c03e2dd9b&fields=id&fields=name => generated 206 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:10:29.236 7 INFO neutron.services.segments.plugin [-] Segment 40ef2069-1017-4f86-927b-5446856a17ce resource provider aggregate not found 2026-06-16 02:10:29.237 7 INFO neutron.services.segments.plugin [-] Segment 40ef2069-1017-4f86-927b-5446856a17ce resource provider aggregate not found 2026-06-16 02:10:29.268 7 INFO neutron.services.segments.plugin [-] Segment 40ef2069-1017-4f86-927b-5446856a17ce resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 40ef2069-1017-4f86-927b-5446856a17ce found for delete ", "request_id": "req-a5b41f78-a7e3-495e-b860-bd441da490c4"}]} 2026-06-16 02:10:29.268 7 INFO neutron.services.segments.plugin [-] Segment 40ef2069-1017-4f86-927b-5446856a17ce resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 40ef2069-1017-4f86-927b-5446856a17ce found for delete ", "request_id": "req-24cf690c-6146-4919-8522-b6904a6bf31a"}]} [pid: 7|app: 0|req: 1152/2260] 10.0.0.60 () {32 vars in 725 bytes} [Tue Jun 16 02:10:29 2026] DELETE /v2.0/networks/e322ac7c-b924-48b7-aa4e-35d3b50bac28 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1153/2261] 199.204.45.140 () {34 vars in 1080 bytes} [Tue Jun 16 02:10:29 2026] GET /v2.0/ports?tenant_id=e496a59d3efd4a4a8f6bdbf97115080e&device_id=3f4bb75e-fc06-48c6-b855-b42815a4f061 => generated 1277 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1154/2262] 199.204.45.140 () {34 vars in 1018 bytes} [Tue Jun 16 02:10:29 2026] GET /v2.0/networks?tenant_id=e496a59d3efd4a4a8f6bdbf97115080e&shared=False => generated 769 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:10:29.413 8 INFO neutron.services.segments.plugin [-] Segment 580133ba-953b-4892-b0a6-722ce8cf3223 resource provider aggregate not found 2026-06-16 02:10:29.413 8 INFO neutron.services.segments.plugin [-] Segment 580133ba-953b-4892-b0a6-722ce8cf3223 resource provider aggregate not found 2026-06-16 02:10:29.441 8 INFO neutron.services.segments.plugin [-] Segment 580133ba-953b-4892-b0a6-722ce8cf3223 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 580133ba-953b-4892-b0a6-722ce8cf3223 found for delete ", "request_id": "req-e03030f4-9f1a-4df7-a670-dae573dd0c61"}]} 2026-06-16 02:10:29.443 8 INFO neutron.services.segments.plugin [-] Segment 580133ba-953b-4892-b0a6-722ce8cf3223 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 580133ba-953b-4892-b0a6-722ce8cf3223 found for delete ", "request_id": "req-99ce5d14-f387-447f-8577-b4f4d183473d"}]} [pid: 8|app: 0|req: 1109/2263] 10.0.0.60 () {32 vars in 725 bytes} [Tue Jun 16 02:10:29 2026] DELETE /v2.0/networks/bb1f410e-8c94-4e56-a802-1a4bd168505a => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1155/2264] 199.204.45.140 () {34 vars in 930 bytes} [Tue Jun 16 02:10:29 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1110/2265] 10.0.0.60 () {32 vars in 725 bytes} [Tue Jun 16 02:10:29 2026] DELETE /v2.0/networks/3d3abff6-b3cf-4763-acc5-961dee89c10b => generated 0 bytes in 114 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1156/2266] 10.0.0.60 () {32 vars in 725 bytes} [Tue Jun 16 02:10:29 2026] DELETE /v2.0/networks/e6e9bbd0-e0c3-4227-80cd-895c06d4f672 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1111/2267] 10.0.0.60 () {32 vars in 725 bytes} [Tue Jun 16 02:10:29 2026] DELETE /v2.0/networks/2a474e42-bc62-46d0-a98f-be5138f7b729 => 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: 1157/2268] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:10:30 2026] GET /v2.0/ports?device_id=3f4bb75e-fc06-48c6-b855-b42815a4f061 => generated 1008 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1112/2269] 10.0.0.213 () {34 vars in 1120 bytes} [Tue Jun 16 02:10:30 2026] GET /v2.0/security-groups?id=6a52a590-9f06-4cad-9ca5-67f4fb49752c&id=5bda0eda-52cc-4228-82f4-147c03e2dd9b&fields=id&fields=name => generated 206 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1158/2270] 199.204.45.140 () {34 vars in 1080 bytes} [Tue Jun 16 02:10:30 2026] GET /v2.0/ports?tenant_id=e496a59d3efd4a4a8f6bdbf97115080e&device_id=3f4bb75e-fc06-48c6-b855-b42815a4f061 => generated 1277 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1113/2271] 199.204.45.140 () {34 vars in 1058 bytes} [Tue Jun 16 02:10:30 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=0c122c32-149b-4871-b1ea-2a7c5812da91 => 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: 1159/2272] 199.204.45.140 () {34 vars in 984 bytes} [Tue Jun 16 02:10:30 2026] GET /v2.0/subnets?id=ae370706-721f-43a6-8276-263c5cd631a9 => generated 691 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1114/2273] 199.204.45.140 () {34 vars in 1052 bytes} [Tue Jun 16 02:10:30 2026] GET /v2.0/ports?network_id=784b1254-69df-4000-a64e-523fef90d80c&device_owner=network%3Adhcp => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1115/2274] 199.204.45.140 () {34 vars in 1012 bytes} [Tue Jun 16 02:10:30 2026] GET /v2.0/networks/784b1254-69df-4000-a64e-523fef90d80c?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: 1116/2275] 199.204.45.140 () {34 vars in 1112 bytes} [Tue Jun 16 02:10:30 2026] GET /v2.0/networks/784b1254-69df-4000-a64e-523fef90d80c?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: 1160/2276] 10.0.0.60 () {32 vars in 773 bytes} [Tue Jun 16 02:10:30 2026] GET /v2.0/security-groups?tenant_id=65626dc49d6944bc93e998c77ab36e5c&name=default => generated 2929 bytes in 248 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1117/2277] 10.0.0.60 () {32 vars in 739 bytes} [Tue Jun 16 02:10:30 2026] DELETE /v2.0/security-groups/b357ca38-a1fb-44e6-a5b8-1ce38b562c82 => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1161/2278] 10.0.0.60 () {32 vars in 773 bytes} [Tue Jun 16 02:10:31 2026] GET /v2.0/security-groups?tenant_id=b203f3392de44fe9b113c1472e55c4cf&name=default => generated 2929 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1118/2279] 10.0.0.60 () {32 vars in 739 bytes} [Tue Jun 16 02:10:31 2026] DELETE /v2.0/security-groups/55dd04ba-a2f9-454f-aad2-ab428e8cf76e => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:10:31.292 7 INFO neutron.services.segments.plugin [-] Segment 445aa8ea-b4f0-431c-8072-9b1cbbef22f7 resource provider aggregate not found 2026-06-16 02:10:31.296 7 INFO neutron.services.segments.plugin [-] Segment 445aa8ea-b4f0-431c-8072-9b1cbbef22f7 resource provider aggregate not found 2026-06-16 02:10:31.311 7 INFO neutron.services.segments.plugin [-] Segment 445aa8ea-b4f0-431c-8072-9b1cbbef22f7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 445aa8ea-b4f0-431c-8072-9b1cbbef22f7 found for delete ", "request_id": "req-2221e2c3-b113-4592-874a-28790194dc7d"}]} 2026-06-16 02:10:31.314 7 INFO neutron.services.segments.plugin [-] Segment 445aa8ea-b4f0-431c-8072-9b1cbbef22f7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 445aa8ea-b4f0-431c-8072-9b1cbbef22f7 found for delete ", "request_id": "req-3429fa8c-8824-4da7-8d17-3f6f4f472880"}]} [pid: 7|app: 0|req: 1162/2280] 10.0.0.60 () {32 vars in 773 bytes} [Tue Jun 16 02:10:31 2026] GET /v2.0/security-groups?tenant_id=965d27181b784404a88638dc965a2e19&name=default => generated 2929 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1119/2281] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:10:31 2026] GET /v2.0/ports?device_id=3f4bb75e-fc06-48c6-b855-b42815a4f061 => generated 1008 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:10:31.464 8 INFO neutron.services.segments.plugin [-] Segment d28df503-b038-417e-91cd-8219a9376acd resource provider aggregate not found 2026-06-16 02:10:31.466 8 INFO neutron.services.segments.plugin [-] Segment d28df503-b038-417e-91cd-8219a9376acd resource provider aggregate not found 2026-06-16 02:10:31.484 8 INFO neutron.services.segments.plugin [-] Segment d28df503-b038-417e-91cd-8219a9376acd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d28df503-b038-417e-91cd-8219a9376acd found for delete ", "request_id": "req-edc89a53-4212-4497-8164-57e8852043be"}]} 2026-06-16 02:10:31.486 8 INFO neutron.services.segments.plugin [-] Segment d28df503-b038-417e-91cd-8219a9376acd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d28df503-b038-417e-91cd-8219a9376acd found for delete ", "request_id": "req-0748aa73-eaa3-4bae-acab-1be861a00a82"}]} [pid: 8|app: 0|req: 1120/2282] 10.0.0.213 () {34 vars in 1120 bytes} [Tue Jun 16 02:10:31 2026] GET /v2.0/security-groups?id=6a52a590-9f06-4cad-9ca5-67f4fb49752c&id=5bda0eda-52cc-4228-82f4-147c03e2dd9b&fields=id&fields=name => generated 206 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:10:31.499 8 INFO neutron.services.segments.plugin [-] Segment c97f5e01-916b-4944-a0ef-78cb1f34de59 resource provider aggregate not found 2026-06-16 02:10:31.504 8 INFO neutron.services.segments.plugin [-] Segment c97f5e01-916b-4944-a0ef-78cb1f34de59 resource provider aggregate not found [pid: 7|app: 0|req: 1163/2283] 10.0.0.60 () {32 vars in 739 bytes} [Tue Jun 16 02:10:31 2026] DELETE /v2.0/security-groups/45766c4a-6663-4966-b283-47386db9a7e1 => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:10:31.520 8 INFO neutron.services.segments.plugin [-] Segment c97f5e01-916b-4944-a0ef-78cb1f34de59 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c97f5e01-916b-4944-a0ef-78cb1f34de59 found for delete ", "request_id": "req-c40e8176-259b-4477-9e56-d3688e5f383b"}]} 2026-06-16 02:10:31.520 8 INFO neutron.services.segments.plugin [-] Segment c97f5e01-916b-4944-a0ef-78cb1f34de59 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c97f5e01-916b-4944-a0ef-78cb1f34de59 found for delete ", "request_id": "req-47199ea1-eb62-4b49-b0b8-3dc2f0964a80"}]} [pid: 8|app: 0|req: 1121/2284] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:10:32 2026] GET /v2.0/ports?device_id=3f4bb75e-fc06-48c6-b855-b42815a4f061 => generated 1008 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1164/2285] 10.0.0.213 () {34 vars in 1120 bytes} [Tue Jun 16 02:10:32 2026] GET /v2.0/security-groups?id=6a52a590-9f06-4cad-9ca5-67f4fb49752c&id=5bda0eda-52cc-4228-82f4-147c03e2dd9b&fields=id&fields=name => generated 206 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1122/2286] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:10:33 2026] GET /v2.0/ports?device_id=3f4bb75e-fc06-48c6-b855-b42815a4f061 => generated 1008 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1165/2287] 10.0.0.213 () {34 vars in 1120 bytes} [Tue Jun 16 02:10:33 2026] GET /v2.0/security-groups?id=6a52a590-9f06-4cad-9ca5-67f4fb49752c&id=5bda0eda-52cc-4228-82f4-147c03e2dd9b&fields=id&fields=name => generated 206 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1123/2288] 199.204.45.140 () {34 vars in 994 bytes} [Tue Jun 16 02:10:33 2026] GET /v2.0/ports?device_id=3f4bb75e-fc06-48c6-b855-b42815a4f061 => generated 1277 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1166/2289] 199.204.45.140 () {34 vars in 1124 bytes} [Tue Jun 16 02:10:33 2026] GET /v2.0/security-groups?id=5bda0eda-52cc-4228-82f4-147c03e2dd9b&id=6a52a590-9f06-4cad-9ca5-67f4fb49752c&fields=id&fields=name => generated 206 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1124/2290] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:10:34 2026] GET /v2.0/ports?device_id=3f4bb75e-fc06-48c6-b855-b42815a4f061 => generated 1010 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1167/2291] 10.0.0.213 () {34 vars in 1120 bytes} [Tue Jun 16 02:10:34 2026] GET /v2.0/security-groups?id=6a52a590-9f06-4cad-9ca5-67f4fb49752c&id=5bda0eda-52cc-4228-82f4-147c03e2dd9b&fields=id&fields=name => generated 206 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:10:35.845 8 INFO neutron.db.segments_db [None req-71218752-690d-4f56-8725-fafcd09d1cf6 96b060c700354b0e98a751a7b7110916 9cf9020d2c9040cf8d42a794c87516ac - - default default] Added segment 17c8baa0-7896-4770-83a4-9eff06544874 of type vxlan for network f299c8cb-8317-405c-aa90-b6dfea6f8df6 [pid: 7|app: 0|req: 1168/2292] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:10:36 2026] GET /v2.0/ports?device_id=3f4bb75e-fc06-48c6-b855-b42815a4f061 => generated 1010 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:10:36.131 8 INFO neutron.db.l3_hamode_db [None req-71218752-690d-4f56-8725-fafcd09d1cf6 96b060c700354b0e98a751a7b7110916 9cf9020d2c9040cf8d42a794c87516ac - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1169/2293] 10.0.0.213 () {34 vars in 1120 bytes} [Tue Jun 16 02:10:36 2026] GET /v2.0/security-groups?id=6a52a590-9f06-4cad-9ca5-67f4fb49752c&id=5bda0eda-52cc-4228-82f4-147c03e2dd9b&fields=id&fields=name => generated 206 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:10:36.244 8 INFO neutron.db.l3_hamode_db [None req-71218752-690d-4f56-8725-fafcd09d1cf6 96b060c700354b0e98a751a7b7110916 9cf9020d2c9040cf8d42a794c87516ac - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1170/2294] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:10:36 2026] GET /v2.0/ports?device_id=3f4bb75e-fc06-48c6-b855-b42815a4f061 => generated 1010 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:10:36.628 7 INFO neutron.db.l3_db [None req-08d87858-1613-4e88-8ff3-6b07370c7370 17045cdad31345e3afbabdb517ea96c3 e496a59d3efd4a4a8f6bdbf97115080e - - default default] Floating IP b25bdd7a-c928-48ca-bd4a-799ff652c519 associated. External IP: 10.96.250.215, port: 0c122c32-149b-4871-b1ea-2a7c5812da91. [pid: 8|app: 0|req: 1125/2295] 10.0.0.60 () {34 vars in 667 bytes} [Tue Jun 16 02:10:35 2026] POST /v2.0/routers => generated 474 bytes in 1236 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:10:36.929 8 INFO neutron.db.l3_hamode_db [None req-571dfb43-f0d0-4ad8-b671-76b4c69c9262 96b060c700354b0e98a751a7b7110916 9cf9020d2c9040cf8d42a794c87516ac - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1171/2296] 10.0.0.60 () {34 vars in 748 bytes} [Tue Jun 16 02:10:36 2026] PUT /v2.0/floatingips/b25bdd7a-c928-48ca-bd4a-799ff652c519 => generated 855 bytes in 638 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:10:36.981 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-0551c9cd-a965-40d2-b687-6aca0962402f'] response: {'name': 'network-changed', 'server_uuid': '3f4bb75e-fc06-48c6-b855-b42815a4f061', 'tag': '0c122c32-149b-4871-b1ea-2a7c5812da91', 'status': 'completed', 'code': 200} 2026-06-16 02:10:37.052 8 INFO neutron.db.l3_hamode_db [None req-571dfb43-f0d0-4ad8-b671-76b4c69c9262 96b060c700354b0e98a751a7b7110916 9cf9020d2c9040cf8d42a794c87516ac - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1172/2297] 199.204.45.140 () {34 vars in 1080 bytes} [Tue Jun 16 02:10:37 2026] GET /v2.0/ports?tenant_id=e496a59d3efd4a4a8f6bdbf97115080e&device_id=3f4bb75e-fc06-48c6-b855-b42815a4f061 => generated 1279 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1173/2298] 199.204.45.140 () {34 vars in 986 bytes} [Tue Jun 16 02:10:37 2026] GET /v2.0/networks?id=784b1254-69df-4000-a64e-523fef90d80c => generated 769 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1126/2299] 10.0.0.60 () {34 vars in 667 bytes} [Tue Jun 16 02:10:36 2026] POST /v2.0/routers => generated 474 bytes in 727 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1174/2300] 199.204.45.140 () {34 vars in 1058 bytes} [Tue Jun 16 02:10:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=0c122c32-149b-4871-b1ea-2a7c5812da91 => generated 858 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1175/2301] 199.204.45.140 () {34 vars in 984 bytes} [Tue Jun 16 02:10:37 2026] GET /v2.0/subnets?id=ae370706-721f-43a6-8276-263c5cd631a9 => generated 691 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:10:37.672 8 INFO neutron.db.l3_hamode_db [None req-138b2976-5e57-4ae7-b2ca-9aa0021ba904 96b060c700354b0e98a751a7b7110916 9cf9020d2c9040cf8d42a794c87516ac - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1176/2302] 199.204.45.140 () {34 vars in 1052 bytes} [Tue Jun 16 02:10:37 2026] GET /v2.0/ports?network_id=784b1254-69df-4000-a64e-523fef90d80c&device_owner=network%3Adhcp => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1177/2303] 199.204.45.140 () {34 vars in 1012 bytes} [Tue Jun 16 02:10:37 2026] GET /v2.0/networks/784b1254-69df-4000-a64e-523fef90d80c?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: 1178/2304] 199.204.45.140 () {34 vars in 1112 bytes} [Tue Jun 16 02:10:37 2026] GET /v2.0/networks/784b1254-69df-4000-a64e-523fef90d80c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:10:37.833 8 INFO neutron.db.l3_hamode_db [None req-138b2976-5e57-4ae7-b2ca-9aa0021ba904 96b060c700354b0e98a751a7b7110916 9cf9020d2c9040cf8d42a794c87516ac - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1127/2305] 10.0.0.60 () {34 vars in 667 bytes} [Tue Jun 16 02:10:37 2026] POST /v2.0/routers => generated 474 bytes in 778 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:10:38.435 7 INFO neutron.db.l3_hamode_db [None req-0f9fb056-abd4-4af8-81d1-a2256831fdc1 96b060c700354b0e98a751a7b7110916 9cf9020d2c9040cf8d42a794c87516ac - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-16 02:10:38.549 7 INFO neutron.db.l3_hamode_db [None req-0f9fb056-abd4-4af8-81d1-a2256831fdc1 96b060c700354b0e98a751a7b7110916 9cf9020d2c9040cf8d42a794c87516ac - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1179/2306] 10.0.0.60 () {34 vars in 667 bytes} [Tue Jun 16 02:10:38 2026] POST /v2.0/routers => generated 474 bytes in 722 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:10:39.169 8 INFO neutron.db.l3_hamode_db [None req-821d1867-e57e-48f3-9edd-d2016b54b207 96b060c700354b0e98a751a7b7110916 9cf9020d2c9040cf8d42a794c87516ac - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-16 02:10:39.301 8 INFO neutron.db.l3_hamode_db [None req-821d1867-e57e-48f3-9edd-d2016b54b207 96b060c700354b0e98a751a7b7110916 9cf9020d2c9040cf8d42a794c87516ac - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1128/2307] 10.0.0.60 () {34 vars in 667 bytes} [Tue Jun 16 02:10:39 2026] POST /v2.0/routers => generated 474 bytes in 757 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1180/2308] 10.0.0.60 () {34 vars in 750 bytes} [Tue Jun 16 02:10:39 2026] PUT /v2.0/routers/eb62c96d-3c6c-4f9f-a99e-28ad6a904c30/tags => generated 17 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1129/2309] 10.0.0.60 () {34 vars in 750 bytes} [Tue Jun 16 02:10:39 2026] PUT /v2.0/routers/04c7a599-9af5-4bbb-887d-d26f86fe641e/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: 1181/2310] 10.0.0.60 () {34 vars in 750 bytes} [Tue Jun 16 02:10:40 2026] PUT /v2.0/routers/67f719b8-a7a7-4970-a726-182b63484d10/tags => generated 34 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1130/2311] 10.0.0.60 () {34 vars in 750 bytes} [Tue Jun 16 02:10:40 2026] PUT /v2.0/routers/da78d161-2bd0-4495-b93b-d7c71044ca00/tags => generated 19 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1182/2312] 10.0.0.60 () {32 vars in 663 bytes} [Tue Jun 16 02:10:40 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1131/2313] 10.0.0.60 () {32 vars in 677 bytes} [Tue Jun 16 02:10:40 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1183/2314] 10.0.0.60 () {32 vars in 673 bytes} [Tue Jun 16 02:10:40 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1132/2317] 10.0.0.60 () {32 vars in 685 bytes} [Tue Jun 16 02:10:40 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 489 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1186/2318] 10.0.0.60 () {32 vars in 671 bytes} [Tue Jun 16 02:10:41 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1133/2319] 10.0.0.60 () {32 vars in 685 bytes} [Tue Jun 16 02:10:41 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1187/2320] 10.0.0.60 () {32 vars in 681 bytes} [Tue Jun 16 02:10:41 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1134/2321] 10.0.0.60 () {32 vars in 693 bytes} [Tue Jun 16 02:10:41 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1188/2322] 10.0.0.60 () {32 vars in 720 bytes} [Tue Jun 16 02:10:41 2026] GET /v2.0/routers/eb62c96d-3c6c-4f9f-a99e-28ad6a904c30 => generated 485 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1135/2323] 10.0.0.60 () {34 vars in 741 bytes} [Tue Jun 16 02:10:41 2026] PUT /v2.0/routers/eb62c96d-3c6c-4f9f-a99e-28ad6a904c30 => generated 485 bytes in 497 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1189/2324] 10.0.0.60 () {32 vars in 735 bytes} [Tue Jun 16 02:10:41 2026] GET /v2.0/ports?device_id=eb62c96d-3c6c-4f9f-a99e-28ad6a904c30 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:10:42.151 8 INFO neutron_taas.services.taas.taas_plugin [None req-9963a91b-bcd5-4ad2-bd4e-4d947d33e748 96b060c700354b0e98a751a7b7110916 9cf9020d2c9040cf8d42a794c87516ac - - default default] TaaS: Handle Delete Port: 52385d81-5c8f-4c4c-88df-2a34c139bd7b 2026-06-16 02:10:42.154 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9963a91b-bcd5-4ad2-bd4e-4d947d33e748 96b060c700354b0e98a751a7b7110916 9cf9020d2c9040cf8d42a794c87516ac - - default default] Tap Mirror: Handle Delete Port: 52385d81-5c8f-4c4c-88df-2a34c139bd7b [pid: 8|app: 0|req: 1136/2325] 10.0.0.60 () {32 vars in 723 bytes} [Tue Jun 16 02:10:41 2026] DELETE /v2.0/routers/eb62c96d-3c6c-4f9f-a99e-28ad6a904c30 => generated 0 bytes in 392 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1190/2326] 10.0.0.60 () {32 vars in 720 bytes} [Tue Jun 16 02:10:42 2026] GET /v2.0/routers/04c7a599-9af5-4bbb-887d-d26f86fe641e => generated 493 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1137/2327] 10.0.0.60 () {34 vars in 741 bytes} [Tue Jun 16 02:10:42 2026] PUT /v2.0/routers/04c7a599-9af5-4bbb-887d-d26f86fe641e => generated 493 bytes in 546 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1191/2328] 10.0.0.60 () {32 vars in 735 bytes} [Tue Jun 16 02:10:43 2026] GET /v2.0/ports?device_id=04c7a599-9af5-4bbb-887d-d26f86fe641e => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:10:43.205 8 INFO neutron_taas.services.taas.taas_plugin [None req-f31a2b64-2ec5-449b-b632-89cf4230cc9f 96b060c700354b0e98a751a7b7110916 9cf9020d2c9040cf8d42a794c87516ac - - default default] TaaS: Handle Delete Port: 6c679382-162e-4af7-96c5-ea6549854416 2026-06-16 02:10:43.208 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f31a2b64-2ec5-449b-b632-89cf4230cc9f 96b060c700354b0e98a751a7b7110916 9cf9020d2c9040cf8d42a794c87516ac - - default default] Tap Mirror: Handle Delete Port: 6c679382-162e-4af7-96c5-ea6549854416 [pid: 8|app: 0|req: 1138/2329] 10.0.0.60 () {32 vars in 723 bytes} [Tue Jun 16 02:10:43 2026] DELETE /v2.0/routers/04c7a599-9af5-4bbb-887d-d26f86fe641e => generated 0 bytes in 392 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1192/2330] 10.0.0.60 () {32 vars in 720 bytes} [Tue Jun 16 02:10:43 2026] GET /v2.0/routers/67f719b8-a7a7-4970-a726-182b63484d10 => generated 502 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1139/2331] 10.0.0.60 () {34 vars in 741 bytes} [Tue Jun 16 02:10:43 2026] PUT /v2.0/routers/67f719b8-a7a7-4970-a726-182b63484d10 => generated 502 bytes in 561 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1193/2332] 10.0.0.60 () {32 vars in 735 bytes} [Tue Jun 16 02:10:44 2026] GET /v2.0/ports?device_id=67f719b8-a7a7-4970-a726-182b63484d10 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:10:44.237 8 INFO neutron_taas.services.taas.taas_plugin [None req-a6b734b2-f521-4545-9e51-085d0a4e1ee9 96b060c700354b0e98a751a7b7110916 9cf9020d2c9040cf8d42a794c87516ac - - default default] TaaS: Handle Delete Port: dba7438d-fb6a-45da-ab87-d38e39ef875f 2026-06-16 02:10:44.240 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a6b734b2-f521-4545-9e51-085d0a4e1ee9 96b060c700354b0e98a751a7b7110916 9cf9020d2c9040cf8d42a794c87516ac - - default default] Tap Mirror: Handle Delete Port: dba7438d-fb6a-45da-ab87-d38e39ef875f [pid: 8|app: 0|req: 1140/2333] 10.0.0.60 () {32 vars in 723 bytes} [Tue Jun 16 02:10:44 2026] DELETE /v2.0/routers/67f719b8-a7a7-4970-a726-182b63484d10 => generated 0 bytes in 404 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1194/2334] 10.0.0.60 () {32 vars in 720 bytes} [Tue Jun 16 02:10:44 2026] GET /v2.0/routers/da78d161-2bd0-4495-b93b-d7c71044ca00 => generated 487 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1141/2335] 10.0.0.60 () {34 vars in 741 bytes} [Tue Jun 16 02:10:44 2026] PUT /v2.0/routers/da78d161-2bd0-4495-b93b-d7c71044ca00 => generated 487 bytes in 574 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1195/2336] 10.0.0.60 () {32 vars in 735 bytes} [Tue Jun 16 02:10:45 2026] GET /v2.0/ports?device_id=da78d161-2bd0-4495-b93b-d7c71044ca00 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:10:45.347 8 INFO neutron_taas.services.taas.taas_plugin [None req-93271c6d-6d74-4615-b2b2-044ca886e357 96b060c700354b0e98a751a7b7110916 9cf9020d2c9040cf8d42a794c87516ac - - default default] TaaS: Handle Delete Port: fa179c26-a6e9-46eb-be51-a57571cf5829 2026-06-16 02:10:45.351 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-93271c6d-6d74-4615-b2b2-044ca886e357 96b060c700354b0e98a751a7b7110916 9cf9020d2c9040cf8d42a794c87516ac - - default default] Tap Mirror: Handle Delete Port: fa179c26-a6e9-46eb-be51-a57571cf5829 [pid: 8|app: 0|req: 1142/2337] 10.0.0.60 () {32 vars in 723 bytes} [Tue Jun 16 02:10:45 2026] DELETE /v2.0/routers/da78d161-2bd0-4495-b93b-d7c71044ca00 => generated 0 bytes in 409 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1196/2338] 10.0.0.60 () {32 vars in 720 bytes} [Tue Jun 16 02:10:45 2026] GET /v2.0/routers/0bd64b55-dd35-46e7-a897-114d9d2131fd => generated 480 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1197/2339] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:10:46 2026] GET /v2.0/ports?device_id=3f4bb75e-fc06-48c6-b855-b42815a4f061 => generated 1010 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1143/2340] 10.0.0.60 () {34 vars in 741 bytes} [Tue Jun 16 02:10:45 2026] PUT /v2.0/routers/0bd64b55-dd35-46e7-a897-114d9d2131fd => generated 480 bytes in 530 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1198/2341] 10.0.0.213 () {34 vars in 1120 bytes} [Tue Jun 16 02:10:46 2026] GET /v2.0/security-groups?id=6a52a590-9f06-4cad-9ca5-67f4fb49752c&id=5bda0eda-52cc-4228-82f4-147c03e2dd9b&fields=id&fields=name => generated 206 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1144/2342] 10.0.0.60 () {32 vars in 735 bytes} [Tue Jun 16 02:10:46 2026] GET /v2.0/ports?device_id=0bd64b55-dd35-46e7-a897-114d9d2131fd => 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: 1145/2343] 10.0.0.60 () {32 vars in 735 bytes} [Tue Jun 16 02:10:46 2026] GET /v2.0/ports?device_id=3f4bb75e-fc06-48c6-b855-b42815a4f061 => generated 1279 bytes in 175 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:10:46.381 7 INFO neutron_taas.services.taas.taas_plugin [None req-1b8fb2ea-e1eb-493b-ac85-f5d27f5b67be 96b060c700354b0e98a751a7b7110916 9cf9020d2c9040cf8d42a794c87516ac - - default default] TaaS: Handle Delete Port: a37e4d68-e5bd-4992-aacd-9605da6639e6 2026-06-16 02:10:46.384 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1b8fb2ea-e1eb-493b-ac85-f5d27f5b67be 96b060c700354b0e98a751a7b7110916 9cf9020d2c9040cf8d42a794c87516ac - - default default] Tap Mirror: Handle Delete Port: a37e4d68-e5bd-4992-aacd-9605da6639e6 [pid: 8|app: 0|req: 1146/2344] 10.0.0.60 () {32 vars in 857 bytes} [Tue Jun 16 02:10:46 2026] GET /v2.0/floatingips?floating_network_id=65dba030-3915-44c8-8a86-8bbdbe69721d&port_id=0c122c32-149b-4871-b1ea-2a7c5812da91 => generated 860 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:10:46.700 7 INFO neutron.services.segments.plugin [-] Segment 17c8baa0-7896-4770-83a4-9eff06544874 resource provider aggregate not found 2026-06-16 02:10:46.708 7 INFO neutron.services.segments.plugin [-] Segment 17c8baa0-7896-4770-83a4-9eff06544874 resource provider aggregate not found 2026-06-16 02:10:46.722 7 INFO neutron.services.segments.plugin [-] Segment 17c8baa0-7896-4770-83a4-9eff06544874 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 17c8baa0-7896-4770-83a4-9eff06544874 found for delete ", "request_id": "req-bda0cbb2-13a3-41ba-a858-b6e5a078a91e"}]} 2026-06-16 02:10:46.723 7 INFO neutron.services.segments.plugin [-] Segment 17c8baa0-7896-4770-83a4-9eff06544874 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 17c8baa0-7896-4770-83a4-9eff06544874 found for delete ", "request_id": "req-c343250a-13b2-4f9a-bb56-67c4b78ccbec"}]} 2026-06-16 02:10:46.728 7 INFO neutron.db.l3_hamode_db [None req-1b8fb2ea-e1eb-493b-ac85-f5d27f5b67be 96b060c700354b0e98a751a7b7110916 9cf9020d2c9040cf8d42a794c87516ac - - default default] HA network f299c8cb-8317-405c-aa90-b6dfea6f8df6 was deleted as no HA routers are present in tenant 9cf9020d2c9040cf8d42a794c87516ac. [pid: 7|app: 0|req: 1199/2345] 10.0.0.60 () {32 vars in 723 bytes} [Tue Jun 16 02:10:46 2026] DELETE /v2.0/routers/0bd64b55-dd35-46e7-a897-114d9d2131fd => generated 0 bytes in 560 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1147/2346] 10.0.0.166 () {34 vars in 990 bytes} [Tue Jun 16 02:10:47 2026] GET /v2.0/ports?device_id=3f4bb75e-fc06-48c6-b855-b42815a4f061 => generated 1279 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1200/2347] 10.0.0.166 () {34 vars in 1120 bytes} [Tue Jun 16 02:10:47 2026] GET /v2.0/security-groups?id=6a52a590-9f06-4cad-9ca5-67f4fb49752c&id=5bda0eda-52cc-4228-82f4-147c03e2dd9b&fields=id&fields=name => generated 206 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1148/2348] 10.0.0.60 () {32 vars in 773 bytes} [Tue Jun 16 02:10:47 2026] GET /v2.0/security-groups?tenant_id=9cf9020d2c9040cf8d42a794c87516ac&name=default => generated 2929 bytes in 259 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1201/2349] 10.0.0.60 () {32 vars in 739 bytes} [Tue Jun 16 02:10:47 2026] DELETE /v2.0/security-groups/c21f9ab6-13d5-4867-a0f2-259036366056 => 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: 1149/2350] 10.0.0.60 () {32 vars in 773 bytes} [Tue Jun 16 02:10:47 2026] GET /v2.0/security-groups?tenant_id=8d242b12d0bb4bf6b9bcad09488c6005&name=default => generated 2929 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1202/2351] 10.0.0.60 () {32 vars in 739 bytes} [Tue Jun 16 02:10:48 2026] DELETE /v2.0/security-groups/657b9753-c938-4480-a558-e372b6134a2c => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1150/2352] 10.0.0.60 () {32 vars in 773 bytes} [Tue Jun 16 02:10:48 2026] GET /v2.0/security-groups?tenant_id=eb924dc559e1443980b0fb2795f698a0&name=default => generated 2929 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1203/2353] 10.0.0.60 () {32 vars in 739 bytes} [Tue Jun 16 02:10:48 2026] DELETE /v2.0/security-groups/ef2d4f17-2d6c-47e9-bdc4-191fd90903c5 => 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: 1151/2354] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:10:49 2026] GET /v2.0/ports?device_id=3f4bb75e-fc06-48c6-b855-b42815a4f061 => generated 1010 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1204/2355] 10.0.0.213 () {34 vars in 1120 bytes} [Tue Jun 16 02:10:49 2026] GET /v2.0/security-groups?id=6a52a590-9f06-4cad-9ca5-67f4fb49752c&id=5bda0eda-52cc-4228-82f4-147c03e2dd9b&fields=id&fields=name => generated 206 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1152/2356] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:10:50 2026] GET /v2.0/ports?device_id=3f4bb75e-fc06-48c6-b855-b42815a4f061 => generated 1010 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1205/2357] 10.0.0.213 () {34 vars in 1120 bytes} [Tue Jun 16 02:10:50 2026] GET /v2.0/security-groups?id=6a52a590-9f06-4cad-9ca5-67f4fb49752c&id=5bda0eda-52cc-4228-82f4-147c03e2dd9b&fields=id&fields=name => generated 206 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1153/2358] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:10:52 2026] GET /v2.0/ports?device_id=3f4bb75e-fc06-48c6-b855-b42815a4f061 => generated 1010 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1206/2359] 10.0.0.213 () {34 vars in 1120 bytes} [Tue Jun 16 02:10:52 2026] GET /v2.0/security-groups?id=6a52a590-9f06-4cad-9ca5-67f4fb49752c&id=5bda0eda-52cc-4228-82f4-147c03e2dd9b&fields=id&fields=name => generated 206 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1154/2360] 199.204.45.140 () {34 vars in 994 bytes} [Tue Jun 16 02:10:52 2026] GET /v2.0/ports?device_id=3f4bb75e-fc06-48c6-b855-b42815a4f061 => generated 1010 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:10:52.350 7 INFO neutron_taas.services.taas.taas_plugin [req-3a6b3d6d-2780-4d58-a8d5-48e9cfcfddca req-afb1704f-39e6-423b-be4f-12cd2e237079 17045cdad31345e3afbabdb517ea96c3 e496a59d3efd4a4a8f6bdbf97115080e - - default default] TaaS: Handle Delete Port: 0c122c32-149b-4871-b1ea-2a7c5812da91 2026-06-16 02:10:52.354 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-3a6b3d6d-2780-4d58-a8d5-48e9cfcfddca req-afb1704f-39e6-423b-be4f-12cd2e237079 17045cdad31345e3afbabdb517ea96c3 e496a59d3efd4a4a8f6bdbf97115080e - - default default] Tap Mirror: Handle Delete Port: 0c122c32-149b-4871-b1ea-2a7c5812da91 2026-06-16 02:10:52.490 7 INFO neutron.db.l3_db [req-3a6b3d6d-2780-4d58-a8d5-48e9cfcfddca req-afb1704f-39e6-423b-be4f-12cd2e237079 17045cdad31345e3afbabdb517ea96c3 e496a59d3efd4a4a8f6bdbf97115080e - - default default] Floating IP b25bdd7a-c928-48ca-bd4a-799ff652c519 disassociated. External IP: 10.96.250.215, port: 0c122c32-149b-4871-b1ea-2a7c5812da91. [pid: 8|app: 0|req: 1155/2361] 10.0.0.60 () {34 vars in 675 bytes} [Tue Jun 16 02:10:52 2026] POST /v2.0/subnetpools => generated 516 bytes in 201 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1207/2362] 199.204.45.140 () {36 vars in 997 bytes} [Tue Jun 16 02:10:52 2026] DELETE /v2.0/ports/0c122c32-149b-4871-b1ea-2a7c5812da91 => generated 0 bytes in 678 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1156/2363] 10.0.0.60 () {34 vars in 675 bytes} [Tue Jun 16 02:10:52 2026] POST /v2.0/subnetpools => generated 516 bytes in 49 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:10:52.889 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-5162982c-30c8-4dbf-99ef-8468682f7528'] response: {'server_uuid': '3f4bb75e-fc06-48c6-b855-b42815a4f061', 'name': 'network-vif-deleted', 'tag': '0c122c32-149b-4871-b1ea-2a7c5812da91', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1208/2364] 10.0.0.60 () {34 vars in 675 bytes} [Tue Jun 16 02:10:52 2026] POST /v2.0/subnetpools => generated 516 bytes in 57 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1157/2365] 10.0.0.60 () {34 vars in 675 bytes} [Tue Jun 16 02:10:52 2026] POST /v2.0/subnetpools => generated 516 bytes in 56 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1209/2366] 10.0.0.60 () {34 vars in 675 bytes} [Tue Jun 16 02:10:52 2026] POST /v2.0/subnetpools => generated 516 bytes in 53 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1158/2367] 10.0.0.60 () {34 vars in 758 bytes} [Tue Jun 16 02:10:53 2026] PUT /v2.0/subnetpools/96611d6a-aecc-45f7-bacf-478f66229297/tags => generated 17 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1210/2368] 10.0.0.60 () {34 vars in 758 bytes} [Tue Jun 16 02:10:53 2026] PUT /v2.0/subnetpools/86156de5-13db-46b5-a35b-b8aae5cbaff4/tags => generated 25 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1159/2369] 10.0.0.60 () {34 vars in 758 bytes} [Tue Jun 16 02:10:53 2026] PUT /v2.0/subnetpools/e3e8bec5-8792-48fd-bb65-0bc8978fb450/tags => generated 34 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1211/2370] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:10:53 2026] GET /v2.0/ports?device_id=3f4bb75e-fc06-48c6-b855-b42815a4f061 => 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: 1160/2371] 10.0.0.60 () {34 vars in 758 bytes} [Tue Jun 16 02:10:53 2026] PUT /v2.0/subnetpools/bc77a6a0-f3fe-4b2e-90f2-3d83cec7a78d/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: 1212/2372] 10.0.0.60 () {32 vars in 671 bytes} [Tue Jun 16 02:10:53 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1161/2373] 10.0.0.60 () {32 vars in 685 bytes} [Tue Jun 16 02:10:53 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1213/2374] 10.0.0.60 () {32 vars in 681 bytes} [Tue Jun 16 02:10:53 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1162/2375] 10.0.0.60 () {32 vars in 693 bytes} [Tue Jun 16 02:10:53 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1214/2376] 10.0.0.60 () {32 vars in 679 bytes} [Tue Jun 16 02:10:53 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1163/2377] 10.0.0.60 () {32 vars in 693 bytes} [Tue Jun 16 02:10:53 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1215/2378] 10.0.0.60 () {32 vars in 689 bytes} [Tue Jun 16 02:10:53 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1164/2379] 10.0.0.60 () {32 vars in 701 bytes} [Tue Jun 16 02:10:53 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1216/2380] 10.0.0.60 () {32 vars in 731 bytes} [Tue Jun 16 02:10:53 2026] DELETE /v2.0/subnetpools/96611d6a-aecc-45f7-bacf-478f66229297 => 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: 1165/2381] 10.0.0.60 () {32 vars in 731 bytes} [Tue Jun 16 02:10:53 2026] DELETE /v2.0/subnetpools/86156de5-13db-46b5-a35b-b8aae5cbaff4 => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1217/2382] 10.0.0.60 () {32 vars in 731 bytes} [Tue Jun 16 02:10:53 2026] DELETE /v2.0/subnetpools/e3e8bec5-8792-48fd-bb65-0bc8978fb450 => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1166/2383] 10.0.0.60 () {32 vars in 731 bytes} [Tue Jun 16 02:10:53 2026] DELETE /v2.0/subnetpools/bc77a6a0-f3fe-4b2e-90f2-3d83cec7a78d => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1218/2384] 10.0.0.60 () {32 vars in 731 bytes} [Tue Jun 16 02:10:53 2026] DELETE /v2.0/subnetpools/c2bbf871-a686-4d9a-8270-0d6f856aee33 => generated 0 bytes in 43 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1167/2385] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:10:54 2026] GET /v2.0/ports?device_id=3f4bb75e-fc06-48c6-b855-b42815a4f061 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1219/2386] 10.0.0.60 () {32 vars in 773 bytes} [Tue Jun 16 02:10:54 2026] GET /v2.0/security-groups?tenant_id=aad8e522adb84e46a38fae6455e207db&name=default => generated 2929 bytes in 288 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1168/2387] 10.0.0.60 () {32 vars in 739 bytes} [Tue Jun 16 02:10:54 2026] DELETE /v2.0/security-groups/adaebecd-6958-4c71-a786-1e239a8468b8 => 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: 1220/2388] 10.0.0.60 () {32 vars in 773 bytes} [Tue Jun 16 02:10:54 2026] GET /v2.0/security-groups?tenant_id=f657873a33c242719c454f24523d83d5&name=default => generated 2929 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1169/2389] 10.0.0.60 () {32 vars in 739 bytes} [Tue Jun 16 02:10:55 2026] DELETE /v2.0/security-groups/684eae52-7f43-4875-a276-8457d7e022a5 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1170/2390] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:10:55 2026] GET /v2.0/ports?device_id=3f4bb75e-fc06-48c6-b855-b42815a4f061 => 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: 1221/2391] 10.0.0.60 () {32 vars in 773 bytes} [Tue Jun 16 02:10:55 2026] GET /v2.0/security-groups?tenant_id=ce813e718b554564828f70969dc41fe5&name=default => generated 2929 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1171/2392] 10.0.0.60 () {32 vars in 739 bytes} [Tue Jun 16 02:10:55 2026] DELETE /v2.0/security-groups/f493b818-fd3a-41d2-ac1d-307ed03b86eb => 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: 1223/2395] 10.0.0.60 () {32 vars in 739 bytes} [Tue Jun 16 02:10:56 2026] DELETE /v2.0/security-groups/6a52a590-9f06-4cad-9ca5-67f4fb49752c => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:10:56.639 8 INFO neutron.api.v2.resource [None req-7f60c23f-17a7-4908-be56-532b9df8c291 17045cdad31345e3afbabdb517ea96c3 e496a59d3efd4a4a8f6bdbf97115080e - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1173/2396] 10.0.0.60 () {32 vars in 736 bytes} [Tue Jun 16 02:10:56 2026] GET /v2.0/security-groups/6a52a590-9f06-4cad-9ca5-67f4fb49752c => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 02:10:56.730 7 INFO neutron_taas.services.taas.taas_plugin [None req-d4ddf4ba-1517-4dce-8eec-b4f833e12612 17045cdad31345e3afbabdb517ea96c3 e496a59d3efd4a4a8f6bdbf97115080e - - default default] TaaS: Handle Delete Port: d7a0f069-f818-4c77-8e8c-f99945eae9d3 2026-06-16 02:10:56.732 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d4ddf4ba-1517-4dce-8eec-b4f833e12612 17045cdad31345e3afbabdb517ea96c3 e496a59d3efd4a4a8f6bdbf97115080e - - default default] Tap Mirror: Handle Delete Port: d7a0f069-f818-4c77-8e8c-f99945eae9d3 [pid: 7|app: 0|req: 1224/2397] 10.0.0.60 () {32 vars in 731 bytes} [Tue Jun 16 02:10:56 2026] DELETE /v2.0/floatingips/b25bdd7a-c928-48ca-bd4a-799ff652c519 => generated 0 bytes in 244 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1174/2398] 10.0.0.60 () {32 vars in 739 bytes} [Tue Jun 16 02:10:56 2026] DELETE /v2.0/security-groups/5bda0eda-52cc-4228-82f4-147c03e2dd9b => generated 0 bytes in 138 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:10:57.463 7 INFO neutron_taas.services.taas.taas_plugin [None req-384c5800-851f-4e47-bc35-64aa6c4e1d33 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] TaaS: Handle Delete Port: a0c16225-1b9f-44c9-864d-cf280fa6778d 2026-06-16 02:10:57.466 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-384c5800-851f-4e47-bc35-64aa6c4e1d33 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] Tap Mirror: Handle Delete Port: a0c16225-1b9f-44c9-864d-cf280fa6778d [pid: 7|app: 0|req: 1225/2399] 10.0.0.60 () {34 vars in 788 bytes} [Tue Jun 16 02:10:57 2026] PUT /v2.0/routers/e8873fc7-8344-4746-a36e-d7ed585740dd/remove_router_interface => generated 309 bytes in 887 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:10:58.210 8 INFO neutron_taas.services.taas.taas_plugin [None req-891c7237-a252-4ee7-b464-13c8fca10f85 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] TaaS: Handle Delete Port: 6a9f7c45-e54d-47f5-8fc3-b82f98d9d40f 2026-06-16 02:10:58.221 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-891c7237-a252-4ee7-b464-13c8fca10f85 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] Tap Mirror: Handle Delete Port: 6a9f7c45-e54d-47f5-8fc3-b82f98d9d40f 2026-06-16 02:10:58.501 8 INFO neutron_taas.services.taas.taas_plugin [None req-891c7237-a252-4ee7-b464-13c8fca10f85 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] TaaS: Handle Delete Port: 794b1fe9-8330-46b0-9b4e-805e0fe23fac 2026-06-16 02:10:58.504 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-891c7237-a252-4ee7-b464-13c8fca10f85 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] Tap Mirror: Handle Delete Port: 794b1fe9-8330-46b0-9b4e-805e0fe23fac 2026-06-16 02:10:58.900 8 INFO neutron.services.segments.plugin [-] Segment 7c0f0eed-730a-46a8-b33a-d5a0ac206d63 resource provider aggregate not found 2026-06-16 02:10:58.909 8 INFO neutron.services.segments.plugin [-] Segment 7c0f0eed-730a-46a8-b33a-d5a0ac206d63 resource provider aggregate not found 2026-06-16 02:10:58.921 8 INFO neutron.services.segments.plugin [-] Segment 7c0f0eed-730a-46a8-b33a-d5a0ac206d63 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7c0f0eed-730a-46a8-b33a-d5a0ac206d63 found for delete ", "request_id": "req-35385226-c0b0-4ddf-971e-a562fe6b6e20"}]} 2026-06-16 02:10:58.927 8 INFO neutron.services.segments.plugin [-] Segment 7c0f0eed-730a-46a8-b33a-d5a0ac206d63 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7c0f0eed-730a-46a8-b33a-d5a0ac206d63 found for delete ", "request_id": "req-24ee4f72-2050-4829-8ca2-a12915f24f8e"}]} 2026-06-16 02:10:58.934 8 INFO neutron.db.l3_hamode_db [None req-891c7237-a252-4ee7-b464-13c8fca10f85 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] HA network 7ecd3a40-d690-4ea3-9516-4c65485405c7 was deleted as no HA routers are present in tenant e496a59d3efd4a4a8f6bdbf97115080e. [pid: 8|app: 0|req: 1175/2400] 10.0.0.60 () {32 vars in 723 bytes} [Tue Jun 16 02:10:57 2026] DELETE /v2.0/routers/e8873fc7-8344-4746-a36e-d7ed585740dd => generated 0 bytes in 973 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1176/2401] 10.0.0.60 () {32 vars in 723 bytes} [Tue Jun 16 02:10:58 2026] DELETE /v2.0/subnets/ae370706-721f-43a6-8276-263c5cd631a9 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:10:59.179 8 INFO neutron_taas.services.taas.taas_plugin [None req-e85c36ed-32af-4a85-ba50-1ad4a2be97b1 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] TaaS: Handle Delete Port: 674cfc72-6977-46a2-b992-f8eb6955b688 2026-06-16 02:10:59.181 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e85c36ed-32af-4a85-ba50-1ad4a2be97b1 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] Tap Mirror: Handle Delete Port: 674cfc72-6977-46a2-b992-f8eb6955b688 [pid: 8|app: 0|req: 1177/2402] 10.0.0.60 () {32 vars in 725 bytes} [Tue Jun 16 02:10:59 2026] DELETE /v2.0/networks/784b1254-69df-4000-a64e-523fef90d80c => generated 0 bytes in 277 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1226/2403] 10.0.0.60 () {34 vars in 675 bytes} [Tue Jun 16 02:10:58 2026] POST /v2.0/floatingips => generated 552 bytes in 685 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1227/2404] 10.0.0.60 () {34 vars in 758 bytes} [Tue Jun 16 02:10:59 2026] PUT /v2.0/floatingips/8bc19922-c3c6-45ce-9fa6-a2e949dfe56f/tags => generated 25 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1228/2405] 10.0.0.60 () {32 vars in 738 bytes} [Tue Jun 16 02:10:59 2026] GET /v2.0/floatingips/8bc19922-c3c6-45ce-9fa6-a2e949dfe56f/tags => generated 25 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1229/2406] 10.0.0.60 () {34 vars in 769 bytes} [Tue Jun 16 02:10:59 2026] PUT /v2.0/floatingips/8bc19922-c3c6-45ce-9fa6-a2e949dfe56f/tags/green => generated 4 bytes in 63 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1230/2407] 10.0.0.60 () {32 vars in 738 bytes} [Tue Jun 16 02:10:59 2026] GET /v2.0/floatingips/8bc19922-c3c6-45ce-9fa6-a2e949dfe56f/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: 1231/2408] 10.0.0.60 () {34 vars in 765 bytes} [Tue Jun 16 02:10:59 2026] PUT /v2.0/floatingips/8bc19922-c3c6-45ce-9fa6-a2e949dfe56f/tags/red => generated 4 bytes in 47 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-06-16 02:10:59.741 8 INFO neutron_taas.services.taas.taas_plugin [None req-fc025b1d-9bdc-4148-86b3-810911cec105 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] TaaS: Handle Delete Port: 40d9569f-ff13-4065-b980-eddc03bf1bf2 2026-06-16 02:10:59.744 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fc025b1d-9bdc-4148-86b3-810911cec105 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] Tap Mirror: Handle Delete Port: 40d9569f-ff13-4065-b980-eddc03bf1bf2 [pid: 7|app: 0|req: 1232/2409] 10.0.0.60 () {32 vars in 738 bytes} [Tue Jun 16 02:10:59 2026] GET /v2.0/floatingips/8bc19922-c3c6-45ce-9fa6-a2e949dfe56f/tags => generated 34 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1233/2410] 10.0.0.60 () {34 vars in 787 bytes} [Tue Jun 16 02:10:59 2026] PUT /v2.0/floatingips/8bc19922-c3c6-45ce-9fa6-a2e949dfe56f/tags/black.or.white => generated 4 bytes in 69 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1234/2411] 10.0.0.60 () {32 vars in 738 bytes} [Tue Jun 16 02:10:59 2026] GET /v2.0/floatingips/8bc19922-c3c6-45ce-9fa6-a2e949dfe56f/tags => generated 52 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1235/2412] 10.0.0.60 () {34 vars in 758 bytes} [Tue Jun 16 02:10:59 2026] PUT /v2.0/floatingips/8bc19922-c3c6-45ce-9fa6-a2e949dfe56f/tags => generated 37 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1236/2413] 10.0.0.60 () {32 vars in 738 bytes} [Tue Jun 16 02:10:59 2026] GET /v2.0/floatingips/8bc19922-c3c6-45ce-9fa6-a2e949dfe56f/tags => generated 37 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1237/2414] 10.0.0.60 () {32 vars in 746 bytes} [Tue Jun 16 02:10:59 2026] GET /v2.0/floatingips/8bc19922-c3c6-45ce-9fa6-a2e949dfe56f/tags/red => generated 0 bytes in 31 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:11:00.031 7 INFO neutron.api.v2.resource [None req-f7400d4d-4103-4532-9dcb-011de80838fc 1e4fdfe0382e4963945017450468c45b 3a9ff4765ea24952b9a050782b8417e7 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1238/2415] 10.0.0.60 () {32 vars in 750 bytes} [Tue Jun 16 02:10:59 2026] GET /v2.0/floatingips/8bc19922-c3c6-45ce-9fa6-a2e949dfe56f/tags/green => generated 99 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1239/2416] 10.0.0.60 () {32 vars in 749 bytes} [Tue Jun 16 02:11:00 2026] DELETE /v2.0/floatingips/8bc19922-c3c6-45ce-9fa6-a2e949dfe56f/tags/red => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1240/2417] 10.0.0.60 () {32 vars in 738 bytes} [Tue Jun 16 02:11:00 2026] GET /v2.0/floatingips/8bc19922-c3c6-45ce-9fa6-a2e949dfe56f/tags => generated 30 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1178/2418] 10.0.0.60 () {34 vars in 788 bytes} [Tue Jun 16 02:10:59 2026] PUT /v2.0/routers/35f51954-4949-4fd2-b5dd-4dbda0502ebd/remove_router_interface => generated 309 bytes in 932 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:11:00.546 8 INFO neutron_taas.services.taas.taas_plugin [None req-7d8b7b05-a223-462b-b4ef-460486261ff2 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] TaaS: Handle Delete Port: 19bbaf01-3210-4249-b3cd-224b0b1148cd 2026-06-16 02:11:00.549 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7d8b7b05-a223-462b-b4ef-460486261ff2 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] Tap Mirror: Handle Delete Port: 19bbaf01-3210-4249-b3cd-224b0b1148cd 2026-06-16 02:11:00.557 7 INFO neutron.api.v2.resource [None req-1bef9196-c083-47ed-b382-a513a713cfcb 1e4fdfe0382e4963945017450468c45b 3a9ff4765ea24952b9a050782b8417e7 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1241/2419] 10.0.0.60 () {32 vars in 753 bytes} [Tue Jun 16 02:11:00 2026] DELETE /v2.0/floatingips/8bc19922-c3c6-45ce-9fa6-a2e949dfe56f/tags/green => generated 99 bytes in 430 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1242/2420] 10.0.0.60 () {32 vars in 741 bytes} [Tue Jun 16 02:11:00 2026] DELETE /v2.0/floatingips/8bc19922-c3c6-45ce-9fa6-a2e949dfe56f/tags => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1243/2421] 10.0.0.60 () {32 vars in 738 bytes} [Tue Jun 16 02:11:00 2026] GET /v2.0/floatingips/8bc19922-c3c6-45ce-9fa6-a2e949dfe56f/tags => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:11:00.751 7 INFO neutron_taas.services.taas.taas_plugin [None req-6260a614-f433-45a3-b231-d160a4186eaf 1e4fdfe0382e4963945017450468c45b 3a9ff4765ea24952b9a050782b8417e7 - - default default] TaaS: Handle Delete Port: 476b46ec-17de-4462-baad-e0590d277f86 2026-06-16 02:11:00.753 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6260a614-f433-45a3-b231-d160a4186eaf 1e4fdfe0382e4963945017450468c45b 3a9ff4765ea24952b9a050782b8417e7 - - default default] Tap Mirror: Handle Delete Port: 476b46ec-17de-4462-baad-e0590d277f86 2026-06-16 02:11:00.828 8 INFO neutron_taas.services.taas.taas_plugin [None req-7d8b7b05-a223-462b-b4ef-460486261ff2 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] TaaS: Handle Delete Port: 9ca0ff44-f529-4f9b-b3d3-3aa2eab04042 2026-06-16 02:11:00.832 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7d8b7b05-a223-462b-b4ef-460486261ff2 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] Tap Mirror: Handle Delete Port: 9ca0ff44-f529-4f9b-b3d3-3aa2eab04042 [pid: 7|app: 0|req: 1244/2422] 10.0.0.60 () {32 vars in 731 bytes} [Tue Jun 16 02:11:00 2026] DELETE /v2.0/floatingips/8bc19922-c3c6-45ce-9fa6-a2e949dfe56f => generated 0 bytes in 224 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:11:00.946 8 INFO neutron.services.segments.plugin [-] Segment 19b0b6e4-f0af-4f79-b6ec-482a1db13dbd resource provider aggregate not found 2026-06-16 02:11:00.954 8 INFO neutron.services.segments.plugin [-] Segment 19b0b6e4-f0af-4f79-b6ec-482a1db13dbd resource provider aggregate not found 2026-06-16 02:11:00.977 8 INFO neutron.services.segments.plugin [-] Segment 19b0b6e4-f0af-4f79-b6ec-482a1db13dbd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 19b0b6e4-f0af-4f79-b6ec-482a1db13dbd found for delete ", "request_id": "req-de18a203-7a30-4b26-8719-9dedf83f1c7f"}]} 2026-06-16 02:11:00.979 8 INFO neutron.services.segments.plugin [-] Segment 19b0b6e4-f0af-4f79-b6ec-482a1db13dbd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 19b0b6e4-f0af-4f79-b6ec-482a1db13dbd found for delete ", "request_id": "req-5a6256b3-0b72-4d4b-98bb-52007d5ddcea"}]} 2026-06-16 02:11:01.235 8 INFO neutron.db.l3_hamode_db [None req-7d8b7b05-a223-462b-b4ef-460486261ff2 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] HA network 9db0ed2d-fc27-45cc-bdce-67dfa64f6fa5 was deleted as no HA routers are present in tenant 45133ba63e4a4fe4b5318f0aa74fd08a. [pid: 8|app: 0|req: 1179/2423] 10.0.0.60 () {32 vars in 723 bytes} [Tue Jun 16 02:11:00 2026] DELETE /v2.0/routers/35f51954-4949-4fd2-b5dd-4dbda0502ebd => generated 0 bytes in 922 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1245/2424] 10.0.0.60 () {32 vars in 723 bytes} [Tue Jun 16 02:11:01 2026] DELETE /v2.0/subnets/7402f14e-1d9a-4e2e-88a9-426450f7d812 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:11:01.505 8 INFO neutron_taas.services.taas.taas_plugin [None req-cd753157-d025-4623-bbfb-19eebae68ebc 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] TaaS: Handle Delete Port: 276a3a6e-57f8-4ce6-921c-1359d3ec233f 2026-06-16 02:11:01.508 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cd753157-d025-4623-bbfb-19eebae68ebc 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] Tap Mirror: Handle Delete Port: 276a3a6e-57f8-4ce6-921c-1359d3ec233f [pid: 8|app: 0|req: 1180/2425] 10.0.0.60 () {32 vars in 725 bytes} [Tue Jun 16 02:11:01 2026] DELETE /v2.0/networks/398092ef-4b44-4c39-987c-598e85d7307a => generated 0 bytes in 282 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1246/2426] 10.0.0.60 () {32 vars in 773 bytes} [Tue Jun 16 02:11:01 2026] GET /v2.0/security-groups?tenant_id=341e09840fc04bbf8490fce0972a7142&name=default => generated 2929 bytes in 213 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1181/2427] 10.0.0.60 () {32 vars in 739 bytes} [Tue Jun 16 02:11:01 2026] DELETE /v2.0/security-groups/e4404fde-96f8-41c5-8e07-a6376249e045 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1247/2428] 10.0.0.60 () {32 vars in 773 bytes} [Tue Jun 16 02:11:01 2026] GET /v2.0/security-groups?tenant_id=e496a59d3efd4a4a8f6bdbf97115080e&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: 1182/2429] 10.0.0.60 () {32 vars in 773 bytes} [Tue Jun 16 02:11:01 2026] GET /v2.0/security-groups?tenant_id=3a9ff4765ea24952b9a050782b8417e7&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: 1248/2430] 10.0.0.60 () {32 vars in 739 bytes} [Tue Jun 16 02:11:01 2026] DELETE /v2.0/security-groups/4b9f958e-554b-4ef1-bb1b-3a27f2e15427 => 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: 1183/2431] 10.0.0.60 () {32 vars in 739 bytes} [Tue Jun 16 02:11:02 2026] DELETE /v2.0/security-groups/0decd3ce-f932-43df-b16f-4ce2c6c2c9dd => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1249/2432] 10.0.0.60 () {32 vars in 773 bytes} [Tue Jun 16 02:11:02 2026] GET /v2.0/security-groups?tenant_id=45133ba63e4a4fe4b5318f0aa74fd08a&name=default => generated 2925 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1184/2433] 10.0.0.60 () {32 vars in 739 bytes} [Tue Jun 16 02:11:02 2026] DELETE /v2.0/security-groups/0b917bc1-1e22-48a1-a0a3-dd93d53e8c03 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:11:03.001 8 INFO neutron.services.segments.plugin [-] Segment be47abf9-9afc-40a9-b6ba-718ecddb4e95 resource provider aggregate not found 2026-06-16 02:11:03.004 8 INFO neutron.services.segments.plugin [-] Segment be47abf9-9afc-40a9-b6ba-718ecddb4e95 resource provider aggregate not found 2026-06-16 02:11:03.017 8 INFO neutron.services.segments.plugin [-] Segment be47abf9-9afc-40a9-b6ba-718ecddb4e95 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid be47abf9-9afc-40a9-b6ba-718ecddb4e95 found for delete ", "request_id": "req-129d5069-990b-4fcd-b1af-68c7b473c9ab"}]} 2026-06-16 02:11:03.025 8 INFO neutron.services.segments.plugin [-] Segment be47abf9-9afc-40a9-b6ba-718ecddb4e95 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid be47abf9-9afc-40a9-b6ba-718ecddb4e95 found for delete ", "request_id": "req-958acc33-d4e1-4544-ae6a-400c2c7d3c1d"}]} 2026-06-16 02:11:03.042 8 INFO neutron.services.segments.plugin [-] Segment 80c4245b-08a9-4718-9dfd-79a7019d2683 resource provider aggregate not found 2026-06-16 02:11:03.053 8 INFO neutron.services.segments.plugin [-] Segment 80c4245b-08a9-4718-9dfd-79a7019d2683 resource provider aggregate not found 2026-06-16 02:11:03.061 8 INFO neutron.services.segments.plugin [-] Segment 80c4245b-08a9-4718-9dfd-79a7019d2683 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 80c4245b-08a9-4718-9dfd-79a7019d2683 found for delete ", "request_id": "req-a47e1f7a-1bec-4e20-9416-cd4343538efa"}]} 2026-06-16 02:11:03.068 8 INFO neutron.services.segments.plugin [-] Segment 80c4245b-08a9-4718-9dfd-79a7019d2683 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 80c4245b-08a9-4718-9dfd-79a7019d2683 found for delete ", "request_id": "req-de997627-4a12-46f1-9e81-4af028a9b6d2"}]} 2026-06-16 02:11:05.849 7 INFO neutron.db.segments_db [None req-03ae60ac-0ab5-4233-847b-104bbd6bca4b 00f775204c3c49a9be38ec32f8df2ae9 e8afb69ead2a42a3905ae5c93df91790 - - default default] Added segment b6c81fcb-feac-4c56-9c1e-f8b1852527f4 of type vxlan for network 97e86c78-caa1-42a4-92cb-9faa5c5545a1 [pid: 7|app: 0|req: 1250/2434] 10.0.0.60 () {34 vars in 669 bytes} [Tue Jun 16 02:11:05 2026] POST /v2.0/networks => generated 612 bytes in 493 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1185/2435] 10.0.0.60 () {34 vars in 663 bytes} [Tue Jun 16 02:11:05 2026] POST /v2.0/ports => generated 743 bytes in 297 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1251/2436] 10.0.0.60 () {34 vars in 746 bytes} [Tue Jun 16 02:11:06 2026] PUT /v2.0/ports/d25ff17e-73af-4c30-977f-a932122d0ddd/tags => generated 25 bytes in 70 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: 1186/2437] 10.0.0.60 () {32 vars in 726 bytes} [Tue Jun 16 02:11:06 2026] GET /v2.0/ports/d25ff17e-73af-4c30-977f-a932122d0ddd/tags => generated 25 bytes in 69 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: 1252/2438] 10.0.0.60 () {34 vars in 757 bytes} [Tue Jun 16 02:11:06 2026] PUT /v2.0/ports/d25ff17e-73af-4c30-977f-a932122d0ddd/tags/green => generated 4 bytes in 86 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: 1187/2439] 10.0.0.60 () {32 vars in 726 bytes} [Tue Jun 16 02:11:06 2026] GET /v2.0/ports/d25ff17e-73af-4c30-977f-a932122d0ddd/tags => generated 34 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1253/2440] 10.0.0.60 () {34 vars in 753 bytes} [Tue Jun 16 02:11:06 2026] PUT /v2.0/ports/d25ff17e-73af-4c30-977f-a932122d0ddd/tags/red => generated 4 bytes in 70 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1188/2441] 10.0.0.60 () {32 vars in 726 bytes} [Tue Jun 16 02:11:06 2026] GET /v2.0/ports/d25ff17e-73af-4c30-977f-a932122d0ddd/tags => generated 34 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1254/2442] 10.0.0.60 () {34 vars in 775 bytes} [Tue Jun 16 02:11:06 2026] PUT /v2.0/ports/d25ff17e-73af-4c30-977f-a932122d0ddd/tags/black.or.white => generated 4 bytes in 90 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: 1255/2443] 10.0.0.60 () {32 vars in 726 bytes} [Tue Jun 16 02:11:06 2026] GET /v2.0/ports/d25ff17e-73af-4c30-977f-a932122d0ddd/tags => generated 52 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1256/2444] 10.0.0.60 () {34 vars in 746 bytes} [Tue Jun 16 02:11:06 2026] PUT /v2.0/ports/d25ff17e-73af-4c30-977f-a932122d0ddd/tags => generated 37 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: 1257/2445] 10.0.0.60 () {32 vars in 726 bytes} [Tue Jun 16 02:11:06 2026] GET /v2.0/ports/d25ff17e-73af-4c30-977f-a932122d0ddd/tags => generated 37 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-16 02:11:06.982 8 INFO neutron.db.segments_db [None req-1dc3e85e-8385-450a-8eda-862db0d166fd 48d9c515f5084783bfd7bb70d7634611 ca54c9c3158f4961af3e494f426cc134 - - default default] Added segment e001684b-e6ca-45fa-bb6a-b86505f45b3f of type vxlan for network 89e1118b-89e0-4831-ad9f-1c8ab54538de [pid: 7|app: 0|req: 1258/2446] 10.0.0.60 () {32 vars in 734 bytes} [Tue Jun 16 02:11:06 2026] GET /v2.0/ports/d25ff17e-73af-4c30-977f-a932122d0ddd/tags/red => generated 0 bytes in 49 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:11:07.036 7 INFO neutron.api.v2.resource [None req-8679155d-b876-4599-a6f1-795ad7e36427 00f775204c3c49a9be38ec32f8df2ae9 e8afb69ead2a42a3905ae5c93df91790 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1259/2447] 10.0.0.60 () {32 vars in 738 bytes} [Tue Jun 16 02:11:06 2026] GET /v2.0/ports/d25ff17e-73af-4c30-977f-a932122d0ddd/tags/green => generated 99 bytes in 48 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: 1189/2448] 10.0.0.60 () {34 vars in 669 bytes} [Tue Jun 16 02:11:06 2026] POST /v2.0/networks => generated 613 bytes in 362 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1260/2449] 10.0.0.60 () {32 vars in 737 bytes} [Tue Jun 16 02:11:07 2026] DELETE /v2.0/ports/d25ff17e-73af-4c30-977f-a932122d0ddd/tags/red => generated 0 bytes in 65 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: 1261/2450] 10.0.0.60 () {32 vars in 726 bytes} [Tue Jun 16 02:11:07 2026] GET /v2.0/ports/d25ff17e-73af-4c30-977f-a932122d0ddd/tags => generated 30 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-16 02:11:07.223 7 INFO neutron.api.v2.resource [None req-a3fb12ed-dc5a-4edf-ab2c-8e6124cc8454 00f775204c3c49a9be38ec32f8df2ae9 e8afb69ead2a42a3905ae5c93df91790 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1262/2451] 10.0.0.60 () {32 vars in 741 bytes} [Tue Jun 16 02:11:07 2026] DELETE /v2.0/ports/d25ff17e-73af-4c30-977f-a932122d0ddd/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: 7|app: 0|req: 1263/2452] 10.0.0.60 () {32 vars in 729 bytes} [Tue Jun 16 02:11:07 2026] DELETE /v2.0/ports/d25ff17e-73af-4c30-977f-a932122d0ddd/tags => generated 0 bytes in 70 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: 1190/2453] 10.0.0.60 () {34 vars in 663 bytes} [Tue Jun 16 02:11:07 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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1264/2454] 10.0.0.60 () {32 vars in 726 bytes} [Tue Jun 16 02:11:07 2026] GET /v2.0/ports/d25ff17e-73af-4c30-977f-a932122d0ddd/tags => generated 12 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-16 02:11:07.502 7 INFO neutron_taas.services.taas.taas_plugin [None req-cf0a009d-6843-4e37-ac94-ea4181c86356 00f775204c3c49a9be38ec32f8df2ae9 e8afb69ead2a42a3905ae5c93df91790 - - default default] TaaS: Handle Delete Port: d25ff17e-73af-4c30-977f-a932122d0ddd 2026-06-16 02:11:07.509 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cf0a009d-6843-4e37-ac94-ea4181c86356 00f775204c3c49a9be38ec32f8df2ae9 e8afb69ead2a42a3905ae5c93df91790 - - default default] Tap Mirror: Handle Delete Port: d25ff17e-73af-4c30-977f-a932122d0ddd [pid: 8|app: 0|req: 1191/2455] 10.0.0.60 () {34 vars in 665 bytes} [Tue Jun 16 02:11:07 2026] POST /v2.0/trunks => generated 407 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:11:07.566 8 INFO neutron.db.segments_db [None req-1f02b050-d93f-417d-805b-fff1d16cd3c0 48d9c515f5084783bfd7bb70d7634611 ca54c9c3158f4961af3e494f426cc134 - - default default] Added segment c335ef3e-0675-4bcb-b631-cf4c14d16bc6 of type vxlan for network 90ad2662-82ea-4d40-8740-0f8c1f3eb3a2 [pid: 7|app: 0|req: 1265/2456] 10.0.0.60 () {32 vars in 719 bytes} [Tue Jun 16 02:11:07 2026] DELETE /v2.0/ports/d25ff17e-73af-4c30-977f-a932122d0ddd => generated 0 bytes in 205 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1192/2457] 10.0.0.60 () {34 vars in 669 bytes} [Tue Jun 16 02:11:07 2026] POST /v2.0/networks => generated 613 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:11:07.706 7 INFO neutron.services.segments.plugin [-] Segment b6c81fcb-feac-4c56-9c1e-f8b1852527f4 resource provider aggregate not found 2026-06-16 02:11:07.714 7 INFO neutron.services.segments.plugin [-] Segment b6c81fcb-feac-4c56-9c1e-f8b1852527f4 resource provider aggregate not found 2026-06-16 02:11:07.730 7 INFO neutron.services.segments.plugin [-] Segment b6c81fcb-feac-4c56-9c1e-f8b1852527f4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b6c81fcb-feac-4c56-9c1e-f8b1852527f4 found for delete ", "request_id": "req-04eb6501-870c-4621-a462-7c87fd75fc24"}]} 2026-06-16 02:11:07.731 7 INFO neutron.services.segments.plugin [-] Segment b6c81fcb-feac-4c56-9c1e-f8b1852527f4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b6c81fcb-feac-4c56-9c1e-f8b1852527f4 found for delete ", "request_id": "req-c0877006-426d-4848-9e95-64731d19caa3"}]} [pid: 7|app: 0|req: 1266/2458] 10.0.0.60 () {32 vars in 725 bytes} [Tue Jun 16 02:11:07 2026] DELETE /v2.0/networks/97e86c78-caa1-42a4-92cb-9faa5c5545a1 => 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: 1193/2459] 10.0.0.60 () {34 vars in 663 bytes} [Tue Jun 16 02:11:07 2026] POST /v2.0/ports => generated 743 bytes in 267 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1267/2460] 10.0.0.60 () {34 vars in 665 bytes} [Tue Jun 16 02:11:07 2026] POST /v2.0/trunks => generated 407 bytes in 179 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:11:08.147 8 INFO neutron.db.segments_db [None req-4244fb20-055b-4090-a445-8f5b93799893 48d9c515f5084783bfd7bb70d7634611 ca54c9c3158f4961af3e494f426cc134 - - default default] Added segment 5bea9e8e-222b-4a66-b35d-9dd60b205a8e of type vxlan for network c7cd340e-2562-497b-9a3b-c824e3d067f3 [pid: 8|app: 0|req: 1194/2461] 10.0.0.60 () {34 vars in 669 bytes} [Tue Jun 16 02:11:08 2026] POST /v2.0/networks => generated 611 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1195/2462] 10.0.0.60 () {32 vars in 773 bytes} [Tue Jun 16 02:11:08 2026] GET /v2.0/security-groups?tenant_id=e8afb69ead2a42a3905ae5c93df91790&name=default => generated 2929 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1196/2463] 10.0.0.60 () {32 vars in 739 bytes} [Tue Jun 16 02:11:08 2026] DELETE /v2.0/security-groups/2825b2fc-27ed-498d-af14-3e7cc6786d70 => 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: 1268/2464] 10.0.0.60 () {34 vars in 663 bytes} [Tue Jun 16 02:11:08 2026] POST /v2.0/ports => generated 743 bytes in 371 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: 1197/2465] 10.0.0.60 () {34 vars in 665 bytes} [Tue Jun 16 02:11:08 2026] POST /v2.0/trunks => generated 407 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1269/2466] 10.0.0.60 () {32 vars in 773 bytes} [Tue Jun 16 02:11:08 2026] GET /v2.0/security-groups?tenant_id=3cc71d5030354bdd9a72fe55e19beadd&name=default => generated 2929 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:11:08.826 8 INFO neutron.db.segments_db [None req-763ea8da-a2ba-4aaa-926f-07d915214298 48d9c515f5084783bfd7bb70d7634611 ca54c9c3158f4961af3e494f426cc134 - - default default] Added segment 21499127-57e4-4774-a89e-9d3fd81452f3 of type vxlan for network 07a759b9-f8fb-4bb2-8b0c-5446d6418175 [pid: 8|app: 0|req: 1198/2467] 10.0.0.60 () {34 vars in 669 bytes} [Tue Jun 16 02:11:08 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: 7|app: 0|req: 1270/2468] 10.0.0.60 () {32 vars in 739 bytes} [Tue Jun 16 02:11:08 2026] DELETE /v2.0/security-groups/dceccaf3-9e8e-4f94-91ee-5df05f777085 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1199/2469] 10.0.0.60 () {34 vars in 663 bytes} [Tue Jun 16 02:11:08 2026] POST /v2.0/ports => generated 743 bytes in 268 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1271/2470] 10.0.0.60 () {34 vars in 665 bytes} [Tue Jun 16 02:11:09 2026] POST /v2.0/trunks => generated 407 bytes in 208 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-16 02:11:09.452 8 INFO neutron.db.segments_db [None req-5542e09f-feb3-4480-878f-34de7cbfe54b 48d9c515f5084783bfd7bb70d7634611 ca54c9c3158f4961af3e494f426cc134 - - default default] Added segment 940a2e85-567f-4aed-b19b-3627dc59e95f of type vxlan for network 5879869e-bd71-4b5e-b696-198e45f4385e [pid: 8|app: 0|req: 1200/2471] 10.0.0.60 () {34 vars in 669 bytes} [Tue Jun 16 02:11:09 2026] POST /v2.0/networks => generated 613 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1272/2472] 10.0.0.60 () {34 vars in 663 bytes} [Tue Jun 16 02:11:09 2026] POST /v2.0/ports => generated 743 bytes in 300 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1201/2473] 10.0.0.60 () {34 vars in 665 bytes} [Tue Jun 16 02:11:09 2026] POST /v2.0/trunks => generated 407 bytes in 164 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: 1273/2474] 10.0.0.60 () {34 vars in 748 bytes} [Tue Jun 16 02:11:10 2026] PUT /v2.0/trunks/bb302874-f909-49f2-ab40-b8a423820724/tags => generated 17 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1202/2475] 10.0.0.60 () {34 vars in 748 bytes} [Tue Jun 16 02:11:10 2026] PUT /v2.0/trunks/d9a040dd-8c49-4ca1-88ca-0441da2d07c9/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: 1274/2476] 10.0.0.60 () {34 vars in 748 bytes} [Tue Jun 16 02:11:10 2026] PUT /v2.0/trunks/b0aaac7e-7a0e-4af4-bdf7-0d6b46887a74/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: 1203/2477] 10.0.0.60 () {34 vars in 748 bytes} [Tue Jun 16 02:11:10 2026] PUT /v2.0/trunks/6e3ce7d1-7291-4bb7-b7b5-882db281dd22/tags => 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: 1275/2478] 10.0.0.60 () {32 vars in 661 bytes} [Tue Jun 16 02:11:10 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1204/2479] 10.0.0.60 () {32 vars in 675 bytes} [Tue Jun 16 02:11:10 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1276/2480] 10.0.0.60 () {32 vars in 671 bytes} [Tue Jun 16 02:11:10 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1205/2481] 10.0.0.60 () {32 vars in 683 bytes} [Tue Jun 16 02:11:10 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1277/2482] 10.0.0.60 () {32 vars in 669 bytes} [Tue Jun 16 02:11:10 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1206/2483] 10.0.0.60 () {32 vars in 683 bytes} [Tue Jun 16 02:11:10 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1278/2484] 10.0.0.60 () {32 vars in 679 bytes} [Tue Jun 16 02:11:10 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1207/2485] 10.0.0.60 () {32 vars in 691 bytes} [Tue Jun 16 02:11:10 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1279/2486] 10.0.0.60 () {32 vars in 718 bytes} [Tue Jun 16 02:11:10 2026] GET /v2.0/trunks/bb302874-f909-49f2-ab40-b8a423820724 => generated 412 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1208/2487] 10.0.0.60 () {32 vars in 716 bytes} [Tue Jun 16 02:11:10 2026] GET /v2.0/ports/f4efc716-84e3-4f3a-af93-6c26be0de241 => generated 826 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1280/2488] 10.0.0.60 () {32 vars in 721 bytes} [Tue Jun 16 02:11:10 2026] DELETE /v2.0/trunks/bb302874-f909-49f2-ab40-b8a423820724 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1209/2489] 10.0.0.60 () {32 vars in 718 bytes} [Tue Jun 16 02:11:10 2026] GET /v2.0/trunks/d9a040dd-8c49-4ca1-88ca-0441da2d07c9 => generated 420 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1281/2490] 10.0.0.60 () {32 vars in 716 bytes} [Tue Jun 16 02:11:10 2026] GET /v2.0/ports/13aac8d2-f9d5-48bc-a785-ae42c3599ff8 => generated 826 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1210/2491] 10.0.0.60 () {32 vars in 721 bytes} [Tue Jun 16 02:11:10 2026] DELETE /v2.0/trunks/d9a040dd-8c49-4ca1-88ca-0441da2d07c9 => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1282/2492] 10.0.0.60 () {32 vars in 718 bytes} [Tue Jun 16 02:11:10 2026] GET /v2.0/trunks/b0aaac7e-7a0e-4af4-bdf7-0d6b46887a74 => generated 429 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1211/2493] 10.0.0.60 () {32 vars in 716 bytes} [Tue Jun 16 02:11:10 2026] GET /v2.0/ports/4a483f9f-7236-4cb2-a7e7-49b6b6796682 => generated 826 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1283/2496] 10.0.0.60 () {32 vars in 721 bytes} [Tue Jun 16 02:11:10 2026] DELETE /v2.0/trunks/b0aaac7e-7a0e-4af4-bdf7-0d6b46887a74 => 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: 1214/2497] 10.0.0.60 () {32 vars in 718 bytes} [Tue Jun 16 02:11:10 2026] GET /v2.0/trunks/6e3ce7d1-7291-4bb7-b7b5-882db281dd22 => generated 414 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1284/2498] 10.0.0.60 () {32 vars in 716 bytes} [Tue Jun 16 02:11:10 2026] GET /v2.0/ports/28457a94-b6f3-4a6b-921e-c72ecb148bcd => generated 826 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1215/2499] 10.0.0.60 () {32 vars in 721 bytes} [Tue Jun 16 02:11:11 2026] DELETE /v2.0/trunks/6e3ce7d1-7291-4bb7-b7b5-882db281dd22 => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1285/2500] 10.0.0.60 () {32 vars in 718 bytes} [Tue Jun 16 02:11:11 2026] GET /v2.0/trunks/142e2057-1b6e-4497-9cc4-d5582603089c => generated 407 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1216/2501] 10.0.0.60 () {32 vars in 716 bytes} [Tue Jun 16 02:11:11 2026] GET /v2.0/ports/b2c1bfad-eb49-4318-a93b-4389eeac4587 => generated 826 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1286/2502] 10.0.0.60 () {32 vars in 721 bytes} [Tue Jun 16 02:11:11 2026] DELETE /v2.0/trunks/142e2057-1b6e-4497-9cc4-d5582603089c => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:11:11.438 8 INFO neutron_taas.services.taas.taas_plugin [None req-f4ddd2fd-2c6c-47bb-865d-736739f0fca1 48d9c515f5084783bfd7bb70d7634611 ca54c9c3158f4961af3e494f426cc134 - - default default] TaaS: Handle Delete Port: f4efc716-84e3-4f3a-af93-6c26be0de241 2026-06-16 02:11:11.441 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f4ddd2fd-2c6c-47bb-865d-736739f0fca1 48d9c515f5084783bfd7bb70d7634611 ca54c9c3158f4961af3e494f426cc134 - - default default] Tap Mirror: Handle Delete Port: f4efc716-84e3-4f3a-af93-6c26be0de241 [pid: 8|app: 0|req: 1217/2503] 10.0.0.60 () {32 vars in 719 bytes} [Tue Jun 16 02:11:11 2026] DELETE /v2.0/ports/f4efc716-84e3-4f3a-af93-6c26be0de241 => generated 0 bytes in 192 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:11:11.615 7 INFO neutron_taas.services.taas.taas_plugin [None req-bf99d095-8264-424c-9ab2-7e921bcef5c7 48d9c515f5084783bfd7bb70d7634611 ca54c9c3158f4961af3e494f426cc134 - - default default] TaaS: Handle Delete Port: 13aac8d2-f9d5-48bc-a785-ae42c3599ff8 2026-06-16 02:11:11.618 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bf99d095-8264-424c-9ab2-7e921bcef5c7 48d9c515f5084783bfd7bb70d7634611 ca54c9c3158f4961af3e494f426cc134 - - default default] Tap Mirror: Handle Delete Port: 13aac8d2-f9d5-48bc-a785-ae42c3599ff8 [pid: 7|app: 0|req: 1287/2504] 10.0.0.60 () {32 vars in 719 bytes} [Tue Jun 16 02:11:11 2026] DELETE /v2.0/ports/13aac8d2-f9d5-48bc-a785-ae42c3599ff8 => generated 0 bytes in 174 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:11:11.798 8 INFO neutron_taas.services.taas.taas_plugin [None req-921aa181-2577-4f5b-ae2e-b656d0ed4d69 48d9c515f5084783bfd7bb70d7634611 ca54c9c3158f4961af3e494f426cc134 - - default default] TaaS: Handle Delete Port: 4a483f9f-7236-4cb2-a7e7-49b6b6796682 2026-06-16 02:11:11.802 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-921aa181-2577-4f5b-ae2e-b656d0ed4d69 48d9c515f5084783bfd7bb70d7634611 ca54c9c3158f4961af3e494f426cc134 - - default default] Tap Mirror: Handle Delete Port: 4a483f9f-7236-4cb2-a7e7-49b6b6796682 [pid: 8|app: 0|req: 1218/2505] 10.0.0.60 () {32 vars in 719 bytes} [Tue Jun 16 02:11:11 2026] DELETE /v2.0/ports/4a483f9f-7236-4cb2-a7e7-49b6b6796682 => generated 0 bytes in 183 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:11:11.999 7 INFO neutron_taas.services.taas.taas_plugin [None req-c713e048-4725-4885-8091-f27e32b78804 48d9c515f5084783bfd7bb70d7634611 ca54c9c3158f4961af3e494f426cc134 - - default default] TaaS: Handle Delete Port: 28457a94-b6f3-4a6b-921e-c72ecb148bcd 2026-06-16 02:11:12.002 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c713e048-4725-4885-8091-f27e32b78804 48d9c515f5084783bfd7bb70d7634611 ca54c9c3158f4961af3e494f426cc134 - - default default] Tap Mirror: Handle Delete Port: 28457a94-b6f3-4a6b-921e-c72ecb148bcd [pid: 7|app: 0|req: 1288/2506] 10.0.0.60 () {32 vars in 719 bytes} [Tue Jun 16 02:11:11 2026] DELETE /v2.0/ports/28457a94-b6f3-4a6b-921e-c72ecb148bcd => generated 0 bytes in 185 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:11:12.175 8 INFO neutron_taas.services.taas.taas_plugin [None req-a799380a-0c28-416b-bb7f-abac375c7953 48d9c515f5084783bfd7bb70d7634611 ca54c9c3158f4961af3e494f426cc134 - - default default] TaaS: Handle Delete Port: b2c1bfad-eb49-4318-a93b-4389eeac4587 2026-06-16 02:11:12.178 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a799380a-0c28-416b-bb7f-abac375c7953 48d9c515f5084783bfd7bb70d7634611 ca54c9c3158f4961af3e494f426cc134 - - default default] Tap Mirror: Handle Delete Port: b2c1bfad-eb49-4318-a93b-4389eeac4587 [pid: 8|app: 0|req: 1219/2507] 10.0.0.60 () {32 vars in 719 bytes} [Tue Jun 16 02:11:12 2026] DELETE /v2.0/ports/b2c1bfad-eb49-4318-a93b-4389eeac4587 => generated 0 bytes in 182 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:11:12.395 7 INFO neutron.services.segments.plugin [-] Segment e001684b-e6ca-45fa-bb6a-b86505f45b3f resource provider aggregate not found 2026-06-16 02:11:12.410 7 INFO neutron.services.segments.plugin [-] Segment e001684b-e6ca-45fa-bb6a-b86505f45b3f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e001684b-e6ca-45fa-bb6a-b86505f45b3f found for delete ", "request_id": "req-57eb7e5b-b42a-4b2d-a8ff-8d8d0f3a59fa"}]} 2026-06-16 02:11:12.422 7 INFO neutron.services.segments.plugin [-] Segment e001684b-e6ca-45fa-bb6a-b86505f45b3f resource provider aggregate not found [pid: 7|app: 0|req: 1289/2508] 10.0.0.60 () {32 vars in 725 bytes} [Tue Jun 16 02:11:12 2026] DELETE /v2.0/networks/89e1118b-89e0-4831-ad9f-1c8ab54538de => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:11:12.444 7 INFO neutron.services.segments.plugin [-] Segment e001684b-e6ca-45fa-bb6a-b86505f45b3f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e001684b-e6ca-45fa-bb6a-b86505f45b3f found for delete ", "request_id": "req-6f739d09-9cc7-4ac4-acb8-4cff0ac47460"}]} 2026-06-16 02:11:12.562 8 INFO neutron.services.segments.plugin [-] Segment c335ef3e-0675-4bcb-b631-cf4c14d16bc6 resource provider aggregate not found 2026-06-16 02:11:12.568 8 INFO neutron.services.segments.plugin [-] Segment c335ef3e-0675-4bcb-b631-cf4c14d16bc6 resource provider aggregate not found 2026-06-16 02:11:12.583 8 INFO neutron.services.segments.plugin [-] Segment c335ef3e-0675-4bcb-b631-cf4c14d16bc6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c335ef3e-0675-4bcb-b631-cf4c14d16bc6 found for delete ", "request_id": "req-9bc6d5cb-5c22-4e7c-aa81-eb999d69c65f"}]} 2026-06-16 02:11:12.593 8 INFO neutron.services.segments.plugin [-] Segment c335ef3e-0675-4bcb-b631-cf4c14d16bc6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c335ef3e-0675-4bcb-b631-cf4c14d16bc6 found for delete ", "request_id": "req-e6baca2f-9da4-4e11-9ce6-fce20e80e5fc"}]} [pid: 8|app: 0|req: 1220/2509] 10.0.0.60 () {32 vars in 725 bytes} [Tue Jun 16 02:11:12 2026] DELETE /v2.0/networks/90ad2662-82ea-4d40-8740-0f8c1f3eb3a2 => 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: 1290/2510] 10.0.0.60 () {32 vars in 725 bytes} [Tue Jun 16 02:11:12 2026] DELETE /v2.0/networks/c7cd340e-2562-497b-9a3b-c824e3d067f3 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1221/2511] 10.0.0.60 () {32 vars in 725 bytes} [Tue Jun 16 02:11:12 2026] DELETE /v2.0/networks/07a759b9-f8fb-4bb2-8b0c-5446d6418175 => 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: 1291/2512] 10.0.0.60 () {32 vars in 725 bytes} [Tue Jun 16 02:11:12 2026] DELETE /v2.0/networks/5879869e-bd71-4b5e-b696-198e45f4385e => 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: 1222/2513] 10.0.0.60 () {32 vars in 773 bytes} [Tue Jun 16 02:11:13 2026] GET /v2.0/security-groups?tenant_id=ca54c9c3158f4961af3e494f426cc134&name=default => generated 2929 bytes in 209 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1292/2514] 10.0.0.60 () {32 vars in 739 bytes} [Tue Jun 16 02:11:14 2026] DELETE /v2.0/security-groups/4bd3aea7-6d58-4c04-8015-082bc81c94bc => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1223/2515] 10.0.0.60 () {32 vars in 773 bytes} [Tue Jun 16 02:11:14 2026] GET /v2.0/security-groups?tenant_id=38504e252ceb445898ae6b34412b2d6f&name=default => generated 2929 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:11:14.430 7 INFO neutron.services.segments.plugin [-] Segment 5bea9e8e-222b-4a66-b35d-9dd60b205a8e resource provider aggregate not found 2026-06-16 02:11:14.459 7 INFO neutron.services.segments.plugin [-] Segment 5bea9e8e-222b-4a66-b35d-9dd60b205a8e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5bea9e8e-222b-4a66-b35d-9dd60b205a8e found for delete ", "request_id": "req-b1f6969a-c5bb-496b-8158-2efd0a7a5d2e"}]} 2026-06-16 02:11:14.466 7 INFO neutron.services.segments.plugin [-] Segment 5bea9e8e-222b-4a66-b35d-9dd60b205a8e resource provider aggregate not found 2026-06-16 02:11:14.482 7 INFO neutron.services.segments.plugin [-] Segment 5bea9e8e-222b-4a66-b35d-9dd60b205a8e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5bea9e8e-222b-4a66-b35d-9dd60b205a8e found for delete ", "request_id": "req-dea86b0c-3c38-4d6c-a72d-2fa67b27cdab"}]} [pid: 7|app: 0|req: 1293/2516] 10.0.0.60 () {32 vars in 739 bytes} [Tue Jun 16 02:11:14 2026] DELETE /v2.0/security-groups/08a79fe5-23a0-45d8-8c54-a096c4800e64 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:11:14.496 7 INFO neutron.services.segments.plugin [-] Segment 940a2e85-567f-4aed-b19b-3627dc59e95f resource provider aggregate not found 2026-06-16 02:11:14.503 7 INFO neutron.services.segments.plugin [-] Segment 940a2e85-567f-4aed-b19b-3627dc59e95f resource provider aggregate not found 2026-06-16 02:11:14.516 7 INFO neutron.services.segments.plugin [-] Segment 940a2e85-567f-4aed-b19b-3627dc59e95f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 940a2e85-567f-4aed-b19b-3627dc59e95f found for delete ", "request_id": "req-3ca7215d-7016-4582-a842-121ba2514315"}]} 2026-06-16 02:11:14.519 7 INFO neutron.services.segments.plugin [-] Segment 940a2e85-567f-4aed-b19b-3627dc59e95f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 940a2e85-567f-4aed-b19b-3627dc59e95f found for delete ", "request_id": "req-98dccfa3-7e28-4d1c-b7c8-1b3b94b176af"}]} 2026-06-16 02:11:14.599 8 INFO neutron.services.segments.plugin [-] Segment 21499127-57e4-4774-a89e-9d3fd81452f3 resource provider aggregate not found 2026-06-16 02:11:14.615 8 INFO neutron.services.segments.plugin [-] Segment 21499127-57e4-4774-a89e-9d3fd81452f3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 21499127-57e4-4774-a89e-9d3fd81452f3 found for delete ", "request_id": "req-2b182f11-b6e2-497f-8596-613c50868488"}]} 2026-06-16 02:11:14.616 8 INFO neutron.services.segments.plugin [-] Segment 21499127-57e4-4774-a89e-9d3fd81452f3 resource provider aggregate not found 2026-06-16 02:11:14.631 8 INFO neutron.services.segments.plugin [-] Segment 21499127-57e4-4774-a89e-9d3fd81452f3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 21499127-57e4-4774-a89e-9d3fd81452f3 found for delete ", "request_id": "req-e7642655-5d53-4ccc-a6dd-20ac75bd4799"}]} [pid: 8|app: 0|req: 1224/2517] 10.0.0.60 () {32 vars in 773 bytes} [Tue Jun 16 02:11:14 2026] GET /v2.0/security-groups?tenant_id=7ae2cff47d5642a493d8099b42c53d7c&name=default => generated 2929 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1294/2518] 10.0.0.60 () {32 vars in 739 bytes} [Tue Jun 16 02:11:14 2026] DELETE /v2.0/security-groups/029747c2-d761-4641-8fae-4219831b03df => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1225/2519] 10.0.0.60 () {34 vars in 677 bytes} [Tue Jun 16 02:11:18 2026] POST /v2.0/qos/policies => generated 359 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1226/2520] 10.0.0.60 () {34 vars in 752 bytes} [Tue Jun 16 02:11:18 2026] PUT /v2.0/policies/87bf792b-a9f5-41f6-ab69-ebfc13284e87/tags => generated 25 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1227/2521] 10.0.0.60 () {32 vars in 732 bytes} [Tue Jun 16 02:11:18 2026] GET /v2.0/policies/87bf792b-a9f5-41f6-ab69-ebfc13284e87/tags => generated 25 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1228/2522] 10.0.0.60 () {34 vars in 763 bytes} [Tue Jun 16 02:11:18 2026] PUT /v2.0/policies/87bf792b-a9f5-41f6-ab69-ebfc13284e87/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: 1229/2523] 10.0.0.60 () {32 vars in 732 bytes} [Tue Jun 16 02:11:18 2026] GET /v2.0/policies/87bf792b-a9f5-41f6-ab69-ebfc13284e87/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: 1230/2524] 10.0.0.60 () {34 vars in 759 bytes} [Tue Jun 16 02:11:18 2026] PUT /v2.0/policies/87bf792b-a9f5-41f6-ab69-ebfc13284e87/tags/red => generated 4 bytes in 49 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-06-16 02:11:18.412 7 INFO neutron.db.segments_db [None req-dce7663a-c117-47a5-8517-edb4e57d7aed 9ce1e4737a1d45b6928babb980682d33 4c7a5981d8db47bd89cb4ce6253924bd - - default default] Added segment 8f0ec570-a340-4d15-b9ee-f715d5a10b39 of type vxlan for network 814024bb-f5b8-4489-8370-6338cecf06fc [pid: 8|app: 0|req: 1231/2525] 10.0.0.60 () {32 vars in 732 bytes} [Tue Jun 16 02:11:18 2026] GET /v2.0/policies/87bf792b-a9f5-41f6-ab69-ebfc13284e87/tags => generated 34 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1232/2526] 10.0.0.60 () {34 vars in 781 bytes} [Tue Jun 16 02:11:18 2026] PUT /v2.0/policies/87bf792b-a9f5-41f6-ab69-ebfc13284e87/tags/black.or.white => generated 4 bytes in 40 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1295/2527] 10.0.0.60 () {34 vars in 669 bytes} [Tue Jun 16 02:11:18 2026] POST /v2.0/networks => generated 620 bytes in 349 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1233/2528] 10.0.0.60 () {32 vars in 732 bytes} [Tue Jun 16 02:11:18 2026] GET /v2.0/policies/87bf792b-a9f5-41f6-ab69-ebfc13284e87/tags => generated 52 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1234/2529] 10.0.0.60 () {34 vars in 752 bytes} [Tue Jun 16 02:11:18 2026] PUT /v2.0/policies/87bf792b-a9f5-41f6-ab69-ebfc13284e87/tags => generated 37 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1235/2530] 10.0.0.60 () {32 vars in 732 bytes} [Tue Jun 16 02:11:18 2026] GET /v2.0/policies/87bf792b-a9f5-41f6-ab69-ebfc13284e87/tags => generated 37 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1236/2531] 10.0.0.60 () {32 vars in 740 bytes} [Tue Jun 16 02:11:18 2026] GET /v2.0/policies/87bf792b-a9f5-41f6-ab69-ebfc13284e87/tags/red => generated 0 bytes in 42 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:11:18.672 8 INFO neutron.api.v2.resource [None req-ff1fea3f-0ebe-4814-be23-f1373a3dbd08 8bce465f68c04ca19ee89b32ed11d919 8326c6a6761248c989a79be2b82fb0d9 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1237/2532] 10.0.0.60 () {32 vars in 744 bytes} [Tue Jun 16 02:11:18 2026] GET /v2.0/policies/87bf792b-a9f5-41f6-ab69-ebfc13284e87/tags/green => generated 99 bytes in 29 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1238/2533] 10.0.0.60 () {32 vars in 743 bytes} [Tue Jun 16 02:11:18 2026] DELETE /v2.0/policies/87bf792b-a9f5-41f6-ab69-ebfc13284e87/tags/red => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1296/2534] 10.0.0.60 () {34 vars in 668 bytes} [Tue Jun 16 02:11:18 2026] POST /v2.0/subnets => generated 656 bytes in 275 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1239/2535] 10.0.0.60 () {32 vars in 732 bytes} [Tue Jun 16 02:11:18 2026] GET /v2.0/policies/87bf792b-a9f5-41f6-ab69-ebfc13284e87/tags => generated 30 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:11:18.816 8 INFO neutron.api.v2.resource [None req-45d952e5-ee47-4b73-bd8c-0d6e8883ae6a 8bce465f68c04ca19ee89b32ed11d919 8326c6a6761248c989a79be2b82fb0d9 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1240/2536] 10.0.0.60 () {32 vars in 747 bytes} [Tue Jun 16 02:11:18 2026] DELETE /v2.0/policies/87bf792b-a9f5-41f6-ab69-ebfc13284e87/tags/green => generated 99 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1297/2537] 10.0.0.60 () {32 vars in 721 bytes} [Tue Jun 16 02:11:18 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1241/2538] 10.0.0.60 () {32 vars in 735 bytes} [Tue Jun 16 02:11:18 2026] DELETE /v2.0/policies/87bf792b-a9f5-41f6-ab69-ebfc13284e87/tags => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1242/2539] 10.0.0.60 () {32 vars in 732 bytes} [Tue Jun 16 02:11:18 2026] GET /v2.0/policies/87bf792b-a9f5-41f6-ab69-ebfc13284e87/tags => generated 12 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1243/2540] 10.0.0.60 () {32 vars in 733 bytes} [Tue Jun 16 02:11:18 2026] DELETE /v2.0/qos/policies/87bf792b-a9f5-41f6-ab69-ebfc13284e87 => 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: 1298/2541] 10.0.0.60 () {34 vars in 668 bytes} [Tue Jun 16 02:11:18 2026] POST /v2.0/subnets => generated 732 bytes in 215 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:11:19.095 8 INFO neutron.db.segments_db [None req-b5ad59b7-8262-4d13-893a-29c03da58b5b 9ce1e4737a1d45b6928babb980682d33 4c7a5981d8db47bd89cb4ce6253924bd - - default default] Added segment 94980d2c-a76b-4e89-867a-7ee8d2efaea6 of type vxlan for network 1101fd73-21c2-4d61-abbb-340305de4a9c [pid: 8|app: 0|req: 1244/2542] 10.0.0.60 () {34 vars in 669 bytes} [Tue Jun 16 02:11:19 2026] POST /v2.0/networks => generated 619 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1299/2543] 10.0.0.60 () {34 vars in 668 bytes} [Tue Jun 16 02:11:19 2026] POST /v2.0/subnets => generated 656 bytes in 282 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1245/2544] 10.0.0.60 () {34 vars in 668 bytes} [Tue Jun 16 02:11:19 2026] POST /v2.0/subnets => generated 725 bytes in 248 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:11:19.776 8 INFO neutron.db.segments_db [None req-fa71c5e4-c311-40bf-89e4-5be9736d847f 9ce1e4737a1d45b6928babb980682d33 4c7a5981d8db47bd89cb4ce6253924bd - - default default] Added segment 4cda409a-41fe-4545-8cf3-3734efd8297b of type vxlan for network 14e3fec9-d5ab-4b1d-96f4-b6cab1f0fbd4 [pid: 7|app: 0|req: 1300/2545] 10.0.0.60 () {32 vars in 773 bytes} [Tue Jun 16 02:11:19 2026] GET /v2.0/security-groups?tenant_id=6b62860f092d4524965d04a0dc56af41&name=default => generated 2929 bytes in 191 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1246/2546] 10.0.0.60 () {34 vars in 669 bytes} [Tue Jun 16 02:11:19 2026] POST /v2.0/networks => generated 618 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1301/2547] 10.0.0.60 () {32 vars in 739 bytes} [Tue Jun 16 02:11:19 2026] DELETE /v2.0/security-groups/fea81621-a0b0-4c3b-8504-4c7b408e0ac2 => 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: 1247/2548] 10.0.0.60 () {34 vars in 668 bytes} [Tue Jun 16 02:11:19 2026] POST /v2.0/subnets => generated 656 bytes in 222 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1302/2549] 10.0.0.60 () {32 vars in 773 bytes} [Tue Jun 16 02:11:19 2026] GET /v2.0/security-groups?tenant_id=8326c6a6761248c989a79be2b82fb0d9&name=default => generated 2929 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1303/2550] 10.0.0.60 () {32 vars in 739 bytes} [Tue Jun 16 02:11:20 2026] DELETE /v2.0/security-groups/7676d42f-0aad-43dd-8de7-0453aa8a08d2 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1248/2551] 10.0.0.60 () {34 vars in 668 bytes} [Tue Jun 16 02:11:20 2026] POST /v2.0/subnets => generated 730 bytes in 226 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:11:20.377 7 INFO neutron.db.segments_db [None req-28bee47a-fde1-4213-8a20-e167eb43d16d 9ce1e4737a1d45b6928babb980682d33 4c7a5981d8db47bd89cb4ce6253924bd - - default default] Added segment 241e1a50-259d-44a0-9df6-8489bcb12d3a of type vxlan for network 8603fe50-4c3f-42d2-90b2-0693488fd1cd 2026-06-16 02:11:20.598 7 INFO neutron.db.l3_hamode_db [None req-28bee47a-fde1-4213-8a20-e167eb43d16d 9ce1e4737a1d45b6928babb980682d33 4c7a5981d8db47bd89cb4ce6253924bd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-16 02:11:21.364 7 INFO neutron.db.l3_hamode_db [None req-28bee47a-fde1-4213-8a20-e167eb43d16d 9ce1e4737a1d45b6928babb980682d33 4c7a5981d8db47bd89cb4ce6253924bd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1304/2552] 10.0.0.60 () {34 vars in 668 bytes} [Tue Jun 16 02:11:20 2026] POST /v2.0/routers => generated 685 bytes in 1911 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:11:23.634 7 INFO neutron.db.segments_db [None req-39230835-c3d2-4db4-b43f-77599c98d0b9 90915fa047894b1b97c42f1fd01561d1 56c1b17a0e5a48ec8830c70f6af62582 - - default default] Added segment a4c02edb-0c02-4f4a-9bd1-4a11a7fa4557 of type vxlan for network f71ba2e1-c346-4eb5-b5e4-079559df04fc [pid: 8|app: 0|req: 1249/2553] 10.0.0.60 () {34 vars in 782 bytes} [Tue Jun 16 02:11:22 2026] PUT /v2.0/routers/fb621f8b-73f8-481f-8a69-327adda45a00/add_router_interface => generated 309 bytes in 1427 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1305/2554] 10.0.0.60 () {34 vars in 669 bytes} [Tue Jun 16 02:11:23 2026] POST /v2.0/networks => generated 613 bytes in 416 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1306/2555] 10.0.0.60 () {34 vars in 663 bytes} [Tue Jun 16 02:11:23 2026] POST /v2.0/ports => generated 743 bytes in 343 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: 1307/2556] 10.0.0.60 () {34 vars in 665 bytes} [Tue Jun 16 02:11:24 2026] POST /v2.0/trunks => generated 407 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1308/2557] 10.0.0.60 () {34 vars in 748 bytes} [Tue Jun 16 02:11:24 2026] PUT /v2.0/trunks/0553803b-04dd-42cb-8ac8-04ab1c9b97f0/tags => generated 25 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1309/2558] 10.0.0.60 () {32 vars in 728 bytes} [Tue Jun 16 02:11:24 2026] GET /v2.0/trunks/0553803b-04dd-42cb-8ac8-04ab1c9b97f0/tags => generated 25 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1310/2559] 10.0.0.60 () {34 vars in 759 bytes} [Tue Jun 16 02:11:24 2026] PUT /v2.0/trunks/0553803b-04dd-42cb-8ac8-04ab1c9b97f0/tags/green => generated 4 bytes in 40 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1311/2560] 10.0.0.60 () {32 vars in 728 bytes} [Tue Jun 16 02:11:24 2026] GET /v2.0/trunks/0553803b-04dd-42cb-8ac8-04ab1c9b97f0/tags => generated 34 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1312/2561] 10.0.0.60 () {34 vars in 755 bytes} [Tue Jun 16 02:11:24 2026] PUT /v2.0/trunks/0553803b-04dd-42cb-8ac8-04ab1c9b97f0/tags/red => generated 4 bytes in 30 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1313/2562] 10.0.0.60 () {32 vars in 728 bytes} [Tue Jun 16 02:11:24 2026] GET /v2.0/trunks/0553803b-04dd-42cb-8ac8-04ab1c9b97f0/tags => generated 34 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1314/2563] 10.0.0.60 () {34 vars in 777 bytes} [Tue Jun 16 02:11:24 2026] PUT /v2.0/trunks/0553803b-04dd-42cb-8ac8-04ab1c9b97f0/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: 1315/2564] 10.0.0.60 () {32 vars in 728 bytes} [Tue Jun 16 02:11:24 2026] GET /v2.0/trunks/0553803b-04dd-42cb-8ac8-04ab1c9b97f0/tags => generated 52 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1316/2565] 10.0.0.60 () {34 vars in 748 bytes} [Tue Jun 16 02:11:24 2026] PUT /v2.0/trunks/0553803b-04dd-42cb-8ac8-04ab1c9b97f0/tags => generated 37 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1317/2566] 10.0.0.60 () {32 vars in 728 bytes} [Tue Jun 16 02:11:24 2026] GET /v2.0/trunks/0553803b-04dd-42cb-8ac8-04ab1c9b97f0/tags => generated 37 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1318/2567] 10.0.0.60 () {32 vars in 736 bytes} [Tue Jun 16 02:11:24 2026] GET /v2.0/trunks/0553803b-04dd-42cb-8ac8-04ab1c9b97f0/tags/red => generated 0 bytes in 18 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:11:24.660 7 INFO neutron.api.v2.resource [None req-3b90ff76-4664-4df6-8385-a57fe49c6b0e 90915fa047894b1b97c42f1fd01561d1 56c1b17a0e5a48ec8830c70f6af62582 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1319/2568] 10.0.0.60 () {32 vars in 740 bytes} [Tue Jun 16 02:11:24 2026] GET /v2.0/trunks/0553803b-04dd-42cb-8ac8-04ab1c9b97f0/tags/green => generated 99 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1320/2569] 10.0.0.60 () {32 vars in 739 bytes} [Tue Jun 16 02:11:24 2026] DELETE /v2.0/trunks/0553803b-04dd-42cb-8ac8-04ab1c9b97f0/tags/red => generated 0 bytes in 30 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1321/2570] 10.0.0.60 () {32 vars in 728 bytes} [Tue Jun 16 02:11:24 2026] GET /v2.0/trunks/0553803b-04dd-42cb-8ac8-04ab1c9b97f0/tags => generated 30 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:11:24.741 7 INFO neutron.api.v2.resource [None req-f17e054f-5fa1-4f76-9f1f-6cdc3b54a6ff 90915fa047894b1b97c42f1fd01561d1 56c1b17a0e5a48ec8830c70f6af62582 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1322/2571] 10.0.0.60 () {32 vars in 743 bytes} [Tue Jun 16 02:11:24 2026] DELETE /v2.0/trunks/0553803b-04dd-42cb-8ac8-04ab1c9b97f0/tags/green => generated 99 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1323/2572] 10.0.0.60 () {32 vars in 731 bytes} [Tue Jun 16 02:11:24 2026] DELETE /v2.0/trunks/0553803b-04dd-42cb-8ac8-04ab1c9b97f0/tags => generated 0 bytes in 32 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1324/2573] 10.0.0.60 () {32 vars in 728 bytes} [Tue Jun 16 02:11:24 2026] GET /v2.0/trunks/0553803b-04dd-42cb-8ac8-04ab1c9b97f0/tags => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1325/2574] 10.0.0.60 () {32 vars in 718 bytes} [Tue Jun 16 02:11:24 2026] GET /v2.0/trunks/0553803b-04dd-42cb-8ac8-04ab1c9b97f0 => generated 407 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1326/2575] 10.0.0.60 () {32 vars in 716 bytes} [Tue Jun 16 02:11:24 2026] GET /v2.0/ports/b9078a4d-ff8b-4bba-9b6e-9d2bbf4328f5 => generated 826 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1327/2576] 10.0.0.60 () {32 vars in 721 bytes} [Tue Jun 16 02:11:24 2026] DELETE /v2.0/trunks/0553803b-04dd-42cb-8ac8-04ab1c9b97f0 => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:11:25.054 7 INFO neutron_taas.services.taas.taas_plugin [None req-446d1629-91e8-49b0-a935-62ab9fa80255 90915fa047894b1b97c42f1fd01561d1 56c1b17a0e5a48ec8830c70f6af62582 - - default default] TaaS: Handle Delete Port: b9078a4d-ff8b-4bba-9b6e-9d2bbf4328f5 2026-06-16 02:11:25.058 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-446d1629-91e8-49b0-a935-62ab9fa80255 90915fa047894b1b97c42f1fd01561d1 56c1b17a0e5a48ec8830c70f6af62582 - - default default] Tap Mirror: Handle Delete Port: b9078a4d-ff8b-4bba-9b6e-9d2bbf4328f5 [pid: 7|app: 0|req: 1328/2577] 10.0.0.60 () {32 vars in 719 bytes} [Tue Jun 16 02:11:24 2026] DELETE /v2.0/ports/b9078a4d-ff8b-4bba-9b6e-9d2bbf4328f5 => generated 0 bytes in 192 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:11:25.268 7 INFO neutron.services.segments.plugin [-] Segment a4c02edb-0c02-4f4a-9bd1-4a11a7fa4557 resource provider aggregate not found 2026-06-16 02:11:25.275 7 INFO neutron.services.segments.plugin [-] Segment a4c02edb-0c02-4f4a-9bd1-4a11a7fa4557 resource provider aggregate not found 2026-06-16 02:11:25.294 7 INFO neutron.services.segments.plugin [-] Segment a4c02edb-0c02-4f4a-9bd1-4a11a7fa4557 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a4c02edb-0c02-4f4a-9bd1-4a11a7fa4557 found for delete ", "request_id": "req-e76e44d9-fbc9-4572-970d-819bec29e09d"}]} [pid: 7|app: 0|req: 1329/2578] 10.0.0.60 () {32 vars in 725 bytes} [Tue Jun 16 02:11:25 2026] DELETE /v2.0/networks/f71ba2e1-c346-4eb5-b5e4-079559df04fc => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:11:25.324 7 INFO neutron.services.segments.plugin [-] Segment a4c02edb-0c02-4f4a-9bd1-4a11a7fa4557 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a4c02edb-0c02-4f4a-9bd1-4a11a7fa4557 found for delete ", "request_id": "req-b73d5547-c800-402d-81fa-a0917d5f21a1"}]} [pid: 8|app: 0|req: 1250/2579] 10.0.0.60 () {34 vars in 782 bytes} [Tue Jun 16 02:11:23 2026] PUT /v2.0/routers/fb621f8b-73f8-481f-8a69-327adda45a00/add_router_interface => generated 309 bytes in 1890 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1253/2582] 10.0.0.60 () {32 vars in 773 bytes} [Tue Jun 16 02:11:26 2026] GET /v2.0/security-groups?tenant_id=25d47caab0d746078f7310eae60ef030&name=default => generated 2929 bytes in 239 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1254/2583] 10.0.0.60 () {32 vars in 739 bytes} [Tue Jun 16 02:11:26 2026] DELETE /v2.0/security-groups/a6866955-be8b-4335-b0df-59f2ffcc4b74 => 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: 1255/2584] 10.0.0.60 () {32 vars in 773 bytes} [Tue Jun 16 02:11:26 2026] GET /v2.0/security-groups?tenant_id=56c1b17a0e5a48ec8830c70f6af62582&name=default => generated 2929 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1256/2585] 10.0.0.60 () {32 vars in 739 bytes} [Tue Jun 16 02:11:26 2026] DELETE /v2.0/security-groups/6cdff1f6-74b2-403d-a080-b125e655dfad => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1330/2586] 10.0.0.60 () {34 vars in 782 bytes} [Tue Jun 16 02:11:25 2026] PUT /v2.0/routers/fb621f8b-73f8-481f-8a69-327adda45a00/add_router_interface => generated 309 bytes in 1459 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1257/2587] 10.0.0.60 () {34 vars in 683 bytes} [Tue Jun 16 02:11:27 2026] POST /v2.0/security-groups => generated 1629 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1331/2588] 10.0.0.60 () {34 vars in 694 bytes} [Tue Jun 16 02:11:27 2026] POST /v2.0/security-group-rules => generated 597 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1258/2589] 10.0.0.60 () {34 vars in 694 bytes} [Tue Jun 16 02:11:27 2026] POST /v2.0/security-group-rules => generated 597 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1332/2590] 10.0.0.60 () {34 vars in 694 bytes} [Tue Jun 16 02:11:27 2026] POST /v2.0/security-group-rules => generated 599 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1259/2591] 10.0.0.60 () {34 vars in 694 bytes} [Tue Jun 16 02:11:27 2026] POST /v2.0/security-group-rules => generated 601 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1333/2592] 10.0.0.60 () {34 vars in 694 bytes} [Tue Jun 16 02:11:27 2026] POST /v2.0/security-group-rules => generated 601 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1260/2593] 10.0.0.60 () {34 vars in 694 bytes} [Tue Jun 16 02:11:27 2026] POST /v2.0/security-group-rules => generated 597 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1334/2594] 10.0.0.60 () {34 vars in 694 bytes} [Tue Jun 16 02:11:27 2026] POST /v2.0/security-group-rules => generated 597 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1261/2595] 10.0.0.60 () {34 vars in 694 bytes} [Tue Jun 16 02:11:28 2026] POST /v2.0/security-group-rules => generated 597 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1335/2596] 10.0.0.60 () {34 vars in 694 bytes} [Tue Jun 16 02:11:28 2026] POST /v2.0/security-group-rules => generated 599 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1262/2597] 10.0.0.60 () {34 vars in 694 bytes} [Tue Jun 16 02:11:28 2026] POST /v2.0/security-group-rules => generated 601 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1336/2598] 10.0.0.60 () {34 vars in 694 bytes} [Tue Jun 16 02:11:28 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: 8|app: 0|req: 1263/2599] 10.0.0.213 () {34 vars in 1094 bytes} [Tue Jun 16 02:11:28 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-263650887&fields=id&tenant_id=4c7a5981d8db47bd89cb4ce6253924bd => generated 69 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1337/2600] 10.0.0.213 () {34 vars in 982 bytes} [Tue Jun 16 02:11:29 2026] GET /v2.0/networks?id=1101fd73-21c2-4d61-abbb-340305de4a9c => generated 705 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1264/2601] 10.0.0.213 () {34 vars in 965 bytes} [Tue Jun 16 02:11:29 2026] GET /v2.0/quotas/4c7a5981d8db47bd89cb4ce6253924bd => 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: 1338/2602] 10.0.0.213 () {34 vars in 1002 bytes} [Tue Jun 16 02:11:29 2026] GET /v2.0/ports?tenant_id=4c7a5981d8db47bd89cb4ce6253924bd&fields=id => generated 287 bytes in 159 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1265/2603] 10.0.0.213 () {34 vars in 1008 bytes} [Tue Jun 16 02:11:29 2026] GET /v2.0/networks/1101fd73-21c2-4d61-abbb-340305de4a9c?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: 1339/2604] 10.0.0.213 () {34 vars in 1108 bytes} [Tue Jun 16 02:11:29 2026] GET /v2.0/networks/1101fd73-21c2-4d61-abbb-340305de4a9c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1266/2605] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:11:29 2026] GET /v2.0/ports?device_id=06c42a96-a550-42bd-9f9f-c451bd746679 => 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: 1340/2606] 10.0.0.60 () {32 vars in 773 bytes} [Tue Jun 16 02:11:30 2026] GET /v2.0/security-groups?tenant_id=e40d735bed1d47bea99617b35df808e3&name=default => generated 2929 bytes in 305 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1267/2607] 10.0.0.60 () {32 vars in 739 bytes} [Tue Jun 16 02:11:30 2026] DELETE /v2.0/security-groups/74051160-cc1a-45c7-b281-c82295d6de64 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1341/2608] 10.0.0.60 () {32 vars in 773 bytes} [Tue Jun 16 02:11:30 2026] GET /v2.0/security-groups?tenant_id=81fdf06099d74a008cdba36bb0ac43e2&name=default => generated 2929 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1268/2609] 10.0.0.60 () {32 vars in 739 bytes} [Tue Jun 16 02:11:30 2026] DELETE /v2.0/security-groups/179fc35f-584b-4cf5-8130-0bcd80e1bf63 => 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: 1342/2610] 199.204.45.140 () {34 vars in 986 bytes} [Tue Jun 16 02:11:33 2026] GET /v2.0/networks?id=1101fd73-21c2-4d61-abbb-340305de4a9c => generated 705 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1269/2611] 199.204.45.140 () {34 vars in 1050 bytes} [Tue Jun 16 02:11:33 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=4c7a5981d8db47bd89cb4ce6253924bd => generated 178 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1343/2612] 199.204.45.140 () {38 vars in 955 bytes} [Tue Jun 16 02:11:33 2026] POST /v2.0/ports => generated 1183 bytes in 438 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: 1344/2613] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:11:34 2026] GET /v2.0/ports?device_id=06c42a96-a550-42bd-9f9f-c451bd746679 => generated 1198 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1345/2614] 10.0.0.213 () {34 vars in 1040 bytes} [Tue Jun 16 02:11:34 2026] GET /v2.0/security-groups?id=6cb22ace-76ef-4df4-972b-b653001ea7cc&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: 1270/2615] 199.204.45.140 () {38 vars in 1028 bytes} [Tue Jun 16 02:11:34 2026] PUT /v2.0/ports/b2615e06-4d41-4653-902b-965a9b362280 => generated 1464 bytes in 480 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:11:34.821 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-5cc56c1d-e8c9-46d5-ab92-9013f8dfca8d'] response: {'name': 'network-changed', 'server_uuid': '06c42a96-a550-42bd-9f9f-c451bd746679', 'tag': 'b2615e06-4d41-4653-902b-965a9b362280', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1346/2616] 199.204.45.140 () {34 vars in 1080 bytes} [Tue Jun 16 02:11:35 2026] GET /v2.0/ports?tenant_id=4c7a5981d8db47bd89cb4ce6253924bd&device_id=06c42a96-a550-42bd-9f9f-c451bd746679 => generated 1467 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1271/2617] 199.204.45.140 () {34 vars in 1018 bytes} [Tue Jun 16 02:11:35 2026] GET /v2.0/networks?tenant_id=4c7a5981d8db47bd89cb4ce6253924bd&shared=False => generated 2373 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1347/2618] 199.204.45.140 () {34 vars in 930 bytes} [Tue Jun 16 02:11:35 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1272/2619] 199.204.45.140 () {34 vars in 1080 bytes} [Tue Jun 16 02:11:36 2026] GET /v2.0/ports?tenant_id=4c7a5981d8db47bd89cb4ce6253924bd&device_id=06c42a96-a550-42bd-9f9f-c451bd746679 => generated 1467 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1348/2620] 199.204.45.140 () {34 vars in 1058 bytes} [Tue Jun 16 02:11:36 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.124&port_id=b2615e06-4d41-4653-902b-965a9b362280 => 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: 1273/2621] 199.204.45.140 () {34 vars in 1104 bytes} [Tue Jun 16 02:11:36 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A31c&port_id=b2615e06-4d41-4653-902b-965a9b362280 => 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: 1349/2622] 199.204.45.140 () {34 vars in 1064 bytes} [Tue Jun 16 02:11:36 2026] GET /v2.0/subnets?id=579e93b8-a32b-48f4-9766-f0f1438d0646&id=895baa98-bbc0-4b6f-a768-1207f55f6a60 => generated 1410 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1274/2623] 199.204.45.140 () {34 vars in 1052 bytes} [Tue Jun 16 02:11:36 2026] GET /v2.0/ports?network_id=1101fd73-21c2-4d61-abbb-340305de4a9c&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: 1350/2624] 199.204.45.140 () {34 vars in 1052 bytes} [Tue Jun 16 02:11:36 2026] GET /v2.0/ports?network_id=1101fd73-21c2-4d61-abbb-340305de4a9c&device_owner=network%3Adhcp => generated 1457 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1275/2625] 199.204.45.140 () {34 vars in 1012 bytes} [Tue Jun 16 02:11:36 2026] GET /v2.0/networks/1101fd73-21c2-4d61-abbb-340305de4a9c?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1351/2626] 199.204.45.140 () {34 vars in 1112 bytes} [Tue Jun 16 02:11:36 2026] GET /v2.0/networks/1101fd73-21c2-4d61-abbb-340305de4a9c?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: 1276/2627] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:11:39 2026] GET /v2.0/ports?device_id=06c42a96-a550-42bd-9f9f-c451bd746679 => generated 1198 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1352/2628] 10.0.0.213 () {34 vars in 1040 bytes} [Tue Jun 16 02:11:39 2026] GET /v2.0/security-groups?id=6cb22ace-76ef-4df4-972b-b653001ea7cc&fields=id&fields=name => generated 111 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1278/2631] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:11:44 2026] GET /v2.0/ports?device_id=06c42a96-a550-42bd-9f9f-c451bd746679 => generated 1200 bytes in 236 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1354/2632] 10.0.0.213 () {34 vars in 1040 bytes} [Tue Jun 16 02:11:45 2026] GET /v2.0/security-groups?id=6cb22ace-76ef-4df4-972b-b653001ea7cc&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: 1279/2633] 10.0.0.60 () {32 vars in 817 bytes} [Tue Jun 16 02:11:45 2026] GET /v2.0/ports?network_id=1101fd73-21c2-4d61-abbb-340305de4a9c&mac_address=fa%3A16%3A3e%3A2f%3A03%3A6f => generated 1200 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:11:46.025 7 INFO neutron.db.l3_db [None req-8b5f5582-5b38-4283-b585-2d4a08dad168 9ce1e4737a1d45b6928babb980682d33 4c7a5981d8db47bd89cb4ce6253924bd - - default default] Floating IP 164a45a6-9eec-464a-8d9d-59a7cbea3d57 associated. External IP: 10.96.250.217, port: b2615e06-4d41-4653-902b-965a9b362280. [pid: 7|app: 0|req: 1355/2634] 10.0.0.60 () {34 vars in 676 bytes} [Tue Jun 16 02:11:45 2026] POST /v2.0/floatingips => generated 855 bytes in 1093 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:11:46.403 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-db9dd473-c63f-4e4c-bbc9-a3e2d8ac406d'] response: {'name': 'network-changed', 'server_uuid': '06c42a96-a550-42bd-9f9f-c451bd746679', 'tag': 'b2615e06-4d41-4653-902b-965a9b362280', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1280/2635] 10.0.0.213 () {34 vars in 1094 bytes} [Tue Jun 16 02:11:46 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-263650887&fields=id&tenant_id=4c7a5981d8db47bd89cb4ce6253924bd => generated 69 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1356/2636] 10.0.0.213 () {34 vars in 982 bytes} [Tue Jun 16 02:11:46 2026] GET /v2.0/networks?id=14e3fec9-d5ab-4b1d-96f4-b6cab1f0fbd4 => generated 704 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1281/2637] 10.0.0.213 () {34 vars in 965 bytes} [Tue Jun 16 02:11:46 2026] GET /v2.0/quotas/4c7a5981d8db47bd89cb4ce6253924bd => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1357/2638] 10.0.0.213 () {34 vars in 1002 bytes} [Tue Jun 16 02:11:46 2026] GET /v2.0/ports?tenant_id=4c7a5981d8db47bd89cb4ce6253924bd&fields=id => generated 333 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1358/2639] 199.204.45.140 () {34 vars in 1080 bytes} [Tue Jun 16 02:11:46 2026] GET /v2.0/ports?tenant_id=4c7a5981d8db47bd89cb4ce6253924bd&device_id=06c42a96-a550-42bd-9f9f-c451bd746679 => generated 1469 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1359/2640] 199.204.45.140 () {34 vars in 986 bytes} [Tue Jun 16 02:11:46 2026] GET /v2.0/networks?id=1101fd73-21c2-4d61-abbb-340305de4a9c => 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: 1282/2641] 10.0.0.213 () {34 vars in 1008 bytes} [Tue Jun 16 02:11:46 2026] GET /v2.0/networks/14e3fec9-d5ab-4b1d-96f4-b6cab1f0fbd4?fields=segments => generated 14 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1360/2642] 199.204.45.140 () {34 vars in 1058 bytes} [Tue Jun 16 02:11:47 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.124&port_id=b2615e06-4d41-4653-902b-965a9b362280 => generated 858 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1283/2643] 10.0.0.213 () {34 vars in 1108 bytes} [Tue Jun 16 02:11:47 2026] GET /v2.0/networks/14e3fec9-d5ab-4b1d-96f4-b6cab1f0fbd4?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: 1361/2644] 199.204.45.140 () {34 vars in 1104 bytes} [Tue Jun 16 02:11:47 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A31c&port_id=b2615e06-4d41-4653-902b-965a9b362280 => 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: 1284/2645] 199.204.45.140 () {34 vars in 1064 bytes} [Tue Jun 16 02:11:47 2026] GET /v2.0/subnets?id=579e93b8-a32b-48f4-9766-f0f1438d0646&id=895baa98-bbc0-4b6f-a768-1207f55f6a60 => generated 1410 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1362/2646] 199.204.45.140 () {34 vars in 1052 bytes} [Tue Jun 16 02:11:47 2026] GET /v2.0/ports?network_id=1101fd73-21c2-4d61-abbb-340305de4a9c&device_owner=network%3Adhcp => generated 1457 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1285/2647] 199.204.45.140 () {34 vars in 1052 bytes} [Tue Jun 16 02:11:47 2026] GET /v2.0/ports?network_id=1101fd73-21c2-4d61-abbb-340305de4a9c&device_owner=network%3Adhcp => generated 1457 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1363/2648] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:11:47 2026] GET /v2.0/ports?device_id=72a0576f-117e-40c1-82f8-da206dacabe6 => 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: 1286/2649] 199.204.45.140 () {34 vars in 1012 bytes} [Tue Jun 16 02:11:47 2026] GET /v2.0/networks/1101fd73-21c2-4d61-abbb-340305de4a9c?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: 1364/2650] 199.204.45.140 () {34 vars in 1112 bytes} [Tue Jun 16 02:11:47 2026] GET /v2.0/networks/1101fd73-21c2-4d61-abbb-340305de4a9c?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: 1287/2651] 199.204.45.140 () {34 vars in 986 bytes} [Tue Jun 16 02:11:51 2026] GET /v2.0/networks?id=14e3fec9-d5ab-4b1d-96f4-b6cab1f0fbd4 => generated 704 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1365/2652] 199.204.45.140 () {34 vars in 1050 bytes} [Tue Jun 16 02:11:51 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=4c7a5981d8db47bd89cb4ce6253924bd => generated 178 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1288/2653] 199.204.45.140 () {38 vars in 955 bytes} [Tue Jun 16 02:11:51 2026] POST /v2.0/ports => generated 1179 bytes in 404 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: 1289/2654] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:11:52 2026] GET /v2.0/ports?device_id=72a0576f-117e-40c1-82f8-da206dacabe6 => generated 1194 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1290/2655] 10.0.0.213 () {34 vars in 1040 bytes} [Tue Jun 16 02:11:52 2026] GET /v2.0/security-groups?id=6cb22ace-76ef-4df4-972b-b653001ea7cc&fields=id&fields=name => generated 111 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1366/2656] 199.204.45.140 () {38 vars in 1028 bytes} [Tue Jun 16 02:11:51 2026] PUT /v2.0/ports/010ab3fe-0cfc-4251-a5df-ac96250d401e => generated 1460 bytes in 511 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:11:52.545 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a9e09c04-2aee-4149-b6ac-acd13e4b1a59'] response: {'name': 'network-changed', 'server_uuid': '72a0576f-117e-40c1-82f8-da206dacabe6', 'tag': '010ab3fe-0cfc-4251-a5df-ac96250d401e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1291/2657] 10.0.0.166 () {34 vars in 990 bytes} [Tue Jun 16 02:11:52 2026] GET /v2.0/ports?device_id=06c42a96-a550-42bd-9f9f-c451bd746679 => generated 1469 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: 7|app: 0|req: 1367/2658] 10.0.0.166 () {34 vars in 1040 bytes} [Tue Jun 16 02:11:52 2026] GET /v2.0/security-groups?id=6cb22ace-76ef-4df4-972b-b653001ea7cc&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: 1292/2659] 199.204.45.140 () {34 vars in 1080 bytes} [Tue Jun 16 02:11:53 2026] GET /v2.0/ports?tenant_id=4c7a5981d8db47bd89cb4ce6253924bd&device_id=72a0576f-117e-40c1-82f8-da206dacabe6 => generated 1463 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1368/2660] 199.204.45.140 () {34 vars in 1018 bytes} [Tue Jun 16 02:11:53 2026] GET /v2.0/networks?tenant_id=4c7a5981d8db47bd89cb4ce6253924bd&shared=False => generated 2373 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1293/2661] 199.204.45.140 () {34 vars in 930 bytes} [Tue Jun 16 02:11:53 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1369/2662] 199.204.45.140 () {34 vars in 1080 bytes} [Tue Jun 16 02:11:54 2026] GET /v2.0/ports?tenant_id=4c7a5981d8db47bd89cb4ce6253924bd&device_id=72a0576f-117e-40c1-82f8-da206dacabe6 => generated 1463 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1294/2663] 199.204.45.140 () {34 vars in 1056 bytes} [Tue Jun 16 02:11:54 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.67&port_id=010ab3fe-0cfc-4251-a5df-ac96250d401e => 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: 1370/2664] 199.204.45.140 () {34 vars in 1104 bytes} [Tue Jun 16 02:11:54 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A59&port_id=010ab3fe-0cfc-4251-a5df-ac96250d401e => 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: 1295/2665] 199.204.45.140 () {34 vars in 1064 bytes} [Tue Jun 16 02:11:54 2026] GET /v2.0/subnets?id=8156466e-908c-4989-94e4-a893167053fd&id=f6b332d8-7746-42e4-b1a4-6cab232362bc => 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: 1371/2666] 199.204.45.140 () {34 vars in 1052 bytes} [Tue Jun 16 02:11:54 2026] GET /v2.0/ports?network_id=14e3fec9-d5ab-4b1d-96f4-b6cab1f0fbd4&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: 1296/2667] 199.204.45.140 () {34 vars in 1052 bytes} [Tue Jun 16 02:11:54 2026] GET /v2.0/ports?network_id=14e3fec9-d5ab-4b1d-96f4-b6cab1f0fbd4&device_owner=network%3Adhcp => generated 1461 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1372/2668] 199.204.45.140 () {34 vars in 1012 bytes} [Tue Jun 16 02:11:54 2026] GET /v2.0/networks/14e3fec9-d5ab-4b1d-96f4-b6cab1f0fbd4?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: 1297/2669] 199.204.45.140 () {34 vars in 1112 bytes} [Tue Jun 16 02:11:54 2026] GET /v2.0/networks/14e3fec9-d5ab-4b1d-96f4-b6cab1f0fbd4?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: 1374/2672] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:11:57 2026] GET /v2.0/ports?device_id=72a0576f-117e-40c1-82f8-da206dacabe6 => generated 1196 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1299/2673] 10.0.0.213 () {34 vars in 1040 bytes} [Tue Jun 16 02:11:57 2026] GET /v2.0/security-groups?id=6cb22ace-76ef-4df4-972b-b653001ea7cc&fields=id&fields=name => generated 111 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1375/2674] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:12:02 2026] GET /v2.0/ports?device_id=72a0576f-117e-40c1-82f8-da206dacabe6 => generated 1196 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1300/2675] 10.0.0.213 () {34 vars in 1040 bytes} [Tue Jun 16 02:12:02 2026] GET /v2.0/security-groups?id=6cb22ace-76ef-4df4-972b-b653001ea7cc&fields=id&fields=name => generated 111 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1376/2676] 10.0.0.60 () {32 vars in 817 bytes} [Tue Jun 16 02:12:02 2026] GET /v2.0/ports?network_id=14e3fec9-d5ab-4b1d-96f4-b6cab1f0fbd4&mac_address=fa%3A16%3A3e%3A69%3Afe%3A8c => generated 1196 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:12:03.572 8 INFO neutron.db.l3_db [None req-5f80c66a-01be-45d4-80d3-bc7ec73c2c98 9ce1e4737a1d45b6928babb980682d33 4c7a5981d8db47bd89cb4ce6253924bd - - default default] Floating IP 67a3c4bd-7d10-44a6-ab49-2526fa11c7ae associated. External IP: 10.96.250.211, port: 010ab3fe-0cfc-4251-a5df-ac96250d401e. [pid: 8|app: 0|req: 1301/2677] 10.0.0.60 () {34 vars in 676 bytes} [Tue Jun 16 02:12:02 2026] POST /v2.0/floatingips => generated 854 bytes in 1067 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:12:03.981 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ec6743db-e198-43aa-b686-baf9c974bc7c'] response: {'name': 'network-changed', 'server_uuid': '72a0576f-117e-40c1-82f8-da206dacabe6', 'tag': '010ab3fe-0cfc-4251-a5df-ac96250d401e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1377/2678] 199.204.45.140 () {34 vars in 1080 bytes} [Tue Jun 16 02:12:04 2026] GET /v2.0/ports?tenant_id=4c7a5981d8db47bd89cb4ce6253924bd&device_id=72a0576f-117e-40c1-82f8-da206dacabe6 => generated 1465 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1302/2679] 199.204.45.140 () {34 vars in 986 bytes} [Tue Jun 16 02:12:04 2026] GET /v2.0/networks?id=14e3fec9-d5ab-4b1d-96f4-b6cab1f0fbd4 => generated 800 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1378/2680] 199.204.45.140 () {34 vars in 1056 bytes} [Tue Jun 16 02:12:04 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.67&port_id=010ab3fe-0cfc-4251-a5df-ac96250d401e => generated 857 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1303/2681] 199.204.45.140 () {34 vars in 1104 bytes} [Tue Jun 16 02:12:04 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A59&port_id=010ab3fe-0cfc-4251-a5df-ac96250d401e => 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: 1379/2682] 199.204.45.140 () {34 vars in 1064 bytes} [Tue Jun 16 02:12:04 2026] GET /v2.0/subnets?id=8156466e-908c-4989-94e4-a893167053fd&id=f6b332d8-7746-42e4-b1a4-6cab232362bc => generated 1415 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1304/2683] 199.204.45.140 () {34 vars in 1052 bytes} [Tue Jun 16 02:12:04 2026] GET /v2.0/ports?network_id=14e3fec9-d5ab-4b1d-96f4-b6cab1f0fbd4&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: 1380/2684] 199.204.45.140 () {34 vars in 1052 bytes} [Tue Jun 16 02:12:04 2026] GET /v2.0/ports?network_id=14e3fec9-d5ab-4b1d-96f4-b6cab1f0fbd4&device_owner=network%3Adhcp => generated 1461 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1305/2685] 199.204.45.140 () {34 vars in 1012 bytes} [Tue Jun 16 02:12:04 2026] GET /v2.0/networks/14e3fec9-d5ab-4b1d-96f4-b6cab1f0fbd4?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1381/2686] 199.204.45.140 () {34 vars in 1112 bytes} [Tue Jun 16 02:12:04 2026] GET /v2.0/networks/14e3fec9-d5ab-4b1d-96f4-b6cab1f0fbd4?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: 1306/2687] 10.0.0.166 () {34 vars in 990 bytes} [Tue Jun 16 02:12:10 2026] GET /v2.0/ports?device_id=72a0576f-117e-40c1-82f8-da206dacabe6 => generated 1465 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1382/2688] 10.0.0.166 () {34 vars in 1040 bytes} [Tue Jun 16 02:12:10 2026] GET /v2.0/security-groups?id=6cb22ace-76ef-4df4-972b-b653001ea7cc&fields=id&fields=name => generated 111 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1309/2693] 10.0.0.60 () {32 vars in 720 bytes} [Tue Jun 16 02:12:26 2026] GET /v2.0/subnets/9ca8f02a-fd4d-457c-9a87-34d0a16e689c => generated 674 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1385/2694] 10.0.0.42 () {30 vars in 689 bytes} [Tue Jun 16 02:12:27 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1310/2695] 10.0.0.42 () {30 vars in 691 bytes} [Tue Jun 16 02:12:27 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: 1386/2696] 10.0.0.42 () {30 vars in 667 bytes} [Tue Jun 16 02:12:27 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: 1311/2697] 10.0.0.42 () {30 vars in 703 bytes} [Tue Jun 16 02:12:27 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: 1387/2698] 10.0.0.42 () {28 vars in 438 bytes} [Tue Jun 16 02:12:27 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: 1312/2699] 10.0.0.42 () {30 vars in 727 bytes} [Tue Jun 16 02:12:28 2026] GET /v2.0/subnets/9ca8f02a-fd4d-457c-9a87-34d0a16e689c => generated 656 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1388/2700] 10.0.0.42 () {30 vars in 689 bytes} [Tue Jun 16 02:12:28 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: 1313/2701] 10.0.0.42 () {30 vars in 691 bytes} [Tue Jun 16 02:12:28 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: 1389/2702] 10.0.0.42 () {30 vars in 667 bytes} [Tue Jun 16 02:12:28 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1314/2703] 10.0.0.42 () {30 vars in 703 bytes} [Tue Jun 16 02:12:28 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1390/2704] 10.0.0.42 () {30 vars in 727 bytes} [Tue Jun 16 02:12:28 2026] GET /v2.0/subnets/9ca8f02a-fd4d-457c-9a87-34d0a16e689c => generated 674 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1315/2705] 10.0.0.42 () {30 vars in 689 bytes} [Tue Jun 16 02:12:28 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1391/2706] 10.0.0.42 () {30 vars in 691 bytes} [Tue Jun 16 02:12:28 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1316/2707] 10.0.0.42 () {30 vars in 667 bytes} [Tue Jun 16 02:12:28 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1392/2708] 10.0.0.42 () {30 vars in 703 bytes} [Tue Jun 16 02:12:28 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1317/2709] 10.0.0.42 () {30 vars in 729 bytes} [Tue Jun 16 02:12:28 2026] GET /v2.0/networks/814024bb-f5b8-4489-8370-6338cecf06fc => generated 797 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1393/2710] 10.0.0.42 () {30 vars in 681 bytes} [Tue Jun 16 02:12:28 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: 1318/2711] 10.0.0.42 () {34 vars in 703 bytes} [Tue Jun 16 02:12:28 2026] POST /v2.0/ports => generated 1132 bytes in 315 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1394/2712] 199.204.45.140 () {30 vars in 703 bytes} [Tue Jun 16 02:12:31 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 52 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: 1319/2713] 199.204.45.140 () {30 vars in 705 bytes} [Tue Jun 16 02:12:31 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: 1395/2714] 199.204.45.140 () {30 vars in 681 bytes} [Tue Jun 16 02:12:31 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: 1320/2715] 199.204.45.140 () {30 vars in 717 bytes} [Tue Jun 16 02:12:31 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: 1396/2716] 199.204.45.140 () {30 vars in 737 bytes} [Tue Jun 16 02:12:31 2026] GET /v2.0/ports/8ce6ab40-c5ff-456f-a069-c80e4cd4a2f1 => generated 1132 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1321/2717] 199.204.45.140 () {30 vars in 703 bytes} [Tue Jun 16 02:12:31 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: 1397/2718] 199.204.45.140 () {30 vars in 705 bytes} [Tue Jun 16 02:12:31 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: 1322/2719] 199.204.45.140 () {30 vars in 681 bytes} [Tue Jun 16 02:12:31 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: 1398/2720] 199.204.45.140 () {30 vars in 717 bytes} [Tue Jun 16 02:12:31 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:12:31.676 8 INFO neutron.api.v2.resource [None req-5d1df335-d9d9-457f-ab8d-840944b8d4a4 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1323/2721] 199.204.45.140 () {30 vars in 763 bytes} [Tue Jun 16 02:12:31 2026] GET /v2.0/security-groups/lb-eb9b4e18-460b-4222-bbab-71ed608cc156 => generated 149 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1399/2722] 199.204.45.140 () {30 vars in 785 bytes} [Tue Jun 16 02:12:31 2026] GET /v2.0/security-groups?name=lb-eb9b4e18-460b-4222-bbab-71ed608cc156 => generated 23 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1324/2723] 199.204.45.140 () {34 vars in 736 bytes} [Tue Jun 16 02:12:31 2026] POST /v2.0/security-groups => generated 1638 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1400/2724] 199.204.45.140 () {30 vars in 815 bytes} [Tue Jun 16 02:12:31 2026] GET /v2.0/security-group-rules?security_group_id=0a1b4b77-dfeb-416c-a72f-cd17b57926b7 => generated 1182 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1325/2725] 199.204.45.140 () {34 vars in 789 bytes} [Tue Jun 16 02:12:31 2026] PUT /v2.0/ports/8ce6ab40-c5ff-456f-a069-c80e4cd4a2f1 => generated 1132 bytes in 261 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1401/2726] 199.204.45.140 () {30 vars in 703 bytes} [Tue Jun 16 02:12:32 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1326/2727] 199.204.45.140 () {30 vars in 705 bytes} [Tue Jun 16 02:12:32 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: 1402/2728] 199.204.45.140 () {30 vars in 681 bytes} [Tue Jun 16 02:12:32 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1327/2729] 199.204.45.140 () {30 vars in 717 bytes} [Tue Jun 16 02:12:32 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: 1403/2730] 199.204.45.140 () {30 vars in 741 bytes} [Tue Jun 16 02:12:32 2026] GET /v2.0/subnets/9ca8f02a-fd4d-457c-9a87-34d0a16e689c => generated 674 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1328/2731] 10.0.0.213 () {34 vars in 1016 bytes} [Tue Jun 16 02:12:39 2026] GET /v2.0/security-groups?id=2d21a48c-7c86-4b26-9faf-fa9e8e5b9314&fields=id => generated 69 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1404/2732] 10.0.0.213 () {34 vars in 982 bytes} [Tue Jun 16 02:12:39 2026] GET /v2.0/networks?id=9d7594f1-8efd-4de6-8ce1-cac081ca758f => generated 735 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1329/2733] 10.0.0.213 () {34 vars in 965 bytes} [Tue Jun 16 02:12:39 2026] GET /v2.0/quotas/f4916471bbcd444a8586c6a38c339274 => 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: 1405/2734] 10.0.0.213 () {34 vars in 1002 bytes} [Tue Jun 16 02:12:39 2026] GET /v2.0/ports?tenant_id=f4916471bbcd444a8586c6a38c339274&fields=id => generated 149 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1330/2735] 10.0.0.213 () {34 vars in 1008 bytes} [Tue Jun 16 02:12:39 2026] GET /v2.0/networks/9d7594f1-8efd-4de6-8ce1-cac081ca758f?fields=segments => generated 14 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1406/2736] 10.0.0.213 () {34 vars in 1108 bytes} [Tue Jun 16 02:12:39 2026] GET /v2.0/networks/9d7594f1-8efd-4de6-8ce1-cac081ca758f?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: 1331/2737] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:12:40 2026] GET /v2.0/ports?device_id=79ee10ac-272a-40b3-93fe-b91e9440597f => 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: 1407/2738] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:12:40 2026] GET /v2.0/ports?device_id=79ee10ac-272a-40b3-93fe-b91e9440597f => 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: 1333/2741] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:12:43 2026] GET /v2.0/ports?device_id=79ee10ac-272a-40b3-93fe-b91e9440597f => 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: 1409/2742] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:12:43 2026] GET /v2.0/ports?device_id=79ee10ac-272a-40b3-93fe-b91e9440597f => 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: 1334/2743] 199.204.45.140 () {34 vars in 986 bytes} [Tue Jun 16 02:12:44 2026] GET /v2.0/networks?id=9d7594f1-8efd-4de6-8ce1-cac081ca758f => generated 735 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1410/2744] 199.204.45.140 () {34 vars in 1050 bytes} [Tue Jun 16 02:12:44 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=f4916471bbcd444a8586c6a38c339274 => generated 343 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1335/2745] 199.204.45.140 () {38 vars in 955 bytes} [Tue Jun 16 02:12:44 2026] POST /v2.0/ports => generated 1078 bytes in 306 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1411/2746] 199.204.45.140 () {38 vars in 1028 bytes} [Tue Jun 16 02:12:44 2026] PUT /v2.0/ports/861ab69e-bfab-4ce4-910f-6b23c90182b0 => generated 1239 bytes in 485 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:12:45.345 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c242f160-8066-4b52-8227-765c49d2f37f'] response: {'name': 'network-changed', 'server_uuid': '79ee10ac-272a-40b3-93fe-b91e9440597f', 'tag': '861ab69e-bfab-4ce4-910f-6b23c90182b0', 'status': 'completed', 'code': 200} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1336/2747] 199.204.45.140 () {34 vars in 1080 bytes} [Tue Jun 16 02:12:45 2026] GET /v2.0/ports?tenant_id=f4916471bbcd444a8586c6a38c339274&device_id=79ee10ac-272a-40b3-93fe-b91e9440597f => generated 1242 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1412/2748] 199.204.45.140 () {34 vars in 1018 bytes} [Tue Jun 16 02:12:45 2026] GET /v2.0/networks?tenant_id=f4916471bbcd444a8586c6a38c339274&shared=False => generated 735 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1337/2749] 199.204.45.140 () {34 vars in 930 bytes} [Tue Jun 16 02:12:45 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1413/2750] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:12:46 2026] GET /v2.0/ports?device_id=79ee10ac-272a-40b3-93fe-b91e9440597f => generated 1242 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1338/2751] 10.0.0.213 () {34 vars in 1040 bytes} [Tue Jun 16 02:12:46 2026] GET /v2.0/security-groups?id=2d21a48c-7c86-4b26-9faf-fa9e8e5b9314&fields=id&fields=name => generated 96 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1414/2752] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:12:46 2026] GET /v2.0/ports?device_id=79ee10ac-272a-40b3-93fe-b91e9440597f => generated 1242 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1339/2753] 199.204.45.140 () {34 vars in 1080 bytes} [Tue Jun 16 02:12:47 2026] GET /v2.0/ports?tenant_id=f4916471bbcd444a8586c6a38c339274&device_id=79ee10ac-272a-40b3-93fe-b91e9440597f => generated 1242 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1415/2754] 199.204.45.140 () {34 vars in 1060 bytes} [Tue Jun 16 02:12:47 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.18&port_id=861ab69e-bfab-4ce4-910f-6b23c90182b0 => 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: 1340/2755] 199.204.45.140 () {34 vars in 984 bytes} [Tue Jun 16 02:12:47 2026] GET /v2.0/subnets?id=67818b1b-bfd4-4c77-8c2f-eeda087a9af3 => generated 654 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1416/2756] 199.204.45.140 () {34 vars in 1052 bytes} [Tue Jun 16 02:12:47 2026] GET /v2.0/ports?network_id=9d7594f1-8efd-4de6-8ce1-cac081ca758f&device_owner=network%3Adhcp => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1341/2757] 199.204.45.140 () {34 vars in 1012 bytes} [Tue Jun 16 02:12:47 2026] GET /v2.0/networks/9d7594f1-8efd-4de6-8ce1-cac081ca758f?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1417/2758] 199.204.45.140 () {34 vars in 1112 bytes} [Tue Jun 16 02:12:47 2026] GET /v2.0/networks/9d7594f1-8efd-4de6-8ce1-cac081ca758f?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: 1342/2759] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:12:49 2026] GET /v2.0/ports?device_id=79ee10ac-272a-40b3-93fe-b91e9440597f => generated 1242 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1418/2760] 10.0.0.213 () {34 vars in 1040 bytes} [Tue Jun 16 02:12:49 2026] GET /v2.0/security-groups?id=2d21a48c-7c86-4b26-9faf-fa9e8e5b9314&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: 1343/2761] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:12:49 2026] GET /v2.0/ports?device_id=79ee10ac-272a-40b3-93fe-b91e9440597f => generated 1242 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1419/2762] 199.204.45.140 () {34 vars in 994 bytes} [Tue Jun 16 02:12:51 2026] GET /v2.0/ports?device_id=79ee10ac-272a-40b3-93fe-b91e9440597f => generated 1242 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1344/2763] 199.204.45.140 () {34 vars in 1044 bytes} [Tue Jun 16 02:12:51 2026] GET /v2.0/security-groups?id=2d21a48c-7c86-4b26-9faf-fa9e8e5b9314&fields=id&fields=name => generated 96 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1420/2764] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:12:52 2026] GET /v2.0/ports?device_id=79ee10ac-272a-40b3-93fe-b91e9440597f => generated 1244 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1345/2765] 10.0.0.213 () {34 vars in 1040 bytes} [Tue Jun 16 02:12:52 2026] GET /v2.0/security-groups?id=2d21a48c-7c86-4b26-9faf-fa9e8e5b9314&fields=id&fields=name => generated 96 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1421/2766] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:12:52 2026] GET /v2.0/ports?device_id=79ee10ac-272a-40b3-93fe-b91e9440597f => 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: 1346/2767] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:12:55 2026] GET /v2.0/ports?device_id=79ee10ac-272a-40b3-93fe-b91e9440597f => 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: 1422/2768] 10.0.0.213 () {34 vars in 1040 bytes} [Tue Jun 16 02:12:55 2026] GET /v2.0/security-groups?id=2d21a48c-7c86-4b26-9faf-fa9e8e5b9314&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: 1347/2769] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:12:55 2026] GET /v2.0/ports?device_id=79ee10ac-272a-40b3-93fe-b91e9440597f => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1352/2778] 199.204.45.140 () {30 vars in 703 bytes} [Tue Jun 16 02:13:51 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: 1427/2779] 199.204.45.140 () {30 vars in 705 bytes} [Tue Jun 16 02:13:51 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: 1353/2780] 199.204.45.140 () {30 vars in 681 bytes} [Tue Jun 16 02:13:51 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1428/2781] 199.204.45.140 () {30 vars in 717 bytes} [Tue Jun 16 02:13:51 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: 1354/2782] 199.204.45.140 () {30 vars in 741 bytes} [Tue Jun 16 02:13:51 2026] GET /v2.0/subnets/9ca8f02a-fd4d-457c-9a87-34d0a16e689c => generated 674 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1429/2783] 199.204.45.140 () {30 vars in 769 bytes} [Tue Jun 16 02:13:51 2026] GET /v2.0/ports?device_id=79ee10ac-272a-40b3-93fe-b91e9440597f => generated 1244 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1355/2784] 199.204.45.140 () {34 vars in 717 bytes} [Tue Jun 16 02:13:52 2026] POST /v2.0/ports => generated 1059 bytes in 403 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1430/2785] 10.0.0.213 () {34 vars in 971 bytes} [Tue Jun 16 02:13:52 2026] GET /v2.0/ports/9c338774-e150-44ce-9654-d9677aed7ee5 => generated 1059 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1356/2786] 10.0.0.213 () {34 vars in 907 bytes} [Tue Jun 16 02:13:52 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1431/2787] 199.204.45.140 () {34 vars in 1262 bytes} [Tue Jun 16 02:13:53 2026] GET /v2.0/ports/9c338774-e150-44ce-9654-d9677aed7ee5?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1357/2788] 199.204.45.140 () {34 vars in 1012 bytes} [Tue Jun 16 02:13:53 2026] GET /v2.0/networks/814024bb-f5b8-4489-8370-6338cecf06fc?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1432/2789] 199.204.45.140 () {34 vars in 1112 bytes} [Tue Jun 16 02:13:53 2026] GET /v2.0/networks/814024bb-f5b8-4489-8370-6338cecf06fc?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: 1358/2790] 199.204.45.140 () {34 vars in 975 bytes} [Tue Jun 16 02:13:54 2026] GET /v2.0/ports/9c338774-e150-44ce-9654-d9677aed7ee5 => generated 1059 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1433/2791] 199.204.45.140 () {34 vars in 986 bytes} [Tue Jun 16 02:13:54 2026] GET /v2.0/networks?id=814024bb-f5b8-4489-8370-6338cecf06fc => generated 800 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1359/2792] 199.204.45.140 () {38 vars in 1028 bytes} [Tue Jun 16 02:13:54 2026] PUT /v2.0/ports/9c338774-e150-44ce-9654-d9677aed7ee5 => generated 1249 bytes in 412 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:13:54.763 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-048cb572-f7dc-412a-9e5c-bf83321eefbc'] response: {'name': 'network-changed', 'server_uuid': '79ee10ac-272a-40b3-93fe-b91e9440597f', 'tag': '9c338774-e150-44ce-9654-d9677aed7ee5', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1434/2793] 199.204.45.140 () {34 vars in 1080 bytes} [Tue Jun 16 02:13:55 2026] GET /v2.0/ports?tenant_id=f4916471bbcd444a8586c6a38c339274&device_id=79ee10ac-272a-40b3-93fe-b91e9440597f => generated 2485 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1360/2794] 199.204.45.140 () {34 vars in 986 bytes} [Tue Jun 16 02:13:55 2026] GET /v2.0/networks?id=814024bb-f5b8-4489-8370-6338cecf06fc => generated 800 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1435/2795] 199.204.45.140 () {34 vars in 1058 bytes} [Tue Jun 16 02:13:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.233&port_id=9c338774-e150-44ce-9654-d9677aed7ee5 => 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: 1361/2796] 199.204.45.140 () {34 vars in 984 bytes} [Tue Jun 16 02:13:55 2026] GET /v2.0/subnets?id=9ca8f02a-fd4d-457c-9a87-34d0a16e689c => generated 677 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1436/2797] 199.204.45.140 () {34 vars in 1052 bytes} [Tue Jun 16 02:13:55 2026] GET /v2.0/ports?network_id=814024bb-f5b8-4489-8370-6338cecf06fc&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: 1362/2798] 199.204.45.140 () {34 vars in 1012 bytes} [Tue Jun 16 02:13:55 2026] GET /v2.0/networks/814024bb-f5b8-4489-8370-6338cecf06fc?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: 1437/2799] 199.204.45.140 () {34 vars in 1112 bytes} [Tue Jun 16 02:13:55 2026] GET /v2.0/networks/814024bb-f5b8-4489-8370-6338cecf06fc?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: 1364/2802] 199.204.45.140 () {34 vars in 1080 bytes} [Tue Jun 16 02:13:56 2026] GET /v2.0/ports?tenant_id=f4916471bbcd444a8586c6a38c339274&device_id=79ee10ac-272a-40b3-93fe-b91e9440597f => generated 2485 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1439/2803] 199.204.45.140 () {34 vars in 1060 bytes} [Tue Jun 16 02:13:56 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.18&port_id=861ab69e-bfab-4ce4-910f-6b23c90182b0 => 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: 1365/2804] 199.204.45.140 () {34 vars in 984 bytes} [Tue Jun 16 02:13:56 2026] GET /v2.0/subnets?id=67818b1b-bfd4-4c77-8c2f-eeda087a9af3 => generated 654 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1440/2805] 199.204.45.140 () {34 vars in 1052 bytes} [Tue Jun 16 02:13:56 2026] GET /v2.0/ports?network_id=9d7594f1-8efd-4de6-8ce1-cac081ca758f&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: 1366/2806] 199.204.45.140 () {34 vars in 1012 bytes} [Tue Jun 16 02:13:56 2026] GET /v2.0/networks/9d7594f1-8efd-4de6-8ce1-cac081ca758f?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: 1441/2807] 199.204.45.140 () {34 vars in 1112 bytes} [Tue Jun 16 02:13:56 2026] GET /v2.0/networks/9d7594f1-8efd-4de6-8ce1-cac081ca758f?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: 1367/2808] 199.204.45.140 () {34 vars in 1058 bytes} [Tue Jun 16 02:13:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.233&port_id=9c338774-e150-44ce-9654-d9677aed7ee5 => 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: 1442/2809] 199.204.45.140 () {34 vars in 984 bytes} [Tue Jun 16 02:13:56 2026] GET /v2.0/subnets?id=9ca8f02a-fd4d-457c-9a87-34d0a16e689c => generated 677 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1368/2810] 199.204.45.140 () {34 vars in 1052 bytes} [Tue Jun 16 02:13:56 2026] GET /v2.0/ports?network_id=814024bb-f5b8-4489-8370-6338cecf06fc&device_owner=network%3Adhcp => generated 1461 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1443/2811] 199.204.45.140 () {34 vars in 1012 bytes} [Tue Jun 16 02:13:57 2026] GET /v2.0/networks/814024bb-f5b8-4489-8370-6338cecf06fc?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: 1369/2812] 199.204.45.140 () {34 vars in 1112 bytes} [Tue Jun 16 02:13:57 2026] GET /v2.0/networks/814024bb-f5b8-4489-8370-6338cecf06fc?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1444/2813] 10.0.0.213 () {34 vars in 971 bytes} [Tue Jun 16 02:14:01 2026] GET /v2.0/ports/9c338774-e150-44ce-9654-d9677aed7ee5 => generated 1251 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1370/2814] 199.204.45.140 () {34 vars in 789 bytes} [Tue Jun 16 02:14:01 2026] PUT /v2.0/ports/9c338774-e150-44ce-9654-d9677aed7ee5 => generated 1276 bytes in 280 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:14:01.418 7 INFO neutron.api.v2.resource [None req-49f9e17e-31b0-4e5d-bc73-4044f0317e76 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1445/2815] 199.204.45.140 () {30 vars in 763 bytes} [Tue Jun 16 02:14:01 2026] GET /v2.0/security-groups/lb-eb9b4e18-460b-4222-bbab-71ed608cc156 => generated 149 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 02:14:01.440 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8cd39de5-10fd-489a-ab23-1db975b3ad94'] response: {'name': 'network-changed', 'server_uuid': '79ee10ac-272a-40b3-93fe-b91e9440597f', 'tag': '9c338774-e150-44ce-9654-d9677aed7ee5', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1371/2816] 199.204.45.140 () {30 vars in 785 bytes} [Tue Jun 16 02:14:01 2026] GET /v2.0/security-groups?name=lb-eb9b4e18-460b-4222-bbab-71ed608cc156 => generated 1639 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1446/2817] 199.204.45.140 () {34 vars in 789 bytes} [Tue Jun 16 02:14:01 2026] PUT /v2.0/ports/9c338774-e150-44ce-9654-d9677aed7ee5 => generated 1314 bytes in 233 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:14:01.737 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-35610ec9-e89f-444b-82f2-e374ef768b0c'] response: {'name': 'network-changed', 'server_uuid': '79ee10ac-272a-40b3-93fe-b91e9440597f', 'tag': '9c338774-e150-44ce-9654-d9677aed7ee5', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1372/2818] 199.204.45.140 () {30 vars in 703 bytes} [Tue Jun 16 02:14: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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1447/2819] 199.204.45.140 () {30 vars in 705 bytes} [Tue Jun 16 02:14:01 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: 1373/2820] 199.204.45.140 () {30 vars in 681 bytes} [Tue Jun 16 02:14:01 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1448/2821] 199.204.45.140 () {30 vars in 717 bytes} [Tue Jun 16 02:14:01 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1449/2822] 199.204.45.140 () {30 vars in 741 bytes} [Tue Jun 16 02:14:01 2026] GET /v2.0/subnets/9ca8f02a-fd4d-457c-9a87-34d0a16e689c => generated 674 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1374/2823] 199.204.45.140 () {34 vars in 1080 bytes} [Tue Jun 16 02:14:01 2026] GET /v2.0/ports?tenant_id=f4916471bbcd444a8586c6a38c339274&device_id=79ee10ac-272a-40b3-93fe-b91e9440597f => generated 2586 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1375/2824] 199.204.45.140 () {30 vars in 737 bytes} [Tue Jun 16 02:14:01 2026] GET /v2.0/ports/8ce6ab40-c5ff-456f-a069-c80e4cd4a2f1 => generated 1132 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1450/2825] 199.204.45.140 () {34 vars in 986 bytes} [Tue Jun 16 02:14:01 2026] GET /v2.0/networks?id=814024bb-f5b8-4489-8370-6338cecf06fc => generated 800 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1451/2826] 199.204.45.140 () {34 vars in 1058 bytes} [Tue Jun 16 02:14:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.233&port_id=9c338774-e150-44ce-9654-d9677aed7ee5 => 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: 1376/2827] 199.204.45.140 () {30 vars in 737 bytes} [Tue Jun 16 02:14:02 2026] GET /v2.0/ports/9c338774-e150-44ce-9654-d9677aed7ee5 => generated 1350 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1452/2828] 199.204.45.140 () {34 vars in 984 bytes} [Tue Jun 16 02:14:02 2026] GET /v2.0/subnets?id=9ca8f02a-fd4d-457c-9a87-34d0a16e689c => generated 677 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1377/2829] 199.204.45.140 () {30 vars in 741 bytes} [Tue Jun 16 02:14:02 2026] GET /v2.0/subnets/9ca8f02a-fd4d-457c-9a87-34d0a16e689c => generated 674 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1453/2830] 199.204.45.140 () {34 vars in 1052 bytes} [Tue Jun 16 02:14:02 2026] GET /v2.0/ports?network_id=814024bb-f5b8-4489-8370-6338cecf06fc&device_owner=network%3Adhcp => generated 1461 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1378/2831] 199.204.45.140 () {30 vars in 743 bytes} [Tue Jun 16 02:14:02 2026] GET /v2.0/networks/814024bb-f5b8-4489-8370-6338cecf06fc => generated 797 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1454/2832] 199.204.45.140 () {34 vars in 1012 bytes} [Tue Jun 16 02:14:02 2026] GET /v2.0/networks/814024bb-f5b8-4489-8370-6338cecf06fc?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: 1379/2833] 199.204.45.140 () {30 vars in 737 bytes} [Tue Jun 16 02:14:02 2026] GET /v2.0/ports/8ce6ab40-c5ff-456f-a069-c80e4cd4a2f1 => generated 1132 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1455/2834] 199.204.45.140 () {34 vars in 1112 bytes} [Tue Jun 16 02:14:02 2026] GET /v2.0/networks/814024bb-f5b8-4489-8370-6338cecf06fc?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: 1380/2835] 199.204.45.140 () {30 vars in 741 bytes} [Tue Jun 16 02:14:02 2026] GET /v2.0/subnets/9ca8f02a-fd4d-457c-9a87-34d0a16e689c => generated 674 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1456/2836] 199.204.45.140 () {34 vars in 1080 bytes} [Tue Jun 16 02:14:03 2026] GET /v2.0/ports?tenant_id=f4916471bbcd444a8586c6a38c339274&device_id=79ee10ac-272a-40b3-93fe-b91e9440597f => generated 2586 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1381/2837] 199.204.45.140 () {34 vars in 986 bytes} [Tue Jun 16 02:14:03 2026] GET /v2.0/networks?id=814024bb-f5b8-4489-8370-6338cecf06fc => generated 800 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1457/2838] 199.204.45.140 () {34 vars in 1058 bytes} [Tue Jun 16 02:14:03 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.233&port_id=9c338774-e150-44ce-9654-d9677aed7ee5 => 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: 1382/2839] 199.204.45.140 () {34 vars in 984 bytes} [Tue Jun 16 02:14:03 2026] GET /v2.0/subnets?id=9ca8f02a-fd4d-457c-9a87-34d0a16e689c => generated 677 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1458/2840] 199.204.45.140 () {34 vars in 1052 bytes} [Tue Jun 16 02:14:03 2026] GET /v2.0/ports?network_id=814024bb-f5b8-4489-8370-6338cecf06fc&device_owner=network%3Adhcp => generated 1461 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1383/2841] 199.204.45.140 () {34 vars in 1012 bytes} [Tue Jun 16 02:14:03 2026] GET /v2.0/networks/814024bb-f5b8-4489-8370-6338cecf06fc?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: 1459/2842] 199.204.45.140 () {34 vars in 1112 bytes} [Tue Jun 16 02:14:03 2026] GET /v2.0/networks/814024bb-f5b8-4489-8370-6338cecf06fc?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:14:10.026 8 INFO neutron.db.l3_db [None req-bc78e4c2-7103-41c5-8fbb-755fe3d9e668 9ce1e4737a1d45b6928babb980682d33 4c7a5981d8db47bd89cb4ce6253924bd - - default default] Floating IP ba52c8a3-2486-4a81-9f1d-fbeacf9efc22 associated. External IP: 10.96.250.208, port: 8ce6ab40-c5ff-456f-a069-c80e4cd4a2f1. [pid: 8|app: 0|req: 1384/2843] 10.0.0.60 () {34 vars in 676 bytes} [Tue Jun 16 02:14:09 2026] POST /v2.0/floatingips => generated 899 bytes in 1080 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1461/2846] 199.204.45.140 () {30 vars in 703 bytes} [Tue Jun 16 02:14: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) [pid: 8|app: 0|req: 1386/2847] 199.204.45.140 () {30 vars in 705 bytes} [Tue Jun 16 02:14:13 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: 1462/2848] 199.204.45.140 () {30 vars in 681 bytes} [Tue Jun 16 02:14:13 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: 1387/2849] 199.204.45.140 () {30 vars in 717 bytes} [Tue Jun 16 02:14:13 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:14:13.227 7 INFO neutron.api.v2.resource [None req-fd8632ce-d273-4736-b124-f9f7365300f3 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1463/2850] 199.204.45.140 () {30 vars in 763 bytes} [Tue Jun 16 02:14:13 2026] GET /v2.0/security-groups/lb-eb9b4e18-460b-4222-bbab-71ed608cc156 => generated 149 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1388/2851] 199.204.45.140 () {30 vars in 785 bytes} [Tue Jun 16 02:14:13 2026] GET /v2.0/security-groups?name=lb-eb9b4e18-460b-4222-bbab-71ed608cc156 => generated 1639 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1464/2852] 199.204.45.140 () {30 vars in 815 bytes} [Tue Jun 16 02:14:13 2026] GET /v2.0/security-group-rules?security_group_id=0a1b4b77-dfeb-416c-a72f-cd17b57926b7 => generated 1182 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1389/2853] 199.204.45.140 () {34 vars in 747 bytes} [Tue Jun 16 02:14:13 2026] POST /v2.0/security-group-rules => generated 597 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1465/2854] 199.204.45.140 () {34 vars in 747 bytes} [Tue Jun 16 02:14:13 2026] POST /v2.0/security-group-rules => generated 601 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1390/2855] 10.0.0.42 () {30 vars in 689 bytes} [Tue Jun 16 02:14:22 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1466/2856] 10.0.0.42 () {30 vars in 691 bytes} [Tue Jun 16 02:14:22 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: 1391/2857] 10.0.0.42 () {30 vars in 667 bytes} [Tue Jun 16 02:14: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: 7|app: 0|req: 1467/2858] 10.0.0.42 () {30 vars in 703 bytes} [Tue Jun 16 02:14:22 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1392/2859] 10.0.0.42 () {28 vars in 438 bytes} [Tue Jun 16 02:14:22 2026] GET / => generated 151 bytes in 2 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1468/2860] 10.0.0.42 () {30 vars in 727 bytes} [Tue Jun 16 02:14:22 2026] GET /v2.0/subnets/579e93b8-a32b-48f4-9766-f0f1438d0646 => generated 656 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1393/2861] 199.204.45.140 () {30 vars in 703 bytes} [Tue Jun 16 02:14:25 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1469/2862] 199.204.45.140 () {30 vars in 705 bytes} [Tue Jun 16 02:14:25 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1394/2863] 199.204.45.140 () {30 vars in 681 bytes} [Tue Jun 16 02:14:25 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: 1470/2864] 199.204.45.140 () {30 vars in 717 bytes} [Tue Jun 16 02:14:25 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: 1395/2865] 199.204.45.140 () {30 vars in 741 bytes} [Tue Jun 16 02:14:25 2026] GET /v2.0/subnets/579e93b8-a32b-48f4-9766-f0f1438d0646 => generated 674 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1471/2866] 199.204.45.140 () {30 vars in 769 bytes} [Tue Jun 16 02:14:25 2026] GET /v2.0/ports?device_id=79ee10ac-272a-40b3-93fe-b91e9440597f => generated 2586 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1396/2867] 199.204.45.140 () {30 vars in 703 bytes} [Tue Jun 16 02:14:25 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: 1472/2868] 199.204.45.140 () {30 vars in 705 bytes} [Tue Jun 16 02:14:25 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: 1397/2869] 199.204.45.140 () {30 vars in 681 bytes} [Tue Jun 16 02:14:25 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1473/2870] 199.204.45.140 () {30 vars in 717 bytes} [Tue Jun 16 02:14:25 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: 1398/2873] 199.204.45.140 () {34 vars in 717 bytes} [Tue Jun 16 02:14:25 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: 7|app: 0|req: 1476/2874] 10.0.0.213 () {34 vars in 971 bytes} [Tue Jun 16 02:14:26 2026] GET /v2.0/ports/6aa60185-32c5-4161-addf-55100adeefb6 => generated 1328 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1399/2875] 10.0.0.213 () {34 vars in 907 bytes} [Tue Jun 16 02:14:26 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: 1477/2876] 199.204.45.140 () {34 vars in 1262 bytes} [Tue Jun 16 02:14:27 2026] GET /v2.0/ports/6aa60185-32c5-4161-addf-55100adeefb6?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1400/2877] 199.204.45.140 () {34 vars in 1012 bytes} [Tue Jun 16 02:14:27 2026] GET /v2.0/networks/1101fd73-21c2-4d61-abbb-340305de4a9c?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: 1478/2878] 199.204.45.140 () {34 vars in 1112 bytes} [Tue Jun 16 02:14:27 2026] GET /v2.0/networks/1101fd73-21c2-4d61-abbb-340305de4a9c?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: 1401/2879] 199.204.45.140 () {34 vars in 975 bytes} [Tue Jun 16 02:14:28 2026] GET /v2.0/ports/6aa60185-32c5-4161-addf-55100adeefb6 => generated 1328 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1479/2880] 199.204.45.140 () {34 vars in 986 bytes} [Tue Jun 16 02:14:28 2026] GET /v2.0/networks?id=1101fd73-21c2-4d61-abbb-340305de4a9c => generated 801 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1402/2881] 199.204.45.140 () {38 vars in 1028 bytes} [Tue Jun 16 02:14:28 2026] PUT /v2.0/ports/6aa60185-32c5-4161-addf-55100adeefb6 => generated 1518 bytes in 450 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:14:28.983 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a01a4133-1697-4aaf-aada-37bdd5f4c5c0'] response: {'name': 'network-changed', 'server_uuid': '79ee10ac-272a-40b3-93fe-b91e9440597f', 'tag': '6aa60185-32c5-4161-addf-55100adeefb6', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1480/2882] 199.204.45.140 () {34 vars in 1080 bytes} [Tue Jun 16 02:14:29 2026] GET /v2.0/ports?tenant_id=f4916471bbcd444a8586c6a38c339274&device_id=79ee10ac-272a-40b3-93fe-b91e9440597f => generated 4096 bytes in 49 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: 1403/2883] 199.204.45.140 () {34 vars in 986 bytes} [Tue Jun 16 02:14:29 2026] GET /v2.0/networks?id=1101fd73-21c2-4d61-abbb-340305de4a9c => generated 801 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1481/2884] 199.204.45.140 () {34 vars in 1058 bytes} [Tue Jun 16 02:14:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.231&port_id=6aa60185-32c5-4161-addf-55100adeefb6 => 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: 1404/2885] 199.204.45.140 () {34 vars in 1104 bytes} [Tue Jun 16 02:14:29 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A1f6&port_id=6aa60185-32c5-4161-addf-55100adeefb6 => 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: 1482/2886] 199.204.45.140 () {34 vars in 1064 bytes} [Tue Jun 16 02:14:29 2026] GET /v2.0/subnets?id=579e93b8-a32b-48f4-9766-f0f1438d0646&id=895baa98-bbc0-4b6f-a768-1207f55f6a60 => generated 1410 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1405/2887] 199.204.45.140 () {34 vars in 1052 bytes} [Tue Jun 16 02:14:29 2026] GET /v2.0/ports?network_id=1101fd73-21c2-4d61-abbb-340305de4a9c&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: 7|app: 0|req: 1483/2888] 199.204.45.140 () {34 vars in 1052 bytes} [Tue Jun 16 02:14:29 2026] GET /v2.0/ports?network_id=1101fd73-21c2-4d61-abbb-340305de4a9c&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: 1406/2889] 199.204.45.140 () {34 vars in 1012 bytes} [Tue Jun 16 02:14:29 2026] GET /v2.0/networks/1101fd73-21c2-4d61-abbb-340305de4a9c?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: 1484/2890] 199.204.45.140 () {34 vars in 1112 bytes} [Tue Jun 16 02:14:29 2026] GET /v2.0/networks/1101fd73-21c2-4d61-abbb-340305de4a9c?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: 1407/2891] 199.204.45.140 () {34 vars in 1080 bytes} [Tue Jun 16 02:14:30 2026] GET /v2.0/ports?tenant_id=f4916471bbcd444a8586c6a38c339274&device_id=79ee10ac-272a-40b3-93fe-b91e9440597f => generated 4096 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1485/2892] 199.204.45.140 () {34 vars in 1060 bytes} [Tue Jun 16 02:14:30 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.18&port_id=861ab69e-bfab-4ce4-910f-6b23c90182b0 => 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: 1408/2893] 199.204.45.140 () {34 vars in 984 bytes} [Tue Jun 16 02:14:30 2026] GET /v2.0/subnets?id=67818b1b-bfd4-4c77-8c2f-eeda087a9af3 => generated 654 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1486/2894] 199.204.45.140 () {34 vars in 1052 bytes} [Tue Jun 16 02:14:31 2026] GET /v2.0/ports?network_id=9d7594f1-8efd-4de6-8ce1-cac081ca758f&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1409/2895] 199.204.45.140 () {34 vars in 1012 bytes} [Tue Jun 16 02:14:31 2026] GET /v2.0/networks/9d7594f1-8efd-4de6-8ce1-cac081ca758f?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1487/2896] 199.204.45.140 () {34 vars in 1112 bytes} [Tue Jun 16 02:14:31 2026] GET /v2.0/networks/9d7594f1-8efd-4de6-8ce1-cac081ca758f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1410/2897] 199.204.45.140 () {34 vars in 1058 bytes} [Tue Jun 16 02:14:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.233&port_id=9c338774-e150-44ce-9654-d9677aed7ee5 => 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: 1488/2898] 199.204.45.140 () {34 vars in 984 bytes} [Tue Jun 16 02:14:31 2026] GET /v2.0/subnets?id=9ca8f02a-fd4d-457c-9a87-34d0a16e689c => generated 677 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1411/2899] 199.204.45.140 () {34 vars in 1052 bytes} [Tue Jun 16 02:14:31 2026] GET /v2.0/ports?network_id=814024bb-f5b8-4489-8370-6338cecf06fc&device_owner=network%3Adhcp => generated 1461 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1489/2900] 199.204.45.140 () {34 vars in 1012 bytes} [Tue Jun 16 02:14:31 2026] GET /v2.0/networks/814024bb-f5b8-4489-8370-6338cecf06fc?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: 1412/2901] 199.204.45.140 () {34 vars in 1112 bytes} [Tue Jun 16 02:14:31 2026] GET /v2.0/networks/814024bb-f5b8-4489-8370-6338cecf06fc?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: 1490/2902] 199.204.45.140 () {34 vars in 1058 bytes} [Tue Jun 16 02:14:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.231&port_id=6aa60185-32c5-4161-addf-55100adeefb6 => 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: 1413/2903] 199.204.45.140 () {34 vars in 1104 bytes} [Tue Jun 16 02:14:31 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A1f6&port_id=6aa60185-32c5-4161-addf-55100adeefb6 => 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: 1491/2904] 199.204.45.140 () {34 vars in 1064 bytes} [Tue Jun 16 02:14:31 2026] GET /v2.0/subnets?id=579e93b8-a32b-48f4-9766-f0f1438d0646&id=895baa98-bbc0-4b6f-a768-1207f55f6a60 => generated 1410 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1414/2905] 199.204.45.140 () {34 vars in 1052 bytes} [Tue Jun 16 02:14:31 2026] GET /v2.0/ports?network_id=1101fd73-21c2-4d61-abbb-340305de4a9c&device_owner=network%3Adhcp => generated 1457 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1492/2906] 199.204.45.140 () {34 vars in 1052 bytes} [Tue Jun 16 02:14:31 2026] GET /v2.0/ports?network_id=1101fd73-21c2-4d61-abbb-340305de4a9c&device_owner=network%3Adhcp => generated 1457 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1415/2907] 199.204.45.140 () {34 vars in 1012 bytes} [Tue Jun 16 02:14:31 2026] GET /v2.0/networks/1101fd73-21c2-4d61-abbb-340305de4a9c?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1493/2908] 199.204.45.140 () {34 vars in 1112 bytes} [Tue Jun 16 02:14:31 2026] GET /v2.0/networks/1101fd73-21c2-4d61-abbb-340305de4a9c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1416/2909] 10.0.0.213 () {34 vars in 971 bytes} [Tue Jun 16 02:14:35 2026] GET /v2.0/ports/6aa60185-32c5-4161-addf-55100adeefb6 => generated 1520 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1494/2910] 199.204.45.140 () {30 vars in 743 bytes} [Tue Jun 16 02:14:36 2026] GET /v2.0/networks/1101fd73-21c2-4d61-abbb-340305de4a9c => generated 798 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1417/2911] 199.204.45.140 () {30 vars in 741 bytes} [Tue Jun 16 02:14:36 2026] GET /v2.0/subnets/579e93b8-a32b-48f4-9766-f0f1438d0646 => generated 674 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1495/2912] 199.204.45.140 () {30 vars in 741 bytes} [Tue Jun 16 02:14:36 2026] GET /v2.0/subnets/895baa98-bbc0-4b6f-a768-1207f55f6a60 => generated 743 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1418/2913] 199.204.45.140 () {30 vars in 703 bytes} [Tue Jun 16 02:14:36 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: 1496/2914] 199.204.45.140 () {30 vars in 705 bytes} [Tue Jun 16 02:14:36 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: 1419/2915] 199.204.45.140 () {30 vars in 681 bytes} [Tue Jun 16 02:14:36 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1497/2916] 199.204.45.140 () {30 vars in 717 bytes} [Tue Jun 16 02:14:36 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: 1420/2917] 199.204.45.140 () {30 vars in 741 bytes} [Tue Jun 16 02:14:36 2026] GET /v2.0/subnets/9ca8f02a-fd4d-457c-9a87-34d0a16e689c => generated 674 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1498/2918] 199.204.45.140 () {30 vars in 737 bytes} [Tue Jun 16 02:14:36 2026] GET /v2.0/ports/8ce6ab40-c5ff-456f-a069-c80e4cd4a2f1 => generated 1132 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1421/2919] 199.204.45.140 () {30 vars in 737 bytes} [Tue Jun 16 02:14:36 2026] GET /v2.0/ports/9c338774-e150-44ce-9654-d9677aed7ee5 => generated 1350 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1499/2920] 199.204.45.140 () {30 vars in 741 bytes} [Tue Jun 16 02:14:36 2026] GET /v2.0/subnets/9ca8f02a-fd4d-457c-9a87-34d0a16e689c => generated 674 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1422/2921] 199.204.45.140 () {30 vars in 743 bytes} [Tue Jun 16 02:14:36 2026] GET /v2.0/networks/814024bb-f5b8-4489-8370-6338cecf06fc => generated 797 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1500/2922] 199.204.45.140 () {30 vars in 737 bytes} [Tue Jun 16 02:14:36 2026] GET /v2.0/ports/8ce6ab40-c5ff-456f-a069-c80e4cd4a2f1 => generated 1132 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1423/2923] 199.204.45.140 () {30 vars in 741 bytes} [Tue Jun 16 02:14:36 2026] GET /v2.0/subnets/9ca8f02a-fd4d-457c-9a87-34d0a16e689c => 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: 1425/2926] 10.0.0.42 () {30 vars in 689 bytes} [Tue Jun 16 02:14:43 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: 1502/2927] 10.0.0.42 () {30 vars in 691 bytes} [Tue Jun 16 02:14: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: 8|app: 0|req: 1426/2928] 10.0.0.42 () {30 vars in 667 bytes} [Tue Jun 16 02:14:43 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1503/2929] 10.0.0.42 () {30 vars in 703 bytes} [Tue Jun 16 02:14:43 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: 1427/2930] 10.0.0.42 () {28 vars in 438 bytes} [Tue Jun 16 02:14:43 2026] GET / => generated 151 bytes in 2 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1504/2931] 10.0.0.42 () {30 vars in 727 bytes} [Tue Jun 16 02:14:43 2026] GET /v2.0/subnets/f6b332d8-7746-42e4-b1a4-6cab232362bc => generated 656 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1428/2932] 199.204.45.140 () {30 vars in 703 bytes} [Tue Jun 16 02:14:44 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1505/2933] 199.204.45.140 () {30 vars in 705 bytes} [Tue Jun 16 02:14:44 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: 1429/2934] 199.204.45.140 () {30 vars in 681 bytes} [Tue Jun 16 02:14:44 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: 1506/2935] 199.204.45.140 () {30 vars in 717 bytes} [Tue Jun 16 02:14:44 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: 1430/2936] 199.204.45.140 () {30 vars in 741 bytes} [Tue Jun 16 02:14:44 2026] GET /v2.0/subnets/579e93b8-a32b-48f4-9766-f0f1438d0646 => generated 674 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1507/2937] 199.204.45.140 () {30 vars in 741 bytes} [Tue Jun 16 02:14:44 2026] GET /v2.0/subnets/f6b332d8-7746-42e4-b1a4-6cab232362bc => generated 674 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1431/2938] 199.204.45.140 () {30 vars in 769 bytes} [Tue Jun 16 02:14:44 2026] GET /v2.0/ports?device_id=79ee10ac-272a-40b3-93fe-b91e9440597f => generated 4098 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1508/2939] 199.204.45.140 () {30 vars in 703 bytes} [Tue Jun 16 02:14:45 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: 1432/2940] 199.204.45.140 () {30 vars in 705 bytes} [Tue Jun 16 02:14:45 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1509/2941] 199.204.45.140 () {30 vars in 681 bytes} [Tue Jun 16 02:14: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: 1433/2942] 199.204.45.140 () {30 vars in 717 bytes} [Tue Jun 16 02:14:45 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1510/2943] 199.204.45.140 () {34 vars in 717 bytes} [Tue Jun 16 02:14:45 2026] POST /v2.0/ports => generated 1324 bytes in 398 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1434/2944] 10.0.0.213 () {34 vars in 971 bytes} [Tue Jun 16 02:14:45 2026] GET /v2.0/ports/2636cc64-2d4b-4862-a895-95c1f526cd19 => generated 1324 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: 1511/2945] 199.204.45.140 () {34 vars in 1262 bytes} [Tue Jun 16 02:14:46 2026] GET /v2.0/ports/2636cc64-2d4b-4862-a895-95c1f526cd19?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1435/2946] 199.204.45.140 () {34 vars in 1012 bytes} [Tue Jun 16 02:14:46 2026] GET /v2.0/networks/14e3fec9-d5ab-4b1d-96f4-b6cab1f0fbd4?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: 1512/2947] 199.204.45.140 () {34 vars in 1112 bytes} [Tue Jun 16 02:14:46 2026] GET /v2.0/networks/14e3fec9-d5ab-4b1d-96f4-b6cab1f0fbd4?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: 1436/2948] 199.204.45.140 () {34 vars in 975 bytes} [Tue Jun 16 02:14:47 2026] GET /v2.0/ports/2636cc64-2d4b-4862-a895-95c1f526cd19 => generated 1324 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1513/2949] 199.204.45.140 () {34 vars in 986 bytes} [Tue Jun 16 02:14:47 2026] GET /v2.0/networks?id=14e3fec9-d5ab-4b1d-96f4-b6cab1f0fbd4 => generated 800 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1437/2950] 199.204.45.140 () {38 vars in 1028 bytes} [Tue Jun 16 02:14:47 2026] PUT /v2.0/ports/2636cc64-2d4b-4862-a895-95c1f526cd19 => generated 1514 bytes in 501 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:14:48.097 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-eb539aba-181e-485e-8cac-2aa4b0243488'] response: {'name': 'network-changed', 'server_uuid': '79ee10ac-272a-40b3-93fe-b91e9440597f', 'tag': '2636cc64-2d4b-4862-a895-95c1f526cd19', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1514/2951] 199.204.45.140 () {34 vars in 1080 bytes} [Tue Jun 16 02:14:48 2026] GET /v2.0/ports?tenant_id=f4916471bbcd444a8586c6a38c339274&device_id=79ee10ac-272a-40b3-93fe-b91e9440597f => generated 5604 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, ' [pid: 8|app: 0|req: 1438/2952] 199.204.45.140 () {34 vars in 986 bytes} [Tue Jun 16 02:14:48 2026] GET /v2.0/networks?id=14e3fec9-d5ab-4b1d-96f4-b6cab1f0fbd4 => generated 800 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1515/2953] 199.204.45.140 () {34 vars in 1056 bytes} [Tue Jun 16 02:14:48 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.25&port_id=2636cc64-2d4b-4862-a895-95c1f526cd19 => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1439/2954] 199.204.45.140 () {34 vars in 1104 bytes} [Tue Jun 16 02:14:48 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A5d&port_id=2636cc64-2d4b-4862-a895-95c1f526cd19 => 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: 1516/2955] 199.204.45.140 () {34 vars in 1064 bytes} [Tue Jun 16 02:14:48 2026] GET /v2.0/subnets?id=8156466e-908c-4989-94e4-a893167053fd&id=f6b332d8-7746-42e4-b1a4-6cab232362bc => generated 1415 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1440/2956] 199.204.45.140 () {34 vars in 1052 bytes} [Tue Jun 16 02:14:48 2026] GET /v2.0/ports?network_id=14e3fec9-d5ab-4b1d-96f4-b6cab1f0fbd4&device_owner=network%3Adhcp => generated 1461 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1517/2957] 199.204.45.140 () {34 vars in 1052 bytes} [Tue Jun 16 02:14:48 2026] GET /v2.0/ports?network_id=14e3fec9-d5ab-4b1d-96f4-b6cab1f0fbd4&device_owner=network%3Adhcp => generated 1461 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1441/2958] 199.204.45.140 () {34 vars in 1012 bytes} [Tue Jun 16 02:14:48 2026] GET /v2.0/networks/14e3fec9-d5ab-4b1d-96f4-b6cab1f0fbd4?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: 1518/2959] 199.204.45.140 () {34 vars in 1112 bytes} [Tue Jun 16 02:14:48 2026] GET /v2.0/networks/14e3fec9-d5ab-4b1d-96f4-b6cab1f0fbd4?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1442/2960] 199.204.45.140 () {34 vars in 1080 bytes} [Tue Jun 16 02:14:50 2026] GET /v2.0/ports?tenant_id=f4916471bbcd444a8586c6a38c339274&device_id=79ee10ac-272a-40b3-93fe-b91e9440597f => generated 5604 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1519/2961] 199.204.45.140 () {34 vars in 1060 bytes} [Tue Jun 16 02:14:50 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.18&port_id=861ab69e-bfab-4ce4-910f-6b23c90182b0 => 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: 1443/2962] 199.204.45.140 () {34 vars in 984 bytes} [Tue Jun 16 02:14:50 2026] GET /v2.0/subnets?id=67818b1b-bfd4-4c77-8c2f-eeda087a9af3 => generated 654 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1520/2963] 199.204.45.140 () {34 vars in 1052 bytes} [Tue Jun 16 02:14:50 2026] GET /v2.0/ports?network_id=9d7594f1-8efd-4de6-8ce1-cac081ca758f&device_owner=network%3Adhcp => generated 1244 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1444/2964] 199.204.45.140 () {34 vars in 1012 bytes} [Tue Jun 16 02:14:50 2026] GET /v2.0/networks/9d7594f1-8efd-4de6-8ce1-cac081ca758f?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1521/2965] 199.204.45.140 () {34 vars in 1112 bytes} [Tue Jun 16 02:14:50 2026] GET /v2.0/networks/9d7594f1-8efd-4de6-8ce1-cac081ca758f?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: 1445/2966] 199.204.45.140 () {34 vars in 1058 bytes} [Tue Jun 16 02:14:50 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.233&port_id=9c338774-e150-44ce-9654-d9677aed7ee5 => 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: 1522/2967] 199.204.45.140 () {34 vars in 984 bytes} [Tue Jun 16 02:14:50 2026] GET /v2.0/subnets?id=9ca8f02a-fd4d-457c-9a87-34d0a16e689c => generated 677 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1446/2968] 199.204.45.140 () {34 vars in 1052 bytes} [Tue Jun 16 02:14:50 2026] GET /v2.0/ports?network_id=814024bb-f5b8-4489-8370-6338cecf06fc&device_owner=network%3Adhcp => generated 1461 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1523/2969] 199.204.45.140 () {34 vars in 1012 bytes} [Tue Jun 16 02:14:50 2026] GET /v2.0/networks/814024bb-f5b8-4489-8370-6338cecf06fc?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: 1447/2970] 199.204.45.140 () {34 vars in 1112 bytes} [Tue Jun 16 02:14:50 2026] GET /v2.0/networks/814024bb-f5b8-4489-8370-6338cecf06fc?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: 1524/2971] 199.204.45.140 () {34 vars in 1058 bytes} [Tue Jun 16 02:14:50 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.231&port_id=6aa60185-32c5-4161-addf-55100adeefb6 => 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: 1448/2972] 199.204.45.140 () {34 vars in 1104 bytes} [Tue Jun 16 02:14:50 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A1f6&port_id=6aa60185-32c5-4161-addf-55100adeefb6 => generated 19 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1525/2973] 199.204.45.140 () {34 vars in 1064 bytes} [Tue Jun 16 02:14:50 2026] GET /v2.0/subnets?id=579e93b8-a32b-48f4-9766-f0f1438d0646&id=895baa98-bbc0-4b6f-a768-1207f55f6a60 => generated 1410 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1449/2974] 199.204.45.140 () {34 vars in 1052 bytes} [Tue Jun 16 02:14:50 2026] GET /v2.0/ports?network_id=1101fd73-21c2-4d61-abbb-340305de4a9c&device_owner=network%3Adhcp => generated 1457 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1526/2975] 199.204.45.140 () {34 vars in 1052 bytes} [Tue Jun 16 02:14:50 2026] GET /v2.0/ports?network_id=1101fd73-21c2-4d61-abbb-340305de4a9c&device_owner=network%3Adhcp => generated 1457 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1450/2976] 199.204.45.140 () {34 vars in 1012 bytes} [Tue Jun 16 02:14:50 2026] GET /v2.0/networks/1101fd73-21c2-4d61-abbb-340305de4a9c?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1527/2977] 199.204.45.140 () {34 vars in 1112 bytes} [Tue Jun 16 02:14:50 2026] GET /v2.0/networks/1101fd73-21c2-4d61-abbb-340305de4a9c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1451/2978] 199.204.45.140 () {34 vars in 1056 bytes} [Tue Jun 16 02:14:50 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.25&port_id=2636cc64-2d4b-4862-a895-95c1f526cd19 => 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: 1528/2979] 199.204.45.140 () {34 vars in 1104 bytes} [Tue Jun 16 02:14:50 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A5d&port_id=2636cc64-2d4b-4862-a895-95c1f526cd19 => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1452/2980] 199.204.45.140 () {34 vars in 1064 bytes} [Tue Jun 16 02:14:50 2026] GET /v2.0/subnets?id=8156466e-908c-4989-94e4-a893167053fd&id=f6b332d8-7746-42e4-b1a4-6cab232362bc => 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: 1529/2981] 199.204.45.140 () {34 vars in 1052 bytes} [Tue Jun 16 02:14:51 2026] GET /v2.0/ports?network_id=14e3fec9-d5ab-4b1d-96f4-b6cab1f0fbd4&device_owner=network%3Adhcp => generated 1461 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1453/2982] 199.204.45.140 () {34 vars in 1052 bytes} [Tue Jun 16 02:14:51 2026] GET /v2.0/ports?network_id=14e3fec9-d5ab-4b1d-96f4-b6cab1f0fbd4&device_owner=network%3Adhcp => generated 1461 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1530/2983] 199.204.45.140 () {34 vars in 1012 bytes} [Tue Jun 16 02:14:51 2026] GET /v2.0/networks/14e3fec9-d5ab-4b1d-96f4-b6cab1f0fbd4?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1454/2984] 199.204.45.140 () {34 vars in 1112 bytes} [Tue Jun 16 02:14:51 2026] GET /v2.0/networks/14e3fec9-d5ab-4b1d-96f4-b6cab1f0fbd4?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: 1531/2985] 10.0.0.213 () {34 vars in 971 bytes} [Tue Jun 16 02:14:55 2026] GET /v2.0/ports/2636cc64-2d4b-4862-a895-95c1f526cd19 => generated 1516 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1455/2986] 199.204.45.140 () {30 vars in 743 bytes} [Tue Jun 16 02:14:55 2026] GET /v2.0/networks/14e3fec9-d5ab-4b1d-96f4-b6cab1f0fbd4 => generated 797 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1532/2987] 199.204.45.140 () {30 vars in 741 bytes} [Tue Jun 16 02:14:55 2026] GET /v2.0/subnets/f6b332d8-7746-42e4-b1a4-6cab232362bc => 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: 1456/2988] 199.204.45.140 () {30 vars in 741 bytes} [Tue Jun 16 02:14:55 2026] GET /v2.0/subnets/8156466e-908c-4989-94e4-a893167053fd => generated 748 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1533/2989] 199.204.45.140 () {30 vars in 737 bytes} [Tue Jun 16 02:14:55 2026] GET /v2.0/ports/6aa60185-32c5-4161-addf-55100adeefb6 => generated 1520 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1457/2991] 199.204.45.140 () {34 vars in 790 bytes} [Tue Jun 16 02:14:55 2026] PUT /v2.0/ports/6aa60185-32c5-4161-addf-55100adeefb6 => generated 1255 bytes in 332 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:14:55.950 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e47bc472-04f1-4c9f-bdf0-d80b40117e59'] response: {'name': 'network-changed', 'server_uuid': '79ee10ac-272a-40b3-93fe-b91e9440597f', 'tag': '6aa60185-32c5-4161-addf-55100adeefb6', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1458/2993] 199.204.45.140 () {30 vars in 743 bytes} [Tue Jun 16 02:14:55 2026] GET /v2.0/networks/1101fd73-21c2-4d61-abbb-340305de4a9c => generated 798 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1536/2994] 199.204.45.140 () {30 vars in 741 bytes} [Tue Jun 16 02:14:55 2026] GET /v2.0/subnets/579e93b8-a32b-48f4-9766-f0f1438d0646 => generated 674 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1459/2995] 199.204.45.140 () {30 vars in 703 bytes} [Tue Jun 16 02:14: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: 1537/2996] 199.204.45.140 () {30 vars in 705 bytes} [Tue Jun 16 02:14:56 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1460/2997] 199.204.45.140 () {30 vars in 681 bytes} [Tue Jun 16 02:14:56 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1538/2998] 199.204.45.140 () {30 vars in 717 bytes} [Tue Jun 16 02:14:56 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1461/2999] 199.204.45.140 () {30 vars in 741 bytes} [Tue Jun 16 02:14:56 2026] GET /v2.0/subnets/9ca8f02a-fd4d-457c-9a87-34d0a16e689c => generated 674 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1539/3000] 199.204.45.140 () {30 vars in 737 bytes} [Tue Jun 16 02:14:56 2026] GET /v2.0/ports/8ce6ab40-c5ff-456f-a069-c80e4cd4a2f1 => generated 1132 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1462/3001] 199.204.45.140 () {30 vars in 737 bytes} [Tue Jun 16 02:14:56 2026] GET /v2.0/ports/9c338774-e150-44ce-9654-d9677aed7ee5 => generated 1350 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1540/3002] 199.204.45.140 () {30 vars in 741 bytes} [Tue Jun 16 02:14:56 2026] GET /v2.0/subnets/9ca8f02a-fd4d-457c-9a87-34d0a16e689c => generated 674 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1463/3003] 199.204.45.140 () {30 vars in 743 bytes} [Tue Jun 16 02:14:56 2026] GET /v2.0/networks/814024bb-f5b8-4489-8370-6338cecf06fc => generated 797 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1541/3004] 199.204.45.140 () {30 vars in 737 bytes} [Tue Jun 16 02:14:56 2026] GET /v2.0/ports/8ce6ab40-c5ff-456f-a069-c80e4cd4a2f1 => generated 1132 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1464/3005] 199.204.45.140 () {30 vars in 741 bytes} [Tue Jun 16 02:14:56 2026] GET /v2.0/subnets/9ca8f02a-fd4d-457c-9a87-34d0a16e689c => generated 674 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1542/3006] 199.204.45.140 () {34 vars in 1080 bytes} [Tue Jun 16 02:14:56 2026] GET /v2.0/ports?tenant_id=f4916471bbcd444a8586c6a38c339274&device_id=79ee10ac-272a-40b3-93fe-b91e9440597f => generated 5377 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1465/3007] 199.204.45.140 () {34 vars in 986 bytes} [Tue Jun 16 02:14:56 2026] GET /v2.0/networks?id=1101fd73-21c2-4d61-abbb-340305de4a9c => generated 801 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1543/3008] 199.204.45.140 () {34 vars in 1058 bytes} [Tue Jun 16 02:14:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.231&port_id=6aa60185-32c5-4161-addf-55100adeefb6 => 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: 1466/3009] 199.204.45.140 () {34 vars in 984 bytes} [Tue Jun 16 02:14:56 2026] GET /v2.0/subnets?id=579e93b8-a32b-48f4-9766-f0f1438d0646 => generated 677 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1544/3010] 199.204.45.140 () {34 vars in 1052 bytes} [Tue Jun 16 02:14:56 2026] GET /v2.0/ports?network_id=1101fd73-21c2-4d61-abbb-340305de4a9c&device_owner=network%3Adhcp => generated 1457 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1467/3011] 199.204.45.140 () {34 vars in 1012 bytes} [Tue Jun 16 02:14:56 2026] GET /v2.0/networks/1101fd73-21c2-4d61-abbb-340305de4a9c?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: 1545/3012] 199.204.45.140 () {34 vars in 1112 bytes} [Tue Jun 16 02:14:56 2026] GET /v2.0/networks/1101fd73-21c2-4d61-abbb-340305de4a9c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1468/3013] 199.204.45.140 () {30 vars in 703 bytes} [Tue Jun 16 02:15:08 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: 1546/3014] 199.204.45.140 () {30 vars in 705 bytes} [Tue Jun 16 02:15:08 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1469/3015] 199.204.45.140 () {30 vars in 681 bytes} [Tue Jun 16 02:15:08 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: 1547/3016] 199.204.45.140 () {30 vars in 717 bytes} [Tue Jun 16 02:15: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: 8|app: 0|req: 1470/3017] 199.204.45.140 () {30 vars in 741 bytes} [Tue Jun 16 02:15:08 2026] GET /v2.0/subnets/579e93b8-a32b-48f4-9766-f0f1438d0646 => generated 674 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1548/3018] 199.204.45.140 () {30 vars in 769 bytes} [Tue Jun 16 02:15:08 2026] GET /v2.0/ports?device_id=79ee10ac-272a-40b3-93fe-b91e9440597f => generated 5377 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1471/3019] 199.204.45.140 () {30 vars in 703 bytes} [Tue Jun 16 02:15:08 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: 1549/3020] 199.204.45.140 () {30 vars in 705 bytes} [Tue Jun 16 02:15:08 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1472/3021] 199.204.45.140 () {30 vars in 681 bytes} [Tue Jun 16 02:15:08 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: 1550/3022] 199.204.45.140 () {30 vars in 717 bytes} [Tue Jun 16 02:15:08 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: 1473/3023] 199.204.45.140 () {30 vars in 737 bytes} [Tue Jun 16 02:15:08 2026] GET /v2.0/ports/2636cc64-2d4b-4862-a895-95c1f526cd19 => generated 1516 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1551/3024] 199.204.45.140 () {34 vars in 790 bytes} [Tue Jun 16 02:15:08 2026] PUT /v2.0/ports/2636cc64-2d4b-4862-a895-95c1f526cd19 => generated 1251 bytes in 346 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:15:09.380 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-6be1d38f-98ac-44f7-9a9c-eb6317a6cf6d'] response: {'name': 'network-changed', 'server_uuid': '79ee10ac-272a-40b3-93fe-b91e9440597f', 'tag': '2636cc64-2d4b-4862-a895-95c1f526cd19', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1474/3025] 199.204.45.140 () {30 vars in 743 bytes} [Tue Jun 16 02:15:09 2026] GET /v2.0/networks/14e3fec9-d5ab-4b1d-96f4-b6cab1f0fbd4 => generated 797 bytes in 53 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: 1552/3026] 199.204.45.140 () {30 vars in 741 bytes} [Tue Jun 16 02:15:09 2026] GET /v2.0/subnets/f6b332d8-7746-42e4-b1a4-6cab232362bc => 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: 1475/3027] 199.204.45.140 () {30 vars in 737 bytes} [Tue Jun 16 02:15:09 2026] GET /v2.0/ports/2636cc64-2d4b-4862-a895-95c1f526cd19 => generated 1287 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1553/3028] 199.204.45.140 () {34 vars in 789 bytes} [Tue Jun 16 02:15:09 2026] PUT /v2.0/ports/2636cc64-2d4b-4862-a895-95c1f526cd19 => generated 1080 bytes in 303 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1476/3029] 199.204.45.140 () {30 vars in 743 bytes} [Tue Jun 16 02:15:09 2026] GET /v2.0/networks/14e3fec9-d5ab-4b1d-96f4-b6cab1f0fbd4 => generated 797 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: 7|app: 0|req: 1554/3030] 199.204.45.140 () {30 vars in 769 bytes} [Tue Jun 16 02:15:09 2026] GET /v2.0/ports?device_id=79ee10ac-272a-40b3-93fe-b91e9440597f => generated 4977 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1477/3031] 199.204.45.140 () {34 vars in 1080 bytes} [Tue Jun 16 02:15:09 2026] GET /v2.0/ports?tenant_id=f4916471bbcd444a8586c6a38c339274&device_id=79ee10ac-272a-40b3-93fe-b91e9440597f => generated 4977 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1555/3032] 199.204.45.140 () {34 vars in 986 bytes} [Tue Jun 16 02:15:09 2026] GET /v2.0/networks?id=14e3fec9-d5ab-4b1d-96f4-b6cab1f0fbd4 => generated 800 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1478/3033] 199.204.45.140 () {34 vars in 1012 bytes} [Tue Jun 16 02:15:10 2026] GET /v2.0/networks/14e3fec9-d5ab-4b1d-96f4-b6cab1f0fbd4?fields=segments => generated 14 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1556/3034] 199.204.45.140 () {30 vars in 769 bytes} [Tue Jun 16 02:15:10 2026] GET /v2.0/ports?device_id=79ee10ac-272a-40b3-93fe-b91e9440597f => generated 4977 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1479/3035] 199.204.45.140 () {34 vars in 1112 bytes} [Tue Jun 16 02:15:10 2026] GET /v2.0/networks/14e3fec9-d5ab-4b1d-96f4-b6cab1f0fbd4?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: 1558/3038] 199.204.45.140 () {30 vars in 769 bytes} [Tue Jun 16 02:15:11 2026] GET /v2.0/ports?device_id=79ee10ac-272a-40b3-93fe-b91e9440597f => generated 4977 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:15:11.422 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-92449013-5199-49e2-9f95-eaaf736edba6'] response: {'name': 'network-changed', 'server_uuid': '79ee10ac-272a-40b3-93fe-b91e9440597f', 'tag': '2636cc64-2d4b-4862-a895-95c1f526cd19', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1481/3039] 199.204.45.140 () {34 vars in 1080 bytes} [Tue Jun 16 02:15:11 2026] GET /v2.0/ports?tenant_id=f4916471bbcd444a8586c6a38c339274&device_id=79ee10ac-272a-40b3-93fe-b91e9440597f => generated 4977 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1559/3040] 199.204.45.140 () {34 vars in 986 bytes} [Tue Jun 16 02:15:11 2026] GET /v2.0/networks?id=14e3fec9-d5ab-4b1d-96f4-b6cab1f0fbd4 => generated 800 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1482/3041] 199.204.45.140 () {34 vars in 1012 bytes} [Tue Jun 16 02:15:12 2026] GET /v2.0/networks/14e3fec9-d5ab-4b1d-96f4-b6cab1f0fbd4?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: 1560/3042] 199.204.45.140 () {34 vars in 1112 bytes} [Tue Jun 16 02:15:12 2026] GET /v2.0/networks/14e3fec9-d5ab-4b1d-96f4-b6cab1f0fbd4?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1483/3043] 199.204.45.140 () {30 vars in 769 bytes} [Tue Jun 16 02:15:12 2026] GET /v2.0/ports?device_id=79ee10ac-272a-40b3-93fe-b91e9440597f => generated 4977 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1561/3044] 199.204.45.140 () {34 vars in 975 bytes} [Tue Jun 16 02:15:12 2026] GET /v2.0/ports/2636cc64-2d4b-4862-a895-95c1f526cd19 => generated 1116 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1484/3045] 199.204.45.140 () {34 vars in 1060 bytes} [Tue Jun 16 02:15:12 2026] GET /v2.0/ports/2636cc64-2d4b-4862-a895-95c1f526cd19?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1562/3046] 199.204.45.140 () {34 vars in 1016 bytes} [Tue Jun 16 02:15:12 2026] GET /v2.0/networks/14e3fec9-d5ab-4b1d-96f4-b6cab1f0fbd4?fields=dns_domain => generated 29 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1485/3047] 199.204.45.140 () {38 vars in 1028 bytes} [Tue Jun 16 02:15:12 2026] PUT /v2.0/ports/2636cc64-2d4b-4862-a895-95c1f526cd19 => generated 917 bytes in 216 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1563/3048] 199.204.45.140 () {30 vars in 769 bytes} [Tue Jun 16 02:15:13 2026] GET /v2.0/ports?device_id=79ee10ac-272a-40b3-93fe-b91e9440597f => generated 3869 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:15:13.427 8 INFO neutron_taas.services.taas.taas_plugin [None req-aa2d1eb7-e695-4120-aec4-9ba2ba2d88e4 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] TaaS: Handle Delete Port: 2636cc64-2d4b-4862-a895-95c1f526cd19 2026-06-16 02:15:13.430 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-aa2d1eb7-e695-4120-aec4-9ba2ba2d88e4 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] Tap Mirror: Handle Delete Port: 2636cc64-2d4b-4862-a895-95c1f526cd19 [pid: 8|app: 0|req: 1486/3049] 199.204.45.140 () {32 vars in 759 bytes} [Tue Jun 16 02:15:13 2026] DELETE /v2.0/ports/2636cc64-2d4b-4862-a895-95c1f526cd19 => generated 0 bytes in 221 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1564/3050] 199.204.45.140 () {30 vars in 703 bytes} [Tue Jun 16 02:15:13 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1487/3051] 199.204.45.140 () {30 vars in 705 bytes} [Tue Jun 16 02:15:13 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1565/3052] 199.204.45.140 () {30 vars in 681 bytes} [Tue Jun 16 02:15: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: 8|app: 0|req: 1488/3053] 199.204.45.140 () {30 vars in 717 bytes} [Tue Jun 16 02:15:13 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1566/3054] 199.204.45.140 () {30 vars in 741 bytes} [Tue Jun 16 02:15:13 2026] GET /v2.0/subnets/9ca8f02a-fd4d-457c-9a87-34d0a16e689c => generated 674 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1489/3055] 199.204.45.140 () {30 vars in 737 bytes} [Tue Jun 16 02:15:13 2026] GET /v2.0/ports/8ce6ab40-c5ff-456f-a069-c80e4cd4a2f1 => generated 1132 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1567/3056] 199.204.45.140 () {30 vars in 737 bytes} [Tue Jun 16 02:15:13 2026] GET /v2.0/ports/9c338774-e150-44ce-9654-d9677aed7ee5 => generated 1350 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1490/3057] 199.204.45.140 () {30 vars in 741 bytes} [Tue Jun 16 02:15:13 2026] GET /v2.0/subnets/9ca8f02a-fd4d-457c-9a87-34d0a16e689c => generated 674 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1568/3058] 199.204.45.140 () {30 vars in 743 bytes} [Tue Jun 16 02:15:13 2026] GET /v2.0/networks/814024bb-f5b8-4489-8370-6338cecf06fc => generated 797 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1491/3059] 199.204.45.140 () {30 vars in 737 bytes} [Tue Jun 16 02:15:13 2026] GET /v2.0/ports/8ce6ab40-c5ff-456f-a069-c80e4cd4a2f1 => generated 1132 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1569/3060] 199.204.45.140 () {30 vars in 741 bytes} [Tue Jun 16 02:15:13 2026] GET /v2.0/subnets/9ca8f02a-fd4d-457c-9a87-34d0a16e689c => generated 674 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1492/3061] 199.204.45.140 () {34 vars in 1080 bytes} [Tue Jun 16 02:15:14 2026] GET /v2.0/ports?tenant_id=f4916471bbcd444a8586c6a38c339274&device_id=79ee10ac-272a-40b3-93fe-b91e9440597f => generated 3869 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1570/3062] 199.204.45.140 () {34 vars in 1226 bytes} [Tue Jun 16 02:15:14 2026] GET /v2.0/networks?id=9d7594f1-8efd-4de6-8ce1-cac081ca758f&id=814024bb-f5b8-4489-8370-6338cecf06fc&id=1101fd73-21c2-4d61-abbb-340305de4a9c&id=14e3fec9-d5ab-4b1d-96f4-b6cab1f0fbd4 => generated 3094 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1493/3063] 199.204.45.140 () {34 vars in 1060 bytes} [Tue Jun 16 02:15:14 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.18&port_id=861ab69e-bfab-4ce4-910f-6b23c90182b0 => 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: 1571/3064] 199.204.45.140 () {34 vars in 984 bytes} [Tue Jun 16 02:15:14 2026] GET /v2.0/subnets?id=67818b1b-bfd4-4c77-8c2f-eeda087a9af3 => 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: 1494/3065] 199.204.45.140 () {34 vars in 1052 bytes} [Tue Jun 16 02:15:14 2026] GET /v2.0/ports?network_id=9d7594f1-8efd-4de6-8ce1-cac081ca758f&device_owner=network%3Adhcp => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1572/3066] 199.204.45.140 () {34 vars in 1012 bytes} [Tue Jun 16 02:15:14 2026] GET /v2.0/networks/9d7594f1-8efd-4de6-8ce1-cac081ca758f?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: 1495/3067] 199.204.45.140 () {34 vars in 1112 bytes} [Tue Jun 16 02:15:14 2026] GET /v2.0/networks/9d7594f1-8efd-4de6-8ce1-cac081ca758f?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: 1573/3068] 199.204.45.140 () {34 vars in 1058 bytes} [Tue Jun 16 02:15:14 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.233&port_id=9c338774-e150-44ce-9654-d9677aed7ee5 => 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: 1496/3069] 199.204.45.140 () {34 vars in 984 bytes} [Tue Jun 16 02:15:14 2026] GET /v2.0/subnets?id=9ca8f02a-fd4d-457c-9a87-34d0a16e689c => generated 677 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1574/3070] 199.204.45.140 () {34 vars in 1052 bytes} [Tue Jun 16 02:15:14 2026] GET /v2.0/ports?network_id=814024bb-f5b8-4489-8370-6338cecf06fc&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: 1497/3071] 199.204.45.140 () {34 vars in 1012 bytes} [Tue Jun 16 02:15:14 2026] GET /v2.0/networks/814024bb-f5b8-4489-8370-6338cecf06fc?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: 1575/3072] 199.204.45.140 () {34 vars in 1112 bytes} [Tue Jun 16 02:15:14 2026] GET /v2.0/networks/814024bb-f5b8-4489-8370-6338cecf06fc?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1498/3073] 199.204.45.140 () {34 vars in 1058 bytes} [Tue Jun 16 02:15:14 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.231&port_id=6aa60185-32c5-4161-addf-55100adeefb6 => 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: 1576/3074] 199.204.45.140 () {34 vars in 984 bytes} [Tue Jun 16 02:15:14 2026] GET /v2.0/subnets?id=579e93b8-a32b-48f4-9766-f0f1438d0646 => generated 677 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1499/3075] 199.204.45.140 () {34 vars in 1052 bytes} [Tue Jun 16 02:15:14 2026] GET /v2.0/ports?network_id=1101fd73-21c2-4d61-abbb-340305de4a9c&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: 1577/3076] 199.204.45.140 () {34 vars in 1012 bytes} [Tue Jun 16 02:15:14 2026] GET /v2.0/networks/1101fd73-21c2-4d61-abbb-340305de4a9c?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: 1500/3077] 199.204.45.140 () {34 vars in 1112 bytes} [Tue Jun 16 02:15:15 2026] GET /v2.0/networks/1101fd73-21c2-4d61-abbb-340305de4a9c?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: 1578/3078] 199.204.45.140 () {30 vars in 703 bytes} [Tue Jun 16 02:15: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: 1501/3079] 199.204.45.140 () {30 vars in 705 bytes} [Tue Jun 16 02:15:19 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: 1579/3080] 199.204.45.140 () {30 vars in 681 bytes} [Tue Jun 16 02:15: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: 1502/3081] 199.204.45.140 () {30 vars in 717 bytes} [Tue Jun 16 02:15:19 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1580/3082] 199.204.45.140 () {30 vars in 769 bytes} [Tue Jun 16 02:15:19 2026] GET /v2.0/ports?device_id=79ee10ac-272a-40b3-93fe-b91e9440597f => generated 3869 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1503/3083] 199.204.45.140 () {30 vars in 703 bytes} [Tue Jun 16 02:15:19 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1581/3084] 199.204.45.140 () {30 vars in 705 bytes} [Tue Jun 16 02:15:19 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: 1504/3085] 199.204.45.140 () {30 vars in 681 bytes} [Tue Jun 16 02:15:19 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: 1582/3086] 199.204.45.140 () {30 vars in 717 bytes} [Tue Jun 16 02:15:19 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: 1505/3087] 199.204.45.140 () {30 vars in 737 bytes} [Tue Jun 16 02:15:19 2026] GET /v2.0/ports/6aa60185-32c5-4161-addf-55100adeefb6 => generated 1291 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1583/3088] 199.204.45.140 () {34 vars in 789 bytes} [Tue Jun 16 02:15:19 2026] PUT /v2.0/ports/6aa60185-32c5-4161-addf-55100adeefb6 => generated 1080 bytes in 294 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:15:19.963 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b2c5a30c-50f4-495f-b8d6-154e06c6d95d'] response: {'name': 'network-changed', 'server_uuid': '79ee10ac-272a-40b3-93fe-b91e9440597f', 'tag': '6aa60185-32c5-4161-addf-55100adeefb6', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1506/3089] 199.204.45.140 () {30 vars in 743 bytes} [Tue Jun 16 02:15:19 2026] GET /v2.0/networks/1101fd73-21c2-4d61-abbb-340305de4a9c => generated 798 bytes in 60 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: 1584/3090] 199.204.45.140 () {30 vars in 769 bytes} [Tue Jun 16 02:15:20 2026] GET /v2.0/ports?device_id=79ee10ac-272a-40b3-93fe-b91e9440597f => generated 3694 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1507/3091] 199.204.45.140 () {30 vars in 769 bytes} [Tue Jun 16 02:15:20 2026] GET /v2.0/ports?device_id=79ee10ac-272a-40b3-93fe-b91e9440597f => generated 3694 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1585/3092] 199.204.45.140 () {34 vars in 1080 bytes} [Tue Jun 16 02:15:20 2026] GET /v2.0/ports?tenant_id=f4916471bbcd444a8586c6a38c339274&device_id=79ee10ac-272a-40b3-93fe-b91e9440597f => generated 3694 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1508/3093] 199.204.45.140 () {34 vars in 986 bytes} [Tue Jun 16 02:15:20 2026] GET /v2.0/networks?id=1101fd73-21c2-4d61-abbb-340305de4a9c => generated 801 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1586/3094] 199.204.45.140 () {34 vars in 1012 bytes} [Tue Jun 16 02:15:20 2026] GET /v2.0/networks/1101fd73-21c2-4d61-abbb-340305de4a9c?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: 1509/3095] 199.204.45.140 () {34 vars in 1112 bytes} [Tue Jun 16 02:15:20 2026] GET /v2.0/networks/1101fd73-21c2-4d61-abbb-340305de4a9c?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: 1587/3096] 199.204.45.140 () {30 vars in 769 bytes} [Tue Jun 16 02:15:21 2026] GET /v2.0/ports?device_id=79ee10ac-272a-40b3-93fe-b91e9440597f => generated 3694 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1510/3097] 199.204.45.140 () {34 vars in 975 bytes} [Tue Jun 16 02:15:22 2026] GET /v2.0/ports/6aa60185-32c5-4161-addf-55100adeefb6 => generated 1116 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1588/3098] 199.204.45.140 () {34 vars in 1060 bytes} [Tue Jun 16 02:15:22 2026] GET /v2.0/ports/6aa60185-32c5-4161-addf-55100adeefb6?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: 1511/3099] 199.204.45.140 () {34 vars in 1016 bytes} [Tue Jun 16 02:15:22 2026] GET /v2.0/networks/1101fd73-21c2-4d61-abbb-340305de4a9c?fields=dns_domain => generated 29 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1589/3100] 199.204.45.140 () {30 vars in 769 bytes} [Tue Jun 16 02:15:22 2026] GET /v2.0/ports?device_id=79ee10ac-272a-40b3-93fe-b91e9440597f => generated 3694 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1512/3101] 199.204.45.140 () {38 vars in 1028 bytes} [Tue Jun 16 02:15:22 2026] PUT /v2.0/ports/6aa60185-32c5-4161-addf-55100adeefb6 => generated 917 bytes in 274 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1590/3102] 199.204.45.140 () {30 vars in 769 bytes} [Tue Jun 16 02:15:23 2026] GET /v2.0/ports?device_id=79ee10ac-272a-40b3-93fe-b91e9440597f => generated 2586 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-16 02:15:23.497 8 INFO neutron_taas.services.taas.taas_plugin [None req-df32dfef-5e5b-468e-988e-5b0caa13f1d8 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] TaaS: Handle Delete Port: 6aa60185-32c5-4161-addf-55100adeefb6 2026-06-16 02:15:23.500 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-df32dfef-5e5b-468e-988e-5b0caa13f1d8 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] Tap Mirror: Handle Delete Port: 6aa60185-32c5-4161-addf-55100adeefb6 [pid: 8|app: 0|req: 1513/3103] 199.204.45.140 () {32 vars in 759 bytes} [Tue Jun 16 02:15:23 2026] DELETE /v2.0/ports/6aa60185-32c5-4161-addf-55100adeefb6 => generated 0 bytes in 188 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1591/3104] 199.204.45.140 () {30 vars in 703 bytes} [Tue Jun 16 02:15:23 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: 1514/3105] 199.204.45.140 () {30 vars in 705 bytes} [Tue Jun 16 02:15:23 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1592/3106] 199.204.45.140 () {30 vars in 681 bytes} [Tue Jun 16 02:15:23 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: 1515/3107] 199.204.45.140 () {30 vars in 717 bytes} [Tue Jun 16 02:15:23 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: 1593/3108] 199.204.45.140 () {30 vars in 741 bytes} [Tue Jun 16 02:15:23 2026] GET /v2.0/subnets/9ca8f02a-fd4d-457c-9a87-34d0a16e689c => generated 674 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1516/3109] 199.204.45.140 () {30 vars in 737 bytes} [Tue Jun 16 02:15:23 2026] GET /v2.0/ports/8ce6ab40-c5ff-456f-a069-c80e4cd4a2f1 => generated 1132 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1594/3110] 199.204.45.140 () {30 vars in 737 bytes} [Tue Jun 16 02:15:23 2026] GET /v2.0/ports/9c338774-e150-44ce-9654-d9677aed7ee5 => generated 1350 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1517/3111] 199.204.45.140 () {30 vars in 741 bytes} [Tue Jun 16 02:15:23 2026] GET /v2.0/subnets/9ca8f02a-fd4d-457c-9a87-34d0a16e689c => generated 674 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1595/3112] 199.204.45.140 () {30 vars in 743 bytes} [Tue Jun 16 02:15:23 2026] GET /v2.0/networks/814024bb-f5b8-4489-8370-6338cecf06fc => generated 797 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1518/3113] 199.204.45.140 () {30 vars in 737 bytes} [Tue Jun 16 02:15:23 2026] GET /v2.0/ports/8ce6ab40-c5ff-456f-a069-c80e4cd4a2f1 => generated 1132 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1596/3114] 199.204.45.140 () {30 vars in 741 bytes} [Tue Jun 16 02:15:24 2026] GET /v2.0/subnets/9ca8f02a-fd4d-457c-9a87-34d0a16e689c => generated 674 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1519/3115] 199.204.45.140 () {34 vars in 1080 bytes} [Tue Jun 16 02:15:24 2026] GET /v2.0/ports?tenant_id=f4916471bbcd444a8586c6a38c339274&device_id=79ee10ac-272a-40b3-93fe-b91e9440597f => generated 2586 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1597/3116] 199.204.45.140 () {34 vars in 1146 bytes} [Tue Jun 16 02:15:24 2026] GET /v2.0/networks?id=9d7594f1-8efd-4de6-8ce1-cac081ca758f&id=814024bb-f5b8-4489-8370-6338cecf06fc&id=1101fd73-21c2-4d61-abbb-340305de4a9c => generated 2308 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1520/3117] 199.204.45.140 () {34 vars in 1060 bytes} [Tue Jun 16 02:15:24 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.18&port_id=861ab69e-bfab-4ce4-910f-6b23c90182b0 => 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: 1598/3118] 199.204.45.140 () {34 vars in 984 bytes} [Tue Jun 16 02:15:24 2026] GET /v2.0/subnets?id=67818b1b-bfd4-4c77-8c2f-eeda087a9af3 => 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: 1521/3119] 199.204.45.140 () {34 vars in 1052 bytes} [Tue Jun 16 02:15:24 2026] GET /v2.0/ports?network_id=9d7594f1-8efd-4de6-8ce1-cac081ca758f&device_owner=network%3Adhcp => generated 1244 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1599/3120] 199.204.45.140 () {34 vars in 1012 bytes} [Tue Jun 16 02:15:24 2026] GET /v2.0/networks/9d7594f1-8efd-4de6-8ce1-cac081ca758f?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: 1522/3121] 199.204.45.140 () {34 vars in 1112 bytes} [Tue Jun 16 02:15:24 2026] GET /v2.0/networks/9d7594f1-8efd-4de6-8ce1-cac081ca758f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1600/3122] 199.204.45.140 () {34 vars in 1058 bytes} [Tue Jun 16 02:15:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.233&port_id=9c338774-e150-44ce-9654-d9677aed7ee5 => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1523/3123] 199.204.45.140 () {34 vars in 984 bytes} [Tue Jun 16 02:15:24 2026] GET /v2.0/subnets?id=9ca8f02a-fd4d-457c-9a87-34d0a16e689c => generated 677 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1601/3124] 199.204.45.140 () {34 vars in 1052 bytes} [Tue Jun 16 02:15:24 2026] GET /v2.0/ports?network_id=814024bb-f5b8-4489-8370-6338cecf06fc&device_owner=network%3Adhcp => generated 1461 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1524/3125] 199.204.45.140 () {34 vars in 1012 bytes} [Tue Jun 16 02:15:24 2026] GET /v2.0/networks/814024bb-f5b8-4489-8370-6338cecf06fc?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: 1602/3126] 199.204.45.140 () {34 vars in 1112 bytes} [Tue Jun 16 02:15:24 2026] GET /v2.0/networks/814024bb-f5b8-4489-8370-6338cecf06fc?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: 1526/3129] 199.204.45.140 () {30 vars in 703 bytes} [Tue Jun 16 02:15: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: 7|app: 0|req: 1604/3130] 199.204.45.140 () {30 vars in 705 bytes} [Tue Jun 16 02:15:35 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: 1527/3131] 199.204.45.140 () {30 vars in 681 bytes} [Tue Jun 16 02:15:35 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: 1605/3132] 199.204.45.140 () {30 vars in 717 bytes} [Tue Jun 16 02:15:35 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:15:35.276 8 INFO neutron.api.v2.resource [None req-afce64d8-7905-4d00-b4bf-bb84db05cea4 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1528/3133] 199.204.45.140 () {30 vars in 763 bytes} [Tue Jun 16 02:15:35 2026] GET /v2.0/security-groups/lb-eb9b4e18-460b-4222-bbab-71ed608cc156 => generated 149 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1606/3134] 199.204.45.140 () {30 vars in 785 bytes} [Tue Jun 16 02:15:35 2026] GET /v2.0/security-groups?name=lb-eb9b4e18-460b-4222-bbab-71ed608cc156 => generated 2865 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1529/3135] 199.204.45.140 () {30 vars in 815 bytes} [Tue Jun 16 02:15:35 2026] GET /v2.0/security-group-rules?security_group_id=0a1b4b77-dfeb-416c-a72f-cd17b57926b7 => generated 2334 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1607/3136] 199.204.45.140 () {32 vars in 789 bytes} [Tue Jun 16 02:15:35 2026] DELETE /v2.0/security-group-rules/9551a0a9-b0ec-4888-af93-0510cb178470 => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1530/3137] 199.204.45.140 () {32 vars in 789 bytes} [Tue Jun 16 02:15:35 2026] DELETE /v2.0/security-group-rules/fd06112d-ba50-4567-ae1f-e2121f2a10ca => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:15:39.205 7 INFO neutron_taas.services.taas.taas_plugin [None req-293a8766-8d6b-4f8d-a7e5-571aacfac7b6 9ce1e4737a1d45b6928babb980682d33 4c7a5981d8db47bd89cb4ce6253924bd - - default default] TaaS: Handle Delete Port: 6bf59c4d-8fae-44a6-a5b6-a25fef29d2b4 2026-06-16 02:15:39.210 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-293a8766-8d6b-4f8d-a7e5-571aacfac7b6 9ce1e4737a1d45b6928babb980682d33 4c7a5981d8db47bd89cb4ce6253924bd - - default default] Tap Mirror: Handle Delete Port: 6bf59c4d-8fae-44a6-a5b6-a25fef29d2b4 2026-06-16 02:15:39.446 7 INFO neutron.db.l3_db [None req-293a8766-8d6b-4f8d-a7e5-571aacfac7b6 9ce1e4737a1d45b6928babb980682d33 4c7a5981d8db47bd89cb4ce6253924bd - - default default] Floating IP ba52c8a3-2486-4a81-9f1d-fbeacf9efc22 disassociated (deleted). External IP: 10.96.250.208, port: 8ce6ab40-c5ff-456f-a069-c80e4cd4a2f1. [pid: 7|app: 0|req: 1608/3138] 10.0.0.60 () {32 vars in 731 bytes} [Tue Jun 16 02:15:39 2026] DELETE /v2.0/floatingips/ba52c8a3-2486-4a81-9f1d-fbeacf9efc22 => generated 0 bytes in 707 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:15:39.792 8 INFO neutron.api.v2.resource [None req-aa75a705-5917-413f-bd26-3cf87ec55762 9ce1e4737a1d45b6928babb980682d33 4c7a5981d8db47bd89cb4ce6253924bd - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1531/3139] 10.0.0.60 () {32 vars in 728 bytes} [Tue Jun 16 02:15:39 2026] GET /v2.0/floatingips/ba52c8a3-2486-4a81-9f1d-fbeacf9efc22 => generated 144 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1609/3140] 199.204.45.140 () {30 vars in 703 bytes} [Tue Jun 16 02:15:40 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1532/3141] 199.204.45.140 () {30 vars in 705 bytes} [Tue Jun 16 02:15:40 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: 1610/3142] 199.204.45.140 () {30 vars in 681 bytes} [Tue Jun 16 02:15:40 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: 1533/3143] 199.204.45.140 () {30 vars in 717 bytes} [Tue Jun 16 02:15:40 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:15:40.554 7 INFO neutron.api.v2.resource [None req-2f8b4476-0157-4173-95ac-11208d88a0d7 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1611/3144] 199.204.45.140 () {30 vars in 763 bytes} [Tue Jun 16 02:15:40 2026] GET /v2.0/security-groups/lb-eb9b4e18-460b-4222-bbab-71ed608cc156 => generated 149 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1534/3145] 199.204.45.140 () {30 vars in 785 bytes} [Tue Jun 16 02:15:40 2026] GET /v2.0/security-groups?name=lb-eb9b4e18-460b-4222-bbab-71ed608cc156 => generated 1639 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1612/3146] 199.204.45.140 () {30 vars in 815 bytes} [Tue Jun 16 02:15:40 2026] GET /v2.0/security-group-rules?security_group_id=0a1b4b77-dfeb-416c-a72f-cd17b57926b7 => generated 1182 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1535/3147] 199.204.45.140 () {30 vars in 703 bytes} [Tue Jun 16 02:15:40 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1613/3148] 199.204.45.140 () {30 vars in 705 bytes} [Tue Jun 16 02:15:40 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1536/3149] 199.204.45.140 () {30 vars in 681 bytes} [Tue Jun 16 02:15:40 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1614/3150] 199.204.45.140 () {30 vars in 717 bytes} [Tue Jun 16 02:15:40 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1537/3151] 199.204.45.140 () {30 vars in 741 bytes} [Tue Jun 16 02:15:40 2026] GET /v2.0/subnets/9ca8f02a-fd4d-457c-9a87-34d0a16e689c => generated 674 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1615/3152] 199.204.45.140 () {30 vars in 769 bytes} [Tue Jun 16 02:15:40 2026] GET /v2.0/ports?device_id=79ee10ac-272a-40b3-93fe-b91e9440597f => generated 2586 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1617/3155] 199.204.45.140 () {30 vars in 769 bytes} [Tue Jun 16 02:15:40 2026] GET /v2.0/ports?device_id=79ee10ac-272a-40b3-93fe-b91e9440597f => generated 2586 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1539/3156] 199.204.45.140 () {30 vars in 769 bytes} [Tue Jun 16 02:15:41 2026] GET /v2.0/ports?device_id=79ee10ac-272a-40b3-93fe-b91e9440597f => generated 2586 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1618/3157] 199.204.45.140 () {30 vars in 769 bytes} [Tue Jun 16 02:15:42 2026] GET /v2.0/ports?device_id=79ee10ac-272a-40b3-93fe-b91e9440597f => generated 2586 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1540/3158] 199.204.45.140 () {34 vars in 975 bytes} [Tue Jun 16 02:15:43 2026] GET /v2.0/ports/9c338774-e150-44ce-9654-d9677aed7ee5 => generated 1350 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1619/3159] 199.204.45.140 () {34 vars in 1060 bytes} [Tue Jun 16 02:15:43 2026] GET /v2.0/ports/9c338774-e150-44ce-9654-d9677aed7ee5?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1541/3160] 199.204.45.140 () {30 vars in 769 bytes} [Tue Jun 16 02:15:43 2026] GET /v2.0/ports?device_id=79ee10ac-272a-40b3-93fe-b91e9440597f => generated 2586 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1620/3161] 199.204.45.140 () {34 vars in 1016 bytes} [Tue Jun 16 02:15:43 2026] GET /v2.0/networks/814024bb-f5b8-4489-8370-6338cecf06fc?fields=dns_domain => generated 29 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1542/3162] 199.204.45.140 () {38 vars in 1028 bytes} [Tue Jun 16 02:15:43 2026] PUT /v2.0/ports/9c338774-e150-44ce-9654-d9677aed7ee5 => generated 1151 bytes in 308 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1621/3163] 199.204.45.140 () {30 vars in 769 bytes} [Tue Jun 16 02:15:44 2026] GET /v2.0/ports?device_id=79ee10ac-272a-40b3-93fe-b91e9440597f => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1543/3164] 199.204.45.140 () {34 vars in 789 bytes} [Tue Jun 16 02:15:44 2026] PUT /v2.0/ports/9c338774-e150-44ce-9654-d9677aed7ee5 => generated 1090 bytes in 253 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1622/3165] 199.204.45.140 () {30 vars in 737 bytes} [Tue Jun 16 02:15:44 2026] GET /v2.0/ports/9c338774-e150-44ce-9654-d9677aed7ee5 => generated 1090 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-16 02:15:44.687 8 INFO neutron_taas.services.taas.taas_plugin [None req-e7fb8018-aac2-44db-8acd-ff496631856f 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] TaaS: Handle Delete Port: 9c338774-e150-44ce-9654-d9677aed7ee5 2026-06-16 02:15:44.690 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e7fb8018-aac2-44db-8acd-ff496631856f 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] Tap Mirror: Handle Delete Port: 9c338774-e150-44ce-9654-d9677aed7ee5 [pid: 8|app: 0|req: 1544/3166] 199.204.45.140 () {32 vars in 759 bytes} [Tue Jun 16 02:15:44 2026] DELETE /v2.0/ports/9c338774-e150-44ce-9654-d9677aed7ee5 => generated 0 bytes in 285 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1623/3167] 199.204.45.140 () {30 vars in 703 bytes} [Tue Jun 16 02:15:44 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: 1545/3168] 199.204.45.140 () {30 vars in 705 bytes} [Tue Jun 16 02:15:44 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: 1624/3169] 199.204.45.140 () {30 vars in 681 bytes} [Tue Jun 16 02:15:44 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1546/3170] 199.204.45.140 () {30 vars in 717 bytes} [Tue Jun 16 02:15:44 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:15:45.022 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7fc3ebff-ac86-47c9-b9e0-8cf1d4f99eef 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1625/3171] 199.204.45.140 () {32 vars in 759 bytes} [Tue Jun 16 02:15:45 2026] DELETE /v2.0/ports/9c338774-e150-44ce-9654-d9677aed7ee5 => 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: 1547/3172] 199.204.45.140 () {30 vars in 737 bytes} [Tue Jun 16 02:15:45 2026] GET /v2.0/ports/8ce6ab40-c5ff-456f-a069-c80e4cd4a2f1 => generated 1132 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:15:45.105 8 INFO neutron.api.v2.resource [None req-fdf48337-0f18-45a3-91fe-c41f88fd0ece 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1548/3173] 199.204.45.140 () {30 vars in 763 bytes} [Tue Jun 16 02:15:45 2026] GET /v2.0/security-groups/lb-eb9b4e18-460b-4222-bbab-71ed608cc156 => generated 149 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1626/3174] 199.204.45.140 () {34 vars in 1080 bytes} [Tue Jun 16 02:15:45 2026] GET /v2.0/ports?tenant_id=f4916471bbcd444a8586c6a38c339274&device_id=79ee10ac-272a-40b3-93fe-b91e9440597f => 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: 1549/3175] 199.204.45.140 () {30 vars in 785 bytes} [Tue Jun 16 02:15:45 2026] GET /v2.0/security-groups?name=lb-eb9b4e18-460b-4222-bbab-71ed608cc156 => generated 1639 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1627/3176] 199.204.45.140 () {34 vars in 1066 bytes} [Tue Jun 16 02:15:45 2026] GET /v2.0/networks?id=9d7594f1-8efd-4de6-8ce1-cac081ca758f&id=814024bb-f5b8-4489-8370-6338cecf06fc => generated 1521 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1550/3177] 199.204.45.140 () {30 vars in 737 bytes} [Tue Jun 16 02:15:45 2026] GET /v2.0/ports/8ce6ab40-c5ff-456f-a069-c80e4cd4a2f1 => generated 1132 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1628/3178] 199.204.45.140 () {34 vars in 1060 bytes} [Tue Jun 16 02:15:45 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.18&port_id=861ab69e-bfab-4ce4-910f-6b23c90182b0 => 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: 1629/3179] 199.204.45.140 () {34 vars in 984 bytes} [Tue Jun 16 02:15:45 2026] GET /v2.0/subnets?id=67818b1b-bfd4-4c77-8c2f-eeda087a9af3 => generated 654 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1630/3180] 199.204.45.140 () {34 vars in 1052 bytes} [Tue Jun 16 02:15:45 2026] GET /v2.0/ports?network_id=9d7594f1-8efd-4de6-8ce1-cac081ca758f&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1631/3181] 199.204.45.140 () {34 vars in 1012 bytes} [Tue Jun 16 02:15:45 2026] GET /v2.0/networks/9d7594f1-8efd-4de6-8ce1-cac081ca758f?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: 1632/3182] 199.204.45.140 () {34 vars in 1112 bytes} [Tue Jun 16 02:15:45 2026] GET /v2.0/networks/9d7594f1-8efd-4de6-8ce1-cac081ca758f?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: 1551/3183] 199.204.45.140 () {34 vars in 789 bytes} [Tue Jun 16 02:15:45 2026] PUT /v2.0/ports/8ce6ab40-c5ff-456f-a069-c80e4cd4a2f1 => generated 1094 bytes in 245 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1633/3184] 199.204.45.140 () {32 vars in 779 bytes} [Tue Jun 16 02:15:45 2026] DELETE /v2.0/security-groups/0a1b4b77-dfeb-416c-a72f-cd17b57926b7 => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:15:45.648 8 INFO neutron_taas.services.taas.taas_plugin [None req-6252809f-17a4-4895-b36c-6d68c4590169 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] TaaS: Handle Delete Port: 8ce6ab40-c5ff-456f-a069-c80e4cd4a2f1 2026-06-16 02:15:45.651 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6252809f-17a4-4895-b36c-6d68c4590169 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] Tap Mirror: Handle Delete Port: 8ce6ab40-c5ff-456f-a069-c80e4cd4a2f1 [pid: 8|app: 0|req: 1552/3185] 199.204.45.140 () {32 vars in 759 bytes} [Tue Jun 16 02:15:45 2026] DELETE /v2.0/ports/8ce6ab40-c5ff-456f-a069-c80e4cd4a2f1 => generated 0 bytes in 310 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1634/3186] 199.204.45.140 () {34 vars in 994 bytes} [Tue Jun 16 02:15:48 2026] GET /v2.0/ports?device_id=79ee10ac-272a-40b3-93fe-b91e9440597f => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:15:48.654 8 INFO neutron_taas.services.taas.taas_plugin [req-36c987ac-ea15-47a0-ae04-e2ade88db10d req-9fe5bbfb-9dff-4c9c-870c-814addd01f8c 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] TaaS: Handle Delete Port: 861ab69e-bfab-4ce4-910f-6b23c90182b0 2026-06-16 02:15:48.657 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-36c987ac-ea15-47a0-ae04-e2ade88db10d req-9fe5bbfb-9dff-4c9c-870c-814addd01f8c 6f429fdbbb2a45d99cb484a6036aa584 f4916471bbcd444a8586c6a38c339274 - - default default] Tap Mirror: Handle Delete Port: 861ab69e-bfab-4ce4-910f-6b23c90182b0 [pid: 8|app: 0|req: 1553/3187] 199.204.45.140 () {36 vars in 997 bytes} [Tue Jun 16 02:15:48 2026] DELETE /v2.0/ports/861ab69e-bfab-4ce4-910f-6b23c90182b0 => generated 0 bytes in 258 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:15:48.844 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8c2f480d-f025-4651-8d46-0a9fd0872602'] response: {'server_uuid': '79ee10ac-272a-40b3-93fe-b91e9440597f', 'name': 'network-vif-deleted', 'tag': '861ab69e-bfab-4ce4-910f-6b23c90182b0', 'status': 'completed', 'code': 200} 2026-06-16 02:15:50.108 7 INFO neutron_taas.services.taas.taas_plugin [None req-0e3628fe-acac-4b29-9110-eb0a6f944a2f 9ce1e4737a1d45b6928babb980682d33 4c7a5981d8db47bd89cb4ce6253924bd - - default default] TaaS: Handle Delete Port: c1b99bcc-ad4c-4e6f-8a1a-34ea990f2b59 2026-06-16 02:15:50.110 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0e3628fe-acac-4b29-9110-eb0a6f944a2f 9ce1e4737a1d45b6928babb980682d33 4c7a5981d8db47bd89cb4ce6253924bd - - default default] Tap Mirror: Handle Delete Port: c1b99bcc-ad4c-4e6f-8a1a-34ea990f2b59 2026-06-16 02:15:50.285 7 INFO neutron.db.l3_db [None req-0e3628fe-acac-4b29-9110-eb0a6f944a2f 9ce1e4737a1d45b6928babb980682d33 4c7a5981d8db47bd89cb4ce6253924bd - - default default] Floating IP 67a3c4bd-7d10-44a6-ab49-2526fa11c7ae disassociated (deleted). External IP: 10.96.250.211, port: 010ab3fe-0cfc-4251-a5df-ac96250d401e. [pid: 7|app: 0|req: 1635/3188] 10.0.0.60 () {32 vars in 731 bytes} [Tue Jun 16 02:15:50 2026] DELETE /v2.0/floatingips/67a3c4bd-7d10-44a6-ab49-2526fa11c7ae => generated 0 bytes in 613 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:15:50.646 8 INFO neutron.api.v2.resource [None req-2d015afc-ffab-4e90-ac3f-e3e3f4643a99 9ce1e4737a1d45b6928babb980682d33 4c7a5981d8db47bd89cb4ce6253924bd - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1554/3189] 10.0.0.60 () {32 vars in 728 bytes} [Tue Jun 16 02:15:50 2026] GET /v2.0/floatingips/67a3c4bd-7d10-44a6-ab49-2526fa11c7ae => generated 144 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 02:15:50.662 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-eb7af523-8766-4a68-8d29-5273758b6b5d'] response: {'name': 'network-changed', 'server_uuid': '72a0576f-117e-40c1-82f8-da206dacabe6', 'tag': '010ab3fe-0cfc-4251-a5df-ac96250d401e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1636/3190] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:15:50 2026] GET /v2.0/ports?device_id=72a0576f-117e-40c1-82f8-da206dacabe6 => generated 1196 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1555/3191] 10.0.0.213 () {34 vars in 1040 bytes} [Tue Jun 16 02:15:50 2026] GET /v2.0/security-groups?id=6cb22ace-76ef-4df4-972b-b653001ea7cc&fields=id&fields=name => generated 111 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1637/3192] 199.204.45.140 () {34 vars in 1080 bytes} [Tue Jun 16 02:15:51 2026] GET /v2.0/ports?tenant_id=4c7a5981d8db47bd89cb4ce6253924bd&device_id=72a0576f-117e-40c1-82f8-da206dacabe6 => generated 1465 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1556/3193] 199.204.45.140 () {34 vars in 986 bytes} [Tue Jun 16 02:15:51 2026] GET /v2.0/networks?id=14e3fec9-d5ab-4b1d-96f4-b6cab1f0fbd4 => generated 800 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1638/3194] 199.204.45.140 () {34 vars in 1056 bytes} [Tue Jun 16 02:15:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.67&port_id=010ab3fe-0cfc-4251-a5df-ac96250d401e => 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: 1557/3195] 199.204.45.140 () {34 vars in 1104 bytes} [Tue Jun 16 02:15:51 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A59&port_id=010ab3fe-0cfc-4251-a5df-ac96250d401e => generated 19 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1639/3196] 199.204.45.140 () {34 vars in 1064 bytes} [Tue Jun 16 02:15:51 2026] GET /v2.0/subnets?id=8156466e-908c-4989-94e4-a893167053fd&id=f6b332d8-7746-42e4-b1a4-6cab232362bc => generated 1415 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1558/3197] 199.204.45.140 () {34 vars in 1052 bytes} [Tue Jun 16 02:15:51 2026] GET /v2.0/ports?network_id=14e3fec9-d5ab-4b1d-96f4-b6cab1f0fbd4&device_owner=network%3Adhcp => generated 1461 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1640/3198] 199.204.45.140 () {34 vars in 1052 bytes} [Tue Jun 16 02:15:51 2026] GET /v2.0/ports?network_id=14e3fec9-d5ab-4b1d-96f4-b6cab1f0fbd4&device_owner=network%3Adhcp => generated 1461 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1559/3199] 199.204.45.140 () {34 vars in 1012 bytes} [Tue Jun 16 02:15:51 2026] GET /v2.0/networks/14e3fec9-d5ab-4b1d-96f4-b6cab1f0fbd4?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: 1641/3200] 199.204.45.140 () {34 vars in 1112 bytes} [Tue Jun 16 02:15:51 2026] GET /v2.0/networks/14e3fec9-d5ab-4b1d-96f4-b6cab1f0fbd4?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1560/3201] 199.204.45.140 () {34 vars in 994 bytes} [Tue Jun 16 02:15:53 2026] GET /v2.0/ports?device_id=72a0576f-117e-40c1-82f8-da206dacabe6 => generated 1196 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:15:53.493 7 INFO neutron_taas.services.taas.taas_plugin [req-c83f94b2-577d-4e1c-9213-946bc27cc478 req-a7cf2695-aaf2-40ad-a546-cc4dd069f36d 9ce1e4737a1d45b6928babb980682d33 4c7a5981d8db47bd89cb4ce6253924bd - - default default] TaaS: Handle Delete Port: 010ab3fe-0cfc-4251-a5df-ac96250d401e 2026-06-16 02:15:53.496 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-c83f94b2-577d-4e1c-9213-946bc27cc478 req-a7cf2695-aaf2-40ad-a546-cc4dd069f36d 9ce1e4737a1d45b6928babb980682d33 4c7a5981d8db47bd89cb4ce6253924bd - - default default] Tap Mirror: Handle Delete Port: 010ab3fe-0cfc-4251-a5df-ac96250d401e [pid: 7|app: 0|req: 1642/3202] 199.204.45.140 () {36 vars in 997 bytes} [Tue Jun 16 02:15:53 2026] DELETE /v2.0/ports/010ab3fe-0cfc-4251-a5df-ac96250d401e => generated 0 bytes in 286 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:15:53.706 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b131c98f-237d-48cc-ab78-9269e2ff3741'] response: {'server_uuid': '72a0576f-117e-40c1-82f8-da206dacabe6', 'name': 'network-vif-deleted', 'tag': '010ab3fe-0cfc-4251-a5df-ac96250d401e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1644/3205] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:15:56 2026] GET /v2.0/ports?device_id=72a0576f-117e-40c1-82f8-da206dacabe6 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:16:01.211 8 INFO neutron_taas.services.taas.taas_plugin [None req-be4d0cab-eff3-4a7b-a4ef-306ab8b7f8a4 9ce1e4737a1d45b6928babb980682d33 4c7a5981d8db47bd89cb4ce6253924bd - - default default] TaaS: Handle Delete Port: 9c12047a-258a-4db3-910c-208e39264861 2026-06-16 02:16:01.215 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-be4d0cab-eff3-4a7b-a4ef-306ab8b7f8a4 9ce1e4737a1d45b6928babb980682d33 4c7a5981d8db47bd89cb4ce6253924bd - - default default] Tap Mirror: Handle Delete Port: 9c12047a-258a-4db3-910c-208e39264861 2026-06-16 02:16:01.425 8 INFO neutron.db.l3_db [None req-be4d0cab-eff3-4a7b-a4ef-306ab8b7f8a4 9ce1e4737a1d45b6928babb980682d33 4c7a5981d8db47bd89cb4ce6253924bd - - default default] Floating IP 164a45a6-9eec-464a-8d9d-59a7cbea3d57 disassociated (deleted). External IP: 10.96.250.217, port: b2615e06-4d41-4653-902b-965a9b362280. [pid: 8|app: 0|req: 1562/3206] 10.0.0.60 () {32 vars in 731 bytes} [Tue Jun 16 02:16:01 2026] DELETE /v2.0/floatingips/164a45a6-9eec-464a-8d9d-59a7cbea3d57 => generated 0 bytes in 642 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:16:01.753 7 INFO neutron.api.v2.resource [None req-72d3a8c9-4a3c-48c0-87a8-7870639f7651 9ce1e4737a1d45b6928babb980682d33 4c7a5981d8db47bd89cb4ce6253924bd - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1645/3207] 10.0.0.60 () {32 vars in 728 bytes} [Tue Jun 16 02:16:01 2026] GET /v2.0/floatingips/164a45a6-9eec-464a-8d9d-59a7cbea3d57 => generated 144 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 02:16:01.762 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3dd05efa-630b-42f2-a241-b0ec66a2dc43'] response: {'name': 'network-changed', 'server_uuid': '06c42a96-a550-42bd-9f9f-c451bd746679', 'tag': 'b2615e06-4d41-4653-902b-965a9b362280', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1563/3208] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:16:01 2026] GET /v2.0/ports?device_id=06c42a96-a550-42bd-9f9f-c451bd746679 => generated 1200 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1646/3209] 10.0.0.213 () {34 vars in 1040 bytes} [Tue Jun 16 02:16:01 2026] GET /v2.0/security-groups?id=6cb22ace-76ef-4df4-972b-b653001ea7cc&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: 1564/3210] 199.204.45.140 () {34 vars in 1080 bytes} [Tue Jun 16 02:16:02 2026] GET /v2.0/ports?tenant_id=4c7a5981d8db47bd89cb4ce6253924bd&device_id=06c42a96-a550-42bd-9f9f-c451bd746679 => generated 1469 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1647/3211] 199.204.45.140 () {34 vars in 986 bytes} [Tue Jun 16 02:16:02 2026] GET /v2.0/networks?id=1101fd73-21c2-4d61-abbb-340305de4a9c => generated 801 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1565/3212] 199.204.45.140 () {34 vars in 1058 bytes} [Tue Jun 16 02:16:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.124&port_id=b2615e06-4d41-4653-902b-965a9b362280 => 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: 1648/3213] 199.204.45.140 () {34 vars in 1104 bytes} [Tue Jun 16 02:16:02 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A31c&port_id=b2615e06-4d41-4653-902b-965a9b362280 => 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: 1566/3214] 199.204.45.140 () {34 vars in 1064 bytes} [Tue Jun 16 02:16:02 2026] GET /v2.0/subnets?id=579e93b8-a32b-48f4-9766-f0f1438d0646&id=895baa98-bbc0-4b6f-a768-1207f55f6a60 => generated 1410 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1649/3215] 199.204.45.140 () {34 vars in 1052 bytes} [Tue Jun 16 02:16:02 2026] GET /v2.0/ports?network_id=1101fd73-21c2-4d61-abbb-340305de4a9c&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: 1567/3216] 199.204.45.140 () {34 vars in 1052 bytes} [Tue Jun 16 02:16:02 2026] GET /v2.0/ports?network_id=1101fd73-21c2-4d61-abbb-340305de4a9c&device_owner=network%3Adhcp => generated 1457 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1650/3217] 199.204.45.140 () {34 vars in 1012 bytes} [Tue Jun 16 02:16:02 2026] GET /v2.0/networks/1101fd73-21c2-4d61-abbb-340305de4a9c?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: 1568/3218] 199.204.45.140 () {34 vars in 1112 bytes} [Tue Jun 16 02:16:02 2026] GET /v2.0/networks/1101fd73-21c2-4d61-abbb-340305de4a9c?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: 1651/3219] 199.204.45.140 () {34 vars in 994 bytes} [Tue Jun 16 02:16:04 2026] GET /v2.0/ports?device_id=06c42a96-a550-42bd-9f9f-c451bd746679 => generated 1200 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:16:04.529 8 INFO neutron_taas.services.taas.taas_plugin [req-6104f4f0-853d-4dbe-818f-a57d194d75a1 req-d747d21a-bc37-4ac6-aa6d-db563ac5a682 9ce1e4737a1d45b6928babb980682d33 4c7a5981d8db47bd89cb4ce6253924bd - - default default] TaaS: Handle Delete Port: b2615e06-4d41-4653-902b-965a9b362280 2026-06-16 02:16:04.531 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-6104f4f0-853d-4dbe-818f-a57d194d75a1 req-d747d21a-bc37-4ac6-aa6d-db563ac5a682 9ce1e4737a1d45b6928babb980682d33 4c7a5981d8db47bd89cb4ce6253924bd - - default default] Tap Mirror: Handle Delete Port: b2615e06-4d41-4653-902b-965a9b362280 [pid: 8|app: 0|req: 1569/3220] 199.204.45.140 () {36 vars in 997 bytes} [Tue Jun 16 02:16:04 2026] DELETE /v2.0/ports/b2615e06-4d41-4653-902b-965a9b362280 => generated 0 bytes in 310 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:16:04.775 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-0aa0039b-0655-4ed0-8039-4d005bae809a'] response: {'server_uuid': '06c42a96-a550-42bd-9f9f-c451bd746679', 'name': 'network-vif-deleted', 'tag': 'b2615e06-4d41-4653-902b-965a9b362280', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1652/3221] 10.0.0.213 () {34 vars in 990 bytes} [Tue Jun 16 02:16:07 2026] GET /v2.0/ports?device_id=06c42a96-a550-42bd-9f9f-c451bd746679 => 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: 1571/3224] 10.0.0.60 () {32 vars in 749 bytes} [Tue Jun 16 02:16:12 2026] DELETE /v2.0/security-group-rules/50235a57-7441-4fe0-b374-760317737e77 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:16:12.272 7 INFO neutron.api.v2.resource [None req-a5003bf0-83e5-4b81-93d6-b603b81919cd 9ce1e4737a1d45b6928babb980682d33 4c7a5981d8db47bd89cb4ce6253924bd - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1654/3225] 10.0.0.60 () {32 vars in 746 bytes} [Tue Jun 16 02:16:12 2026] GET /v2.0/security-group-rules/50235a57-7441-4fe0-b374-760317737e77 => 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: 1572/3226] 10.0.0.60 () {32 vars in 749 bytes} [Tue Jun 16 02:16:12 2026] DELETE /v2.0/security-group-rules/5fff8965-2e77-4977-9a73-5f44c5f8a31d => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:16:12.378 7 INFO neutron.api.v2.resource [None req-c3e384db-de42-4e7e-89cb-7c716d21b8d9 9ce1e4737a1d45b6928babb980682d33 4c7a5981d8db47bd89cb4ce6253924bd - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1655/3227] 10.0.0.60 () {32 vars in 746 bytes} [Tue Jun 16 02:16:12 2026] GET /v2.0/security-group-rules/5fff8965-2e77-4977-9a73-5f44c5f8a31d => 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: 1573/3228] 10.0.0.60 () {32 vars in 749 bytes} [Tue Jun 16 02:16:12 2026] DELETE /v2.0/security-group-rules/8cd83642-946a-41e5-b041-287af66d6dfd => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:16:12.467 7 INFO neutron.api.v2.resource [None req-ed3e2610-854c-4704-91ae-27afc92dcbd6 9ce1e4737a1d45b6928babb980682d33 4c7a5981d8db47bd89cb4ce6253924bd - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1656/3229] 10.0.0.60 () {32 vars in 746 bytes} [Tue Jun 16 02:16:12 2026] GET /v2.0/security-group-rules/8cd83642-946a-41e5-b041-287af66d6dfd => 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: 1574/3230] 10.0.0.60 () {32 vars in 749 bytes} [Tue Jun 16 02:16:12 2026] DELETE /v2.0/security-group-rules/7f1471a1-8352-4496-9aa5-df0aba4d58e0 => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:16:12.555 7 INFO neutron.api.v2.resource [None req-5c68cebc-62e2-4c46-a63a-797eb9d65bcc 9ce1e4737a1d45b6928babb980682d33 4c7a5981d8db47bd89cb4ce6253924bd - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1657/3231] 10.0.0.60 () {32 vars in 746 bytes} [Tue Jun 16 02:16:12 2026] GET /v2.0/security-group-rules/7f1471a1-8352-4496-9aa5-df0aba4d58e0 => 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: 1575/3232] 10.0.0.60 () {32 vars in 749 bytes} [Tue Jun 16 02:16:12 2026] DELETE /v2.0/security-group-rules/8b1b5c66-b6c8-473d-9296-3d4c8494885c => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:16:12.634 7 INFO neutron.api.v2.resource [None req-66f536b2-b7f4-4e8b-8343-5a3b87e111b9 9ce1e4737a1d45b6928babb980682d33 4c7a5981d8db47bd89cb4ce6253924bd - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1658/3233] 10.0.0.60 () {32 vars in 746 bytes} [Tue Jun 16 02:16:12 2026] GET /v2.0/security-group-rules/8b1b5c66-b6c8-473d-9296-3d4c8494885c => 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: 1576/3234] 10.0.0.60 () {32 vars in 749 bytes} [Tue Jun 16 02:16:12 2026] DELETE /v2.0/security-group-rules/c5789ae3-5d3b-4766-ad90-fdac18ff09ec => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:16:12.718 7 INFO neutron.api.v2.resource [None req-7f47a6f4-402f-49cf-b8b2-6f0374671e7c 9ce1e4737a1d45b6928babb980682d33 4c7a5981d8db47bd89cb4ce6253924bd - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1659/3235] 10.0.0.60 () {32 vars in 746 bytes} [Tue Jun 16 02:16:12 2026] GET /v2.0/security-group-rules/c5789ae3-5d3b-4766-ad90-fdac18ff09ec => 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: 1577/3236] 10.0.0.60 () {32 vars in 749 bytes} [Tue Jun 16 02:16:12 2026] DELETE /v2.0/security-group-rules/dcf4d185-a770-4c94-af73-b839f9e4309c => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:16:12.818 7 INFO neutron.api.v2.resource [None req-35adfb66-16ba-4451-96c6-b2bad7eb2383 9ce1e4737a1d45b6928babb980682d33 4c7a5981d8db47bd89cb4ce6253924bd - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1660/3237] 10.0.0.60 () {32 vars in 746 bytes} [Tue Jun 16 02:16:12 2026] GET /v2.0/security-group-rules/dcf4d185-a770-4c94-af73-b839f9e4309c => 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: 1578/3238] 10.0.0.60 () {32 vars in 749 bytes} [Tue Jun 16 02:16:12 2026] DELETE /v2.0/security-group-rules/bfee66a2-b125-4c81-abc0-f10ed979a0ba => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:16:12.902 7 INFO neutron.api.v2.resource [None req-1f4da42a-13d7-4727-a90e-e65af0fbaa3c 9ce1e4737a1d45b6928babb980682d33 4c7a5981d8db47bd89cb4ce6253924bd - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1661/3239] 10.0.0.60 () {32 vars in 746 bytes} [Tue Jun 16 02:16:12 2026] GET /v2.0/security-group-rules/bfee66a2-b125-4c81-abc0-f10ed979a0ba => 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: 1579/3240] 10.0.0.60 () {32 vars in 749 bytes} [Tue Jun 16 02:16:12 2026] DELETE /v2.0/security-group-rules/7ef9ad1e-03c5-4970-8cb7-565604ccb3e4 => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:16:12.985 7 INFO neutron.api.v2.resource [None req-4740b953-9dce-4ea6-82ee-5f8afb7b9930 9ce1e4737a1d45b6928babb980682d33 4c7a5981d8db47bd89cb4ce6253924bd - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1662/3241] 10.0.0.60 () {32 vars in 746 bytes} [Tue Jun 16 02:16:12 2026] GET /v2.0/security-group-rules/7ef9ad1e-03c5-4970-8cb7-565604ccb3e4 => generated 155 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1580/3242] 10.0.0.60 () {32 vars in 749 bytes} [Tue Jun 16 02:16:12 2026] DELETE /v2.0/security-group-rules/735d8b71-56bf-44fd-a473-9f47c5c0a3ca => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:16:13.058 7 INFO neutron.api.v2.resource [None req-2a397541-f64c-4aa1-bdf8-fbd3635c177c 9ce1e4737a1d45b6928babb980682d33 4c7a5981d8db47bd89cb4ce6253924bd - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1663/3243] 10.0.0.60 () {32 vars in 746 bytes} [Tue Jun 16 02:16:13 2026] GET /v2.0/security-group-rules/735d8b71-56bf-44fd-a473-9f47c5c0a3ca => 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: 1581/3244] 10.0.0.60 () {32 vars in 749 bytes} [Tue Jun 16 02:16:13 2026] DELETE /v2.0/security-group-rules/8371bc94-e6a9-4973-b7e5-a6843357460f => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:16:13.134 7 INFO neutron.api.v2.resource [None req-17349738-c331-43eb-8d9c-820ed7a64413 9ce1e4737a1d45b6928babb980682d33 4c7a5981d8db47bd89cb4ce6253924bd - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1664/3245] 10.0.0.60 () {32 vars in 746 bytes} [Tue Jun 16 02:16:13 2026] GET /v2.0/security-group-rules/8371bc94-e6a9-4973-b7e5-a6843357460f => 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: 1582/3246] 10.0.0.60 () {32 vars in 739 bytes} [Tue Jun 16 02:16:13 2026] DELETE /v2.0/security-groups/6cb22ace-76ef-4df4-972b-b653001ea7cc => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:16:13.234 7 INFO neutron.api.v2.resource [None req-9a1eb5f3-34ac-4736-bd3a-427eabbd5285 9ce1e4737a1d45b6928babb980682d33 4c7a5981d8db47bd89cb4ce6253924bd - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1665/3247] 10.0.0.60 () {32 vars in 736 bytes} [Tue Jun 16 02:16:13 2026] GET /v2.0/security-groups/6cb22ace-76ef-4df4-972b-b653001ea7cc => 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:13.678 8 INFO neutron_taas.services.taas.taas_plugin [None req-8596c190-07b1-4440-b892-7e3572990c87 9ce1e4737a1d45b6928babb980682d33 4c7a5981d8db47bd89cb4ce6253924bd - - default default] TaaS: Handle Delete Port: 233b7932-b931-45eb-9a28-79675d57e625 2026-06-16 02:16:13.681 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8596c190-07b1-4440-b892-7e3572990c87 9ce1e4737a1d45b6928babb980682d33 4c7a5981d8db47bd89cb4ce6253924bd - - default default] Tap Mirror: Handle Delete Port: 233b7932-b931-45eb-9a28-79675d57e625 [pid: 8|app: 0|req: 1583/3248] 10.0.0.60 () {34 vars in 788 bytes} [Tue Jun 16 02:16:13 2026] PUT /v2.0/routers/fb621f8b-73f8-481f-8a69-327adda45a00/remove_router_interface => generated 309 bytes in 955 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:16:14.430 7 INFO neutron.api.v2.resource [None req-d2ca8286-f64a-4141-a748-6adf5fe91eed 9ce1e4737a1d45b6928babb980682d33 4c7a5981d8db47bd89cb4ce6253924bd - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1666/3249] 10.0.0.60 () {34 vars in 788 bytes} [Tue Jun 16 02:16:14 2026] PUT /v2.0/routers/fb621f8b-73f8-481f-8a69-327adda45a00/remove_router_interface => generated 198 bytes in 176 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 02:16:14.854 8 INFO neutron_taas.services.taas.taas_plugin [None req-ec696857-b44f-417c-9074-c16992bf934e 9ce1e4737a1d45b6928babb980682d33 4c7a5981d8db47bd89cb4ce6253924bd - - default default] TaaS: Handle Delete Port: d4c0641d-f3df-4cf2-9598-c016c587301f 2026-06-16 02:16:14.857 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ec696857-b44f-417c-9074-c16992bf934e 9ce1e4737a1d45b6928babb980682d33 4c7a5981d8db47bd89cb4ce6253924bd - - default default] Tap Mirror: Handle Delete Port: d4c0641d-f3df-4cf2-9598-c016c587301f [pid: 8|app: 0|req: 1584/3250] 10.0.0.60 () {34 vars in 788 bytes} [Tue Jun 16 02:16:14 2026] PUT /v2.0/routers/fb621f8b-73f8-481f-8a69-327adda45a00/remove_router_interface => generated 309 bytes in 1051 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:16:15.639 7 INFO neutron.api.v2.resource [None req-9c6df887-52b7-4ea0-9f7e-c560d3189002 9ce1e4737a1d45b6928babb980682d33 4c7a5981d8db47bd89cb4ce6253924bd - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1667/3251] 10.0.0.60 () {34 vars in 788 bytes} [Tue Jun 16 02:16:15 2026] PUT /v2.0/routers/fb621f8b-73f8-481f-8a69-327adda45a00/remove_router_interface => generated 198 bytes in 147 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 02:16:16.068 8 INFO neutron_taas.services.taas.taas_plugin [None req-f0570a1f-03a6-4894-96c8-71f692dcccbf 9ce1e4737a1d45b6928babb980682d33 4c7a5981d8db47bd89cb4ce6253924bd - - default default] TaaS: Handle Delete Port: a7355369-a9a3-461f-a45f-36713122d235 2026-06-16 02:16:16.071 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f0570a1f-03a6-4894-96c8-71f692dcccbf 9ce1e4737a1d45b6928babb980682d33 4c7a5981d8db47bd89cb4ce6253924bd - - default default] Tap Mirror: Handle Delete Port: a7355369-a9a3-461f-a45f-36713122d235 [pid: 8|app: 0|req: 1585/3252] 10.0.0.60 () {34 vars in 788 bytes} [Tue Jun 16 02:16:15 2026] PUT /v2.0/routers/fb621f8b-73f8-481f-8a69-327adda45a00/remove_router_interface => generated 309 bytes in 996 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:16:17.550 7 INFO neutron.api.v2.resource [None req-284bf218-684d-41d0-bdb6-667156b391c3 9ce1e4737a1d45b6928babb980682d33 4c7a5981d8db47bd89cb4ce6253924bd - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1668/3253] 10.0.0.60 () {34 vars in 788 bytes} [Tue Jun 16 02:16:16 2026] PUT /v2.0/routers/fb621f8b-73f8-481f-8a69-327adda45a00/remove_router_interface => generated 198 bytes in 892 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 02:16:17.775 8 INFO neutron_taas.services.taas.taas_plugin [None req-ae654103-c0c6-4690-940a-fc44f252329b 9ce1e4737a1d45b6928babb980682d33 4c7a5981d8db47bd89cb4ce6253924bd - - default default] TaaS: Handle Delete Port: 1f648f6f-f5f1-4aad-a39e-b9fd6657f83e 2026-06-16 02:16:17.778 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ae654103-c0c6-4690-940a-fc44f252329b 9ce1e4737a1d45b6928babb980682d33 4c7a5981d8db47bd89cb4ce6253924bd - - default default] Tap Mirror: Handle Delete Port: 1f648f6f-f5f1-4aad-a39e-b9fd6657f83e 2026-06-16 02:16:18.011 8 INFO neutron_taas.services.taas.taas_plugin [None req-ae654103-c0c6-4690-940a-fc44f252329b 9ce1e4737a1d45b6928babb980682d33 4c7a5981d8db47bd89cb4ce6253924bd - - default default] TaaS: Handle Delete Port: b74f5413-3d62-4c90-aa7b-180f21b09a4b 2026-06-16 02:16:18.013 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ae654103-c0c6-4690-940a-fc44f252329b 9ce1e4737a1d45b6928babb980682d33 4c7a5981d8db47bd89cb4ce6253924bd - - default default] Tap Mirror: Handle Delete Port: b74f5413-3d62-4c90-aa7b-180f21b09a4b 2026-06-16 02:16:18.397 8 INFO neutron.db.l3_hamode_db [None req-ae654103-c0c6-4690-940a-fc44f252329b 9ce1e4737a1d45b6928babb980682d33 4c7a5981d8db47bd89cb4ce6253924bd - - default default] HA network 8603fe50-4c3f-42d2-90b2-0693488fd1cd was deleted as no HA routers are present in tenant 4c7a5981d8db47bd89cb4ce6253924bd. [pid: 8|app: 0|req: 1586/3254] 10.0.0.60 () {32 vars in 723 bytes} [Tue Jun 16 02:16:17 2026] DELETE /v2.0/routers/fb621f8b-73f8-481f-8a69-327adda45a00 => generated 0 bytes in 848 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:16:18.415 8 INFO neutron.services.segments.plugin [-] Segment 241e1a50-259d-44a0-9df6-8489bcb12d3a resource provider aggregate not found 2026-06-16 02:16:18.421 8 INFO neutron.services.segments.plugin [-] Segment 241e1a50-259d-44a0-9df6-8489bcb12d3a resource provider aggregate not found 2026-06-16 02:16:18.436 8 INFO neutron.services.segments.plugin [-] Segment 241e1a50-259d-44a0-9df6-8489bcb12d3a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 241e1a50-259d-44a0-9df6-8489bcb12d3a found for delete ", "request_id": "req-0906c27c-d003-44e3-8460-24401188c350"}]} 2026-06-16 02:16:18.438 8 INFO neutron.services.segments.plugin [-] Segment 241e1a50-259d-44a0-9df6-8489bcb12d3a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 241e1a50-259d-44a0-9df6-8489bcb12d3a found for delete ", "request_id": "req-6c23a206-3328-4564-a95d-8940521c8308"}]} 2026-06-16 02:16:18.629 7 INFO neutron.api.v2.resource [None req-7d04e6cd-a425-471d-82c1-69a4523b08bf 9ce1e4737a1d45b6928babb980682d33 4c7a5981d8db47bd89cb4ce6253924bd - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1669/3255] 10.0.0.60 () {32 vars in 720 bytes} [Tue Jun 16 02:16:18 2026] GET /v2.0/routers/fb621f8b-73f8-481f-8a69-327adda45a00 => generated 135 bytes in 220 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1587/3256] 10.0.0.60 () {32 vars in 723 bytes} [Tue Jun 16 02:16:18 2026] DELETE /v2.0/subnets/8156466e-908c-4989-94e4-a893167053fd => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:16:18.824 7 INFO neutron.pecan_wsgi.hooks.translation [None req-916a3415-1972-473d-a5a7-e2f31a8bdb5c 9ce1e4737a1d45b6928babb980682d33 4c7a5981d8db47bd89cb4ce6253924bd - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1670/3257] 10.0.0.60 () {32 vars in 720 bytes} [Tue Jun 16 02:16:18 2026] GET /v2.0/subnets/8156466e-908c-4989-94e4-a893167053fd => 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: 1588/3258] 10.0.0.60 () {32 vars in 723 bytes} [Tue Jun 16 02:16:18 2026] DELETE /v2.0/subnets/f6b332d8-7746-42e4-b1a4-6cab232362bc => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:16:19.017 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9c06721e-d86e-4481-b2e4-a965cd94b8fe 9ce1e4737a1d45b6928babb980682d33 4c7a5981d8db47bd89cb4ce6253924bd - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1671/3259] 10.0.0.60 () {32 vars in 720 bytes} [Tue Jun 16 02:16:19 2026] GET /v2.0/subnets/f6b332d8-7746-42e4-b1a4-6cab232362bc => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 02:16:19.127 8 INFO neutron_taas.services.taas.taas_plugin [None req-27fc91f1-21f6-4310-b68c-091cb11eca69 9ce1e4737a1d45b6928babb980682d33 4c7a5981d8db47bd89cb4ce6253924bd - - default default] TaaS: Handle Delete Port: fefd8552-bae9-4bd1-9399-e9e02c80c4d8 2026-06-16 02:16:19.130 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-27fc91f1-21f6-4310-b68c-091cb11eca69 9ce1e4737a1d45b6928babb980682d33 4c7a5981d8db47bd89cb4ce6253924bd - - default default] Tap Mirror: Handle Delete Port: fefd8552-bae9-4bd1-9399-e9e02c80c4d8 [pid: 8|app: 0|req: 1589/3260] 10.0.0.60 () {32 vars in 725 bytes} [Tue Jun 16 02:16:19 2026] DELETE /v2.0/networks/14e3fec9-d5ab-4b1d-96f4-b6cab1f0fbd4 => generated 0 bytes in 344 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:16:19.392 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ce4a2b8d-6490-4386-adca-a158ccb8c027 9ce1e4737a1d45b6928babb980682d33 4c7a5981d8db47bd89cb4ce6253924bd - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1672/3261] 10.0.0.60 () {32 vars in 722 bytes} [Tue Jun 16 02:16:19 2026] GET /v2.0/networks/14e3fec9-d5ab-4b1d-96f4-b6cab1f0fbd4 => 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: 1590/3262] 10.0.0.60 () {32 vars in 723 bytes} [Tue Jun 16 02:16:19 2026] DELETE /v2.0/subnets/895baa98-bbc0-4b6f-a768-1207f55f6a60 => generated 0 bytes in 179 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:16:19.605 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2c3de4d1-5cf8-4c7f-9ad2-a34ce8ce4227 9ce1e4737a1d45b6928babb980682d33 4c7a5981d8db47bd89cb4ce6253924bd - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1673/3263] 10.0.0.60 () {32 vars in 720 bytes} [Tue Jun 16 02:16:19 2026] GET /v2.0/subnets/895baa98-bbc0-4b6f-a768-1207f55f6a60 => 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: 1591/3264] 10.0.0.60 () {32 vars in 723 bytes} [Tue Jun 16 02:16:19 2026] DELETE /v2.0/subnets/579e93b8-a32b-48f4-9766-f0f1438d0646 => generated 0 bytes in 187 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:16:19.818 7 INFO neutron.pecan_wsgi.hooks.translation [None req-bc63cd32-3cca-477d-9e29-9723a93ac905 9ce1e4737a1d45b6928babb980682d33 4c7a5981d8db47bd89cb4ce6253924bd - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1674/3265] 10.0.0.60 () {32 vars in 720 bytes} [Tue Jun 16 02:16:19 2026] GET /v2.0/subnets/579e93b8-a32b-48f4-9766-f0f1438d0646 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 02:16:19.909 8 INFO neutron_taas.services.taas.taas_plugin [None req-749dccb6-d708-4e41-b59d-b1ac8d50db95 9ce1e4737a1d45b6928babb980682d33 4c7a5981d8db47bd89cb4ce6253924bd - - default default] TaaS: Handle Delete Port: 49a1b711-46d6-49fe-b9ba-27d208a91f3b 2026-06-16 02:16:19.911 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-749dccb6-d708-4e41-b59d-b1ac8d50db95 9ce1e4737a1d45b6928babb980682d33 4c7a5981d8db47bd89cb4ce6253924bd - - default default] Tap Mirror: Handle Delete Port: 49a1b711-46d6-49fe-b9ba-27d208a91f3b [pid: 8|app: 0|req: 1592/3266] 10.0.0.60 () {32 vars in 725 bytes} [Tue Jun 16 02:16:19 2026] DELETE /v2.0/networks/1101fd73-21c2-4d61-abbb-340305de4a9c => generated 0 bytes in 227 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:16:20.079 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a78297e4-16ba-4c45-8935-c3eea8478d8b 9ce1e4737a1d45b6928babb980682d33 4c7a5981d8db47bd89cb4ce6253924bd - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1675/3267] 10.0.0.60 () {32 vars in 722 bytes} [Tue Jun 16 02:16:20 2026] GET /v2.0/networks/1101fd73-21c2-4d61-abbb-340305de4a9c => generated 138 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1593/3268] 10.0.0.60 () {32 vars in 723 bytes} [Tue Jun 16 02:16:20 2026] DELETE /v2.0/subnets/91b61678-3d25-4782-883b-81fff7c3ffdf => generated 0 bytes in 123 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:16:20.234 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f2b46050-25da-4f15-a39e-6181033e7f7b 9ce1e4737a1d45b6928babb980682d33 4c7a5981d8db47bd89cb4ce6253924bd - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1676/3269] 10.0.0.60 () {32 vars in 720 bytes} [Tue Jun 16 02:16:20 2026] GET /v2.0/subnets/91b61678-3d25-4782-883b-81fff7c3ffdf => 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: 1594/3270] 10.0.0.60 () {32 vars in 723 bytes} [Tue Jun 16 02:16:20 2026] DELETE /v2.0/subnets/9ca8f02a-fd4d-457c-9a87-34d0a16e689c => generated 0 bytes in 119 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:16:20.380 7 INFO neutron.pecan_wsgi.hooks.translation [None req-74770583-931b-4e38-94e0-ae750cec2243 9ce1e4737a1d45b6928babb980682d33 4c7a5981d8db47bd89cb4ce6253924bd - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1677/3271] 10.0.0.60 () {32 vars in 720 bytes} [Tue Jun 16 02:16:20 2026] GET /v2.0/subnets/9ca8f02a-fd4d-457c-9a87-34d0a16e689c => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 02:16:20.464 8 INFO neutron.services.segments.plugin [-] Segment 4cda409a-41fe-4545-8cf3-3734efd8297b resource provider aggregate not found 2026-06-16 02:16:20.467 8 INFO neutron.services.segments.plugin [-] Segment 4cda409a-41fe-4545-8cf3-3734efd8297b resource provider aggregate not found 2026-06-16 02:16:20.485 8 INFO neutron.services.segments.plugin [-] Segment 4cda409a-41fe-4545-8cf3-3734efd8297b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4cda409a-41fe-4545-8cf3-3734efd8297b found for delete ", "request_id": "req-e52c34b8-fd9a-468b-8877-f6f128b88492"}]} 2026-06-16 02:16:20.490 8 INFO neutron.services.segments.plugin [-] Segment 4cda409a-41fe-4545-8cf3-3734efd8297b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4cda409a-41fe-4545-8cf3-3734efd8297b found for delete ", "request_id": "req-7f59ac09-31f9-4dec-9f5b-b7c502ee2b5c"}]} 2026-06-16 02:16:20.506 8 INFO neutron_taas.services.taas.taas_plugin [None req-6ab59bc8-a381-4400-a745-2f395aa3541a 9ce1e4737a1d45b6928babb980682d33 4c7a5981d8db47bd89cb4ce6253924bd - - default default] TaaS: Handle Delete Port: 7af06df0-d039-40e2-902d-4fc57e57916c 2026-06-16 02:16:20.508 8 INFO neutron.services.segments.plugin [-] Segment 94980d2c-a76b-4e89-867a-7ee8d2efaea6 resource provider aggregate not found 2026-06-16 02:16:20.512 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6ab59bc8-a381-4400-a745-2f395aa3541a 9ce1e4737a1d45b6928babb980682d33 4c7a5981d8db47bd89cb4ce6253924bd - - default default] Tap Mirror: Handle Delete Port: 7af06df0-d039-40e2-902d-4fc57e57916c 2026-06-16 02:16:20.518 8 INFO neutron.services.segments.plugin [-] Segment 94980d2c-a76b-4e89-867a-7ee8d2efaea6 resource provider aggregate not found 2026-06-16 02:16:20.539 8 INFO neutron.services.segments.plugin [-] Segment 94980d2c-a76b-4e89-867a-7ee8d2efaea6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 94980d2c-a76b-4e89-867a-7ee8d2efaea6 found for delete ", "request_id": "req-5b03606c-e498-463f-aa49-15a3e6cb7bf4"}]} 2026-06-16 02:16:20.542 8 INFO neutron.services.segments.plugin [-] Segment 94980d2c-a76b-4e89-867a-7ee8d2efaea6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 94980d2c-a76b-4e89-867a-7ee8d2efaea6 found for delete ", "request_id": "req-d9f0c935-fb79-4609-8733-e9fab97e7355"}]} [pid: 8|app: 0|req: 1595/3272] 10.0.0.60 () {32 vars in 725 bytes} [Tue Jun 16 02:16:20 2026] DELETE /v2.0/networks/814024bb-f5b8-4489-8370-6338cecf06fc => generated 0 bytes in 320 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:16:20.726 7 INFO neutron.pecan_wsgi.hooks.translation [None req-82e9498d-8731-40ab-9278-212ed0a913c9 9ce1e4737a1d45b6928babb980682d33 4c7a5981d8db47bd89cb4ce6253924bd - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1678/3273] 10.0.0.60 () {32 vars in 722 bytes} [Tue Jun 16 02:16:20 2026] GET /v2.0/networks/814024bb-f5b8-4489-8370-6338cecf06fc => generated 138 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 02:16:22.571 8 INFO neutron.services.segments.plugin [-] Segment 8f0ec570-a340-4d15-b9ee-f715d5a10b39 resource provider aggregate not found 2026-06-16 02:16:22.572 8 INFO neutron.services.segments.plugin [-] Segment 8f0ec570-a340-4d15-b9ee-f715d5a10b39 resource provider aggregate not found 2026-06-16 02:16:22.595 8 INFO neutron.services.segments.plugin [-] Segment 8f0ec570-a340-4d15-b9ee-f715d5a10b39 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8f0ec570-a340-4d15-b9ee-f715d5a10b39 found for delete ", "request_id": "req-7ab06666-2529-407c-9e03-2e44fa59ecc1"}]} 2026-06-16 02:16:22.604 8 INFO neutron.services.segments.plugin [-] Segment 8f0ec570-a340-4d15-b9ee-f715d5a10b39 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8f0ec570-a340-4d15-b9ee-f715d5a10b39 found for delete ", "request_id": "req-da28ee52-dd68-4ce0-ba2f-7f54041a9642"}]} [pid: 8|app: 0|req: 1596/3274] 10.0.0.60 () {32 vars in 773 bytes} [Tue Jun 16 02:16:22 2026] GET /v2.0/security-groups?tenant_id=67fa7891ad924ad1bf4ba3dff591bd67&name=default => generated 2929 bytes in 281 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1679/3275] 10.0.0.60 () {32 vars in 739 bytes} [Tue Jun 16 02:16:22 2026] DELETE /v2.0/security-groups/70867c0c-96e8-490a-a47e-ccda60104ddf => 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: 1597/3276] 10.0.0.60 () {32 vars in 773 bytes} [Tue Jun 16 02:16:23 2026] GET /v2.0/security-groups?tenant_id=4c7a5981d8db47bd89cb4ce6253924bd&name=default => generated 2929 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1680/3277] 10.0.0.60 () {32 vars in 739 bytes} [Tue Jun 16 02:16:23 2026] DELETE /v2.0/security-groups/81120dd4-d031-4fe5-a8f7-7cf9c6216441 => 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: 1598/3278] 10.0.0.60 () {32 vars in 773 bytes} [Tue Jun 16 02:16:23 2026] GET /v2.0/security-groups?tenant_id=b0b16d019a764eb0a532d0b54f401a83&name=default => generated 2929 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1681/3279] 10.0.0.60 () {32 vars in 739 bytes} [Tue Jun 16 02:16:23 2026] DELETE /v2.0/security-groups/58b651be-0ab0-4a9b-8e76-8eec6c093a2b => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1599/3280] 10.0.0.60 () {32 vars in 773 bytes} [Tue Jun 16 02:16:23 2026] GET /v2.0/security-groups?tenant_id=b268de95f1834784915c669f07c31169&name=default => generated 2929 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1682/3281] 10.0.0.60 () {32 vars in 739 bytes} [Tue Jun 16 02:16:23 2026] DELETE /v2.0/security-groups/73800498-0583-4b53-8d3a-c65b264cc987 => 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: 1600/3282] 10.0.0.60 () {32 vars in 773 bytes} [Tue Jun 16 02:16:24 2026] GET /v2.0/security-groups?tenant_id=7cd5b87fb2ba459bac39987f80c3eac6&name=default => generated 2929 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1683/3283] 10.0.0.60 () {32 vars in 739 bytes} [Tue Jun 16 02:16:24 2026] DELETE /v2.0/security-groups/dfed69ea-3d12-4608-b98f-9746d56d24f0 => 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: 1601/3284] 10.0.0.60 () {32 vars in 773 bytes} [Tue Jun 16 02:16:24 2026] GET /v2.0/security-groups?tenant_id=9f5f21742478429ca2a1cbbcef5c9e4c&name=default => generated 2929 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1684/3285] 10.0.0.60 () {32 vars in 739 bytes} [Tue Jun 16 02:16:24 2026] DELETE /v2.0/security-groups/54edbf72-0a1a-45ff-b476-751d435d8c26 => 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: 1602/3286] 10.0.0.60 () {32 vars in 773 bytes} [Tue Jun 16 02:16:25 2026] GET /v2.0/security-groups?tenant_id=90336e661d8a4eb29d4cf536a6701c20&name=default => generated 2929 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1685/3287] 10.0.0.60 () {32 vars in 739 bytes} [Tue Jun 16 02:16:25 2026] DELETE /v2.0/security-groups/026c07e8-71ff-432f-9f27-8540306b0106 => 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: 1687/3290] 10.0.0.60 () {32 vars in 648 bytes} [Tue Jun 16 02:16:27 2026] GET /v2.0/networks => generated 2168 bytes in 194 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1604/3291] 10.0.0.60 () {32 vars in 654 bytes} [Tue Jun 16 02:16:29 2026] GET /v2.0/floatingips => generated 19 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1688/3292] 10.0.0.60 () {32 vars in 646 bytes} [Tue Jun 16 02:16:29 2026] GET /v2.0/routers => generated 15 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1605/3293] 10.0.0.60 () {32 vars in 642 bytes} [Tue Jun 16 02:16:29 2026] GET /v2.0/ports => generated 4725 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1689/3294] 10.0.0.60 () {32 vars in 646 bytes} [Tue Jun 16 02:16:29 2026] GET /v2.0/subnets => generated 1308 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1606/3295] 10.0.0.60 () {32 vars in 648 bytes} [Tue Jun 16 02:16:29 2026] GET /v2.0/networks => generated 2168 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1690/3296] 10.0.0.60 () {32 vars in 662 bytes} [Tue Jun 16 02:16:29 2026] GET /v2.0/security-groups => generated 17401 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1607/3297] 10.0.0.60 () {32 vars in 654 bytes} [Tue Jun 16 02:16:29 2026] GET /v2.0/subnetpools => generated 19 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0)