+ 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 [Wed Jun 10 04:15:46 2026] *** compiled with version: 13.3.0 on 27 November 2025 23:02:21 os: Linux-5.15.0-179-generic #189-Ubuntu SMP Tue May 5 18:20:56 UTC 2026 nodename: neutron-server-77df6ff7df-5tf28 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 0x7fb33c0dc668 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-10 04:15:50.480 8 INFO neutron.common.config [-] Logging enabled! 2026-06-10 04:15:50.480 8 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-06-10 04:15:50.495 7 INFO neutron.common.config [-] Logging enabled! 2026-06-10 04:15:50.495 7 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-06-10 04:15:51.503 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-06-10 04:15:51.561 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-06-10 04:15:53.013 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-10 04:15:53.016 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-06-10 04:15:53.020 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-06-10 04:15:53.021 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-10 04:15:53.021 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-06-10 04:15:53.021 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-06-10 04:15:53.021 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-10 04:15:53.029 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-10 04:15:53.029 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-10 04:15:53.029 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-06-10 04:15:53.051 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-06-10 04:15:53.052 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-06-10 04:15:53.052 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-06-10 04:15:53.080 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-06-10 04:15:53.081 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-06-10 04:15:53.081 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-06-10 04:15:53.081 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-06-10 04:15:53.097 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-10 04:15:53.100 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-06-10 04:15:53.104 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-06-10 04:15:53.105 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-10 04:15:53.105 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-06-10 04:15:53.105 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-06-10 04:15:53.105 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-10 04:15:53.112 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-10 04:15:53.113 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-10 04:15:53.113 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-06-10 04:15:53.134 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-06-10 04:15:53.135 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-06-10 04:15:53.135 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-06-10 04:15:53.163 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-06-10 04:15:53.164 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-06-10 04:15:53.164 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-06-10 04:15:53.164 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-06-10 04:15:53.370 8 INFO neutron.plugins.ml2.managers [None req-f8c55ed8-3983-4dd9-859b-845c653b5b3f - - - - - -] Initializing driver for type 'vlan' 2026-06-10 04:15:53.496 7 INFO neutron.plugins.ml2.managers [None req-6f98da92-f75f-4064-9fe2-89dcddb03365 - - - - - -] Initializing driver for type 'vlan' 2026-06-10 04:15:53.648 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-f8c55ed8-3983-4dd9-859b-845c653b5b3f - - - - - -] VlanTypeDriver initialization complete 2026-06-10 04:15:53.649 8 INFO neutron.plugins.ml2.managers [None req-f8c55ed8-3983-4dd9-859b-845c653b5b3f - - - - - -] Initializing driver for type 'vxlan' 2026-06-10 04:15:53.649 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-f8c55ed8-3983-4dd9-859b-845c653b5b3f - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-06-10 04:15:53.662 8 INFO neutron.plugins.ml2.managers [None req-f8c55ed8-3983-4dd9-859b-845c653b5b3f - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-06-10 04:15:53.662 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-f8c55ed8-3983-4dd9-859b-845c653b5b3f - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-06-10 04:15:53.662 8 INFO neutron.plugins.ml2.managers [None req-f8c55ed8-3983-4dd9-859b-845c653b5b3f - - - - - -] Initializing extension driver 'port_security' 2026-06-10 04:15:53.662 8 INFO neutron.plugins.ml2.extensions.port_security [None req-f8c55ed8-3983-4dd9-859b-845c653b5b3f - - - - - -] PortSecurityExtensionDriver initialization complete 2026-06-10 04:15:53.662 8 INFO neutron.plugins.ml2.managers [None req-f8c55ed8-3983-4dd9-859b-845c653b5b3f - - - - - -] Initializing extension driver 'qos' 2026-06-10 04:15:53.662 8 INFO neutron.plugins.ml2.managers [None req-f8c55ed8-3983-4dd9-859b-845c653b5b3f - - - - - -] Initializing mechanism driver 'openvswitch' 2026-06-10 04:15:53.663 8 INFO neutron.plugins.ml2.managers [None req-f8c55ed8-3983-4dd9-859b-845c653b5b3f - - - - - -] Initializing mechanism driver 'l2population' 2026-06-10 04:15:53.677 8 INFO neutron.quota [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Loaded quota_driver: . 2026-06-10 04:15:53.677 8 INFO neutron.plugins.ml2.plugin [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Modular L2 Plugin initialization complete 2026-06-10 04:15:53.677 8 INFO neutron.plugins.ml2.managers [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-06-10 04:15:53.677 8 INFO neutron.plugins.ml2.managers [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-06-10 04:15:53.678 8 INFO neutron.plugins.ml2.managers [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Got port-security extension from driver 'port_security' 2026-06-10 04:15:53.678 8 INFO neutron.manager [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Loading Plugin: qos 2026-06-10 04:15:53.691 8 INFO neutron.manager [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Loading Plugin: router 2026-06-10 04:15:53.735 8 INFO neutron.services.service_base [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-06-10 04:15:53.735 8 INFO neutron.manager [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Loading Plugin: segments 2026-06-10 04:15:53.769 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-6f98da92-f75f-4064-9fe2-89dcddb03365 - - - - - -] VlanTypeDriver initialization complete 2026-06-10 04:15:53.769 7 INFO neutron.plugins.ml2.managers [None req-6f98da92-f75f-4064-9fe2-89dcddb03365 - - - - - -] Initializing driver for type 'vxlan' 2026-06-10 04:15:53.769 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-6f98da92-f75f-4064-9fe2-89dcddb03365 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-06-10 04:15:53.782 7 INFO neutron.plugins.ml2.managers [None req-6f98da92-f75f-4064-9fe2-89dcddb03365 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-06-10 04:15:53.782 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-6f98da92-f75f-4064-9fe2-89dcddb03365 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-06-10 04:15:53.782 7 INFO neutron.plugins.ml2.managers [None req-6f98da92-f75f-4064-9fe2-89dcddb03365 - - - - - -] Initializing extension driver 'port_security' 2026-06-10 04:15:53.783 7 INFO neutron.plugins.ml2.extensions.port_security [None req-6f98da92-f75f-4064-9fe2-89dcddb03365 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-06-10 04:15:53.783 7 INFO neutron.plugins.ml2.managers [None req-6f98da92-f75f-4064-9fe2-89dcddb03365 - - - - - -] Initializing extension driver 'qos' 2026-06-10 04:15:53.783 7 INFO neutron.plugins.ml2.managers [None req-6f98da92-f75f-4064-9fe2-89dcddb03365 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-06-10 04:15:53.783 7 INFO neutron.plugins.ml2.managers [None req-6f98da92-f75f-4064-9fe2-89dcddb03365 - - - - - -] Initializing mechanism driver 'l2population' 2026-06-10 04:15:53.797 7 INFO neutron.quota [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Loaded quota_driver: . 2026-06-10 04:15:53.798 7 INFO neutron.plugins.ml2.plugin [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Modular L2 Plugin initialization complete 2026-06-10 04:15:53.798 7 INFO neutron.plugins.ml2.managers [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-06-10 04:15:53.798 7 INFO neutron.plugins.ml2.managers [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-06-10 04:15:53.798 7 INFO neutron.plugins.ml2.managers [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Got port-security extension from driver 'port_security' 2026-06-10 04:15:53.799 7 INFO neutron.manager [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Loading Plugin: qos 2026-06-10 04:15:53.811 7 INFO neutron.manager [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Loading Plugin: router 2026-06-10 04:15:53.833 8 INFO neutron.manager [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Loading Plugin: trunk 2026-06-10 04:15:53.847 8 INFO neutron.manager [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Loading Plugin: vpnaas 2026-06-10 04:15:53.857 7 INFO neutron.services.service_base [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-06-10 04:15:53.857 7 INFO neutron.manager [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Loading Plugin: segments 2026-06-10 04:15:53.885 8 WARNING stevedore.named [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-10 04:15:53.953 7 INFO neutron.manager [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Loading Plugin: trunk 2026-06-10 04:15:53.955 8 INFO neutron_vpnaas.services.vpn.plugin [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-06-10 04:15:53.956 8 INFO neutron.common.utils [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-06-10 04:15:53.956 8 INFO neutron.manager [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Loading Plugin: taas 2026-06-10 04:15:53.967 7 INFO neutron.manager [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Loading Plugin: vpnaas 2026-06-10 04:15:53.980 8 WARNING stevedore.named [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-10 04:15:53.981 8 WARNING stevedore.named [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-10 04:15:54.006 8 INFO neutron_taas.services.taas.taas_plugin [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-06-10 04:15:54.007 8 INFO neutron.manager [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Loading Plugin: tapmirror 2026-06-10 04:15:54.008 7 WARNING stevedore.named [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-10 04:15:54.019 8 WARNING stevedore.named [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-10 04:15:54.020 8 WARNING stevedore.named [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-10 04:15:54.036 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-06-10 04:15:54.037 8 INFO neutron.manager [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Loading Plugin: auto_allocate 2026-06-10 04:15:54.047 8 INFO neutron.manager [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Loading Plugin: tag 2026-06-10 04:15:54.055 8 INFO neutron.manager [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Loading Plugin: timestamp 2026-06-10 04:15:54.057 8 INFO neutron.manager [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Loading Plugin: network_ip_availability 2026-06-10 04:15:54.061 8 INFO neutron.manager [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Loading Plugin: flavors 2026-06-10 04:15:54.064 8 INFO neutron.manager [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Loading Plugin: revisions 2026-06-10 04:15:54.068 8 INFO neutron.api.extensions [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Initializing extension manager. 2026-06-10 04:15:54.069 8 INFO neutron.api.extensions [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Loaded extension: address-group 2026-06-10 04:15:54.070 8 INFO neutron.api.extensions [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Loaded extension: address-scope 2026-06-10 04:15:54.071 8 INFO neutron.api.extensions [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-06-10 04:15:54.071 8 INFO neutron.api.extensions [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Loaded extension: agent 2026-06-10 04:15:54.072 8 INFO neutron.api.extensions [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Loaded extension: agent-resources-synced 2026-06-10 04:15:54.073 8 INFO neutron.api.extensions [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Loaded extension: allowed-address-pairs 2026-06-10 04:15:54.074 8 INFO neutron.api.extensions [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Loaded extension: auto-allocated-topology 2026-06-10 04:15:54.074 7 INFO neutron_vpnaas.services.vpn.plugin [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-06-10 04:15:54.074 7 INFO neutron.common.utils [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-06-10 04:15:54.075 7 INFO neutron.manager [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Loading Plugin: taas 2026-06-10 04:15:54.075 8 INFO neutron.api.extensions [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Loaded extension: availability_zone 2026-06-10 04:15:54.075 8 INFO neutron.api.extensions [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Loaded extension: availability_zone_filter 2026-06-10 04:15:54.075 8 INFO neutron.api.extensions [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-06-10 04:15:54.076 8 INFO neutron.api.extensions [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Loaded extension: default-subnetpools 2026-06-10 04:15:54.078 8 INFO neutron.api.extensions [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-06-10 04:15:54.078 8 INFO neutron.api.extensions [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Loaded extension: dns-integration 2026-06-10 04:15:54.079 8 INFO neutron.api.extensions [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Loaded extension: dns-domain-ports 2026-06-10 04:15:54.080 8 INFO neutron.api.extensions [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-06-10 04:15:54.080 8 INFO neutron.api.extensions [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Loaded extension: dvr 2026-06-10 04:15:54.081 8 INFO neutron.api.extensions [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-06-10 04:15:54.081 8 INFO neutron.api.extensions [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Loaded extension: empty-string-filtering 2026-06-10 04:15:54.082 8 INFO neutron.api.extensions [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-06-10 04:15:54.082 8 INFO neutron.api.extensions [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-06-10 04:15:54.083 8 INFO neutron.api.extensions [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Loaded extension: external-net 2026-06-10 04:15:54.083 8 INFO neutron.api.extensions [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Loaded extension: extra_dhcp_opt 2026-06-10 04:15:54.084 8 INFO neutron.api.extensions [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Loaded extension: extraroute 2026-06-10 04:15:54.084 8 INFO neutron.api.extensions [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Loaded extension: extraroute-atomic 2026-06-10 04:15:54.085 8 INFO neutron.api.extensions [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-06-10 04:15:54.086 8 INFO neutron.api.extensions [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-06-10 04:15:54.087 8 INFO neutron.api.extensions [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-06-10 04:15:54.087 8 INFO neutron.api.extensions [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-06-10 04:15:54.088 8 INFO neutron.api.extensions [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Loaded extension: fip-port-details 2026-06-10 04:15:54.088 8 INFO neutron.api.extensions [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Loaded extension: flavors 2026-06-10 04:15:54.089 8 INFO neutron.api.extensions [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-06-10 04:15:54.090 8 INFO neutron.api.extensions [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Loaded extension: floatingip-pools 2026-06-10 04:15:54.091 8 INFO neutron.api.extensions [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Loaded extension: ip_allocation 2026-06-10 04:15:54.091 8 INFO neutron.api.extensions [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Loaded extension: ip-substring-filtering 2026-06-10 04:15:54.092 8 INFO neutron.api.extensions [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Loaded extension: l2_adjacency 2026-06-10 04:15:54.093 8 INFO neutron.api.extensions [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Loaded extension: router 2026-06-10 04:15:54.095 8 INFO neutron.api.extensions [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-06-10 04:15:54.095 8 INFO neutron.api.extensions [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-06-10 04:15:54.096 8 INFO neutron.api.extensions [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-06-10 04:15:54.096 8 INFO neutron.api.extensions [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Loaded extension: ext-gw-mode 2026-06-10 04:15:54.097 8 INFO neutron.api.extensions [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Loaded extension: l3-ha 2026-06-10 04:15:54.097 8 INFO neutron.api.extensions [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-06-10 04:15:54.098 8 INFO neutron.api.extensions [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-06-10 04:15:54.098 8 INFO neutron.api.extensions [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Loaded extension: l3-flavors 2026-06-10 04:15:54.099 8 INFO neutron.api.extensions [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-06-10 04:15:54.100 8 INFO neutron.api.extensions [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-06-10 04:15:54.100 7 WARNING stevedore.named [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-10 04:15:54.100 7 WARNING stevedore.named [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-10 04:15:54.102 8 INFO neutron.api.extensions [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Loaded extension: l3_agent_scheduler 2026-06-10 04:15:54.103 8 INFO neutron.api.extensions [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-06-10 04:15:54.104 8 INFO neutron.api.extensions [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Extension logging not supported by any of loaded plugins 2026-06-10 04:15:54.105 8 INFO neutron.api.extensions [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Extension metering not supported by any of loaded plugins 2026-06-10 04:15:54.106 8 INFO neutron.api.extensions [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-06-10 04:15:54.106 8 INFO neutron.api.extensions [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Loaded extension: multi-provider 2026-06-10 04:15:54.107 8 INFO neutron.api.extensions [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Loaded extension: net-mtu 2026-06-10 04:15:54.107 8 INFO neutron.api.extensions [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Loaded extension: net-mtu-writable 2026-06-10 04:15:54.108 8 INFO neutron.api.extensions [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Loaded extension: network_availability_zone 2026-06-10 04:15:54.108 8 INFO neutron.api.extensions [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Loaded extension: network_ha 2026-06-10 04:15:54.109 8 INFO neutron.api.extensions [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Loaded extension: network-ip-availability 2026-06-10 04:15:54.110 8 INFO neutron.api.extensions [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-06-10 04:15:54.110 8 INFO neutron.api.extensions [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Loaded extension: pagination 2026-06-10 04:15:54.111 8 INFO neutron.api.extensions [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Loaded extension: port-device-profile 2026-06-10 04:15:54.111 8 INFO neutron.api.extensions [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-06-10 04:15:54.112 8 INFO neutron.api.extensions [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-06-10 04:15:54.112 8 INFO neutron.api.extensions [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-06-10 04:15:54.113 8 INFO neutron.api.extensions [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Loaded extension: port-mac-override 2026-06-10 04:15:54.113 8 INFO neutron.api.extensions [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-06-10 04:15:54.114 8 INFO neutron.api.extensions [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-06-10 04:15:54.114 8 INFO neutron.api.extensions [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-06-10 04:15:54.115 8 INFO neutron.api.extensions [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Loaded extension: port-resource-request 2026-06-10 04:15:54.115 8 INFO neutron.api.extensions [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Loaded extension: port-resource-request-groups 2026-06-10 04:15:54.116 8 INFO neutron.api.extensions [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-06-10 04:15:54.116 8 INFO neutron.api.extensions [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Loaded extension: binding 2026-06-10 04:15:54.118 8 INFO neutron.api.extensions [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Loaded extension: binding-extended 2026-06-10 04:15:54.118 8 INFO neutron.api.extensions [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Loaded extension: port-security 2026-06-10 04:15:54.119 8 INFO neutron.api.extensions [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Loaded extension: project-id 2026-06-10 04:15:54.119 8 INFO neutron.api.extensions [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Loaded extension: provider 2026-06-10 04:15:54.120 8 INFO neutron.api.extensions [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-06-10 04:15:54.120 7 INFO neutron_taas.services.taas.taas_plugin [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-06-10 04:15:54.121 7 INFO neutron.manager [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Loading Plugin: tapmirror 2026-06-10 04:15:54.122 8 INFO neutron.api.extensions [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Loaded extension: qos 2026-06-10 04:15:54.123 8 INFO neutron.api.extensions [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-06-10 04:15:54.123 8 INFO neutron.api.extensions [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-06-10 04:15:54.124 8 INFO neutron.api.extensions [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Loaded extension: qos-default 2026-06-10 04:15:54.124 8 INFO neutron.api.extensions [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Loaded extension: qos-fip 2026-06-10 04:15:54.125 8 INFO neutron.api.extensions [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-06-10 04:15:54.125 8 INFO neutron.api.extensions [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Loaded extension: qos-gateway-ip 2026-06-10 04:15:54.126 8 INFO neutron.api.extensions [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Loaded extension: qos-port-network-policy 2026-06-10 04:15:54.126 8 INFO neutron.api.extensions [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Loaded extension: qos-pps-minimum 2026-06-10 04:15:54.127 8 INFO neutron.api.extensions [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-06-10 04:15:54.127 8 INFO neutron.api.extensions [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Loaded extension: qos-pps 2026-06-10 04:15:54.128 8 INFO neutron.api.extensions [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Loaded extension: qos-rule-type-details 2026-06-10 04:15:54.128 8 INFO neutron.api.extensions [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Loaded extension: qos-rule-type-filter 2026-06-10 04:15:54.129 8 INFO neutron.api.extensions [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Loaded extension: qos-rules-alias 2026-06-10 04:15:54.129 8 INFO neutron.api.extensions [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Loaded extension: quota-check-limit 2026-06-10 04:15:54.130 8 INFO neutron.api.extensions [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Loaded extension: quota-check-limit-default 2026-06-10 04:15:54.132 8 INFO neutron.api.extensions [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Loaded extension: quotas 2026-06-10 04:15:54.133 8 INFO neutron.api.extensions [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Loaded extension: quota_details 2026-06-10 04:15:54.133 7 WARNING stevedore.named [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-10 04:15:54.133 7 WARNING stevedore.named [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-10 04:15:54.135 8 INFO neutron.api.extensions [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Loaded extension: rbac-policies 2026-06-10 04:15:54.135 8 INFO neutron.api.extensions [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Loaded extension: rbac-address-group 2026-06-10 04:15:54.136 8 INFO neutron.api.extensions [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Loaded extension: rbac-address-scope 2026-06-10 04:15:54.136 8 INFO neutron.api.extensions [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Loaded extension: rbac-security-groups 2026-06-10 04:15:54.137 8 INFO neutron.api.extensions [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Loaded extension: rbac-subnetpool 2026-06-10 04:15:54.137 8 INFO neutron.api.extensions [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Loaded extension: revision-if-match 2026-06-10 04:15:54.138 8 INFO neutron.api.extensions [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Loaded extension: standard-attr-revisions 2026-06-10 04:15:54.138 8 INFO neutron.api.extensions [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Loaded extension: router_availability_zone 2026-06-10 04:15:54.139 8 INFO neutron.api.extensions [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-06-10 04:15:54.141 8 INFO neutron.api.extensions [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Loaded extension: security-groups-default-rules 2026-06-10 04:15:54.141 8 INFO neutron.api.extensions [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-06-10 04:15:54.142 8 INFO neutron.api.extensions [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Loaded extension: port-security-groups-filtering 2026-06-10 04:15:54.142 8 INFO neutron.api.extensions [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-06-10 04:15:54.143 8 INFO neutron.api.extensions [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-06-10 04:15:54.143 8 INFO neutron.api.extensions [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-06-10 04:15:54.148 8 INFO neutron.api.extensions [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Loaded extension: security-group 2026-06-10 04:15:54.148 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-06-10 04:15:54.149 7 INFO neutron.manager [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Loading Plugin: auto_allocate 2026-06-10 04:15:54.149 8 INFO neutron.api.extensions [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Loaded extension: segment 2026-06-10 04:15:54.150 8 INFO neutron.api.extensions [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-06-10 04:15:54.150 8 INFO neutron.api.extensions [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Loaded extension: service-type 2026-06-10 04:15:54.151 8 INFO neutron.api.extensions [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Loaded extension: sorting 2026-06-10 04:15:54.151 8 INFO neutron.api.extensions [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Loaded extension: standard-attr-segment 2026-06-10 04:15:54.152 8 INFO neutron.api.extensions [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Loaded extension: standard-attr-description 2026-06-10 04:15:54.152 8 INFO neutron.api.extensions [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Loaded extension: stateful-security-group 2026-06-10 04:15:54.153 8 WARNING neutron.api.extensions [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-06-10 04:15:54.153 8 INFO neutron.api.extensions [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-06-10 04:15:54.154 8 INFO neutron.api.extensions [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Loaded extension: subnet-external-network 2026-06-10 04:15:54.155 8 INFO neutron.api.extensions [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Loaded extension: subnet_onboard 2026-06-10 04:15:54.155 8 INFO neutron.api.extensions [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-06-10 04:15:54.155 8 INFO neutron.api.extensions [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Loaded extension: subnet-service-types 2026-06-10 04:15:54.156 8 INFO neutron.api.extensions [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Loaded extension: subnet_allocation 2026-06-10 04:15:54.156 7 INFO neutron.manager [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Loading Plugin: tag 2026-06-10 04:15:54.158 8 INFO neutron.api.extensions [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-06-10 04:15:54.159 8 INFO neutron.api.extensions [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Loaded extension: tag-creation 2026-06-10 04:15:54.159 8 INFO neutron.api.extensions [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-06-10 04:15:54.164 8 INFO neutron.api.extensions [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Loaded extension: standard-attr-tag 2026-06-10 04:15:54.165 8 INFO neutron.api.extensions [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Loaded extension: standard-attr-timestamp 2026-06-10 04:15:54.166 8 INFO neutron.api.extensions [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Loaded extension: trunk 2026-06-10 04:15:54.166 8 INFO neutron.api.extensions [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Loaded extension: trunk-details 2026-06-10 04:15:54.167 8 INFO neutron.api.extensions [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-06-10 04:15:54.167 8 INFO neutron.api.extensions [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-06-10 04:15:54.168 8 INFO neutron.api.extensions [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-06-10 04:15:54.169 8 INFO neutron.api.extensions [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Loaded extension: vpn-aes-ctr 2026-06-10 04:15:54.171 7 INFO neutron.manager [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Loading Plugin: timestamp 2026-06-10 04:15:54.171 8 INFO neutron.api.extensions [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-06-10 04:15:54.172 8 INFO neutron.api.extensions [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-06-10 04:15:54.172 8 INFO neutron.api.extensions [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Loaded extension: vpn-flavors 2026-06-10 04:15:54.174 7 INFO neutron.manager [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Loading Plugin: network_ip_availability 2026-06-10 04:15:54.174 8 INFO neutron.api.extensions [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Loaded extension: vpnaas 2026-06-10 04:15:54.175 8 INFO neutron.api.extensions [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Loaded extension: taas 2026-06-10 04:15:54.176 8 INFO neutron.api.extensions [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Loaded extension: tap-mirror 2026-06-10 04:15:54.177 8 INFO neutron.api.extensions [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Loaded extension: taas-vlan-filter 2026-06-10 04:15:54.178 7 INFO neutron.manager [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Loading Plugin: flavors 2026-06-10 04:15:54.180 8 INFO neutron.quota.resource_registry [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Creating instance of TrackedResource for resource:network 2026-06-10 04:15:54.180 8 INFO neutron.quota.resource_registry [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-06-10 04:15:54.180 8 INFO neutron.quota.resource_registry [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-10 04:15:54.181 8 INFO neutron.quota.resource_registry [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Creating instance of TrackedResource for resource:port 2026-06-10 04:15:54.183 7 INFO neutron.manager [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Loading Plugin: revisions 2026-06-10 04:15:54.186 8 INFO neutron.quota.resource_registry [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-10 04:15:54.186 8 INFO neutron.quota.resource_registry [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-10 04:15:54.189 7 INFO neutron.api.extensions [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Initializing extension manager. 2026-06-10 04:15:54.190 7 INFO neutron.api.extensions [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Loaded extension: address-group 2026-06-10 04:15:54.191 7 INFO neutron.api.extensions [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Loaded extension: address-scope 2026-06-10 04:15:54.191 8 INFO neutron.quota.resource_registry [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-10 04:15:54.192 7 INFO neutron.api.extensions [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-06-10 04:15:54.193 7 INFO neutron.api.extensions [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Loaded extension: agent 2026-06-10 04:15:54.193 8 INFO neutron.quota.resource_registry [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-10 04:15:54.193 8 INFO neutron.quota.resource_registry [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-10 04:15:54.193 7 INFO neutron.api.extensions [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Loaded extension: agent-resources-synced 2026-06-10 04:15:54.194 8 INFO neutron.quota.resource_registry [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-10 04:15:54.194 8 WARNING neutron.quota.resource_registry [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] subnetpool is already registered 2026-06-10 04:15:54.194 7 INFO neutron.api.extensions [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Loaded extension: allowed-address-pairs 2026-06-10 04:15:54.194 8 INFO neutron.quota.resource_registry [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-10 04:15:54.195 8 WARNING neutron.quota.resource_registry [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] subnetpool is already registered 2026-06-10 04:15:54.195 7 INFO neutron.api.extensions [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Loaded extension: auto-allocated-topology 2026-06-10 04:15:54.195 8 INFO neutron.quota.resource_registry [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-10 04:15:54.195 8 INFO neutron.quota.resource_registry [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-10 04:15:54.196 7 INFO neutron.api.extensions [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Loaded extension: availability_zone 2026-06-10 04:15:54.196 8 INFO neutron.quota.resource_registry [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-10 04:15:54.196 7 INFO neutron.api.extensions [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Loaded extension: availability_zone_filter 2026-06-10 04:15:54.196 8 INFO neutron.quota.resource_registry [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-10 04:15:54.197 7 INFO neutron.api.extensions [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-06-10 04:15:54.197 8 INFO neutron.quota.resource_registry [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-10 04:15:54.197 8 INFO neutron.quota.resource_registry [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-10 04:15:54.197 7 INFO neutron.api.extensions [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Loaded extension: default-subnetpools 2026-06-10 04:15:54.197 8 INFO neutron.quota.resource_registry [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-10 04:15:54.198 8 WARNING neutron.quota.resource_registry [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] ipsecpolicy is already registered 2026-06-10 04:15:54.198 8 INFO neutron.quota.resource_registry [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-10 04:15:54.198 8 WARNING neutron.quota.resource_registry [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] ikepolicy is already registered 2026-06-10 04:15:54.199 7 INFO neutron.api.extensions [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-06-10 04:15:54.200 7 INFO neutron.api.extensions [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Loaded extension: dns-integration 2026-06-10 04:15:54.200 7 INFO neutron.api.extensions [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Loaded extension: dns-domain-ports 2026-06-10 04:15:54.201 7 INFO neutron.api.extensions [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-06-10 04:15:54.202 7 INFO neutron.api.extensions [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Loaded extension: dvr 2026-06-10 04:15:54.202 7 INFO neutron.api.extensions [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-06-10 04:15:54.203 7 INFO neutron.api.extensions [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Loaded extension: empty-string-filtering 2026-06-10 04:15:54.203 8 INFO neutron.quota.resource_registry [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-10 04:15:54.203 8 WARNING neutron.quota.resource_registry [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] router is already registered 2026-06-10 04:15:54.203 7 INFO neutron.api.extensions [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-06-10 04:15:54.204 8 INFO neutron.quota.resource_registry [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-10 04:15:54.204 8 WARNING neutron.quota.resource_registry [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] floatingip is already registered 2026-06-10 04:15:54.204 7 INFO neutron.api.extensions [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-06-10 04:15:54.205 7 INFO neutron.api.extensions [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Loaded extension: external-net 2026-06-10 04:15:54.206 7 INFO neutron.api.extensions [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Loaded extension: extra_dhcp_opt 2026-06-10 04:15:54.207 7 INFO neutron.api.extensions [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Loaded extension: extraroute 2026-06-10 04:15:54.207 7 INFO neutron.api.extensions [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Loaded extension: extraroute-atomic 2026-06-10 04:15:54.208 8 INFO neutron.quota.resource_registry [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-10 04:15:54.208 8 WARNING neutron.quota.resource_registry [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] rbac_policy is already registered 2026-06-10 04:15:54.208 7 INFO neutron.api.extensions [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-06-10 04:15:54.209 7 INFO neutron.api.extensions [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-06-10 04:15:54.209 8 INFO neutron.quota.resource_registry [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-10 04:15:54.209 8 WARNING neutron.quota.resource_registry [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] security_group is already registered 2026-06-10 04:15:54.209 7 INFO neutron.api.extensions [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-06-10 04:15:54.209 8 INFO neutron.quota.resource_registry [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-10 04:15:54.209 8 WARNING neutron.quota.resource_registry [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] security_group_rule is already registered 2026-06-10 04:15:54.210 7 INFO neutron.api.extensions [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-06-10 04:15:54.210 7 INFO neutron.api.extensions [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Loaded extension: fip-port-details 2026-06-10 04:15:54.210 8 INFO neutron.quota.resource_registry [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-10 04:15:54.210 8 WARNING neutron.quota.resource_registry [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] subnetpool is already registered 2026-06-10 04:15:54.211 8 INFO neutron.quota.resource_registry [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-10 04:15:54.211 8 WARNING neutron.quota.resource_registry [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] subnetpool is already registered 2026-06-10 04:15:54.211 7 INFO neutron.api.extensions [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Loaded extension: flavors 2026-06-10 04:15:54.211 8 INFO neutron.quota.resource_registry [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-10 04:15:54.211 8 WARNING neutron.quota.resource_registry [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] trunk is already registered 2026-06-10 04:15:54.212 8 INFO neutron.quota.resource_registry [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-10 04:15:54.212 8 WARNING neutron.quota.resource_registry [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] ikepolicy is already registered 2026-06-10 04:15:54.212 7 INFO neutron.api.extensions [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-06-10 04:15:54.212 8 INFO neutron.quota.resource_registry [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-10 04:15:54.212 8 WARNING neutron.quota.resource_registry [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] ipsecpolicy is already registered 2026-06-10 04:15:54.213 8 INFO neutron.quota.resource_registry [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-10 04:15:54.213 8 WARNING neutron.quota.resource_registry [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] endpoint_group is already registered 2026-06-10 04:15:54.213 8 INFO neutron.quota.resource_registry [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-10 04:15:54.213 7 INFO neutron.api.extensions [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Loaded extension: floatingip-pools 2026-06-10 04:15:54.213 8 WARNING neutron.quota.resource_registry [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] vpnservice is already registered 2026-06-10 04:15:54.214 8 INFO neutron.quota.resource_registry [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-10 04:15:54.214 7 INFO neutron.api.extensions [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Loaded extension: ip_allocation 2026-06-10 04:15:54.214 8 WARNING neutron.quota.resource_registry [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] ipsec_site_connection is already registered 2026-06-10 04:15:54.214 8 INFO neutron.quota.resource_registry [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-10 04:15:54.214 7 INFO neutron.api.extensions [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Loaded extension: ip-substring-filtering 2026-06-10 04:15:54.214 8 WARNING neutron.quota.resource_registry [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] ipsecpolicy is already registered 2026-06-10 04:15:54.215 8 INFO neutron.quota.resource_registry [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-10 04:15:54.215 8 WARNING neutron.quota.resource_registry [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] ikepolicy is already registered 2026-06-10 04:15:54.215 7 INFO neutron.api.extensions [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Loaded extension: l2_adjacency 2026-06-10 04:15:54.216 7 INFO neutron.api.extensions [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Loaded extension: router 2026-06-10 04:15:54.218 7 INFO neutron.api.extensions [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-06-10 04:15:54.219 7 INFO neutron.api.extensions [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-06-10 04:15:54.219 7 INFO neutron.api.extensions [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-06-10 04:15:54.220 7 INFO neutron.api.extensions [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Loaded extension: ext-gw-mode 2026-06-10 04:15:54.221 7 INFO neutron.api.extensions [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Loaded extension: l3-ha 2026-06-10 04:15:54.221 7 INFO neutron.api.extensions [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-06-10 04:15:54.222 7 INFO neutron.api.extensions [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-06-10 04:15:54.222 7 INFO neutron.api.extensions [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Loaded extension: l3-flavors 2026-06-10 04:15:54.223 7 INFO neutron.api.extensions [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-06-10 04:15:54.224 7 INFO neutron.api.extensions [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-06-10 04:15:54.226 7 INFO neutron.api.extensions [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Loaded extension: l3_agent_scheduler 2026-06-10 04:15:54.227 7 INFO neutron.api.extensions [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-06-10 04:15:54.228 7 INFO neutron.api.extensions [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Extension logging not supported by any of loaded plugins 2026-06-10 04:15:54.230 7 INFO neutron.api.extensions [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Extension metering not supported by any of loaded plugins 2026-06-10 04:15:54.230 7 INFO neutron.api.extensions [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-06-10 04:15:54.231 7 INFO neutron.api.extensions [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Loaded extension: multi-provider 2026-06-10 04:15:54.231 7 INFO neutron.api.extensions [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Loaded extension: net-mtu 2026-06-10 04:15:54.232 7 INFO neutron.api.extensions [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Loaded extension: net-mtu-writable 2026-06-10 04:15:54.233 7 INFO neutron.api.extensions [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Loaded extension: network_availability_zone 2026-06-10 04:15:54.233 7 INFO neutron.api.extensions [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Loaded extension: network_ha 2026-06-10 04:15:54.235 7 INFO neutron.api.extensions [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Loaded extension: network-ip-availability 2026-06-10 04:15:54.236 7 INFO neutron.api.extensions [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-06-10 04:15:54.237 7 INFO neutron.api.extensions [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Loaded extension: pagination 2026-06-10 04:15:54.237 7 INFO neutron.api.extensions [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Loaded extension: port-device-profile 2026-06-10 04:15:54.238 7 INFO neutron.api.extensions [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-06-10 04:15:54.238 7 INFO neutron.api.extensions [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-06-10 04:15:54.239 7 INFO neutron.api.extensions [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-06-10 04:15:54.240 7 INFO neutron.api.extensions [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Loaded extension: port-mac-override 2026-06-10 04:15:54.240 7 INFO neutron.api.extensions [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Loaded extension: port-mac-address-regenerate 2026-06-10 04:15:54.241 7 INFO neutron.api.extensions [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Loaded extension: port-numa-affinity-policy 2026-06-10 04:15:54.241 7 INFO neutron.api.extensions [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-06-10 04:15:54.242 7 INFO neutron.api.extensions [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Loaded extension: port-resource-request 2026-06-10 04:15:54.243 7 INFO neutron.api.extensions [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Loaded extension: port-resource-request-groups 2026-06-10 04:15:54.243 7 INFO neutron.api.extensions [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-06-10 04:15:54.244 7 INFO neutron.api.extensions [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Loaded extension: binding 2026-06-10 04:15:54.245 7 INFO neutron.api.extensions [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Loaded extension: binding-extended 2026-06-10 04:15:54.245 7 INFO neutron.api.extensions [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Loaded extension: port-security 2026-06-10 04:15:54.246 7 INFO neutron.api.extensions [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Loaded extension: project-id 2026-06-10 04:15:54.246 7 INFO neutron.api.extensions [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Loaded extension: provider 2026-06-10 04:15:54.247 7 INFO neutron.api.extensions [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Extension qinq not supported by any of loaded plugins 2026-06-10 04:15:54.250 7 INFO neutron.api.extensions [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Loaded extension: qos 2026-06-10 04:15:54.251 7 INFO neutron.api.extensions [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Loaded extension: qos-bw-limit-direction 2026-06-10 04:15:54.251 7 INFO neutron.api.extensions [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-06-10 04:15:54.253 7 INFO neutron.api.extensions [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Loaded extension: qos-default 2026-06-10 04:15:54.253 7 INFO neutron.api.extensions [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Loaded extension: qos-fip 2026-06-10 04:15:54.254 7 INFO neutron.api.extensions [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-06-10 04:15:54.254 8 WARNING keystonemiddleware._common.config [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-06-10 04:15:54.254 7 INFO neutron.api.extensions [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Loaded extension: qos-gateway-ip 2026-06-10 04:15:54.255 7 INFO neutron.api.extensions [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Loaded extension: qos-port-network-policy 2026-06-10 04:15:54.255 7 INFO neutron.api.extensions [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Loaded extension: qos-pps-minimum 2026-06-10 04:15:54.256 7 INFO neutron.api.extensions [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-06-10 04:15:54.257 7 INFO neutron.api.extensions [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Loaded extension: qos-pps 2026-06-10 04:15:54.257 7 INFO neutron.api.extensions [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Loaded extension: qos-rule-type-details 2026-06-10 04:15:54.258 7 INFO neutron.api.extensions [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Loaded extension: qos-rule-type-filter 2026-06-10 04:15:54.258 7 INFO neutron.api.extensions [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Loaded extension: qos-rules-alias 2026-06-10 04:15:54.259 7 INFO neutron.api.extensions [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Loaded extension: quota-check-limit 2026-06-10 04:15:54.260 7 INFO neutron.api.extensions [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Loaded extension: quota-check-limit-default 2026-06-10 04:15:54.261 8 WARNING oslo_config.cfg [None req-0f96bf6a-6c7b-4e52-9c7f-700dadc2ca15 - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". 2026-06-10 04:15:54.262 7 INFO neutron.api.extensions [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Loaded extension: quotas 2026-06-10 04:15:54.263 7 INFO neutron.api.extensions [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Loaded extension: quota_details WSGI app 0 (mountpoint='') ready in 8 seconds on interpreter 0x7fb33c0dc668 pid: 8 (default app) 2026-06-10 04:15:54.264 7 INFO neutron.api.extensions [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Loaded extension: rbac-policies 2026-06-10 04:15:54.265 7 INFO neutron.api.extensions [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Loaded extension: rbac-address-group 2026-06-10 04:15:54.265 7 INFO neutron.api.extensions [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Loaded extension: rbac-address-scope 2026-06-10 04:15:54.266 7 INFO neutron.api.extensions [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Loaded extension: rbac-security-groups 2026-06-10 04:15:54.266 7 INFO neutron.api.extensions [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Loaded extension: rbac-subnetpool 2026-06-10 04:15:54.267 7 INFO neutron.api.extensions [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Loaded extension: revision-if-match 2026-06-10 04:15:54.267 7 INFO neutron.api.extensions [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Loaded extension: standard-attr-revisions 2026-06-10 04:15:54.268 7 INFO neutron.api.extensions [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Loaded extension: router_availability_zone 2026-06-10 04:15:54.268 7 INFO neutron.api.extensions [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-06-10 04:15:54.271 7 INFO neutron.api.extensions [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Loaded extension: security-groups-default-rules 2026-06-10 04:15:54.271 7 INFO neutron.api.extensions [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-06-10 04:15:54.272 7 INFO neutron.api.extensions [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Loaded extension: port-security-groups-filtering 2026-06-10 04:15:54.272 7 INFO neutron.api.extensions [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Loaded extension: security-groups-remote-address-group 2026-06-10 04:15:54.273 7 INFO neutron.api.extensions [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-06-10 04:15:54.273 7 INFO neutron.api.extensions [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Loaded extension: security-groups-shared-filtering 2026-06-10 04:15:54.279 7 INFO neutron.api.extensions [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Loaded extension: security-group 2026-06-10 04:15:54.280 7 INFO neutron.api.extensions [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Loaded extension: segment 2026-06-10 04:15:54.281 7 INFO neutron.api.extensions [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-06-10 04:15:54.281 7 INFO neutron.api.extensions [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Loaded extension: service-type 2026-06-10 04:15:54.282 7 INFO neutron.api.extensions [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Loaded extension: sorting 2026-06-10 04:15:54.282 7 INFO neutron.api.extensions [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Loaded extension: standard-attr-segment 2026-06-10 04:15:54.283 7 INFO neutron.api.extensions [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Loaded extension: standard-attr-description 2026-06-10 04:15:54.284 7 INFO neutron.api.extensions [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Loaded extension: stateful-security-group 2026-06-10 04:15:54.284 7 WARNING neutron.api.extensions [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-06-10 04:15:54.285 7 INFO neutron.api.extensions [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-06-10 04:15:54.285 7 INFO neutron.api.extensions [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Loaded extension: subnet-external-network 2026-06-10 04:15:54.286 7 INFO neutron.api.extensions [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Loaded extension: subnet_onboard 2026-06-10 04:15:54.286 7 INFO neutron.api.extensions [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Loaded extension: subnet-segmentid-writable 2026-06-10 04:15:54.287 7 INFO neutron.api.extensions [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Loaded extension: subnet-service-types 2026-06-10 04:15:54.287 7 INFO neutron.api.extensions [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Loaded extension: subnet_allocation 2026-06-10 04:15:54.288 7 INFO neutron.api.extensions [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-06-10 04:15:54.288 7 INFO neutron.api.extensions [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Loaded extension: tag-creation 2026-06-10 04:15:54.289 7 INFO neutron.api.extensions [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-06-10 04:15:54.293 7 INFO neutron.api.extensions [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Loaded extension: standard-attr-tag 2026-06-10 04:15:54.294 7 INFO neutron.api.extensions [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Loaded extension: standard-attr-timestamp 2026-06-10 04:15:54.294 7 INFO neutron.api.extensions [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Loaded extension: trunk 2026-06-10 04:15:54.295 7 INFO neutron.api.extensions [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Loaded extension: trunk-details 2026-06-10 04:15:54.295 7 INFO neutron.api.extensions [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-06-10 04:15:54.296 7 INFO neutron.api.extensions [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-06-10 04:15:54.296 7 INFO neutron.api.extensions [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-06-10 04:15:54.297 7 INFO neutron.api.extensions [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Loaded extension: vpn-aes-ctr 2026-06-10 04:15:54.300 7 INFO neutron.api.extensions [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-06-10 04:15:54.301 7 INFO neutron.api.extensions [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Loaded extension: vpn-endpoint-groups 2026-06-10 04:15:54.301 7 INFO neutron.api.extensions [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Loaded extension: vpn-flavors 2026-06-10 04:15:54.303 7 INFO neutron.api.extensions [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Loaded extension: vpnaas 2026-06-10 04:15:54.304 7 INFO neutron.api.extensions [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Loaded extension: taas 2026-06-10 04:15:54.305 7 INFO neutron.api.extensions [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Loaded extension: tap-mirror 2026-06-10 04:15:54.306 7 INFO neutron.api.extensions [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Loaded extension: taas-vlan-filter 2026-06-10 04:15:54.308 7 INFO neutron.quota.resource_registry [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Creating instance of TrackedResource for resource:network 2026-06-10 04:15:54.308 7 INFO neutron.quota.resource_registry [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-06-10 04:15:54.308 7 INFO neutron.quota.resource_registry [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-10 04:15:54.309 7 INFO neutron.quota.resource_registry [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Creating instance of TrackedResource for resource:port 2026-06-10 04:15:54.312 7 INFO neutron.quota.resource_registry [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-10 04:15:54.312 7 INFO neutron.quota.resource_registry [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-10 04:15:54.317 7 INFO neutron.quota.resource_registry [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-10 04:15:54.317 7 INFO neutron.quota.resource_registry [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-10 04:15:54.318 7 INFO neutron.quota.resource_registry [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-10 04:15:54.319 7 INFO neutron.quota.resource_registry [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-10 04:15:54.319 7 WARNING neutron.quota.resource_registry [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] subnetpool is already registered 2026-06-10 04:15:54.319 7 INFO neutron.quota.resource_registry [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-10 04:15:54.319 7 WARNING neutron.quota.resource_registry [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] subnetpool is already registered 2026-06-10 04:15:54.320 7 INFO neutron.quota.resource_registry [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-10 04:15:54.320 7 INFO neutron.quota.resource_registry [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-10 04:15:54.321 7 INFO neutron.quota.resource_registry [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-10 04:15:54.321 7 INFO neutron.quota.resource_registry [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-10 04:15:54.321 7 INFO neutron.quota.resource_registry [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-10 04:15:54.322 7 INFO neutron.quota.resource_registry [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-10 04:15:54.322 7 INFO neutron.quota.resource_registry [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-10 04:15:54.322 7 WARNING neutron.quota.resource_registry [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] ipsecpolicy is already registered 2026-06-10 04:15:54.323 7 INFO neutron.quota.resource_registry [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-10 04:15:54.323 7 WARNING neutron.quota.resource_registry [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] ikepolicy is already registered 2026-06-10 04:15:54.327 7 INFO neutron.quota.resource_registry [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-10 04:15:54.327 7 WARNING neutron.quota.resource_registry [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] router is already registered 2026-06-10 04:15:54.328 7 INFO neutron.quota.resource_registry [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-10 04:15:54.328 7 WARNING neutron.quota.resource_registry [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] floatingip is already registered 2026-06-10 04:15:54.332 7 INFO neutron.quota.resource_registry [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-10 04:15:54.332 7 WARNING neutron.quota.resource_registry [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] rbac_policy is already registered 2026-06-10 04:15:54.332 7 INFO neutron.quota.resource_registry [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-10 04:15:54.333 7 WARNING neutron.quota.resource_registry [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] security_group is already registered 2026-06-10 04:15:54.333 7 INFO neutron.quota.resource_registry [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-10 04:15:54.333 7 WARNING neutron.quota.resource_registry [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] security_group_rule is already registered 2026-06-10 04:15:54.334 7 INFO neutron.quota.resource_registry [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-10 04:15:54.334 7 WARNING neutron.quota.resource_registry [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] subnetpool is already registered 2026-06-10 04:15:54.334 7 INFO neutron.quota.resource_registry [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-10 04:15:54.334 7 WARNING neutron.quota.resource_registry [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] subnetpool is already registered 2026-06-10 04:15:54.335 7 INFO neutron.quota.resource_registry [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-10 04:15:54.335 7 WARNING neutron.quota.resource_registry [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] trunk is already registered 2026-06-10 04:15:54.335 7 INFO neutron.quota.resource_registry [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-10 04:15:54.336 7 WARNING neutron.quota.resource_registry [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] ikepolicy is already registered 2026-06-10 04:15:54.336 7 INFO neutron.quota.resource_registry [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-10 04:15:54.336 7 WARNING neutron.quota.resource_registry [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] ipsecpolicy is already registered 2026-06-10 04:15:54.336 7 INFO neutron.quota.resource_registry [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-10 04:15:54.337 7 WARNING neutron.quota.resource_registry [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] endpoint_group is already registered 2026-06-10 04:15:54.337 7 INFO neutron.quota.resource_registry [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-10 04:15:54.337 7 WARNING neutron.quota.resource_registry [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] vpnservice is already registered 2026-06-10 04:15:54.337 7 INFO neutron.quota.resource_registry [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-10 04:15:54.338 7 WARNING neutron.quota.resource_registry [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] ipsec_site_connection is already registered 2026-06-10 04:15:54.338 7 INFO neutron.quota.resource_registry [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-10 04:15:54.338 7 WARNING neutron.quota.resource_registry [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] ipsecpolicy is already registered 2026-06-10 04:15:54.338 7 INFO neutron.quota.resource_registry [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-10 04:15:54.339 7 WARNING neutron.quota.resource_registry [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] ikepolicy is already registered 2026-06-10 04:15:54.377 7 WARNING keystonemiddleware._common.config [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-06-10 04:15:54.384 7 WARNING oslo_config.cfg [None req-8671667c-a413-4839-bb10-56b0b9032ddd - - - - - -] 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 0x7fb33c0dc668 pid: 7 (default app) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-10 04:15:59.807 8 INFO neutron.pecan_wsgi.hooks.translation [None req-51f6ee73-1eea-446f-98d0-ad0190a67b28 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 3/3] 199.204.45.109 () {44 vars in 926 bytes} [Wed Jun 10 04:15:58 2026] GET /v2.0/networks/public => generated 108 bytes in 810 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1/4] 199.204.45.109 () {44 vars in 948 bytes} [Wed Jun 10 04:15:59 2026] GET /v2.0/networks?name=public => generated 15 bytes in 380 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 04:16:00.615 8 WARNING neutron.services.revisions.revision_plugin [None req-b48b6b65-8206-4e2b-9945-90b6de4f49f5 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] Could not find related network for resource to bump revision. 2026-06-10 04:16:00.637 8 INFO neutron.db.segments_db [None req-b48b6b65-8206-4e2b-9945-90b6de4f49f5 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] Added segment 9b68d14c-5979-4dbc-9a60-cfea331a3a38 of type flat for network 75f36ce2-d6a4-493c-a146-11208c2046ea 2026-06-10 04:16:00.681 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b48b6b65-8206-4e2b-9945-90b6de4f49f5 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/5] 199.204.45.109 () {48 vars in 966 bytes} [Wed Jun 10 04:16:00 2026] POST /v2.0/networks => generated 124 bytes in 497 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 04:16:06.560 8 INFO neutron.pecan_wsgi.hooks.translation [None req-fba0d468-bf82-427d-97c3-7b9426e077e5 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/7] 199.204.45.109 () {44 vars in 926 bytes} [Wed Jun 10 04:16:06 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: 3/8] 199.204.45.109 () {44 vars in 948 bytes} [Wed Jun 10 04:16:06 2026] GET /v2.0/networks?name=public => generated 15 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 04:16:06.632 8 WARNING neutron.services.revisions.revision_plugin [None req-1bebc615-4347-457d-827d-da57400d6eb8 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] Could not find related network for resource to bump revision. 2026-06-10 04:16:06.645 8 INFO neutron.db.segments_db [None req-1bebc615-4347-457d-827d-da57400d6eb8 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] Added segment de6c9879-29c2-456e-b713-8dac788946e8 of type flat for network 000e11bf-ad1b-4ec7-8e5e-3cda8794f0ab 2026-06-10 04:16:06.669 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1bebc615-4347-457d-827d-da57400d6eb8 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 6/9] 199.204.45.109 () {48 vars in 966 bytes} [Wed Jun 10 04:16:06 2026] POST /v2.0/networks => generated 124 bytes in 100 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 04:16:12.868 7 INFO neutron.pecan_wsgi.hooks.translation [None req-32de1d64-9a67-4e6f-afc1-e64db38dc60f 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/10] 199.204.45.109 () {44 vars in 926 bytes} [Wed Jun 10 04:16:12 2026] GET /v2.0/networks/public => generated 108 bytes in 352 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 7/11] 199.204.45.109 () {44 vars in 948 bytes} [Wed Jun 10 04:16:12 2026] GET /v2.0/networks?name=public => generated 15 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 04:16:13.122 7 WARNING neutron.services.revisions.revision_plugin [None req-ad017e8e-783f-4100-baf4-c06a1107ee8a 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] Could not find related network for resource to bump revision. 2026-06-10 04:16:13.144 7 INFO neutron.db.segments_db [None req-ad017e8e-783f-4100-baf4-c06a1107ee8a 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] Added segment fdf7c36c-9de9-4b37-b13a-76d0e5dd8205 of type flat for network 4687a6c6-036f-432b-a1c7-420ff73e6d51 2026-06-10 04:16:13.191 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ad017e8e-783f-4100-baf4-c06a1107ee8a 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 5/12] 199.204.45.109 () {48 vars in 966 bytes} [Wed Jun 10 04:16:12 2026] POST /v2.0/networks => generated 124 bytes in 303 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 04:16:19.196 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8d68d009-2314-460f-959e-27baeb7af7c8 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 6/14] 199.204.45.109 () {44 vars in 926 bytes} [Wed Jun 10 04:16:19 2026] GET /v2.0/networks/public => generated 108 bytes in 53 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 9/15] 199.204.45.109 () {44 vars in 948 bytes} [Wed Jun 10 04:16:19 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-10 04:16:19.287 7 WARNING neutron.services.revisions.revision_plugin [None req-adbdd5d1-1aea-4f55-bd87-5d225b49477e 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] Could not find related network for resource to bump revision. 2026-06-10 04:16:19.306 7 INFO neutron.db.segments_db [None req-adbdd5d1-1aea-4f55-bd87-5d225b49477e 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] Added segment 38f1b2f3-39cb-4776-9dcf-6f8835c6a18a of type flat for network 4cd23cbd-fc3e-4156-8613-29ea25ac14b3 2026-06-10 04:16:19.328 7 INFO neutron.pecan_wsgi.hooks.translation [None req-adbdd5d1-1aea-4f55-bd87-5d225b49477e 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 7/16] 199.204.45.109 () {48 vars in 966 bytes} [Wed Jun 10 04:16:19 2026] POST /v2.0/networks => generated 124 bytes in 113 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 04:16:25.322 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a1cab365-e37a-4667-a911-8b263b807dca 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 10/17] 199.204.45.109 () {44 vars in 926 bytes} [Wed Jun 10 04:16:25 2026] GET /v2.0/networks/public => generated 108 bytes in 57 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 8/18] 199.204.45.109 () {44 vars in 948 bytes} [Wed Jun 10 04:16:25 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-10 04:16:25.386 8 WARNING neutron.services.revisions.revision_plugin [None req-4ed136bd-c0ba-4437-b7d2-bddc5cba9e18 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] Could not find related network for resource to bump revision. 2026-06-10 04:16:25.431 8 INFO neutron.db.segments_db [None req-4ed136bd-c0ba-4437-b7d2-bddc5cba9e18 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] Added segment 0156b690-3756-4c72-8159-39a0f4c2deb3 of type flat for network 633735d2-81eb-40bd-b929-a08bc920c8e5 2026-06-10 04:16:25.473 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4ed136bd-c0ba-4437-b7d2-bddc5cba9e18 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 11/19] 199.204.45.109 () {48 vars in 966 bytes} [Wed Jun 10 04:16:25 2026] POST /v2.0/networks => generated 124 bytes in 153 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 04:16:31.367 8 INFO neutron.pecan_wsgi.hooks.translation [None req-44dec46c-eb90-45f0-8cf3-daf8dc83180b 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 12/21] 199.204.45.109 () {44 vars in 926 bytes} [Wed Jun 10 04:16:31 2026] GET /v2.0/networks/public => generated 108 bytes in 72 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 10/22] 199.204.45.109 () {44 vars in 948 bytes} [Wed Jun 10 04:16:31 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-10 04:16:31.462 8 WARNING neutron.services.revisions.revision_plugin [None req-98d7a3e5-54a7-417a-8594-c4915e2e05f2 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] Could not find related network for resource to bump revision. 2026-06-10 04:16:31.497 8 INFO neutron.db.segments_db [None req-98d7a3e5-54a7-417a-8594-c4915e2e05f2 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] Added segment 40f7bdf7-f789-4af8-a2ee-70c4b90aea2b of type flat for network 23113d02-bf78-4186-bb2b-4463b7e5c35e [pid: 8|app: 0|req: 13/23] 199.204.45.109 () {48 vars in 966 bytes} [Wed Jun 10 04:16:31 2026] POST /v2.0/networks => generated 706 bytes in 224 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 04:16:32.739 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8c8adf09-3384-4b21-be5a-97606705649f 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 11/24] 199.204.45.109 () {44 vars in 926 bytes} [Wed Jun 10 04:16:32 2026] GET /v2.0/networks/public => generated 108 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 14/25] 199.204.45.109 () {44 vars in 948 bytes} [Wed Jun 10 04:16:32 2026] GET /v2.0/networks?name=public => generated 709 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 04:16:32.807 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5c38edd6-c427-41bb-8bf4-43b6623a89db 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 12/26] 199.204.45.109 () {44 vars in 1033 bytes} [Wed Jun 10 04:16:32 2026] GET /v2.0/subnets/public-subnet?network_id=23113d02-bf78-4186-bb2b-4463b7e5c35e => generated 113 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 15/27] 199.204.45.109 () {44 vars in 1056 bytes} [Wed Jun 10 04:16:32 2026] GET /v2.0/subnets?name=public-subnet&network_id=23113d02-bf78-4186-bb2b-4463b7e5c35e => generated 14 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 13/28] 199.204.45.109 () {48 vars in 964 bytes} [Wed Jun 10 04:16:32 2026] POST /v2.0/subnets => generated 664 bytes in 345 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 04:21:19.965 7 INFO neutron.pecan_wsgi.hooks.translation [None req-aecf1f59-8a1b-4a90-b443-f7c9443b5760 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 32/66] 199.204.45.109 () {44 vars in 936 bytes} [Wed Jun 10 04:21:19 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 127 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 35/67] 199.204.45.109 () {44 vars in 958 bytes} [Wed Jun 10 04:21:19 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 04:21:20.052 7 INFO neutron.db.segments_db [None req-3764336f-cad6-4ea7-8113-6702bb32fd6e 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] Added segment 92e021c3-678e-4993-a893-bf06ff104034 of type vxlan for network c9b89531-1803-4d0e-a089-f7dfd8a5bbe1 [pid: 7|app: 0|req: 33/68] 199.204.45.109 () {48 vars in 965 bytes} [Wed Jun 10 04:21:19 2026] POST /v2.0/networks => generated 688 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 04:21:21.100 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3da6dde2-3273-4f38-8342-eb45a403438c 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 36/69] 199.204.45.109 () {44 vars in 936 bytes} [Wed Jun 10 04:21:21 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 72 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 34/70] 199.204.45.109 () {44 vars in 958 bytes} [Wed Jun 10 04:21:21 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 04:21:21.185 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3c47a922-0979-48ce-9874-31285cfa8ea3 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 37/71] 199.204.45.109 () {44 vars in 1035 bytes} [Wed Jun 10 04:21:21 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=c9b89531-1803-4d0e-a089-f7dfd8a5bbe1 => generated 114 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 35/72] 199.204.45.109 () {44 vars in 1058 bytes} [Wed Jun 10 04:21:21 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=c9b89531-1803-4d0e-a089-f7dfd8a5bbe1 => generated 14 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 38/73] 199.204.45.109 () {48 vars in 964 bytes} [Wed Jun 10 04:21:21 2026] POST /v2.0/subnets => generated 651 bytes in 218 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 04:21:22.630 7 INFO neutron.api.v2.resource [None req-69e34d19-c8d3-49a5-86a3-470b4833c6e1 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 36/74] 199.204.45.109 () {44 vars in 970 bytes} [Wed Jun 10 04:21:22 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 57 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 39/75] 199.204.45.109 () {44 vars in 992 bytes} [Wed Jun 10 04:21:22 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 37/76] 199.204.45.109 () {48 vars in 979 bytes} [Wed Jun 10 04:21:22 2026] POST /v2.0/security-groups => generated 1616 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/77] 199.204.45.109 () {44 vars in 1000 bytes} [Wed Jun 10 04:21:23 2026] GET /v2.0/security-groups/d7c266cd-ea90-4cd5-bb7f-e30cf4a01d09 => generated 1616 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 38/78] 199.204.45.109 () {44 vars in 1000 bytes} [Wed Jun 10 04:21:23 2026] GET /v2.0/security-groups/d7c266cd-ea90-4cd5-bb7f-e30cf4a01d09 => generated 1616 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/79] 199.204.45.109 () {44 vars in 1000 bytes} [Wed Jun 10 04:21:24 2026] GET /v2.0/security-groups/d7c266cd-ea90-4cd5-bb7f-e30cf4a01d09 => 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: 39/80] 199.204.45.109 () {48 vars in 990 bytes} [Wed Jun 10 04:21:24 2026] POST /v2.0/security-group-rules => generated 601 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/81] 199.204.45.109 () {44 vars in 1000 bytes} [Wed Jun 10 04:21:24 2026] GET /v2.0/security-groups/d7c266cd-ea90-4cd5-bb7f-e30cf4a01d09 => generated 2230 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/82] 199.204.45.109 () {44 vars in 1000 bytes} [Wed Jun 10 04:21:25 2026] GET /v2.0/security-groups/d7c266cd-ea90-4cd5-bb7f-e30cf4a01d09 => generated 2230 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/83] 199.204.45.109 () {44 vars in 1000 bytes} [Wed Jun 10 04:21:25 2026] GET /v2.0/security-groups/d7c266cd-ea90-4cd5-bb7f-e30cf4a01d09 => generated 2230 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/84] 199.204.45.109 () {48 vars in 990 bytes} [Wed Jun 10 04:21:25 2026] POST /v2.0/security-group-rules => generated 603 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/85] 199.204.45.109 () {44 vars in 1000 bytes} [Wed Jun 10 04:21:26 2026] GET /v2.0/security-groups/d7c266cd-ea90-4cd5-bb7f-e30cf4a01d09 => generated 2846 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/86] 199.204.45.109 () {44 vars in 1000 bytes} [Wed Jun 10 04:21:26 2026] GET /v2.0/security-groups/d7c266cd-ea90-4cd5-bb7f-e30cf4a01d09 => generated 2846 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/87] 199.204.45.109 () {44 vars in 1000 bytes} [Wed Jun 10 04:21:26 2026] GET /v2.0/security-groups/d7c266cd-ea90-4cd5-bb7f-e30cf4a01d09 => generated 2846 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/88] 199.204.45.109 () {48 vars in 990 bytes} [Wed Jun 10 04:21:26 2026] POST /v2.0/security-group-rules => generated 603 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/89] 199.204.45.109 () {44 vars in 1000 bytes} [Wed Jun 10 04:21:27 2026] GET /v2.0/security-groups/d7c266cd-ea90-4cd5-bb7f-e30cf4a01d09 => generated 3462 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/90] 199.204.45.109 () {44 vars in 1000 bytes} [Wed Jun 10 04:21:27 2026] GET /v2.0/security-groups/d7c266cd-ea90-4cd5-bb7f-e30cf4a01d09 => generated 3462 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/91] 199.204.45.109 () {44 vars in 1000 bytes} [Wed Jun 10 04:21:27 2026] GET /v2.0/security-groups/d7c266cd-ea90-4cd5-bb7f-e30cf4a01d09 => generated 3462 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/92] 199.204.45.109 () {48 vars in 990 bytes} [Wed Jun 10 04:21:27 2026] POST /v2.0/security-group-rules => generated 603 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/93] 199.204.45.109 () {44 vars in 1000 bytes} [Wed Jun 10 04:21:28 2026] GET /v2.0/security-groups/d7c266cd-ea90-4cd5-bb7f-e30cf4a01d09 => generated 4078 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/94] 199.204.45.109 () {44 vars in 1000 bytes} [Wed Jun 10 04:21:28 2026] GET /v2.0/security-groups/d7c266cd-ea90-4cd5-bb7f-e30cf4a01d09 => generated 4078 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/95] 199.204.45.109 () {44 vars in 1000 bytes} [Wed Jun 10 04:21:28 2026] GET /v2.0/security-groups/d7c266cd-ea90-4cd5-bb7f-e30cf4a01d09 => generated 4078 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/96] 199.204.45.109 () {48 vars in 990 bytes} [Wed Jun 10 04:21:28 2026] POST /v2.0/security-group-rules => generated 603 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 50/97] 199.204.45.109 () {44 vars in 986 bytes} [Wed Jun 10 04:21:29 2026] GET /v2.0/networks/c9b89531-1803-4d0e-a089-f7dfd8a5bbe1 => generated 732 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 04:21:29.590 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d7099cc4-1e14-4f14-ba15-0cf414895509 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 48/98] 199.204.45.109 () {44 vars in 1075 bytes} [Wed Jun 10 04:21:29 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=c9b89531-1803-4d0e-a089-f7dfd8a5bbe1 => generated 132 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 51/99] 199.204.45.109 () {44 vars in 1098 bytes} [Wed Jun 10 04:21:29 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=c9b89531-1803-4d0e-a089-f7dfd8a5bbe1 => generated 12 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 49/100] 199.204.45.109 () {44 vars in 1000 bytes} [Wed Jun 10 04:21:29 2026] GET /v2.0/security-groups/d7c266cd-ea90-4cd5-bb7f-e30cf4a01d09 => generated 4694 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 52/101] 199.204.45.109 () {48 vars in 960 bytes} [Wed Jun 10 04:21:29 2026] POST /v2.0/ports => generated 1100 bytes in 327 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-10 04:21:37.090 8 INFO neutron.pecan_wsgi.hooks.translation [None req-cd94906b-4383-4dc4-ad51-52e58f1cb8aa 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 54/104] 199.204.45.109 () {44 vars in 978 bytes} [Wed Jun 10 04:21:37 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 66 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 51/105] 199.204.45.109 () {44 vars in 1000 bytes} [Wed Jun 10 04:21:37 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1103 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 55/106] 199.204.45.109 () {48 vars in 1030 bytes} [Wed Jun 10 04:21:37 2026] PUT /v2.0/ports/27e12e5f-11ff-4eb5-854b-86287a4fb5a2 => generated 1249 bytes in 822 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 52/107] 199.204.45.109 () {44 vars in 919 bytes} [Wed Jun 10 04:21:39 2026] GET /v2.0/ports => generated 3730 bytes in 85 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-10 04:21:40.633 8 INFO neutron.api.v2.resource [None req-6547de21-058d-4440-baf2-3ffb7161f843 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 56/108] 199.204.45.109 () {44 vars in 958 bytes} [Wed Jun 10 04:21:40 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 34 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 53/109] 199.204.45.109 () {44 vars in 980 bytes} [Wed Jun 10 04:21:40 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 57/110] 199.204.45.109 () {48 vars in 979 bytes} [Wed Jun 10 04:21:40 2026] POST /v2.0/security-groups => generated 1610 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 54/111] 199.204.45.109 () {44 vars in 1000 bytes} [Wed Jun 10 04:21:41 2026] GET /v2.0/security-groups/be0740ee-abd6-4e0b-9043-069cd3225312 => generated 1610 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 58/112] 199.204.45.109 () {44 vars in 1000 bytes} [Wed Jun 10 04:21:41 2026] GET /v2.0/security-groups/be0740ee-abd6-4e0b-9043-069cd3225312 => generated 1610 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 55/113] 199.204.45.109 () {44 vars in 1000 bytes} [Wed Jun 10 04:21:41 2026] GET /v2.0/security-groups/be0740ee-abd6-4e0b-9043-069cd3225312 => generated 1610 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 59/114] 199.204.45.109 () {48 vars in 990 bytes} [Wed Jun 10 04:21:41 2026] POST /v2.0/security-group-rules => generated 623 bytes in 84 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 56/115] 199.204.45.109 () {44 vars in 1000 bytes} [Wed Jun 10 04:21:42 2026] GET /v2.0/security-groups/be0740ee-abd6-4e0b-9043-069cd3225312 => generated 2246 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 60/116] 199.204.45.109 () {44 vars in 1000 bytes} [Wed Jun 10 04:21:42 2026] GET /v2.0/security-groups/be0740ee-abd6-4e0b-9043-069cd3225312 => generated 2246 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 57/117] 199.204.45.109 () {44 vars in 1000 bytes} [Wed Jun 10 04:21:42 2026] GET /v2.0/security-groups/be0740ee-abd6-4e0b-9043-069cd3225312 => generated 2246 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 61/118] 199.204.45.109 () {48 vars in 990 bytes} [Wed Jun 10 04:21:42 2026] POST /v2.0/security-group-rules => generated 627 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 71/137] 199.204.45.109 () {44 vars in 974 bytes} [Wed Jun 10 04:23:46 2026] GET /v2.0/quotas/c4bf318bd0414f7a8d22288735fa09e7 => 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: 67/138] 199.204.45.109 () {48 vars in 1026 bytes} [Wed Jun 10 04:23:46 2026] PUT /v2.0/quotas/c4bf318bd0414f7a8d22288735fa09e7 => generated 291 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-10 04:26:07.294 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b56af0bb-3ff1-4823-a27f-f87121e743eb 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 81/157] 199.204.45.109 () {30 vars in 741 bytes} [Wed Jun 10 04:26:07 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 215 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: 77/158] 199.204.45.109 () {30 vars in 763 bytes} [Wed Jun 10 04:26:07 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-10 04:26:09.083 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b92724c1-2839-43a1-ac9f-50b1901f7077 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 82/159] 199.204.45.109 () {30 vars in 741 bytes} [Wed Jun 10 04:26:09 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 78/160] 199.204.45.109 () {30 vars in 763 bytes} [Wed Jun 10 04:26:09 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 04:34:39.029 8 INFO neutron.api.v2.resource [None req-66947049-b98f-4c9c-9502-fb03e9df6a44 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 117/229] 199.204.45.109 () {44 vars in 1073 bytes} [Wed Jun 10 04:34:38 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=83300f6533384bac8a2be3ee550db4cb => generated 139 bytes in 111 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 113/230] 199.204.45.109 () {44 vars in 1096 bytes} [Wed Jun 10 04:34:39 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=83300f6533384bac8a2be3ee550db4cb => generated 23 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 118/231] 199.204.45.109 () {48 vars in 980 bytes} [Wed Jun 10 04:34:39 2026] POST /v2.0/security-groups => generated 1624 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 114/232] 199.204.45.109 () {44 vars in 1087 bytes} [Wed Jun 10 04:34:40 2026] GET /v2.0/security-groups/24678ffb-f5d3-426d-8805-eb259c127741?project_id=83300f6533384bac8a2be3ee550db4cb => generated 1624 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 119/233] 199.204.45.109 () {44 vars in 1000 bytes} [Wed Jun 10 04:34:40 2026] GET /v2.0/security-groups/24678ffb-f5d3-426d-8805-eb259c127741 => generated 1624 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 115/234] 199.204.45.109 () {44 vars in 1087 bytes} [Wed Jun 10 04:34:40 2026] GET /v2.0/security-groups/24678ffb-f5d3-426d-8805-eb259c127741?project_id=83300f6533384bac8a2be3ee550db4cb => generated 1624 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 120/235] 199.204.45.109 () {48 vars in 990 bytes} [Wed Jun 10 04:34:40 2026] POST /v2.0/security-group-rules => generated 597 bytes in 93 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 116/236] 199.204.45.109 () {44 vars in 1087 bytes} [Wed Jun 10 04:34:41 2026] GET /v2.0/security-groups/24678ffb-f5d3-426d-8805-eb259c127741?project_id=83300f6533384bac8a2be3ee550db4cb => generated 2234 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 121/237] 199.204.45.109 () {44 vars in 1000 bytes} [Wed Jun 10 04:34:41 2026] GET /v2.0/security-groups/24678ffb-f5d3-426d-8805-eb259c127741 => 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: 117/238] 199.204.45.109 () {44 vars in 1087 bytes} [Wed Jun 10 04:34:41 2026] GET /v2.0/security-groups/24678ffb-f5d3-426d-8805-eb259c127741?project_id=83300f6533384bac8a2be3ee550db4cb => generated 2234 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 122/239] 199.204.45.109 () {48 vars in 990 bytes} [Wed Jun 10 04:34:41 2026] POST /v2.0/security-group-rules => generated 599 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 118/240] 199.204.45.109 () {44 vars in 1087 bytes} [Wed Jun 10 04:34:42 2026] GET /v2.0/security-groups/24678ffb-f5d3-426d-8805-eb259c127741?project_id=83300f6533384bac8a2be3ee550db4cb => generated 2846 bytes in 413 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 123/241] 199.204.45.109 () {44 vars in 1000 bytes} [Wed Jun 10 04:34:43 2026] GET /v2.0/security-groups/24678ffb-f5d3-426d-8805-eb259c127741 => generated 2846 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 119/242] 199.204.45.109 () {44 vars in 1087 bytes} [Wed Jun 10 04:34:43 2026] GET /v2.0/security-groups/24678ffb-f5d3-426d-8805-eb259c127741?project_id=83300f6533384bac8a2be3ee550db4cb => generated 2846 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 124/243] 199.204.45.109 () {48 vars in 990 bytes} [Wed Jun 10 04:34:43 2026] POST /v2.0/security-group-rules => generated 601 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 120/244] 199.204.45.109 () {44 vars in 1087 bytes} [Wed Jun 10 04:34:44 2026] GET /v2.0/security-groups/24678ffb-f5d3-426d-8805-eb259c127741?project_id=83300f6533384bac8a2be3ee550db4cb => generated 3460 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 125/245] 199.204.45.109 () {44 vars in 1000 bytes} [Wed Jun 10 04:34:44 2026] GET /v2.0/security-groups/24678ffb-f5d3-426d-8805-eb259c127741 => 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: 121/246] 199.204.45.109 () {44 vars in 1087 bytes} [Wed Jun 10 04:34:44 2026] GET /v2.0/security-groups/24678ffb-f5d3-426d-8805-eb259c127741?project_id=83300f6533384bac8a2be3ee550db4cb => generated 3460 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 126/247] 199.204.45.109 () {48 vars in 990 bytes} [Wed Jun 10 04:34:44 2026] POST /v2.0/security-group-rules => generated 602 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 137/268] 199.204.45.109 () {30 vars in 740 bytes} [Wed Jun 10 04:37:06 2026] GET /v2.0/networks?tenant_id=83300f6533384bac8a2be3ee550db4cb&shared=False => generated 15 bytes in 154 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 04:37:06.539 7 INFO neutron.db.segments_db [None req-c9ccda63-0134-494e-b261-55f1b86511b1 1fe393abc5e64da3b0b236fccfbed65f 83300f6533384bac8a2be3ee550db4cb - - 158f40ff3874481f868da37b94cbef95 158f40ff3874481f868da37b94cbef95] Added segment 802299f3-0b88-4102-9556-cdd2b4030c09 of type vxlan for network d02c6df1-daae-4ab8-8c66-2ba3a85b1b82 [pid: 7|app: 0|req: 132/269] 199.204.45.109 () {34 vars in 682 bytes} [Wed Jun 10 04:37:06 2026] POST /v2.0/networks => generated 699 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 138/270] 199.204.45.109 () {30 vars in 722 bytes} [Wed Jun 10 04:37:06 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 133/271] 199.204.45.109 () {30 vars in 633 bytes} [Wed Jun 10 04:37:06 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: 139/272] 199.204.45.109 () {34 vars in 677 bytes} [Wed Jun 10 04:37:06 2026] POST /v2.0/ports => generated 999 bytes in 306 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 134/273] 199.204.45.109 () {30 vars in 703 bytes} [Wed Jun 10 04:37:07 2026] GET /v2.0/networks/d02c6df1-daae-4ab8-8c66-2ba3a85b1b82 => generated 705 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 140/274] 199.204.45.109 () {30 vars in 722 bytes} [Wed Jun 10 04:37:08 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1002 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 135/275] 199.204.45.109 () {30 vars in 703 bytes} [Wed Jun 10 04:37:08 2026] GET /v2.0/networks/d02c6df1-daae-4ab8-8c66-2ba3a85b1b82 => generated 705 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 137/278] 199.204.45.109 () {44 vars in 974 bytes} [Wed Jun 10 04:37:26 2026] GET /v2.0/quotas/83300f6533384bac8a2be3ee550db4cb => 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: 142/279] 199.204.45.109 () {48 vars in 1026 bytes} [Wed Jun 10 04:37:26 2026] PUT /v2.0/quotas/83300f6533384bac8a2be3ee550db4cb => generated 291 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 04:49:02.838 8 INFO neutron.pecan_wsgi.hooks.translation [None req-88a94a45-805b-4512-b60f-c0c439eae1b6 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 190/374] 199.204.45.109 () {44 vars in 926 bytes} [Wed Jun 10 04:49:02 2026] GET /v2.0/networks/public => generated 108 bytes in 126 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 185/375] 199.204.45.109 () {44 vars in 948 bytes} [Wed Jun 10 04:49:02 2026] GET /v2.0/networks?name=public => generated 753 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 04:49:04.080 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6de9bcb3-40b6-47ff-98cc-c67c39a1148e 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 191/376] 199.204.45.109 () {44 vars in 926 bytes} [Wed Jun 10 04:49:04 2026] GET /v2.0/networks/public => generated 108 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 186/377] 199.204.45.109 () {44 vars in 948 bytes} [Wed Jun 10 04:49:04 2026] GET /v2.0/networks?name=public => generated 753 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 04:49:04.145 8 INFO neutron.pecan_wsgi.hooks.translation [None req-210d196d-a107-44a8-981a-495bdd1a97a7 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 192/378] 199.204.45.109 () {44 vars in 1033 bytes} [Wed Jun 10 04:49:04 2026] GET /v2.0/subnets/public-subnet?network_id=23113d02-bf78-4186-bb2b-4463b7e5c35e => generated 113 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 187/379] 199.204.45.109 () {44 vars in 1056 bytes} [Wed Jun 10 04:49:04 2026] GET /v2.0/subnets?name=public-subnet&network_id=23113d02-bf78-4186-bb2b-4463b7e5c35e => generated 667 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 04:49:31.563 7 INFO neutron.pecan_wsgi.hooks.translation [None req-dd8709f6-8873-4ee4-b120-68bc3e0a057e 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 190/384] 199.204.45.109 () {44 vars in 936 bytes} [Wed Jun 10 04:49:31 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 195/385] 199.204.45.109 () {44 vars in 958 bytes} [Wed Jun 10 04:49:31 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 04:49:32.602 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a9a10b54-b1b1-45d7-8e24-d317102d991a 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 191/386] 199.204.45.109 () {44 vars in 936 bytes} [Wed Jun 10 04:49:32 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 196/387] 199.204.45.109 () {44 vars in 958 bytes} [Wed Jun 10 04:49:32 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 04:49:32.673 7 INFO neutron.pecan_wsgi.hooks.translation [None req-246754cc-a34e-4420-90db-eaeec4942238 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 192/388] 199.204.45.109 () {44 vars in 1035 bytes} [Wed Jun 10 04:49:32 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=c9b89531-1803-4d0e-a089-f7dfd8a5bbe1 => generated 114 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 197/389] 199.204.45.109 () {44 vars in 1058 bytes} [Wed Jun 10 04:49:32 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=c9b89531-1803-4d0e-a089-f7dfd8a5bbe1 => generated 654 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 04:49:33.950 7 INFO neutron.api.v2.resource [None req-2fbe9cc6-d884-4833-85ac-3ba32a56b0c0 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 193/390] 199.204.45.109 () {44 vars in 970 bytes} [Wed Jun 10 04:49:33 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 198/391] 199.204.45.109 () {44 vars in 992 bytes} [Wed Jun 10 04:49:33 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 194/392] 199.204.45.109 () {44 vars in 1000 bytes} [Wed Jun 10 04:49:34 2026] GET /v2.0/security-groups/d7c266cd-ea90-4cd5-bb7f-e30cf4a01d09 => generated 4694 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 199/393] 199.204.45.109 () {44 vars in 1000 bytes} [Wed Jun 10 04:49:35 2026] GET /v2.0/security-groups/d7c266cd-ea90-4cd5-bb7f-e30cf4a01d09 => generated 4694 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 195/394] 199.204.45.109 () {44 vars in 1010 bytes} [Wed Jun 10 04:49:35 2026] GET /v2.0/security-group-rules/f425350a-ba8d-421a-9714-263e2cceb721 => generated 601 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 200/395] 199.204.45.109 () {44 vars in 1000 bytes} [Wed Jun 10 04:49:35 2026] GET /v2.0/security-groups/d7c266cd-ea90-4cd5-bb7f-e30cf4a01d09 => generated 4694 bytes in 502 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 196/396] 199.204.45.109 () {44 vars in 1000 bytes} [Wed Jun 10 04:49:36 2026] GET /v2.0/security-groups/d7c266cd-ea90-4cd5-bb7f-e30cf4a01d09 => 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: 201/397] 199.204.45.109 () {44 vars in 1010 bytes} [Wed Jun 10 04:49:36 2026] GET /v2.0/security-group-rules/66dbb727-8e1b-4049-8c8f-e281e69814a7 => 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: 197/398] 199.204.45.109 () {44 vars in 1000 bytes} [Wed Jun 10 04:49:37 2026] GET /v2.0/security-groups/d7c266cd-ea90-4cd5-bb7f-e30cf4a01d09 => generated 4694 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 202/399] 199.204.45.109 () {44 vars in 1000 bytes} [Wed Jun 10 04:49:37 2026] GET /v2.0/security-groups/d7c266cd-ea90-4cd5-bb7f-e30cf4a01d09 => 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: 198/400] 199.204.45.109 () {44 vars in 1010 bytes} [Wed Jun 10 04:49:37 2026] GET /v2.0/security-group-rules/260d0a0c-3b85-48da-b3bb-006ec76ff167 => generated 603 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 203/401] 199.204.45.109 () {44 vars in 1000 bytes} [Wed Jun 10 04:49:38 2026] GET /v2.0/security-groups/d7c266cd-ea90-4cd5-bb7f-e30cf4a01d09 => generated 4694 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 199/402] 199.204.45.109 () {44 vars in 1000 bytes} [Wed Jun 10 04:49:38 2026] GET /v2.0/security-groups/d7c266cd-ea90-4cd5-bb7f-e30cf4a01d09 => generated 4694 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 204/403] 199.204.45.109 () {44 vars in 1010 bytes} [Wed Jun 10 04:49:38 2026] GET /v2.0/security-group-rules/f29d8b97-19af-44bd-9e8e-3d913a80e126 => generated 603 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 200/404] 199.204.45.109 () {44 vars in 1000 bytes} [Wed Jun 10 04:49:39 2026] GET /v2.0/security-groups/d7c266cd-ea90-4cd5-bb7f-e30cf4a01d09 => generated 4694 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 205/405] 199.204.45.109 () {44 vars in 1000 bytes} [Wed Jun 10 04:49:39 2026] GET /v2.0/security-groups/d7c266cd-ea90-4cd5-bb7f-e30cf4a01d09 => generated 4694 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 201/406] 199.204.45.109 () {44 vars in 1010 bytes} [Wed Jun 10 04:49:39 2026] GET /v2.0/security-group-rules/d6ee5240-b5d0-41cd-a3a1-fa929654199a => generated 603 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 206/407] 199.204.45.109 () {44 vars in 986 bytes} [Wed Jun 10 04:49:40 2026] GET /v2.0/networks/c9b89531-1803-4d0e-a089-f7dfd8a5bbe1 => generated 732 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 04:49:40.521 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9cadbf23-e59e-4c10-b8fa-357ea7b40cdc 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 202/408] 199.204.45.109 () {44 vars in 1075 bytes} [Wed Jun 10 04:49:40 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=c9b89531-1803-4d0e-a089-f7dfd8a5bbe1 => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 207/409] 199.204.45.109 () {44 vars in 1098 bytes} [Wed Jun 10 04:49:40 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=c9b89531-1803-4d0e-a089-f7dfd8a5bbe1 => generated 1254 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 203/410] 199.204.45.109 () {44 vars in 1000 bytes} [Wed Jun 10 04:49:40 2026] GET /v2.0/security-groups/d7c266cd-ea90-4cd5-bb7f-e30cf4a01d09 => generated 4694 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 04:49:48.411 7 INFO neutron.pecan_wsgi.hooks.translation [None req-65e754d5-33b9-4a0d-938c-11af97771ead 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 205/413] 199.204.45.109 () {44 vars in 978 bytes} [Wed Jun 10 04:49:48 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 61 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 209/414] 199.204.45.109 () {44 vars in 1000 bytes} [Wed Jun 10 04:49:48 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1254 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 206/415] 199.204.45.109 () {44 vars in 919 bytes} [Wed Jun 10 04:49:50 2026] GET /v2.0/ports => generated 4725 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 04:49:51.141 8 INFO neutron.api.v2.resource [None req-92190e70-f1e4-43bd-a8ba-0adc92e2cfbd 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 210/416] 199.204.45.109 () {44 vars in 958 bytes} [Wed Jun 10 04:49:51 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 207/417] 199.204.45.109 () {44 vars in 980 bytes} [Wed Jun 10 04:49:51 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2885 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 211/418] 199.204.45.109 () {44 vars in 1000 bytes} [Wed Jun 10 04:49:52 2026] GET /v2.0/security-groups/be0740ee-abd6-4e0b-9043-069cd3225312 => generated 2886 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 208/419] 199.204.45.109 () {44 vars in 1000 bytes} [Wed Jun 10 04:49:52 2026] GET /v2.0/security-groups/be0740ee-abd6-4e0b-9043-069cd3225312 => generated 2886 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 212/420] 199.204.45.109 () {44 vars in 1010 bytes} [Wed Jun 10 04:49:52 2026] GET /v2.0/security-group-rules/dcedb78f-3028-4c1e-ad81-afac1814fa3d => generated 623 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 209/421] 199.204.45.109 () {44 vars in 1000 bytes} [Wed Jun 10 04:49:53 2026] GET /v2.0/security-groups/be0740ee-abd6-4e0b-9043-069cd3225312 => generated 2886 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 213/422] 199.204.45.109 () {44 vars in 1000 bytes} [Wed Jun 10 04:49:53 2026] GET /v2.0/security-groups/be0740ee-abd6-4e0b-9043-069cd3225312 => generated 2886 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 210/423] 199.204.45.109 () {44 vars in 1010 bytes} [Wed Jun 10 04:49:53 2026] GET /v2.0/security-group-rules/e9fd7815-633d-4ae4-b17a-1b7990abde44 => generated 627 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 215/426] 199.204.45.109 () {44 vars in 974 bytes} [Wed Jun 10 04:50:05 2026] GET /v2.0/quotas/c4bf318bd0414f7a8d22288735fa09e7 => generated 291 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 04:50:59.953 8 INFO neutron.api.v2.resource [None req-5eca5372-e874-4b44-b752-1873ad006f55 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 219/433] 199.204.45.109 () {44 vars in 1073 bytes} [Wed Jun 10 04:50:59 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=83300f6533384bac8a2be3ee550db4cb => generated 139 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 215/434] 199.204.45.109 () {44 vars in 1096 bytes} [Wed Jun 10 04:50:59 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=83300f6533384bac8a2be3ee550db4cb => generated 4072 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 217/437] 199.204.45.109 () {44 vars in 1087 bytes} [Wed Jun 10 04:51:00 2026] GET /v2.0/security-groups/24678ffb-f5d3-426d-8805-eb259c127741?project_id=83300f6533384bac8a2be3ee550db4cb => generated 4075 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 221/438] 199.204.45.109 () {44 vars in 1000 bytes} [Wed Jun 10 04:51:01 2026] GET /v2.0/security-groups/24678ffb-f5d3-426d-8805-eb259c127741 => generated 4075 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 218/439] 199.204.45.109 () {44 vars in 1010 bytes} [Wed Jun 10 04:51:01 2026] GET /v2.0/security-group-rules/48ad84ad-037f-4145-a0a6-1dcff00539bc => generated 597 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 222/440] 199.204.45.109 () {44 vars in 1087 bytes} [Wed Jun 10 04:51:02 2026] GET /v2.0/security-groups/24678ffb-f5d3-426d-8805-eb259c127741?project_id=83300f6533384bac8a2be3ee550db4cb => 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: 219/441] 199.204.45.109 () {44 vars in 1000 bytes} [Wed Jun 10 04:51:02 2026] GET /v2.0/security-groups/24678ffb-f5d3-426d-8805-eb259c127741 => generated 4075 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 223/442] 199.204.45.109 () {44 vars in 1010 bytes} [Wed Jun 10 04:51:02 2026] GET /v2.0/security-group-rules/38eed41d-5fd0-47d0-a953-80912d963f8d => generated 599 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 220/443] 199.204.45.109 () {44 vars in 1087 bytes} [Wed Jun 10 04:51:03 2026] GET /v2.0/security-groups/24678ffb-f5d3-426d-8805-eb259c127741?project_id=83300f6533384bac8a2be3ee550db4cb => generated 4075 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 224/444] 199.204.45.109 () {44 vars in 1000 bytes} [Wed Jun 10 04:51:03 2026] GET /v2.0/security-groups/24678ffb-f5d3-426d-8805-eb259c127741 => generated 4075 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 221/445] 199.204.45.109 () {44 vars in 1010 bytes} [Wed Jun 10 04:51:03 2026] GET /v2.0/security-group-rules/0af30975-e4af-4ce1-bbae-05dac63b1d54 => generated 601 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 225/446] 199.204.45.109 () {44 vars in 1087 bytes} [Wed Jun 10 04:51:04 2026] GET /v2.0/security-groups/24678ffb-f5d3-426d-8805-eb259c127741?project_id=83300f6533384bac8a2be3ee550db4cb => generated 4075 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 222/447] 199.204.45.109 () {44 vars in 1000 bytes} [Wed Jun 10 04:51:04 2026] GET /v2.0/security-groups/24678ffb-f5d3-426d-8805-eb259c127741 => generated 4075 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 226/448] 199.204.45.109 () {44 vars in 1010 bytes} [Wed Jun 10 04:51:04 2026] GET /v2.0/security-group-rules/cbcbac05-ea34-4523-9fa8-9eaf601d9e71 => generated 602 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 223/449] 199.204.45.109 () {44 vars in 974 bytes} [Wed Jun 10 04:51:11 2026] GET /v2.0/quotas/83300f6533384bac8a2be3ee550db4cb => generated 291 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 228/458] 199.204.45.109 () {44 vars in 948 bytes} [Wed Jun 10 04:52:04 2026] GET /v2.0/networks?name=public => generated 753 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 231/463] 10.0.0.208 () {32 vars in 649 bytes} [Wed Jun 10 04:52:42 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: 233/464] 10.0.0.208 () {32 vars in 655 bytes} [Wed Jun 10 04:52:43 2026] GET /v2.0/floatingips => generated 19 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 232/465] 10.0.0.208 () {32 vars in 647 bytes} [Wed Jun 10 04:52:43 2026] GET /v2.0/routers => generated 15 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 234/466] 10.0.0.208 () {32 vars in 643 bytes} [Wed Jun 10 04:52:43 2026] GET /v2.0/ports => generated 4725 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 233/467] 10.0.0.208 () {32 vars in 647 bytes} [Wed Jun 10 04:52:43 2026] GET /v2.0/subnets => generated 1308 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 235/468] 10.0.0.208 () {32 vars in 649 bytes} [Wed Jun 10 04:52:43 2026] GET /v2.0/networks => generated 2168 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 234/469] 10.0.0.208 () {32 vars in 663 bytes} [Wed Jun 10 04:52:43 2026] GET /v2.0/security-groups => generated 17401 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 236/470] 10.0.0.208 () {32 vars in 655 bytes} [Wed Jun 10 04:52:43 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) 2026-06-10 04:52:54.495 8 INFO neutron.db.segments_db [None req-3372e785-6fa8-46ee-8ea9-028bce8f2e61 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] Added segment cdd0dd67-b805-46e3-9820-2c6f865245c2 of type vxlan for network 06eb876b-269f-4cfe-9d7d-268ae2529cad 2026-06-10 04:52:54.561 7 INFO neutron.db.segments_db [None req-ce1fb40e-9cbc-4347-b9b6-545be432733c 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] Added segment d25cb936-e4f8-4584-ae7d-764a5a25cc0f of type vxlan for network 0ec4c08c-799e-4e61-83ce-0070bf6ee870 [pid: 8|app: 0|req: 238/473] 10.0.0.208 () {34 vars in 671 bytes} [Wed Jun 10 04:52:54 2026] POST /v2.0/networks => generated 730 bytes in 407 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 236/474] 10.0.0.208 () {34 vars in 671 bytes} [Wed Jun 10 04:52:54 2026] POST /v2.0/networks => generated 731 bytes in 302 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 237/475] 10.0.0.208 () {34 vars in 669 bytes} [Wed Jun 10 04:52:54 2026] POST /v2.0/subnets => generated 696 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 04:52:54.846 8 INFO neutron.db.segments_db [None req-10acb47c-e43d-4e89-a4a7-e81eb7987fc2 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] Added segment 00340f8d-881b-4970-8128-9711d54a6c6e of type vxlan for network 4f9f09c0-a264-485a-9b98-ec8c6321c0bc [pid: 8|app: 0|req: 239/476] 10.0.0.208 () {34 vars in 671 bytes} [Wed Jun 10 04:52:54 2026] POST /v2.0/networks => generated 724 bytes in 359 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 04:52:54.962 8 INFO neutron.db.segments_db [None req-9375afdd-6b5c-4015-80bd-d4df63aec161 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] Added segment 06891eae-1703-4d24-ba1b-ec0691e8de5a of type vxlan for network 82e5c45c-e700-4cff-b0bc-8c81ab7f636c [pid: 7|app: 0|req: 238/477] 10.0.0.208 () {34 vars in 669 bytes} [Wed Jun 10 04:52:54 2026] POST /v2.0/subnets => generated 699 bytes in 180 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 239/478] 10.0.0.208 () {34 vars in 669 bytes} [Wed Jun 10 04:52:55 2026] POST /v2.0/subnets => generated 690 bytes in 212 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 04:52:55.231 8 INFO neutron.db.l3_hamode_db [None req-9375afdd-6b5c-4015-80bd-d4df63aec161 776076a5d1f64fa5bbb8a07bfb8d71fb 3ec00430625b4977a1cdf61e2fce80c1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 240/479] 10.0.0.208 () {32 vars in 774 bytes} [Wed Jun 10 04:52:55 2026] GET /v2.0/security-groups?tenant_id=9d751e4cb3284c46b7186557ac9c6ca9&name=default => generated 2921 bytes in 210 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 04:52:55.485 7 INFO neutron.db.segments_db [None req-ed898f4e-8f2b-4d2c-bfa8-6f949784f79b 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] Added segment d519b8bc-17ae-4140-af56-e006f0094859 of type vxlan for network ffeaf3b2-e0b2-477a-86cd-4c25950aa097 2026-06-10 04:52:55.724 7 INFO neutron.db.l3_hamode_db [None req-ed898f4e-8f2b-4d2c-bfa8-6f949784f79b 776076a5d1f64fa5bbb8a07bfb8d71fb 82b36eed9d1f42f9a4a1e9f28d77ad44 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-10 04:52:56.071 8 INFO neutron.db.l3_hamode_db [None req-9375afdd-6b5c-4015-80bd-d4df63aec161 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-10 04:52:56.749 7 INFO neutron.db.l3_hamode_db [None req-ed898f4e-8f2b-4d2c-bfa8-6f949784f79b 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 240/480] 10.0.0.208 () {34 vars in 669 bytes} [Wed Jun 10 04:52:54 2026] POST /v2.0/routers => generated 736 bytes in 2166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 04:52:57.143 8 INFO neutron.db.segments_db [None req-1dddece5-5982-4ab4-9c78-22229ad80c22 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] Added segment 5a0e61cc-6acf-4047-afa8-f0b5e5997b93 of type vxlan for network 2e14b23e-a7ea-4c45-8287-05f37a4d469f 2026-06-10 04:52:57.387 8 INFO neutron.db.l3_hamode_db [None req-1dddece5-5982-4ab4-9c78-22229ad80c22 776076a5d1f64fa5bbb8a07bfb8d71fb d10f9b546f9d4d22b7eaae1acfdb0daf - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 241/481] 10.0.0.208 () {34 vars in 669 bytes} [Wed Jun 10 04:52:55 2026] POST /v2.0/routers => generated 739 bytes in 2504 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 242/482] 10.0.0.208 () {32 vars in 740 bytes} [Wed Jun 10 04:52:57 2026] DELETE /v2.0/security-groups/4e4d15ac-dbe8-4efa-8101-c6f92707c1c2 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 04:52:58.135 8 INFO neutron.db.l3_hamode_db [None req-1dddece5-5982-4ab4-9c78-22229ad80c22 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 241/483] 10.0.0.208 () {34 vars in 669 bytes} [Wed Jun 10 04:52:57 2026] POST /v2.0/routers => generated 730 bytes in 1939 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 243/484] 10.0.0.208 () {34 vars in 783 bytes} [Wed Jun 10 04:52:58 2026] PUT /v2.0/routers/9dc15239-d42a-444e-b7e5-b4904b4a0651/add_router_interface => generated 309 bytes in 1217 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 242/485] 10.0.0.208 () {34 vars in 783 bytes} [Wed Jun 10 04:52:59 2026] PUT /v2.0/routers/de3e2a21-57c9-4cca-afbc-eac540fedffd/add_router_interface => generated 309 bytes in 1080 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 244/486] 10.0.0.208 () {34 vars in 783 bytes} [Wed Jun 10 04:52:59 2026] PUT /v2.0/routers/39723026-4658-4342-a818-1e0385066540/add_router_interface => generated 309 bytes in 980 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 04:53:00.376 8 INFO neutron.db.segments_db [None req-533f567f-677f-4d01-bb74-94ed16a1c55d 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] Added segment 37f04bb8-c40f-484a-a31f-b910d483def3 of type vxlan for network 08960737-c2eb-4754-a112-a8b032b9afb1 [pid: 7|app: 0|req: 245/487] 10.0.0.191 () {38 vars in 971 bytes} [Wed Jun 10 04:53:00 2026] POST /v2.0/security-groups => generated 1684 bytes in 195 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 243/488] 10.0.0.208 () {34 vars in 671 bytes} [Wed Jun 10 04:53:00 2026] POST /v2.0/networks => generated 724 bytes in 340 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 246/489] 10.0.0.208 () {34 vars in 669 bytes} [Wed Jun 10 04:53:00 2026] POST /v2.0/subnets => generated 691 bytes in 202 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 04:53:00.716 7 INFO neutron.db.segments_db [None req-c3c2b458-1a6e-42a1-bb89-9306017809f9 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] Added segment 3ec108e4-7eec-465a-b508-5b431fccab15 of type vxlan for network fc53be4a-1916-442f-9334-cde7a07a8ad1 [pid: 8|app: 0|req: 244/490] 10.0.0.208 () {34 vars in 685 bytes} [Wed Jun 10 04:53:00 2026] POST /v2.0/security-groups => generated 1661 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 245/491] 10.0.0.191 () {38 vars in 971 bytes} [Wed Jun 10 04:53:00 2026] POST /v2.0/security-groups => generated 1680 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-10 04:53:00.986 7 INFO neutron.db.l3_hamode_db [None req-c3c2b458-1a6e-42a1-bb89-9306017809f9 776076a5d1f64fa5bbb8a07bfb8d71fb 9744a04eb29640aba8380c2860c03fb5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 246/492] 10.0.0.208 () {34 vars in 695 bytes} [Wed Jun 10 04:53:00 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: 8|app: 0|req: 247/493] 10.0.0.191 () {34 vars in 991 bytes} [Wed Jun 10 04:53:01 2026] GET /v2.0/security-groups/05f09081-f7af-4927-a50c-194ddf768188 => generated 1684 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 250/496] 10.0.0.191 () {38 vars in 971 bytes} [Wed Jun 10 04:53:01 2026] POST /v2.0/security-groups => generated 1682 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 251/497] 10.0.0.208 () {34 vars in 695 bytes} [Wed Jun 10 04:53:01 2026] POST /v2.0/security-group-rules => generated 602 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 252/498] 10.0.0.191 () {38 vars in 981 bytes} [Wed Jun 10 04:53:01 2026] POST /v2.0/security-group-rules => generated 614 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 253/499] 10.0.0.191 () {38 vars in 971 bytes} [Wed Jun 10 04:53:01 2026] POST /v2.0/security-groups => generated 1680 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-10 04:53:01.739 7 INFO neutron.db.l3_hamode_db [None req-c3c2b458-1a6e-42a1-bb89-9306017809f9 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 254/500] 10.0.0.208 () {34 vars in 676 bytes} [Wed Jun 10 04:53:01 2026] POST /v2.0/floatingips => generated 552 bytes in 515 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 255/501] 10.0.0.191 () {38 vars in 971 bytes} [Wed Jun 10 04:53:02 2026] POST /v2.0/security-groups => generated 1682 bytes in 375 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 256/502] 10.0.0.191 () {34 vars in 1002 bytes} [Wed Jun 10 04:53:02 2026] GET /v2.0/security-groups?tenant_id=d10f9b546f9d4d22b7eaae1acfdb0daf => generated 7903 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 257/503] 10.0.0.191 () {34 vars in 991 bytes} [Wed Jun 10 04:53:02 2026] GET /v2.0/security-groups/7b0fc08b-1859-450f-bf7f-6aca3fbf058c => generated 2918 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 247/504] 10.0.0.208 () {34 vars in 669 bytes} [Wed Jun 10 04:53:00 2026] POST /v2.0/routers => generated 731 bytes in 1858 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 258/505] 10.0.0.191 () {34 vars in 991 bytes} [Wed Jun 10 04:53:02 2026] GET /v2.0/security-groups/7b0fc08b-1859-450f-bf7f-6aca3fbf058c => generated 2918 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 248/506] 10.0.0.191 () {34 vars in 1100 bytes} [Wed Jun 10 04:53:02 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1171461672&fields=id&tenant_id=82b36eed9d1f42f9a4a1e9f28d77ad44 => 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: 249/507] 10.0.0.191 () {34 vars in 982 bytes} [Wed Jun 10 04:53:02 2026] GET /v2.0/networks?id=0ec4c08c-799e-4e61-83ce-0070bf6ee870 => generated 684 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 250/508] 10.0.0.191 () {34 vars in 991 bytes} [Wed Jun 10 04:53:02 2026] GET /v2.0/security-groups/3952c2db-0425-4203-8302-325f6ab98fc8 => generated 1682 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 251/509] 10.0.0.191 () {34 vars in 965 bytes} [Wed Jun 10 04:53:02 2026] GET /v2.0/quotas/82b36eed9d1f42f9a4a1e9f28d77ad44 => 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: 252/510] 10.0.0.191 () {38 vars in 981 bytes} [Wed Jun 10 04:53:02 2026] POST /v2.0/security-group-rules => generated 614 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 253/511] 10.0.0.191 () {34 vars in 1002 bytes} [Wed Jun 10 04:53:02 2026] GET /v2.0/ports?tenant_id=82b36eed9d1f42f9a4a1e9f28d77ad44&fields=id => generated 57 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 254/512] 10.0.0.191 () {34 vars in 991 bytes} [Wed Jun 10 04:53:02 2026] GET /v2.0/security-groups/dbffdcaf-d37b-4f32-afae-06f687784052 => generated 1680 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 255/513] 10.0.0.191 () {36 vars in 1013 bytes} [Wed Jun 10 04:53:02 2026] DELETE /v2.0/security-groups/dbffdcaf-d37b-4f32-afae-06f687784052 => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 256/514] 10.0.0.191 () {34 vars in 991 bytes} [Wed Jun 10 04:53:02 2026] GET /v2.0/security-groups/3952c2db-0425-4203-8302-325f6ab98fc8 => generated 2307 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 257/515] 10.0.0.191 () {38 vars in 981 bytes} [Wed Jun 10 04:53:03 2026] POST /v2.0/security-group-rules => generated 619 bytes in 93 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 04:53:03.146 7 INFO neutron.api.v2.resource [req-525f34dd-7833-4005-8dbb-9fae2c2314b2 req-26a349a4-2e31-46b4-adba-535650a14b1d f2e4b0be98624f5fb8584227d3b7bde3 d10f9b546f9d4d22b7eaae1acfdb0daf - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 258/516] 10.0.0.191 () {34 vars in 991 bytes} [Wed Jun 10 04:53:03 2026] GET /v2.0/security-groups/dbffdcaf-d37b-4f32-afae-06f687784052 => 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: 259/517] 10.0.0.191 () {34 vars in 991 bytes} [Wed Jun 10 04:53:03 2026] GET /v2.0/security-groups/3952c2db-0425-4203-8302-325f6ab98fc8 => generated 2937 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 260/518] 10.0.0.191 () {34 vars in 991 bytes} [Wed Jun 10 04:53:03 2026] GET /v2.0/security-groups/b02b012b-603f-4ca6-b99d-67929c81661a => generated 1682 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 261/519] 10.0.0.191 () {34 vars in 907 bytes} [Wed Jun 10 04:53:03 2026] GET /v2.0/extensions => generated 21537 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 262/520] 10.0.0.191 () {36 vars in 1013 bytes} [Wed Jun 10 04:53:03 2026] DELETE /v2.0/security-groups/b02b012b-603f-4ca6-b99d-67929c81661a => 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: 263/521] 10.0.0.191 () {34 vars in 1008 bytes} [Wed Jun 10 04:53:03 2026] GET /v2.0/networks/0ec4c08c-799e-4e61-83ce-0070bf6ee870?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: 264/522] 10.0.0.191 () {34 vars in 1001 bytes} [Wed Jun 10 04:53:03 2026] GET /v2.0/security-group-rules/7ed8db26-041f-4e0d-bb32-57422f4945b1 => generated 616 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 265/523] 10.0.0.191 () {34 vars in 1108 bytes} [Wed Jun 10 04:53:03 2026] GET /v2.0/networks/0ec4c08c-799e-4e61-83ce-0070bf6ee870?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 266/524] 10.0.0.191 () {34 vars in 991 bytes} [Wed Jun 10 04:53:03 2026] GET /v2.0/security-groups/3952c2db-0425-4203-8302-325f6ab98fc8 => generated 2937 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 267/525] 10.0.0.191 () {36 vars in 1023 bytes} [Wed Jun 10 04:53:03 2026] DELETE /v2.0/security-group-rules/7ed8db26-041f-4e0d-bb32-57422f4945b1 => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 04:53:03.605 7 INFO neutron.api.v2.resource [req-7de3c02b-a023-48a7-9204-34babb664576 req-936404a6-44cd-44df-9e27-792074f67971 f2e4b0be98624f5fb8584227d3b7bde3 d10f9b546f9d4d22b7eaae1acfdb0daf - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 268/526] 10.0.0.191 () {34 vars in 991 bytes} [Wed Jun 10 04:53:03 2026] GET /v2.0/security-groups/b02b012b-603f-4ca6-b99d-67929c81661a => generated 146 bytes in 8 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 259/527] 10.0.0.208 () {34 vars in 783 bytes} [Wed Jun 10 04:53:02 2026] PUT /v2.0/routers/bef55364-3b8a-43ce-b4f6-b3b79aba3ee8/add_router_interface => generated 309 bytes in 1089 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 269/528] 10.0.0.191 () {34 vars in 991 bytes} [Wed Jun 10 04:53:03 2026] GET /v2.0/security-groups/3952c2db-0425-4203-8302-325f6ab98fc8 => generated 2307 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 260/529] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:53:03 2026] GET /v2.0/ports?device_id=fe7f603d-c87e-4b56-9b40-e70f969ddc94 => 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: 270/530] 10.0.0.191 () {36 vars in 1013 bytes} [Wed Jun 10 04:53:03 2026] DELETE /v2.0/security-groups/3952c2db-0425-4203-8302-325f6ab98fc8 => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 261/531] 10.0.0.191 () {34 vars in 991 bytes} [Wed Jun 10 04:53:03 2026] GET /v2.0/security-groups/3dbb769f-b583-4665-8080-b000b2302f7f => generated 1680 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 271/532] 10.0.0.191 () {34 vars in 991 bytes} [Wed Jun 10 04:53:03 2026] GET /v2.0/security-groups/05f09081-f7af-4927-a50c-194ddf768188 => generated 2309 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 272/533] 10.0.0.191 () {36 vars in 1013 bytes} [Wed Jun 10 04:53:03 2026] DELETE /v2.0/security-groups/05f09081-f7af-4927-a50c-194ddf768188 => 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: 262/534] 10.0.0.191 () {36 vars in 1013 bytes} [Wed Jun 10 04:53:03 2026] DELETE /v2.0/security-groups/3dbb769f-b583-4665-8080-b000b2302f7f => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 04:53:03.940 8 INFO neutron.api.v2.resource [req-98b83e58-fd25-4fb1-bac2-3702e6703fdb req-86c4d7c0-3441-4170-866b-758c426bf672 f2e4b0be98624f5fb8584227d3b7bde3 d10f9b546f9d4d22b7eaae1acfdb0daf - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 263/535] 10.0.0.191 () {34 vars in 991 bytes} [Wed Jun 10 04:53:03 2026] GET /v2.0/security-groups/3dbb769f-b583-4665-8080-b000b2302f7f => generated 146 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 264/536] 10.0.0.191 () {34 vars in 1002 bytes} [Wed Jun 10 04:53:03 2026] GET /v2.0/security-groups?tenant_id=d10f9b546f9d4d22b7eaae1acfdb0daf => 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: 265/537] 10.0.0.191 () {34 vars in 991 bytes} [Wed Jun 10 04:53:04 2026] GET /v2.0/security-groups/7b0fc08b-1859-450f-bf7f-6aca3fbf058c => 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: 266/538] 10.0.0.191 () {34 vars in 991 bytes} [Wed Jun 10 04:53:04 2026] GET /v2.0/security-groups/7b0fc08b-1859-450f-bf7f-6aca3fbf058c => generated 2918 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 04:53:04.156 8 INFO neutron.api.v2.resource [req-7e78a908-7daa-4d6c-8f72-972fdb589b45 req-ceaebea2-3fee-4b49-987c-a8f878c46686 f2e4b0be98624f5fb8584227d3b7bde3 d10f9b546f9d4d22b7eaae1acfdb0daf - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 267/539] 10.0.0.191 () {34 vars in 991 bytes} [Wed Jun 10 04:53:04 2026] GET /v2.0/security-groups/3dbb769f-b583-4665-8080-b000b2302f7f => generated 146 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 268/540] 10.0.0.208 () {34 vars in 685 bytes} [Wed Jun 10 04:53:04 2026] POST /v2.0/security-groups => generated 1660 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-10 04:53:04.316 8 INFO neutron.api.v2.resource [req-9db41403-1de7-4402-b772-3e2fc743c1f0 req-bc226087-77c5-4e66-a80d-ded92882be09 f2e4b0be98624f5fb8584227d3b7bde3 d10f9b546f9d4d22b7eaae1acfdb0daf - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 269/541] 10.0.0.191 () {34 vars in 991 bytes} [Wed Jun 10 04:53:04 2026] GET /v2.0/security-groups/b02b012b-603f-4ca6-b99d-67929c81661a => 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: 270/542] 10.0.0.208 () {34 vars in 695 bytes} [Wed Jun 10 04:53:04 2026] POST /v2.0/security-group-rules => generated 597 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 04:53:04.430 8 INFO neutron.api.v2.resource [req-51681953-5026-4a15-b2b1-9027ac55074b req-36d59460-c764-48fe-a42c-8c6d9e6c678a f2e4b0be98624f5fb8584227d3b7bde3 d10f9b546f9d4d22b7eaae1acfdb0daf - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 271/543] 10.0.0.191 () {34 vars in 991 bytes} [Wed Jun 10 04:53:04 2026] GET /v2.0/security-groups/dbffdcaf-d37b-4f32-afae-06f687784052 => 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: 272/544] 10.0.0.208 () {34 vars in 695 bytes} [Wed Jun 10 04:53:04 2026] POST /v2.0/security-group-rules => generated 602 bytes in 91 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 04:53:04.532 7 INFO neutron_taas.services.taas.taas_plugin [None req-f43d33dc-139c-4d20-8377-bf827b253035 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] TaaS: Handle Delete Port: 618c0f80-385d-4e43-bc20-7e1be122773e 2026-06-10 04:53:04.539 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f43d33dc-139c-4d20-8377-bf827b253035 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] Tap Mirror: Handle Delete Port: 618c0f80-385d-4e43-bc20-7e1be122773e 2026-06-10 04:53:04.940 8 INFO neutron_taas.services.taas.taas_plugin [None req-c5cf875b-9354-4a31-8169-13840875da58 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] TaaS: Handle Delete Port: 9771e328-7410-4d12-9d0e-236dff7d288f 2026-06-10 04:53:04.947 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c5cf875b-9354-4a31-8169-13840875da58 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] Tap Mirror: Handle Delete Port: 9771e328-7410-4d12-9d0e-236dff7d288f [pid: 7|app: 0|req: 273/545] 10.0.0.208 () {34 vars in 789 bytes} [Wed Jun 10 04:53:03 2026] PUT /v2.0/routers/9dc15239-d42a-444e-b7e5-b4904b4a0651/remove_router_interface => generated 309 bytes in 1220 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 273/546] 10.0.0.208 () {34 vars in 789 bytes} [Wed Jun 10 04:53:04 2026] PUT /v2.0/routers/39723026-4658-4342-a818-1e0385066540/remove_router_interface => generated 309 bytes in 944 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 274/547] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:53:05 2026] GET /v2.0/ports?device_id=fe7f603d-c87e-4b56-9b40-e70f969ddc94 => 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: 274/548] 10.0.0.208 () {34 vars in 676 bytes} [Wed Jun 10 04:53:05 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-10 04:53:05.668 8 INFO neutron_taas.services.taas.taas_plugin [None req-0ade9455-d2d9-4d33-842d-5473303340af 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] TaaS: Handle Delete Port: 2eb45714-bed2-414c-a310-c8738dc77439 2026-06-10 04:53:05.670 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0ade9455-d2d9-4d33-842d-5473303340af 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] Tap Mirror: Handle Delete Port: 2eb45714-bed2-414c-a310-c8738dc77439 2026-06-10 04:53:05.766 7 INFO neutron_taas.services.taas.taas_plugin [None req-d39ddf5f-5d81-4f5d-831a-750a9ec05df4 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] TaaS: Handle Delete Port: 9e64b0c1-78e7-474c-8cc4-67f39db2d675 2026-06-10 04:53:05.768 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d39ddf5f-5d81-4f5d-831a-750a9ec05df4 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] Tap Mirror: Handle Delete Port: 9e64b0c1-78e7-474c-8cc4-67f39db2d675 2026-06-10 04:53:05.873 8 INFO neutron_taas.services.taas.taas_plugin [None req-0ade9455-d2d9-4d33-842d-5473303340af 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] TaaS: Handle Delete Port: 36c86f94-2f6f-49bc-9e49-bb3c32a2416b 2026-06-10 04:53:05.876 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0ade9455-d2d9-4d33-842d-5473303340af 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] Tap Mirror: Handle Delete Port: 36c86f94-2f6f-49bc-9e49-bb3c32a2416b 2026-06-10 04:53:05.949 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-0ade9455-d2d9-4d33-842d-5473303340af 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] This handler is supposed to handle AFTER events, as in 'AFTER it's committed', not BEFORE. Offending resource event: port, after_delete. Location: File "/var/lib/openstack/lib/python3.12/site-packages/paste/urlmap.py", line 211, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/request_id.py", line 69, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/catch_errors.py", line 45, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/auth_token/__init__.py", line 341, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/audit/__init__.py", line 159, in __call__ response = req.get_response(self._application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/routes/middleware.py", line 153, in __call__ response = self.app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/resource.py", line 97, in resource result = method(request=request, **args) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 576, in delete return self._delete(request, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 603, in _delete obj_deleter(request.context, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 2245, in delete_router super().delete_router(context, id) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped return f_with_retry(*args, **kwargs, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 646, in delete_router self._core_plugin.delete_port(context.elevated(), rp_id, File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 717, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() 2026-06-10 04:53:05.970 7 INFO neutron_taas.services.taas.taas_plugin [None req-d39ddf5f-5d81-4f5d-831a-750a9ec05df4 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] TaaS: Handle Delete Port: eaee84a8-8135-49bc-b0aa-29b8f212262b 2026-06-10 04:53:05.973 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d39ddf5f-5d81-4f5d-831a-750a9ec05df4 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] Tap Mirror: Handle Delete Port: eaee84a8-8135-49bc-b0aa-29b8f212262b 2026-06-10 04:53:06.051 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-d39ddf5f-5d81-4f5d-831a-750a9ec05df4 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] This handler is supposed to handle AFTER events, as in 'AFTER it's committed', not BEFORE. Offending resource event: port, after_delete. Location: File "/var/lib/openstack/lib/python3.12/site-packages/paste/urlmap.py", line 211, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/request_id.py", line 69, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/catch_errors.py", line 45, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/auth_token/__init__.py", line 341, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/audit/__init__.py", line 159, in __call__ response = req.get_response(self._application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/routes/middleware.py", line 153, in __call__ response = self.app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/resource.py", line 97, in resource result = method(request=request, **args) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 576, in delete return self._delete(request, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 603, in _delete obj_deleter(request.context, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 2245, in delete_router super().delete_router(context, id) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped return f_with_retry(*args, **kwargs, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 646, in delete_router self._core_plugin.delete_port(context.elevated(), rp_id, File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 717, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() 2026-06-10 04:53:06.316 8 INFO neutron.db.l3_hamode_db [None req-0ade9455-d2d9-4d33-842d-5473303340af 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] HA network 82e5c45c-e700-4cff-b0bc-8c81ab7f636c was deleted as no HA routers are present in tenant 3ec00430625b4977a1cdf61e2fce80c1. [pid: 8|app: 0|req: 275/549] 10.0.0.208 () {32 vars in 724 bytes} [Wed Jun 10 04:53:05 2026] DELETE /v2.0/routers/9dc15239-d42a-444e-b7e5-b4904b4a0651 => generated 0 bytes in 842 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 276/550] 10.0.0.191 () {34 vars in 1098 bytes} [Wed Jun 10 04:53:06 2026] GET /v2.0/security-groups?name=tempest-securitygroup--907747242&fields=id&tenant_id=9744a04eb29640aba8380c2860c03fb5 => generated 69 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 04:53:06.444 7 INFO neutron.db.l3_hamode_db [None req-d39ddf5f-5d81-4f5d-831a-750a9ec05df4 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] HA network 2e14b23e-a7ea-4c45-8287-05f37a4d469f was deleted as no HA routers are present in tenant d10f9b546f9d4d22b7eaae1acfdb0daf. [pid: 7|app: 0|req: 275/551] 10.0.0.208 () {32 vars in 724 bytes} [Wed Jun 10 04:53:05 2026] DELETE /v2.0/routers/39723026-4658-4342-a818-1e0385066540 => generated 0 bytes in 838 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 276/552] 10.0.0.191 () {34 vars in 982 bytes} [Wed Jun 10 04:53:06 2026] GET /v2.0/networks?id=08960737-c2eb-4754-a112-a8b032b9afb1 => generated 676 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 277/553] 10.0.0.208 () {32 vars in 724 bytes} [Wed Jun 10 04:53:06 2026] DELETE /v2.0/subnets/5da51b54-8e98-4c2d-8ef0-00f92a987fd3 => generated 0 bytes in 190 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 278/554] 10.0.0.191 () {34 vars in 965 bytes} [Wed Jun 10 04:53:06 2026] GET /v2.0/quotas/9744a04eb29640aba8380c2860c03fb5 => generated 292 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 277/555] 10.0.0.208 () {32 vars in 724 bytes} [Wed Jun 10 04:53:06 2026] DELETE /v2.0/subnets/10929d03-563f-42f9-ac2f-c7dd0a09a21f => generated 0 bytes in 119 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 04:53:06.723 8 INFO neutron.services.segments.plugin [-] Segment 06891eae-1703-4d24-ba1b-ec0691e8de5a resource provider aggregate not found 2026-06-10 04:53:06.746 8 INFO neutron.services.segments.plugin [-] Segment 06891eae-1703-4d24-ba1b-ec0691e8de5a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 06891eae-1703-4d24-ba1b-ec0691e8de5a found for delete ", "request_id": "req-7cc7221e-6818-4403-9a3c-d3268c686131"}]} 2026-06-10 04:53:06.760 8 INFO neutron.services.segments.plugin [-] Segment 06891eae-1703-4d24-ba1b-ec0691e8de5a resource provider aggregate not found 2026-06-10 04:53:06.765 8 INFO neutron_taas.services.taas.taas_plugin [None req-b18715c8-a14c-4d1d-bd0e-bfaf8b03eb29 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] TaaS: Handle Delete Port: 35c81a60-9af0-4964-9ca0-2e5869cd72c8 2026-06-10 04:53:06.768 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b18715c8-a14c-4d1d-bd0e-bfaf8b03eb29 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] Tap Mirror: Handle Delete Port: 35c81a60-9af0-4964-9ca0-2e5869cd72c8 [pid: 7|app: 0|req: 278/556] 10.0.0.191 () {34 vars in 1002 bytes} [Wed Jun 10 04:53:06 2026] GET /v2.0/ports?tenant_id=9744a04eb29640aba8380c2860c03fb5&fields=id => generated 57 bytes in 164 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 04:53:06.781 8 INFO neutron.services.segments.plugin [-] Segment 06891eae-1703-4d24-ba1b-ec0691e8de5a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 06891eae-1703-4d24-ba1b-ec0691e8de5a found for delete ", "request_id": "req-77d2fb52-9c46-423f-94bd-8fec3d5fab62"}]} [pid: 7|app: 0|req: 279/557] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:53:06 2026] GET /v2.0/ports?device_id=fe7f603d-c87e-4b56-9b40-e70f969ddc94 => generated 12 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 04:53:06.827 7 INFO neutron.services.segments.plugin [-] Segment 5a0e61cc-6acf-4047-afa8-f0b5e5997b93 resource provider aggregate not found 2026-06-10 04:53:06.835 7 INFO neutron.services.segments.plugin [-] Segment 5a0e61cc-6acf-4047-afa8-f0b5e5997b93 resource provider aggregate not found 2026-06-10 04:53:06.844 7 INFO neutron.services.segments.plugin [-] Segment 5a0e61cc-6acf-4047-afa8-f0b5e5997b93 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5a0e61cc-6acf-4047-afa8-f0b5e5997b93 found for delete ", "request_id": "req-e959a966-6bd6-487d-a135-5ad54e98babd"}]} 2026-06-10 04:53:06.858 7 INFO neutron.services.segments.plugin [-] Segment 5a0e61cc-6acf-4047-afa8-f0b5e5997b93 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5a0e61cc-6acf-4047-afa8-f0b5e5997b93 found for delete ", "request_id": "req-14656091-7765-410a-b796-7c70c0518063"}]} [pid: 8|app: 0|req: 279/558] 10.0.0.208 () {32 vars in 726 bytes} [Wed Jun 10 04:53:06 2026] DELETE /v2.0/networks/06eb876b-269f-4cfe-9d7d-268ae2529cad => generated 0 bytes in 401 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 280/559] 10.0.0.208 () {32 vars in 726 bytes} [Wed Jun 10 04:53:06 2026] DELETE /v2.0/networks/4f9f09c0-a264-485a-9b98-ec8c6321c0bc => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 280/560] 10.0.0.191 () {34 vars in 1008 bytes} [Wed Jun 10 04:53:06 2026] GET /v2.0/networks/08960737-c2eb-4754-a112-a8b032b9afb1?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: 281/561] 10.0.0.191 () {34 vars in 1108 bytes} [Wed Jun 10 04:53:07 2026] GET /v2.0/networks/08960737-c2eb-4754-a112-a8b032b9afb1?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: 281/562] 10.0.0.208 () {32 vars in 774 bytes} [Wed Jun 10 04:53:07 2026] GET /v2.0/security-groups?tenant_id=d10f9b546f9d4d22b7eaae1acfdb0daf&name=default => generated 2921 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 282/563] 10.0.0.208 () {32 vars in 774 bytes} [Wed Jun 10 04:53:07 2026] GET /v2.0/security-groups?tenant_id=3ec00430625b4977a1cdf61e2fce80c1&name=default => generated 2921 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 282/564] 10.0.0.208 () {32 vars in 740 bytes} [Wed Jun 10 04:53:07 2026] DELETE /v2.0/security-groups/7b0fc08b-1859-450f-bf7f-6aca3fbf058c => 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: 283/565] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:53:07 2026] GET /v2.0/ports?device_id=a520f9dd-5342-4486-9d2f-bdc1e65bcf70 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 283/566] 10.0.0.208 () {32 vars in 740 bytes} [Wed Jun 10 04:53:07 2026] DELETE /v2.0/security-groups/4b5e3b16-e536-4d7c-9970-9ee5e0b11f4f => 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: 284/567] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:53:07 2026] GET /v2.0/ports?device_id=fe7f603d-c87e-4b56-9b40-e70f969ddc94 => 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: 284/568] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:53:08 2026] GET /v2.0/ports?device_id=a520f9dd-5342-4486-9d2f-bdc1e65bcf70 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 04:53:08.759 8 INFO neutron.services.segments.plugin [-] Segment cdd0dd67-b805-46e3-9820-2c6f865245c2 resource provider aggregate not found 2026-06-10 04:53:08.780 8 INFO neutron.services.segments.plugin [-] Segment cdd0dd67-b805-46e3-9820-2c6f865245c2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cdd0dd67-b805-46e3-9820-2c6f865245c2 found for delete ", "request_id": "req-8cb51ab9-e22a-463f-a1ac-626f61f5a9cd"}]} 2026-06-10 04:53:08.810 8 INFO neutron.services.segments.plugin [-] Segment cdd0dd67-b805-46e3-9820-2c6f865245c2 resource provider aggregate not found 2026-06-10 04:53:08.836 8 INFO neutron.services.segments.plugin [-] Segment cdd0dd67-b805-46e3-9820-2c6f865245c2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cdd0dd67-b805-46e3-9820-2c6f865245c2 found for delete ", "request_id": "req-a541442f-d635-4ada-81f4-b787c6a95a8b"}]} 2026-06-10 04:53:08.864 7 INFO neutron.services.segments.plugin [-] Segment 00340f8d-881b-4970-8128-9711d54a6c6e resource provider aggregate not found 2026-06-10 04:53:08.873 7 INFO neutron.services.segments.plugin [-] Segment 00340f8d-881b-4970-8128-9711d54a6c6e resource provider aggregate not found 2026-06-10 04:53:08.883 7 INFO neutron.services.segments.plugin [-] Segment 00340f8d-881b-4970-8128-9711d54a6c6e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 00340f8d-881b-4970-8128-9711d54a6c6e found for delete ", "request_id": "req-77a0d1e2-9fe8-4199-a187-5ed4b82094bb"}]} 2026-06-10 04:53:08.887 7 INFO neutron.services.segments.plugin [-] Segment 00340f8d-881b-4970-8128-9711d54a6c6e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 00340f8d-881b-4970-8128-9711d54a6c6e found for delete ", "request_id": "req-ad1accde-271d-4500-9a85-ef244f616927"}]} [pid: 8|app: 0|req: 285/569] 199.204.45.109 () {34 vars in 986 bytes} [Wed Jun 10 04:53:08 2026] GET /v2.0/networks?id=0ec4c08c-799e-4e61-83ce-0070bf6ee870 => generated 684 bytes in 467 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 285/570] 199.204.45.109 () {34 vars in 911 bytes} [Wed Jun 10 04:53:08 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: 7|app: 0|req: 286/571] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:53:09 2026] GET /v2.0/ports?device_id=fe7f603d-c87e-4b56-9b40-e70f969ddc94 => 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: 286/572] 199.204.45.109 () {34 vars in 1050 bytes} [Wed Jun 10 04:53:09 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=82b36eed9d1f42f9a4a1e9f28d77ad44 => generated 181 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 04:53:09.366 8 INFO neutron.db.segments_db [None req-14b6158a-2ce0-4e4c-9282-5dd0d0191454 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] Added segment 45341180-f204-4ee7-97c2-3c84badf70bc of type vxlan for network 278507e0-26f5-4855-b70a-9a5c8ce5217b [pid: 8|app: 0|req: 287/573] 10.0.0.208 () {34 vars in 671 bytes} [Wed Jun 10 04:53:09 2026] POST /v2.0/networks => generated 725 bytes in 368 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 288/574] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:53:09 2026] GET /v2.0/ports?device_id=a520f9dd-5342-4486-9d2f-bdc1e65bcf70 => 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: 287/575] 199.204.45.109 () {38 vars in 955 bytes} [Wed Jun 10 04:53:09 2026] POST /v2.0/ports => generated 958 bytes in 428 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 289/576] 10.0.0.208 () {34 vars in 669 bytes} [Wed Jun 10 04:53:09 2026] POST /v2.0/subnets => generated 691 bytes in 174 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-10 04:53:09.695 7 INFO neutron.db.segments_db [None req-0f58840b-f897-49cc-b306-c89f302c6834 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] Added segment 05b98395-d554-4123-a1cf-2d629d5d4863 of type vxlan for network 8c872d8a-1e2c-4cb3-9490-54a2ada9c0fd 2026-06-10 04:53:09.901 7 INFO neutron.db.l3_hamode_db [None req-0f58840b-f897-49cc-b306-c89f302c6834 776076a5d1f64fa5bbb8a07bfb8d71fb 72f8df9a92004af4aa1913f49dd6f0ea - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 290/577] 199.204.45.109 () {38 vars in 1028 bytes} [Wed Jun 10 04:53:09 2026] PUT /v2.0/ports/635d26b9-964d-4006-b2a0-eb797588fe52 => generated 1239 bytes in 706 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-10 04:53:10.673 7 INFO neutron.db.l3_hamode_db [None req-0f58840b-f897-49cc-b306-c89f302c6834 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 291/578] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:53:10 2026] GET /v2.0/ports?device_id=fe7f603d-c87e-4b56-9b40-e70f969ddc94 => generated 973 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 292/579] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:53:10 2026] GET /v2.0/ports?device_id=a520f9dd-5342-4486-9d2f-bdc1e65bcf70 => 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: 293/580] 10.0.0.191 () {34 vars in 1040 bytes} [Wed Jun 10 04:53:10 2026] GET /v2.0/security-groups?id=042d7038-6f57-42d9-9ac6-f09c38163b8a&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 04:53:11.110 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ab3349ca-6adc-4953-a96d-4b4a2e4cc3dd'] response: {'name': 'network-changed', 'server_uuid': 'fe7f603d-c87e-4b56-9b40-e70f969ddc94', 'tag': '635d26b9-964d-4006-b2a0-eb797588fe52', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 294/581] 199.204.45.109 () {34 vars in 986 bytes} [Wed Jun 10 04:53:11 2026] GET /v2.0/networks?id=08960737-c2eb-4754-a112-a8b032b9afb1 => generated 676 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 288/582] 10.0.0.208 () {34 vars in 669 bytes} [Wed Jun 10 04:53:09 2026] POST /v2.0/routers => generated 731 bytes in 1930 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 295/583] 199.204.45.109 () {34 vars in 1050 bytes} [Wed Jun 10 04:53:11 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=9744a04eb29640aba8380c2860c03fb5 => generated 180 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 296/584] 199.204.45.109 () {34 vars in 1080 bytes} [Wed Jun 10 04:53:11 2026] GET /v2.0/ports?tenant_id=82b36eed9d1f42f9a4a1e9f28d77ad44&device_id=fe7f603d-c87e-4b56-9b40-e70f969ddc94 => generated 1242 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 297/585] 199.204.45.109 () {38 vars in 955 bytes} [Wed Jun 10 04:53:11 2026] POST /v2.0/ports => generated 954 bytes in 419 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: 298/586] 199.204.45.109 () {34 vars in 1060 bytes} [Wed Jun 10 04:53:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=635d26b9-964d-4006-b2a0-eb797588fe52 => generated 19 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 299/587] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:53:12 2026] GET /v2.0/ports?device_id=a520f9dd-5342-4486-9d2f-bdc1e65bcf70 => generated 957 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 300/588] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:53:12 2026] GET /v2.0/ports?device_id=fe7f603d-c87e-4b56-9b40-e70f969ddc94 => generated 973 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 301/589] 199.204.45.109 () {38 vars in 1028 bytes} [Wed Jun 10 04:53:12 2026] PUT /v2.0/ports/668dc922-85b0-4096-b737-ccc136b48bf0 => generated 1235 bytes in 406 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: 302/590] 199.204.45.109 () {34 vars in 984 bytes} [Wed Jun 10 04:53:12 2026] GET /v2.0/subnets?id=66b5da90-a9a5-4970-a80a-9646ab797924 => generated 702 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 303/591] 10.0.0.191 () {34 vars in 1040 bytes} [Wed Jun 10 04:53:12 2026] GET /v2.0/security-groups?id=c73a359a-00b5-4d2b-8edd-66e50801c92a&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: 304/592] 10.0.0.191 () {34 vars in 1040 bytes} [Wed Jun 10 04:53:12 2026] GET /v2.0/security-groups?id=042d7038-6f57-42d9-9ac6-f09c38163b8a&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 289/593] 10.0.0.208 () {34 vars in 783 bytes} [Wed Jun 10 04:53:11 2026] PUT /v2.0/routers/b73d10c0-8e46-47be-b4fb-8ac7cb647eb7/add_router_interface => generated 309 bytes in 1118 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 290/594] 199.204.45.109 () {34 vars in 1052 bytes} [Wed Jun 10 04:53:12 2026] GET /v2.0/ports?network_id=0ec4c08c-799e-4e61-83ce-0070bf6ee870&device_owner=network%3Adhcp => generated 1244 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 291/595] 199.204.45.109 () {34 vars in 1012 bytes} [Wed Jun 10 04:53:12 2026] GET /v2.0/networks/0ec4c08c-799e-4e61-83ce-0070bf6ee870?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: 292/596] 199.204.45.109 () {34 vars in 1112 bytes} [Wed Jun 10 04:53:12 2026] GET /v2.0/networks/0ec4c08c-799e-4e61-83ce-0070bf6ee870?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 305/597] 10.0.0.208 () {32 vars in 774 bytes} [Wed Jun 10 04:53:12 2026] GET /v2.0/security-groups?tenant_id=dafa406b327c46e5b6271b45a3c36b78&name=default => generated 2925 bytes in 261 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 293/598] 10.0.0.208 () {32 vars in 740 bytes} [Wed Jun 10 04:53:12 2026] DELETE /v2.0/security-groups/798b372d-0ff5-415a-9982-d2feab7a82c7 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 04:53:13.152 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-eec0925f-13f3-4c71-ba2c-ff257c5e2a97'] response: {'name': 'network-changed', 'server_uuid': 'a520f9dd-5342-4486-9d2f-bdc1e65bcf70', 'tag': '668dc922-85b0-4096-b737-ccc136b48bf0', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 306/599] 10.0.0.208 () {32 vars in 774 bytes} [Wed Jun 10 04:53:13 2026] GET /v2.0/security-groups?tenant_id=95dcd7add4554fabab769768e7a67145&name=default => generated 2925 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 294/600] 10.0.0.208 () {32 vars in 740 bytes} [Wed Jun 10 04:53:13 2026] DELETE /v2.0/security-groups/f510008b-5b12-4766-879c-e65e35849465 => 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: 307/601] 10.0.0.208 () {34 vars in 685 bytes} [Wed Jun 10 04:53:13 2026] POST /v2.0/security-groups => generated 1661 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 308/602] 199.204.45.109 () {34 vars in 1080 bytes} [Wed Jun 10 04:53:13 2026] GET /v2.0/ports?tenant_id=9744a04eb29640aba8380c2860c03fb5&device_id=a520f9dd-5342-4486-9d2f-bdc1e65bcf70 => generated 1238 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 295/603] 10.0.0.208 () {34 vars in 695 bytes} [Wed Jun 10 04:53:13 2026] POST /v2.0/security-group-rules => generated 597 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 309/604] 199.204.45.109 () {34 vars in 1058 bytes} [Wed Jun 10 04:53:13 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=668dc922-85b0-4096-b737-ccc136b48bf0 => generated 19 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 310/605] 199.204.45.109 () {34 vars in 984 bytes} [Wed Jun 10 04:53:13 2026] GET /v2.0/subnets?id=e8644d8c-7cb7-4986-bbb3-a25fce7e0a0a => generated 694 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 296/606] 10.0.0.208 () {34 vars in 695 bytes} [Wed Jun 10 04:53:13 2026] POST /v2.0/security-group-rules => generated 602 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 311/607] 199.204.45.109 () {34 vars in 1052 bytes} [Wed Jun 10 04:53:13 2026] GET /v2.0/ports?network_id=08960737-c2eb-4754-a112-a8b032b9afb1&device_owner=network%3Adhcp => generated 1242 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 312/608] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:53:13 2026] GET /v2.0/ports?device_id=fe7f603d-c87e-4b56-9b40-e70f969ddc94 => 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: 297/609] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:53:13 2026] GET /v2.0/ports?device_id=a520f9dd-5342-4486-9d2f-bdc1e65bcf70 => generated 969 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 298/610] 199.204.45.109 () {34 vars in 1012 bytes} [Wed Jun 10 04:53:13 2026] GET /v2.0/networks/08960737-c2eb-4754-a112-a8b032b9afb1?fields=segments => generated 14 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 299/611] 10.0.0.191 () {34 vars in 1040 bytes} [Wed Jun 10 04:53:13 2026] GET /v2.0/security-groups?id=042d7038-6f57-42d9-9ac6-f09c38163b8a&fields=id&fields=name => generated 114 bytes in 325 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 300/612] 10.0.0.191 () {34 vars in 1040 bytes} [Wed Jun 10 04:53:14 2026] GET /v2.0/security-groups?id=c73a359a-00b5-4d2b-8edd-66e50801c92a&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: 301/613] 199.204.45.109 () {34 vars in 1080 bytes} [Wed Jun 10 04:53:14 2026] GET /v2.0/ports?tenant_id=82b36eed9d1f42f9a4a1e9f28d77ad44&device_id=fe7f603d-c87e-4b56-9b40-e70f969ddc94 => generated 1242 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 302/614] 199.204.45.109 () {34 vars in 1112 bytes} [Wed Jun 10 04:53:14 2026] GET /v2.0/networks/08960737-c2eb-4754-a112-a8b032b9afb1?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 303/615] 199.204.45.109 () {34 vars in 986 bytes} [Wed Jun 10 04:53:14 2026] GET /v2.0/networks?id=0ec4c08c-799e-4e61-83ce-0070bf6ee870 => generated 778 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 304/616] 199.204.45.109 () {34 vars in 1060 bytes} [Wed Jun 10 04:53:14 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=635d26b9-964d-4006-b2a0-eb797588fe52 => generated 19 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 305/617] 199.204.45.109 () {34 vars in 984 bytes} [Wed Jun 10 04:53:14 2026] GET /v2.0/subnets?id=66b5da90-a9a5-4970-a80a-9646ab797924 => generated 702 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 306/618] 199.204.45.109 () {34 vars in 1052 bytes} [Wed Jun 10 04:53:14 2026] GET /v2.0/ports?network_id=0ec4c08c-799e-4e61-83ce-0070bf6ee870&device_owner=network%3Adhcp => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 307/619] 199.204.45.109 () {34 vars in 1012 bytes} [Wed Jun 10 04:53:14 2026] GET /v2.0/networks/0ec4c08c-799e-4e61-83ce-0070bf6ee870?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: 308/620] 199.204.45.109 () {34 vars in 1112 bytes} [Wed Jun 10 04:53:14 2026] GET /v2.0/networks/0ec4c08c-799e-4e61-83ce-0070bf6ee870?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 313/621] 10.0.0.208 () {34 vars in 676 bytes} [Wed Jun 10 04:53:13 2026] POST /v2.0/floatingips => generated 552 bytes in 960 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 309/622] 10.0.0.191 () {34 vars in 1100 bytes} [Wed Jun 10 04:53:15 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1443113544&fields=id&tenant_id=72f8df9a92004af4aa1913f49dd6f0ea => generated 69 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 314/623] 10.0.0.191 () {34 vars in 982 bytes} [Wed Jun 10 04:53:15 2026] GET /v2.0/networks?id=278507e0-26f5-4855-b70a-9a5c8ce5217b => generated 676 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 315/624] 10.0.0.191 () {34 vars in 965 bytes} [Wed Jun 10 04:53:15 2026] GET /v2.0/quotas/72f8df9a92004af4aa1913f49dd6f0ea => 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: 310/625] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:53:15 2026] GET /v2.0/ports?device_id=fe7f603d-c87e-4b56-9b40-e70f969ddc94 => generated 973 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 311/626] 199.204.45.109 () {34 vars in 1080 bytes} [Wed Jun 10 04:53:15 2026] GET /v2.0/ports?tenant_id=9744a04eb29640aba8380c2860c03fb5&device_id=a520f9dd-5342-4486-9d2f-bdc1e65bcf70 => generated 1238 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 312/627] 10.0.0.191 () {34 vars in 1040 bytes} [Wed Jun 10 04:53:15 2026] GET /v2.0/security-groups?id=042d7038-6f57-42d9-9ac6-f09c38163b8a&fields=id&fields=name => generated 114 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 313/628] 199.204.45.109 () {34 vars in 986 bytes} [Wed Jun 10 04:53:15 2026] GET /v2.0/networks?id=08960737-c2eb-4754-a112-a8b032b9afb1 => generated 771 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 316/629] 10.0.0.191 () {34 vars in 1002 bytes} [Wed Jun 10 04:53:15 2026] GET /v2.0/ports?tenant_id=72f8df9a92004af4aa1913f49dd6f0ea&fields=id => generated 57 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 314/630] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:53:15 2026] GET /v2.0/ports?device_id=a520f9dd-5342-4486-9d2f-bdc1e65bcf70 => 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: 317/631] 199.204.45.109 () {34 vars in 1058 bytes} [Wed Jun 10 04:53:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=668dc922-85b0-4096-b737-ccc136b48bf0 => 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: 315/632] 10.0.0.191 () {34 vars in 1008 bytes} [Wed Jun 10 04:53:15 2026] GET /v2.0/networks/278507e0-26f5-4855-b70a-9a5c8ce5217b?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 318/633] 10.0.0.191 () {34 vars in 1040 bytes} [Wed Jun 10 04:53:15 2026] GET /v2.0/security-groups?id=c73a359a-00b5-4d2b-8edd-66e50801c92a&fields=id&fields=name => generated 113 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 316/634] 199.204.45.109 () {34 vars in 984 bytes} [Wed Jun 10 04:53:15 2026] GET /v2.0/subnets?id=e8644d8c-7cb7-4986-bbb3-a25fce7e0a0a => generated 694 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 319/635] 10.0.0.191 () {34 vars in 1108 bytes} [Wed Jun 10 04:53:15 2026] GET /v2.0/networks/278507e0-26f5-4855-b70a-9a5c8ce5217b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 317/636] 199.204.45.109 () {34 vars in 1052 bytes} [Wed Jun 10 04:53:15 2026] GET /v2.0/ports?network_id=08960737-c2eb-4754-a112-a8b032b9afb1&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: 320/637] 199.204.45.109 () {34 vars in 1012 bytes} [Wed Jun 10 04:53:15 2026] GET /v2.0/networks/08960737-c2eb-4754-a112-a8b032b9afb1?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: 318/638] 199.204.45.109 () {34 vars in 1112 bytes} [Wed Jun 10 04:53:15 2026] GET /v2.0/networks/08960737-c2eb-4754-a112-a8b032b9afb1?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 321/639] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:53:15 2026] GET /v2.0/ports?device_id=d69995e5-ca23-46da-8664-1ada62d81117 => 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: 323/642] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:53:16 2026] GET /v2.0/ports?device_id=fe7f603d-c87e-4b56-9b40-e70f969ddc94 => generated 973 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 320/643] 10.0.0.191 () {34 vars in 1040 bytes} [Wed Jun 10 04:53:16 2026] GET /v2.0/security-groups?id=042d7038-6f57-42d9-9ac6-f09c38163b8a&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 324/644] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:53:16 2026] GET /v2.0/ports?device_id=a520f9dd-5342-4486-9d2f-bdc1e65bcf70 => generated 969 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 321/645] 10.0.0.191 () {34 vars in 1040 bytes} [Wed Jun 10 04:53:16 2026] GET /v2.0/security-groups?id=c73a359a-00b5-4d2b-8edd-66e50801c92a&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: 325/646] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:53:16 2026] GET /v2.0/ports?device_id=d69995e5-ca23-46da-8664-1ada62d81117 => 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: 326/647] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:53:17 2026] GET /v2.0/ports?device_id=fe7f603d-c87e-4b56-9b40-e70f969ddc94 => generated 973 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 327/648] 10.0.0.191 () {34 vars in 1040 bytes} [Wed Jun 10 04:53:17 2026] GET /v2.0/security-groups?id=042d7038-6f57-42d9-9ac6-f09c38163b8a&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 322/649] 10.0.0.208 () {32 vars in 774 bytes} [Wed Jun 10 04:53:17 2026] GET /v2.0/security-groups?tenant_id=8aa1dca672e24d4a81cffec0c2cd126a&name=default => generated 2925 bytes in 255 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 328/650] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:53:17 2026] GET /v2.0/ports?device_id=a520f9dd-5342-4486-9d2f-bdc1e65bcf70 => generated 969 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 323/651] 10.0.0.208 () {32 vars in 740 bytes} [Wed Jun 10 04:53:17 2026] DELETE /v2.0/security-groups/ad1457fd-eb1e-413a-80ad-fb6c711913d5 => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 329/652] 10.0.0.191 () {34 vars in 1040 bytes} [Wed Jun 10 04:53:17 2026] GET /v2.0/security-groups?id=c73a359a-00b5-4d2b-8edd-66e50801c92a&fields=id&fields=name => generated 113 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 324/653] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:53:17 2026] GET /v2.0/ports?device_id=d69995e5-ca23-46da-8664-1ada62d81117 => 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: 330/654] 10.0.0.208 () {32 vars in 774 bytes} [Wed Jun 10 04:53:17 2026] GET /v2.0/security-groups?tenant_id=1e6a1285ca85490492a8b87b9b25efc0&name=default => generated 2925 bytes in 161 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 325/655] 10.0.0.208 () {32 vars in 740 bytes} [Wed Jun 10 04:53:18 2026] DELETE /v2.0/security-groups/5a11ab68-3e2b-46e0-af51-f5135616ab04 => 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: 331/656] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:53:18 2026] GET /v2.0/ports?device_id=fe7f603d-c87e-4b56-9b40-e70f969ddc94 => 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: 326/657] 10.0.0.191 () {34 vars in 1040 bytes} [Wed Jun 10 04:53:18 2026] GET /v2.0/security-groups?id=042d7038-6f57-42d9-9ac6-f09c38163b8a&fields=id&fields=name => generated 114 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 332/658] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:53:19 2026] GET /v2.0/ports?device_id=a520f9dd-5342-4486-9d2f-bdc1e65bcf70 => 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: 327/659] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:53:19 2026] GET /v2.0/ports?device_id=d69995e5-ca23-46da-8664-1ada62d81117 => 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: 333/660] 10.0.0.191 () {34 vars in 1040 bytes} [Wed Jun 10 04:53:19 2026] GET /v2.0/security-groups?id=c73a359a-00b5-4d2b-8edd-66e50801c92a&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: 328/661] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:53:20 2026] GET /v2.0/ports?device_id=fe7f603d-c87e-4b56-9b40-e70f969ddc94 => generated 975 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 334/662] 199.204.45.109 () {34 vars in 986 bytes} [Wed Jun 10 04:53:20 2026] GET /v2.0/networks?id=278507e0-26f5-4855-b70a-9a5c8ce5217b => generated 676 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 329/663] 10.0.0.191 () {34 vars in 1040 bytes} [Wed Jun 10 04:53:20 2026] GET /v2.0/security-groups?id=042d7038-6f57-42d9-9ac6-f09c38163b8a&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: 335/664] 199.204.45.109 () {34 vars in 1050 bytes} [Wed Jun 10 04:53:20 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=72f8df9a92004af4aa1913f49dd6f0ea => generated 181 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 330/665] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:53:20 2026] GET /v2.0/ports?device_id=d69995e5-ca23-46da-8664-1ada62d81117 => 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: 331/666] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:53:20 2026] GET /v2.0/ports?device_id=a520f9dd-5342-4486-9d2f-bdc1e65bcf70 => generated 971 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 332/667] 10.0.0.191 () {34 vars in 1040 bytes} [Wed Jun 10 04:53:20 2026] GET /v2.0/security-groups?id=c73a359a-00b5-4d2b-8edd-66e50801c92a&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: 336/668] 199.204.45.109 () {38 vars in 955 bytes} [Wed Jun 10 04:53:20 2026] POST /v2.0/ports => generated 958 bytes in 269 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 333/669] 199.204.45.109 () {38 vars in 1028 bytes} [Wed Jun 10 04:53:20 2026] PUT /v2.0/ports/a95ce66d-8cf8-4cf6-9218-1bb0f50b4f9c => generated 1239 bytes in 443 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, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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/670] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:53:21 2026] GET /v2.0/ports?device_id=fe7f603d-c87e-4b56-9b40-e70f969ddc94 => generated 975 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 338/671] 10.0.0.191 () {34 vars in 1040 bytes} [Wed Jun 10 04:53:21 2026] GET /v2.0/security-groups?id=042d7038-6f57-42d9-9ac6-f09c38163b8a&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: 334/672] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:53:21 2026] GET /v2.0/ports?device_id=d69995e5-ca23-46da-8664-1ada62d81117 => generated 973 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 339/673] 10.0.0.191 () {34 vars in 1040 bytes} [Wed Jun 10 04:53:21 2026] GET /v2.0/security-groups?id=b89516f4-fcaf-4b73-98d2-b8c71ef28a83&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: 335/674] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:53:21 2026] GET /v2.0/ports?device_id=a520f9dd-5342-4486-9d2f-bdc1e65bcf70 => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 04:53:21.521 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-67e386a3-ad05-4c63-a7d6-3970e96bbe3a'] response: {'name': 'network-changed', 'server_uuid': 'd69995e5-ca23-46da-8664-1ada62d81117', 'tag': 'a95ce66d-8cf8-4cf6-9218-1bb0f50b4f9c', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 340/675] 10.0.0.191 () {34 vars in 1040 bytes} [Wed Jun 10 04:53:21 2026] GET /v2.0/security-groups?id=c73a359a-00b5-4d2b-8edd-66e50801c92a&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: 336/676] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:53:21 2026] GET /v2.0/ports?device_id=fe7f603d-c87e-4b56-9b40-e70f969ddc94 => generated 975 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 337/677] 199.204.45.109 () {34 vars in 1080 bytes} [Wed Jun 10 04:53:21 2026] GET /v2.0/ports?tenant_id=72f8df9a92004af4aa1913f49dd6f0ea&device_id=d69995e5-ca23-46da-8664-1ada62d81117 => generated 1242 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 338/678] 199.204.45.109 () {34 vars in 1060 bytes} [Wed Jun 10 04:53:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=a95ce66d-8cf8-4cf6-9218-1bb0f50b4f9c => 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: 339/679] 199.204.45.109 () {34 vars in 984 bytes} [Wed Jun 10 04:53:21 2026] GET /v2.0/subnets?id=517a7dde-0bdf-4924-8d09-600387ddf16a => generated 694 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 340/680] 199.204.45.109 () {34 vars in 1052 bytes} [Wed Jun 10 04:53:22 2026] GET /v2.0/ports?network_id=278507e0-26f5-4855-b70a-9a5c8ce5217b&device_owner=network%3Adhcp => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 341/681] 199.204.45.109 () {34 vars in 1012 bytes} [Wed Jun 10 04:53:22 2026] GET /v2.0/networks/278507e0-26f5-4855-b70a-9a5c8ce5217b?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: 342/682] 199.204.45.109 () {34 vars in 1112 bytes} [Wed Jun 10 04:53:22 2026] GET /v2.0/networks/278507e0-26f5-4855-b70a-9a5c8ce5217b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 04:53:22.126 8 INFO neutron.db.l3_db [None req-84d9b5a8-9a65-4795-a7b0-3f25388c90ff 46e066462c1b4318bf880a50f83bb752 82b36eed9d1f42f9a4a1e9f28d77ad44 - - default default] Floating IP 0cdde897-6c73-46ee-91d2-0dcb322a728b associated. External IP: 10.96.250.216, port: 635d26b9-964d-4006-b2a0-eb797588fe52. [pid: 8|app: 0|req: 341/683] 10.0.0.208 () {34 vars in 749 bytes} [Wed Jun 10 04:53:21 2026] PUT /v2.0/floatingips/0cdde897-6c73-46ee-91d2-0dcb322a728b => generated 856 bytes in 742 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 04:53:22.473 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-40e93fa4-1e22-49e7-b152-dfe1a7434da5'] response: {'name': 'network-changed', 'server_uuid': 'fe7f603d-c87e-4b56-9b40-e70f969ddc94', 'tag': '635d26b9-964d-4006-b2a0-eb797588fe52', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 343/684] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:53:22 2026] GET /v2.0/ports?device_id=d69995e5-ca23-46da-8664-1ada62d81117 => generated 973 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 344/685] 10.0.0.191 () {34 vars in 1040 bytes} [Wed Jun 10 04:53:22 2026] GET /v2.0/security-groups?id=b89516f4-fcaf-4b73-98d2-b8c71ef28a83&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 342/686] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:53:22 2026] GET /v2.0/ports?device_id=fe7f603d-c87e-4b56-9b40-e70f969ddc94 => generated 975 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 343/687] 10.0.0.191 () {34 vars in 1040 bytes} [Wed Jun 10 04:53:22 2026] GET /v2.0/security-groups?id=042d7038-6f57-42d9-9ac6-f09c38163b8a&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: 345/688] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:53:22 2026] GET /v2.0/ports?device_id=a520f9dd-5342-4486-9d2f-bdc1e65bcf70 => 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: 344/689] 10.0.0.191 () {34 vars in 1040 bytes} [Wed Jun 10 04:53:22 2026] GET /v2.0/security-groups?id=c73a359a-00b5-4d2b-8edd-66e50801c92a&fields=id&fields=name => generated 113 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 346/690] 199.204.45.109 () {34 vars in 1080 bytes} [Wed Jun 10 04:53:22 2026] GET /v2.0/ports?tenant_id=82b36eed9d1f42f9a4a1e9f28d77ad44&device_id=fe7f603d-c87e-4b56-9b40-e70f969ddc94 => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 345/691] 199.204.45.109 () {34 vars in 986 bytes} [Wed Jun 10 04:53:23 2026] GET /v2.0/networks?id=0ec4c08c-799e-4e61-83ce-0070bf6ee870 => generated 778 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 347/692] 199.204.45.109 () {34 vars in 1060 bytes} [Wed Jun 10 04:53:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=635d26b9-964d-4006-b2a0-eb797588fe52 => generated 859 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 346/693] 199.204.45.109 () {34 vars in 1080 bytes} [Wed Jun 10 04:53:23 2026] GET /v2.0/ports?tenant_id=72f8df9a92004af4aa1913f49dd6f0ea&device_id=d69995e5-ca23-46da-8664-1ada62d81117 => generated 1242 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 347/694] 199.204.45.109 () {34 vars in 986 bytes} [Wed Jun 10 04:53:23 2026] GET /v2.0/networks?id=278507e0-26f5-4855-b70a-9a5c8ce5217b => generated 772 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 348/695] 199.204.45.109 () {34 vars in 984 bytes} [Wed Jun 10 04:53:23 2026] GET /v2.0/subnets?id=66b5da90-a9a5-4970-a80a-9646ab797924 => generated 702 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 348/696] 199.204.45.109 () {34 vars in 1060 bytes} [Wed Jun 10 04:53:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=a95ce66d-8cf8-4cf6-9218-1bb0f50b4f9c => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 349/697] 199.204.45.109 () {34 vars in 1052 bytes} [Wed Jun 10 04:53:23 2026] GET /v2.0/ports?network_id=0ec4c08c-799e-4e61-83ce-0070bf6ee870&device_owner=network%3Adhcp => generated 1244 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 349/698] 199.204.45.109 () {34 vars in 984 bytes} [Wed Jun 10 04:53:23 2026] GET /v2.0/subnets?id=517a7dde-0bdf-4924-8d09-600387ddf16a => generated 694 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 350/699] 199.204.45.109 () {34 vars in 1052 bytes} [Wed Jun 10 04:53:23 2026] GET /v2.0/ports?network_id=278507e0-26f5-4855-b70a-9a5c8ce5217b&device_owner=network%3Adhcp => 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: 350/700] 199.204.45.109 () {34 vars in 1012 bytes} [Wed Jun 10 04:53:23 2026] GET /v2.0/networks/0ec4c08c-799e-4e61-83ce-0070bf6ee870?fields=segments => generated 14 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 351/701] 199.204.45.109 () {34 vars in 1012 bytes} [Wed Jun 10 04:53:23 2026] GET /v2.0/networks/278507e0-26f5-4855-b70a-9a5c8ce5217b?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: 351/702] 199.204.45.109 () {34 vars in 1112 bytes} [Wed Jun 10 04:53:23 2026] GET /v2.0/networks/0ec4c08c-799e-4e61-83ce-0070bf6ee870?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: 352/703] 199.204.45.109 () {34 vars in 1112 bytes} [Wed Jun 10 04:53:23 2026] GET /v2.0/networks/278507e0-26f5-4855-b70a-9a5c8ce5217b?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: 352/704] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:53:23 2026] GET /v2.0/ports?device_id=d69995e5-ca23-46da-8664-1ada62d81117 => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 353/705] 10.0.0.191 () {34 vars in 1040 bytes} [Wed Jun 10 04:53:23 2026] GET /v2.0/security-groups?id=b89516f4-fcaf-4b73-98d2-b8c71ef28a83&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 353/706] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:53:23 2026] GET /v2.0/ports?device_id=a520f9dd-5342-4486-9d2f-bdc1e65bcf70 => generated 971 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 354/707] 10.0.0.191 () {34 vars in 1040 bytes} [Wed Jun 10 04:53:23 2026] GET /v2.0/security-groups?id=c73a359a-00b5-4d2b-8edd-66e50801c92a&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: 354/708] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:53:23 2026] GET /v2.0/ports?device_id=a520f9dd-5342-4486-9d2f-bdc1e65bcf70 => generated 971 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 04:53:24.403 8 INFO neutron.db.l3_db [None req-fd78fb9f-463c-473f-bf73-abbfb01d7660 e130d818b2f84d289ca5c94b13738550 9744a04eb29640aba8380c2860c03fb5 - - default default] Floating IP 58c33141-d1c8-4357-8235-0c157eaa0dec associated. External IP: 10.96.250.202, port: 668dc922-85b0-4096-b737-ccc136b48bf0. [pid: 8|app: 0|req: 355/709] 10.0.0.208 () {34 vars in 749 bytes} [Wed Jun 10 04:53:24 2026] PUT /v2.0/floatingips/58c33141-d1c8-4357-8235-0c157eaa0dec => generated 855 bytes in 752 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 04:53:24.808 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3a2ff1fd-20f9-467c-802d-dffc7198feae'] response: {'name': 'network-changed', 'server_uuid': 'a520f9dd-5342-4486-9d2f-bdc1e65bcf70', 'tag': '668dc922-85b0-4096-b737-ccc136b48bf0', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 355/710] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:53:24 2026] GET /v2.0/ports?device_id=d69995e5-ca23-46da-8664-1ada62d81117 => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 356/711] 10.0.0.191 () {34 vars in 1040 bytes} [Wed Jun 10 04:53:24 2026] GET /v2.0/security-groups?id=b89516f4-fcaf-4b73-98d2-b8c71ef28a83&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: 8|app: 0|req: 357/712] 199.204.45.109 () {34 vars in 1080 bytes} [Wed Jun 10 04:53:25 2026] GET /v2.0/ports?tenant_id=9744a04eb29640aba8380c2860c03fb5&device_id=a520f9dd-5342-4486-9d2f-bdc1e65bcf70 => generated 1240 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 358/713] 199.204.45.109 () {34 vars in 986 bytes} [Wed Jun 10 04:53:25 2026] GET /v2.0/networks?id=08960737-c2eb-4754-a112-a8b032b9afb1 => generated 771 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 359/714] 199.204.45.109 () {34 vars in 1058 bytes} [Wed Jun 10 04:53:25 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=668dc922-85b0-4096-b737-ccc136b48bf0 => generated 858 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 356/715] 10.0.0.208 () {32 vars in 774 bytes} [Wed Jun 10 04:53:25 2026] GET /v2.0/security-groups?tenant_id=1d0952194ab54a46a3ffc9dee1f4ef59&name=default => generated 2925 bytes in 319 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 360/716] 199.204.45.109 () {34 vars in 984 bytes} [Wed Jun 10 04:53:25 2026] GET /v2.0/subnets?id=e8644d8c-7cb7-4986-bbb3-a25fce7e0a0a => generated 694 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 361/717] 199.204.45.109 () {34 vars in 1052 bytes} [Wed Jun 10 04:53:25 2026] GET /v2.0/ports?network_id=08960737-c2eb-4754-a112-a8b032b9afb1&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: 362/718] 199.204.45.109 () {34 vars in 1012 bytes} [Wed Jun 10 04:53:25 2026] GET /v2.0/networks/08960737-c2eb-4754-a112-a8b032b9afb1?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: 357/719] 10.0.0.208 () {32 vars in 740 bytes} [Wed Jun 10 04:53:25 2026] DELETE /v2.0/security-groups/4eaacf98-8b4b-4af5-9525-acb41c8a2176 => 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: 363/720] 199.204.45.109 () {34 vars in 1112 bytes} [Wed Jun 10 04:53:25 2026] GET /v2.0/networks/08960737-c2eb-4754-a112-a8b032b9afb1?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: 358/721] 10.0.0.208 () {32 vars in 774 bytes} [Wed Jun 10 04:53:25 2026] GET /v2.0/security-groups?tenant_id=1d51b116ee0f450b9b6f241dd051abfa&name=default => generated 2925 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 359/722] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:53:25 2026] GET /v2.0/ports?device_id=d69995e5-ca23-46da-8664-1ada62d81117 => generated 975 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 364/723] 10.0.0.208 () {32 vars in 740 bytes} [Wed Jun 10 04:53:25 2026] DELETE /v2.0/security-groups/0b0470e2-c439-42b8-b56b-b0caf8d93ebd => 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: 360/724] 10.0.0.191 () {34 vars in 1040 bytes} [Wed Jun 10 04:53:25 2026] GET /v2.0/security-groups?id=b89516f4-fcaf-4b73-98d2-b8c71ef28a83&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 365/725] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:53:27 2026] GET /v2.0/ports?device_id=d69995e5-ca23-46da-8664-1ada62d81117 => generated 975 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 361/726] 10.0.0.191 () {34 vars in 1040 bytes} [Wed Jun 10 04:53:27 2026] GET /v2.0/security-groups?id=b89516f4-fcaf-4b73-98d2-b8c71ef28a83&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: 8|app: 0|req: 366/727] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:53:27 2026] GET /v2.0/ports?device_id=d69995e5-ca23-46da-8664-1ada62d81117 => generated 975 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 04:53:27.889 7 INFO neutron.db.l3_db [None req-b5a77501-29e0-43ce-a2dc-3619c94d6806 a558927db05340cc8bb44912d7cd60e4 72f8df9a92004af4aa1913f49dd6f0ea - - default default] Floating IP 76ff6c17-43c2-4ff2-a931-daf098b40c2b associated. External IP: 10.96.250.219, port: a95ce66d-8cf8-4cf6-9218-1bb0f50b4f9c. [pid: 8|app: 0|req: 367/728] 10.0.0.208 () {32 vars in 653 bytes} [Wed Jun 10 04:53:27 2026] GET /v2.0/extensions => generated 21537 bytes in 167 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 368/729] 10.0.0.208 () {32 vars in 681 bytes} [Wed Jun 10 04:53:28 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 369/730] 10.0.0.208 () {32 vars in 681 bytes} [Wed Jun 10 04:53:28 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: 8|app: 0|req: 370/731] 10.0.0.208 () {32 vars in 729 bytes} [Wed Jun 10 04:53:28 2026] GET /v2.0/extensions/router-admin-state-down-before-update => generated 312 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 371/732] 10.0.0.208 () {32 vars in 665 bytes} [Wed Jun 10 04:53:28 2026] GET /v2.0/extensions/agent => generated 153 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 372/733] 10.0.0.208 () {32 vars in 699 bytes} [Wed Jun 10 04:53:28 2026] GET /v2.0/extensions/agent-resources-synced => 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: 373/734] 10.0.0.208 () {32 vars in 697 bytes} [Wed Jun 10 04:53: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: 8|app: 0|req: 374/735] 10.0.0.208 () {32 vars in 701 bytes} [Wed Jun 10 04:53:28 2026] GET /v2.0/extensions/auto-allocated-topology => generated 200 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 375/736] 10.0.0.208 () {32 vars in 689 bytes} [Wed Jun 10 04:53:28 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 376/737] 10.0.0.208 () {32 vars in 703 bytes} [Wed Jun 10 04:53:28 2026] GET /v2.0/extensions/availability_zone_filter => generated 220 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 377/738] 10.0.0.208 () {32 vars in 693 bytes} [Wed Jun 10 04:53:28 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 378/739] 10.0.0.208 () {32 vars in 695 bytes} [Wed Jun 10 04:53:28 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 379/740] 10.0.0.208 () {32 vars in 685 bytes} [Wed Jun 10 04:53:28 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: 380/741] 10.0.0.208 () {32 vars in 687 bytes} [Wed Jun 10 04:53:28 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: 8|app: 0|req: 381/742] 10.0.0.208 () {32 vars in 661 bytes} [Wed Jun 10 04:53:28 2026] GET /v2.0/extensions/dvr => generated 193 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 382/743] 10.0.0.208 () {32 vars in 699 bytes} [Wed Jun 10 04:53:28 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: 383/744] 10.0.0.208 () {32 vars in 679 bytes} [Wed Jun 10 04:53:28 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 384/745] 10.0.0.208 () {32 vars in 683 bytes} [Wed Jun 10 04:53:28 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 385/746] 10.0.0.208 () {32 vars in 675 bytes} [Wed Jun 10 04:53:28 2026] GET /v2.0/extensions/extraroute => generated 181 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 386/747] 10.0.0.208 () {32 vars in 689 bytes} [Wed Jun 10 04:53:28 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 387/748] 10.0.0.208 () {32 vars in 723 bytes} [Wed Jun 10 04:53:28 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: 8|app: 0|req: 388/749] 10.0.0.208 () {32 vars in 687 bytes} [Wed Jun 10 04:53:28 2026] GET /v2.0/extensions/fip-port-details => generated 212 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 389/750] 10.0.0.208 () {32 vars in 669 bytes} [Wed Jun 10 04:53:28 2026] GET /v2.0/extensions/flavors => generated 193 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 390/751] 10.0.0.208 () {32 vars in 687 bytes} [Wed Jun 10 04:53:28 2026] GET /v2.0/extensions/floatingip-pools => generated 188 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 391/752] 10.0.0.208 () {32 vars in 681 bytes} [Wed Jun 10 04:53:28 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 392/753] 10.0.0.208 () {32 vars in 699 bytes} [Wed Jun 10 04:53:28 2026] GET /v2.0/extensions/ip-substring-filtering => generated 222 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 362/754] 10.0.0.208 () {34 vars in 749 bytes} [Wed Jun 10 04:53:27 2026] PUT /v2.0/floatingips/76ff6c17-43c2-4ff2-a931-daf098b40c2b => generated 856 bytes in 838 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 393/755] 10.0.0.208 () {32 vars in 679 bytes} [Wed Jun 10 04:53:28 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: 363/756] 10.0.0.208 () {32 vars in 667 bytes} [Wed Jun 10 04:53:28 2026] GET /v2.0/extensions/router => generated 256 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 394/757] 10.0.0.208 () {32 vars in 677 bytes} [Wed Jun 10 04:53:28 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 364/758] 10.0.0.208 () {32 vars in 665 bytes} [Wed Jun 10 04:53:28 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) 2026-06-10 04:53:28.297 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-3736c39b-bee7-46ee-b7d2-ff5f85be76a2'] response: {'name': 'network-changed', 'server_uuid': 'd69995e5-ca23-46da-8664-1ada62d81117', 'tag': 'a95ce66d-8cf8-4cf6-9218-1bb0f50b4f9c', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 395/759] 10.0.0.208 () {32 vars in 675 bytes} [Wed Jun 10 04:53:28 2026] GET /v2.0/extensions/l3-flavors => 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: 365/760] 10.0.0.208 () {32 vars in 713 bytes} [Wed Jun 10 04:53:28 2026] GET /v2.0/extensions/l3-port-ip-change-not-allowed => generated 245 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 366/761] 10.0.0.208 () {32 vars in 691 bytes} [Wed Jun 10 04:53:28 2026] GET /v2.0/extensions/l3_agent_scheduler => generated 180 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 367/762] 10.0.0.208 () {32 vars in 683 bytes} [Wed Jun 10 04:53:28 2026] GET /v2.0/extensions/multi-provider => 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: 368/763] 10.0.0.208 () {32 vars in 669 bytes} [Wed Jun 10 04:53:28 2026] GET /v2.0/extensions/net-mtu => generated 176 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 396/764] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:53:28 2026] GET /v2.0/ports?device_id=d69995e5-ca23-46da-8664-1ada62d81117 => generated 975 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 369/765] 10.0.0.208 () {32 vars in 687 bytes} [Wed Jun 10 04:53:28 2026] GET /v2.0/extensions/net-mtu-writable => generated 207 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 370/766] 10.0.0.208 () {32 vars in 705 bytes} [Wed Jun 10 04:53:28 2026] GET /v2.0/extensions/network_availability_zone => generated 200 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 371/767] 10.0.0.208 () {32 vars in 675 bytes} [Wed Jun 10 04:53:28 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: 7|app: 0|req: 372/768] 10.0.0.208 () {32 vars in 701 bytes} [Wed Jun 10 04:53:28 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 373/769] 10.0.0.208 () {32 vars in 675 bytes} [Wed Jun 10 04:53:28 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 397/770] 10.0.0.191 () {34 vars in 1040 bytes} [Wed Jun 10 04:53:28 2026] GET /v2.0/security-groups?id=b89516f4-fcaf-4b73-98d2-b8c71ef28a83&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 374/771] 10.0.0.208 () {32 vars in 693 bytes} [Wed Jun 10 04:53:28 2026] GET /v2.0/extensions/port-device-profile => generated 189 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 398/772] 10.0.0.208 () {32 vars in 689 bytes} [Wed Jun 10 04:53:28 2026] GET /v2.0/extensions/port-mac-override => generated 251 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 375/773] 10.0.0.208 () {32 vars in 709 bytes} [Wed Jun 10 04:53:28 2026] GET /v2.0/extensions/port-mac-address-regenerate => generated 209 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 399/774] 10.0.0.208 () {32 vars in 705 bytes} [Wed Jun 10 04:53:28 2026] GET /v2.0/extensions/port-numa-affinity-policy => generated 198 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 376/775] 10.0.0.208 () {32 vars in 719 bytes} [Wed Jun 10 04:53:28 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 400/776] 10.0.0.208 () {32 vars in 697 bytes} [Wed Jun 10 04:53:28 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 377/777] 10.0.0.208 () {32 vars in 711 bytes} [Wed Jun 10 04:53:28 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 401/778] 10.0.0.208 () {32 vars in 669 bytes} [Wed Jun 10 04:53:28 2026] GET /v2.0/extensions/binding => 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: 378/779] 10.0.0.208 () {32 vars in 687 bytes} [Wed Jun 10 04:53:28 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 402/780] 10.0.0.208 () {32 vars in 681 bytes} [Wed Jun 10 04:53:28 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: 7|app: 0|req: 379/781] 10.0.0.208 () {32 vars in 675 bytes} [Wed Jun 10 04:53: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: 403/782] 10.0.0.208 () {32 vars in 671 bytes} [Wed Jun 10 04:53:28 2026] GET /v2.0/extensions/provider => generated 191 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 380/783] 10.0.0.208 () {32 vars in 661 bytes} [Wed Jun 10 04:53:28 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 404/784] 10.0.0.208 () {32 vars in 699 bytes} [Wed Jun 10 04:53:28 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 381/785] 10.0.0.208 () {32 vars in 699 bytes} [Wed Jun 10 04:53:28 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => generated 251 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 405/786] 10.0.0.208 () {32 vars in 677 bytes} [Wed Jun 10 04:53:28 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 382/787] 10.0.0.208 () {32 vars in 669 bytes} [Wed Jun 10 04:53:28 2026] GET /v2.0/extensions/qos-fip => generated 178 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 406/788] 10.0.0.208 () {32 vars in 683 bytes} [Wed Jun 10 04:53:28 2026] GET /v2.0/extensions/qos-gateway-ip => generated 197 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 383/789] 10.0.0.208 () {32 vars in 701 bytes} [Wed Jun 10 04:53:28 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 407/790] 10.0.0.208 () {32 vars in 685 bytes} [Wed Jun 10 04:53:28 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 384/791] 10.0.0.208 () {32 vars in 707 bytes} [Wed Jun 10 04:53:28 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: 8|app: 0|req: 408/792] 10.0.0.208 () {32 vars in 669 bytes} [Wed Jun 10 04:53:28 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: 7|app: 0|req: 385/793] 10.0.0.208 () {32 vars in 697 bytes} [Wed Jun 10 04:53:28 2026] GET /v2.0/extensions/qos-rule-type-details => generated 229 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 409/794] 10.0.0.208 () {32 vars in 695 bytes} [Wed Jun 10 04:53:28 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 386/795] 10.0.0.208 () {32 vars in 685 bytes} [Wed Jun 10 04:53:28 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 410/796] 10.0.0.208 () {32 vars in 689 bytes} [Wed Jun 10 04:53:28 2026] GET /v2.0/extensions/quota-check-limit => generated 226 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 387/797] 10.0.0.208 () {32 vars in 705 bytes} [Wed Jun 10 04:53:28 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: 8|app: 0|req: 411/798] 10.0.0.208 () {32 vars in 667 bytes} [Wed Jun 10 04:53:28 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 388/799] 10.0.0.208 () {32 vars in 681 bytes} [Wed Jun 10 04:53:28 2026] GET /v2.0/extensions/quota_details => generated 213 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 412/800] 10.0.0.208 () {32 vars in 681 bytes} [Wed Jun 10 04:53:28 2026] GET /v2.0/extensions/rbac-policies => generated 223 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 389/801] 10.0.0.208 () {32 vars in 691 bytes} [Wed Jun 10 04:53:28 2026] GET /v2.0/extensions/rbac-address-group => generated 198 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 413/802] 10.0.0.208 () {32 vars in 691 bytes} [Wed Jun 10 04:53:28 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: 7|app: 0|req: 390/803] 10.0.0.208 () {32 vars in 695 bytes} [Wed Jun 10 04:53:28 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 391/804] 10.0.0.208 () {32 vars in 685 bytes} [Wed Jun 10 04:53:28 2026] GET /v2.0/extensions/rbac-subnetpool => generated 181 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 392/805] 10.0.0.208 () {32 vars in 689 bytes} [Wed Jun 10 04:53:28 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 393/806] 10.0.0.208 () {32 vars in 701 bytes} [Wed Jun 10 04:53:28 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 394/807] 10.0.0.208 () {32 vars in 703 bytes} [Wed Jun 10 04:53:28 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: 395/808] 10.0.0.208 () {32 vars in 713 bytes} [Wed Jun 10 04:53:28 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 414/809] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:53:28 2026] GET /v2.0/ports?device_id=d69995e5-ca23-46da-8664-1ada62d81117 => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 415/810] 10.0.0.208 () {32 vars in 717 bytes} [Wed Jun 10 04:53:28 2026] GET /v2.0/extensions/security-groups-normalized-cidr => generated 251 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 396/811] 10.0.0.191 () {34 vars in 1040 bytes} [Wed Jun 10 04:53:28 2026] GET /v2.0/security-groups?id=b89516f4-fcaf-4b73-98d2-b8c71ef28a83&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: 397/812] 10.0.0.208 () {32 vars in 715 bytes} [Wed Jun 10 04:53:28 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 416/813] 199.204.45.109 () {34 vars in 1080 bytes} [Wed Jun 10 04:53:28 2026] GET /v2.0/ports?tenant_id=72f8df9a92004af4aa1913f49dd6f0ea&device_id=d69995e5-ca23-46da-8664-1ada62d81117 => generated 1244 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 398/814] 10.0.0.208 () {32 vars in 727 bytes} [Wed Jun 10 04:53:28 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: 399/815] 10.0.0.208 () {32 vars in 741 bytes} [Wed Jun 10 04:53:28 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 400/816] 10.0.0.208 () {32 vars in 719 bytes} [Wed Jun 10 04:53:28 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 401/817] 10.0.0.208 () {32 vars in 683 bytes} [Wed Jun 10 04:53: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: 417/818] 199.204.45.109 () {34 vars in 986 bytes} [Wed Jun 10 04:53:28 2026] GET /v2.0/networks?id=278507e0-26f5-4855-b70a-9a5c8ce5217b => generated 772 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 402/819] 10.0.0.208 () {32 vars in 669 bytes} [Wed Jun 10 04:53:28 2026] GET /v2.0/extensions/segment => generated 145 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 403/820] 10.0.0.208 () {32 vars in 719 bytes} [Wed Jun 10 04:53:28 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 404/821] 10.0.0.208 () {32 vars in 679 bytes} [Wed Jun 10 04:53:28 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 405/822] 10.0.0.208 () {32 vars in 669 bytes} [Wed Jun 10 04:53:28 2026] GET /v2.0/extensions/sorting => generated 183 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 406/823] 10.0.0.208 () {32 vars in 697 bytes} [Wed Jun 10 04:53:28 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: 8|app: 0|req: 418/824] 199.204.45.109 () {34 vars in 1060 bytes} [Wed Jun 10 04:53:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=a95ce66d-8cf8-4cf6-9218-1bb0f50b4f9c => generated 859 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 407/825] 10.0.0.208 () {32 vars in 705 bytes} [Wed Jun 10 04:53:28 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 408/826] 10.0.0.208 () {32 vars in 701 bytes} [Wed Jun 10 04:53:28 2026] GET /v2.0/extensions/stateful-security-group => generated 208 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 409/827] 10.0.0.208 () {32 vars in 701 bytes} [Wed Jun 10 04:53:28 2026] GET /v2.0/extensions/subnet-external-network => generated 224 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 419/828] 199.204.45.109 () {34 vars in 984 bytes} [Wed Jun 10 04:53:28 2026] GET /v2.0/subnets?id=517a7dde-0bdf-4924-8d09-600387ddf16a => generated 694 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 410/829] 10.0.0.208 () {32 vars in 683 bytes} [Wed Jun 10 04:53:28 2026] GET /v2.0/extensions/subnet_onboard => generated 197 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 411/830] 10.0.0.208 () {32 vars in 705 bytes} [Wed Jun 10 04:53:28 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 412/831] 10.0.0.208 () {32 vars in 695 bytes} [Wed Jun 10 04:53:29 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 413/832] 10.0.0.208 () {32 vars in 689 bytes} [Wed Jun 10 04:53:29 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 420/833] 199.204.45.109 () {34 vars in 1052 bytes} [Wed Jun 10 04:53:28 2026] GET /v2.0/ports?network_id=278507e0-26f5-4855-b70a-9a5c8ce5217b&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: 414/834] 10.0.0.208 () {32 vars in 697 bytes} [Wed Jun 10 04:53:29 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 415/835] 10.0.0.208 () {32 vars in 679 bytes} [Wed Jun 10 04:53:29 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: 7|app: 0|req: 416/836] 10.0.0.208 () {32 vars in 689 bytes} [Wed Jun 10 04:53:29 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 417/837] 10.0.0.208 () {32 vars in 701 bytes} [Wed Jun 10 04:53:29 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 421/838] 199.204.45.109 () {34 vars in 1012 bytes} [Wed Jun 10 04:53:29 2026] GET /v2.0/networks/278507e0-26f5-4855-b70a-9a5c8ce5217b?fields=segments => generated 14 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 418/839] 10.0.0.208 () {32 vars in 665 bytes} [Wed Jun 10 04:53:29 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 422/840] 10.0.0.208 () {32 vars in 681 bytes} [Wed Jun 10 04:53:29 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 423/841] 10.0.0.208 () {32 vars in 677 bytes} [Wed Jun 10 04:53:29 2026] GET /v2.0/extensions/vpn-aes-ctr => generated 195 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 424/842] 10.0.0.208 () {32 vars in 693 bytes} [Wed Jun 10 04:53:29 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: 425/843] 10.0.0.208 () {32 vars in 677 bytes} [Wed Jun 10 04:53:29 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 426/844] 10.0.0.208 () {32 vars in 667 bytes} [Wed Jun 10 04:53:29 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 427/845] 10.0.0.208 () {32 vars in 663 bytes} [Wed Jun 10 04:53:29 2026] GET /v2.0/extensions/taas => generated 175 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 419/846] 199.204.45.109 () {34 vars in 1112 bytes} [Wed Jun 10 04:53:29 2026] GET /v2.0/networks/278507e0-26f5-4855-b70a-9a5c8ce5217b?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: 428/847] 10.0.0.208 () {32 vars in 675 bytes} [Wed Jun 10 04:53:29 2026] GET /v2.0/extensions/tap-mirror => generated 222 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 420/848] 10.0.0.208 () {32 vars in 687 bytes} [Wed Jun 10 04:53:29 2026] GET /v2.0/extensions/taas-vlan-filter => generated 226 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 429/849] 10.0.0.208 () {32 vars in 774 bytes} [Wed Jun 10 04:53:29 2026] GET /v2.0/security-groups?tenant_id=e6c475aabb5945d4973bacc8d9f4a79f&name=default => generated 2925 bytes in 230 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 421/850] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:53:29 2026] GET /v2.0/ports?device_id=d69995e5-ca23-46da-8664-1ada62d81117 => generated 975 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 422/851] 10.0.0.191 () {34 vars in 1040 bytes} [Wed Jun 10 04:53:29 2026] GET /v2.0/security-groups?id=b89516f4-fcaf-4b73-98d2-b8c71ef28a83&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 430/852] 10.0.0.208 () {32 vars in 740 bytes} [Wed Jun 10 04:53:29 2026] DELETE /v2.0/security-groups/c38f38fd-6954-4c70-b3f8-bc70076fd1ee => 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: 424/855] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:53:31 2026] GET /v2.0/ports?device_id=d69995e5-ca23-46da-8664-1ada62d81117 => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 432/856] 10.0.0.191 () {34 vars in 1040 bytes} [Wed Jun 10 04:53:31 2026] GET /v2.0/security-groups?id=b89516f4-fcaf-4b73-98d2-b8c71ef28a83&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: 7|app: 0|req: 425/857] 199.204.45.109 () {34 vars in 994 bytes} [Wed Jun 10 04:53:31 2026] GET /v2.0/ports?device_id=d69995e5-ca23-46da-8664-1ada62d81117 => generated 973 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 04:53:31.417 8 INFO neutron_taas.services.taas.taas_plugin [req-783217cd-3d08-491f-b003-1569d47307b5 req-69f98aea-1186-40bf-9975-416cc9ea709e a558927db05340cc8bb44912d7cd60e4 72f8df9a92004af4aa1913f49dd6f0ea - - default default] TaaS: Handle Delete Port: a95ce66d-8cf8-4cf6-9218-1bb0f50b4f9c 2026-06-10 04:53:31.424 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-783217cd-3d08-491f-b003-1569d47307b5 req-69f98aea-1186-40bf-9975-416cc9ea709e a558927db05340cc8bb44912d7cd60e4 72f8df9a92004af4aa1913f49dd6f0ea - - default default] Tap Mirror: Handle Delete Port: a95ce66d-8cf8-4cf6-9218-1bb0f50b4f9c 2026-06-10 04:53:31.616 8 INFO neutron.db.l3_db [req-783217cd-3d08-491f-b003-1569d47307b5 req-69f98aea-1186-40bf-9975-416cc9ea709e a558927db05340cc8bb44912d7cd60e4 72f8df9a92004af4aa1913f49dd6f0ea - - default default] Floating IP 76ff6c17-43c2-4ff2-a931-daf098b40c2b disassociated. External IP: 10.96.250.219, port: a95ce66d-8cf8-4cf6-9218-1bb0f50b4f9c. [pid: 8|app: 0|req: 433/858] 199.204.45.109 () {36 vars in 997 bytes} [Wed Jun 10 04:53:31 2026] DELETE /v2.0/ports/a95ce66d-8cf8-4cf6-9218-1bb0f50b4f9c => generated 0 bytes in 734 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 04:53:32.030 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4696844d-35c3-4c87-932a-807b9ba1aca5'] response: {'server_uuid': 'd69995e5-ca23-46da-8664-1ada62d81117', 'name': 'network-vif-deleted', 'tag': 'a95ce66d-8cf8-4cf6-9218-1bb0f50b4f9c', 'status': 'completed', 'code': 200} 2026-06-10 04:53:32.154 7 INFO neutron.db.segments_db [None req-3ca805cb-25e5-4367-9556-df689c002561 b03053ca592f45a79b80548c9c341d72 b32d7298a37745559325fd8958bc9c7f - - default default] Added segment b10fc72c-21f7-4501-a9a1-3a09268b23cc of type vxlan for network 8c5c4539-71e9-43f4-bef5-33487792251f 2026-06-10 04:53:32.227 7 INFO neutron.db.segments_db [None req-3ca805cb-25e5-4367-9556-df689c002561 b03053ca592f45a79b80548c9c341d72 b32d7298a37745559325fd8958bc9c7f - - default default] Added segment 3d760303-5639-4850-9d06-ef7d2c728c02 of type vxlan for network 9a5b6751-4187-45c4-b89c-c1211e997ea0 [pid: 8|app: 0|req: 434/859] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:53:32 2026] GET /v2.0/ports?device_id=d69995e5-ca23-46da-8664-1ada62d81117 => 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: 426/860] 10.0.0.208 () {34 vars in 670 bytes} [Wed Jun 10 04:53:31 2026] POST /v2.0/networks => generated 1207 bytes in 530 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 435/861] 10.0.0.208 () {32 vars in 649 bytes} [Wed Jun 10 04:53:32 2026] GET /v2.0/networks => generated 1844 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 04:53:32.538 7 INFO neutron.services.segments.plugin [-] Segment b10fc72c-21f7-4501-a9a1-3a09268b23cc resource provider aggregate not found 2026-06-10 04:53:32.544 7 INFO neutron.services.segments.plugin [-] Segment b10fc72c-21f7-4501-a9a1-3a09268b23cc resource provider aggregate not found 2026-06-10 04:53:32.559 7 INFO neutron.services.segments.plugin [-] Segment b10fc72c-21f7-4501-a9a1-3a09268b23cc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b10fc72c-21f7-4501-a9a1-3a09268b23cc found for delete ", "request_id": "req-9467f74b-bb09-43bf-a533-0c363a8e7cba"}]} 2026-06-10 04:53:32.561 7 INFO neutron.services.segments.plugin [-] Segment b10fc72c-21f7-4501-a9a1-3a09268b23cc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b10fc72c-21f7-4501-a9a1-3a09268b23cc found for delete ", "request_id": "req-facc8c6f-317f-46cb-8850-ec4ccc6272e9"}]} [pid: 7|app: 0|req: 427/862] 10.0.0.208 () {32 vars in 726 bytes} [Wed Jun 10 04:53:32 2026] DELETE /v2.0/networks/8c5c4539-71e9-43f4-bef5-33487792251f => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 04:53:32.697 8 INFO neutron.services.segments.plugin [-] Segment 3d760303-5639-4850-9d06-ef7d2c728c02 resource provider aggregate not found 2026-06-10 04:53:32.700 8 INFO neutron.services.segments.plugin [-] Segment 3d760303-5639-4850-9d06-ef7d2c728c02 resource provider aggregate not found 2026-06-10 04:53:32.719 8 INFO neutron.services.segments.plugin [-] Segment 3d760303-5639-4850-9d06-ef7d2c728c02 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3d760303-5639-4850-9d06-ef7d2c728c02 found for delete ", "request_id": "req-d90ac6f8-9bab-4d00-85db-3ea84bf884ba"}]} 2026-06-10 04:53:32.721 8 INFO neutron.services.segments.plugin [-] Segment 3d760303-5639-4850-9d06-ef7d2c728c02 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3d760303-5639-4850-9d06-ef7d2c728c02 found for delete ", "request_id": "req-1da733b6-3936-49fa-8bda-ff3a86c9bb00"}]} [pid: 8|app: 0|req: 436/863] 10.0.0.208 () {32 vars in 726 bytes} [Wed Jun 10 04:53:32 2026] DELETE /v2.0/networks/9a5b6751-4187-45c4-b89c-c1211e997ea0 => generated 0 bytes in 179 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 428/864] 10.0.0.208 () {32 vars in 649 bytes} [Wed Jun 10 04:53:32 2026] GET /v2.0/networks => generated 651 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 04:53:32.906 8 INFO neutron.db.segments_db [None req-eecb7381-6827-4e34-a71e-dfe4af2b4deb b03053ca592f45a79b80548c9c341d72 b32d7298a37745559325fd8958bc9c7f - - default default] Added segment 31cc1c17-f80e-45d3-a195-c5ef904e90f2 of type vxlan for network dfc85738-aa23-4a9d-9ad7-854a30b6488b [pid: 8|app: 0|req: 437/865] 10.0.0.208 () {34 vars in 670 bytes} [Wed Jun 10 04:53:32 2026] POST /v2.0/networks => generated 634 bytes in 193 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 04:53:33.083 7 INFO neutron.db.segments_db [None req-bc3c8cb6-ea91-4786-b050-a8ddb5c85119 b03053ca592f45a79b80548c9c341d72 b32d7298a37745559325fd8958bc9c7f - - default default] Added segment 8d41ef66-b304-4bd0-b630-fc32495e0e2f of type vxlan for network a1450012-e2f6-48d7-8016-7a1ba8530e0e [pid: 7|app: 0|req: 429/866] 10.0.0.208 () {34 vars in 670 bytes} [Wed Jun 10 04:53:33 2026] POST /v2.0/networks => generated 635 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 438/867] 10.0.0.238 () {34 vars in 990 bytes} [Wed Jun 10 04:53:33 2026] GET /v2.0/ports?device_id=fe7f603d-c87e-4b56-9b40-e70f969ddc94 => generated 1244 bytes in 158 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 439/868] 10.0.0.238 () {34 vars in 1040 bytes} [Wed Jun 10 04:53:33 2026] GET /v2.0/security-groups?id=042d7038-6f57-42d9-9ac6-f09c38163b8a&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: 440/869] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:53:33 2026] GET /v2.0/ports?device_id=d69995e5-ca23-46da-8664-1ada62d81117 => 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: 430/870] 10.0.0.208 () {34 vars in 665 bytes} [Wed Jun 10 04:53:33 2026] POST /v2.0/ports => generated 1505 bytes in 588 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 441/871] 10.0.0.208 () {32 vars in 643 bytes} [Wed Jun 10 04:53:33 2026] GET /v2.0/ports => generated 1505 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-10 04:53:34.027 7 INFO neutron_taas.services.taas.taas_plugin [None req-f349f648-29c7-4738-9901-80a1d183af69 b03053ca592f45a79b80548c9c341d72 b32d7298a37745559325fd8958bc9c7f - - default default] TaaS: Handle Delete Port: 19c4b1d4-f03c-4459-b389-b821090072d6 2026-06-10 04:53:34.033 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f349f648-29c7-4738-9901-80a1d183af69 b03053ca592f45a79b80548c9c341d72 b32d7298a37745559325fd8958bc9c7f - - default default] Tap Mirror: Handle Delete Port: 19c4b1d4-f03c-4459-b389-b821090072d6 [pid: 7|app: 0|req: 431/872] 10.0.0.208 () {32 vars in 720 bytes} [Wed Jun 10 04:53:33 2026] DELETE /v2.0/ports/19c4b1d4-f03c-4459-b389-b821090072d6 => generated 0 bytes in 196 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 04:53:34.221 8 INFO neutron_taas.services.taas.taas_plugin [None req-94bd6e7f-e811-4733-a6aa-255a883e2f53 b03053ca592f45a79b80548c9c341d72 b32d7298a37745559325fd8958bc9c7f - - default default] TaaS: Handle Delete Port: d29a00c3-f346-458b-999d-6999a7e8f1a9 2026-06-10 04:53:34.225 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-94bd6e7f-e811-4733-a6aa-255a883e2f53 b03053ca592f45a79b80548c9c341d72 b32d7298a37745559325fd8958bc9c7f - - default default] Tap Mirror: Handle Delete Port: d29a00c3-f346-458b-999d-6999a7e8f1a9 [pid: 8|app: 0|req: 442/873] 10.0.0.208 () {32 vars in 720 bytes} [Wed Jun 10 04:53:34 2026] DELETE /v2.0/ports/d29a00c3-f346-458b-999d-6999a7e8f1a9 => generated 0 bytes in 197 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 432/874] 10.0.0.208 () {32 vars in 643 bytes} [Wed Jun 10 04:53:34 2026] GET /v2.0/ports => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 04:53:34.412 8 INFO neutron.db.segments_db [None req-63997d04-0fac-4db2-8c60-861c115d68c9 b03053ca592f45a79b80548c9c341d72 b32d7298a37745559325fd8958bc9c7f - - default default] Added segment cd904495-f1c1-42ff-be41-1619dd1d1477 of type vxlan for network 25daf6ee-eeb4-48a9-9db8-82fe4b403ab3 [pid: 8|app: 0|req: 443/875] 10.0.0.208 () {34 vars in 670 bytes} [Wed Jun 10 04:53:34 2026] POST /v2.0/networks => generated 634 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 433/876] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:53:34 2026] GET /v2.0/ports?device_id=d69995e5-ca23-46da-8664-1ada62d81117 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 04:53:34.567 8 INFO neutron.db.segments_db [None req-3efbb0b2-9b9c-43ea-95c9-6924c9b0c7c5 b03053ca592f45a79b80548c9c341d72 b32d7298a37745559325fd8958bc9c7f - - default default] Added segment 5d2e14f5-ef7d-4535-b321-90130ecf3110 of type vxlan for network b4aef08e-88a5-481c-82db-d7aafa852ca3 [pid: 8|app: 0|req: 444/877] 10.0.0.208 () {34 vars in 670 bytes} [Wed Jun 10 04:53:34 2026] POST /v2.0/networks => generated 634 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 434/878] 10.0.0.238 () {34 vars in 990 bytes} [Wed Jun 10 04:53:35 2026] GET /v2.0/ports?device_id=a520f9dd-5342-4486-9d2f-bdc1e65bcf70 => generated 1240 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 435/879] 10.0.0.238 () {34 vars in 1040 bytes} [Wed Jun 10 04:53:35 2026] GET /v2.0/security-groups?id=c73a359a-00b5-4d2b-8edd-66e50801c92a&fields=id&fields=name => generated 113 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 445/880] 10.0.0.208 () {34 vars in 669 bytes} [Wed Jun 10 04:53:35 2026] POST /v2.0/subnets => generated 1323 bytes in 513 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 436/881] 10.0.0.208 () {32 vars in 740 bytes} [Wed Jun 10 04:53:35 2026] DELETE /v2.0/security-groups/b89516f4-fcaf-4b73-98d2-b8c71ef28a83 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 04:53:35.716 7 INFO neutron.api.v2.resource [None req-85d2fe37-6ab5-4bb2-9207-8133ab5cedd4 a558927db05340cc8bb44912d7cd60e4 72f8df9a92004af4aa1913f49dd6f0ea - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 437/882] 10.0.0.208 () {32 vars in 737 bytes} [Wed Jun 10 04:53:35 2026] GET /v2.0/security-groups/b89516f4-fcaf-4b73-98d2-b8c71ef28a83 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 446/883] 10.0.0.208 () {32 vars in 647 bytes} [Wed Jun 10 04:53:35 2026] GET /v2.0/subnets => generated 1959 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 04:53:35.836 7 INFO neutron_taas.services.taas.taas_plugin [None req-1723c8c9-7b5f-41c7-be81-fe7186edf803 a558927db05340cc8bb44912d7cd60e4 72f8df9a92004af4aa1913f49dd6f0ea - - default default] TaaS: Handle Delete Port: 8a4a6746-8832-4dfb-8299-25ae0de3e125 2026-06-10 04:53:35.839 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1723c8c9-7b5f-41c7-be81-fe7186edf803 a558927db05340cc8bb44912d7cd60e4 72f8df9a92004af4aa1913f49dd6f0ea - - default default] Tap Mirror: Handle Delete Port: 8a4a6746-8832-4dfb-8299-25ae0de3e125 [pid: 8|app: 0|req: 447/884] 10.0.0.208 () {32 vars in 724 bytes} [Wed Jun 10 04:53:35 2026] DELETE /v2.0/subnets/97ba22f9-77e9-4533-a89d-39ae710769f3 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 448/885] 10.0.0.208 () {32 vars in 724 bytes} [Wed Jun 10 04:53:35 2026] DELETE /v2.0/subnets/05df6034-97d3-40cd-ab48-782f034d1ea6 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 449/886] 10.0.0.208 () {32 vars in 647 bytes} [Wed Jun 10 04:53:35 2026] GET /v2.0/subnets => generated 649 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 438/887] 10.0.0.208 () {32 vars in 732 bytes} [Wed Jun 10 04:53:35 2026] DELETE /v2.0/floatingips/76ff6c17-43c2-4ff2-a931-daf098b40c2b => generated 0 bytes in 307 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 04:53:36.130 8 INFO neutron.services.segments.plugin [-] Segment 5d2e14f5-ef7d-4535-b321-90130ecf3110 resource provider aggregate not found 2026-06-10 04:53:36.141 8 INFO neutron.services.segments.plugin [-] Segment 5d2e14f5-ef7d-4535-b321-90130ecf3110 resource provider aggregate not found 2026-06-10 04:53:36.155 8 INFO neutron.services.segments.plugin [-] Segment 5d2e14f5-ef7d-4535-b321-90130ecf3110 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5d2e14f5-ef7d-4535-b321-90130ecf3110 found for delete ", "request_id": "req-20afd77f-57c7-489a-a8ac-0ec5128adb20"}]} [pid: 8|app: 0|req: 450/888] 10.0.0.208 () {32 vars in 726 bytes} [Wed Jun 10 04:53:36 2026] DELETE /v2.0/networks/b4aef08e-88a5-481c-82db-d7aafa852ca3 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 04:53:36.165 8 INFO neutron.services.segments.plugin [-] Segment 5d2e14f5-ef7d-4535-b321-90130ecf3110 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5d2e14f5-ef7d-4535-b321-90130ecf3110 found for delete ", "request_id": "req-d87144ee-d1e5-4ffc-80e2-1ed7cdc19232"}]} [pid: 8|app: 0|req: 451/889] 10.0.0.208 () {32 vars in 726 bytes} [Wed Jun 10 04:53:36 2026] DELETE /v2.0/networks/25daf6ee-eeb4-48a9-9db8-82fe4b403ab3 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 452/890] 10.0.0.208 () {32 vars in 726 bytes} [Wed Jun 10 04:53:36 2026] DELETE /v2.0/networks/a1450012-e2f6-48d7-8016-7a1ba8530e0e => generated 0 bytes in 107 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 04:53:36.407 7 INFO neutron_taas.services.taas.taas_plugin [None req-6162e6cf-a273-46a5-bcf7-030d3b45f83b 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] TaaS: Handle Delete Port: a86820f7-97be-4a9b-95a1-6484ed36d64f 2026-06-10 04:53:36.410 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6162e6cf-a273-46a5-bcf7-030d3b45f83b 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] Tap Mirror: Handle Delete Port: a86820f7-97be-4a9b-95a1-6484ed36d64f [pid: 8|app: 0|req: 453/891] 10.0.0.208 () {32 vars in 726 bytes} [Wed Jun 10 04:53:36 2026] DELETE /v2.0/networks/dfc85738-aa23-4a9d-9ad7-854a30b6488b => generated 0 bytes in 117 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 439/892] 10.0.0.208 () {34 vars in 789 bytes} [Wed Jun 10 04:53:36 2026] PUT /v2.0/routers/b73d10c0-8e46-47be-b4fb-8ac7cb647eb7/remove_router_interface => generated 309 bytes in 894 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 440/893] 10.0.0.208 () {32 vars in 774 bytes} [Wed Jun 10 04:53:37 2026] GET /v2.0/security-groups?tenant_id=b32d7298a37745559325fd8958bc9c7f&name=default => generated 2925 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 04:53:37.140 8 INFO neutron_taas.services.taas.taas_plugin [None req-8fd68a16-5717-43e6-a774-99a700ef353e 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] TaaS: Handle Delete Port: 182a7a60-7313-4296-8d6f-56755c86b22e 2026-06-10 04:53:37.143 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8fd68a16-5717-43e6-a774-99a700ef353e 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] Tap Mirror: Handle Delete Port: 182a7a60-7313-4296-8d6f-56755c86b22e [pid: 7|app: 0|req: 441/894] 10.0.0.208 () {32 vars in 740 bytes} [Wed Jun 10 04:53:37 2026] DELETE /v2.0/security-groups/fe0a9118-4c26-42ea-9cf7-98dcdd5cd30c => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 04:53:37.439 8 INFO neutron_taas.services.taas.taas_plugin [None req-8fd68a16-5717-43e6-a774-99a700ef353e 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] TaaS: Handle Delete Port: f5413dde-153a-445b-9df3-e8e54610eb44 2026-06-10 04:53:37.442 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8fd68a16-5717-43e6-a774-99a700ef353e 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] Tap Mirror: Handle Delete Port: f5413dde-153a-445b-9df3-e8e54610eb44 2026-06-10 04:53:37.770 8 INFO neutron.db.l3_hamode_db [None req-8fd68a16-5717-43e6-a774-99a700ef353e 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] HA network 8c872d8a-1e2c-4cb3-9490-54a2ada9c0fd was deleted as no HA routers are present in tenant 72f8df9a92004af4aa1913f49dd6f0ea. [pid: 8|app: 0|req: 454/895] 10.0.0.208 () {32 vars in 724 bytes} [Wed Jun 10 04:53:36 2026] DELETE /v2.0/routers/b73d10c0-8e46-47be-b4fb-8ac7cb647eb7 => generated 0 bytes in 843 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 442/896] 10.0.0.208 () {32 vars in 724 bytes} [Wed Jun 10 04:53:37 2026] DELETE /v2.0/subnets/517a7dde-0bdf-4924-8d09-600387ddf16a => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 04:53:38.049 8 INFO neutron_taas.services.taas.taas_plugin [None req-3163044a-53ed-43cb-b5c3-fce505a034b4 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] TaaS: Handle Delete Port: 25e07f87-5de1-42aa-bfc4-f73aaa71b19b 2026-06-10 04:53:38.051 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3163044a-53ed-43cb-b5c3-fce505a034b4 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] Tap Mirror: Handle Delete Port: 25e07f87-5de1-42aa-bfc4-f73aaa71b19b 2026-06-10 04:53:38.175 8 INFO neutron.services.segments.plugin [-] Segment cd904495-f1c1-42ff-be41-1619dd1d1477 resource provider aggregate not found 2026-06-10 04:53:38.194 8 INFO neutron.services.segments.plugin [-] Segment cd904495-f1c1-42ff-be41-1619dd1d1477 resource provider aggregate not found 2026-06-10 04:53:38.204 8 INFO neutron.services.segments.plugin [-] Segment cd904495-f1c1-42ff-be41-1619dd1d1477 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cd904495-f1c1-42ff-be41-1619dd1d1477 found for delete ", "request_id": "req-79d89ba1-d866-4992-adbf-1019d48cac49"}]} 2026-06-10 04:53:38.228 8 INFO neutron.services.segments.plugin [-] Segment 8d41ef66-b304-4bd0-b630-fc32495e0e2f resource provider aggregate not found 2026-06-10 04:53:38.232 8 INFO neutron.services.segments.plugin [-] Segment cd904495-f1c1-42ff-be41-1619dd1d1477 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cd904495-f1c1-42ff-be41-1619dd1d1477 found for delete ", "request_id": "req-eba014ee-8bf4-4661-817d-827d06e9350e"}]} 2026-06-10 04:53:38.249 8 INFO neutron.services.segments.plugin [-] Segment 8d41ef66-b304-4bd0-b630-fc32495e0e2f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8d41ef66-b304-4bd0-b630-fc32495e0e2f found for delete ", "request_id": "req-2ecd4bfa-32f4-4bde-9123-8f8ce734818d"}]} 2026-06-10 04:53:38.253 8 INFO neutron.services.segments.plugin [-] Segment 8d41ef66-b304-4bd0-b630-fc32495e0e2f resource provider aggregate not found 2026-06-10 04:53:38.270 8 INFO neutron.services.segments.plugin [-] Segment 31cc1c17-f80e-45d3-a195-c5ef904e90f2 resource provider aggregate not found 2026-06-10 04:53:38.274 8 INFO neutron.services.segments.plugin [-] Segment 8d41ef66-b304-4bd0-b630-fc32495e0e2f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8d41ef66-b304-4bd0-b630-fc32495e0e2f found for delete ", "request_id": "req-ff3ce96c-6b38-454a-b488-51459e4ef6c2"}]} 2026-06-10 04:53:38.287 8 INFO neutron.services.segments.plugin [-] Segment 31cc1c17-f80e-45d3-a195-c5ef904e90f2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 31cc1c17-f80e-45d3-a195-c5ef904e90f2 found for delete ", "request_id": "req-48ca5e95-5f90-4120-9438-86c2f00776cd"}]} 2026-06-10 04:53:38.298 8 INFO neutron.services.segments.plugin [-] Segment 31cc1c17-f80e-45d3-a195-c5ef904e90f2 resource provider aggregate not found 2026-06-10 04:53:38.304 8 INFO neutron.services.segments.plugin [-] Segment 05b98395-d554-4123-a1cf-2d629d5d4863 resource provider aggregate not found 2026-06-10 04:53:38.320 8 INFO neutron.services.segments.plugin [-] Segment 05b98395-d554-4123-a1cf-2d629d5d4863 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 05b98395-d554-4123-a1cf-2d629d5d4863 found for delete ", "request_id": "req-70f66c54-3150-4654-8ce5-a037745dfd5c"}]} 2026-06-10 04:53:38.322 8 INFO neutron.services.segments.plugin [-] Segment 31cc1c17-f80e-45d3-a195-c5ef904e90f2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 31cc1c17-f80e-45d3-a195-c5ef904e90f2 found for delete ", "request_id": "req-23e52709-787e-4d40-96c5-92e5a5b8bad7"}]} [pid: 8|app: 0|req: 455/897] 10.0.0.208 () {32 vars in 726 bytes} [Wed Jun 10 04:53:37 2026] DELETE /v2.0/networks/278507e0-26f5-4855-b70a-9a5c8ce5217b => generated 0 bytes in 369 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 04:53:38.344 8 INFO neutron.services.segments.plugin [-] Segment 05b98395-d554-4123-a1cf-2d629d5d4863 resource provider aggregate not found 2026-06-10 04:53:38.356 8 INFO neutron.services.segments.plugin [-] Segment 05b98395-d554-4123-a1cf-2d629d5d4863 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 05b98395-d554-4123-a1cf-2d629d5d4863 found for delete ", "request_id": "req-c6bd3f24-ae61-4513-875b-bbb16cddac47"}]} [pid: 7|app: 0|req: 443/898] 10.0.0.208 () {32 vars in 774 bytes} [Wed Jun 10 04:53:38 2026] GET /v2.0/security-groups?tenant_id=72f8df9a92004af4aa1913f49dd6f0ea&name=default => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 456/899] 10.0.0.208 () {32 vars in 740 bytes} [Wed Jun 10 04:53:38 2026] DELETE /v2.0/security-groups/50456803-326a-4545-821c-b587087d4f0f => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 04:53:39.344 7 INFO neutron.db.segments_db [None req-745a3986-9933-4093-8479-11b6c37a8a4b 6521b779118e4301b2f0268ee345f418 2731e68b12d34059b33d57fdc3074a16 - - default default] Added segment 0d156174-1816-4931-8438-992b6a816113 of type vxlan for network 057adc6b-b9b4-458b-92d9-8358a6063f26 [pid: 7|app: 0|req: 444/900] 10.0.0.208 () {34 vars in 670 bytes} [Wed Jun 10 04:53:38 2026] POST /v2.0/networks => generated 628 bytes in 443 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 457/901] 10.0.0.208 () {34 vars in 669 bytes} [Wed Jun 10 04:53:39 2026] POST /v2.0/subnets => generated 673 bytes in 284 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 04:53:40.219 7 INFO neutron.db.segments_db [None req-6b6e2a36-72c8-4ec1-9317-6ee32f037753 6521b779118e4301b2f0268ee345f418 2731e68b12d34059b33d57fdc3074a16 - - default default] Added segment 591efb07-1643-48f6-abda-13b81a6cdca8 of type vxlan for network f41caf7d-be33-463b-a6db-4c0112ef7945 2026-06-10 04:53:40.351 8 INFO neutron.services.segments.plugin [-] Segment 45341180-f204-4ee7-97c2-3c84badf70bc resource provider aggregate not found [pid: 7|app: 0|req: 445/902] 10.0.0.208 () {34 vars in 670 bytes} [Wed Jun 10 04:53:40 2026] POST /v2.0/networks => generated 629 bytes in 190 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 04:53:40.364 8 INFO neutron.services.segments.plugin [-] Segment 45341180-f204-4ee7-97c2-3c84badf70bc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 45341180-f204-4ee7-97c2-3c84badf70bc found for delete ", "request_id": "req-44cefa6e-e4c5-40e8-b2f6-96b486da4c2b"}]} 2026-06-10 04:53:40.374 8 INFO neutron.services.segments.plugin [-] Segment 45341180-f204-4ee7-97c2-3c84badf70bc resource provider aggregate not found 2026-06-10 04:53:40.392 8 INFO neutron.services.segments.plugin [-] Segment 45341180-f204-4ee7-97c2-3c84badf70bc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 45341180-f204-4ee7-97c2-3c84badf70bc found for delete ", "request_id": "req-0cb1cb0f-3adb-4d05-915c-629e37b8115d"}]} [pid: 8|app: 0|req: 458/903] 10.0.0.208 () {34 vars in 743 bytes} [Wed Jun 10 04:53:40 2026] PUT /v2.0/networks/f41caf7d-be33-463b-a6db-4c0112ef7945 => generated 592 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 446/904] 10.0.0.208 () {34 vars in 669 bytes} [Wed Jun 10 04:53:40 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: 8|app: 0|req: 459/905] 10.0.0.208 () {34 vars in 741 bytes} [Wed Jun 10 04:53:40 2026] PUT /v2.0/subnets/33bcc921-caa0-4f90-9e3d-a860ec7549d8 => generated 656 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 04:53:41.012 7 INFO neutron.services.segments.plugin [-] Segment 591efb07-1643-48f6-abda-13b81a6cdca8 resource provider aggregate not found 2026-06-10 04:53:41.016 7 INFO neutron.services.segments.plugin [-] Segment 591efb07-1643-48f6-abda-13b81a6cdca8 resource provider aggregate not found 2026-06-10 04:53:41.029 7 INFO neutron.services.segments.plugin [-] Segment 591efb07-1643-48f6-abda-13b81a6cdca8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 591efb07-1643-48f6-abda-13b81a6cdca8 found for delete ", "request_id": "req-f5189012-357d-42c7-b259-79ecad0dabcd"}]} 2026-06-10 04:53:41.030 7 INFO neutron.services.segments.plugin [-] Segment 591efb07-1643-48f6-abda-13b81a6cdca8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 591efb07-1643-48f6-abda-13b81a6cdca8 found for delete ", "request_id": "req-70cc432a-916c-4852-b86a-a9779f465985"}]} [pid: 7|app: 0|req: 447/906] 10.0.0.208 () {32 vars in 726 bytes} [Wed Jun 10 04:53:40 2026] DELETE /v2.0/networks/f41caf7d-be33-463b-a6db-4c0112ef7945 => generated 0 bytes in 222 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 04:53:41.072 8 INFO neutron.pecan_wsgi.hooks.translation [None req-53bf9ae4-4487-4c14-b121-9b204272e0f5 6521b779118e4301b2f0268ee345f418 2731e68b12d34059b33d57fdc3074a16 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 460/907] 10.0.0.208 () {32 vars in 726 bytes} [Wed Jun 10 04:53:41 2026] DELETE /v2.0/networks/f41caf7d-be33-463b-a6db-4c0112ef7945 => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 448/908] 10.0.0.208 () {32 vars in 694 bytes} [Wed Jun 10 04:53:41 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 461/909] 10.0.0.208 () {32 vars in 742 bytes} [Wed Jun 10 04:53:41 2026] GET /v2.0/subnets?network_id=23113d02-bf78-4186-bb2b-4463b7e5c35e => generated 649 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 449/910] 10.0.0.208 () {32 vars in 653 bytes} [Wed Jun 10 04:53:41 2026] GET /v2.0/extensions => generated 21537 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 462/911] 10.0.0.208 () {32 vars in 649 bytes} [Wed Jun 10 04:53:41 2026] GET /v2.0/networks => generated 1312 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 450/912] 10.0.0.208 () {32 vars in 647 bytes} [Wed Jun 10 04:53:41 2026] GET /v2.0/subnets => generated 1312 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 451/913] 10.0.0.208 () {32 vars in 723 bytes} [Wed Jun 10 04:53:41 2026] GET /v2.0/networks/057adc6b-b9b4-458b-92d9-8358a6063f26 => generated 672 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 452/914] 10.0.0.208 () {32 vars in 721 bytes} [Wed Jun 10 04:53:41 2026] GET /v2.0/subnets/d330e9fd-55a1-4beb-98e5-6648c2c80865 => generated 673 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 04:53:41.436 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a55ce70d-37cf-4d30-bd93-bc8b1c083fd2 6521b779118e4301b2f0268ee345f418 2731e68b12d34059b33d57fdc3074a16 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 453/915] 10.0.0.208 () {32 vars in 724 bytes} [Wed Jun 10 04:53:41 2026] DELETE /v2.0/subnets/33bcc921-caa0-4f90-9e3d-a860ec7549d8 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 04:53:41.451 7 INFO neutron.pecan_wsgi.hooks.translation [None req-de650472-daf7-4af6-a570-d51c96d343a5 6521b779118e4301b2f0268ee345f418 2731e68b12d34059b33d57fdc3074a16 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 454/916] 10.0.0.208 () {32 vars in 726 bytes} [Wed Jun 10 04:53:41 2026] DELETE /v2.0/networks/f41caf7d-be33-463b-a6db-4c0112ef7945 => generated 138 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 455/917] 10.0.0.208 () {32 vars in 724 bytes} [Wed Jun 10 04:53:41 2026] DELETE /v2.0/subnets/d330e9fd-55a1-4beb-98e5-6648c2c80865 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 463/918] 10.0.0.208 () {32 vars in 774 bytes} [Wed Jun 10 04:53:41 2026] GET /v2.0/security-groups?tenant_id=0ad9a4f4932f456eb7d19e10113f97fc&name=default => generated 2925 bytes in 276 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 456/919] 10.0.0.208 () {32 vars in 726 bytes} [Wed Jun 10 04:53:41 2026] DELETE /v2.0/networks/057adc6b-b9b4-458b-92d9-8358a6063f26 => 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: 464/920] 10.0.0.208 () {32 vars in 740 bytes} [Wed Jun 10 04:53:41 2026] DELETE /v2.0/security-groups/669d909d-9a9b-40a2-9df3-85dd75b5515f => 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: 457/921] 10.0.0.208 () {32 vars in 774 bytes} [Wed Jun 10 04:53:42 2026] GET /v2.0/security-groups?tenant_id=2731e68b12d34059b33d57fdc3074a16&name=default => generated 2925 bytes in 198 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 465/922] 10.0.0.208 () {32 vars in 740 bytes} [Wed Jun 10 04:53:42 2026] DELETE /v2.0/security-groups/ce50e334-62f6-4216-af05-b4ac9c6593b9 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 04:53:43.048 7 INFO neutron.services.segments.plugin [-] Segment 0d156174-1816-4931-8438-992b6a816113 resource provider aggregate not found 2026-06-10 04:53:43.050 7 INFO neutron.services.segments.plugin [-] Segment 0d156174-1816-4931-8438-992b6a816113 resource provider aggregate not found 2026-06-10 04:53:43.082 7 INFO neutron.services.segments.plugin [-] Segment 0d156174-1816-4931-8438-992b6a816113 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0d156174-1816-4931-8438-992b6a816113 found for delete ", "request_id": "req-38f13ece-e8c3-4d88-a4d9-7b2708439933"}]} 2026-06-10 04:53:43.083 7 INFO neutron.services.segments.plugin [-] Segment 0d156174-1816-4931-8438-992b6a816113 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0d156174-1816-4931-8438-992b6a816113 found for delete ", "request_id": "req-9105da4d-a99b-47aa-8c45-2d3ba5a55ace"}]} [pid: 7|app: 0|req: 458/923] 10.0.0.208 () {32 vars in 774 bytes} [Wed Jun 10 04:53:45 2026] GET /v2.0/security-groups?tenant_id=62bb94666a6742a393e12e124558203b&name=default => generated 2925 bytes in 247 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 466/924] 10.0.0.208 () {32 vars in 740 bytes} [Wed Jun 10 04:53:45 2026] DELETE /v2.0/security-groups/150d0626-0426-4be0-b5a1-30801e689b81 => 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: 467/925] 10.0.0.208 () {32 vars in 774 bytes} [Wed Jun 10 04:53:45 2026] GET /v2.0/security-groups?tenant_id=f0a4b384218844608ea1d8d01c05b407&name=default => generated 2925 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 470/928] 10.0.0.208 () {32 vars in 740 bytes} [Wed Jun 10 04:53:45 2026] DELETE /v2.0/security-groups/82549285-d780-46bd-b109-3d713a96c2c6 => 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: 459/929] 10.0.0.208 () {32 vars in 774 bytes} [Wed Jun 10 04:53:45 2026] GET /v2.0/security-groups?tenant_id=9482fcd001aa4888970bb9efbeac88dd&name=default => generated 2925 bytes in 324 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 471/930] 10.0.0.208 () {32 vars in 740 bytes} [Wed Jun 10 04:53:46 2026] DELETE /v2.0/security-groups/e54c4fc1-558a-4357-b27d-291360376f8e => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 460/931] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:53:47 2026] GET /v2.0/ports?device_id=a520f9dd-5342-4486-9d2f-bdc1e65bcf70 => generated 971 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 472/932] 10.0.0.191 () {34 vars in 1040 bytes} [Wed Jun 10 04:53:47 2026] GET /v2.0/security-groups?id=c73a359a-00b5-4d2b-8edd-66e50801c92a&fields=id&fields=name => generated 113 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 461/933] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:53:47 2026] GET /v2.0/ports?device_id=a520f9dd-5342-4486-9d2f-bdc1e65bcf70 => generated 971 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 473/934] 10.0.0.191 () {34 vars in 1040 bytes} [Wed Jun 10 04:53:47 2026] GET /v2.0/security-groups?id=c73a359a-00b5-4d2b-8edd-66e50801c92a&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: 474/935] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:53:48 2026] GET /v2.0/ports?device_id=a520f9dd-5342-4486-9d2f-bdc1e65bcf70 => generated 971 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 475/936] 10.0.0.191 () {34 vars in 1040 bytes} [Wed Jun 10 04:53:48 2026] GET /v2.0/security-groups?id=c73a359a-00b5-4d2b-8edd-66e50801c92a&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 04:53:48.445 7 INFO neutron.db.segments_db [None req-4818cbd8-5bca-4317-979c-d5600effbfa6 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] Added segment 81536224-7f4f-4e36-93d9-a8c19f1fd36a of type vxlan for network 2f4c3132-3724-42d0-9489-5e16ca10602e [pid: 8|app: 0|req: 476/937] 10.0.0.208 () {32 vars in 774 bytes} [Wed Jun 10 04:53:48 2026] GET /v2.0/security-groups?tenant_id=4e44c3f324564b2f8a1f5ac0f6bd0a51&name=default => generated 2925 bytes in 162 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 462/938] 10.0.0.208 () {34 vars in 671 bytes} [Wed Jun 10 04:53:48 2026] POST /v2.0/networks => generated 721 bytes in 380 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 477/939] 10.0.0.208 () {32 vars in 740 bytes} [Wed Jun 10 04:53:48 2026] DELETE /v2.0/security-groups/0620b936-4a7a-495a-9def-90e88731d320 => 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: 463/940] 10.0.0.208 () {34 vars in 669 bytes} [Wed Jun 10 04:53:48 2026] POST /v2.0/subnets => generated 687 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 04:53:48.759 8 INFO neutron.db.segments_db [None req-2b7fbd9c-1c2f-44d1-94c8-5099231524c8 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] Added segment 90d73955-c91c-43ca-aaeb-f23557941a98 of type vxlan for network 6653048e-3558-414c-a6e6-d6232b9cb692 2026-06-10 04:53:49.054 8 INFO neutron.db.l3_hamode_db [None req-2b7fbd9c-1c2f-44d1-94c8-5099231524c8 776076a5d1f64fa5bbb8a07bfb8d71fb e25e45571ae4487d97b67d07d0d1078d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 464/941] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:53:49 2026] GET /v2.0/ports?device_id=a520f9dd-5342-4486-9d2f-bdc1e65bcf70 => generated 971 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 465/942] 10.0.0.191 () {34 vars in 1040 bytes} [Wed Jun 10 04:53:49 2026] GET /v2.0/security-groups?id=c73a359a-00b5-4d2b-8edd-66e50801c92a&fields=id&fields=name => generated 113 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 466/943] 199.204.45.109 () {34 vars in 1080 bytes} [Wed Jun 10 04:53:49 2026] GET /v2.0/ports?tenant_id=9744a04eb29640aba8380c2860c03fb5&device_id=a520f9dd-5342-4486-9d2f-bdc1e65bcf70 => generated 1240 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 467/944] 199.204.45.109 () {34 vars in 986 bytes} [Wed Jun 10 04:53:49 2026] GET /v2.0/networks?id=08960737-c2eb-4754-a112-a8b032b9afb1 => generated 771 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 468/945] 199.204.45.109 () {34 vars in 1058 bytes} [Wed Jun 10 04:53:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=668dc922-85b0-4096-b737-ccc136b48bf0 => generated 860 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 469/946] 199.204.45.109 () {34 vars in 984 bytes} [Wed Jun 10 04:53:49 2026] GET /v2.0/subnets?id=e8644d8c-7cb7-4986-bbb3-a25fce7e0a0a => generated 694 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 470/947] 199.204.45.109 () {34 vars in 1052 bytes} [Wed Jun 10 04:53:49 2026] GET /v2.0/ports?network_id=08960737-c2eb-4754-a112-a8b032b9afb1&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: 471/948] 199.204.45.109 () {34 vars in 1012 bytes} [Wed Jun 10 04:53:49 2026] GET /v2.0/networks/08960737-c2eb-4754-a112-a8b032b9afb1?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: 472/949] 199.204.45.109 () {34 vars in 1112 bytes} [Wed Jun 10 04:53:50 2026] GET /v2.0/networks/08960737-c2eb-4754-a112-a8b032b9afb1?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-10 04:53:50.170 8 INFO neutron.db.l3_hamode_db [None req-2b7fbd9c-1c2f-44d1-94c8-5099231524c8 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-10 04:53:50.689 7 INFO neutron.db.segments_db [None req-ff0b540b-0444-4c63-9470-f7b1dbdaa8aa 5c5ceb618b9b4c4f9c7fc005de76f390 ff4fbb2365e34a5b8475eb3bc9562803 - - default default] Added segment 3f7e6472-f76d-45b3-88c8-1bf279021bc9 of type vxlan for network e05d76cd-cd65-4441-a741-b8ecd779a270 2026-06-10 04:53:50.751 7 INFO neutron.db.segments_db [None req-ff0b540b-0444-4c63-9470-f7b1dbdaa8aa 5c5ceb618b9b4c4f9c7fc005de76f390 ff4fbb2365e34a5b8475eb3bc9562803 - - default default] Added segment fef75737-9aae-4e12-af9f-e25c3440018c of type vxlan for network 55fb1f18-0a87-470e-bbc4-cc5d3181841d [pid: 7|app: 0|req: 473/950] 10.0.0.208 () {34 vars in 670 bytes} [Wed Jun 10 04:53:50 2026] POST /v2.0/networks => generated 1208 bytes in 518 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 474/951] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:53:50 2026] GET /v2.0/ports?device_id=a520f9dd-5342-4486-9d2f-bdc1e65bcf70 => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 475/952] 10.0.0.208 () {32 vars in 649 bytes} [Wed Jun 10 04:53:50 2026] GET /v2.0/networks => generated 1845 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 476/953] 10.0.0.191 () {34 vars in 1040 bytes} [Wed Jun 10 04:53:50 2026] GET /v2.0/security-groups?id=c73a359a-00b5-4d2b-8edd-66e50801c92a&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 04:53:51.123 7 INFO neutron.services.segments.plugin [-] Segment 3f7e6472-f76d-45b3-88c8-1bf279021bc9 resource provider aggregate not found 2026-06-10 04:53:51.129 7 INFO neutron.services.segments.plugin [-] Segment 3f7e6472-f76d-45b3-88c8-1bf279021bc9 resource provider aggregate not found [pid: 8|app: 0|req: 478/954] 10.0.0.208 () {34 vars in 669 bytes} [Wed Jun 10 04:53:48 2026] POST /v2.0/routers => generated 727 bytes in 2423 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 04:53:51.149 7 INFO neutron.services.segments.plugin [-] Segment 3f7e6472-f76d-45b3-88c8-1bf279021bc9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3f7e6472-f76d-45b3-88c8-1bf279021bc9 found for delete ", "request_id": "req-354f3e3d-f5da-46fb-b31f-0a1ce361942f"}]} 2026-06-10 04:53:51.151 7 INFO neutron.services.segments.plugin [-] Segment 3f7e6472-f76d-45b3-88c8-1bf279021bc9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3f7e6472-f76d-45b3-88c8-1bf279021bc9 found for delete ", "request_id": "req-dcd0d605-1df2-4024-aa2e-b4559d1397cb"}]} [pid: 7|app: 0|req: 477/955] 10.0.0.208 () {32 vars in 726 bytes} [Wed Jun 10 04:53:51 2026] DELETE /v2.0/networks/e05d76cd-cd65-4441-a741-b8ecd779a270 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 479/956] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:53:51 2026] GET /v2.0/ports?device_id=fe7f603d-c87e-4b56-9b40-e70f969ddc94 => generated 975 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 04:53:51.371 8 INFO neutron.services.segments.plugin [-] Segment fef75737-9aae-4e12-af9f-e25c3440018c resource provider aggregate not found 2026-06-10 04:53:51.379 8 INFO neutron.services.segments.plugin [-] Segment fef75737-9aae-4e12-af9f-e25c3440018c resource provider aggregate not found 2026-06-10 04:53:51.389 8 INFO neutron.services.segments.plugin [-] Segment fef75737-9aae-4e12-af9f-e25c3440018c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fef75737-9aae-4e12-af9f-e25c3440018c found for delete ", "request_id": "req-b4cf323f-5c1f-413d-aee8-8ea61344917f"}]} 2026-06-10 04:53:51.398 8 INFO neutron.services.segments.plugin [-] Segment fef75737-9aae-4e12-af9f-e25c3440018c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fef75737-9aae-4e12-af9f-e25c3440018c found for delete ", "request_id": "req-ee4b462b-c037-4511-9dec-7b4ba6594ab7"}]} [pid: 8|app: 0|req: 480/957] 10.0.0.208 () {32 vars in 726 bytes} [Wed Jun 10 04:53:51 2026] DELETE /v2.0/networks/55fb1f18-0a87-470e-bbc4-cc5d3181841d => generated 0 bytes in 184 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 481/958] 10.0.0.191 () {34 vars in 971 bytes} [Wed Jun 10 04:53:51 2026] GET /v2.0/ports/635d26b9-964d-4006-b2a0-eb797588fe52 => generated 972 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 482/959] 10.0.0.208 () {32 vars in 649 bytes} [Wed Jun 10 04:53:51 2026] GET /v2.0/networks => generated 651 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 04:53:51.538 8 INFO neutron.db.segments_db [None req-def61048-96bf-4ae5-bb49-f949229c559d 5c5ceb618b9b4c4f9c7fc005de76f390 ff4fbb2365e34a5b8475eb3bc9562803 - - default default] Added segment ca1b88ae-ab38-4880-9452-a6e4899ca868 of type vxlan for network d10428ba-aa64-46a6-aac1-93365b7eb881 [pid: 8|app: 0|req: 483/960] 10.0.0.208 () {34 vars in 670 bytes} [Wed Jun 10 04:53:51 2026] POST /v2.0/networks => generated 631 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 04:53:51.660 8 INFO neutron.db.segments_db [None req-4d36e4ba-f9c8-4c3d-9245-90cd72c8db80 5c5ceb618b9b4c4f9c7fc005de76f390 ff4fbb2365e34a5b8475eb3bc9562803 - - default default] Added segment ee8377af-2bc7-4282-9dc6-9dc6863c5b90 of type vxlan for network c6241035-cf7c-4467-9dd5-aa90352e69cf [pid: 8|app: 0|req: 484/961] 10.0.0.208 () {34 vars in 670 bytes} [Wed Jun 10 04:53:51 2026] POST /v2.0/networks => generated 629 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 485/962] 10.0.0.208 () {34 vars in 665 bytes} [Wed Jun 10 04:53:51 2026] POST /v2.0/ports => generated 1505 bytes in 475 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: 486/963] 199.204.45.109 () {34 vars in 1000 bytes} [Wed Jun 10 04:53:52 2026] GET /v2.0/subnets?network_id=0ec4c08c-799e-4e61-83ce-0070bf6ee870 => generated 684 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 487/964] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:53:52 2026] GET /v2.0/ports?device_id=a520f9dd-5342-4486-9d2f-bdc1e65bcf70 => generated 971 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 488/965] 10.0.0.208 () {32 vars in 643 bytes} [Wed Jun 10 04:53:52 2026] GET /v2.0/ports => generated 1505 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 489/966] 199.204.45.109 () {34 vars in 1146 bytes} [Wed Jun 10 04:53:52 2026] GET /v2.0/ports?device_id=fe7f603d-c87e-4b56-9b40-e70f969ddc94&device_owner=compute%3Anova&network_id=0ec4c08c-799e-4e61-83ce-0070bf6ee870 => generated 975 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 490/967] 10.0.0.191 () {34 vars in 1040 bytes} [Wed Jun 10 04:53:52 2026] GET /v2.0/security-groups?id=c73a359a-00b5-4d2b-8edd-66e50801c92a&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-10 04:53:52.469 8 INFO neutron_taas.services.taas.taas_plugin [None req-0e104beb-47ff-43e9-b89e-c1a38be195fd 5c5ceb618b9b4c4f9c7fc005de76f390 ff4fbb2365e34a5b8475eb3bc9562803 - - default default] TaaS: Handle Delete Port: 80b8b22a-1e12-4288-8d97-1dbf7251cd86 2026-06-10 04:53:52.474 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0e104beb-47ff-43e9-b89e-c1a38be195fd 5c5ceb618b9b4c4f9c7fc005de76f390 ff4fbb2365e34a5b8475eb3bc9562803 - - default default] Tap Mirror: Handle Delete Port: 80b8b22a-1e12-4288-8d97-1dbf7251cd86 [pid: 8|app: 0|req: 491/968] 10.0.0.208 () {32 vars in 720 bytes} [Wed Jun 10 04:53:52 2026] DELETE /v2.0/ports/80b8b22a-1e12-4288-8d97-1dbf7251cd86 => 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: 478/969] 10.0.0.208 () {34 vars in 783 bytes} [Wed Jun 10 04:53:51 2026] PUT /v2.0/routers/b79a4f9e-d8a1-4d6e-b7aa-b55d6dd7eeb2/add_router_interface => generated 309 bytes in 1454 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 04:53:52.775 7 INFO neutron_taas.services.taas.taas_plugin [None req-d4a69d62-1e00-4eb4-877e-10108f9e0e9e 5c5ceb618b9b4c4f9c7fc005de76f390 ff4fbb2365e34a5b8475eb3bc9562803 - - default default] TaaS: Handle Delete Port: f419644e-45a5-494c-abc0-2ebd2a8794aa 2026-06-10 04:53:52.779 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d4a69d62-1e00-4eb4-877e-10108f9e0e9e 5c5ceb618b9b4c4f9c7fc005de76f390 ff4fbb2365e34a5b8475eb3bc9562803 - - default default] Tap Mirror: Handle Delete Port: f419644e-45a5-494c-abc0-2ebd2a8794aa [pid: 7|app: 0|req: 479/970] 10.0.0.208 () {32 vars in 720 bytes} [Wed Jun 10 04:53:52 2026] DELETE /v2.0/ports/f419644e-45a5-494c-abc0-2ebd2a8794aa => generated 0 bytes in 231 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 480/971] 10.0.0.208 () {32 vars in 643 bytes} [Wed Jun 10 04:53:52 2026] GET /v2.0/ports => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 04:53:52.938 7 INFO neutron.db.segments_db [None req-97a54e50-eb70-4d2b-b43d-4c80715069c2 5c5ceb618b9b4c4f9c7fc005de76f390 ff4fbb2365e34a5b8475eb3bc9562803 - - default default] Added segment 3e6ab318-284e-4824-9230-23989b670539 of type vxlan for network c9495a81-7b18-45d5-82d5-07d39290112e [pid: 7|app: 0|req: 481/972] 10.0.0.208 () {34 vars in 670 bytes} [Wed Jun 10 04:53:52 2026] POST /v2.0/networks => generated 630 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 04:53:53.091 7 INFO neutron.db.segments_db [None req-e9fdacf6-97e0-454c-a4d1-ed54d736937c 5c5ceb618b9b4c4f9c7fc005de76f390 ff4fbb2365e34a5b8475eb3bc9562803 - - default default] Added segment 6385d1dc-8508-4912-b662-5b7f825c6301 of type vxlan for network e5653f3e-e7ed-4c4a-b1b7-8193bbc68fe2 [pid: 8|app: 0|req: 492/973] 199.204.45.109 () {38 vars in 1028 bytes} [Wed Jun 10 04:53:52 2026] PUT /v2.0/ports/635d26b9-964d-4006-b2a0-eb797588fe52 => generated 1153 bytes in 551 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 04:53:53.151 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-5880b66e-3ea8-48e0-b760-1f7b14cf3ee5'] response: {'name': 'network-changed', 'server_uuid': 'fe7f603d-c87e-4b56-9b40-e70f969ddc94', 'tag': '635d26b9-964d-4006-b2a0-eb797588fe52', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 482/974] 10.0.0.208 () {34 vars in 670 bytes} [Wed Jun 10 04:53:53 2026] POST /v2.0/networks => generated 631 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 483/975] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:53:53 2026] GET /v2.0/ports?device_id=a520f9dd-5342-4486-9d2f-bdc1e65bcf70 => generated 971 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 484/976] 10.0.0.191 () {34 vars in 1040 bytes} [Wed Jun 10 04:53:53 2026] GET /v2.0/security-groups?id=c73a359a-00b5-4d2b-8edd-66e50801c92a&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: 485/977] 199.204.45.109 () {34 vars in 1080 bytes} [Wed Jun 10 04:53:53 2026] GET /v2.0/ports?tenant_id=82b36eed9d1f42f9a4a1e9f28d77ad44&device_id=fe7f603d-c87e-4b56-9b40-e70f969ddc94 => generated 1425 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 493/978] 10.0.0.208 () {34 vars in 669 bytes} [Wed Jun 10 04:53:53 2026] POST /v2.0/subnets => generated 1273 bytes in 437 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 494/979] 10.0.0.208 () {32 vars in 647 bytes} [Wed Jun 10 04:53:53 2026] GET /v2.0/subnets => generated 1909 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 486/980] 199.204.45.109 () {34 vars in 986 bytes} [Wed Jun 10 04:53:53 2026] GET /v2.0/networks?id=0ec4c08c-799e-4e61-83ce-0070bf6ee870 => generated 778 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 487/981] 199.204.45.109 () {34 vars in 1060 bytes} [Wed Jun 10 04:53:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=635d26b9-964d-4006-b2a0-eb797588fe52 => generated 861 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 488/982] 199.204.45.109 () {34 vars in 1060 bytes} [Wed Jun 10 04:53:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=635d26b9-964d-4006-b2a0-eb797588fe52 => 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: 489/983] 199.204.45.109 () {34 vars in 984 bytes} [Wed Jun 10 04:53:53 2026] GET /v2.0/subnets?id=66b5da90-a9a5-4970-a80a-9646ab797924 => generated 702 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 495/984] 10.0.0.208 () {32 vars in 724 bytes} [Wed Jun 10 04:53:53 2026] DELETE /v2.0/subnets/1b596601-c89b-473c-b36a-b620a0258797 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 496/985] 199.204.45.109 () {34 vars in 1052 bytes} [Wed Jun 10 04:53:53 2026] GET /v2.0/ports?network_id=0ec4c08c-799e-4e61-83ce-0070bf6ee870&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: 497/986] 199.204.45.109 () {34 vars in 1012 bytes} [Wed Jun 10 04:53:53 2026] GET /v2.0/networks/0ec4c08c-799e-4e61-83ce-0070bf6ee870?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: 490/987] 10.0.0.208 () {32 vars in 724 bytes} [Wed Jun 10 04:53:53 2026] DELETE /v2.0/subnets/f026a364-f2d5-4608-affc-3e090046435d => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 498/988] 199.204.45.109 () {34 vars in 1112 bytes} [Wed Jun 10 04:53:53 2026] GET /v2.0/networks/0ec4c08c-799e-4e61-83ce-0070bf6ee870?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 491/989] 10.0.0.208 () {32 vars in 647 bytes} [Wed Jun 10 04:53:53 2026] GET /v2.0/subnets => generated 649 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 04:53:54.141 8 INFO neutron.services.segments.plugin [-] Segment 6385d1dc-8508-4912-b662-5b7f825c6301 resource provider aggregate not found 2026-06-10 04:53:54.147 8 INFO neutron.services.segments.plugin [-] Segment 6385d1dc-8508-4912-b662-5b7f825c6301 resource provider aggregate not found 2026-06-10 04:53:54.159 8 INFO neutron.services.segments.plugin [-] Segment 6385d1dc-8508-4912-b662-5b7f825c6301 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6385d1dc-8508-4912-b662-5b7f825c6301 found for delete ", "request_id": "req-655fe8b7-4d74-4f28-b6dc-1c8a21d68806"}]} [pid: 8|app: 0|req: 499/990] 10.0.0.208 () {32 vars in 726 bytes} [Wed Jun 10 04:53:54 2026] DELETE /v2.0/networks/e5653f3e-e7ed-4c4a-b1b7-8193bbc68fe2 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 04:53:54.168 8 INFO neutron.services.segments.plugin [-] Segment 6385d1dc-8508-4912-b662-5b7f825c6301 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6385d1dc-8508-4912-b662-5b7f825c6301 found for delete ", "request_id": "req-8515b2a2-f61a-4506-a32c-5ce2ad073ce4"}]} 2026-06-10 04:53:54.317 7 INFO neutron.services.segments.plugin [-] Segment 3e6ab318-284e-4824-9230-23989b670539 resource provider aggregate not found 2026-06-10 04:53:54.323 7 INFO neutron.services.segments.plugin [-] Segment 3e6ab318-284e-4824-9230-23989b670539 resource provider aggregate not found 2026-06-10 04:53:54.339 7 INFO neutron.services.segments.plugin [-] Segment 3e6ab318-284e-4824-9230-23989b670539 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3e6ab318-284e-4824-9230-23989b670539 found for delete ", "request_id": "req-fdd87efe-c3be-4ba7-810f-ad7ce8734e28"}]} 2026-06-10 04:53:54.351 7 INFO neutron.services.segments.plugin [-] Segment 3e6ab318-284e-4824-9230-23989b670539 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3e6ab318-284e-4824-9230-23989b670539 found for delete ", "request_id": "req-736c5187-fcdd-4fb8-b035-c6d2b8a25df1"}]} [pid: 7|app: 0|req: 492/991] 10.0.0.208 () {32 vars in 726 bytes} [Wed Jun 10 04:53:54 2026] DELETE /v2.0/networks/c9495a81-7b18-45d5-82d5-07d39290112e => 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: 500/992] 10.0.0.208 () {32 vars in 726 bytes} [Wed Jun 10 04:53:54 2026] DELETE /v2.0/networks/c6241035-cf7c-4467-9dd5-aa90352e69cf => 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: 493/993] 10.0.0.208 () {32 vars in 726 bytes} [Wed Jun 10 04:53:54 2026] DELETE /v2.0/networks/d10428ba-aa64-46a6-aac1-93365b7eb881 => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 501/994] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:53:54 2026] GET /v2.0/ports?device_id=a520f9dd-5342-4486-9d2f-bdc1e65bcf70 => generated 971 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 502/995] 10.0.0.191 () {34 vars in 1040 bytes} [Wed Jun 10 04:53:54 2026] GET /v2.0/security-groups?id=c73a359a-00b5-4d2b-8edd-66e50801c92a&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: 494/996] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:53:54 2026] GET /v2.0/ports?device_id=fe7f603d-c87e-4b56-9b40-e70f969ddc94 => generated 1156 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 503/997] 10.0.0.191 () {34 vars in 1040 bytes} [Wed Jun 10 04:53:54 2026] GET /v2.0/security-groups?id=042d7038-6f57-42d9-9ac6-f09c38163b8a&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: 495/998] 199.204.45.109 () {34 vars in 1080 bytes} [Wed Jun 10 04:53:55 2026] GET /v2.0/ports?tenant_id=82b36eed9d1f42f9a4a1e9f28d77ad44&device_id=fe7f603d-c87e-4b56-9b40-e70f969ddc94 => generated 1425 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 504/999] 199.204.45.109 () {34 vars in 986 bytes} [Wed Jun 10 04:53:55 2026] GET /v2.0/networks?id=0ec4c08c-799e-4e61-83ce-0070bf6ee870 => generated 778 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 496/1000] 199.204.45.109 () {34 vars in 1060 bytes} [Wed Jun 10 04:53:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=635d26b9-964d-4006-b2a0-eb797588fe52 => generated 861 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 505/1001] 199.204.45.109 () {34 vars in 1060 bytes} [Wed Jun 10 04:53:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=635d26b9-964d-4006-b2a0-eb797588fe52 => 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: 497/1002] 199.204.45.109 () {34 vars in 984 bytes} [Wed Jun 10 04:53:55 2026] GET /v2.0/subnets?id=66b5da90-a9a5-4970-a80a-9646ab797924 => generated 702 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 506/1003] 199.204.45.109 () {34 vars in 1052 bytes} [Wed Jun 10 04:53:55 2026] GET /v2.0/ports?network_id=0ec4c08c-799e-4e61-83ce-0070bf6ee870&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: 498/1004] 199.204.45.109 () {34 vars in 1012 bytes} [Wed Jun 10 04:53:55 2026] GET /v2.0/networks/0ec4c08c-799e-4e61-83ce-0070bf6ee870?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: 499/1005] 199.204.45.109 () {34 vars in 1112 bytes} [Wed Jun 10 04:53:55 2026] GET /v2.0/networks/0ec4c08c-799e-4e61-83ce-0070bf6ee870?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 507/1006] 10.0.0.208 () {32 vars in 774 bytes} [Wed Jun 10 04:53:55 2026] GET /v2.0/security-groups?tenant_id=ff4fbb2365e34a5b8475eb3bc9562803&name=default => generated 2925 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 500/1007] 10.0.0.208 () {32 vars in 740 bytes} [Wed Jun 10 04:53:55 2026] DELETE /v2.0/security-groups/dfb52938-6a75-452a-86ce-3bd6fc4fb33c => 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: 508/1008] 199.204.45.109 () {34 vars in 1120 bytes} [Wed Jun 10 04:53:55 2026] GET /v2.0/ports?device_id=fe7f603d-c87e-4b56-9b40-e70f969ddc94&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.11 => generated 1156 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 501/1009] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:53:55 2026] GET /v2.0/ports?device_id=a520f9dd-5342-4486-9d2f-bdc1e65bcf70 => generated 969 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 502/1010] 10.0.0.191 () {34 vars in 1040 bytes} [Wed Jun 10 04:53:55 2026] GET /v2.0/security-groups?id=c73a359a-00b5-4d2b-8edd-66e50801c92a&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-10 04:53:56.187 8 INFO neutron.services.segments.plugin [-] Segment ee8377af-2bc7-4282-9dc6-9dc6863c5b90 resource provider aggregate not found 2026-06-10 04:53:56.202 8 INFO neutron.services.segments.plugin [-] Segment ee8377af-2bc7-4282-9dc6-9dc6863c5b90 resource provider aggregate not found 2026-06-10 04:53:56.221 8 INFO neutron.services.segments.plugin [-] Segment ee8377af-2bc7-4282-9dc6-9dc6863c5b90 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ee8377af-2bc7-4282-9dc6-9dc6863c5b90 found for delete ", "request_id": "req-0939c861-b13f-4378-9c43-b80aa25d3f57"}]} 2026-06-10 04:53:56.241 8 INFO neutron.services.segments.plugin [-] Segment ee8377af-2bc7-4282-9dc6-9dc6863c5b90 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ee8377af-2bc7-4282-9dc6-9dc6863c5b90 found for delete ", "request_id": "req-c6ca7051-15c2-4252-a9fe-314e6d33d5f1"}]} 2026-06-10 04:53:56.356 7 INFO neutron.services.segments.plugin [-] Segment ca1b88ae-ab38-4880-9452-a6e4899ca868 resource provider aggregate not found 2026-06-10 04:53:56.372 7 INFO neutron.services.segments.plugin [-] Segment ca1b88ae-ab38-4880-9452-a6e4899ca868 resource provider aggregate not found 2026-06-10 04:53:56.390 7 INFO neutron.services.segments.plugin [-] Segment ca1b88ae-ab38-4880-9452-a6e4899ca868 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ca1b88ae-ab38-4880-9452-a6e4899ca868 found for delete ", "request_id": "req-96160e98-b264-43f6-8021-626702dff409"}]} 2026-06-10 04:53:56.392 7 INFO neutron.services.segments.plugin [-] Segment ca1b88ae-ab38-4880-9452-a6e4899ca868 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ca1b88ae-ab38-4880-9452-a6e4899ca868 found for delete ", "request_id": "req-f248a930-e8b2-489e-9473-69e517e0db77"}]} [pid: 7|app: 0|req: 503/1011] 10.0.0.191 () {34 vars in 982 bytes} [Wed Jun 10 04:53:56 2026] GET /v2.0/networks?id=2f4c3132-3724-42d0-9489-5e16ca10602e => generated 672 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 504/1012] 10.0.0.191 () {34 vars in 965 bytes} [Wed Jun 10 04:53:56 2026] GET /v2.0/quotas/e25e45571ae4487d97b67d07d0d1078d => 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: 505/1013] 10.0.0.191 () {34 vars in 1002 bytes} [Wed Jun 10 04:53:56 2026] GET /v2.0/ports?tenant_id=e25e45571ae4487d97b67d07d0d1078d&fields=id => generated 103 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 509/1014] 199.204.45.109 () {38 vars in 1028 bytes} [Wed Jun 10 04:53:55 2026] PUT /v2.0/ports/635d26b9-964d-4006-b2a0-eb797588fe52 => generated 972 bytes in 613 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 04:53:56.588 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a2f78ad7-5527-4526-b834-b801d9be1106'] response: {'name': 'network-changed', 'server_uuid': 'fe7f603d-c87e-4b56-9b40-e70f969ddc94', 'tag': '635d26b9-964d-4006-b2a0-eb797588fe52', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 506/1015] 10.0.0.191 () {34 vars in 907 bytes} [Wed Jun 10 04:53:56 2026] GET /v2.0/extensions => generated 21537 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 510/1016] 10.0.0.191 () {34 vars in 1008 bytes} [Wed Jun 10 04:53:57 2026] GET /v2.0/networks/2f4c3132-3724-42d0-9489-5e16ca10602e?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: 507/1017] 199.204.45.109 () {34 vars in 1080 bytes} [Wed Jun 10 04:53:57 2026] GET /v2.0/ports?tenant_id=82b36eed9d1f42f9a4a1e9f28d77ad44&device_id=fe7f603d-c87e-4b56-9b40-e70f969ddc94 => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 511/1018] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:53:57 2026] GET /v2.0/ports?device_id=a520f9dd-5342-4486-9d2f-bdc1e65bcf70 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 508/1019] 10.0.0.191 () {34 vars in 1108 bytes} [Wed Jun 10 04:53:57 2026] GET /v2.0/networks/2f4c3132-3724-42d0-9489-5e16ca10602e?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: 512/1020] 199.204.45.109 () {34 vars in 986 bytes} [Wed Jun 10 04:53:57 2026] GET /v2.0/networks?id=0ec4c08c-799e-4e61-83ce-0070bf6ee870 => generated 778 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 509/1021] 10.0.0.191 () {34 vars in 1040 bytes} [Wed Jun 10 04:53:57 2026] GET /v2.0/security-groups?id=c73a359a-00b5-4d2b-8edd-66e50801c92a&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: 513/1022] 199.204.45.109 () {34 vars in 1060 bytes} [Wed Jun 10 04:53:57 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=635d26b9-964d-4006-b2a0-eb797588fe52 => generated 861 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 510/1023] 199.204.45.109 () {34 vars in 984 bytes} [Wed Jun 10 04:53:57 2026] GET /v2.0/subnets?id=66b5da90-a9a5-4970-a80a-9646ab797924 => generated 702 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 511/1024] 10.0.0.208 () {32 vars in 623 bytes} [Wed Jun 10 04:53:57 2026] GET / => generated 151 bytes in 1 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 514/1025] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:53:57 2026] GET /v2.0/ports?device_id=55a862d7-f2b3-4f46-98e2-898b4e30db96 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 512/1026] 199.204.45.109 () {34 vars in 1052 bytes} [Wed Jun 10 04:53:57 2026] GET /v2.0/ports?network_id=0ec4c08c-799e-4e61-83ce-0070bf6ee870&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: 515/1027] 10.0.0.208 () {32 vars in 633 bytes} [Wed Jun 10 04:53:57 2026] GET /v2.0/ => generated 632 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 513/1028] 199.204.45.109 () {34 vars in 1012 bytes} [Wed Jun 10 04:53:57 2026] GET /v2.0/networks/0ec4c08c-799e-4e61-83ce-0070bf6ee870?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: 516/1029] 199.204.45.109 () {34 vars in 1112 bytes} [Wed Jun 10 04:53:57 2026] GET /v2.0/networks/0ec4c08c-799e-4e61-83ce-0070bf6ee870?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: 514/1030] 10.0.0.208 () {32 vars in 774 bytes} [Wed Jun 10 04:53:57 2026] GET /v2.0/security-groups?tenant_id=8f85f73b9f7d4b55a15e288fa5fa6d6b&name=default => generated 2925 bytes in 258 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 517/1031] 10.0.0.208 () {32 vars in 740 bytes} [Wed Jun 10 04:53:58 2026] DELETE /v2.0/security-groups/e09b6c4f-aed0-466a-abb8-33f0e8a164b7 => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 515/1032] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:53:58 2026] GET /v2.0/ports?device_id=a520f9dd-5342-4486-9d2f-bdc1e65bcf70 => generated 971 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 518/1033] 10.0.0.191 () {34 vars in 1040 bytes} [Wed Jun 10 04:53:58 2026] GET /v2.0/security-groups?id=c73a359a-00b5-4d2b-8edd-66e50801c92a&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: 7|app: 0|req: 516/1034] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:53:58 2026] GET /v2.0/ports?device_id=55a862d7-f2b3-4f46-98e2-898b4e30db96 => 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: 517/1035] 199.204.45.109 () {34 vars in 1080 bytes} [Wed Jun 10 04:53:58 2026] GET /v2.0/ports?tenant_id=82b36eed9d1f42f9a4a1e9f28d77ad44&device_id=fe7f603d-c87e-4b56-9b40-e70f969ddc94 => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 519/1036] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:53:58 2026] GET /v2.0/ports?device_id=fe7f603d-c87e-4b56-9b40-e70f969ddc94 => generated 975 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 520/1037] 10.0.0.191 () {34 vars in 1040 bytes} [Wed Jun 10 04:53:58 2026] GET /v2.0/security-groups?id=042d7038-6f57-42d9-9ac6-f09c38163b8a&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: 7|app: 0|req: 518/1038] 199.204.45.109 () {34 vars in 986 bytes} [Wed Jun 10 04:53:58 2026] GET /v2.0/networks?id=0ec4c08c-799e-4e61-83ce-0070bf6ee870 => generated 778 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 521/1039] 199.204.45.109 () {34 vars in 1060 bytes} [Wed Jun 10 04:53:58 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=635d26b9-964d-4006-b2a0-eb797588fe52 => generated 861 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 519/1040] 199.204.45.109 () {34 vars in 984 bytes} [Wed Jun 10 04:53:58 2026] GET /v2.0/subnets?id=66b5da90-a9a5-4970-a80a-9646ab797924 => generated 702 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 522/1041] 199.204.45.109 () {34 vars in 1052 bytes} [Wed Jun 10 04:53:58 2026] GET /v2.0/ports?network_id=0ec4c08c-799e-4e61-83ce-0070bf6ee870&device_owner=network%3Adhcp => generated 1244 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 520/1042] 199.204.45.109 () {34 vars in 1012 bytes} [Wed Jun 10 04:53:58 2026] GET /v2.0/networks/0ec4c08c-799e-4e61-83ce-0070bf6ee870?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: 523/1043] 199.204.45.109 () {34 vars in 1112 bytes} [Wed Jun 10 04:53:58 2026] GET /v2.0/networks/0ec4c08c-799e-4e61-83ce-0070bf6ee870?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: 521/1044] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:53:59 2026] GET /v2.0/ports?device_id=55a862d7-f2b3-4f46-98e2-898b4e30db96 => 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: 524/1045] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:53:59 2026] GET /v2.0/ports?device_id=fe7f603d-c87e-4b56-9b40-e70f969ddc94 => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 522/1046] 10.0.0.191 () {34 vars in 1040 bytes} [Wed Jun 10 04:53:59 2026] GET /v2.0/security-groups?id=042d7038-6f57-42d9-9ac6-f09c38163b8a&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 525/1047] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:54:00 2026] GET /v2.0/ports?device_id=55a862d7-f2b3-4f46-98e2-898b4e30db96 => 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: 524/1050] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:54:00 2026] GET /v2.0/ports?device_id=fe7f603d-c87e-4b56-9b40-e70f969ddc94 => generated 975 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 527/1051] 199.204.45.109 () {34 vars in 994 bytes} [Wed Jun 10 04:54:00 2026] GET /v2.0/ports?device_id=fe7f603d-c87e-4b56-9b40-e70f969ddc94 => generated 975 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 525/1052] 10.0.0.191 () {34 vars in 1040 bytes} [Wed Jun 10 04:54:00 2026] GET /v2.0/security-groups?id=042d7038-6f57-42d9-9ac6-f09c38163b8a&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-10 04:54:01.057 8 INFO neutron_taas.services.taas.taas_plugin [req-5c4a5767-9950-4120-8d7b-a91d018c0fac req-7a1502fa-645c-4c5e-bb8a-26fa633f6989 46e066462c1b4318bf880a50f83bb752 82b36eed9d1f42f9a4a1e9f28d77ad44 - - default default] TaaS: Handle Delete Port: 635d26b9-964d-4006-b2a0-eb797588fe52 2026-06-10 04:54:01.059 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-5c4a5767-9950-4120-8d7b-a91d018c0fac req-7a1502fa-645c-4c5e-bb8a-26fa633f6989 46e066462c1b4318bf880a50f83bb752 82b36eed9d1f42f9a4a1e9f28d77ad44 - - default default] Tap Mirror: Handle Delete Port: 635d26b9-964d-4006-b2a0-eb797588fe52 2026-06-10 04:54:01.176 8 INFO neutron.db.l3_db [req-5c4a5767-9950-4120-8d7b-a91d018c0fac req-7a1502fa-645c-4c5e-bb8a-26fa633f6989 46e066462c1b4318bf880a50f83bb752 82b36eed9d1f42f9a4a1e9f28d77ad44 - - default default] Floating IP 0cdde897-6c73-46ee-91d2-0dcb322a728b disassociated. External IP: 10.96.250.216, port: 635d26b9-964d-4006-b2a0-eb797588fe52. [pid: 8|app: 0|req: 528/1053] 199.204.45.109 () {36 vars in 997 bytes} [Wed Jun 10 04:54:00 2026] DELETE /v2.0/ports/635d26b9-964d-4006-b2a0-eb797588fe52 => generated 0 bytes in 541 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 04:54:01.530 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-14c32b18-7a7c-4cd4-9b28-e2dfb0d641ca'] response: {'server_uuid': 'fe7f603d-c87e-4b56-9b40-e70f969ddc94', 'name': 'network-vif-deleted', 'tag': '635d26b9-964d-4006-b2a0-eb797588fe52', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 526/1054] 199.204.45.109 () {34 vars in 986 bytes} [Wed Jun 10 04:54:01 2026] GET /v2.0/networks?id=2f4c3132-3724-42d0-9489-5e16ca10602e => generated 672 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 527/1055] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:54:01 2026] GET /v2.0/ports?device_id=55a862d7-f2b3-4f46-98e2-898b4e30db96 => 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: 528/1056] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:54:02 2026] GET /v2.0/ports?device_id=fe7f603d-c87e-4b56-9b40-e70f969ddc94 => 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: 529/1057] 199.204.45.109 () {38 vars in 955 bytes} [Wed Jun 10 04:54:01 2026] POST /v2.0/ports => generated 954 bytes in 392 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 529/1058] 199.204.45.109 () {38 vars in 1028 bytes} [Wed Jun 10 04:54:02 2026] PUT /v2.0/ports/ac2d19f4-8038-4e92-88c6-1b55c7844051 => generated 1235 bytes in 476 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 04:54:02.589 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b9734d14-6f99-4fd1-81e2-4709bedc9454'] response: {'name': 'network-changed', 'server_uuid': '55a862d7-f2b3-4f46-98e2-898b4e30db96', 'tag': 'ac2d19f4-8038-4e92-88c6-1b55c7844051', '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: 530/1059] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:54:02 2026] GET /v2.0/ports?device_id=55a862d7-f2b3-4f46-98e2-898b4e30db96 => generated 969 bytes in 37 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: 530/1060] 10.0.0.191 () {34 vars in 1040 bytes} [Wed Jun 10 04:54:02 2026] GET /v2.0/security-groups?id=776a6ac9-3df5-43ca-b0a7-15d859c52bc9&fields=id&fields=name => generated 88 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 531/1061] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:54:03 2026] GET /v2.0/ports?device_id=fe7f603d-c87e-4b56-9b40-e70f969ddc94 => 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: 531/1062] 199.204.45.109 () {34 vars in 1080 bytes} [Wed Jun 10 04:54:03 2026] GET /v2.0/ports?tenant_id=e25e45571ae4487d97b67d07d0d1078d&device_id=55a862d7-f2b3-4f46-98e2-898b4e30db96 => generated 1238 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 532/1063] 199.204.45.109 () {34 vars in 1018 bytes} [Wed Jun 10 04:54:03 2026] GET /v2.0/networks?tenant_id=e25e45571ae4487d97b67d07d0d1078d&shared=False => generated 768 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 532/1064] 199.204.45.109 () {34 vars in 930 bytes} [Wed Jun 10 04:54:03 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 533/1065] 10.0.0.208 () {32 vars in 774 bytes} [Wed Jun 10 04:54:03 2026] GET /v2.0/security-groups?tenant_id=d3a11c0b1d0d4695babe4d404e0fa85c&name=default => generated 2925 bytes in 277 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 533/1066] 10.0.0.208 () {32 vars in 740 bytes} [Wed Jun 10 04:54:03 2026] DELETE /v2.0/security-groups/67e7c3bd-ceda-44c1-a9b3-8ce9ed9f25a2 => 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: 534/1067] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:54:03 2026] GET /v2.0/ports?device_id=55a862d7-f2b3-4f46-98e2-898b4e30db96 => 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: 534/1068] 10.0.0.208 () {32 vars in 774 bytes} [Wed Jun 10 04:54:03 2026] GET /v2.0/security-groups?tenant_id=70c1cd0860d14666af608c28291323b5&name=default => generated 2925 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 535/1069] 10.0.0.191 () {34 vars in 1040 bytes} [Wed Jun 10 04:54:04 2026] GET /v2.0/security-groups?id=776a6ac9-3df5-43ca-b0a7-15d859c52bc9&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: 7|app: 0|req: 535/1070] 10.0.0.208 () {32 vars in 740 bytes} [Wed Jun 10 04:54:04 2026] DELETE /v2.0/security-groups/c22aa112-b487-41f8-b734-be6aa7bd3413 => 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: 536/1071] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:54:04 2026] GET /v2.0/ports?device_id=fe7f603d-c87e-4b56-9b40-e70f969ddc94 => 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: 536/1072] 199.204.45.109 () {34 vars in 1080 bytes} [Wed Jun 10 04:54:04 2026] GET /v2.0/ports?tenant_id=e25e45571ae4487d97b67d07d0d1078d&device_id=55a862d7-f2b3-4f46-98e2-898b4e30db96 => generated 1238 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 537/1073] 199.204.45.109 () {34 vars in 1058 bytes} [Wed Jun 10 04:54:04 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=ac2d19f4-8038-4e92-88c6-1b55c7844051 => 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: 537/1074] 199.204.45.109 () {34 vars in 984 bytes} [Wed Jun 10 04:54:04 2026] GET /v2.0/subnets?id=c530a0bb-d61b-4a88-8912-50eb52ad0d63 => generated 690 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 538/1075] 199.204.45.109 () {34 vars in 1052 bytes} [Wed Jun 10 04:54:04 2026] GET /v2.0/ports?network_id=2f4c3132-3724-42d0-9489-5e16ca10602e&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: 538/1076] 199.204.45.109 () {34 vars in 1012 bytes} [Wed Jun 10 04:54:04 2026] GET /v2.0/networks/2f4c3132-3724-42d0-9489-5e16ca10602e?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: 539/1077] 199.204.45.109 () {34 vars in 1112 bytes} [Wed Jun 10 04:54:04 2026] GET /v2.0/networks/2f4c3132-3724-42d0-9489-5e16ca10602e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 539/1078] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:54:05 2026] GET /v2.0/ports?device_id=55a862d7-f2b3-4f46-98e2-898b4e30db96 => generated 969 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 540/1079] 10.0.0.191 () {34 vars in 1040 bytes} [Wed Jun 10 04:54:05 2026] GET /v2.0/security-groups?id=776a6ac9-3df5-43ca-b0a7-15d859c52bc9&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 540/1080] 10.0.0.208 () {32 vars in 740 bytes} [Wed Jun 10 04:54:05 2026] DELETE /v2.0/security-groups/042d7038-6f57-42d9-9ac6-f09c38163b8a => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 04:54:05.465 8 INFO neutron.api.v2.resource [None req-6b1cb821-ac9f-4607-b060-1fadb56c06b3 46e066462c1b4318bf880a50f83bb752 82b36eed9d1f42f9a4a1e9f28d77ad44 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 541/1081] 10.0.0.208 () {32 vars in 737 bytes} [Wed Jun 10 04:54:05 2026] GET /v2.0/security-groups/042d7038-6f57-42d9-9ac6-f09c38163b8a => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 04:54:05.571 7 INFO neutron_taas.services.taas.taas_plugin [None req-223c4a78-32a4-4f4a-aa9b-13bdd25ef238 46e066462c1b4318bf880a50f83bb752 82b36eed9d1f42f9a4a1e9f28d77ad44 - - default default] TaaS: Handle Delete Port: b8dcfba5-75e1-4a83-97e8-7194d7434d23 2026-06-10 04:54:05.573 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-223c4a78-32a4-4f4a-aa9b-13bdd25ef238 46e066462c1b4318bf880a50f83bb752 82b36eed9d1f42f9a4a1e9f28d77ad44 - - default default] Tap Mirror: Handle Delete Port: b8dcfba5-75e1-4a83-97e8-7194d7434d23 [pid: 7|app: 0|req: 541/1082] 10.0.0.208 () {32 vars in 732 bytes} [Wed Jun 10 04:54:05 2026] DELETE /v2.0/floatingips/0cdde897-6c73-46ee-91d2-0dcb322a728b => generated 0 bytes in 278 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 04:54:06.186 8 INFO neutron_taas.services.taas.taas_plugin [None req-2c26eb06-9091-46c0-b00e-b35dc3eba271 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] TaaS: Handle Delete Port: 89bd7482-5a3b-4ab9-9f33-b9f416945841 2026-06-10 04:54:06.189 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2c26eb06-9091-46c0-b00e-b35dc3eba271 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] Tap Mirror: Handle Delete Port: 89bd7482-5a3b-4ab9-9f33-b9f416945841 [pid: 7|app: 0|req: 542/1083] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:54:06 2026] GET /v2.0/ports?device_id=55a862d7-f2b3-4f46-98e2-898b4e30db96 => 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: 543/1084] 10.0.0.191 () {34 vars in 1040 bytes} [Wed Jun 10 04:54:06 2026] GET /v2.0/security-groups?id=776a6ac9-3df5-43ca-b0a7-15d859c52bc9&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 544/1085] 10.0.0.238 () {34 vars in 990 bytes} [Wed Jun 10 04:54:06 2026] GET /v2.0/ports?device_id=a520f9dd-5342-4486-9d2f-bdc1e65bcf70 => 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: 545/1086] 10.0.0.238 () {34 vars in 1040 bytes} [Wed Jun 10 04:54:06 2026] GET /v2.0/security-groups?id=c73a359a-00b5-4d2b-8edd-66e50801c92a&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: 542/1087] 10.0.0.208 () {34 vars in 789 bytes} [Wed Jun 10 04:54:05 2026] PUT /v2.0/routers/de3e2a21-57c9-4cca-afbc-eac540fedffd/remove_router_interface => generated 309 bytes in 910 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 04:54:06.976 7 INFO neutron_taas.services.taas.taas_plugin [None req-3b73beaa-91b7-4006-8e78-01314d4a5578 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] TaaS: Handle Delete Port: ad4364a3-5a3b-48d1-af98-1e0e58eaa427 2026-06-10 04:54:06.979 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3b73beaa-91b7-4006-8e78-01314d4a5578 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] Tap Mirror: Handle Delete Port: ad4364a3-5a3b-48d1-af98-1e0e58eaa427 2026-06-10 04:54:07.286 7 INFO neutron_taas.services.taas.taas_plugin [None req-3b73beaa-91b7-4006-8e78-01314d4a5578 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] TaaS: Handle Delete Port: f463aa6b-8fa0-42c3-82bd-2fc07f205d27 2026-06-10 04:54:07.290 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3b73beaa-91b7-4006-8e78-01314d4a5578 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] Tap Mirror: Handle Delete Port: f463aa6b-8fa0-42c3-82bd-2fc07f205d27 [pid: 8|app: 0|req: 543/1088] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:54:07 2026] GET /v2.0/ports?device_id=55a862d7-f2b3-4f46-98e2-898b4e30db96 => generated 969 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 544/1089] 10.0.0.191 () {34 vars in 1040 bytes} [Wed Jun 10 04:54:07 2026] GET /v2.0/security-groups?id=776a6ac9-3df5-43ca-b0a7-15d859c52bc9&fields=id&fields=name => generated 88 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 04:54:07.658 7 INFO neutron.services.segments.plugin [-] Segment d519b8bc-17ae-4140-af56-e006f0094859 resource provider aggregate not found 2026-06-10 04:54:07.665 7 INFO neutron.services.segments.plugin [-] Segment d519b8bc-17ae-4140-af56-e006f0094859 resource provider aggregate not found 2026-06-10 04:54:07.680 7 INFO neutron.services.segments.plugin [-] Segment d519b8bc-17ae-4140-af56-e006f0094859 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d519b8bc-17ae-4140-af56-e006f0094859 found for delete ", "request_id": "req-093ace89-bd96-4cac-9b87-94258895102e"}]} 2026-06-10 04:54:07.681 7 INFO neutron.services.segments.plugin [-] Segment d519b8bc-17ae-4140-af56-e006f0094859 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d519b8bc-17ae-4140-af56-e006f0094859 found for delete ", "request_id": "req-99405a07-3a81-4fc6-8124-ea0ed24d46fe"}]} 2026-06-10 04:54:07.691 7 INFO neutron.db.l3_hamode_db [None req-3b73beaa-91b7-4006-8e78-01314d4a5578 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] HA network ffeaf3b2-e0b2-477a-86cd-4c25950aa097 was deleted as no HA routers are present in tenant 82b36eed9d1f42f9a4a1e9f28d77ad44. [pid: 7|app: 0|req: 546/1090] 10.0.0.208 () {32 vars in 724 bytes} [Wed Jun 10 04:54:06 2026] DELETE /v2.0/routers/de3e2a21-57c9-4cca-afbc-eac540fedffd => generated 0 bytes in 941 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 545/1091] 10.0.0.208 () {32 vars in 774 bytes} [Wed Jun 10 04:54:07 2026] GET /v2.0/security-groups?tenant_id=f2b44d33b7ad475facd380fa49bc00c4&name=default => generated 2925 bytes in 231 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 547/1092] 10.0.0.208 () {32 vars in 724 bytes} [Wed Jun 10 04:54:07 2026] DELETE /v2.0/subnets/66b5da90-a9a5-4970-a80a-9646ab797924 => 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: 546/1093] 10.0.0.208 () {32 vars in 740 bytes} [Wed Jun 10 04:54:07 2026] DELETE /v2.0/security-groups/d85e54ae-c404-4861-b622-fc8d50a1aa9f => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 04:54:07.975 7 INFO neutron_taas.services.taas.taas_plugin [None req-036e6099-e46e-457d-9a56-85f3ec9078ab 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] TaaS: Handle Delete Port: 70dd9b04-2ff9-48bd-b26c-e5653e375ce5 2026-06-10 04:54:07.980 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-036e6099-e46e-457d-9a56-85f3ec9078ab 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] Tap Mirror: Handle Delete Port: 70dd9b04-2ff9-48bd-b26c-e5653e375ce5 [pid: 7|app: 0|req: 548/1094] 10.0.0.208 () {32 vars in 726 bytes} [Wed Jun 10 04:54:07 2026] DELETE /v2.0/networks/0ec4c08c-799e-4e61-83ce-0070bf6ee870 => generated 0 bytes in 310 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 547/1095] 10.0.0.208 () {32 vars in 774 bytes} [Wed Jun 10 04:54:08 2026] GET /v2.0/security-groups?tenant_id=82b36eed9d1f42f9a4a1e9f28d77ad44&name=default => generated 2921 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 549/1096] 10.0.0.208 () {32 vars in 740 bytes} [Wed Jun 10 04:54:08 2026] DELETE /v2.0/security-groups/2e4475fe-f5e9-48f9-b65b-51aec2a699f3 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 548/1097] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:54:08 2026] GET /v2.0/ports?device_id=55a862d7-f2b3-4f46-98e2-898b4e30db96 => generated 971 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 550/1098] 10.0.0.191 () {34 vars in 1040 bytes} [Wed Jun 10 04:54:08 2026] GET /v2.0/security-groups?id=776a6ac9-3df5-43ca-b0a7-15d859c52bc9&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 04:54:09.704 7 INFO neutron.services.segments.plugin [-] Segment d25cb936-e4f8-4584-ae7d-764a5a25cc0f resource provider aggregate not found 2026-06-10 04:54:09.710 7 INFO neutron.services.segments.plugin [-] Segment d25cb936-e4f8-4584-ae7d-764a5a25cc0f resource provider aggregate not found 2026-06-10 04:54:09.721 7 INFO neutron.services.segments.plugin [-] Segment d25cb936-e4f8-4584-ae7d-764a5a25cc0f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d25cb936-e4f8-4584-ae7d-764a5a25cc0f found for delete ", "request_id": "req-7f8ca370-856c-40f6-9074-fc343c09bb55"}]} 2026-06-10 04:54:09.727 7 INFO neutron.services.segments.plugin [-] Segment d25cb936-e4f8-4584-ae7d-764a5a25cc0f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d25cb936-e4f8-4584-ae7d-764a5a25cc0f found for delete ", "request_id": "req-66af7563-b3dd-442d-9ecf-058f92dc9718"}]} [pid: 8|app: 0|req: 549/1099] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:54:09 2026] GET /v2.0/ports?device_id=55a862d7-f2b3-4f46-98e2-898b4e30db96 => generated 971 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 551/1100] 10.0.0.191 () {34 vars in 1040 bytes} [Wed Jun 10 04:54:09 2026] GET /v2.0/security-groups?id=776a6ac9-3df5-43ca-b0a7-15d859c52bc9&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: 550/1101] 10.0.0.208 () {32 vars in 774 bytes} [Wed Jun 10 04:54:10 2026] GET /v2.0/security-groups?tenant_id=69b5720988674dafa72418488dedf9e2&name=default => generated 2925 bytes in 300 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 04:54:10.611 7 INFO neutron.db.segments_db [None req-d204ddf0-5949-40f8-ab26-4c966c70f8a3 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] Added segment 559edfe8-96d1-4ccf-90a7-d2d5d3ccca92 of type vxlan for network 70bf89a6-e647-4ba0-9782-331b0145424a [pid: 8|app: 0|req: 551/1102] 10.0.0.208 () {32 vars in 740 bytes} [Wed Jun 10 04:54:10 2026] DELETE /v2.0/security-groups/26fb2039-f3ae-48a3-81a7-460c0a3bd5f1 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 552/1103] 10.0.0.208 () {34 vars in 671 bytes} [Wed Jun 10 04:54:10 2026] POST /v2.0/networks => generated 728 bytes in 304 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 552/1104] 10.0.0.208 () {34 vars in 669 bytes} [Wed Jun 10 04:54:10 2026] POST /v2.0/subnets => generated 694 bytes in 221 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 04:54:10.971 7 INFO neutron.db.segments_db [None req-24bb4d9c-ade2-4e6f-abea-9152b6ebdab5 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] Added segment 9da62723-79af-443c-a317-e6e2f2421e80 of type vxlan for network 66bc639c-269d-40ed-b231-aeec01a869a3 2026-06-10 04:54:11.226 7 INFO neutron.db.l3_hamode_db [None req-24bb4d9c-ade2-4e6f-abea-9152b6ebdab5 776076a5d1f64fa5bbb8a07bfb8d71fb d493566d9f154d9cb6e2ad1c5415aebe - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 553/1105] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:54:11 2026] GET /v2.0/ports?device_id=55a862d7-f2b3-4f46-98e2-898b4e30db96 => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 554/1106] 10.0.0.191 () {34 vars in 1040 bytes} [Wed Jun 10 04:54:11 2026] GET /v2.0/security-groups?id=776a6ac9-3df5-43ca-b0a7-15d859c52bc9&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 04:54:12.081 7 INFO neutron.db.l3_hamode_db [None req-24bb4d9c-ade2-4e6f-abea-9152b6ebdab5 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 555/1107] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:54:12 2026] GET /v2.0/ports?device_id=55a862d7-f2b3-4f46-98e2-898b4e30db96 => generated 971 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 556/1108] 10.0.0.191 () {34 vars in 1040 bytes} [Wed Jun 10 04:54:12 2026] GET /v2.0/security-groups?id=776a6ac9-3df5-43ca-b0a7-15d859c52bc9&fields=id&fields=name => generated 88 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 553/1109] 10.0.0.208 () {34 vars in 669 bytes} [Wed Jun 10 04:54:10 2026] POST /v2.0/routers => generated 734 bytes in 2136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 554/1110] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:54:13 2026] GET /v2.0/ports?device_id=55a862d7-f2b3-4f46-98e2-898b4e30db96 => 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: 555/1111] 10.0.0.191 () {34 vars in 1040 bytes} [Wed Jun 10 04:54:13 2026] GET /v2.0/security-groups?id=776a6ac9-3df5-43ca-b0a7-15d859c52bc9&fields=id&fields=name => generated 88 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 556/1112] 199.204.45.109 () {34 vars in 994 bytes} [Wed Jun 10 04:54:13 2026] GET /v2.0/ports?device_id=55a862d7-f2b3-4f46-98e2-898b4e30db96 => generated 971 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 04:54:13.772 7 INFO neutron_taas.services.taas.taas_plugin [req-25154bb2-1580-4048-bb8e-8f9894b5e706 req-448a1818-3743-462c-a7a7-d5c185812379 438efd57d4a24fe585800ac3a78faaa0 e25e45571ae4487d97b67d07d0d1078d - - default default] TaaS: Handle Delete Port: ac2d19f4-8038-4e92-88c6-1b55c7844051 2026-06-10 04:54:13.775 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-25154bb2-1580-4048-bb8e-8f9894b5e706 req-448a1818-3743-462c-a7a7-d5c185812379 438efd57d4a24fe585800ac3a78faaa0 e25e45571ae4487d97b67d07d0d1078d - - default default] Tap Mirror: Handle Delete Port: ac2d19f4-8038-4e92-88c6-1b55c7844051 [pid: 7|app: 0|req: 557/1113] 199.204.45.109 () {36 vars in 997 bytes} [Wed Jun 10 04:54:13 2026] DELETE /v2.0/ports/ac2d19f4-8038-4e92-88c6-1b55c7844051 => generated 0 bytes in 258 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 04:54:13.990 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c3d9f390-1950-46ca-8a80-fd02b8709fbd'] response: {'server_uuid': '55a862d7-f2b3-4f46-98e2-898b4e30db96', 'name': 'network-vif-deleted', 'tag': 'ac2d19f4-8038-4e92-88c6-1b55c7844051', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 558/1114] 10.0.0.228 () {32 vars in 802 bytes} [Wed Jun 10 04:54:13 2026] GET /v2.0/extensions => generated 21537 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 557/1115] 10.0.0.208 () {34 vars in 783 bytes} [Wed Jun 10 04:54:13 2026] PUT /v2.0/routers/7b537faf-0f35-495d-801d-9e332e44d578/add_router_interface => generated 309 bytes in 1104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 559/1116] 10.0.0.228 () {30 vars in 724 bytes} [Wed Jun 10 04:54:14 2026] GET /v2.0/quotas/033fdad189f146f7b37bd5e79fc93220/details => generated 847 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 558/1117] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:54:14 2026] GET /v2.0/ports?device_id=55a862d7-f2b3-4f46-98e2-898b4e30db96 => 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: 560/1118] 10.0.0.208 () {34 vars in 685 bytes} [Wed Jun 10 04:54:14 2026] POST /v2.0/security-groups => generated 1660 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 559/1119] 10.0.0.208 () {34 vars in 695 bytes} [Wed Jun 10 04:54:14 2026] POST /v2.0/security-group-rules => generated 597 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 561/1120] 10.0.0.208 () {34 vars in 695 bytes} [Wed Jun 10 04:54: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: 560/1121] 10.0.0.208 () {34 vars in 676 bytes} [Wed Jun 10 04:54:15 2026] POST /v2.0/floatingips => generated 552 bytes in 507 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 562/1122] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:54:15 2026] GET /v2.0/ports?device_id=55a862d7-f2b3-4f46-98e2-898b4e30db96 => 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: 564/1125] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:54:16 2026] GET /v2.0/ports?device_id=a520f9dd-5342-4486-9d2f-bdc1e65bcf70 => generated 971 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 562/1126] 10.0.0.191 () {34 vars in 1040 bytes} [Wed Jun 10 04:54:16 2026] GET /v2.0/security-groups?id=c73a359a-00b5-4d2b-8edd-66e50801c92a&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: 565/1127] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:54:16 2026] GET /v2.0/ports?device_id=a520f9dd-5342-4486-9d2f-bdc1e65bcf70 => 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: 563/1128] 10.0.0.191 () {34 vars in 1040 bytes} [Wed Jun 10 04:54:16 2026] GET /v2.0/security-groups?id=c73a359a-00b5-4d2b-8edd-66e50801c92a&fields=id&fields=name => generated 113 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 566/1129] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:54:16 2026] GET /v2.0/ports?device_id=55a862d7-f2b3-4f46-98e2-898b4e30db96 => 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: 564/1130] 10.0.0.228 () {32 vars in 802 bytes} [Wed Jun 10 04:54:17 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: 7|app: 0|req: 567/1131] 10.0.0.228 () {30 vars in 724 bytes} [Wed Jun 10 04:54:17 2026] GET /v2.0/quotas/033fdad189f146f7b37bd5e79fc93220/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: 565/1132] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:54:17 2026] GET /v2.0/ports?device_id=a520f9dd-5342-4486-9d2f-bdc1e65bcf70 => generated 971 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 568/1133] 10.0.0.191 () {34 vars in 1040 bytes} [Wed Jun 10 04:54:17 2026] GET /v2.0/security-groups?id=c73a359a-00b5-4d2b-8edd-66e50801c92a&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: 566/1134] 10.0.0.191 () {34 vars in 1100 bytes} [Wed Jun 10 04:54:18 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1320647658&fields=id&tenant_id=d493566d9f154d9cb6e2ad1c5415aebe => generated 69 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 569/1135] 10.0.0.191 () {34 vars in 982 bytes} [Wed Jun 10 04:54:18 2026] GET /v2.0/networks?id=70bf89a6-e647-4ba0-9782-331b0145424a => generated 679 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 567/1136] 10.0.0.191 () {34 vars in 965 bytes} [Wed Jun 10 04:54:18 2026] GET /v2.0/quotas/d493566d9f154d9cb6e2ad1c5415aebe => 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: 570/1137] 10.0.0.191 () {34 vars in 1002 bytes} [Wed Jun 10 04:54:18 2026] GET /v2.0/ports?tenant_id=d493566d9f154d9cb6e2ad1c5415aebe&fields=id => generated 103 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 568/1138] 10.0.0.191 () {34 vars in 1008 bytes} [Wed Jun 10 04:54:18 2026] GET /v2.0/networks/70bf89a6-e647-4ba0-9782-331b0145424a?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: 571/1139] 10.0.0.191 () {34 vars in 1108 bytes} [Wed Jun 10 04:54:18 2026] GET /v2.0/networks/70bf89a6-e647-4ba0-9782-331b0145424a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 569/1140] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:54:18 2026] GET /v2.0/ports?device_id=8f1b613b-1c3d-46e7-ba55-706076742022 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 572/1141] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:54:19 2026] GET /v2.0/ports?device_id=a520f9dd-5342-4486-9d2f-bdc1e65bcf70 => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 570/1142] 199.204.45.109 () {34 vars in 994 bytes} [Wed Jun 10 04:54:19 2026] GET /v2.0/ports?device_id=a520f9dd-5342-4486-9d2f-bdc1e65bcf70 => 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: 573/1143] 10.0.0.191 () {34 vars in 1040 bytes} [Wed Jun 10 04:54:19 2026] GET /v2.0/security-groups?id=c73a359a-00b5-4d2b-8edd-66e50801c92a&fields=id&fields=name => generated 113 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 04:54:19.197 8 INFO neutron_taas.services.taas.taas_plugin [req-985ed3a8-80ab-4d09-bab2-95b496a8e133 req-e085ac64-b61e-4e40-bb74-d6706a535971 e130d818b2f84d289ca5c94b13738550 9744a04eb29640aba8380c2860c03fb5 - - default default] TaaS: Handle Delete Port: 668dc922-85b0-4096-b737-ccc136b48bf0 2026-06-10 04:54:19.200 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-985ed3a8-80ab-4d09-bab2-95b496a8e133 req-e085ac64-b61e-4e40-bb74-d6706a535971 e130d818b2f84d289ca5c94b13738550 9744a04eb29640aba8380c2860c03fb5 - - default default] Tap Mirror: Handle Delete Port: 668dc922-85b0-4096-b737-ccc136b48bf0 2026-06-10 04:54:19.325 8 INFO neutron.db.l3_db [req-985ed3a8-80ab-4d09-bab2-95b496a8e133 req-e085ac64-b61e-4e40-bb74-d6706a535971 e130d818b2f84d289ca5c94b13738550 9744a04eb29640aba8380c2860c03fb5 - - default default] Floating IP 58c33141-d1c8-4357-8235-0c157eaa0dec disassociated. External IP: 10.96.250.202, port: 668dc922-85b0-4096-b737-ccc136b48bf0. 2026-06-10 04:54:19.489 7 INFO neutron_taas.services.taas.taas_plugin [None req-33460b10-bda3-42e3-9d2c-6c3bcf7971d1 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] TaaS: Handle Delete Port: f6f119c5-dcd7-4dc0-9186-ea03388c56c7 2026-06-10 04:54:19.492 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-33460b10-bda3-42e3-9d2c-6c3bcf7971d1 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] Tap Mirror: Handle Delete Port: f6f119c5-dcd7-4dc0-9186-ea03388c56c7 [pid: 8|app: 0|req: 571/1144] 199.204.45.109 () {36 vars in 997 bytes} [Wed Jun 10 04:54:19 2026] DELETE /v2.0/ports/668dc922-85b0-4096-b737-ccc136b48bf0 => generated 0 bytes in 657 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 04:54:19.781 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-5a8fd2d4-0512-447f-86e5-9de046c22fae'] response: {'server_uuid': 'a520f9dd-5342-4486-9d2f-bdc1e65bcf70', 'name': 'network-vif-deleted', 'tag': '668dc922-85b0-4096-b737-ccc136b48bf0', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 572/1145] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:54:19 2026] GET /v2.0/ports?device_id=8f1b613b-1c3d-46e7-ba55-706076742022 => 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: 574/1146] 10.0.0.208 () {34 vars in 789 bytes} [Wed Jun 10 04:54:19 2026] PUT /v2.0/routers/b79a4f9e-d8a1-4d6e-b7aa-b55d6dd7eeb2/remove_router_interface => generated 309 bytes in 895 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 575/1147] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:54:20 2026] GET /v2.0/ports?device_id=a520f9dd-5342-4486-9d2f-bdc1e65bcf70 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 04:54:20.254 8 INFO neutron_taas.services.taas.taas_plugin [None req-1d7d5743-865c-4174-b016-f76f98d5a1d8 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] TaaS: Handle Delete Port: cb22a41e-6e56-4f02-b606-003890af68a1 2026-06-10 04:54:20.262 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1d7d5743-865c-4174-b016-f76f98d5a1d8 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] Tap Mirror: Handle Delete Port: cb22a41e-6e56-4f02-b606-003890af68a1 2026-06-10 04:54:20.516 8 INFO neutron_taas.services.taas.taas_plugin [None req-1d7d5743-865c-4174-b016-f76f98d5a1d8 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] TaaS: Handle Delete Port: 91c7a059-444c-4a08-9424-176d51eb1541 2026-06-10 04:54:20.518 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1d7d5743-865c-4174-b016-f76f98d5a1d8 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] Tap Mirror: Handle Delete Port: 91c7a059-444c-4a08-9424-176d51eb1541 [pid: 7|app: 0|req: 576/1148] 10.0.0.208 () {32 vars in 774 bytes} [Wed Jun 10 04:54:20 2026] GET /v2.0/security-groups?tenant_id=033fdad189f146f7b37bd5e79fc93220&name=default => generated 2925 bytes in 206 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 04:54:20.836 8 INFO neutron.services.segments.plugin [-] Segment 90d73955-c91c-43ca-aaeb-f23557941a98 resource provider aggregate not found 2026-06-10 04:54:20.844 8 INFO neutron.services.segments.plugin [-] Segment 90d73955-c91c-43ca-aaeb-f23557941a98 resource provider aggregate not found 2026-06-10 04:54:20.857 8 INFO neutron.services.segments.plugin [-] Segment 90d73955-c91c-43ca-aaeb-f23557941a98 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 90d73955-c91c-43ca-aaeb-f23557941a98 found for delete ", "request_id": "req-3c892695-76a8-4e97-961d-55df3cee2f91"}]} [pid: 7|app: 0|req: 577/1149] 10.0.0.208 () {32 vars in 740 bytes} [Wed Jun 10 04:54:20 2026] DELETE /v2.0/security-groups/b6e7333d-3ce2-4c10-a12e-b73a2efe035a => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 04:54:20.861 8 INFO neutron.services.segments.plugin [-] Segment 90d73955-c91c-43ca-aaeb-f23557941a98 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 90d73955-c91c-43ca-aaeb-f23557941a98 found for delete ", "request_id": "req-f9dd2bb9-9ef4-4775-9ee4-1ef8b6f48808"}]} 2026-06-10 04:54:20.865 8 INFO neutron.db.l3_hamode_db [None req-1d7d5743-865c-4174-b016-f76f98d5a1d8 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] HA network 6653048e-3558-414c-a6e6-d6232b9cb692 was deleted as no HA routers are present in tenant e25e45571ae4487d97b67d07d0d1078d. [pid: 8|app: 0|req: 573/1150] 10.0.0.208 () {32 vars in 724 bytes} [Wed Jun 10 04:54:20 2026] DELETE /v2.0/routers/b79a4f9e-d8a1-4d6e-b7aa-b55d6dd7eeb2 => generated 0 bytes in 850 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 578/1151] 10.0.0.208 () {32 vars in 724 bytes} [Wed Jun 10 04:54:20 2026] DELETE /v2.0/subnets/c530a0bb-d61b-4a88-8912-50eb52ad0d63 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 579/1152] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:54:21 2026] GET /v2.0/ports?device_id=8f1b613b-1c3d-46e7-ba55-706076742022 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 04:54:21.140 8 INFO neutron_taas.services.taas.taas_plugin [None req-f52926a2-f174-41ce-b61b-cf9a20f71ec3 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] TaaS: Handle Delete Port: 746f4199-d772-44a2-b1b4-e0192b4d7e00 2026-06-10 04:54:21.144 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f52926a2-f174-41ce-b61b-cf9a20f71ec3 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] Tap Mirror: Handle Delete Port: 746f4199-d772-44a2-b1b4-e0192b4d7e00 [pid: 7|app: 0|req: 580/1153] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:54:21 2026] GET /v2.0/ports?device_id=a520f9dd-5342-4486-9d2f-bdc1e65bcf70 => 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: 574/1154] 10.0.0.208 () {32 vars in 726 bytes} [Wed Jun 10 04:54:21 2026] DELETE /v2.0/networks/2f4c3132-3724-42d0-9489-5e16ca10602e => generated 0 bytes in 308 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 581/1155] 10.0.0.208 () {32 vars in 774 bytes} [Wed Jun 10 04:54:21 2026] GET /v2.0/security-groups?tenant_id=e25e45571ae4487d97b67d07d0d1078d&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: 575/1156] 10.0.0.208 () {32 vars in 740 bytes} [Wed Jun 10 04:54:21 2026] DELETE /v2.0/security-groups/776a6ac9-3df5-43ca-b0a7-15d859c52bc9 => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 582/1157] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:54:22 2026] GET /v2.0/ports?device_id=8f1b613b-1c3d-46e7-ba55-706076742022 => 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: 576/1158] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:54:22 2026] GET /v2.0/ports?device_id=a520f9dd-5342-4486-9d2f-bdc1e65bcf70 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 04:54:22.877 8 INFO neutron.services.segments.plugin [-] Segment 81536224-7f4f-4e36-93d9-a8c19f1fd36a resource provider aggregate not found 2026-06-10 04:54:22.889 8 INFO neutron.services.segments.plugin [-] Segment 81536224-7f4f-4e36-93d9-a8c19f1fd36a resource provider aggregate not found 2026-06-10 04:54:22.899 8 INFO neutron.services.segments.plugin [-] Segment 81536224-7f4f-4e36-93d9-a8c19f1fd36a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 81536224-7f4f-4e36-93d9-a8c19f1fd36a found for delete ", "request_id": "req-1499799c-74aa-4e3a-af82-5d3bbe735c54"}]} 2026-06-10 04:54:22.915 8 INFO neutron.services.segments.plugin [-] Segment 81536224-7f4f-4e36-93d9-a8c19f1fd36a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 81536224-7f4f-4e36-93d9-a8c19f1fd36a found for delete ", "request_id": "req-d4e6fe27-2321-4a55-9a1b-ab25d98212f2"}]} [pid: 7|app: 0|req: 583/1159] 199.204.45.109 () {34 vars in 986 bytes} [Wed Jun 10 04:54:23 2026] GET /v2.0/networks?id=70bf89a6-e647-4ba0-9782-331b0145424a => generated 679 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 584/1160] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:54:23 2026] GET /v2.0/ports?device_id=8f1b613b-1c3d-46e7-ba55-706076742022 => 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: 577/1161] 199.204.45.109 () {34 vars in 1050 bytes} [Wed Jun 10 04:54:23 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=d493566d9f154d9cb6e2ad1c5415aebe => generated 181 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 578/1162] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:54:23 2026] GET /v2.0/ports?device_id=a520f9dd-5342-4486-9d2f-bdc1e65bcf70 => 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: 585/1163] 199.204.45.109 () {38 vars in 955 bytes} [Wed Jun 10 04:54:23 2026] POST /v2.0/ports => generated 954 bytes in 364 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 579/1164] 199.204.45.109 () {38 vars in 1028 bytes} [Wed Jun 10 04:54:23 2026] PUT /v2.0/ports/e3ca311e-1f4f-4b9e-953c-cd36c0370ed2 => generated 1235 bytes in 439 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 04:54:24.139 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f4cd22f9-5ab0-45e8-ac40-ccf19086ee95'] response: {'name': 'network-changed', 'server_uuid': '8f1b613b-1c3d-46e7-ba55-706076742022', 'tag': 'e3ca311e-1f4f-4b9e-953c-cd36c0370ed2', 'status': 'completed', 'code': 200} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 586/1165] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:54:24 2026] GET /v2.0/ports?device_id=8f1b613b-1c3d-46e7-ba55-706076742022 => generated 969 bytes in 40 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: 580/1166] 10.0.0.191 () {34 vars in 1040 bytes} [Wed Jun 10 04:54:24 2026] GET /v2.0/security-groups?id=14bffb39-21d6-488b-9b55-a8c27b0f3e85&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 581/1167] 199.204.45.109 () {34 vars in 1080 bytes} [Wed Jun 10 04:54:24 2026] GET /v2.0/ports?tenant_id=d493566d9f154d9cb6e2ad1c5415aebe&device_id=8f1b613b-1c3d-46e7-ba55-706076742022 => generated 1238 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 587/1168] 10.0.0.208 () {32 vars in 740 bytes} [Wed Jun 10 04:54:24 2026] DELETE /v2.0/security-groups/c73a359a-00b5-4d2b-8edd-66e50801c92a => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 04:54:24.719 7 INFO neutron.api.v2.resource [None req-66fda4cf-1246-4cb4-ad95-48391df5a52c e130d818b2f84d289ca5c94b13738550 9744a04eb29640aba8380c2860c03fb5 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 588/1169] 10.0.0.208 () {32 vars in 737 bytes} [Wed Jun 10 04:54:24 2026] GET /v2.0/security-groups/c73a359a-00b5-4d2b-8edd-66e50801c92a => 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: 582/1170] 199.204.45.109 () {34 vars in 1018 bytes} [Wed Jun 10 04:54:24 2026] GET /v2.0/networks?tenant_id=d493566d9f154d9cb6e2ad1c5415aebe&shared=False => generated 775 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 583/1171] 199.204.45.109 () {34 vars in 930 bytes} [Wed Jun 10 04:54:24 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-10 04:54:24.830 7 INFO neutron_taas.services.taas.taas_plugin [None req-14966dfb-ac02-4a89-9f60-86a488ca6e7c e130d818b2f84d289ca5c94b13738550 9744a04eb29640aba8380c2860c03fb5 - - default default] TaaS: Handle Delete Port: b7e550e3-3217-4b7a-81ae-b5a7b17e50ab 2026-06-10 04:54:24.832 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-14966dfb-ac02-4a89-9f60-86a488ca6e7c e130d818b2f84d289ca5c94b13738550 9744a04eb29640aba8380c2860c03fb5 - - default default] Tap Mirror: Handle Delete Port: b7e550e3-3217-4b7a-81ae-b5a7b17e50ab [pid: 7|app: 0|req: 589/1172] 10.0.0.208 () {32 vars in 732 bytes} [Wed Jun 10 04:54:24 2026] DELETE /v2.0/floatingips/58c33141-d1c8-4357-8235-0c157eaa0dec => generated 0 bytes in 266 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 04:54:25.370 7 INFO neutron_taas.services.taas.taas_plugin [None req-df47c8ef-da95-479a-9f22-f5d97e77c683 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] TaaS: Handle Delete Port: fde58fb2-931d-4be3-8130-64203fa54634 2026-06-10 04:54:25.373 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-df47c8ef-da95-479a-9f22-f5d97e77c683 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] Tap Mirror: Handle Delete Port: fde58fb2-931d-4be3-8130-64203fa54634 [pid: 8|app: 0|req: 584/1173] 10.0.0.208 () {34 vars in 676 bytes} [Wed Jun 10 04:54:24 2026] POST /v2.0/floatingips => generated 552 bytes in 701 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 585/1174] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:54:25 2026] GET /v2.0/ports?device_id=8f1b613b-1c3d-46e7-ba55-706076742022 => 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: 590/1175] 10.0.0.208 () {34 vars in 789 bytes} [Wed Jun 10 04:54:24 2026] PUT /v2.0/routers/bef55364-3b8a-43ce-b4f6-b3b79aba3ee8/remove_router_interface => generated 309 bytes in 857 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 591/1176] 10.0.0.191 () {34 vars in 1040 bytes} [Wed Jun 10 04:54:25 2026] GET /v2.0/security-groups?id=14bffb39-21d6-488b-9b55-a8c27b0f3e85&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 592/1177] 199.204.45.109 () {34 vars in 1080 bytes} [Wed Jun 10 04:54:25 2026] GET /v2.0/ports?tenant_id=d493566d9f154d9cb6e2ad1c5415aebe&device_id=8f1b613b-1c3d-46e7-ba55-706076742022 => generated 1238 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 04:54:26.085 7 INFO neutron_taas.services.taas.taas_plugin [None req-ddbc23b7-52b3-47c8-aabf-18dea9c66396 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] TaaS: Handle Delete Port: 2c668d88-4c13-44e8-8828-b88eb8265715 2026-06-10 04:54:26.087 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ddbc23b7-52b3-47c8-aabf-18dea9c66396 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] Tap Mirror: Handle Delete Port: 2c668d88-4c13-44e8-8828-b88eb8265715 [pid: 8|app: 0|req: 586/1178] 10.0.0.208 () {34 vars in 676 bytes} [Wed Jun 10 04:54:25 2026] POST /v2.0/floatingips => generated 552 bytes in 419 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 587/1179] 199.204.45.109 () {34 vars in 1058 bytes} [Wed Jun 10 04:54:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=e3ca311e-1f4f-4b9e-953c-cd36c0370ed2 => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 04:54:26.356 7 INFO neutron_taas.services.taas.taas_plugin [None req-ddbc23b7-52b3-47c8-aabf-18dea9c66396 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] TaaS: Handle Delete Port: dc7f5202-f57f-4df2-98e9-bf216edeb3f5 2026-06-10 04:54:26.360 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ddbc23b7-52b3-47c8-aabf-18dea9c66396 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] Tap Mirror: Handle Delete Port: dc7f5202-f57f-4df2-98e9-bf216edeb3f5 2026-06-10 04:54:26.678 7 INFO neutron.services.segments.plugin [-] Segment 3ec108e4-7eec-465a-b508-5b431fccab15 resource provider aggregate not found 2026-06-10 04:54:26.682 7 INFO neutron.services.segments.plugin [-] Segment 3ec108e4-7eec-465a-b508-5b431fccab15 resource provider aggregate not found 2026-06-10 04:54:26.696 7 INFO neutron.services.segments.plugin [-] Segment 3ec108e4-7eec-465a-b508-5b431fccab15 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3ec108e4-7eec-465a-b508-5b431fccab15 found for delete ", "request_id": "req-cd80fd66-48c4-4357-9480-8aa4e3aa0358"}]} 2026-06-10 04:54:26.700 7 INFO neutron.db.l3_hamode_db [None req-ddbc23b7-52b3-47c8-aabf-18dea9c66396 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] HA network fc53be4a-1916-442f-9334-cde7a07a8ad1 was deleted as no HA routers are present in tenant 9744a04eb29640aba8380c2860c03fb5. 2026-06-10 04:54:26.701 7 INFO neutron.services.segments.plugin [-] Segment 3ec108e4-7eec-465a-b508-5b431fccab15 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3ec108e4-7eec-465a-b508-5b431fccab15 found for delete ", "request_id": "req-d1587f21-5c4c-4e44-a7bb-4e57890c3738"}]} [pid: 7|app: 0|req: 593/1180] 10.0.0.208 () {32 vars in 724 bytes} [Wed Jun 10 04:54:25 2026] DELETE /v2.0/routers/bef55364-3b8a-43ce-b4f6-b3b79aba3ee8 => generated 0 bytes in 794 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 594/1181] 199.204.45.109 () {34 vars in 984 bytes} [Wed Jun 10 04:54:26 2026] GET /v2.0/subnets?id=568dc074-3f28-4cae-87ea-53ab96962c24 => generated 697 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 588/1182] 10.0.0.208 () {34 vars in 676 bytes} [Wed Jun 10 04:54:26 2026] POST /v2.0/floatingips => generated 552 bytes in 603 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 589/1183] 199.204.45.109 () {34 vars in 1052 bytes} [Wed Jun 10 04:54:26 2026] GET /v2.0/ports?network_id=70bf89a6-e647-4ba0-9782-331b0145424a&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: 595/1184] 10.0.0.208 () {32 vars in 724 bytes} [Wed Jun 10 04:54:26 2026] DELETE /v2.0/subnets/e8644d8c-7cb7-4986-bbb3-a25fce7e0a0a => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 596/1185] 199.204.45.109 () {34 vars in 1012 bytes} [Wed Jun 10 04:54:26 2026] GET /v2.0/networks/70bf89a6-e647-4ba0-9782-331b0145424a?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 04:54:27.005 7 INFO neutron_taas.services.taas.taas_plugin [None req-22cd86e8-212d-4551-a7f8-a3534604aeca 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] TaaS: Handle Delete Port: 5d9eb34f-1ff8-4feb-b831-2c6111b84f82 2026-06-10 04:54:27.007 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-22cd86e8-212d-4551-a7f8-a3534604aeca 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] Tap Mirror: Handle Delete Port: 5d9eb34f-1ff8-4feb-b831-2c6111b84f82 [pid: 7|app: 0|req: 597/1186] 10.0.0.208 () {32 vars in 726 bytes} [Wed Jun 10 04:54:26 2026] DELETE /v2.0/networks/08960737-c2eb-4754-a112-a8b032b9afb1 => generated 0 bytes in 272 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 598/1187] 199.204.45.109 () {34 vars in 1112 bytes} [Wed Jun 10 04:54:27 2026] GET /v2.0/networks/70bf89a6-e647-4ba0-9782-331b0145424a?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: 7|app: 0|req: 599/1188] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:54:27 2026] GET /v2.0/ports?device_id=8f1b613b-1c3d-46e7-ba55-706076742022 => 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: 600/1189] 10.0.0.191 () {34 vars in 1040 bytes} [Wed Jun 10 04:54:27 2026] GET /v2.0/security-groups?id=14bffb39-21d6-488b-9b55-a8c27b0f3e85&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 590/1190] 10.0.0.208 () {34 vars in 676 bytes} [Wed Jun 10 04:54:26 2026] POST /v2.0/floatingips => generated 552 bytes in 542 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 591/1191] 10.0.0.208 () {32 vars in 774 bytes} [Wed Jun 10 04:54:27 2026] GET /v2.0/security-groups?tenant_id=9744a04eb29640aba8380c2860c03fb5&name=default => generated 2925 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 592/1192] 10.0.0.208 () {32 vars in 740 bytes} [Wed Jun 10 04:54:27 2026] DELETE /v2.0/security-groups/cbe23dbe-b334-4762-91a5-d26559fe61ec => 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: 601/1193] 10.0.0.208 () {34 vars in 676 bytes} [Wed Jun 10 04:54:27 2026] POST /v2.0/floatingips => generated 552 bytes in 497 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 593/1194] 10.0.0.208 () {34 vars in 759 bytes} [Wed Jun 10 04:54:27 2026] PUT /v2.0/floatingips/983bed74-6a92-41d7-842f-22668237ba32/tags => generated 17 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 602/1195] 10.0.0.208 () {34 vars in 759 bytes} [Wed Jun 10 04:54:27 2026] PUT /v2.0/floatingips/6211c3e2-db61-401a-be4c-4c95be9e42e7/tags => generated 25 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 594/1196] 10.0.0.208 () {34 vars in 759 bytes} [Wed Jun 10 04:54:28 2026] PUT /v2.0/floatingips/7263b116-1f26-4ebb-b7dd-2a73dc5ae22b/tags => generated 34 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 603/1197] 10.0.0.208 () {34 vars in 759 bytes} [Wed Jun 10 04:54:28 2026] PUT /v2.0/floatingips/e1889394-8822-466e-b240-7f616f8fa886/tags => generated 19 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 595/1198] 10.0.0.208 () {32 vars in 672 bytes} [Wed Jun 10 04:54:28 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 604/1199] 10.0.0.208 () {32 vars in 686 bytes} [Wed Jun 10 04:54:28 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 596/1200] 10.0.0.208 () {32 vars in 682 bytes} [Wed Jun 10 04:54:28 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 605/1201] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:54:28 2026] GET /v2.0/ports?device_id=8f1b613b-1c3d-46e7-ba55-706076742022 => 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: 597/1202] 10.0.0.208 () {32 vars in 694 bytes} [Wed Jun 10 04:54:28 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 606/1203] 10.0.0.191 () {34 vars in 1040 bytes} [Wed Jun 10 04:54:28 2026] GET /v2.0/security-groups?id=14bffb39-21d6-488b-9b55-a8c27b0f3e85&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: 598/1204] 10.0.0.208 () {32 vars in 680 bytes} [Wed Jun 10 04:54:28 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 607/1205] 10.0.0.208 () {32 vars in 694 bytes} [Wed Jun 10 04:54:28 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 599/1206] 10.0.0.208 () {32 vars in 690 bytes} [Wed Jun 10 04:54:28 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 608/1207] 10.0.0.208 () {32 vars in 702 bytes} [Wed Jun 10 04:54:28 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 04:54:28.723 7 INFO neutron.services.segments.plugin [-] Segment 37f04bb8-c40f-484a-a31f-b910d483def3 resource provider aggregate not found 2026-06-10 04:54:28.727 7 INFO neutron.services.segments.plugin [-] Segment 37f04bb8-c40f-484a-a31f-b910d483def3 resource provider aggregate not found 2026-06-10 04:54:28.739 7 INFO neutron.services.segments.plugin [-] Segment 37f04bb8-c40f-484a-a31f-b910d483def3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 37f04bb8-c40f-484a-a31f-b910d483def3 found for delete ", "request_id": "req-f23ba8ad-71a4-4a15-882c-56b6f4241d35"}]} 2026-06-10 04:54:28.743 7 INFO neutron.services.segments.plugin [-] Segment 37f04bb8-c40f-484a-a31f-b910d483def3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 37f04bb8-c40f-484a-a31f-b910d483def3 found for delete ", "request_id": "req-3261c6d4-8ab3-4afa-a8d9-9acfc8acf159"}]} 2026-06-10 04:54:28.834 8 INFO neutron_taas.services.taas.taas_plugin [None req-7800b92f-e561-44af-85b2-818218d0caff f63d5cab0d084c8eabcd56ea10fc854b e55892c8edf742d1804c74af4834bf91 - - default default] TaaS: Handle Delete Port: 74b78105-f6d4-4dbf-9669-7e512b938b47 2026-06-10 04:54:28.838 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7800b92f-e561-44af-85b2-818218d0caff f63d5cab0d084c8eabcd56ea10fc854b e55892c8edf742d1804c74af4834bf91 - - default default] Tap Mirror: Handle Delete Port: 74b78105-f6d4-4dbf-9669-7e512b938b47 [pid: 8|app: 0|req: 600/1208] 10.0.0.208 () {32 vars in 732 bytes} [Wed Jun 10 04:54:28 2026] DELETE /v2.0/floatingips/983bed74-6a92-41d7-842f-22668237ba32 => generated 0 bytes in 292 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 04:54:29.124 7 INFO neutron_taas.services.taas.taas_plugin [None req-797ea68e-2282-4964-aa69-eeaeb0d8c19e f63d5cab0d084c8eabcd56ea10fc854b e55892c8edf742d1804c74af4834bf91 - - default default] TaaS: Handle Delete Port: ee2c6854-9ba8-4b11-bdce-7b95f6b71198 2026-06-10 04:54:29.129 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-797ea68e-2282-4964-aa69-eeaeb0d8c19e f63d5cab0d084c8eabcd56ea10fc854b e55892c8edf742d1804c74af4834bf91 - - default default] Tap Mirror: Handle Delete Port: ee2c6854-9ba8-4b11-bdce-7b95f6b71198 [pid: 7|app: 0|req: 609/1209] 10.0.0.208 () {32 vars in 732 bytes} [Wed Jun 10 04:54:29 2026] DELETE /v2.0/floatingips/6211c3e2-db61-401a-be4c-4c95be9e42e7 => generated 0 bytes in 291 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 04:54:29.433 7 INFO neutron_taas.services.taas.taas_plugin [None req-d98e4700-8370-446a-861c-a5f52c1f2e5c f63d5cab0d084c8eabcd56ea10fc854b e55892c8edf742d1804c74af4834bf91 - - default default] TaaS: Handle Delete Port: e587b7e7-0b2f-49e0-b5bf-160379fc98f3 2026-06-10 04:54:29.436 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d98e4700-8370-446a-861c-a5f52c1f2e5c f63d5cab0d084c8eabcd56ea10fc854b e55892c8edf742d1804c74af4834bf91 - - default default] Tap Mirror: Handle Delete Port: e587b7e7-0b2f-49e0-b5bf-160379fc98f3 [pid: 7|app: 0|req: 610/1210] 10.0.0.208 () {32 vars in 732 bytes} [Wed Jun 10 04:54:29 2026] DELETE /v2.0/floatingips/7263b116-1f26-4ebb-b7dd-2a73dc5ae22b => generated 0 bytes in 275 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 04:54:29.590 8 INFO neutron.db.segments_db [None req-21813d44-c60b-4c1a-b3c8-2dafc51afe58 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] Added segment 5e330ba1-121f-4981-8a26-8e942df64b99 of type vxlan for network 81dd17cc-604e-4af8-b081-8244594c4b21 [pid: 7|app: 0|req: 611/1211] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:54:29 2026] GET /v2.0/ports?device_id=8f1b613b-1c3d-46e7-ba55-706076742022 => generated 969 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 601/1212] 10.0.0.208 () {34 vars in 671 bytes} [Wed Jun 10 04:54:29 2026] POST /v2.0/networks => generated 726 bytes in 398 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 602/1213] 10.0.0.191 () {34 vars in 1040 bytes} [Wed Jun 10 04:54:29 2026] GET /v2.0/security-groups?id=14bffb39-21d6-488b-9b55-a8c27b0f3e85&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 04:54:29.763 7 INFO neutron_taas.services.taas.taas_plugin [None req-7c89f8b7-23cb-4673-b8a7-fc3258398799 f63d5cab0d084c8eabcd56ea10fc854b e55892c8edf742d1804c74af4834bf91 - - default default] TaaS: Handle Delete Port: 2a481be4-6efa-47b3-89ac-0bb3c289b2f5 2026-06-10 04:54:29.765 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7c89f8b7-23cb-4673-b8a7-fc3258398799 f63d5cab0d084c8eabcd56ea10fc854b e55892c8edf742d1804c74af4834bf91 - - default default] Tap Mirror: Handle Delete Port: 2a481be4-6efa-47b3-89ac-0bb3c289b2f5 [pid: 8|app: 0|req: 603/1214] 10.0.0.208 () {34 vars in 669 bytes} [Wed Jun 10 04:54:29 2026] POST /v2.0/subnets => generated 692 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 612/1215] 10.0.0.208 () {32 vars in 732 bytes} [Wed Jun 10 04:54:29 2026] DELETE /v2.0/floatingips/e1889394-8822-466e-b240-7f616f8fa886 => generated 0 bytes in 281 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 04:54:29.964 8 INFO neutron.db.segments_db [None req-a2c416c3-cf6c-4337-9115-b08489ca0745 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] Added segment 67e19016-ae50-462e-8608-fd803a2d5e56 of type vxlan for network 00b76c6e-b11b-4a15-883b-242816595a2e 2026-06-10 04:54:30.040 7 INFO neutron_taas.services.taas.taas_plugin [None req-5bc81510-9662-4bbb-9929-7f29cae43eec f63d5cab0d084c8eabcd56ea10fc854b e55892c8edf742d1804c74af4834bf91 - - default default] TaaS: Handle Delete Port: 113a0f48-4ea6-4a3d-a5a2-16b502ab4be7 2026-06-10 04:54:30.043 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5bc81510-9662-4bbb-9929-7f29cae43eec f63d5cab0d084c8eabcd56ea10fc854b e55892c8edf742d1804c74af4834bf91 - - default default] Tap Mirror: Handle Delete Port: 113a0f48-4ea6-4a3d-a5a2-16b502ab4be7 [pid: 7|app: 0|req: 613/1216] 10.0.0.208 () {32 vars in 732 bytes} [Wed Jun 10 04:54:29 2026] DELETE /v2.0/floatingips/c15f67ff-9684-4919-97c3-9e73cd3d2e4e => generated 0 bytes in 282 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 04:54:30.224 8 INFO neutron.db.l3_hamode_db [None req-a2c416c3-cf6c-4337-9115-b08489ca0745 776076a5d1f64fa5bbb8a07bfb8d71fb 4a1cc2b61ff14c5ea4e9b284e11ff8a1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 614/1217] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:54:30 2026] GET /v2.0/ports?device_id=8f1b613b-1c3d-46e7-ba55-706076742022 => generated 969 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 617/1220] 10.0.0.191 () {34 vars in 1040 bytes} [Wed Jun 10 04:54:30 2026] GET /v2.0/security-groups?id=14bffb39-21d6-488b-9b55-a8c27b0f3e85&fields=id&fields=name => generated 114 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 04:54:30.998 8 INFO neutron.db.l3_hamode_db [None req-a2c416c3-cf6c-4337-9115-b08489ca0745 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 618/1221] 10.0.0.208 () {32 vars in 774 bytes} [Wed Jun 10 04:54:30 2026] GET /v2.0/security-groups?tenant_id=298e424ecee1484db1f99ef9312c5fcd&name=default => generated 2925 bytes in 441 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 619/1222] 10.0.0.208 () {32 vars in 740 bytes} [Wed Jun 10 04:54:31 2026] DELETE /v2.0/security-groups/7c832a50-8407-4143-9c68-2f7469312270 => 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: 620/1223] 10.0.0.208 () {32 vars in 774 bytes} [Wed Jun 10 04:54:31 2026] GET /v2.0/security-groups?tenant_id=f761ce5096e24a3f95a54366c724d0c5&name=default => generated 2925 bytes in 293 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 604/1224] 10.0.0.208 () {34 vars in 669 bytes} [Wed Jun 10 04:54:29 2026] POST /v2.0/routers => generated 732 bytes in 1971 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 605/1225] 10.0.0.208 () {32 vars in 740 bytes} [Wed Jun 10 04:54:31 2026] DELETE /v2.0/security-groups/f2604779-a4b8-4a6f-8924-36358f968cfd => 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: 621/1226] 10.0.0.208 () {32 vars in 774 bytes} [Wed Jun 10 04:54:31 2026] GET /v2.0/security-groups?tenant_id=e55892c8edf742d1804c74af4834bf91&name=default => generated 2925 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 622/1227] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:54:31 2026] GET /v2.0/ports?device_id=8f1b613b-1c3d-46e7-ba55-706076742022 => 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: 623/1228] 10.0.0.208 () {32 vars in 740 bytes} [Wed Jun 10 04:54:32 2026] DELETE /v2.0/security-groups/0904afdc-42dd-4ec1-8288-9e5c0bb56919 => 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: 624/1229] 10.0.0.191 () {34 vars in 1040 bytes} [Wed Jun 10 04:54:32 2026] GET /v2.0/security-groups?id=14bffb39-21d6-488b-9b55-a8c27b0f3e85&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 625/1230] 10.0.0.208 () {32 vars in 774 bytes} [Wed Jun 10 04:54:32 2026] GET /v2.0/security-groups?tenant_id=167de72367ed477b892e41c1727f189d&name=default => generated 2925 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 626/1231] 10.0.0.208 () {32 vars in 740 bytes} [Wed Jun 10 04:54:32 2026] DELETE /v2.0/security-groups/58e56068-c903-4a5c-95ef-3968eb75a2b1 => 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: 606/1232] 10.0.0.208 () {34 vars in 783 bytes} [Wed Jun 10 04:54:31 2026] PUT /v2.0/routers/6e5f3019-a429-4d3f-918f-b0b06f2ddca4/add_router_interface => generated 309 bytes in 1103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 627/1233] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:54:33 2026] GET /v2.0/ports?device_id=8f1b613b-1c3d-46e7-ba55-706076742022 => 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: 607/1234] 10.0.0.191 () {34 vars in 1040 bytes} [Wed Jun 10 04:54:33 2026] GET /v2.0/security-groups?id=14bffb39-21d6-488b-9b55-a8c27b0f3e85&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 608/1235] 10.0.0.191 () {34 vars in 982 bytes} [Wed Jun 10 04:54:34 2026] GET /v2.0/networks?id=81dd17cc-604e-4af8-b081-8244594c4b21 => generated 677 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 609/1236] 10.0.0.191 () {34 vars in 965 bytes} [Wed Jun 10 04:54:34 2026] GET /v2.0/quotas/4a1cc2b61ff14c5ea4e9b284e11ff8a1 => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 04:54:34.311 7 INFO neutron.db.segments_db [None req-d6ae7610-24af-4970-82ef-92d8854ddd8b 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] Added segment e7887977-a080-4ac3-9674-3f7cb3d92e9d of type vxlan for network 7dd29853-fbdf-4e8e-bf7f-b49b002b2585 [pid: 8|app: 0|req: 610/1237] 10.0.0.191 () {34 vars in 1002 bytes} [Wed Jun 10 04:54:34 2026] GET /v2.0/ports?tenant_id=4a1cc2b61ff14c5ea4e9b284e11ff8a1&fields=id => generated 103 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 611/1238] 10.0.0.191 () {34 vars in 1008 bytes} [Wed Jun 10 04:54:34 2026] GET /v2.0/networks/81dd17cc-604e-4af8-b081-8244594c4b21?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: 612/1239] 10.0.0.191 () {34 vars in 1108 bytes} [Wed Jun 10 04:54:34 2026] GET /v2.0/networks/81dd17cc-604e-4af8-b081-8244594c4b21?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: 628/1240] 10.0.0.208 () {34 vars in 671 bytes} [Wed Jun 10 04:54:33 2026] POST /v2.0/networks => generated 720 bytes in 583 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 613/1241] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:54:34 2026] GET /v2.0/ports?device_id=8f1b613b-1c3d-46e7-ba55-706076742022 => generated 971 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 614/1242] 10.0.0.191 () {34 vars in 1040 bytes} [Wed Jun 10 04:54:34 2026] GET /v2.0/security-groups?id=14bffb39-21d6-488b-9b55-a8c27b0f3e85&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 615/1243] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:54:34 2026] GET /v2.0/ports?device_id=6a79835f-3c16-4008-9949-1085bab0f6d1 => 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: 616/1244] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:54:34 2026] GET /v2.0/ports?device_id=8f1b613b-1c3d-46e7-ba55-706076742022 => 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: 629/1245] 10.0.0.208 () {34 vars in 669 bytes} [Wed Jun 10 04:54:34 2026] POST /v2.0/subnets => generated 686 bytes in 229 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 04:54:34.750 7 INFO neutron.db.segments_db [None req-84c0b33a-2da2-4bde-b03c-67868e1d38ad 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] Added segment aff459f9-35f6-4639-b736-bcbaf5550644 of type vxlan for network b034d858-db28-4018-a2ca-c2758a2a2197 2026-06-10 04:54:35.038 7 INFO neutron.db.l3_hamode_db [None req-84c0b33a-2da2-4bde-b03c-67868e1d38ad 776076a5d1f64fa5bbb8a07bfb8d71fb 14fdab60c8e546ef93344fa280a03a75 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-10 04:54:35.375 8 INFO neutron.db.l3_db [None req-4b55b1be-0814-4416-b380-1b2ea151be79 e3f588a3190c4adab25a665e94bab276 d493566d9f154d9cb6e2ad1c5415aebe - - default default] Floating IP 3ceaf8ed-6b60-4f9f-8c3c-59c169b1f732 associated. External IP: 10.96.250.218, port: e3ca311e-1f4f-4b9e-953c-cd36c0370ed2. [pid: 8|app: 0|req: 617/1246] 10.0.0.208 () {34 vars in 749 bytes} [Wed Jun 10 04:54:34 2026] PUT /v2.0/floatingips/3ceaf8ed-6b60-4f9f-8c3c-59c169b1f732 => generated 855 bytes in 1012 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 618/1247] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:54:35 2026] GET /v2.0/ports?device_id=6a79835f-3c16-4008-9949-1085bab0f6d1 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 04:54:35.747 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-46dc1460-bac9-4e78-9a33-b49d693c53ad'] response: {'name': 'network-changed', 'server_uuid': '8f1b613b-1c3d-46e7-ba55-706076742022', 'tag': 'e3ca311e-1f4f-4b9e-953c-cd36c0370ed2', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 619/1248] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:54:35 2026] GET /v2.0/ports?device_id=8f1b613b-1c3d-46e7-ba55-706076742022 => 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: 620/1249] 10.0.0.191 () {34 vars in 1040 bytes} [Wed Jun 10 04:54:35 2026] GET /v2.0/security-groups?id=14bffb39-21d6-488b-9b55-a8c27b0f3e85&fields=id&fields=name => generated 114 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 621/1250] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:54:36 2026] GET /v2.0/ports?device_id=8f1b613b-1c3d-46e7-ba55-706076742022 => generated 971 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 622/1251] 10.0.0.191 () {34 vars in 1040 bytes} [Wed Jun 10 04:54:36 2026] GET /v2.0/security-groups?id=14bffb39-21d6-488b-9b55-a8c27b0f3e85&fields=id&fields=name => generated 114 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 623/1252] 199.204.45.109 () {34 vars in 1080 bytes} [Wed Jun 10 04:54:36 2026] GET /v2.0/ports?tenant_id=d493566d9f154d9cb6e2ad1c5415aebe&device_id=8f1b613b-1c3d-46e7-ba55-706076742022 => generated 1240 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 04:54:36.319 7 INFO neutron.db.l3_hamode_db [None req-84c0b33a-2da2-4bde-b03c-67868e1d38ad 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 624/1253] 199.204.45.109 () {34 vars in 986 bytes} [Wed Jun 10 04:54:36 2026] GET /v2.0/networks?id=70bf89a6-e647-4ba0-9782-331b0145424a => generated 775 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 625/1254] 199.204.45.109 () {34 vars in 1058 bytes} [Wed Jun 10 04:54:36 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=e3ca311e-1f4f-4b9e-953c-cd36c0370ed2 => generated 858 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 626/1255] 199.204.45.109 () {34 vars in 984 bytes} [Wed Jun 10 04:54:36 2026] GET /v2.0/subnets?id=568dc074-3f28-4cae-87ea-53ab96962c24 => generated 697 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 627/1256] 199.204.45.109 () {34 vars in 1052 bytes} [Wed Jun 10 04:54:36 2026] GET /v2.0/ports?network_id=70bf89a6-e647-4ba0-9782-331b0145424a&device_owner=network%3Adhcp => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 628/1257] 199.204.45.109 () {34 vars in 1012 bytes} [Wed Jun 10 04:54:36 2026] GET /v2.0/networks/70bf89a6-e647-4ba0-9782-331b0145424a?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: 629/1258] 199.204.45.109 () {34 vars in 1112 bytes} [Wed Jun 10 04:54:36 2026] GET /v2.0/networks/70bf89a6-e647-4ba0-9782-331b0145424a?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: 630/1259] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:54:36 2026] GET /v2.0/ports?device_id=6a79835f-3c16-4008-9949-1085bab0f6d1 => 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: 630/1260] 10.0.0.208 () {34 vars in 669 bytes} [Wed Jun 10 04:54:34 2026] POST /v2.0/routers => generated 726 bytes in 2692 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 04:54:37.389 8 INFO neutron.db.segments_db [None req-c0dc853f-fced-47f5-a39c-ea915053e8e8 7b87602acd514b4d9daf64e6fde0e8c5 98bf6068716e4270bf0ebb39a4512add - - default default] Added segment c0f19c79-5cb9-4faf-a4a0-06173fc6e19a of type vxlan for network 69000f60-d826-4c41-9c54-3b13b495ccdd [pid: 7|app: 0|req: 631/1261] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:54:37 2026] GET /v2.0/ports?device_id=8f1b613b-1c3d-46e7-ba55-706076742022 => generated 971 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 631/1262] 10.0.0.208 () {34 vars in 670 bytes} [Wed Jun 10 04:54:36 2026] POST /v2.0/networks => generated 612 bytes in 536 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 632/1263] 10.0.0.191 () {34 vars in 1040 bytes} [Wed Jun 10 04:54:37 2026] GET /v2.0/security-groups?id=14bffb39-21d6-488b-9b55-a8c27b0f3e85&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 633/1264] 10.0.0.208 () {34 vars in 664 bytes} [Wed Jun 10 04:54:37 2026] POST /v2.0/ports => generated 743 bytes in 323 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-10 04:54:37.899 8 INFO neutron.db.segments_db [None req-bbe19695-9db5-404c-a908-cada7c60dc46 7b87602acd514b4d9daf64e6fde0e8c5 98bf6068716e4270bf0ebb39a4512add - - default default] Added segment be9c2099-c8c4-4be3-9786-32112f28180d of type vxlan for network 0da81305-4a3e-4352-8a4b-22f9f48c318a [pid: 8|app: 0|req: 634/1265] 10.0.0.208 () {34 vars in 670 bytes} [Wed Jun 10 04:54:37 2026] POST /v2.0/networks => generated 611 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 635/1266] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:54:37 2026] GET /v2.0/ports?device_id=6a79835f-3c16-4008-9949-1085bab0f6d1 => 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: 636/1267] 10.0.0.208 () {34 vars in 664 bytes} [Wed Jun 10 04:54:37 2026] POST /v2.0/ports => generated 743 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, ' 2026-06-10 04:54:38.391 8 INFO neutron.db.segments_db [None req-611d6ddb-5d60-4ae4-bc8b-564d8450f0f9 7b87602acd514b4d9daf64e6fde0e8c5 98bf6068716e4270bf0ebb39a4512add - - default default] Added segment 245c29a3-0973-41f2-ab46-7811b7586661 of type vxlan for network d9de71c5-3f7e-4a9b-aa28-fd13229a5bc8 [pid: 8|app: 0|req: 637/1268] 10.0.0.208 () {34 vars in 670 bytes} [Wed Jun 10 04:54:38 2026] POST /v2.0/networks => generated 612 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 632/1269] 10.0.0.208 () {34 vars in 783 bytes} [Wed Jun 10 04:54:37 2026] PUT /v2.0/routers/60f7fb62-f9ac-4f88-b081-19f4df634a69/add_router_interface => generated 309 bytes in 1273 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 633/1270] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:54:38 2026] GET /v2.0/ports?device_id=8f1b613b-1c3d-46e7-ba55-706076742022 => generated 971 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 634/1271] 199.204.45.109 () {34 vars in 994 bytes} [Wed Jun 10 04:54:38 2026] GET /v2.0/ports?device_id=8f1b613b-1c3d-46e7-ba55-706076742022 => generated 971 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 635/1272] 10.0.0.191 () {34 vars in 1040 bytes} [Wed Jun 10 04:54:38 2026] GET /v2.0/security-groups?id=14bffb39-21d6-488b-9b55-a8c27b0f3e85&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: 638/1273] 10.0.0.208 () {34 vars in 664 bytes} [Wed Jun 10 04:54:38 2026] POST /v2.0/ports => generated 743 bytes in 388 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-10 04:54:38.956 8 INFO neutron.db.segments_db [None req-79278c5b-ef0e-4cee-a8ca-cdfaa947e710 7b87602acd514b4d9daf64e6fde0e8c5 98bf6068716e4270bf0ebb39a4512add - - default default] Added segment f79ed62e-51ed-4927-8906-8c83312d260c of type vxlan for network 41cf494b-afcb-4dfc-b465-6cb6a0008c85 2026-06-10 04:54:38.958 7 INFO neutron_taas.services.taas.taas_plugin [req-dbcdb812-c065-4c1f-a0dd-20e7817ebfaf req-569afe52-7f51-4f8d-9af2-59c5d75b00b6 e3f588a3190c4adab25a665e94bab276 d493566d9f154d9cb6e2ad1c5415aebe - - default default] TaaS: Handle Delete Port: e3ca311e-1f4f-4b9e-953c-cd36c0370ed2 2026-06-10 04:54:38.961 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-dbcdb812-c065-4c1f-a0dd-20e7817ebfaf req-569afe52-7f51-4f8d-9af2-59c5d75b00b6 e3f588a3190c4adab25a665e94bab276 d493566d9f154d9cb6e2ad1c5415aebe - - default default] Tap Mirror: Handle Delete Port: e3ca311e-1f4f-4b9e-953c-cd36c0370ed2 [pid: 8|app: 0|req: 639/1274] 10.0.0.208 () {34 vars in 670 bytes} [Wed Jun 10 04:54:38 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) 2026-06-10 04:54:39.188 7 INFO neutron.db.l3_db [req-dbcdb812-c065-4c1f-a0dd-20e7817ebfaf req-569afe52-7f51-4f8d-9af2-59c5d75b00b6 e3f588a3190c4adab25a665e94bab276 d493566d9f154d9cb6e2ad1c5415aebe - - default default] Floating IP 3ceaf8ed-6b60-4f9f-8c3c-59c169b1f732 disassociated. External IP: 10.96.250.218, port: e3ca311e-1f4f-4b9e-953c-cd36c0370ed2. [pid: 8|app: 0|req: 640/1275] 10.0.0.208 () {34 vars in 664 bytes} [Wed Jun 10 04:54:39 2026] POST /v2.0/ports => generated 743 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, ' [pid: 8|app: 0|req: 641/1276] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:54:39 2026] GET /v2.0/ports?device_id=6a79835f-3c16-4008-9949-1085bab0f6d1 => 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: 642/1277] 199.204.45.109 () {34 vars in 986 bytes} [Wed Jun 10 04:54:39 2026] GET /v2.0/networks?id=81dd17cc-604e-4af8-b081-8244594c4b21 => generated 677 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 04:54:39.572 8 INFO neutron.db.segments_db [None req-e410a866-8af5-4b3e-adf6-1c839b8400f3 7b87602acd514b4d9daf64e6fde0e8c5 98bf6068716e4270bf0ebb39a4512add - - default default] Added segment 7618e508-dee3-47f3-a6ee-3ec1777439f5 of type vxlan for network c8636d98-4c2c-4e9e-8d0a-644d606cda24 [pid: 7|app: 0|req: 636/1278] 199.204.45.109 () {36 vars in 997 bytes} [Wed Jun 10 04:54:38 2026] DELETE /v2.0/ports/e3ca311e-1f4f-4b9e-953c-cd36c0370ed2 => generated 0 bytes in 721 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 04:54:39.641 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c47e2bba-fefe-4b5a-a3dc-c6238c81001e'] response: {'server_uuid': '8f1b613b-1c3d-46e7-ba55-706076742022', 'name': 'network-vif-deleted', 'tag': 'e3ca311e-1f4f-4b9e-953c-cd36c0370ed2', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 643/1279] 10.0.0.208 () {34 vars in 670 bytes} [Wed Jun 10 04:54:39 2026] POST /v2.0/networks => generated 613 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 637/1280] 199.204.45.109 () {38 vars in 955 bytes} [Wed Jun 10 04:54:39 2026] POST /v2.0/ports => generated 958 bytes in 416 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 644/1281] 10.0.0.208 () {34 vars in 664 bytes} [Wed Jun 10 04:54:39 2026] POST /v2.0/ports => generated 743 bytes in 340 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 638/1282] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:54:40 2026] GET /v2.0/ports?device_id=8f1b613b-1c3d-46e7-ba55-706076742022 => generated 12 bytes in 17 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: 639/1283] 10.0.0.208 () {34 vars in 747 bytes} [Wed Jun 10 04:54:40 2026] PUT /v2.0/ports/dc849512-b5cd-4bb4-b4fc-9fe14bf77d30/tags => generated 17 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-10 04:54:40.203 7 INFO neutron.db.segments_db [None req-383d7ab4-b898-457b-9801-ef660d344304 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] Added segment 2e158df8-632c-48f3-87c1-2d124b3d003f of type vxlan for network 26c5621e-9853-4a2a-944e-8a159f53a312 [pid: 7|app: 0|req: 640/1284] 10.0.0.208 () {34 vars in 671 bytes} [Wed Jun 10 04:54:40 2026] POST /v2.0/networks => generated 721 bytes in 188 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 641/1285] 10.0.0.208 () {34 vars in 747 bytes} [Wed Jun 10 04:54:40 2026] PUT /v2.0/ports/d9ac30e9-f777-4825-80de-1c1d7832f045/tags => generated 25 bytes in 52 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: 645/1286] 199.204.45.109 () {38 vars in 1028 bytes} [Wed Jun 10 04:54:40 2026] PUT /v2.0/ports/e30ee058-8ddc-4328-9655-cd18cdf692ac => generated 1239 bytes in 452 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: 642/1287] 10.0.0.208 () {34 vars in 669 bytes} [Wed Jun 10 04:54:40 2026] POST /v2.0/subnets => generated 687 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 04:54:40.515 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d6ac349f-9f1c-4e6a-a32d-01e7a46dc833'] response: {'name': 'network-changed', 'server_uuid': '6a79835f-3c16-4008-9949-1085bab0f6d1', 'tag': 'e30ee058-8ddc-4328-9655-cd18cdf692ac', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 646/1288] 10.0.0.208 () {34 vars in 747 bytes} [Wed Jun 10 04:54:40 2026] PUT /v2.0/ports/cb36dedc-dea4-497d-9c55-adc922246f2d/tags => generated 34 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, ' 2026-06-10 04:54:40.575 7 INFO neutron.db.segments_db [None req-6818bd9a-e848-44a8-ad22-05a376c06a70 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] Added segment 7128f560-cfd9-4729-9d8c-3fae27ef4522 of type vxlan for network 4b22b176-09a7-4ec0-a29e-6f27e1b00520 [pid: 8|app: 0|req: 647/1289] 10.0.0.208 () {34 vars in 747 bytes} [Wed Jun 10 04:54:40 2026] PUT /v2.0/ports/d4fae6e8-2323-4871-84c0-aed74da58099/tags => generated 19 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 648/1290] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:54:40 2026] GET /v2.0/ports?device_id=6a79835f-3c16-4008-9949-1085bab0f6d1 => generated 973 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 649/1291] 10.0.0.208 () {32 vars in 660 bytes} [Wed Jun 10 04:54:40 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 650/1292] 10.0.0.191 () {34 vars in 1040 bytes} [Wed Jun 10 04:54:40 2026] GET /v2.0/security-groups?id=d2b2f7c9-5a42-4aee-b10a-80296f07f6f5&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 04:54:40.876 7 INFO neutron.db.l3_hamode_db [None req-6818bd9a-e848-44a8-ad22-05a376c06a70 776076a5d1f64fa5bbb8a07bfb8d71fb d7f749e126304d6cb40b5fd6c766a747 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 651/1293] 10.0.0.208 () {32 vars in 674 bytes} [Wed Jun 10 04:54:40 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 652/1294] 10.0.0.208 () {32 vars in 670 bytes} [Wed Jun 10 04:54:40 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 653/1295] 10.0.0.208 () {32 vars in 682 bytes} [Wed Jun 10 04:54:40 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 654/1296] 199.204.45.109 () {34 vars in 1080 bytes} [Wed Jun 10 04:54:41 2026] GET /v2.0/ports?tenant_id=4a1cc2b61ff14c5ea4e9b284e11ff8a1&device_id=6a79835f-3c16-4008-9949-1085bab0f6d1 => generated 1242 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 655/1297] 10.0.0.208 () {32 vars in 668 bytes} [Wed Jun 10 04:54:41 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 656/1298] 199.204.45.109 () {34 vars in 1018 bytes} [Wed Jun 10 04:54:41 2026] GET /v2.0/networks?tenant_id=4a1cc2b61ff14c5ea4e9b284e11ff8a1&shared=False => generated 773 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 657/1299] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:54:41 2026] GET /v2.0/ports?device_id=8f1b613b-1c3d-46e7-ba55-706076742022 => 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: 658/1300] 10.0.0.208 () {32 vars in 682 bytes} [Wed Jun 10 04:54:41 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 659/1301] 199.204.45.109 () {34 vars in 930 bytes} [Wed Jun 10 04:54:41 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 660/1302] 10.0.0.208 () {32 vars in 678 bytes} [Wed Jun 10 04:54:41 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 661/1303] 10.0.0.208 () {32 vars in 690 bytes} [Wed Jun 10 04:54:41 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 04:54:41.507 8 INFO neutron_taas.services.taas.taas_plugin [None req-9a35ecd1-4e05-4a0d-9f4d-12fb8d799650 7b87602acd514b4d9daf64e6fde0e8c5 98bf6068716e4270bf0ebb39a4512add - - default default] TaaS: Handle Delete Port: dc849512-b5cd-4bb4-b4fc-9fe14bf77d30 2026-06-10 04:54:41.510 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9a35ecd1-4e05-4a0d-9f4d-12fb8d799650 7b87602acd514b4d9daf64e6fde0e8c5 98bf6068716e4270bf0ebb39a4512add - - default default] Tap Mirror: Handle Delete Port: dc849512-b5cd-4bb4-b4fc-9fe14bf77d30 [pid: 8|app: 0|req: 662/1304] 10.0.0.208 () {32 vars in 720 bytes} [Wed Jun 10 04:54:41 2026] DELETE /v2.0/ports/dc849512-b5cd-4bb4-b4fc-9fe14bf77d30 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 04:54:41.691 8 INFO neutron_taas.services.taas.taas_plugin [None req-5c7a11d9-40a5-43cf-9e2c-3a32889b5d23 7b87602acd514b4d9daf64e6fde0e8c5 98bf6068716e4270bf0ebb39a4512add - - default default] TaaS: Handle Delete Port: d9ac30e9-f777-4825-80de-1c1d7832f045 2026-06-10 04:54:41.694 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5c7a11d9-40a5-43cf-9e2c-3a32889b5d23 7b87602acd514b4d9daf64e6fde0e8c5 98bf6068716e4270bf0ebb39a4512add - - default default] Tap Mirror: Handle Delete Port: d9ac30e9-f777-4825-80de-1c1d7832f045 2026-06-10 04:54:41.723 7 INFO neutron.db.l3_hamode_db [None req-6818bd9a-e848-44a8-ad22-05a376c06a70 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 663/1305] 10.0.0.208 () {32 vars in 720 bytes} [Wed Jun 10 04:54:41 2026] DELETE /v2.0/ports/d9ac30e9-f777-4825-80de-1c1d7832f045 => generated 0 bytes in 202 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 04:54:41.893 8 INFO neutron_taas.services.taas.taas_plugin [None req-b98d1501-5c65-4e75-a6a5-425e52f10759 7b87602acd514b4d9daf64e6fde0e8c5 98bf6068716e4270bf0ebb39a4512add - - default default] TaaS: Handle Delete Port: cb36dedc-dea4-497d-9c55-adc922246f2d 2026-06-10 04:54:41.896 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b98d1501-5c65-4e75-a6a5-425e52f10759 7b87602acd514b4d9daf64e6fde0e8c5 98bf6068716e4270bf0ebb39a4512add - - default default] Tap Mirror: Handle Delete Port: cb36dedc-dea4-497d-9c55-adc922246f2d [pid: 8|app: 0|req: 664/1306] 10.0.0.208 () {32 vars in 720 bytes} [Wed Jun 10 04:54:41 2026] DELETE /v2.0/ports/cb36dedc-dea4-497d-9c55-adc922246f2d => 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: 665/1307] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:54:41 2026] GET /v2.0/ports?device_id=6a79835f-3c16-4008-9949-1085bab0f6d1 => generated 973 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 04:54:42.090 8 INFO neutron_taas.services.taas.taas_plugin [None req-0f296061-01c0-406f-adbc-ca705af042f1 7b87602acd514b4d9daf64e6fde0e8c5 98bf6068716e4270bf0ebb39a4512add - - default default] TaaS: Handle Delete Port: d4fae6e8-2323-4871-84c0-aed74da58099 2026-06-10 04:54:42.093 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0f296061-01c0-406f-adbc-ca705af042f1 7b87602acd514b4d9daf64e6fde0e8c5 98bf6068716e4270bf0ebb39a4512add - - default default] Tap Mirror: Handle Delete Port: d4fae6e8-2323-4871-84c0-aed74da58099 [pid: 8|app: 0|req: 666/1308] 10.0.0.208 () {32 vars in 720 bytes} [Wed Jun 10 04:54:42 2026] DELETE /v2.0/ports/d4fae6e8-2323-4871-84c0-aed74da58099 => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 667/1309] 10.0.0.191 () {34 vars in 1040 bytes} [Wed Jun 10 04:54:42 2026] GET /v2.0/security-groups?id=d2b2f7c9-5a42-4aee-b10a-80296f07f6f5&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 04:54:42.299 8 INFO neutron_taas.services.taas.taas_plugin [None req-5f457b7d-f2b3-4dc7-8d91-bfe22a37cc78 7b87602acd514b4d9daf64e6fde0e8c5 98bf6068716e4270bf0ebb39a4512add - - default default] TaaS: Handle Delete Port: 228434f5-3365-4385-8248-5e4a2d3b44a4 2026-06-10 04:54:42.302 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5f457b7d-f2b3-4dc7-8d91-bfe22a37cc78 7b87602acd514b4d9daf64e6fde0e8c5 98bf6068716e4270bf0ebb39a4512add - - default default] Tap Mirror: Handle Delete Port: 228434f5-3365-4385-8248-5e4a2d3b44a4 [pid: 8|app: 0|req: 668/1310] 10.0.0.208 () {32 vars in 720 bytes} [Wed Jun 10 04:54:42 2026] DELETE /v2.0/ports/228434f5-3365-4385-8248-5e4a2d3b44a4 => generated 0 bytes in 189 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 669/1311] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:54:42 2026] GET /v2.0/ports?device_id=8f1b613b-1c3d-46e7-ba55-706076742022 => 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: 670/1312] 199.204.45.109 () {34 vars in 1080 bytes} [Wed Jun 10 04:54:42 2026] GET /v2.0/ports?tenant_id=4a1cc2b61ff14c5ea4e9b284e11ff8a1&device_id=6a79835f-3c16-4008-9949-1085bab0f6d1 => generated 1242 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 04:54:42.554 8 INFO neutron.services.segments.plugin [-] Segment c0f19c79-5cb9-4faf-a4a0-06173fc6e19a resource provider aggregate not found 2026-06-10 04:54:42.559 8 INFO neutron.services.segments.plugin [-] Segment c0f19c79-5cb9-4faf-a4a0-06173fc6e19a resource provider aggregate not found 2026-06-10 04:54:42.573 8 INFO neutron.services.segments.plugin [-] Segment c0f19c79-5cb9-4faf-a4a0-06173fc6e19a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c0f19c79-5cb9-4faf-a4a0-06173fc6e19a found for delete ", "request_id": "req-72e2864a-3b8a-46c7-a03a-946e58c8b2e9"}]} 2026-06-10 04:54:42.576 8 INFO neutron.services.segments.plugin [-] Segment c0f19c79-5cb9-4faf-a4a0-06173fc6e19a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c0f19c79-5cb9-4faf-a4a0-06173fc6e19a found for delete ", "request_id": "req-9561bf7a-a5b2-4e98-bb72-1f09c058c0e4"}]} [pid: 8|app: 0|req: 671/1313] 10.0.0.208 () {32 vars in 726 bytes} [Wed Jun 10 04:54:42 2026] DELETE /v2.0/networks/69000f60-d826-4c41-9c54-3b13b495ccdd => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 643/1314] 10.0.0.208 () {34 vars in 669 bytes} [Wed Jun 10 04:54:40 2026] POST /v2.0/routers => generated 727 bytes in 2090 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 672/1315] 199.204.45.109 () {34 vars in 1060 bytes} [Wed Jun 10 04:54:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=e30ee058-8ddc-4328-9655-cd18cdf692ac => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 04:54:42.697 7 INFO neutron.services.segments.plugin [-] Segment be9c2099-c8c4-4be3-9786-32112f28180d resource provider aggregate not found 2026-06-10 04:54:42.705 7 INFO neutron.services.segments.plugin [-] Segment be9c2099-c8c4-4be3-9786-32112f28180d resource provider aggregate not found 2026-06-10 04:54:42.715 7 INFO neutron.services.segments.plugin [-] Segment be9c2099-c8c4-4be3-9786-32112f28180d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid be9c2099-c8c4-4be3-9786-32112f28180d found for delete ", "request_id": "req-c2c20732-f442-4230-84e1-1ba8f864a54e"}]} 2026-06-10 04:54:42.728 7 INFO neutron.services.segments.plugin [-] Segment be9c2099-c8c4-4be3-9786-32112f28180d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid be9c2099-c8c4-4be3-9786-32112f28180d found for delete ", "request_id": "req-a4a99579-fb83-4f3a-a856-69767d9022b0"}]} [pid: 7|app: 0|req: 644/1316] 10.0.0.208 () {32 vars in 726 bytes} [Wed Jun 10 04:54:42 2026] DELETE /v2.0/networks/0da81305-4a3e-4352-8a4b-22f9f48c318a => 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: 645/1317] 199.204.45.109 () {34 vars in 984 bytes} [Wed Jun 10 04:54:42 2026] GET /v2.0/subnets?id=7433bd15-da4f-4aec-a301-b0e8a8a4f076 => generated 695 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 646/1318] 10.0.0.208 () {32 vars in 726 bytes} [Wed Jun 10 04:54:42 2026] DELETE /v2.0/networks/d9de71c5-3f7e-4a9b-aa28-fd13229a5bc8 => 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: 647/1319] 199.204.45.109 () {34 vars in 1052 bytes} [Wed Jun 10 04:54:42 2026] GET /v2.0/ports?network_id=81dd17cc-604e-4af8-b081-8244594c4b21&device_owner=network%3Adhcp => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 648/1320] 10.0.0.208 () {32 vars in 726 bytes} [Wed Jun 10 04:54:42 2026] DELETE /v2.0/networks/41cf494b-afcb-4dfc-b465-6cb6a0008c85 => 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: 649/1321] 199.204.45.109 () {34 vars in 1012 bytes} [Wed Jun 10 04:54:43 2026] GET /v2.0/networks/81dd17cc-604e-4af8-b081-8244594c4b21?fields=segments => generated 14 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 650/1322] 10.0.0.208 () {32 vars in 726 bytes} [Wed Jun 10 04:54:43 2026] DELETE /v2.0/networks/c8636d98-4c2c-4e9e-8d0a-644d606cda24 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 651/1323] 199.204.45.109 () {34 vars in 1112 bytes} [Wed Jun 10 04:54:43 2026] GET /v2.0/networks/81dd17cc-604e-4af8-b081-8244594c4b21?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: 7|app: 0|req: 652/1324] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:54:43 2026] GET /v2.0/ports?device_id=6a79835f-3c16-4008-9949-1085bab0f6d1 => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 653/1325] 10.0.0.191 () {34 vars in 1040 bytes} [Wed Jun 10 04:54:43 2026] GET /v2.0/security-groups?id=d2b2f7c9-5a42-4aee-b10a-80296f07f6f5&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 654/1326] 10.0.0.208 () {32 vars in 740 bytes} [Wed Jun 10 04:54:43 2026] DELETE /v2.0/security-groups/14bffb39-21d6-488b-9b55-a8c27b0f3e85 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 04:54:43.617 7 INFO neutron.api.v2.resource [None req-4b772e74-5a7b-465b-8b1e-71107b7bf123 e3f588a3190c4adab25a665e94bab276 d493566d9f154d9cb6e2ad1c5415aebe - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 655/1327] 10.0.0.208 () {32 vars in 737 bytes} [Wed Jun 10 04:54:43 2026] GET /v2.0/security-groups/14bffb39-21d6-488b-9b55-a8c27b0f3e85 => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 04:54:43.712 7 INFO neutron_taas.services.taas.taas_plugin [None req-284d99db-2e43-40a5-9dd5-126bed2ccfca e3f588a3190c4adab25a665e94bab276 d493566d9f154d9cb6e2ad1c5415aebe - - default default] TaaS: Handle Delete Port: 1df06256-5a5b-4e16-89e9-9fcb1b5e589a 2026-06-10 04:54:43.715 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-284d99db-2e43-40a5-9dd5-126bed2ccfca e3f588a3190c4adab25a665e94bab276 d493566d9f154d9cb6e2ad1c5415aebe - - default default] Tap Mirror: Handle Delete Port: 1df06256-5a5b-4e16-89e9-9fcb1b5e589a [pid: 8|app: 0|req: 673/1328] 10.0.0.208 () {34 vars in 783 bytes} [Wed Jun 10 04:54:42 2026] PUT /v2.0/routers/b71979ae-6ea4-42c2-90d8-8894285e7cd8/add_router_interface => generated 309 bytes in 1168 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 656/1329] 10.0.0.208 () {32 vars in 732 bytes} [Wed Jun 10 04:54:43 2026] DELETE /v2.0/floatingips/3ceaf8ed-6b60-4f9f-8c3c-59c169b1f732 => generated 0 bytes in 232 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 04:54:44.213 8 INFO neutron_taas.services.taas.taas_plugin [None req-3695fa50-96a8-4062-a6a1-7aba0fe513f1 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] TaaS: Handle Delete Port: 9aff35cd-cd75-480a-b0a2-43ca330556d4 2026-06-10 04:54:44.217 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3695fa50-96a8-4062-a6a1-7aba0fe513f1 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] Tap Mirror: Handle Delete Port: 9aff35cd-cd75-480a-b0a2-43ca330556d4 [pid: 7|app: 0|req: 657/1330] 10.0.0.208 () {32 vars in 774 bytes} [Wed Jun 10 04:54:44 2026] GET /v2.0/security-groups?tenant_id=f08cd265c10d4fe8bf45956341d96247&name=default => generated 2925 bytes in 348 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 658/1331] 10.0.0.208 () {34 vars in 685 bytes} [Wed Jun 10 04:54:44 2026] POST /v2.0/security-groups => generated 1675 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 659/1332] 10.0.0.208 () {32 vars in 740 bytes} [Wed Jun 10 04:54:44 2026] DELETE /v2.0/security-groups/6dc25457-65db-4626-8685-27f36d587a7b => 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: 660/1333] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:54:44 2026] GET /v2.0/ports?device_id=6a79835f-3c16-4008-9949-1085bab0f6d1 => generated 973 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 04:54:44.737 7 INFO neutron.services.segments.plugin [-] Segment 245c29a3-0973-41f2-ab46-7811b7586661 resource provider aggregate not found 2026-06-10 04:54:44.751 7 INFO neutron.services.segments.plugin [-] Segment 245c29a3-0973-41f2-ab46-7811b7586661 resource provider aggregate not found 2026-06-10 04:54:44.758 7 INFO neutron.services.segments.plugin [-] Segment 245c29a3-0973-41f2-ab46-7811b7586661 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 245c29a3-0973-41f2-ab46-7811b7586661 found for delete ", "request_id": "req-1b54cf09-77a2-4806-a9c9-8b373830a3f8"}]} 2026-06-10 04:54:44.779 7 INFO neutron.services.segments.plugin [-] Segment 245c29a3-0973-41f2-ab46-7811b7586661 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 245c29a3-0973-41f2-ab46-7811b7586661 found for delete ", "request_id": "req-7f75d8ea-dcb4-4444-a71d-cbc344d58f12"}]} 2026-06-10 04:54:44.782 7 INFO neutron.services.segments.plugin [-] Segment f79ed62e-51ed-4927-8906-8c83312d260c resource provider aggregate not found 2026-06-10 04:54:44.802 7 INFO neutron.services.segments.plugin [-] Segment f79ed62e-51ed-4927-8906-8c83312d260c resource provider aggregate not found [pid: 8|app: 0|req: 674/1334] 10.0.0.208 () {34 vars in 789 bytes} [Wed Jun 10 04:54:43 2026] PUT /v2.0/routers/7b537faf-0f35-495d-801d-9e332e44d578/remove_router_interface => generated 309 bytes in 948 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 04:54:44.803 7 INFO neutron.services.segments.plugin [-] Segment f79ed62e-51ed-4927-8906-8c83312d260c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f79ed62e-51ed-4927-8906-8c83312d260c found for delete ", "request_id": "req-e2722c41-1045-4b37-9cea-1e6e91059737"}]} [pid: 7|app: 0|req: 661/1335] 10.0.0.208 () {34 vars in 695 bytes} [Wed Jun 10 04:54:44 2026] POST /v2.0/security-group-rules => generated 597 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 04:54:44.828 7 INFO neutron.services.segments.plugin [-] Segment f79ed62e-51ed-4927-8906-8c83312d260c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f79ed62e-51ed-4927-8906-8c83312d260c found for delete ", "request_id": "req-2536ab20-a671-4d56-ad8e-a6955266d85b"}]} 2026-06-10 04:54:44.829 7 INFO neutron.services.segments.plugin [-] Segment 7618e508-dee3-47f3-a6ee-3ec1777439f5 resource provider aggregate not found [pid: 8|app: 0|req: 675/1336] 10.0.0.191 () {34 vars in 1040 bytes} [Wed Jun 10 04:54:44 2026] GET /v2.0/security-groups?id=d2b2f7c9-5a42-4aee-b10a-80296f07f6f5&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 04:54:44.856 7 INFO neutron.services.segments.plugin [-] Segment 7618e508-dee3-47f3-a6ee-3ec1777439f5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7618e508-dee3-47f3-a6ee-3ec1777439f5 found for delete ", "request_id": "req-e2010055-c113-45a1-bd2a-56ac1657a1de"}]} 2026-06-10 04:54:44.864 7 INFO neutron.services.segments.plugin [-] Segment 7618e508-dee3-47f3-a6ee-3ec1777439f5 resource provider aggregate not found 2026-06-10 04:54:44.892 7 INFO neutron.services.segments.plugin [-] Segment 7618e508-dee3-47f3-a6ee-3ec1777439f5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7618e508-dee3-47f3-a6ee-3ec1777439f5 found for delete ", "request_id": "req-7b797ed7-08e0-4965-ad64-a1320e5ddec0"}]} [pid: 7|app: 0|req: 662/1337] 10.0.0.208 () {32 vars in 774 bytes} [Wed Jun 10 04:54:44 2026] GET /v2.0/security-groups?tenant_id=9eb887525c4a470db065e3a71350f747&name=default => generated 2925 bytes in 165 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 04:54:45.078 8 INFO neutron_taas.services.taas.taas_plugin [None req-7c90bcd2-1483-4218-8eb6-79386cc2f0cc 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] TaaS: Handle Delete Port: acb44dd2-75fd-4cff-99f8-f536a5ad035c 2026-06-10 04:54:45.081 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7c90bcd2-1483-4218-8eb6-79386cc2f0cc 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] Tap Mirror: Handle Delete Port: acb44dd2-75fd-4cff-99f8-f536a5ad035c [pid: 7|app: 0|req: 663/1338] 10.0.0.208 () {34 vars in 695 bytes} [Wed Jun 10 04:54:44 2026] POST /v2.0/security-group-rules => generated 596 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 664/1339] 10.0.0.208 () {32 vars in 740 bytes} [Wed Jun 10 04:54:45 2026] DELETE /v2.0/security-groups/36e8dd31-a2a0-4a60-b363-056d2f4c1cc3 => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 665/1340] 10.0.0.208 () {34 vars in 695 bytes} [Wed Jun 10 04:54:45 2026] POST /v2.0/security-group-rules => generated 602 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 04:54:45.399 8 INFO neutron_taas.services.taas.taas_plugin [None req-7c90bcd2-1483-4218-8eb6-79386cc2f0cc 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] TaaS: Handle Delete Port: a3186501-1e0e-4ec0-a6b3-de6c03fefce7 2026-06-10 04:54:45.402 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7c90bcd2-1483-4218-8eb6-79386cc2f0cc 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] Tap Mirror: Handle Delete Port: a3186501-1e0e-4ec0-a6b3-de6c03fefce7 [pid: 7|app: 0|req: 666/1341] 10.0.0.208 () {34 vars in 695 bytes} [Wed Jun 10 04:54:45 2026] POST /v2.0/security-group-rules => generated 601 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 667/1342] 10.0.0.208 () {32 vars in 774 bytes} [Wed Jun 10 04:54:45 2026] GET /v2.0/security-groups?tenant_id=98bf6068716e4270bf0ebb39a4512add&name=default => generated 2925 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 04:54:45.566 7 INFO neutron.db.securitygroups_db [None req-11dececd-6d8b-4ea9-bf67-fae5c2f6ed7c 597bd16755ea4c7882e368cbd790e11b 14fdab60c8e546ef93344fa280a03a75 - - default default] Project 14fdab60c8e546ef93344fa280a03a75 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: 668/1343] 10.0.0.208 () {34 vars in 695 bytes} [Wed Jun 10 04:54:45 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: 7|app: 0|req: 669/1344] 10.0.0.208 () {32 vars in 740 bytes} [Wed Jun 10 04:54:45 2026] DELETE /v2.0/security-groups/d714835d-802a-463e-82be-43f508e2961c => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 04:54:45.769 8 INFO neutron.services.segments.plugin [-] Segment 9da62723-79af-443c-a317-e6e2f2421e80 resource provider aggregate not found 2026-06-10 04:54:45.774 8 INFO neutron.services.segments.plugin [-] Segment 9da62723-79af-443c-a317-e6e2f2421e80 resource provider aggregate not found 2026-06-10 04:54:45.787 7 INFO neutron.db.securitygroups_db [None req-2ba57c21-8cfb-4e47-a97c-835cc5e7af32 597bd16755ea4c7882e368cbd790e11b 14fdab60c8e546ef93344fa280a03a75 - - default default] Project 14fdab60c8e546ef93344fa280a03a75 added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. 2026-06-10 04:54:45.788 8 INFO neutron.services.segments.plugin [-] Segment 9da62723-79af-443c-a317-e6e2f2421e80 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9da62723-79af-443c-a317-e6e2f2421e80 found for delete ", "request_id": "req-29716b26-e973-4d69-8f19-93146acdba78"}]} 2026-06-10 04:54:45.794 8 INFO neutron.db.l3_hamode_db [None req-7c90bcd2-1483-4218-8eb6-79386cc2f0cc 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] HA network 66bc639c-269d-40ed-b231-aeec01a869a3 was deleted as no HA routers are present in tenant d493566d9f154d9cb6e2ad1c5415aebe. 2026-06-10 04:54:45.798 8 INFO neutron.services.segments.plugin [-] Segment 9da62723-79af-443c-a317-e6e2f2421e80 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9da62723-79af-443c-a317-e6e2f2421e80 found for delete ", "request_id": "req-f3334cff-7757-4d61-b74e-8ab568cf10f9"}]} [pid: 8|app: 0|req: 676/1345] 10.0.0.208 () {32 vars in 724 bytes} [Wed Jun 10 04:54:44 2026] DELETE /v2.0/routers/7b537faf-0f35-495d-801d-9e332e44d578 => generated 0 bytes in 954 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 670/1346] 10.0.0.208 () {34 vars in 695 bytes} [Wed Jun 10 04:54:45 2026] POST /v2.0/security-group-rules => generated 606 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 677/1349] 10.0.0.208 () {32 vars in 724 bytes} [Wed Jun 10 04:54:45 2026] DELETE /v2.0/subnets/568dc074-3f28-4cae-87ea-53ab96962c24 => generated 0 bytes in 189 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 673/1350] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:54:45 2026] GET /v2.0/ports?device_id=6a79835f-3c16-4008-9949-1085bab0f6d1 => generated 973 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 674/1351] 10.0.0.191 () {34 vars in 1040 bytes} [Wed Jun 10 04:54:46 2026] GET /v2.0/security-groups?id=d2b2f7c9-5a42-4aee-b10a-80296f07f6f5&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 04:54:46.096 8 INFO neutron_taas.services.taas.taas_plugin [None req-739b0c6f-bc61-4307-ba1c-814380810a58 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] TaaS: Handle Delete Port: 33266297-d719-4679-af79-e2b94f30a689 2026-06-10 04:54:46.099 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-739b0c6f-bc61-4307-ba1c-814380810a58 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] Tap Mirror: Handle Delete Port: 33266297-d719-4679-af79-e2b94f30a689 [pid: 8|app: 0|req: 678/1352] 10.0.0.208 () {32 vars in 726 bytes} [Wed Jun 10 04:54:46 2026] DELETE /v2.0/networks/70bf89a6-e647-4ba0-9782-331b0145424a => 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: 675/1353] 10.0.0.208 () {32 vars in 774 bytes} [Wed Jun 10 04:54:46 2026] GET /v2.0/security-groups?tenant_id=d493566d9f154d9cb6e2ad1c5415aebe&name=default => generated 2925 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 679/1354] 10.0.0.208 () {32 vars in 740 bytes} [Wed Jun 10 04:54:46 2026] DELETE /v2.0/security-groups/b73c660e-c687-4986-bc42-ba2cbcdd4ca7 => 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: 676/1355] 10.0.0.208 () {34 vars in 685 bytes} [Wed Jun 10 04:54:46 2026] POST /v2.0/security-groups => generated 1660 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 680/1356] 10.0.0.208 () {34 vars in 695 bytes} [Wed Jun 10 04:54:46 2026] POST /v2.0/security-group-rules => generated 597 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 677/1357] 10.0.0.208 () {34 vars in 695 bytes} [Wed Jun 10 04:54:46 2026] POST /v2.0/security-group-rules => generated 602 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 678/1358] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:54:47 2026] GET /v2.0/ports?device_id=6a79835f-3c16-4008-9949-1085bab0f6d1 => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 679/1359] 10.0.0.191 () {34 vars in 1040 bytes} [Wed Jun 10 04:54:47 2026] GET /v2.0/security-groups?id=d2b2f7c9-5a42-4aee-b10a-80296f07f6f5&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 681/1360] 10.0.0.208 () {34 vars in 676 bytes} [Wed Jun 10 04:54:47 2026] POST /v2.0/floatingips => generated 552 bytes in 568 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 680/1361] 10.0.0.191 () {34 vars in 1098 bytes} [Wed Jun 10 04:54:47 2026] GET /v2.0/security-groups?name=tempest-securitygroup--726302612&fields=id&tenant_id=14fdab60c8e546ef93344fa280a03a75 => generated 69 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 04:54:47.816 8 INFO neutron.services.segments.plugin [-] Segment 559edfe8-96d1-4ccf-90a7-d2d5d3ccca92 resource provider aggregate not found 2026-06-10 04:54:47.833 8 INFO neutron.services.segments.plugin [-] Segment 559edfe8-96d1-4ccf-90a7-d2d5d3ccca92 resource provider aggregate not found [pid: 8|app: 0|req: 682/1362] 10.0.0.191 () {34 vars in 1100 bytes} [Wed Jun 10 04:54:47 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1154428970&fields=id&tenant_id=14fdab60c8e546ef93344fa280a03a75 => generated 69 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 04:54:47.837 8 INFO neutron.services.segments.plugin [-] Segment 559edfe8-96d1-4ccf-90a7-d2d5d3ccca92 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 559edfe8-96d1-4ccf-90a7-d2d5d3ccca92 found for delete ", "request_id": "req-0283f1d3-7439-4310-b121-c2177a125c1b"}]} 2026-06-10 04:54:47.851 8 INFO neutron.services.segments.plugin [-] Segment 559edfe8-96d1-4ccf-90a7-d2d5d3ccca92 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 559edfe8-96d1-4ccf-90a7-d2d5d3ccca92 found for delete ", "request_id": "req-31cdd122-3103-41be-9ae3-a7be9f4aa0c0"}]} [pid: 7|app: 0|req: 681/1363] 10.0.0.191 () {34 vars in 982 bytes} [Wed Jun 10 04:54:47 2026] GET /v2.0/networks?id=7dd29853-fbdf-4e8e-bf7f-b49b002b2585 => generated 671 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 683/1364] 10.0.0.191 () {34 vars in 965 bytes} [Wed Jun 10 04:54:47 2026] GET /v2.0/quotas/14fdab60c8e546ef93344fa280a03a75 => generated 292 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 682/1365] 10.0.0.191 () {34 vars in 1002 bytes} [Wed Jun 10 04:54:47 2026] GET /v2.0/ports?tenant_id=14fdab60c8e546ef93344fa280a03a75&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: 684/1366] 10.0.0.191 () {34 vars in 1008 bytes} [Wed Jun 10 04:54:48 2026] GET /v2.0/networks/7dd29853-fbdf-4e8e-bf7f-b49b002b2585?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: 683/1367] 10.0.0.191 () {34 vars in 1108 bytes} [Wed Jun 10 04:54:48 2026] GET /v2.0/networks/7dd29853-fbdf-4e8e-bf7f-b49b002b2585?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: 684/1368] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:54:48 2026] GET /v2.0/ports?device_id=3e20c923-b96f-47b4-8593-74826014d372 => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 685/1369] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:54:48 2026] GET /v2.0/ports?device_id=6a79835f-3c16-4008-9949-1085bab0f6d1 => generated 975 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 685/1370] 10.0.0.191 () {34 vars in 1040 bytes} [Wed Jun 10 04:54:48 2026] GET /v2.0/security-groups?id=d2b2f7c9-5a42-4aee-b10a-80296f07f6f5&fields=id&fields=name => generated 88 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 686/1371] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:54:49 2026] GET /v2.0/ports?device_id=6a79835f-3c16-4008-9949-1085bab0f6d1 => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 687/1372] 10.0.0.191 () {34 vars in 1040 bytes} [Wed Jun 10 04:54:49 2026] GET /v2.0/security-groups?id=d2b2f7c9-5a42-4aee-b10a-80296f07f6f5&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 04:54:49.496 8 INFO neutron.db.segments_db [None req-5c6657ad-c981-46c6-b3b6-44d09aa4b493 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] Added segment 6beb5559-f53c-4571-b780-156349812d17 of type vxlan for network f6a94a56-1309-42ff-aa51-66a6e2d04be7 [pid: 7|app: 0|req: 688/1373] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:54:49 2026] GET /v2.0/ports?device_id=3e20c923-b96f-47b4-8593-74826014d372 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 686/1374] 10.0.0.208 () {34 vars in 671 bytes} [Wed Jun 10 04:54:48 2026] POST /v2.0/networks => generated 718 bytes in 648 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 689/1375] 10.0.0.208 () {34 vars in 669 bytes} [Wed Jun 10 04:54:49 2026] POST /v2.0/subnets => generated 684 bytes in 186 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 04:54:49.815 8 INFO neutron.db.segments_db [None req-3831bc43-2394-4d77-b86d-17028eb0be63 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] Added segment 0bcae321-70de-486f-a122-abf3e137a46e of type vxlan for network 8b81705b-8589-4539-9c58-df737105c0b4 2026-06-10 04:54:50.138 8 INFO neutron.db.l3_hamode_db [None req-3831bc43-2394-4d77-b86d-17028eb0be63 776076a5d1f64fa5bbb8a07bfb8d71fb 03c669d81fa64ed6b7a659d212b3fa72 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 690/1376] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:54:50 2026] GET /v2.0/ports?device_id=6a79835f-3c16-4008-9949-1085bab0f6d1 => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 691/1377] 10.0.0.191 () {34 vars in 1040 bytes} [Wed Jun 10 04:54:50 2026] GET /v2.0/security-groups?id=d2b2f7c9-5a42-4aee-b10a-80296f07f6f5&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: 692/1378] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:54:50 2026] GET /v2.0/ports?device_id=3e20c923-b96f-47b4-8593-74826014d372 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 04:54:50.801 8 INFO neutron.db.l3_hamode_db [None req-3831bc43-2394-4d77-b86d-17028eb0be63 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-10 04:54:51.023 7 INFO neutron.db.segments_db [None req-54781339-74df-493b-8772-1c22befb95b5 8d7a40c6d37b4a62a586a36bb6ac2ebd 3edbedcd518b4ab994dfda6f4f66014f - - default default] Added segment 936b6d84-67e9-40b8-addc-3cae294e499d of type vxlan for network 6e748e2b-e65d-4673-bbb2-114b4fe602c9 2026-06-10 04:54:51.260 7 INFO neutron.db.l3_hamode_db [None req-54781339-74df-493b-8772-1c22befb95b5 8d7a40c6d37b4a62a586a36bb6ac2ebd 3edbedcd518b4ab994dfda6f4f66014f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-10 04:54:51.393 7 INFO neutron.db.l3_hamode_db [None req-54781339-74df-493b-8772-1c22befb95b5 8d7a40c6d37b4a62a586a36bb6ac2ebd 3edbedcd518b4ab994dfda6f4f66014f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 687/1379] 10.0.0.208 () {34 vars in 669 bytes} [Wed Jun 10 04:54:49 2026] POST /v2.0/routers => generated 724 bytes in 1821 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 688/1380] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:54:51 2026] GET /v2.0/ports?device_id=6a79835f-3c16-4008-9949-1085bab0f6d1 => generated 975 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 689/1381] 199.204.45.109 () {34 vars in 994 bytes} [Wed Jun 10 04:54:51 2026] GET /v2.0/ports?device_id=6a79835f-3c16-4008-9949-1085bab0f6d1 => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 693/1382] 10.0.0.208 () {34 vars in 668 bytes} [Wed Jun 10 04:54:50 2026] POST /v2.0/routers => generated 474 bytes in 1139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 694/1383] 10.0.0.191 () {34 vars in 1040 bytes} [Wed Jun 10 04:54:51 2026] GET /v2.0/security-groups?id=d2b2f7c9-5a42-4aee-b10a-80296f07f6f5&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: 695/1384] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:54:51 2026] GET /v2.0/ports?device_id=3e20c923-b96f-47b4-8593-74826014d372 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 04:54:52.128 7 INFO neutron_taas.services.taas.taas_plugin [req-88165b5d-0497-49de-9bea-2cf013c234f3 req-935c8611-cf9b-4df1-a397-33a021455678 cbf0967b3a414e52a8e1a57cfd7ae05b 4a1cc2b61ff14c5ea4e9b284e11ff8a1 - - default default] TaaS: Handle Delete Port: e30ee058-8ddc-4328-9655-cd18cdf692ac 2026-06-10 04:54:52.131 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-88165b5d-0497-49de-9bea-2cf013c234f3 req-935c8611-cf9b-4df1-a397-33a021455678 cbf0967b3a414e52a8e1a57cfd7ae05b 4a1cc2b61ff14c5ea4e9b284e11ff8a1 - - default default] Tap Mirror: Handle Delete Port: e30ee058-8ddc-4328-9655-cd18cdf692ac [pid: 7|app: 0|req: 696/1385] 199.204.45.109 () {36 vars in 997 bytes} [Wed Jun 10 04:54:52 2026] DELETE /v2.0/ports/e30ee058-8ddc-4328-9655-cd18cdf692ac => generated 0 bytes in 297 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 04:54:52.339 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-1b73ee2b-05d6-4d06-b387-1019f977235d'] response: {'server_uuid': '6a79835f-3c16-4008-9949-1085bab0f6d1', 'name': 'network-vif-deleted', 'tag': 'e30ee058-8ddc-4328-9655-cd18cdf692ac', 'status': 'completed', 'code': 200} 2026-06-10 04:54:52.348 7 INFO neutron.db.l3_hamode_db [None req-3189fd2f-0458-414b-a385-61e07178e792 8d7a40c6d37b4a62a586a36bb6ac2ebd 3edbedcd518b4ab994dfda6f4f66014f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-10 04:54:52.458 7 INFO neutron.db.l3_hamode_db [None req-3189fd2f-0458-414b-a385-61e07178e792 8d7a40c6d37b4a62a586a36bb6ac2ebd 3edbedcd518b4ab994dfda6f4f66014f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 690/1386] 10.0.0.208 () {34 vars in 783 bytes} [Wed Jun 10 04:54:51 2026] PUT /v2.0/routers/e0f49a38-4e26-4379-8876-8dab7878676d/add_router_interface => generated 309 bytes in 1091 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 691/1387] 199.204.45.109 () {34 vars in 986 bytes} [Wed Jun 10 04:54:52 2026] GET /v2.0/networks?id=7dd29853-fbdf-4e8e-bf7f-b49b002b2585 => generated 671 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 692/1388] 199.204.45.109 () {34 vars in 1050 bytes} [Wed Jun 10 04:54:52 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=14fdab60c8e546ef93344fa280a03a75 => generated 273 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 697/1389] 10.0.0.208 () {34 vars in 668 bytes} [Wed Jun 10 04:54:52 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) 2026-06-10 04:54:53.119 7 INFO neutron.db.l3_hamode_db [None req-8acaa43c-8b16-4038-8000-76684e33b817 8d7a40c6d37b4a62a586a36bb6ac2ebd 3edbedcd518b4ab994dfda6f4f66014f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-10 04:54:53.240 7 INFO neutron.db.l3_hamode_db [None req-8acaa43c-8b16-4038-8000-76684e33b817 8d7a40c6d37b4a62a586a36bb6ac2ebd 3edbedcd518b4ab994dfda6f4f66014f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 693/1390] 199.204.45.109 () {38 vars in 955 bytes} [Wed Jun 10 04:54:52 2026] POST /v2.0/ports => generated 993 bytes in 460 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 694/1391] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:54:53 2026] GET /v2.0/ports?device_id=6a79835f-3c16-4008-9949-1085bab0f6d1 => 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: 695/1392] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:54:53 2026] GET /v2.0/ports?device_id=3e20c923-b96f-47b4-8593-74826014d372 => generated 996 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 696/1393] 199.204.45.109 () {38 vars in 1028 bytes} [Wed Jun 10 04:54:53 2026] PUT /v2.0/ports/15a28536-8a83-4628-ae29-846c04ccd5ea => generated 1274 bytes in 411 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: 698/1394] 10.0.0.208 () {34 vars in 668 bytes} [Wed Jun 10 04:54:53 2026] POST /v2.0/routers => generated 474 bytes in 766 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 697/1395] 10.0.0.191 () {34 vars in 1120 bytes} [Wed Jun 10 04:54:53 2026] GET /v2.0/security-groups?id=97ca0100-2de5-419a-9a28-db7f4746b315&id=3f35bb5c-e5b7-4aae-92dd-616aa967fbba&fields=id&fields=name => generated 206 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 04:54:53.861 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-bfbaf1ec-13b9-452d-bcc3-4a8f5b2d1d7e'] response: {'name': 'network-changed', 'server_uuid': '3e20c923-b96f-47b4-8593-74826014d372', 'tag': '15a28536-8a83-4628-ae29-846c04ccd5ea', 'status': 'completed', 'code': 200} 2026-06-10 04:54:53.904 8 INFO neutron.db.l3_hamode_db [None req-2f2ac3e5-7a2c-4766-9f75-ef75bef1ea64 8d7a40c6d37b4a62a586a36bb6ac2ebd 3edbedcd518b4ab994dfda6f4f66014f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 699/1396] 10.0.0.208 () {34 vars in 685 bytes} [Wed Jun 10 04:54:53 2026] POST /v2.0/security-groups => generated 1660 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-10 04:54:54.073 8 INFO neutron.db.l3_hamode_db [None req-2f2ac3e5-7a2c-4766-9f75-ef75bef1ea64 8d7a40c6d37b4a62a586a36bb6ac2ebd 3edbedcd518b4ab994dfda6f4f66014f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 700/1397] 10.0.0.208 () {34 vars in 695 bytes} [Wed Jun 10 04:54:53 2026] POST /v2.0/security-group-rules => generated 597 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 701/1398] 10.0.0.208 () {34 vars in 695 bytes} [Wed Jun 10 04:54:54 2026] POST /v2.0/security-group-rules => generated 602 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 698/1399] 10.0.0.208 () {34 vars in 668 bytes} [Wed Jun 10 04:54:53 2026] POST /v2.0/routers => generated 474 bytes in 918 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 702/1400] 10.0.0.208 () {34 vars in 676 bytes} [Wed Jun 10 04:54:54 2026] POST /v2.0/floatingips => generated 552 bytes in 564 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 699/1401] 199.204.45.109 () {34 vars in 1080 bytes} [Wed Jun 10 04:54:54 2026] GET /v2.0/ports?tenant_id=14fdab60c8e546ef93344fa280a03a75&device_id=3e20c923-b96f-47b4-8593-74826014d372 => generated 1277 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 703/1402] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:54:54 2026] GET /v2.0/ports?device_id=6a79835f-3c16-4008-9949-1085bab0f6d1 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 04:54:54.835 8 INFO neutron.db.l3_hamode_db [None req-abeb5fee-fe8d-44ff-a13c-fafd4a89e0fd 8d7a40c6d37b4a62a586a36bb6ac2ebd 3edbedcd518b4ab994dfda6f4f66014f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 704/1403] 199.204.45.109 () {34 vars in 1018 bytes} [Wed Jun 10 04:54:54 2026] GET /v2.0/networks?tenant_id=14fdab60c8e546ef93344fa280a03a75&shared=False => generated 767 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 705/1404] 199.204.45.109 () {34 vars in 930 bytes} [Wed Jun 10 04:54:54 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 04:54:54.937 8 INFO neutron.db.l3_hamode_db [None req-abeb5fee-fe8d-44ff-a13c-fafd4a89e0fd 8d7a40c6d37b4a62a586a36bb6ac2ebd 3edbedcd518b4ab994dfda6f4f66014f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 706/1405] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:54:54 2026] GET /v2.0/ports?device_id=3e20c923-b96f-47b4-8593-74826014d372 => generated 1008 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 707/1406] 10.0.0.191 () {34 vars in 1120 bytes} [Wed Jun 10 04:54:55 2026] GET /v2.0/security-groups?id=97ca0100-2de5-419a-9a28-db7f4746b315&id=3f35bb5c-e5b7-4aae-92dd-616aa967fbba&fields=id&fields=name => generated 206 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 708/1407] 10.0.0.191 () {34 vars in 1098 bytes} [Wed Jun 10 04:54:55 2026] GET /v2.0/security-groups?name=tempest-securitygroup--398343841&fields=id&tenant_id=03c669d81fa64ed6b7a659d212b3fa72 => generated 69 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 709/1408] 10.0.0.191 () {34 vars in 982 bytes} [Wed Jun 10 04:54:55 2026] GET /v2.0/networks?id=f6a94a56-1309-42ff-aa51-66a6e2d04be7 => generated 669 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 710/1409] 10.0.0.191 () {34 vars in 965 bytes} [Wed Jun 10 04:54:55 2026] GET /v2.0/quotas/03c669d81fa64ed6b7a659d212b3fa72 => 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: 711/1410] 10.0.0.191 () {34 vars in 1002 bytes} [Wed Jun 10 04:54:55 2026] GET /v2.0/ports?tenant_id=03c669d81fa64ed6b7a659d212b3fa72&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: 712/1411] 10.0.0.191 () {34 vars in 1008 bytes} [Wed Jun 10 04:54:55 2026] GET /v2.0/networks/f6a94a56-1309-42ff-aa51-66a6e2d04be7?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: 713/1412] 10.0.0.191 () {34 vars in 1108 bytes} [Wed Jun 10 04:54:55 2026] GET /v2.0/networks/f6a94a56-1309-42ff-aa51-66a6e2d04be7?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: 700/1413] 10.0.0.208 () {34 vars in 668 bytes} [Wed Jun 10 04:54:54 2026] POST /v2.0/routers => generated 474 bytes in 760 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 701/1414] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:54:55 2026] GET /v2.0/ports?device_id=89de1d07-9cd5-4eaa-a3cb-00560119a252 => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 714/1415] 10.0.0.208 () {34 vars in 751 bytes} [Wed Jun 10 04:54:55 2026] PUT /v2.0/routers/eee9d196-e58f-44a4-9496-05c3e38d0cee/tags => generated 17 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 702/1416] 10.0.0.208 () {34 vars in 751 bytes} [Wed Jun 10 04:54:55 2026] PUT /v2.0/routers/8b970f21-0006-4624-8d7b-ec8c8112f4bc/tags => generated 25 bytes in 149 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 715/1417] 10.0.0.208 () {34 vars in 751 bytes} [Wed Jun 10 04:54:55 2026] PUT /v2.0/routers/694943e6-0366-4cfd-8ec7-929b4e821c68/tags => generated 34 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 716/1418] 199.204.45.109 () {34 vars in 1080 bytes} [Wed Jun 10 04:54:55 2026] GET /v2.0/ports?tenant_id=14fdab60c8e546ef93344fa280a03a75&device_id=3e20c923-b96f-47b4-8593-74826014d372 => generated 1277 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 717/1419] 10.0.0.208 () {34 vars in 751 bytes} [Wed Jun 10 04:54:55 2026] PUT /v2.0/routers/c2c6e4c0-8151-4d4a-be6c-3c06d5fb34c1/tags => generated 19 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 718/1420] 199.204.45.109 () {34 vars in 1058 bytes} [Wed Jun 10 04:54:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=15a28536-8a83-4628-ae29-846c04ccd5ea => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 719/1421] 10.0.0.208 () {32 vars in 664 bytes} [Wed Jun 10 04:54:56 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 720/1422] 199.204.45.109 () {34 vars in 984 bytes} [Wed Jun 10 04:54:56 2026] GET /v2.0/subnets?id=967a53d4-12d7-4209-8293-4f95255c8629 => generated 689 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 721/1423] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:54:56 2026] GET /v2.0/ports?device_id=3e20c923-b96f-47b4-8593-74826014d372 => generated 1008 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 722/1424] 10.0.0.208 () {32 vars in 678 bytes} [Wed Jun 10 04:54:56 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 723/1425] 199.204.45.109 () {34 vars in 1052 bytes} [Wed Jun 10 04:54:56 2026] GET /v2.0/ports?network_id=7dd29853-fbdf-4e8e-bf7f-b49b002b2585&device_owner=network%3Adhcp => generated 1244 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 04:54:56.341 8 INFO neutron_taas.services.taas.taas_plugin [None req-93dec226-d28d-48f7-824b-9a443281cfce 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] TaaS: Handle Delete Port: 41a3791f-ee2e-4e74-b056-3ce9698d11f6 2026-06-10 04:54:56.344 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-93dec226-d28d-48f7-824b-9a443281cfce 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] Tap Mirror: Handle Delete Port: 41a3791f-ee2e-4e74-b056-3ce9698d11f6 [pid: 7|app: 0|req: 724/1426] 10.0.0.191 () {34 vars in 1120 bytes} [Wed Jun 10 04:54:56 2026] GET /v2.0/security-groups?id=97ca0100-2de5-419a-9a28-db7f4746b315&id=3f35bb5c-e5b7-4aae-92dd-616aa967fbba&fields=id&fields=name => generated 206 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 725/1427] 10.0.0.208 () {32 vars in 674 bytes} [Wed Jun 10 04:54:56 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 726/1428] 199.204.45.109 () {34 vars in 1012 bytes} [Wed Jun 10 04:54:56 2026] GET /v2.0/networks/7dd29853-fbdf-4e8e-bf7f-b49b002b2585?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: 727/1429] 10.0.0.208 () {32 vars in 686 bytes} [Wed Jun 10 04:54:56 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 728/1430] 199.204.45.109 () {34 vars in 1112 bytes} [Wed Jun 10 04:54:56 2026] GET /v2.0/networks/7dd29853-fbdf-4e8e-bf7f-b49b002b2585?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 729/1431] 10.0.0.208 () {32 vars in 672 bytes} [Wed Jun 10 04:54:56 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 730/1432] 10.0.0.208 () {32 vars in 686 bytes} [Wed Jun 10 04:54:56 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 731/1433] 10.0.0.208 () {32 vars in 682 bytes} [Wed Jun 10 04:54:56 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 732/1434] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:54:56 2026] GET /v2.0/ports?device_id=89de1d07-9cd5-4eaa-a3cb-00560119a252 => 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: 703/1435] 10.0.0.208 () {34 vars in 789 bytes} [Wed Jun 10 04:54:55 2026] PUT /v2.0/routers/6e5f3019-a429-4d3f-918f-b0b06f2ddca4/remove_router_interface => generated 309 bytes in 1009 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 04:54:57.135 8 INFO neutron_taas.services.taas.taas_plugin [None req-af6ab3c4-c050-4ce2-9a1f-5f8412847440 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] TaaS: Handle Delete Port: 3711b8e3-2a1b-4ad6-8ae3-7a7b7cebba80 2026-06-10 04:54:57.142 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-af6ab3c4-c050-4ce2-9a1f-5f8412847440 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] Tap Mirror: Handle Delete Port: 3711b8e3-2a1b-4ad6-8ae3-7a7b7cebba80 [pid: 7|app: 0|req: 733/1436] 10.0.0.208 () {32 vars in 694 bytes} [Wed Jun 10 04:54:56 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 425 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 734/1437] 10.0.0.208 () {32 vars in 721 bytes} [Wed Jun 10 04:54:57 2026] GET /v2.0/routers/eee9d196-e58f-44a4-9496-05c3e38d0cee => generated 485 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 04:54:57.459 8 INFO neutron_taas.services.taas.taas_plugin [None req-af6ab3c4-c050-4ce2-9a1f-5f8412847440 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] TaaS: Handle Delete Port: 535f7d55-4a0c-42e8-895e-05fef6da2fd7 2026-06-10 04:54:57.462 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-af6ab3c4-c050-4ce2-9a1f-5f8412847440 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] Tap Mirror: Handle Delete Port: 535f7d55-4a0c-42e8-895e-05fef6da2fd7 [pid: 7|app: 0|req: 735/1438] 10.0.0.208 () {34 vars in 742 bytes} [Wed Jun 10 04:54:57 2026] PUT /v2.0/routers/eee9d196-e58f-44a4-9496-05c3e38d0cee => generated 485 bytes in 510 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 04:54:57.837 8 INFO neutron.services.segments.plugin [-] Segment 67e19016-ae50-462e-8608-fd803a2d5e56 resource provider aggregate not found 2026-06-10 04:54:57.846 8 INFO neutron.services.segments.plugin [-] Segment 67e19016-ae50-462e-8608-fd803a2d5e56 resource provider aggregate not found [pid: 7|app: 0|req: 736/1439] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:54:57 2026] GET /v2.0/ports?device_id=3e20c923-b96f-47b4-8593-74826014d372 => generated 1008 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 04:54:57.860 8 INFO neutron.services.segments.plugin [-] Segment 67e19016-ae50-462e-8608-fd803a2d5e56 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 67e19016-ae50-462e-8608-fd803a2d5e56 found for delete ", "request_id": "req-9932882e-7e5a-48a7-b312-6406514350c4"}]} 2026-06-10 04:54:57.867 8 INFO neutron.services.segments.plugin [-] Segment 67e19016-ae50-462e-8608-fd803a2d5e56 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 67e19016-ae50-462e-8608-fd803a2d5e56 found for delete ", "request_id": "req-84784892-0696-404f-8c8f-7c5b81e5766b"}]} [pid: 7|app: 0|req: 737/1440] 10.0.0.208 () {32 vars in 736 bytes} [Wed Jun 10 04:54:57 2026] GET /v2.0/ports?device_id=eee9d196-e58f-44a4-9496-05c3e38d0cee => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 04:54:57.868 8 INFO neutron.db.l3_hamode_db [None req-af6ab3c4-c050-4ce2-9a1f-5f8412847440 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] HA network 00b76c6e-b11b-4a15-883b-242816595a2e was deleted as no HA routers are present in tenant 4a1cc2b61ff14c5ea4e9b284e11ff8a1. [pid: 8|app: 0|req: 704/1441] 10.0.0.208 () {32 vars in 724 bytes} [Wed Jun 10 04:54:56 2026] DELETE /v2.0/routers/6e5f3019-a429-4d3f-918f-b0b06f2ddca4 => generated 0 bytes in 976 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 705/1442] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:54:57 2026] GET /v2.0/ports?device_id=89de1d07-9cd5-4eaa-a3cb-00560119a252 => 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: 738/1443] 10.0.0.191 () {34 vars in 1120 bytes} [Wed Jun 10 04:54:57 2026] GET /v2.0/security-groups?id=97ca0100-2de5-419a-9a28-db7f4746b315&id=3f35bb5c-e5b7-4aae-92dd-616aa967fbba&fields=id&fields=name => generated 206 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 739/1444] 10.0.0.208 () {32 vars in 724 bytes} [Wed Jun 10 04:54:57 2026] DELETE /v2.0/subnets/7433bd15-da4f-4aec-a301-b0e8a8a4f076 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 04:54:58.060 8 INFO neutron_taas.services.taas.taas_plugin [None req-faa4d287-c36b-4e00-96e3-3569c591ce9b 8d7a40c6d37b4a62a586a36bb6ac2ebd 3edbedcd518b4ab994dfda6f4f66014f - - default default] TaaS: Handle Delete Port: 12e86f6a-8474-4035-82f3-99a79d5ef276 2026-06-10 04:54:58.062 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-faa4d287-c36b-4e00-96e3-3569c591ce9b 8d7a40c6d37b4a62a586a36bb6ac2ebd 3edbedcd518b4ab994dfda6f4f66014f - - default default] Tap Mirror: Handle Delete Port: 12e86f6a-8474-4035-82f3-99a79d5ef276 2026-06-10 04:54:58.148 7 INFO neutron_taas.services.taas.taas_plugin [None req-26aed2da-9d2c-4836-92c6-6a79388d1be4 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] TaaS: Handle Delete Port: db9e1cda-f038-48d9-99b8-673957691a76 2026-06-10 04:54:58.151 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-26aed2da-9d2c-4836-92c6-6a79388d1be4 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] Tap Mirror: Handle Delete Port: db9e1cda-f038-48d9-99b8-673957691a76 [pid: 8|app: 0|req: 706/1445] 10.0.0.208 () {32 vars in 724 bytes} [Wed Jun 10 04:54:57 2026] DELETE /v2.0/routers/eee9d196-e58f-44a4-9496-05c3e38d0cee => generated 0 bytes in 388 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 707/1446] 10.0.0.208 () {32 vars in 721 bytes} [Wed Jun 10 04:54:58 2026] GET /v2.0/routers/8b970f21-0006-4624-8d7b-ec8c8112f4bc => generated 493 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 04:54:58.347 7 INFO neutron.services.segments.plugin [-] Segment 5e330ba1-121f-4981-8a26-8e942df64b99 resource provider aggregate not found 2026-06-10 04:54:58.352 7 INFO neutron.services.segments.plugin [-] Segment 5e330ba1-121f-4981-8a26-8e942df64b99 resource provider aggregate not found 2026-06-10 04:54:58.364 7 INFO neutron.services.segments.plugin [-] Segment 5e330ba1-121f-4981-8a26-8e942df64b99 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5e330ba1-121f-4981-8a26-8e942df64b99 found for delete ", "request_id": "req-3682d620-04f3-418b-b74d-397123bb7bae"}]} 2026-06-10 04:54:58.367 7 INFO neutron.services.segments.plugin [-] Segment 5e330ba1-121f-4981-8a26-8e942df64b99 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5e330ba1-121f-4981-8a26-8e942df64b99 found for delete ", "request_id": "req-8188a507-f09e-4fb0-9d60-5c1785e8b5d0"}]} [pid: 7|app: 0|req: 740/1447] 10.0.0.208 () {32 vars in 726 bytes} [Wed Jun 10 04:54:58 2026] DELETE /v2.0/networks/81dd17cc-604e-4af8-b081-8244594c4b21 => generated 0 bytes in 323 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 741/1448] 10.0.0.208 () {32 vars in 774 bytes} [Wed Jun 10 04:54:58 2026] GET /v2.0/security-groups?tenant_id=4a1cc2b61ff14c5ea4e9b284e11ff8a1&name=default => generated 2925 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 742/1449] 10.0.0.208 () {32 vars in 740 bytes} [Wed Jun 10 04:54:58 2026] DELETE /v2.0/security-groups/d2b2f7c9-5a42-4aee-b10a-80296f07f6f5 => 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: 743/1450] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:54:58 2026] GET /v2.0/ports?device_id=89de1d07-9cd5-4eaa-a3cb-00560119a252 => 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: 744/1451] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:54:58 2026] GET /v2.0/ports?device_id=3e20c923-b96f-47b4-8593-74826014d372 => generated 1008 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 745/1452] 10.0.0.191 () {34 vars in 1120 bytes} [Wed Jun 10 04:54:59 2026] GET /v2.0/security-groups?id=97ca0100-2de5-419a-9a28-db7f4746b315&id=3f35bb5c-e5b7-4aae-92dd-616aa967fbba&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: 708/1453] 10.0.0.208 () {34 vars in 742 bytes} [Wed Jun 10 04:54:58 2026] PUT /v2.0/routers/8b970f21-0006-4624-8d7b-ec8c8112f4bc => generated 493 bytes in 985 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 746/1454] 10.0.0.208 () {32 vars in 736 bytes} [Wed Jun 10 04:54:59 2026] GET /v2.0/ports?device_id=8b970f21-0006-4624-8d7b-ec8c8112f4bc => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 04:54:59.578 8 INFO neutron_taas.services.taas.taas_plugin [None req-3fa052f9-31d0-41fb-94e6-7f378b9269fc 8d7a40c6d37b4a62a586a36bb6ac2ebd 3edbedcd518b4ab994dfda6f4f66014f - - default default] TaaS: Handle Delete Port: 2de7ecc3-9a88-46bf-ab03-1da3b2b3dc26 2026-06-10 04:54:59.581 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3fa052f9-31d0-41fb-94e6-7f378b9269fc 8d7a40c6d37b4a62a586a36bb6ac2ebd 3edbedcd518b4ab994dfda6f4f66014f - - default default] Tap Mirror: Handle Delete Port: 2de7ecc3-9a88-46bf-ab03-1da3b2b3dc26 [pid: 7|app: 0|req: 747/1455] 199.204.45.109 () {34 vars in 994 bytes} [Wed Jun 10 04:54:59 2026] GET /v2.0/ports?device_id=3e20c923-b96f-47b4-8593-74826014d372 => generated 1277 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 709/1456] 10.0.0.208 () {32 vars in 724 bytes} [Wed Jun 10 04:54:59 2026] DELETE /v2.0/routers/8b970f21-0006-4624-8d7b-ec8c8112f4bc => generated 0 bytes in 408 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 748/1457] 199.204.45.109 () {34 vars in 1124 bytes} [Wed Jun 10 04:54:59 2026] GET /v2.0/security-groups?id=3f35bb5c-e5b7-4aae-92dd-616aa967fbba&id=97ca0100-2de5-419a-9a28-db7f4746b315&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: 710/1458] 10.0.0.208 () {32 vars in 721 bytes} [Wed Jun 10 04:54:59 2026] GET /v2.0/routers/694943e6-0366-4cfd-8ec7-929b4e821c68 => generated 502 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 711/1459] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:55:00 2026] GET /v2.0/ports?device_id=89de1d07-9cd5-4eaa-a3cb-00560119a252 => 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: 712/1460] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:55:00 2026] GET /v2.0/ports?device_id=3e20c923-b96f-47b4-8593-74826014d372 => 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: 713/1461] 10.0.0.191 () {34 vars in 1120 bytes} [Wed Jun 10 04:55:00 2026] GET /v2.0/security-groups?id=97ca0100-2de5-419a-9a28-db7f4746b315&id=3f35bb5c-e5b7-4aae-92dd-616aa967fbba&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: 7|app: 0|req: 749/1462] 10.0.0.208 () {34 vars in 742 bytes} [Wed Jun 10 04:54:59 2026] PUT /v2.0/routers/694943e6-0366-4cfd-8ec7-929b4e821c68 => generated 502 bytes in 620 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 714/1463] 10.0.0.208 () {32 vars in 736 bytes} [Wed Jun 10 04:55:00 2026] GET /v2.0/ports?device_id=694943e6-0366-4cfd-8ec7-929b4e821c68 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 04:55:00.671 7 INFO neutron_taas.services.taas.taas_plugin [None req-01e95dc4-8f6e-4449-8d7e-6dac2b76fb89 8d7a40c6d37b4a62a586a36bb6ac2ebd 3edbedcd518b4ab994dfda6f4f66014f - - default default] TaaS: Handle Delete Port: 6ca0fdbf-c0f2-4735-8bfe-fb0ffdfbe97f 2026-06-10 04:55:00.674 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-01e95dc4-8f6e-4449-8d7e-6dac2b76fb89 8d7a40c6d37b4a62a586a36bb6ac2ebd 3edbedcd518b4ab994dfda6f4f66014f - - default default] Tap Mirror: Handle Delete Port: 6ca0fdbf-c0f2-4735-8bfe-fb0ffdfbe97f [pid: 7|app: 0|req: 750/1466] 10.0.0.208 () {32 vars in 724 bytes} [Wed Jun 10 04:55:00 2026] DELETE /v2.0/routers/694943e6-0366-4cfd-8ec7-929b4e821c68 => generated 0 bytes in 388 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 717/1467] 10.0.0.208 () {32 vars in 721 bytes} [Wed Jun 10 04:55:00 2026] GET /v2.0/routers/c2c6e4c0-8151-4d4a-be6c-3c06d5fb34c1 => generated 487 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 718/1468] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:55:01 2026] GET /v2.0/ports?device_id=89de1d07-9cd5-4eaa-a3cb-00560119a252 => 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: 719/1469] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:55:01 2026] GET /v2.0/ports?device_id=3e20c923-b96f-47b4-8593-74826014d372 => generated 1010 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 720/1470] 10.0.0.191 () {34 vars in 1120 bytes} [Wed Jun 10 04:55:01 2026] GET /v2.0/security-groups?id=97ca0100-2de5-419a-9a28-db7f4746b315&id=3f35bb5c-e5b7-4aae-92dd-616aa967fbba&fields=id&fields=name => generated 206 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 751/1471] 10.0.0.208 () {34 vars in 742 bytes} [Wed Jun 10 04:55:00 2026] PUT /v2.0/routers/c2c6e4c0-8151-4d4a-be6c-3c06d5fb34c1 => generated 487 bytes in 561 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 721/1472] 10.0.0.208 () {32 vars in 736 bytes} [Wed Jun 10 04:55:01 2026] GET /v2.0/ports?device_id=c2c6e4c0-8151-4d4a-be6c-3c06d5fb34c1 => 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: 752/1473] 199.204.45.109 () {34 vars in 986 bytes} [Wed Jun 10 04:55:01 2026] GET /v2.0/networks?id=f6a94a56-1309-42ff-aa51-66a6e2d04be7 => generated 669 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 753/1474] 199.204.45.109 () {34 vars in 1050 bytes} [Wed Jun 10 04:55:01 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=03c669d81fa64ed6b7a659d212b3fa72 => generated 180 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 04:55:01.708 8 INFO neutron_taas.services.taas.taas_plugin [None req-ac69341f-0398-4247-9220-d7f256ca7998 8d7a40c6d37b4a62a586a36bb6ac2ebd 3edbedcd518b4ab994dfda6f4f66014f - - default default] TaaS: Handle Delete Port: f7bf37d8-7830-44c1-bbe0-457fd58df3da 2026-06-10 04:55:01.712 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ac69341f-0398-4247-9220-d7f256ca7998 8d7a40c6d37b4a62a586a36bb6ac2ebd 3edbedcd518b4ab994dfda6f4f66014f - - default default] Tap Mirror: Handle Delete Port: f7bf37d8-7830-44c1-bbe0-457fd58df3da [pid: 8|app: 0|req: 722/1475] 10.0.0.208 () {32 vars in 724 bytes} [Wed Jun 10 04:55:01 2026] DELETE /v2.0/routers/c2c6e4c0-8151-4d4a-be6c-3c06d5fb34c1 => generated 0 bytes in 363 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 723/1476] 10.0.0.208 () {32 vars in 721 bytes} [Wed Jun 10 04:55:01 2026] GET /v2.0/routers/6b29b9f8-3025-4146-bf33-9d897bb9010d => generated 480 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 754/1477] 199.204.45.109 () {38 vars in 955 bytes} [Wed Jun 10 04:55:01 2026] POST /v2.0/ports => generated 958 bytes in 382 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 755/1478] 199.204.45.109 () {38 vars in 1028 bytes} [Wed Jun 10 04:55:02 2026] PUT /v2.0/ports/dd96ef9f-f606-420f-a8ed-a4082916931f => generated 1239 bytes in 525 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: 724/1479] 10.0.0.208 () {34 vars in 742 bytes} [Wed Jun 10 04:55:01 2026] PUT /v2.0/routers/6b29b9f8-3025-4146-bf33-9d897bb9010d => generated 480 bytes in 621 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 756/1480] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:55:02 2026] GET /v2.0/ports?device_id=89de1d07-9cd5-4eaa-a3cb-00560119a252 => 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: 757/1481] 10.0.0.208 () {32 vars in 736 bytes} [Wed Jun 10 04:55:02 2026] GET /v2.0/ports?device_id=6b29b9f8-3025-4146-bf33-9d897bb9010d => 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: 725/1482] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:55:02 2026] GET /v2.0/ports?device_id=3e20c923-b96f-47b4-8593-74826014d372 => generated 1010 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 758/1483] 10.0.0.191 () {34 vars in 1040 bytes} [Wed Jun 10 04:55:02 2026] GET /v2.0/security-groups?id=3f147aa0-d895-49ac-8711-66ee12edb71c&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 759/1484] 10.0.0.191 () {34 vars in 1120 bytes} [Wed Jun 10 04:55:02 2026] GET /v2.0/security-groups?id=97ca0100-2de5-419a-9a28-db7f4746b315&id=3f35bb5c-e5b7-4aae-92dd-616aa967fbba&fields=id&fields=name => generated 206 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 04:55:02.714 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ab058668-81d7-442e-8bb4-ad72127e50f5'] response: {'name': 'network-changed', 'server_uuid': '89de1d07-9cd5-4eaa-a3cb-00560119a252', 'tag': 'dd96ef9f-f606-420f-a8ed-a4082916931f', 'status': 'completed', 'code': 200} 2026-06-10 04:55:02.813 8 INFO neutron_taas.services.taas.taas_plugin [None req-4cceb332-bd32-4aa5-bf01-69e617940688 8d7a40c6d37b4a62a586a36bb6ac2ebd 3edbedcd518b4ab994dfda6f4f66014f - - default default] TaaS: Handle Delete Port: 5544527d-e365-418c-b4e4-29cd8717dbf8 2026-06-10 04:55:02.817 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4cceb332-bd32-4aa5-bf01-69e617940688 8d7a40c6d37b4a62a586a36bb6ac2ebd 3edbedcd518b4ab994dfda6f4f66014f - - default default] Tap Mirror: Handle Delete Port: 5544527d-e365-418c-b4e4-29cd8717dbf8 [pid: 7|app: 0|req: 760/1485] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:55:02 2026] GET /v2.0/ports?device_id=3e20c923-b96f-47b4-8593-74826014d372 => generated 1010 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 04:55:03.231 7 INFO neutron.db.l3_db [None req-85b783be-9bf0-4c69-90f1-d1aadf757761 597bd16755ea4c7882e368cbd790e11b 14fdab60c8e546ef93344fa280a03a75 - - default default] Floating IP 8840158e-db1a-44d8-ad81-c2bb6a3023ae associated. External IP: 10.96.250.219, port: 15a28536-8a83-4628-ae29-846c04ccd5ea. 2026-06-10 04:55:03.252 8 INFO neutron.services.segments.plugin [-] Segment 936b6d84-67e9-40b8-addc-3cae294e499d resource provider aggregate not found 2026-06-10 04:55:03.255 8 INFO neutron.services.segments.plugin [-] Segment 936b6d84-67e9-40b8-addc-3cae294e499d resource provider aggregate not found 2026-06-10 04:55:03.271 8 INFO neutron.services.segments.plugin [-] Segment 936b6d84-67e9-40b8-addc-3cae294e499d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 936b6d84-67e9-40b8-addc-3cae294e499d found for delete ", "request_id": "req-791dafe6-28b7-48f8-9475-de685dfbfa6b"}]} 2026-06-10 04:55:03.274 8 INFO neutron.services.segments.plugin [-] Segment 936b6d84-67e9-40b8-addc-3cae294e499d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 936b6d84-67e9-40b8-addc-3cae294e499d found for delete ", "request_id": "req-165ad53f-0a2d-4d65-84b3-26a5886159d9"}]} 2026-06-10 04:55:03.282 8 INFO neutron.db.l3_hamode_db [None req-4cceb332-bd32-4aa5-bf01-69e617940688 8d7a40c6d37b4a62a586a36bb6ac2ebd 3edbedcd518b4ab994dfda6f4f66014f - - default default] HA network 6e748e2b-e65d-4673-bbb2-114b4fe602c9 was deleted as no HA routers are present in tenant 3edbedcd518b4ab994dfda6f4f66014f. [pid: 8|app: 0|req: 726/1486] 10.0.0.208 () {32 vars in 724 bytes} [Wed Jun 10 04:55:02 2026] DELETE /v2.0/routers/6b29b9f8-3025-4146-bf33-9d897bb9010d => generated 0 bytes in 647 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 727/1487] 199.204.45.109 () {34 vars in 1080 bytes} [Wed Jun 10 04:55:03 2026] GET /v2.0/ports?tenant_id=03c669d81fa64ed6b7a659d212b3fa72&device_id=89de1d07-9cd5-4eaa-a3cb-00560119a252 => generated 1242 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 728/1488] 199.204.45.109 () {34 vars in 1018 bytes} [Wed Jun 10 04:55:03 2026] GET /v2.0/networks?tenant_id=03c669d81fa64ed6b7a659d212b3fa72&shared=False => generated 765 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 729/1489] 199.204.45.109 () {34 vars in 930 bytes} [Wed Jun 10 04:55:03 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 761/1490] 10.0.0.208 () {34 vars in 749 bytes} [Wed Jun 10 04:55:02 2026] PUT /v2.0/floatingips/8840158e-db1a-44d8-ad81-c2bb6a3023ae => generated 855 bytes in 660 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 730/1491] 10.0.0.208 () {32 vars in 774 bytes} [Wed Jun 10 04:55:03 2026] GET /v2.0/security-groups?tenant_id=1441e9ed03ba4c9f964893445e86ff45&name=default => generated 2925 bytes in 334 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 762/1492] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:55:03 2026] GET /v2.0/ports?device_id=89de1d07-9cd5-4eaa-a3cb-00560119a252 => generated 973 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 763/1493] 10.0.0.191 () {34 vars in 1040 bytes} [Wed Jun 10 04:55:03 2026] GET /v2.0/security-groups?id=3f147aa0-d895-49ac-8711-66ee12edb71c&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: 731/1494] 10.0.0.208 () {32 vars in 740 bytes} [Wed Jun 10 04:55:03 2026] DELETE /v2.0/security-groups/eaeaa399-91c0-4655-834c-d39f7e57ee3c => 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: 764/1495] 10.0.0.208 () {32 vars in 774 bytes} [Wed Jun 10 04:55:04 2026] GET /v2.0/security-groups?tenant_id=b4936783f2ed469183bfa8f283f391b2&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: 765/1496] 10.0.0.208 () {32 vars in 740 bytes} [Wed Jun 10 04:55:04 2026] DELETE /v2.0/security-groups/95e27522-9481-4b06-a2d9-b347d5a9928b => 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: 732/1497] 10.0.0.208 () {32 vars in 774 bytes} [Wed Jun 10 04:55:04 2026] GET /v2.0/security-groups?tenant_id=e4965ea781d84f8ea8fa2e4e45a68bdf&name=default => generated 2925 bytes in 274 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 733/1498] 199.204.45.109 () {34 vars in 1080 bytes} [Wed Jun 10 04:55:04 2026] GET /v2.0/ports?tenant_id=03c669d81fa64ed6b7a659d212b3fa72&device_id=89de1d07-9cd5-4eaa-a3cb-00560119a252 => generated 1242 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 766/1499] 10.0.0.208 () {32 vars in 740 bytes} [Wed Jun 10 04:55:04 2026] DELETE /v2.0/security-groups/b7276f7a-e1cf-4ddb-b3f1-7c233a192481 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 734/1500] 199.204.45.109 () {34 vars in 1060 bytes} [Wed Jun 10 04:55:04 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=dd96ef9f-f606-420f-a8ed-a4082916931f => 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: 767/1501] 199.204.45.109 () {34 vars in 984 bytes} [Wed Jun 10 04:55:04 2026] GET /v2.0/subnets?id=405a3b85-9b85-4557-a843-314a39855bf3 => generated 687 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 735/1502] 199.204.45.109 () {34 vars in 1052 bytes} [Wed Jun 10 04:55:04 2026] GET /v2.0/ports?network_id=f6a94a56-1309-42ff-aa51-66a6e2d04be7&device_owner=network%3Adhcp => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 768/1503] 199.204.45.109 () {34 vars in 1012 bytes} [Wed Jun 10 04:55:04 2026] GET /v2.0/networks/f6a94a56-1309-42ff-aa51-66a6e2d04be7?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: 769/1504] 199.204.45.109 () {34 vars in 1112 bytes} [Wed Jun 10 04:55:04 2026] GET /v2.0/networks/f6a94a56-1309-42ff-aa51-66a6e2d04be7?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 04:55:04.758 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-33af0768-9c17-46b3-b4e8-6f9568cd1bf4'] response: {'name': 'network-changed', 'server_uuid': '3e20c923-b96f-47b4-8593-74826014d372', 'tag': '15a28536-8a83-4628-ae29-846c04ccd5ea', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 736/1505] 10.0.0.208 () {32 vars in 774 bytes} [Wed Jun 10 04:55:04 2026] GET /v2.0/security-groups?tenant_id=3edbedcd518b4ab994dfda6f4f66014f&name=default => generated 2925 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 770/1506] 10.0.0.208 () {32 vars in 740 bytes} [Wed Jun 10 04:55:04 2026] DELETE /v2.0/security-groups/0df07ea9-5add-4e7a-8fd7-d26f2d1ae339 => 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: 737/1507] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:55:04 2026] GET /v2.0/ports?device_id=89de1d07-9cd5-4eaa-a3cb-00560119a252 => generated 973 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 771/1508] 10.0.0.191 () {34 vars in 1040 bytes} [Wed Jun 10 04:55:05 2026] GET /v2.0/security-groups?id=3f147aa0-d895-49ac-8711-66ee12edb71c&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: 738/1509] 10.0.0.208 () {32 vars in 774 bytes} [Wed Jun 10 04:55:05 2026] GET /v2.0/security-groups?tenant_id=d2d551f56677485f805a26c68aa005ef&name=default => generated 2925 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 739/1510] 199.204.45.109 () {34 vars in 1080 bytes} [Wed Jun 10 04:55:05 2026] GET /v2.0/ports?tenant_id=14fdab60c8e546ef93344fa280a03a75&device_id=3e20c923-b96f-47b4-8593-74826014d372 => generated 1279 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 772/1511] 10.0.0.208 () {32 vars in 740 bytes} [Wed Jun 10 04:55:05 2026] DELETE /v2.0/security-groups/66dcc9f7-9d9c-4984-8f3e-e3bf367f6553 => generated 0 bytes in 170 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 740/1512] 199.204.45.109 () {34 vars in 986 bytes} [Wed Jun 10 04:55:05 2026] GET /v2.0/networks?id=7dd29853-fbdf-4e8e-bf7f-b49b002b2585 => generated 767 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 773/1513] 199.204.45.109 () {34 vars in 1058 bytes} [Wed Jun 10 04:55:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=15a28536-8a83-4628-ae29-846c04ccd5ea => generated 860 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 741/1514] 199.204.45.109 () {34 vars in 984 bytes} [Wed Jun 10 04:55:05 2026] GET /v2.0/subnets?id=967a53d4-12d7-4209-8293-4f95255c8629 => generated 689 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 774/1515] 199.204.45.109 () {34 vars in 1052 bytes} [Wed Jun 10 04:55:05 2026] GET /v2.0/ports?network_id=7dd29853-fbdf-4e8e-bf7f-b49b002b2585&device_owner=network%3Adhcp => generated 1244 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 742/1516] 199.204.45.109 () {34 vars in 1012 bytes} [Wed Jun 10 04:55:05 2026] GET /v2.0/networks/7dd29853-fbdf-4e8e-bf7f-b49b002b2585?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: 775/1517] 199.204.45.109 () {34 vars in 1112 bytes} [Wed Jun 10 04:55:05 2026] GET /v2.0/networks/7dd29853-fbdf-4e8e-bf7f-b49b002b2585?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: 743/1518] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:55:06 2026] GET /v2.0/ports?device_id=89de1d07-9cd5-4eaa-a3cb-00560119a252 => generated 973 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 776/1519] 10.0.0.191 () {34 vars in 1040 bytes} [Wed Jun 10 04:55:06 2026] GET /v2.0/security-groups?id=3f147aa0-d895-49ac-8711-66ee12edb71c&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: 744/1520] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:55:07 2026] GET /v2.0/ports?device_id=89de1d07-9cd5-4eaa-a3cb-00560119a252 => generated 975 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 777/1521] 10.0.0.191 () {34 vars in 1040 bytes} [Wed Jun 10 04:55:07 2026] GET /v2.0/security-groups?id=3f147aa0-d895-49ac-8711-66ee12edb71c&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 745/1522] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:55:08 2026] GET /v2.0/ports?device_id=89de1d07-9cd5-4eaa-a3cb-00560119a252 => 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: 778/1523] 10.0.0.191 () {34 vars in 1040 bytes} [Wed Jun 10 04:55:08 2026] GET /v2.0/security-groups?id=3f147aa0-d895-49ac-8711-66ee12edb71c&fields=id&fields=name => generated 113 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 746/1524] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:55:09 2026] GET /v2.0/ports?device_id=89de1d07-9cd5-4eaa-a3cb-00560119a252 => generated 975 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 779/1525] 10.0.0.191 () {34 vars in 1040 bytes} [Wed Jun 10 04:55:09 2026] GET /v2.0/security-groups?id=3f147aa0-d895-49ac-8711-66ee12edb71c&fields=id&fields=name => generated 113 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 780/1526] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:55:09 2026] GET /v2.0/ports?device_id=89de1d07-9cd5-4eaa-a3cb-00560119a252 => generated 975 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 04:55:10.232 8 INFO neutron.db.segments_db [None req-49bb9638-646f-4c2f-a0c9-6a81e8184dde a7d2b235c15e47d98dc8b52235671a45 934e63149bfd4632b11a4fb933f7fd02 - - default default] Added segment b09a16e2-5d99-4fba-a731-2ecb4aa5c352 of type vxlan for network bac32a2d-c5c3-4730-8350-0254cf5a2bbc 2026-06-10 04:55:10.329 7 INFO neutron.db.l3_db [None req-7bf86f8d-cf04-4ea0-9dfb-be61772f3806 def4d04bb1dc4da88a33bd5ad6b9a3ff 03c669d81fa64ed6b7a659d212b3fa72 - - default default] Floating IP 862d5f30-9adc-4da1-a8e8-034bb930d487 associated. External IP: 10.96.250.216, port: dd96ef9f-f606-420f-a8ed-a4082916931f. [pid: 8|app: 0|req: 747/1527] 10.0.0.208 () {34 vars in 670 bytes} [Wed Jun 10 04:55:09 2026] POST /v2.0/networks => generated 613 bytes in 528 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 748/1528] 10.0.0.208 () {34 vars in 669 bytes} [Wed Jun 10 04:55:10 2026] POST /v2.0/subnets => generated 626 bytes in 258 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 04:55:10.683 8 INFO neutron.db.segments_db [None req-60cd20f6-82a4-44c5-aba5-985de7fba829 a7d2b235c15e47d98dc8b52235671a45 934e63149bfd4632b11a4fb933f7fd02 - - default default] Added segment 5db6e21b-e680-470c-a362-a17fa46f0097 of type vxlan for network 2a2f2a52-097c-4c7d-b71a-bcda90d0d071 [pid: 7|app: 0|req: 781/1529] 10.0.0.208 () {34 vars in 749 bytes} [Wed Jun 10 04:55:09 2026] PUT /v2.0/floatingips/862d5f30-9adc-4da1-a8e8-034bb930d487 => generated 856 bytes in 756 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 04:55:10.730 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e8ca60d7-fe46-4963-99fa-fe109a8c7955'] response: {'name': 'network-changed', 'server_uuid': '89de1d07-9cd5-4eaa-a3cb-00560119a252', 'tag': 'dd96ef9f-f606-420f-a8ed-a4082916931f', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 749/1530] 10.0.0.208 () {34 vars in 670 bytes} [Wed Jun 10 04:55:10 2026] POST /v2.0/networks => generated 613 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 782/1531] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:55:10 2026] GET /v2.0/ports?device_id=89de1d07-9cd5-4eaa-a3cb-00560119a252 => generated 975 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 783/1532] 10.0.0.191 () {34 vars in 1040 bytes} [Wed Jun 10 04:55:10 2026] GET /v2.0/security-groups?id=3f147aa0-d895-49ac-8711-66ee12edb71c&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: 750/1533] 10.0.0.208 () {34 vars in 669 bytes} [Wed Jun 10 04:55:10 2026] POST /v2.0/subnets => generated 629 bytes in 288 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 04:55:11.130 7 INFO neutron.db.segments_db [None req-87a1cb4c-7685-45d8-98ab-aa7f1512bebe a7d2b235c15e47d98dc8b52235671a45 934e63149bfd4632b11a4fb933f7fd02 - - default default] Added segment 8ce07687-759e-4ef4-bba4-9edf5eea7a55 of type vxlan for network 5349b48c-2ae0-4b91-b6dc-fed46be712c2 [pid: 7|app: 0|req: 784/1534] 10.0.0.208 () {34 vars in 670 bytes} [Wed Jun 10 04:55:11 2026] POST /v2.0/networks => generated 613 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 785/1535] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:55:11 2026] GET /v2.0/ports?device_id=89de1d07-9cd5-4eaa-a3cb-00560119a252 => generated 975 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 786/1536] 199.204.45.109 () {34 vars in 1080 bytes} [Wed Jun 10 04:55:11 2026] GET /v2.0/ports?tenant_id=03c669d81fa64ed6b7a659d212b3fa72&device_id=89de1d07-9cd5-4eaa-a3cb-00560119a252 => 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: 751/1537] 10.0.0.208 () {32 vars in 774 bytes} [Wed Jun 10 04:55:11 2026] GET /v2.0/security-groups?tenant_id=419f91c1a7914d10a8d74ae427713c01&name=default => generated 2925 bytes in 325 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 752/1538] 10.0.0.191 () {34 vars in 1040 bytes} [Wed Jun 10 04:55:11 2026] GET /v2.0/security-groups?id=3f147aa0-d895-49ac-8711-66ee12edb71c&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 753/1539] 199.204.45.109 () {34 vars in 986 bytes} [Wed Jun 10 04:55:11 2026] GET /v2.0/networks?id=f6a94a56-1309-42ff-aa51-66a6e2d04be7 => generated 765 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 754/1540] 10.0.0.208 () {32 vars in 740 bytes} [Wed Jun 10 04:55:11 2026] DELETE /v2.0/security-groups/11b16a73-c4b5-419e-860d-b776eebe0989 => 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: 787/1541] 10.0.0.208 () {34 vars in 669 bytes} [Wed Jun 10 04:55:11 2026] POST /v2.0/subnets => generated 629 bytes in 262 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 755/1542] 199.204.45.109 () {34 vars in 1060 bytes} [Wed Jun 10 04:55:11 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=dd96ef9f-f606-420f-a8ed-a4082916931f => generated 859 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 788/1543] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:55:11 2026] GET /v2.0/ports?device_id=3e20c923-b96f-47b4-8593-74826014d372 => generated 1010 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 04:55:11.664 8 INFO neutron.db.segments_db [None req-3586ce4f-2384-4144-9641-e9933d099707 a7d2b235c15e47d98dc8b52235671a45 934e63149bfd4632b11a4fb933f7fd02 - - default default] Added segment fc4b8fec-df6a-48ff-bbb6-7c2b2afa09bf of type vxlan for network 620eaab3-9994-470b-a092-4eaa40ef52d7 [pid: 7|app: 0|req: 789/1544] 199.204.45.109 () {34 vars in 984 bytes} [Wed Jun 10 04:55:11 2026] GET /v2.0/subnets?id=405a3b85-9b85-4557-a843-314a39855bf3 => generated 687 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 790/1545] 10.0.0.191 () {34 vars in 1120 bytes} [Wed Jun 10 04:55:11 2026] GET /v2.0/security-groups?id=97ca0100-2de5-419a-9a28-db7f4746b315&id=3f35bb5c-e5b7-4aae-92dd-616aa967fbba&fields=id&fields=name => generated 206 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 756/1546] 10.0.0.208 () {34 vars in 670 bytes} [Wed Jun 10 04:55:11 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) [pid: 8|app: 0|req: 757/1547] 199.204.45.109 () {34 vars in 1052 bytes} [Wed Jun 10 04:55:11 2026] GET /v2.0/ports?network_id=f6a94a56-1309-42ff-aa51-66a6e2d04be7&device_owner=network%3Adhcp => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 791/1548] 10.0.0.208 () {32 vars in 774 bytes} [Wed Jun 10 04:55:11 2026] GET /v2.0/security-groups?tenant_id=68fd50ef597e464d8f3c3e6a35c1bbb8&name=default => generated 2925 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 758/1549] 10.0.0.208 () {32 vars in 736 bytes} [Wed Jun 10 04:55:11 2026] GET /v2.0/ports?device_id=3e20c923-b96f-47b4-8593-74826014d372 => generated 1279 bytes in 184 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 759/1550] 199.204.45.109 () {34 vars in 1012 bytes} [Wed Jun 10 04:55:11 2026] GET /v2.0/networks/f6a94a56-1309-42ff-aa51-66a6e2d04be7?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: 792/1551] 10.0.0.208 () {34 vars in 669 bytes} [Wed Jun 10 04:55:11 2026] POST /v2.0/subnets => generated 629 bytes in 235 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 760/1552] 10.0.0.208 () {32 vars in 740 bytes} [Wed Jun 10 04:55:12 2026] DELETE /v2.0/security-groups/90053921-18df-4aa3-904a-fde10b1fe9bb => 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: 793/1553] 10.0.0.208 () {32 vars in 858 bytes} [Wed Jun 10 04:55:12 2026] GET /v2.0/floatingips?floating_network_id=23113d02-bf78-4186-bb2b-4463b7e5c35e&port_id=15a28536-8a83-4628-ae29-846c04ccd5ea => generated 860 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 761/1554] 199.204.45.109 () {34 vars in 1112 bytes} [Wed Jun 10 04:55:12 2026] GET /v2.0/networks/f6a94a56-1309-42ff-aa51-66a6e2d04be7?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) 2026-06-10 04:55:12.187 7 INFO neutron.db.segments_db [None req-20ffef37-b68b-466f-9acb-3c095713a287 a7d2b235c15e47d98dc8b52235671a45 934e63149bfd4632b11a4fb933f7fd02 - - default default] Added segment ce817a61-461e-4f25-b4f8-edba5adad001 of type vxlan for network 4eb47343-7137-4039-9c16-c804abeec104 [pid: 7|app: 0|req: 794/1555] 10.0.0.208 () {34 vars in 670 bytes} [Wed Jun 10 04:55:12 2026] POST /v2.0/networks => generated 613 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 795/1556] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:55:12 2026] GET /v2.0/ports?device_id=89de1d07-9cd5-4eaa-a3cb-00560119a252 => generated 975 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 762/1557] 10.0.0.208 () {34 vars in 669 bytes} [Wed Jun 10 04:55:12 2026] POST /v2.0/subnets => generated 629 bytes in 260 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 796/1558] 10.0.0.191 () {34 vars in 1040 bytes} [Wed Jun 10 04:55:12 2026] GET /v2.0/security-groups?id=3f147aa0-d895-49ac-8711-66ee12edb71c&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: 763/1559] 10.0.0.208 () {34 vars in 751 bytes} [Wed Jun 10 04:55:12 2026] PUT /v2.0/subnets/91124b75-b535-46ab-bc98-46c5f5de57b2/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: 797/1560] 10.0.0.208 () {34 vars in 751 bytes} [Wed Jun 10 04:55:12 2026] PUT /v2.0/subnets/3130285f-1aca-4d8b-b217-d7aa6cdc7056/tags => generated 25 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 764/1561] 10.0.0.208 () {34 vars in 751 bytes} [Wed Jun 10 04:55:12 2026] PUT /v2.0/subnets/fccd9a22-1d5b-45bf-9526-876c529f9915/tags => generated 34 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 798/1562] 10.0.0.208 () {34 vars in 751 bytes} [Wed Jun 10 04:55:12 2026] PUT /v2.0/subnets/dc916346-a323-4d30-9579-d7281effb2ce/tags => 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: 765/1563] 10.0.0.208 () {32 vars in 664 bytes} [Wed Jun 10 04:55:12 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 799/1564] 10.0.0.208 () {32 vars in 678 bytes} [Wed Jun 10 04:55:12 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 766/1565] 10.0.0.238 () {34 vars in 990 bytes} [Wed Jun 10 04:55:12 2026] GET /v2.0/ports?device_id=3e20c923-b96f-47b4-8593-74826014d372 => generated 1279 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 800/1566] 10.0.0.208 () {32 vars in 674 bytes} [Wed Jun 10 04:55:12 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: 767/1567] 10.0.0.238 () {34 vars in 1120 bytes} [Wed Jun 10 04:55:12 2026] GET /v2.0/security-groups?id=3f35bb5c-e5b7-4aae-92dd-616aa967fbba&id=97ca0100-2de5-419a-9a28-db7f4746b315&fields=id&fields=name => generated 206 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 801/1568] 10.0.0.208 () {32 vars in 686 bytes} [Wed Jun 10 04:55:12 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 768/1569] 10.0.0.208 () {32 vars in 672 bytes} [Wed Jun 10 04:55:12 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 802/1570] 10.0.0.208 () {32 vars in 686 bytes} [Wed Jun 10 04:55:13 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 769/1571] 10.0.0.208 () {32 vars in 682 bytes} [Wed Jun 10 04:55:13 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 803/1572] 10.0.0.208 () {32 vars in 694 bytes} [Wed Jun 10 04:55:13 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 770/1573] 10.0.0.208 () {32 vars in 724 bytes} [Wed Jun 10 04:55:13 2026] DELETE /v2.0/subnets/91124b75-b535-46ab-bc98-46c5f5de57b2 => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 804/1574] 10.0.0.208 () {32 vars in 724 bytes} [Wed Jun 10 04:55:13 2026] DELETE /v2.0/subnets/3130285f-1aca-4d8b-b217-d7aa6cdc7056 => 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: 771/1575] 10.0.0.208 () {32 vars in 724 bytes} [Wed Jun 10 04:55:13 2026] DELETE /v2.0/subnets/fccd9a22-1d5b-45bf-9526-876c529f9915 => 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: 772/1576] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:55:13 2026] GET /v2.0/ports?device_id=89de1d07-9cd5-4eaa-a3cb-00560119a252 => generated 975 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 773/1577] 199.204.45.109 () {34 vars in 994 bytes} [Wed Jun 10 04:55:13 2026] GET /v2.0/ports?device_id=89de1d07-9cd5-4eaa-a3cb-00560119a252 => 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: 774/1578] 10.0.0.191 () {34 vars in 1040 bytes} [Wed Jun 10 04:55:13 2026] GET /v2.0/security-groups?id=3f147aa0-d895-49ac-8711-66ee12edb71c&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 805/1579] 10.0.0.208 () {32 vars in 724 bytes} [Wed Jun 10 04:55:13 2026] DELETE /v2.0/subnets/dc916346-a323-4d30-9579-d7281effb2ce => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 04:55:13.887 8 INFO neutron_taas.services.taas.taas_plugin [req-ef021b02-64e9-4516-96fc-686b251b1792 req-6065bd4c-273e-4738-b971-3a3592533a85 def4d04bb1dc4da88a33bd5ad6b9a3ff 03c669d81fa64ed6b7a659d212b3fa72 - - default default] TaaS: Handle Delete Port: dd96ef9f-f606-420f-a8ed-a4082916931f 2026-06-10 04:55:13.889 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-ef021b02-64e9-4516-96fc-686b251b1792 req-6065bd4c-273e-4738-b971-3a3592533a85 def4d04bb1dc4da88a33bd5ad6b9a3ff 03c669d81fa64ed6b7a659d212b3fa72 - - default default] Tap Mirror: Handle Delete Port: dd96ef9f-f606-420f-a8ed-a4082916931f [pid: 7|app: 0|req: 806/1580] 10.0.0.208 () {32 vars in 724 bytes} [Wed Jun 10 04:55:13 2026] DELETE /v2.0/subnets/29876d5f-1fc0-4add-8461-dd0c03bcf01b => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 04:55:13.990 8 INFO neutron.db.l3_db [req-ef021b02-64e9-4516-96fc-686b251b1792 req-6065bd4c-273e-4738-b971-3a3592533a85 def4d04bb1dc4da88a33bd5ad6b9a3ff 03c669d81fa64ed6b7a659d212b3fa72 - - default default] Floating IP 862d5f30-9adc-4da1-a8e8-034bb930d487 disassociated. External IP: 10.96.250.216, port: dd96ef9f-f606-420f-a8ed-a4082916931f. 2026-06-10 04:55:14.077 7 INFO neutron_taas.services.taas.taas_plugin [None req-f7b50f68-8491-4e92-8096-6ec9163bebc5 a7d2b235c15e47d98dc8b52235671a45 934e63149bfd4632b11a4fb933f7fd02 - - default default] TaaS: Handle Delete Port: 2efe239a-161d-4555-b283-3fc582a59d61 2026-06-10 04:55:14.080 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f7b50f68-8491-4e92-8096-6ec9163bebc5 a7d2b235c15e47d98dc8b52235671a45 934e63149bfd4632b11a4fb933f7fd02 - - default default] Tap Mirror: Handle Delete Port: 2efe239a-161d-4555-b283-3fc582a59d61 2026-06-10 04:55:14.260 7 INFO neutron.services.segments.plugin [-] Segment b09a16e2-5d99-4fba-a731-2ecb4aa5c352 resource provider aggregate not found 2026-06-10 04:55:14.268 7 INFO neutron.services.segments.plugin [-] Segment b09a16e2-5d99-4fba-a731-2ecb4aa5c352 resource provider aggregate not found 2026-06-10 04:55:14.277 7 INFO neutron.services.segments.plugin [-] Segment b09a16e2-5d99-4fba-a731-2ecb4aa5c352 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b09a16e2-5d99-4fba-a731-2ecb4aa5c352 found for delete ", "request_id": "req-4795a100-f8bd-4c93-9cf3-a9e1c5e56326"}]} 2026-06-10 04:55:14.283 7 INFO neutron.services.segments.plugin [-] Segment b09a16e2-5d99-4fba-a731-2ecb4aa5c352 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b09a16e2-5d99-4fba-a731-2ecb4aa5c352 found for delete ", "request_id": "req-f9a33987-c342-4d21-bcea-de3952eea45e"}]} [pid: 7|app: 0|req: 807/1581] 10.0.0.208 () {32 vars in 726 bytes} [Wed Jun 10 04:55:13 2026] DELETE /v2.0/networks/bac32a2d-c5c3-4730-8350-0254cf5a2bbc => generated 0 bytes in 321 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 775/1582] 199.204.45.109 () {36 vars in 997 bytes} [Wed Jun 10 04:55:13 2026] DELETE /v2.0/ports/dd96ef9f-f606-420f-a8ed-a4082916931f => generated 0 bytes in 580 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 04:55:14.399 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-cd4c2c69-4228-47dc-93e1-b81066c82efb'] response: {'server_uuid': '89de1d07-9cd5-4eaa-a3cb-00560119a252', 'name': 'network-vif-deleted', 'tag': 'dd96ef9f-f606-420f-a8ed-a4082916931f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 808/1583] 10.0.0.208 () {32 vars in 726 bytes} [Wed Jun 10 04:55:14 2026] DELETE /v2.0/networks/2a2f2a52-097c-4c7d-b71a-bcda90d0d071 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 04:55:14.572 8 INFO neutron.services.segments.plugin [-] Segment 8ce07687-759e-4ef4-bba4-9edf5eea7a55 resource provider aggregate not found 2026-06-10 04:55:14.579 8 INFO neutron.services.segments.plugin [-] Segment 8ce07687-759e-4ef4-bba4-9edf5eea7a55 resource provider aggregate not found 2026-06-10 04:55:14.597 8 INFO neutron.services.segments.plugin [-] Segment 8ce07687-759e-4ef4-bba4-9edf5eea7a55 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8ce07687-759e-4ef4-bba4-9edf5eea7a55 found for delete ", "request_id": "req-2542463f-63e8-40dd-b83a-1d4f2ef249c3"}]} 2026-06-10 04:55:14.603 8 INFO neutron.services.segments.plugin [-] Segment 8ce07687-759e-4ef4-bba4-9edf5eea7a55 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8ce07687-759e-4ef4-bba4-9edf5eea7a55 found for delete ", "request_id": "req-808d8302-bb80-4137-8a09-13158dbdc70e"}]} [pid: 8|app: 0|req: 776/1584] 10.0.0.208 () {32 vars in 726 bytes} [Wed Jun 10 04:55:14 2026] DELETE /v2.0/networks/5349b48c-2ae0-4b91-b6dc-fed46be712c2 => 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: 809/1585] 10.0.0.208 () {32 vars in 726 bytes} [Wed Jun 10 04:55:14 2026] DELETE /v2.0/networks/620eaab3-9994-470b-a092-4eaa40ef52d7 => 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: 810/1586] 10.0.0.208 () {32 vars in 726 bytes} [Wed Jun 10 04:55:14 2026] DELETE /v2.0/networks/4eb47343-7137-4039-9c16-c804abeec104 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 811/1587] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:55:14 2026] GET /v2.0/ports?device_id=89de1d07-9cd5-4eaa-a3cb-00560119a252 => 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: 777/1588] 10.0.0.208 () {32 vars in 774 bytes} [Wed Jun 10 04:55:14 2026] GET /v2.0/security-groups?tenant_id=150925f295fe4d658096faf284456062&name=default => generated 2925 bytes in 289 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 812/1589] 10.0.0.208 () {32 vars in 740 bytes} [Wed Jun 10 04:55:14 2026] DELETE /v2.0/security-groups/d0d9edcd-e965-4240-9c3b-02089c9372a9 => 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: 778/1590] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:55:15 2026] GET /v2.0/ports?device_id=3e20c923-b96f-47b4-8593-74826014d372 => generated 1010 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 813/1591] 10.0.0.191 () {34 vars in 1120 bytes} [Wed Jun 10 04:55:15 2026] GET /v2.0/security-groups?id=97ca0100-2de5-419a-9a28-db7f4746b315&id=3f35bb5c-e5b7-4aae-92dd-616aa967fbba&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: 779/1592] 10.0.0.208 () {32 vars in 774 bytes} [Wed Jun 10 04:55:15 2026] GET /v2.0/security-groups?tenant_id=478cbe2ecc3046f3b87bd8e1df03999e&name=default => generated 2925 bytes in 201 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 814/1595] 10.0.0.208 () {32 vars in 740 bytes} [Wed Jun 10 04:55:15 2026] DELETE /v2.0/security-groups/edb59492-460a-4efd-9053-60d4dfe22a75 => 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: 782/1596] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:55:15 2026] GET /v2.0/ports?device_id=89de1d07-9cd5-4eaa-a3cb-00560119a252 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 815/1597] 10.0.0.208 () {32 vars in 774 bytes} [Wed Jun 10 04:55:16 2026] GET /v2.0/security-groups?tenant_id=192112a0be0b4d92b00d86d2cc6abfac&name=default => generated 2925 bytes in 173 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 04:55:16.294 7 INFO neutron.services.segments.plugin [-] Segment 5db6e21b-e680-470c-a362-a17fa46f0097 resource provider aggregate not found 2026-06-10 04:55:16.306 7 INFO neutron.services.segments.plugin [-] Segment 5db6e21b-e680-470c-a362-a17fa46f0097 resource provider aggregate not found 2026-06-10 04:55:16.311 7 INFO neutron.services.segments.plugin [-] Segment 5db6e21b-e680-470c-a362-a17fa46f0097 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5db6e21b-e680-470c-a362-a17fa46f0097 found for delete ", "request_id": "req-b79970f4-0967-4457-8831-917f694729a9"}]} 2026-06-10 04:55:16.325 7 INFO neutron.services.segments.plugin [-] Segment 5db6e21b-e680-470c-a362-a17fa46f0097 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5db6e21b-e680-470c-a362-a17fa46f0097 found for delete ", "request_id": "req-a989a50a-90a9-4957-8846-6f9bd01aee1d"}]} [pid: 8|app: 0|req: 783/1598] 10.0.0.208 () {32 vars in 740 bytes} [Wed Jun 10 04:55:16 2026] DELETE /v2.0/security-groups/dfd46ea4-c558-46ec-b754-9162a0ecbc60 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 04:55:16.330 7 INFO neutron.services.segments.plugin [-] Segment fc4b8fec-df6a-48ff-bbb6-7c2b2afa09bf resource provider aggregate not found 2026-06-10 04:55:16.340 7 INFO neutron.services.segments.plugin [-] Segment fc4b8fec-df6a-48ff-bbb6-7c2b2afa09bf resource provider aggregate not found 2026-06-10 04:55:16.344 7 INFO neutron.services.segments.plugin [-] Segment fc4b8fec-df6a-48ff-bbb6-7c2b2afa09bf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fc4b8fec-df6a-48ff-bbb6-7c2b2afa09bf found for delete ", "request_id": "req-d654e460-0b87-403f-a139-7f954db5db96"}]} 2026-06-10 04:55:16.353 7 INFO neutron.services.segments.plugin [-] Segment ce817a61-461e-4f25-b4f8-edba5adad001 resource provider aggregate not found 2026-06-10 04:55:16.358 7 INFO neutron.services.segments.plugin [-] Segment fc4b8fec-df6a-48ff-bbb6-7c2b2afa09bf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fc4b8fec-df6a-48ff-bbb6-7c2b2afa09bf found for delete ", "request_id": "req-0fbacfe5-0d25-4505-824d-b060ff189298"}]} 2026-06-10 04:55:16.364 7 INFO neutron.services.segments.plugin [-] Segment ce817a61-461e-4f25-b4f8-edba5adad001 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ce817a61-461e-4f25-b4f8-edba5adad001 found for delete ", "request_id": "req-faba6ffe-16dd-424e-a3fe-f72b9da49ef9"}]} 2026-06-10 04:55:16.376 7 INFO neutron.services.segments.plugin [-] Segment ce817a61-461e-4f25-b4f8-edba5adad001 resource provider aggregate not found 2026-06-10 04:55:16.393 7 INFO neutron.services.segments.plugin [-] Segment ce817a61-461e-4f25-b4f8-edba5adad001 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ce817a61-461e-4f25-b4f8-edba5adad001 found for delete ", "request_id": "req-e53e10f1-e47c-4a69-8852-c319930e12b3"}]} [pid: 7|app: 0|req: 816/1599] 10.0.0.208 () {32 vars in 774 bytes} [Wed Jun 10 04:55:16 2026] GET /v2.0/security-groups?tenant_id=934e63149bfd4632b11a4fb933f7fd02&name=default => generated 2925 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 784/1600] 10.0.0.208 () {32 vars in 740 bytes} [Wed Jun 10 04:55:16 2026] DELETE /v2.0/security-groups/adbf9e93-b4a3-45a4-a1aa-ce9a43a3b184 => 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: 817/1601] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:55:16 2026] GET /v2.0/ports?device_id=3e20c923-b96f-47b4-8593-74826014d372 => generated 1010 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 785/1602] 10.0.0.191 () {34 vars in 1120 bytes} [Wed Jun 10 04:55:16 2026] GET /v2.0/security-groups?id=97ca0100-2de5-419a-9a28-db7f4746b315&id=3f35bb5c-e5b7-4aae-92dd-616aa967fbba&fields=id&fields=name => generated 206 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 818/1603] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:55:17 2026] GET /v2.0/ports?device_id=89de1d07-9cd5-4eaa-a3cb-00560119a252 => 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: 786/1604] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:55:17 2026] GET /v2.0/ports?device_id=3e20c923-b96f-47b4-8593-74826014d372 => 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: 819/1605] 10.0.0.191 () {34 vars in 1120 bytes} [Wed Jun 10 04:55:17 2026] GET /v2.0/security-groups?id=97ca0100-2de5-419a-9a28-db7f4746b315&id=3f35bb5c-e5b7-4aae-92dd-616aa967fbba&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: 787/1606] 199.204.45.109 () {34 vars in 994 bytes} [Wed Jun 10 04:55:17 2026] GET /v2.0/ports?device_id=3e20c923-b96f-47b4-8593-74826014d372 => generated 1010 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 04:55:17.992 7 INFO neutron_taas.services.taas.taas_plugin [req-2f4472b0-8dc7-4ae0-ae28-55e2fef452ba req-f951f4ea-3039-413d-9f58-32249b232f98 597bd16755ea4c7882e368cbd790e11b 14fdab60c8e546ef93344fa280a03a75 - - default default] TaaS: Handle Delete Port: 15a28536-8a83-4628-ae29-846c04ccd5ea 2026-06-10 04:55:17.996 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-2f4472b0-8dc7-4ae0-ae28-55e2fef452ba req-f951f4ea-3039-413d-9f58-32249b232f98 597bd16755ea4c7882e368cbd790e11b 14fdab60c8e546ef93344fa280a03a75 - - default default] Tap Mirror: Handle Delete Port: 15a28536-8a83-4628-ae29-846c04ccd5ea 2026-06-10 04:55:18.111 7 INFO neutron.db.l3_db [req-2f4472b0-8dc7-4ae0-ae28-55e2fef452ba req-f951f4ea-3039-413d-9f58-32249b232f98 597bd16755ea4c7882e368cbd790e11b 14fdab60c8e546ef93344fa280a03a75 - - default default] Floating IP 8840158e-db1a-44d8-ad81-c2bb6a3023ae disassociated. External IP: 10.96.250.219, port: 15a28536-8a83-4628-ae29-846c04ccd5ea. [pid: 8|app: 0|req: 788/1607] 10.0.0.208 () {32 vars in 740 bytes} [Wed Jun 10 04:55:18 2026] DELETE /v2.0/security-groups/3f147aa0-d895-49ac-8711-66ee12edb71c => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 04:55:18.285 8 INFO neutron.api.v2.resource [None req-29f02c8b-a6c0-405a-b491-0c9f0592449d def4d04bb1dc4da88a33bd5ad6b9a3ff 03c669d81fa64ed6b7a659d212b3fa72 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 789/1608] 10.0.0.208 () {32 vars in 737 bytes} [Wed Jun 10 04:55:18 2026] GET /v2.0/security-groups/3f147aa0-d895-49ac-8711-66ee12edb71c => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 04:55:18.382 8 INFO neutron_taas.services.taas.taas_plugin [None req-21f9271b-50bd-4b61-acae-06dfbd88782c def4d04bb1dc4da88a33bd5ad6b9a3ff 03c669d81fa64ed6b7a659d212b3fa72 - - default default] TaaS: Handle Delete Port: c9c13c7e-1be0-4ad1-bc7f-06c675dbfed2 2026-06-10 04:55:18.385 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-21f9271b-50bd-4b61-acae-06dfbd88782c def4d04bb1dc4da88a33bd5ad6b9a3ff 03c669d81fa64ed6b7a659d212b3fa72 - - default default] Tap Mirror: Handle Delete Port: c9c13c7e-1be0-4ad1-bc7f-06c675dbfed2 [pid: 7|app: 0|req: 820/1609] 199.204.45.109 () {36 vars in 997 bytes} [Wed Jun 10 04:55:17 2026] DELETE /v2.0/ports/15a28536-8a83-4628-ae29-846c04ccd5ea => generated 0 bytes in 593 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 790/1610] 10.0.0.208 () {32 vars in 732 bytes} [Wed Jun 10 04:55:18 2026] DELETE /v2.0/floatingips/862d5f30-9adc-4da1-a8e8-034bb930d487 => generated 0 bytes in 235 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 04:55:18.527 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c0f1e78b-6438-441d-a575-cd611c6699f3'] response: {'server_uuid': '3e20c923-b96f-47b4-8593-74826014d372', 'name': 'network-vif-deleted', 'tag': '15a28536-8a83-4628-ae29-846c04ccd5ea', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 791/1611] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:55:18 2026] GET /v2.0/ports?device_id=3e20c923-b96f-47b4-8593-74826014d372 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 04:55:19.009 7 INFO neutron_taas.services.taas.taas_plugin [None req-ad10b305-04f8-41ba-b140-d36281eaf451 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] TaaS: Handle Delete Port: 71ec2651-637f-46ea-8fd3-6905af6a41fd 2026-06-10 04:55:19.011 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ad10b305-04f8-41ba-b140-d36281eaf451 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] Tap Mirror: Handle Delete Port: 71ec2651-637f-46ea-8fd3-6905af6a41fd [pid: 7|app: 0|req: 821/1612] 10.0.0.208 () {34 vars in 789 bytes} [Wed Jun 10 04:55:18 2026] PUT /v2.0/routers/e0f49a38-4e26-4379-8876-8dab7878676d/remove_router_interface => generated 309 bytes in 1061 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 04:55:19.848 7 INFO neutron_taas.services.taas.taas_plugin [None req-a0532c26-478a-4542-a33d-29888ee5d1f9 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] TaaS: Handle Delete Port: 93032cd7-fe61-4de2-b8d5-98e8c3d42df3 2026-06-10 04:55:19.853 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a0532c26-478a-4542-a33d-29888ee5d1f9 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] Tap Mirror: Handle Delete Port: 93032cd7-fe61-4de2-b8d5-98e8c3d42df3 [pid: 8|app: 0|req: 792/1613] 10.0.0.208 () {32 vars in 774 bytes} [Wed Jun 10 04:55:19 2026] GET /v2.0/security-groups?tenant_id=0d3b052373844d3780f543f02a82dd73&name=default => generated 2925 bytes in 367 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 793/1614] 10.0.0.208 () {32 vars in 740 bytes} [Wed Jun 10 04:55:19 2026] DELETE /v2.0/security-groups/5bec6896-f882-48f3-92fb-e4b6bfc5f6c2 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 794/1615] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:55:20 2026] GET /v2.0/ports?device_id=3e20c923-b96f-47b4-8593-74826014d372 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 04:55:20.074 7 INFO neutron_taas.services.taas.taas_plugin [None req-a0532c26-478a-4542-a33d-29888ee5d1f9 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] TaaS: Handle Delete Port: 5ab04062-436d-426f-9e40-b47cacbe46cc 2026-06-10 04:55:20.080 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a0532c26-478a-4542-a33d-29888ee5d1f9 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] Tap Mirror: Handle Delete Port: 5ab04062-436d-426f-9e40-b47cacbe46cc 2026-06-10 04:55:20.475 7 INFO neutron.services.segments.plugin [-] Segment 0bcae321-70de-486f-a122-abf3e137a46e resource provider aggregate not found 2026-06-10 04:55:20.478 7 INFO neutron.services.segments.plugin [-] Segment 0bcae321-70de-486f-a122-abf3e137a46e resource provider aggregate not found 2026-06-10 04:55:20.495 7 INFO neutron.services.segments.plugin [-] Segment 0bcae321-70de-486f-a122-abf3e137a46e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0bcae321-70de-486f-a122-abf3e137a46e found for delete ", "request_id": "req-5bcd04a7-53df-454e-92bf-3fa54b2d37c6"}]} 2026-06-10 04:55:20.508 7 INFO neutron.services.segments.plugin [-] Segment 0bcae321-70de-486f-a122-abf3e137a46e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0bcae321-70de-486f-a122-abf3e137a46e found for delete ", "request_id": "req-606c6b7d-4781-40c2-be89-324b2fe3f469"}]} 2026-06-10 04:55:20.512 7 INFO neutron.db.l3_hamode_db [None req-a0532c26-478a-4542-a33d-29888ee5d1f9 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] HA network 8b81705b-8589-4539-9c58-df737105c0b4 was deleted as no HA routers are present in tenant 03c669d81fa64ed6b7a659d212b3fa72. [pid: 7|app: 0|req: 822/1616] 10.0.0.208 () {32 vars in 724 bytes} [Wed Jun 10 04:55:19 2026] DELETE /v2.0/routers/e0f49a38-4e26-4379-8876-8dab7878676d => generated 0 bytes in 923 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 795/1617] 10.0.0.208 () {32 vars in 724 bytes} [Wed Jun 10 04:55:20 2026] DELETE /v2.0/subnets/405a3b85-9b85-4557-a843-314a39855bf3 => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 04:55:20.805 7 INFO neutron_taas.services.taas.taas_plugin [None req-cab3cc71-f5fa-4a3f-adcb-03e6524d53f8 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] TaaS: Handle Delete Port: d3b1529a-7e12-48bc-adc4-fe2967da4659 2026-06-10 04:55:20.813 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cab3cc71-f5fa-4a3f-adcb-03e6524d53f8 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] Tap Mirror: Handle Delete Port: d3b1529a-7e12-48bc-adc4-fe2967da4659 2026-06-10 04:55:20.960 8 INFO neutron.db.segments_db [None req-706177f6-31fc-451a-a45f-0555adc77a91 31e5b7160a7e42fcb8c0ee37f232e54a b82b698125c3475b83401bffc8a7b675 - - default default] Added segment e06ed036-79e0-421e-b588-e5f86534bad8 of type vxlan for network a9f001bb-638c-407d-892d-6a318db2f94f [pid: 7|app: 0|req: 823/1618] 10.0.0.208 () {32 vars in 726 bytes} [Wed Jun 10 04:55:20 2026] DELETE /v2.0/networks/f6a94a56-1309-42ff-aa51-66a6e2d04be7 => generated 0 bytes in 312 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 796/1619] 10.0.0.208 () {34 vars in 670 bytes} [Wed Jun 10 04:55:20 2026] POST /v2.0/networks => generated 613 bytes in 347 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 797/1620] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:55:21 2026] GET /v2.0/ports?device_id=3e20c923-b96f-47b4-8593-74826014d372 => 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: 798/1621] 10.0.0.208 () {32 vars in 774 bytes} [Wed Jun 10 04:55:21 2026] GET /v2.0/security-groups?tenant_id=03c669d81fa64ed6b7a659d212b3fa72&name=default => generated 2925 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 824/1622] 10.0.0.208 () {34 vars in 664 bytes} [Wed Jun 10 04:55:21 2026] POST /v2.0/ports => generated 743 bytes in 275 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 799/1623] 10.0.0.208 () {32 vars in 740 bytes} [Wed Jun 10 04:55:21 2026] DELETE /v2.0/security-groups/e54b5950-8370-4a83-b79a-6d1fb373aab2 => 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: 825/1624] 10.0.0.208 () {34 vars in 666 bytes} [Wed Jun 10 04:55:21 2026] POST /v2.0/trunks => generated 407 bytes in 201 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 04:55:21.583 8 INFO neutron.db.segments_db [None req-6a609863-ac9c-4c6f-9702-5978716c9aa8 31e5b7160a7e42fcb8c0ee37f232e54a b82b698125c3475b83401bffc8a7b675 - - default default] Added segment d9860a7f-1b34-49b4-a0c0-b0ede6651dfc of type vxlan for network e8d1a547-0f5f-4931-a247-fff9c943ab4f [pid: 8|app: 0|req: 800/1625] 10.0.0.208 () {34 vars in 670 bytes} [Wed Jun 10 04:55:21 2026] POST /v2.0/networks => generated 612 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 826/1626] 10.0.0.208 () {34 vars in 664 bytes} [Wed Jun 10 04:55:21 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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 827/1627] 10.0.0.208 () {34 vars in 666 bytes} [Wed Jun 10 04:55:21 2026] POST /v2.0/trunks => generated 407 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 04:55:22.155 8 INFO neutron.db.segments_db [None req-76b15f54-3e09-48c0-8227-f507bff0c325 a4ec2c5252dd4fc8a353b7b106e1b302 d6a71af42fc745f5a8bf9618a5cd63e7 - - default default] Added segment d74cf4a2-2e17-4f28-9cbe-a9de7ff460c3 of type vxlan for network 9899159b-f4f0-43dc-87fc-82c340a0346d 2026-06-10 04:55:22.162 7 INFO neutron.db.segments_db [None req-68418d29-4794-4e4d-a466-aeef7b55f493 31e5b7160a7e42fcb8c0ee37f232e54a b82b698125c3475b83401bffc8a7b675 - - default default] Added segment 3f0522da-7eb6-4f83-ab55-ba6c4bfa4859 of type vxlan for network cebbe2fc-e4c6-4374-a0d6-6f2c61ff08ff [pid: 8|app: 0|req: 801/1628] 10.0.0.208 () {34 vars in 670 bytes} [Wed Jun 10 04:55:21 2026] POST /v2.0/networks => generated 631 bytes in 352 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 828/1629] 10.0.0.208 () {34 vars in 670 bytes} [Wed Jun 10 04:55:22 2026] POST /v2.0/networks => generated 613 bytes in 190 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 802/1630] 10.0.0.208 () {34 vars in 669 bytes} [Wed Jun 10 04:55:22 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-10 04:55:22.519 7 INFO neutron.services.segments.plugin [-] Segment 6beb5559-f53c-4571-b780-156349812d17 resource provider aggregate not found 2026-06-10 04:55:22.536 7 INFO neutron.services.segments.plugin [-] Segment 6beb5559-f53c-4571-b780-156349812d17 resource provider aggregate not found 2026-06-10 04:55:22.540 7 INFO neutron.services.segments.plugin [-] Segment 6beb5559-f53c-4571-b780-156349812d17 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6beb5559-f53c-4571-b780-156349812d17 found for delete ", "request_id": "req-5eff2825-5c2e-4a09-a3aa-e378b06cf52f"}]} 2026-06-10 04:55:22.557 7 INFO neutron.services.segments.plugin [-] Segment 6beb5559-f53c-4571-b780-156349812d17 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6beb5559-f53c-4571-b780-156349812d17 found for delete ", "request_id": "req-4671f207-c7a4-4636-a1c9-7dcc03d60f97"}]} [pid: 8|app: 0|req: 803/1631] 10.0.0.208 () {32 vars in 740 bytes} [Wed Jun 10 04:55:22 2026] DELETE /v2.0/security-groups/97ca0100-2de5-419a-9a28-db7f4746b315 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 04:55:22.633 8 INFO neutron.db.segments_db [None req-01b46c8d-7b34-4b52-bcc9-0772d3e45644 a4ec2c5252dd4fc8a353b7b106e1b302 d6a71af42fc745f5a8bf9618a5cd63e7 - - default default] Added segment f4db457b-49de-4808-b94d-991c8d7d7b02 of type vxlan for network 05fda55b-ae9d-4762-8403-b3d89a628afc [pid: 7|app: 0|req: 829/1632] 10.0.0.208 () {34 vars in 664 bytes} [Wed Jun 10 04:55:22 2026] POST /v2.0/ports => generated 743 bytes in 339 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-10 04:55:22.658 7 INFO neutron.api.v2.resource [None req-58308f9f-28ba-44a8-8ff8-14b298d627e1 597bd16755ea4c7882e368cbd790e11b 14fdab60c8e546ef93344fa280a03a75 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 830/1633] 10.0.0.208 () {32 vars in 737 bytes} [Wed Jun 10 04:55:22 2026] GET /v2.0/security-groups/97ca0100-2de5-419a-9a28-db7f4746b315 => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 831/1634] 10.0.0.208 () {34 vars in 666 bytes} [Wed Jun 10 04:55:22 2026] POST /v2.0/trunks => generated 407 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 04:55:22.887 8 INFO neutron.db.l3_hamode_db [None req-01b46c8d-7b34-4b52-bcc9-0772d3e45644 a4ec2c5252dd4fc8a353b7b106e1b302 d6a71af42fc745f5a8bf9618a5cd63e7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-10 04:55:22.905 7 INFO neutron_taas.services.taas.taas_plugin [None req-f78f6382-6ceb-4e2f-bb6c-bf0da805d6cd 597bd16755ea4c7882e368cbd790e11b 14fdab60c8e546ef93344fa280a03a75 - - default default] TaaS: Handle Delete Port: f9185a9e-6a89-4bd0-afb4-5449cf29d233 2026-06-10 04:55:22.907 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f78f6382-6ceb-4e2f-bb6c-bf0da805d6cd 597bd16755ea4c7882e368cbd790e11b 14fdab60c8e546ef93344fa280a03a75 - - default default] Tap Mirror: Handle Delete Port: f9185a9e-6a89-4bd0-afb4-5449cf29d233 [pid: 7|app: 0|req: 832/1635] 10.0.0.208 () {32 vars in 732 bytes} [Wed Jun 10 04:55:22 2026] DELETE /v2.0/floatingips/8840158e-db1a-44d8-ad81-c2bb6a3023ae => generated 0 bytes in 255 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 04:55:23.131 7 INFO neutron.db.segments_db [None req-76fb6dc9-27be-43f6-b34f-becfdb9b7b83 31e5b7160a7e42fcb8c0ee37f232e54a b82b698125c3475b83401bffc8a7b675 - - default default] Added segment 44df0c9e-c4c8-4649-988c-19495a6b5f75 of type vxlan for network 0eea7106-eab1-4672-8c6d-5371321afebb [pid: 7|app: 0|req: 833/1636] 10.0.0.208 () {34 vars in 670 bytes} [Wed Jun 10 04:55:23 2026] POST /v2.0/networks => generated 612 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 834/1637] 10.0.0.208 () {32 vars in 740 bytes} [Wed Jun 10 04:55:23 2026] DELETE /v2.0/security-groups/3f35bb5c-e5b7-4aae-92dd-616aa967fbba => generated 0 bytes in 149 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 835/1638] 10.0.0.208 () {34 vars in 664 bytes} [Wed Jun 10 04:55:23 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, ' 2026-06-10 04:55:23.714 8 INFO neutron.db.l3_hamode_db [None req-01b46c8d-7b34-4b52-bcc9-0772d3e45644 a4ec2c5252dd4fc8a353b7b106e1b302 d6a71af42fc745f5a8bf9618a5cd63e7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-10 04:55:24.000 7 INFO neutron_taas.services.taas.taas_plugin [None req-ea47b615-96ce-4d10-ba25-37d7e5961fd9 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] TaaS: Handle Delete Port: adabf5a1-04b1-483c-9a21-ac77452352dc 2026-06-10 04:55:24.003 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ea47b615-96ce-4d10-ba25-37d7e5961fd9 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] Tap Mirror: Handle Delete Port: adabf5a1-04b1-483c-9a21-ac77452352dc [pid: 8|app: 0|req: 804/1639] 10.0.0.208 () {34 vars in 669 bytes} [Wed Jun 10 04:55:22 2026] POST /v2.0/routers => generated 694 bytes in 2045 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 836/1640] 10.0.0.208 () {34 vars in 789 bytes} [Wed Jun 10 04:55:23 2026] PUT /v2.0/routers/60f7fb62-f9ac-4f88-b081-19f4df634a69/remove_router_interface => generated 309 bytes in 978 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 04:55:24.877 7 INFO neutron_taas.services.taas.taas_plugin [None req-394f515c-8f96-4a02-a368-96fe71303bc6 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] TaaS: Handle Delete Port: c07f6a2e-c10e-4396-b752-e9a4b5f3ef99 2026-06-10 04:55:24.880 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-394f515c-8f96-4a02-a368-96fe71303bc6 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] Tap Mirror: Handle Delete Port: c07f6a2e-c10e-4396-b752-e9a4b5f3ef99 [pid: 8|app: 0|req: 805/1641] 10.0.0.208 () {34 vars in 666 bytes} [Wed Jun 10 04:55:24 2026] POST /v2.0/trunks => generated 407 bytes in 253 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 04:55:25.147 7 INFO neutron_taas.services.taas.taas_plugin [None req-394f515c-8f96-4a02-a368-96fe71303bc6 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] TaaS: Handle Delete Port: fc244f69-68c5-43e7-81f6-983199791211 2026-06-10 04:55:25.149 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-394f515c-8f96-4a02-a368-96fe71303bc6 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] Tap Mirror: Handle Delete Port: fc244f69-68c5-43e7-81f6-983199791211 2026-06-10 04:55:25.533 7 INFO neutron.services.segments.plugin [-] Segment aff459f9-35f6-4639-b736-bcbaf5550644 resource provider aggregate not found 2026-06-10 04:55:25.542 7 INFO neutron.services.segments.plugin [-] Segment aff459f9-35f6-4639-b736-bcbaf5550644 resource provider aggregate not found 2026-06-10 04:55:25.556 7 INFO neutron.services.segments.plugin [-] Segment aff459f9-35f6-4639-b736-bcbaf5550644 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aff459f9-35f6-4639-b736-bcbaf5550644 found for delete ", "request_id": "req-86aaafef-6a6a-4aea-8423-72170419852f"}]} 2026-06-10 04:55:25.559 7 INFO neutron.services.segments.plugin [-] Segment aff459f9-35f6-4639-b736-bcbaf5550644 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aff459f9-35f6-4639-b736-bcbaf5550644 found for delete ", "request_id": "req-ecb27148-d1ae-492e-a288-59574551ea33"}]} 2026-06-10 04:55:25.562 7 INFO neutron.db.l3_hamode_db [None req-394f515c-8f96-4a02-a368-96fe71303bc6 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] HA network b034d858-db28-4018-a2ca-c2758a2a2197 was deleted as no HA routers are present in tenant 14fdab60c8e546ef93344fa280a03a75. [pid: 7|app: 0|req: 837/1642] 10.0.0.208 () {32 vars in 724 bytes} [Wed Jun 10 04:55:24 2026] DELETE /v2.0/routers/60f7fb62-f9ac-4f88-b081-19f4df634a69 => generated 0 bytes in 925 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 04:55:25.687 7 INFO neutron.db.segments_db [None req-3a12895c-649b-4d4c-96d1-297c099cc9f7 31e5b7160a7e42fcb8c0ee37f232e54a b82b698125c3475b83401bffc8a7b675 - - default default] Added segment e76bdab8-c6d9-4d85-857d-73bc653cc7bb of type vxlan for network 50d3f8cd-ed43-474f-abc9-d35d5b440905 [pid: 7|app: 0|req: 838/1643] 10.0.0.208 () {34 vars in 670 bytes} [Wed Jun 10 04:55:25 2026] POST /v2.0/networks => generated 612 bytes in 201 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 839/1644] 10.0.0.208 () {32 vars in 724 bytes} [Wed Jun 10 04:55:25 2026] DELETE /v2.0/subnets/967a53d4-12d7-4209-8293-4f95255c8629 => 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: 806/1645] 10.0.0.208 () {34 vars in 783 bytes} [Wed Jun 10 04:55:24 2026] PUT /v2.0/routers/3d223163-21da-4878-bcc4-c1aef35099e3/add_router_interface => generated 309 bytes in 1187 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 04:55:26.159 8 INFO neutron_taas.services.taas.taas_plugin [None req-ea55abe8-4f1e-432c-bf94-cc4bf6b15606 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] TaaS: Handle Delete Port: bb9d3b01-70fb-4573-ae78-d646b105fe15 2026-06-10 04:55:26.162 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ea55abe8-4f1e-432c-bf94-cc4bf6b15606 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] Tap Mirror: Handle Delete Port: bb9d3b01-70fb-4573-ae78-d646b105fe15 [pid: 7|app: 0|req: 840/1646] 10.0.0.208 () {34 vars in 664 bytes} [Wed Jun 10 04:55:25 2026] POST /v2.0/ports => generated 743 bytes in 323 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-10 04:55:26.361 8 INFO neutron.services.segments.plugin [-] Segment e7887977-a080-4ac3-9674-3f7cb3d92e9d resource provider aggregate not found 2026-06-10 04:55:26.379 8 INFO neutron.services.segments.plugin [-] Segment e7887977-a080-4ac3-9674-3f7cb3d92e9d resource provider aggregate not found 2026-06-10 04:55:26.383 8 INFO neutron.services.segments.plugin [-] Segment e7887977-a080-4ac3-9674-3f7cb3d92e9d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e7887977-a080-4ac3-9674-3f7cb3d92e9d found for delete ", "request_id": "req-01bb2930-cd6c-4d90-9353-b1aeea742a96"}]} [pid: 8|app: 0|req: 807/1647] 10.0.0.208 () {32 vars in 726 bytes} [Wed Jun 10 04:55:26 2026] DELETE /v2.0/networks/7dd29853-fbdf-4e8e-bf7f-b49b002b2585 => generated 0 bytes in 313 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 04:55:26.400 8 INFO neutron.services.segments.plugin [-] Segment e7887977-a080-4ac3-9674-3f7cb3d92e9d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e7887977-a080-4ac3-9674-3f7cb3d92e9d found for delete ", "request_id": "req-dd68fbbd-2b8f-4dc3-9e00-a77f208cf00a"}]} [pid: 8|app: 0|req: 808/1648] 10.0.0.208 () {34 vars in 666 bytes} [Wed Jun 10 04:55:26 2026] POST /v2.0/trunks => generated 407 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 841/1649] 10.0.0.208 () {34 vars in 665 bytes} [Wed Jun 10 04:55:26 2026] POST /v2.0/ports => generated 959 bytes in 396 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: 842/1650] 10.0.0.208 () {34 vars in 749 bytes} [Wed Jun 10 04:55:26 2026] PUT /v2.0/trunks/a3894b16-acba-439e-b5eb-24ddbfb75dce/tags => generated 17 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 04:55:26.943 8 INFO neutron_taas.services.taas.taas_plugin [None req-9543971c-25c1-4098-9280-114a8768badf 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] TaaS: Handle Delete Port: fe1f4dce-83a9-4160-addf-deab1eead7fd 2026-06-10 04:55:26.948 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9543971c-25c1-4098-9280-114a8768badf 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] Tap Mirror: Handle Delete Port: fe1f4dce-83a9-4160-addf-deab1eead7fd [pid: 7|app: 0|req: 843/1651] 10.0.0.208 () {34 vars in 665 bytes} [Wed Jun 10 04:55:26 2026] POST /v2.0/ports => generated 954 bytes in 354 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: 844/1652] 10.0.0.208 () {34 vars in 749 bytes} [Wed Jun 10 04:55:27 2026] PUT /v2.0/trunks/ef72417e-90ab-476b-94d7-7cadc16232ff/tags => generated 25 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 845/1653] 10.0.0.208 () {32 vars in 774 bytes} [Wed Jun 10 04:55:27 2026] GET /v2.0/security-groups?tenant_id=a4cfbe8220814b7896552c308bd271a3&name=default => generated 2925 bytes in 309 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 809/1654] 10.0.0.208 () {34 vars in 789 bytes} [Wed Jun 10 04:55:26 2026] PUT /v2.0/routers/b71979ae-6ea4-42c2-90d8-8894285e7cd8/remove_router_interface => generated 309 bytes in 903 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 810/1655] 10.0.0.208 () {34 vars in 749 bytes} [Wed Jun 10 04:55:27 2026] PUT /v2.0/trunks/be628baa-02dc-4a64-a725-7292a65092d9/tags => generated 34 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 811/1656] 10.0.0.208 () {32 vars in 740 bytes} [Wed Jun 10 04:55:27 2026] DELETE /v2.0/security-groups/155c8533-61ab-45ef-be37-2d395b275646 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 04:55:27.815 8 INFO neutron_taas.services.taas.taas_plugin [None req-699455f6-de30-4c08-8107-e3a0c298e7a4 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] TaaS: Handle Delete Port: 9d3e72b4-8320-4bc6-9db5-00f15dba8cd9 2026-06-10 04:55:27.818 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-699455f6-de30-4c08-8107-e3a0c298e7a4 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] Tap Mirror: Handle Delete Port: 9d3e72b4-8320-4bc6-9db5-00f15dba8cd9 2026-06-10 04:55:28.040 8 INFO neutron_taas.services.taas.taas_plugin [None req-699455f6-de30-4c08-8107-e3a0c298e7a4 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] TaaS: Handle Delete Port: 91ac3c04-07a0-4652-a016-327d3d4ca3ee 2026-06-10 04:55:28.042 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-699455f6-de30-4c08-8107-e3a0c298e7a4 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] Tap Mirror: Handle Delete Port: 91ac3c04-07a0-4652-a016-327d3d4ca3ee 2026-06-10 04:55:28.110 7 INFO neutron.db.l3_db [None req-59d57cc7-0ca5-4142-bf82-96236da059c9 a4ec2c5252dd4fc8a353b7b106e1b302 d6a71af42fc745f5a8bf9618a5cd63e7 - - default default] Floating IP c71721b0-6129-45fa-8a89-e59249b2099d associated. External IP: 10.96.250.212, port: 8864099d-9b47-47e6-b0fd-6c0ea20988f8. 2026-06-10 04:55:28.374 8 INFO neutron.db.l3_hamode_db [None req-699455f6-de30-4c08-8107-e3a0c298e7a4 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] HA network 4b22b176-09a7-4ec0-a29e-6f27e1b00520 was deleted as no HA routers are present in tenant d7f749e126304d6cb40b5fd6c766a747. [pid: 8|app: 0|req: 812/1657] 10.0.0.208 () {32 vars in 724 bytes} [Wed Jun 10 04:55:27 2026] DELETE /v2.0/routers/b71979ae-6ea4-42c2-90d8-8894285e7cd8 => generated 0 bytes in 781 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 04:55:28.408 8 INFO neutron.services.segments.plugin [-] Segment 7128f560-cfd9-4729-9d8c-3fae27ef4522 resource provider aggregate not found 2026-06-10 04:55:28.418 8 INFO neutron.services.segments.plugin [-] Segment 7128f560-cfd9-4729-9d8c-3fae27ef4522 resource provider aggregate not found [pid: 8|app: 0|req: 813/1658] 10.0.0.208 () {34 vars in 749 bytes} [Wed Jun 10 04:55:28 2026] PUT /v2.0/trunks/34b6236a-485a-46cf-9050-0e231ccd76f5/tags => generated 19 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 04:55:28.434 8 INFO neutron.services.segments.plugin [-] Segment 7128f560-cfd9-4729-9d8c-3fae27ef4522 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7128f560-cfd9-4729-9d8c-3fae27ef4522 found for delete ", "request_id": "req-8daf4b87-a28c-4628-ae04-affc962a28f8"}]} 2026-06-10 04:55:28.436 8 INFO neutron.services.segments.plugin [-] Segment 7128f560-cfd9-4729-9d8c-3fae27ef4522 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7128f560-cfd9-4729-9d8c-3fae27ef4522 found for delete ", "request_id": "req-150b263b-2aeb-4bd1-adff-3f51deeaacfa"}]} [pid: 8|app: 0|req: 814/1659] 10.0.0.208 () {32 vars in 774 bytes} [Wed Jun 10 04:55:28 2026] GET /v2.0/security-groups?tenant_id=3752d89f226e4ad8974f8ea384b945e1&name=default => generated 2925 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 815/1660] 10.0.0.208 () {32 vars in 724 bytes} [Wed Jun 10 04:55:28 2026] DELETE /v2.0/subnets/dc8004c1-433a-4023-83f5-9b4f52332c16 => 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: 816/1661] 10.0.0.208 () {32 vars in 662 bytes} [Wed Jun 10 04:55:28 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 817/1662] 10.0.0.208 () {32 vars in 740 bytes} [Wed Jun 10 04:55:28 2026] DELETE /v2.0/security-groups/222f4a6b-46c8-4827-ad2f-3be8e4924df9 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 846/1663] 10.0.0.208 () {34 vars in 677 bytes} [Wed Jun 10 04:55:27 2026] POST /v2.0/floatingips => generated 841 bytes in 1509 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 847/1664] 10.0.0.208 () {32 vars in 676 bytes} [Wed Jun 10 04:55:28 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 04:55:28.899 8 INFO neutron_taas.services.taas.taas_plugin [None req-a826e7ab-5663-4a62-9d0c-c2f0b47b06bb 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] TaaS: Handle Delete Port: cc2f88c7-c779-4822-ba2a-4cf3d6fc13fc 2026-06-10 04:55:28.901 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a826e7ab-5663-4a62-9d0c-c2f0b47b06bb 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] Tap Mirror: Handle Delete Port: cc2f88c7-c779-4822-ba2a-4cf3d6fc13fc 2026-06-10 04:55:29.010 7 INFO neutron.db.l3_db [None req-67755c0c-0c6c-467e-9b1b-485c09cdb1a8 a4ec2c5252dd4fc8a353b7b106e1b302 d6a71af42fc745f5a8bf9618a5cd63e7 - - default default] Floating IP c71721b0-6129-45fa-8a89-e59249b2099d disassociated. External IP: 10.96.250.212, port: 8864099d-9b47-47e6-b0fd-6c0ea20988f8. [pid: 8|app: 0|req: 818/1665] 10.0.0.208 () {32 vars in 726 bytes} [Wed Jun 10 04:55:28 2026] DELETE /v2.0/networks/26c5621e-9853-4a2a-944e-8a159f53a312 => generated 0 bytes in 275 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 819/1666] 10.0.0.208 () {32 vars in 672 bytes} [Wed Jun 10 04:55:29 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 820/1667] 10.0.0.208 () {32 vars in 684 bytes} [Wed Jun 10 04:55:29 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 821/1668] 10.0.0.208 () {32 vars in 670 bytes} [Wed Jun 10 04:55:29 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 822/1669] 10.0.0.208 () {32 vars in 684 bytes} [Wed Jun 10 04:55:29 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 823/1670] 10.0.0.208 () {32 vars in 680 bytes} [Wed Jun 10 04:55:29 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 824/1671] 10.0.0.208 () {32 vars in 692 bytes} [Wed Jun 10 04:55:29 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 825/1672] 10.0.0.208 () {32 vars in 719 bytes} [Wed Jun 10 04:55:29 2026] GET /v2.0/trunks/a3894b16-acba-439e-b5eb-24ddbfb75dce => generated 412 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 826/1673] 10.0.0.208 () {32 vars in 717 bytes} [Wed Jun 10 04:55:29 2026] GET /v2.0/ports/b171f237-4a5d-4c21-8edd-92affa21b8d4 => generated 826 bytes in 99 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.208 () {34 vars in 749 bytes} [Wed Jun 10 04:55:28 2026] PUT /v2.0/floatingips/c71721b0-6129-45fa-8a89-e59249b2099d => generated 552 bytes in 511 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 827/1675] 10.0.0.208 () {32 vars in 722 bytes} [Wed Jun 10 04:55:29 2026] DELETE /v2.0/trunks/a3894b16-acba-439e-b5eb-24ddbfb75dce => 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: 828/1676] 10.0.0.208 () {32 vars in 719 bytes} [Wed Jun 10 04:55:29 2026] GET /v2.0/trunks/ef72417e-90ab-476b-94d7-7cadc16232ff => generated 420 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 04:55:29.516 7 INFO neutron_taas.services.taas.taas_plugin [None req-9e24528e-430c-4746-b1a6-c88c7f65b34b a4ec2c5252dd4fc8a353b7b106e1b302 d6a71af42fc745f5a8bf9618a5cd63e7 - - default default] TaaS: Handle Delete Port: bbeeb74a-2a98-427d-b914-a6174f5b5113 2026-06-10 04:55:29.519 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9e24528e-430c-4746-b1a6-c88c7f65b34b a4ec2c5252dd4fc8a353b7b106e1b302 d6a71af42fc745f5a8bf9618a5cd63e7 - - default default] Tap Mirror: Handle Delete Port: bbeeb74a-2a98-427d-b914-a6174f5b5113 [pid: 8|app: 0|req: 829/1677] 10.0.0.208 () {32 vars in 717 bytes} [Wed Jun 10 04:55:29 2026] GET /v2.0/ports/bcb897ea-1be6-465d-9e7c-c1292ed29b86 => generated 826 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 830/1678] 10.0.0.208 () {32 vars in 774 bytes} [Wed Jun 10 04:55:29 2026] GET /v2.0/security-groups?tenant_id=14fdab60c8e546ef93344fa280a03a75&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: 831/1679] 10.0.0.208 () {32 vars in 722 bytes} [Wed Jun 10 04:55:29 2026] DELETE /v2.0/trunks/ef72417e-90ab-476b-94d7-7cadc16232ff => 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: 849/1680] 10.0.0.208 () {32 vars in 732 bytes} [Wed Jun 10 04:55:29 2026] DELETE /v2.0/floatingips/c71721b0-6129-45fa-8a89-e59249b2099d => generated 0 bytes in 320 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 850/1681] 10.0.0.208 () {32 vars in 719 bytes} [Wed Jun 10 04:55:29 2026] GET /v2.0/trunks/be628baa-02dc-4a64-a725-7292a65092d9 => generated 429 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 832/1682] 10.0.0.208 () {32 vars in 740 bytes} [Wed Jun 10 04:55:29 2026] DELETE /v2.0/security-groups/e56442e6-f370-4672-ac19-4506dbd92a6d => 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: 833/1683] 10.0.0.208 () {32 vars in 717 bytes} [Wed Jun 10 04:55:29 2026] GET /v2.0/ports/f78c1ac2-0fe4-4926-9ea3-b49b750ebbc7 => generated 826 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 834/1684] 10.0.0.208 () {32 vars in 722 bytes} [Wed Jun 10 04:55:29 2026] DELETE /v2.0/trunks/be628baa-02dc-4a64-a725-7292a65092d9 => 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: 835/1685] 10.0.0.208 () {32 vars in 719 bytes} [Wed Jun 10 04:55:29 2026] GET /v2.0/trunks/34b6236a-485a-46cf-9050-0e231ccd76f5 => generated 414 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 836/1686] 10.0.0.208 () {32 vars in 717 bytes} [Wed Jun 10 04:55:29 2026] GET /v2.0/ports/4517aace-e31a-41e5-b962-7aec6fbebc52 => 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: 837/1687] 10.0.0.208 () {32 vars in 774 bytes} [Wed Jun 10 04:55:30 2026] GET /v2.0/security-groups?tenant_id=d7f749e126304d6cb40b5fd6c766a747&name=default => generated 2925 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 838/1688] 10.0.0.208 () {32 vars in 722 bytes} [Wed Jun 10 04:55:30 2026] DELETE /v2.0/trunks/34b6236a-485a-46cf-9050-0e231ccd76f5 => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 839/1689] 10.0.0.208 () {32 vars in 740 bytes} [Wed Jun 10 04:55:30 2026] DELETE /v2.0/security-groups/3e130f96-1be6-4854-bccc-4c5261b97fe1 => 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: 840/1690] 10.0.0.208 () {32 vars in 719 bytes} [Wed Jun 10 04:55:30 2026] GET /v2.0/trunks/081ebc5e-a5bf-48f2-87d0-8581a91341ca => generated 407 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 841/1691] 10.0.0.208 () {32 vars in 717 bytes} [Wed Jun 10 04:55:30 2026] GET /v2.0/ports/32369aca-9408-466c-88da-1d04fede930f => generated 826 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 842/1692] 10.0.0.208 () {32 vars in 722 bytes} [Wed Jun 10 04:55:30 2026] DELETE /v2.0/trunks/081ebc5e-a5bf-48f2-87d0-8581a91341ca => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 04:55:30.458 8 INFO neutron.services.segments.plugin [-] Segment 2e158df8-632c-48f3-87c1-2d124b3d003f resource provider aggregate not found 2026-06-10 04:55:30.467 8 INFO neutron.services.segments.plugin [-] Segment 2e158df8-632c-48f3-87c1-2d124b3d003f resource provider aggregate not found 2026-06-10 04:55:30.482 8 INFO neutron.services.segments.plugin [-] Segment 2e158df8-632c-48f3-87c1-2d124b3d003f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2e158df8-632c-48f3-87c1-2d124b3d003f found for delete ", "request_id": "req-cd046155-e25d-46d8-903f-2e9a0e62246f"}]} 2026-06-10 04:55:30.483 8 INFO neutron.services.segments.plugin [-] Segment 2e158df8-632c-48f3-87c1-2d124b3d003f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2e158df8-632c-48f3-87c1-2d124b3d003f found for delete ", "request_id": "req-3600e8c0-0ed1-410a-8069-9ededc68435f"}]} 2026-06-10 04:55:30.527 8 INFO neutron_taas.services.taas.taas_plugin [None req-8d6e302e-44fc-474f-99a9-2358c126bab6 31e5b7160a7e42fcb8c0ee37f232e54a b82b698125c3475b83401bffc8a7b675 - - default default] TaaS: Handle Delete Port: b171f237-4a5d-4c21-8edd-92affa21b8d4 2026-06-10 04:55:30.531 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8d6e302e-44fc-474f-99a9-2358c126bab6 31e5b7160a7e42fcb8c0ee37f232e54a b82b698125c3475b83401bffc8a7b675 - - default default] Tap Mirror: Handle Delete Port: b171f237-4a5d-4c21-8edd-92affa21b8d4 2026-06-10 04:55:30.587 7 INFO neutron.db.l3_db [None req-2ebc4b88-8af6-4406-99d5-9d7f87dff91b a4ec2c5252dd4fc8a353b7b106e1b302 d6a71af42fc745f5a8bf9618a5cd63e7 - - default default] Floating IP 4a038642-3ea7-43b6-bf10-5583f800fa37 associated. External IP: 10.96.250.206, port: b1954954-d293-4dfd-b3d1-84dc82ba4c41. [pid: 8|app: 0|req: 843/1693] 10.0.0.208 () {32 vars in 720 bytes} [Wed Jun 10 04:55:30 2026] DELETE /v2.0/ports/b171f237-4a5d-4c21-8edd-92affa21b8d4 => generated 0 bytes in 191 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 04:55:30.698 8 INFO neutron_taas.services.taas.taas_plugin [None req-d28b8b24-4440-4e96-b5f6-aa850af29f69 31e5b7160a7e42fcb8c0ee37f232e54a b82b698125c3475b83401bffc8a7b675 - - default default] TaaS: Handle Delete Port: bcb897ea-1be6-465d-9e7c-c1292ed29b86 2026-06-10 04:55:30.701 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d28b8b24-4440-4e96-b5f6-aa850af29f69 31e5b7160a7e42fcb8c0ee37f232e54a b82b698125c3475b83401bffc8a7b675 - - default default] Tap Mirror: Handle Delete Port: bcb897ea-1be6-465d-9e7c-c1292ed29b86 [pid: 8|app: 0|req: 844/1694] 10.0.0.208 () {32 vars in 720 bytes} [Wed Jun 10 04:55:30 2026] DELETE /v2.0/ports/bcb897ea-1be6-465d-9e7c-c1292ed29b86 => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 04:55:30.908 8 INFO neutron_taas.services.taas.taas_plugin [None req-179bd033-1635-4ee2-81d4-507b1efae385 31e5b7160a7e42fcb8c0ee37f232e54a b82b698125c3475b83401bffc8a7b675 - - default default] TaaS: Handle Delete Port: f78c1ac2-0fe4-4926-9ea3-b49b750ebbc7 2026-06-10 04:55:30.914 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-179bd033-1635-4ee2-81d4-507b1efae385 31e5b7160a7e42fcb8c0ee37f232e54a b82b698125c3475b83401bffc8a7b675 - - default default] Tap Mirror: Handle Delete Port: f78c1ac2-0fe4-4926-9ea3-b49b750ebbc7 [pid: 7|app: 0|req: 851/1695] 10.0.0.208 () {34 vars in 677 bytes} [Wed Jun 10 04:55:29 2026] POST /v2.0/floatingips => generated 843 bytes in 1207 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 845/1698] 10.0.0.208 () {32 vars in 720 bytes} [Wed Jun 10 04:55:30 2026] DELETE /v2.0/ports/f78c1ac2-0fe4-4926-9ea3-b49b750ebbc7 => generated 0 bytes in 209 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 854/1699] 10.0.0.208 () {32 vars in 729 bytes} [Wed Jun 10 04:55:30 2026] GET /v2.0/floatingips/4a038642-3ea7-43b6-bf10-5583f800fa37 => generated 843 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 855/1700] 10.0.0.208 () {32 vars in 655 bytes} [Wed Jun 10 04:55:31 2026] GET /v2.0/floatingips => generated 846 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 04:55:31.109 8 INFO neutron_taas.services.taas.taas_plugin [None req-14808236-66db-4a92-8e95-9b7b03aa124f 31e5b7160a7e42fcb8c0ee37f232e54a b82b698125c3475b83401bffc8a7b675 - - default default] TaaS: Handle Delete Port: 4517aace-e31a-41e5-b962-7aec6fbebc52 2026-06-10 04:55:31.112 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-14808236-66db-4a92-8e95-9b7b03aa124f 31e5b7160a7e42fcb8c0ee37f232e54a b82b698125c3475b83401bffc8a7b675 - - default default] Tap Mirror: Handle Delete Port: 4517aace-e31a-41e5-b962-7aec6fbebc52 [pid: 8|app: 0|req: 846/1701] 10.0.0.208 () {32 vars in 720 bytes} [Wed Jun 10 04:55:31 2026] DELETE /v2.0/ports/4517aace-e31a-41e5-b962-7aec6fbebc52 => generated 0 bytes in 194 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 04:55:31.303 8 INFO neutron_taas.services.taas.taas_plugin [None req-f4b7dcd7-3795-40a2-a43f-3726950a53a9 31e5b7160a7e42fcb8c0ee37f232e54a b82b698125c3475b83401bffc8a7b675 - - default default] TaaS: Handle Delete Port: 32369aca-9408-466c-88da-1d04fede930f 2026-06-10 04:55:31.306 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f4b7dcd7-3795-40a2-a43f-3726950a53a9 31e5b7160a7e42fcb8c0ee37f232e54a b82b698125c3475b83401bffc8a7b675 - - default default] Tap Mirror: Handle Delete Port: 32369aca-9408-466c-88da-1d04fede930f [pid: 8|app: 0|req: 847/1702] 10.0.0.208 () {32 vars in 720 bytes} [Wed Jun 10 04:55:31 2026] DELETE /v2.0/ports/32369aca-9408-466c-88da-1d04fede930f => generated 0 bytes in 182 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 04:55:31.494 7 INFO neutron.db.l3_db [None req-03453189-2134-4289-ad13-de099a731ae4 a4ec2c5252dd4fc8a353b7b106e1b302 d6a71af42fc745f5a8bf9618a5cd63e7 - - default default] Floating IP 4a038642-3ea7-43b6-bf10-5583f800fa37 associated. External IP: 10.96.250.206, port: b1954954-d293-4dfd-b3d1-84dc82ba4c41. [pid: 8|app: 0|req: 848/1703] 10.0.0.208 () {32 vars in 726 bytes} [Wed Jun 10 04:55:31 2026] DELETE /v2.0/networks/a9f001bb-638c-407d-892d-6a318db2f94f => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 849/1704] 10.0.0.208 () {32 vars in 726 bytes} [Wed Jun 10 04:55:31 2026] DELETE /v2.0/networks/e8d1a547-0f5f-4931-a247-fff9c943ab4f => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 850/1705] 10.0.0.208 () {32 vars in 726 bytes} [Wed Jun 10 04:55:31 2026] DELETE /v2.0/networks/cebbe2fc-e4c6-4374-a0d6-6f2c61ff08ff => 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: 851/1706] 10.0.0.208 () {32 vars in 726 bytes} [Wed Jun 10 04:55:31 2026] DELETE /v2.0/networks/0eea7106-eab1-4672-8c6d-5371321afebb => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 852/1707] 10.0.0.208 () {32 vars in 726 bytes} [Wed Jun 10 04:55:31 2026] DELETE /v2.0/networks/50d3f8cd-ed43-474f-abc9-d35d5b440905 => 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: 856/1708] 10.0.0.208 () {34 vars in 749 bytes} [Wed Jun 10 04:55:31 2026] PUT /v2.0/floatingips/4a038642-3ea7-43b6-bf10-5583f800fa37 => generated 841 bytes in 1014 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 04:55:32.223 8 INFO neutron.db.l3_db [None req-4a9e8556-97d2-4d60-a80e-cb4b971ef4eb a4ec2c5252dd4fc8a353b7b106e1b302 d6a71af42fc745f5a8bf9618a5cd63e7 - - default default] Floating IP 4a038642-3ea7-43b6-bf10-5583f800fa37 disassociated. External IP: 10.96.250.206, port: 8864099d-9b47-47e6-b0fd-6c0ea20988f8. [pid: 8|app: 0|req: 853/1709] 10.0.0.208 () {34 vars in 749 bytes} [Wed Jun 10 04:55:32 2026] PUT /v2.0/floatingips/4a038642-3ea7-43b6-bf10-5583f800fa37 => generated 552 bytes in 393 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 04:55:32.503 8 INFO neutron.services.segments.plugin [-] Segment e06ed036-79e0-421e-b588-e5f86534bad8 resource provider aggregate not found 2026-06-10 04:55:32.509 8 INFO neutron.services.segments.plugin [-] Segment e06ed036-79e0-421e-b588-e5f86534bad8 resource provider aggregate not found 2026-06-10 04:55:32.521 8 INFO neutron.services.segments.plugin [-] Segment e06ed036-79e0-421e-b588-e5f86534bad8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e06ed036-79e0-421e-b588-e5f86534bad8 found for delete ", "request_id": "req-725d428a-bd40-45e9-8f83-ffd0dad825d5"}]} 2026-06-10 04:55:32.526 8 INFO neutron.services.segments.plugin [-] Segment e06ed036-79e0-421e-b588-e5f86534bad8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e06ed036-79e0-421e-b588-e5f86534bad8 found for delete ", "request_id": "req-d483cab6-a14b-425b-bfa2-9fada1655541"}]} 2026-06-10 04:55:32.544 8 INFO neutron.services.segments.plugin [-] Segment d9860a7f-1b34-49b4-a0c0-b0ede6651dfc resource provider aggregate not found 2026-06-10 04:55:32.555 8 INFO neutron.services.segments.plugin [-] Segment d9860a7f-1b34-49b4-a0c0-b0ede6651dfc resource provider aggregate not found 2026-06-10 04:55:32.559 8 INFO neutron.services.segments.plugin [-] Segment d9860a7f-1b34-49b4-a0c0-b0ede6651dfc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d9860a7f-1b34-49b4-a0c0-b0ede6651dfc found for delete ", "request_id": "req-b2e1c429-e813-4ad4-b1a8-2b1c3f6a513d"}]} 2026-06-10 04:55:32.573 8 INFO neutron.services.segments.plugin [-] Segment d9860a7f-1b34-49b4-a0c0-b0ede6651dfc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d9860a7f-1b34-49b4-a0c0-b0ede6651dfc found for delete ", "request_id": "req-f364c6f8-4945-4beb-a216-fa770bcb4228"}]} 2026-06-10 04:55:32.576 8 INFO neutron.services.segments.plugin [-] Segment 3f0522da-7eb6-4f83-ab55-ba6c4bfa4859 resource provider aggregate not found 2026-06-10 04:55:32.590 8 INFO neutron.services.segments.plugin [-] Segment 3f0522da-7eb6-4f83-ab55-ba6c4bfa4859 resource provider aggregate not found 2026-06-10 04:55:32.595 8 INFO neutron.services.segments.plugin [-] Segment 3f0522da-7eb6-4f83-ab55-ba6c4bfa4859 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3f0522da-7eb6-4f83-ab55-ba6c4bfa4859 found for delete ", "request_id": "req-9cf4e668-9e8c-4679-920c-48bac258ca51"}]} 2026-06-10 04:55:32.612 8 INFO neutron.services.segments.plugin [-] Segment 3f0522da-7eb6-4f83-ab55-ba6c4bfa4859 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3f0522da-7eb6-4f83-ab55-ba6c4bfa4859 found for delete ", "request_id": "req-39939e8b-d7ef-4c15-9cdb-110e2ea67340"}]} 2026-06-10 04:55:32.617 8 INFO neutron.services.segments.plugin [-] Segment 44df0c9e-c4c8-4649-988c-19495a6b5f75 resource provider aggregate not found 2026-06-10 04:55:32.628 7 INFO neutron_taas.services.taas.taas_plugin [None req-2e3f48c9-baca-44a6-aa20-2ac835f7aab4 a4ec2c5252dd4fc8a353b7b106e1b302 d6a71af42fc745f5a8bf9618a5cd63e7 - - default default] TaaS: Handle Delete Port: afc41385-0b31-4b6e-936f-ba50816b8d10 2026-06-10 04:55:32.632 8 INFO neutron.services.segments.plugin [-] Segment 44df0c9e-c4c8-4649-988c-19495a6b5f75 resource provider aggregate not found 2026-06-10 04:55:32.635 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2e3f48c9-baca-44a6-aa20-2ac835f7aab4 a4ec2c5252dd4fc8a353b7b106e1b302 d6a71af42fc745f5a8bf9618a5cd63e7 - - default default] Tap Mirror: Handle Delete Port: afc41385-0b31-4b6e-936f-ba50816b8d10 2026-06-10 04:55:32.636 8 INFO neutron.services.segments.plugin [-] Segment 44df0c9e-c4c8-4649-988c-19495a6b5f75 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 44df0c9e-c4c8-4649-988c-19495a6b5f75 found for delete ", "request_id": "req-9224f0af-b332-4451-b6c2-253016294564"}]} 2026-06-10 04:55:32.646 8 INFO neutron.services.segments.plugin [-] Segment 44df0c9e-c4c8-4649-988c-19495a6b5f75 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 44df0c9e-c4c8-4649-988c-19495a6b5f75 found for delete ", "request_id": "req-f8560903-896f-4f2b-84be-5e14d63d10cc"}]} 2026-06-10 04:55:32.654 8 INFO neutron.services.segments.plugin [-] Segment e76bdab8-c6d9-4d85-857d-73bc653cc7bb resource provider aggregate not found 2026-06-10 04:55:32.668 8 INFO neutron.services.segments.plugin [-] Segment e76bdab8-c6d9-4d85-857d-73bc653cc7bb resource provider aggregate not found 2026-06-10 04:55:32.673 8 INFO neutron.services.segments.plugin [-] Segment e76bdab8-c6d9-4d85-857d-73bc653cc7bb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e76bdab8-c6d9-4d85-857d-73bc653cc7bb found for delete ", "request_id": "req-2f577b94-3f07-4b96-95a8-a8e1162fd15a"}]} 2026-06-10 04:55:32.689 8 INFO neutron.services.segments.plugin [-] Segment e76bdab8-c6d9-4d85-857d-73bc653cc7bb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e76bdab8-c6d9-4d85-857d-73bc653cc7bb found for delete ", "request_id": "req-3f217242-f8eb-41eb-b14a-bdd804aaead0"}]} [pid: 7|app: 0|req: 857/1710] 10.0.0.208 () {32 vars in 732 bytes} [Wed Jun 10 04:55:32 2026] DELETE /v2.0/floatingips/4a038642-3ea7-43b6-bf10-5583f800fa37 => generated 0 bytes in 328 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 04:55:32.860 8 INFO neutron.api.v2.resource [None req-adafcc53-c8d4-4b5d-9765-c7b1aede70d8 a4ec2c5252dd4fc8a353b7b106e1b302 d6a71af42fc745f5a8bf9618a5cd63e7 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 854/1711] 10.0.0.208 () {32 vars in 732 bytes} [Wed Jun 10 04:55:32 2026] DELETE /v2.0/floatingips/4a038642-3ea7-43b6-bf10-5583f800fa37 => generated 144 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 04:55:33.037 7 INFO neutron_taas.services.taas.taas_plugin [None req-d4e6b230-afed-4e75-b23b-f30db21a3201 a4ec2c5252dd4fc8a353b7b106e1b302 d6a71af42fc745f5a8bf9618a5cd63e7 - - default default] TaaS: Handle Delete Port: 8864099d-9b47-47e6-b0fd-6c0ea20988f8 2026-06-10 04:55:33.040 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d4e6b230-afed-4e75-b23b-f30db21a3201 a4ec2c5252dd4fc8a353b7b106e1b302 d6a71af42fc745f5a8bf9618a5cd63e7 - - default default] Tap Mirror: Handle Delete Port: 8864099d-9b47-47e6-b0fd-6c0ea20988f8 [pid: 7|app: 0|req: 858/1712] 10.0.0.208 () {32 vars in 720 bytes} [Wed Jun 10 04:55:32 2026] DELETE /v2.0/ports/8864099d-9b47-47e6-b0fd-6c0ea20988f8 => generated 0 bytes in 317 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 04:55:33.309 7 INFO neutron_taas.services.taas.taas_plugin [None req-38ab78c4-e9ef-4b31-934c-7c4582de00d0 a4ec2c5252dd4fc8a353b7b106e1b302 d6a71af42fc745f5a8bf9618a5cd63e7 - - default default] TaaS: Handle Delete Port: b1954954-d293-4dfd-b3d1-84dc82ba4c41 2026-06-10 04:55:33.312 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-38ab78c4-e9ef-4b31-934c-7c4582de00d0 a4ec2c5252dd4fc8a353b7b106e1b302 d6a71af42fc745f5a8bf9618a5cd63e7 - - default default] Tap Mirror: Handle Delete Port: b1954954-d293-4dfd-b3d1-84dc82ba4c41 [pid: 8|app: 0|req: 855/1713] 10.0.0.208 () {32 vars in 774 bytes} [Wed Jun 10 04:55:33 2026] GET /v2.0/security-groups?tenant_id=3fc2120bc3a541d889082f180b78bbf2&name=default => generated 2925 bytes in 246 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 856/1714] 10.0.0.208 () {32 vars in 740 bytes} [Wed Jun 10 04:55:33 2026] DELETE /v2.0/security-groups/338910e4-8918-47cd-a87d-506558b26af0 => 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: 859/1715] 10.0.0.208 () {32 vars in 720 bytes} [Wed Jun 10 04:55:33 2026] DELETE /v2.0/ports/b1954954-d293-4dfd-b3d1-84dc82ba4c41 => generated 0 bytes in 308 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 857/1716] 10.0.0.208 () {32 vars in 736 bytes} [Wed Jun 10 04:55:33 2026] GET /v2.0/ports?device_id=3d223163-21da-4878-bcc4-c1aef35099e3 => generated 958 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 860/1717] 10.0.0.208 () {32 vars in 774 bytes} [Wed Jun 10 04:55:33 2026] GET /v2.0/security-groups?tenant_id=b82b698125c3475b83401bffc8a7b675&name=default => generated 2925 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 861/1718] 10.0.0.208 () {32 vars in 740 bytes} [Wed Jun 10 04:55:33 2026] DELETE /v2.0/security-groups/6e7f2939-3ae3-486c-9ff1-c2cf40a97afd => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 04:55:33.904 8 INFO neutron_taas.services.taas.taas_plugin [None req-e432ee5e-2a25-4d49-bc04-1b73fee6afd8 a4ec2c5252dd4fc8a353b7b106e1b302 d6a71af42fc745f5a8bf9618a5cd63e7 - - default default] TaaS: Handle Delete Port: 2ddaeebe-9260-40e5-8756-4e1f51629ce2 2026-06-10 04:55:33.908 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e432ee5e-2a25-4d49-bc04-1b73fee6afd8 a4ec2c5252dd4fc8a353b7b106e1b302 d6a71af42fc745f5a8bf9618a5cd63e7 - - default default] Tap Mirror: Handle Delete Port: 2ddaeebe-9260-40e5-8756-4e1f51629ce2 [pid: 7|app: 0|req: 862/1719] 10.0.0.208 () {32 vars in 774 bytes} [Wed Jun 10 04:55:33 2026] GET /v2.0/security-groups?tenant_id=4d940f3e40f84296b59ce1f932ef53b4&name=default => generated 2925 bytes in 160 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 863/1720] 10.0.0.208 () {32 vars in 740 bytes} [Wed Jun 10 04:55:34 2026] DELETE /v2.0/security-groups/a400ca53-c0e1-463c-88e8-a757ec85893d => 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: 858/1721] 10.0.0.208 () {34 vars in 789 bytes} [Wed Jun 10 04:55:33 2026] PUT /v2.0/routers/3d223163-21da-4878-bcc4-c1aef35099e3/remove_router_interface => generated 309 bytes in 1182 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 04:55:34.971 7 INFO neutron_taas.services.taas.taas_plugin [None req-a457899b-209d-4fdb-a530-04820d5866c2 a4ec2c5252dd4fc8a353b7b106e1b302 d6a71af42fc745f5a8bf9618a5cd63e7 - - default default] TaaS: Handle Delete Port: a4e670e7-3a3b-486d-9f31-9938443f3a2a 2026-06-10 04:55:34.974 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a457899b-209d-4fdb-a530-04820d5866c2 a4ec2c5252dd4fc8a353b7b106e1b302 d6a71af42fc745f5a8bf9618a5cd63e7 - - default default] Tap Mirror: Handle Delete Port: a4e670e7-3a3b-486d-9f31-9938443f3a2a 2026-06-10 04:55:35.206 8 INFO neutron.db.segments_db [None req-fff6224a-958f-44f9-adf7-15a8268babd1 4000554bf9e8454e9d946c1a3df1f8b1 db6fb8f60cf34193b9af130d7df44156 - - default default] Added segment 29c36d47-2d4c-448e-b8d9-01995739b84c of type vxlan for network ac1c523f-92ed-4b85-9978-cc5ab21150fe 2026-06-10 04:55:35.234 7 INFO neutron_taas.services.taas.taas_plugin [None req-a457899b-209d-4fdb-a530-04820d5866c2 a4ec2c5252dd4fc8a353b7b106e1b302 d6a71af42fc745f5a8bf9618a5cd63e7 - - default default] TaaS: Handle Delete Port: 9efda87e-69b8-4c6a-8b15-ba18c5c3fefd 2026-06-10 04:55:35.237 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a457899b-209d-4fdb-a530-04820d5866c2 a4ec2c5252dd4fc8a353b7b106e1b302 d6a71af42fc745f5a8bf9618a5cd63e7 - - default default] Tap Mirror: Handle Delete Port: 9efda87e-69b8-4c6a-8b15-ba18c5c3fefd [pid: 8|app: 0|req: 859/1722] 10.0.0.208 () {34 vars in 670 bytes} [Wed Jun 10 04:55:34 2026] POST /v2.0/networks => generated 613 bytes in 410 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 04:55:35.349 8 INFO neutron.db.segments_db [None req-1b77e8de-4bc2-4551-b394-c4606e545324 4000554bf9e8454e9d946c1a3df1f8b1 db6fb8f60cf34193b9af130d7df44156 - - default default] Added segment 3dd1246b-74de-4ad1-a0f5-4133a860fffd of type vxlan for network bb3d1a80-6397-4471-acf4-e88547c6c015 [pid: 8|app: 0|req: 860/1723] 10.0.0.208 () {34 vars in 670 bytes} [Wed Jun 10 04:55:35 2026] POST /v2.0/networks => generated 613 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 04:55:35.490 8 INFO neutron.db.segments_db [None req-cbe22c41-14e9-4695-94a0-eb89b7d5f2cf 4000554bf9e8454e9d946c1a3df1f8b1 db6fb8f60cf34193b9af130d7df44156 - - default default] Added segment da3ac6eb-84dd-4854-9a86-73c02fc561c4 of type vxlan for network 076ab9b9-1a07-424f-9e3f-b6c19f1000f5 2026-06-10 04:55:35.560 7 INFO neutron.services.segments.plugin [-] Segment f4db457b-49de-4808-b94d-991c8d7d7b02 resource provider aggregate not found 2026-06-10 04:55:35.563 7 INFO neutron.services.segments.plugin [-] Segment f4db457b-49de-4808-b94d-991c8d7d7b02 resource provider aggregate not found 2026-06-10 04:55:35.587 7 INFO neutron.services.segments.plugin [-] Segment f4db457b-49de-4808-b94d-991c8d7d7b02 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f4db457b-49de-4808-b94d-991c8d7d7b02 found for delete ", "request_id": "req-e94d3757-612c-4bca-8bc4-f27ca34863ff"}]} 2026-06-10 04:55:35.592 7 INFO neutron.services.segments.plugin [-] Segment f4db457b-49de-4808-b94d-991c8d7d7b02 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f4db457b-49de-4808-b94d-991c8d7d7b02 found for delete ", "request_id": "req-f08b0fb9-4e9f-4ba5-8ef6-206e64d5dfad"}]} 2026-06-10 04:55:35.595 7 INFO neutron.db.l3_hamode_db [None req-a457899b-209d-4fdb-a530-04820d5866c2 a4ec2c5252dd4fc8a353b7b106e1b302 d6a71af42fc745f5a8bf9618a5cd63e7 - - default default] HA network 05fda55b-ae9d-4762-8403-b3d89a628afc was deleted as no HA routers are present in tenant d6a71af42fc745f5a8bf9618a5cd63e7. [pid: 8|app: 0|req: 861/1724] 10.0.0.208 () {34 vars in 670 bytes} [Wed Jun 10 04:55:35 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: 864/1725] 10.0.0.208 () {32 vars in 724 bytes} [Wed Jun 10 04:55:34 2026] DELETE /v2.0/routers/3d223163-21da-4878-bcc4-c1aef35099e3 => generated 0 bytes in 845 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 04:55:35.650 8 INFO neutron.db.segments_db [None req-957106a0-d531-4da2-beec-2f0b9f729674 4000554bf9e8454e9d946c1a3df1f8b1 db6fb8f60cf34193b9af130d7df44156 - - default default] Added segment 10aa6696-747a-486c-9896-970df80b3ff1 of type vxlan for network 54974477-5123-4b51-82df-32ba3da6b144 [pid: 7|app: 0|req: 865/1726] 10.0.0.208 () {32 vars in 724 bytes} [Wed Jun 10 04:55:35 2026] DELETE /v2.0/subnets/8b1081dd-4f3b-4c98-8dd8-dd1eee8da8bd => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 862/1727] 10.0.0.208 () {34 vars in 670 bytes} [Wed Jun 10 04:55:35 2026] POST /v2.0/networks => generated 613 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 04:55:35.836 8 INFO neutron.db.segments_db [None req-64a5fd45-766c-4399-b5e4-72fda1b8d131 4000554bf9e8454e9d946c1a3df1f8b1 db6fb8f60cf34193b9af130d7df44156 - - default default] Added segment 7e84bb3b-4ab9-476d-9d2f-8dbbf27e7815 of type vxlan for network 8581a7ac-0d85-425e-ba3d-a73c075ccb5d [pid: 7|app: 0|req: 866/1728] 10.0.0.208 () {32 vars in 726 bytes} [Wed Jun 10 04:55:35 2026] DELETE /v2.0/networks/9899159b-f4f0-43dc-87fc-82c340a0346d => 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: 863/1729] 10.0.0.208 () {34 vars in 670 bytes} [Wed Jun 10 04:55:35 2026] POST /v2.0/networks => generated 613 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 867/1730] 10.0.0.208 () {34 vars in 753 bytes} [Wed Jun 10 04:55:35 2026] PUT /v2.0/networks/ac1c523f-92ed-4b85-9978-cc5ab21150fe/tags => generated 17 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 864/1731] 10.0.0.208 () {34 vars in 753 bytes} [Wed Jun 10 04:55:36 2026] PUT /v2.0/networks/bb3d1a80-6397-4471-acf4-e88547c6c015/tags => generated 25 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 868/1732] 10.0.0.208 () {34 vars in 753 bytes} [Wed Jun 10 04:55:36 2026] PUT /v2.0/networks/076ab9b9-1a07-424f-9e3f-b6c19f1000f5/tags => generated 34 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 865/1733] 10.0.0.208 () {34 vars in 753 bytes} [Wed Jun 10 04:55:36 2026] PUT /v2.0/networks/54974477-5123-4b51-82df-32ba3da6b144/tags => generated 19 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 866/1734] 10.0.0.208 () {32 vars in 666 bytes} [Wed Jun 10 04:55:36 2026] GET /v2.0/networks?tags=red => generated 1856 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 867/1735] 10.0.0.208 () {32 vars in 680 bytes} [Wed Jun 10 04:55:36 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1249 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 868/1736] 10.0.0.208 () {32 vars in 676 bytes} [Wed Jun 10 04:55:36 2026] GET /v2.0/networks?tags-any=blue => generated 1249 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 869/1737] 10.0.0.208 () {32 vars in 774 bytes} [Wed Jun 10 04:55:36 2026] GET /v2.0/security-groups?tenant_id=9cd2bbca97214710bd9c94c34cb70a5e&name=default => generated 2925 bytes in 206 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 869/1738] 10.0.0.208 () {32 vars in 688 bytes} [Wed Jun 10 04:55:36 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1856 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 870/1739] 10.0.0.208 () {32 vars in 740 bytes} [Wed Jun 10 04:55:36 2026] DELETE /v2.0/security-groups/9578a51f-6990-4d28-939f-f1132a77a967 => 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: 870/1740] 10.0.0.208 () {32 vars in 774 bytes} [Wed Jun 10 04:55:36 2026] GET /v2.0/security-groups?tenant_id=d6a71af42fc745f5a8bf9618a5cd63e7&name=default => generated 2925 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 871/1741] 10.0.0.208 () {32 vars in 674 bytes} [Wed Jun 10 04:55:36 2026] GET /v2.0/networks?not-tags=red => generated 1862 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 872/1742] 10.0.0.208 () {32 vars in 688 bytes} [Wed Jun 10 04:55:36 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2469 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 871/1743] 10.0.0.208 () {32 vars in 740 bytes} [Wed Jun 10 04:55:36 2026] DELETE /v2.0/security-groups/3a3ebd14-0ab1-4098-a0f2-909937809e4c => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 872/1744] 10.0.0.208 () {32 vars in 684 bytes} [Wed Jun 10 04:55:36 2026] GET /v2.0/networks?not-tags-any=blue => generated 2469 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 873/1745] 10.0.0.208 () {32 vars in 774 bytes} [Wed Jun 10 04:55:36 2026] GET /v2.0/security-groups?tenant_id=807887ce292545d784a86eae75631208&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: 873/1746] 10.0.0.208 () {32 vars in 696 bytes} [Wed Jun 10 04:55:36 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1862 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 874/1747] 10.0.0.208 () {32 vars in 740 bytes} [Wed Jun 10 04:55:36 2026] DELETE /v2.0/security-groups/1a757e24-dd88-4331-8677-5d6ab4927666 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 04:55:36.991 8 INFO neutron.services.segments.plugin [-] Segment 29c36d47-2d4c-448e-b8d9-01995739b84c resource provider aggregate not found 2026-06-10 04:55:36.993 8 INFO neutron.services.segments.plugin [-] Segment 29c36d47-2d4c-448e-b8d9-01995739b84c resource provider aggregate not found [pid: 8|app: 0|req: 874/1748] 10.0.0.208 () {32 vars in 726 bytes} [Wed Jun 10 04:55:36 2026] DELETE /v2.0/networks/ac1c523f-92ed-4b85-9978-cc5ab21150fe => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 04:55:37.010 8 INFO neutron.services.segments.plugin [-] Segment 29c36d47-2d4c-448e-b8d9-01995739b84c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 29c36d47-2d4c-448e-b8d9-01995739b84c found for delete ", "request_id": "req-ad5cb1eb-1dcf-4283-8629-8ebc63759f2b"}]} 2026-06-10 04:55:37.012 8 INFO neutron.services.segments.plugin [-] Segment 29c36d47-2d4c-448e-b8d9-01995739b84c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 29c36d47-2d4c-448e-b8d9-01995739b84c found for delete ", "request_id": "req-446dc32c-9294-4eb4-97df-a7bc4c1706b5"}]} [pid: 7|app: 0|req: 875/1749] 10.0.0.208 () {32 vars in 726 bytes} [Wed Jun 10 04:55:37 2026] DELETE /v2.0/networks/bb3d1a80-6397-4471-acf4-e88547c6c015 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 875/1750] 10.0.0.208 () {32 vars in 726 bytes} [Wed Jun 10 04:55:37 2026] DELETE /v2.0/networks/076ab9b9-1a07-424f-9e3f-b6c19f1000f5 => 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: 876/1751] 10.0.0.208 () {32 vars in 726 bytes} [Wed Jun 10 04:55:37 2026] DELETE /v2.0/networks/54974477-5123-4b51-82df-32ba3da6b144 => 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: 876/1752] 10.0.0.208 () {32 vars in 726 bytes} [Wed Jun 10 04:55:37 2026] DELETE /v2.0/networks/8581a7ac-0d85-425e-ba3d-a73c075ccb5d => generated 0 bytes in 105 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 04:55:37.610 7 INFO neutron.services.segments.plugin [-] Segment d74cf4a2-2e17-4f28-9cbe-a9de7ff460c3 resource provider aggregate not found 2026-06-10 04:55:37.616 7 INFO neutron.services.segments.plugin [-] Segment d74cf4a2-2e17-4f28-9cbe-a9de7ff460c3 resource provider aggregate not found 2026-06-10 04:55:37.630 7 INFO neutron.services.segments.plugin [-] Segment d74cf4a2-2e17-4f28-9cbe-a9de7ff460c3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d74cf4a2-2e17-4f28-9cbe-a9de7ff460c3 found for delete ", "request_id": "req-9122be60-fd89-4225-b631-9e8a8e780baa"}]} 2026-06-10 04:55:37.633 7 INFO neutron.services.segments.plugin [-] Segment d74cf4a2-2e17-4f28-9cbe-a9de7ff460c3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d74cf4a2-2e17-4f28-9cbe-a9de7ff460c3 found for delete ", "request_id": "req-f41210ba-d8d4-4ed4-8ea6-35a6d6a221d0"}]} 2026-06-10 04:55:37.647 7 INFO neutron.services.segments.plugin [-] Segment 3dd1246b-74de-4ad1-a0f5-4133a860fffd resource provider aggregate not found 2026-06-10 04:55:37.648 7 INFO neutron.services.segments.plugin [-] Segment 3dd1246b-74de-4ad1-a0f5-4133a860fffd resource provider aggregate not found 2026-06-10 04:55:37.667 7 INFO neutron.services.segments.plugin [-] Segment 3dd1246b-74de-4ad1-a0f5-4133a860fffd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3dd1246b-74de-4ad1-a0f5-4133a860fffd found for delete ", "request_id": "req-fda8e7b6-882f-4feb-a8c6-647ccd423de6"}]} 2026-06-10 04:55:37.672 7 INFO neutron.services.segments.plugin [-] Segment 3dd1246b-74de-4ad1-a0f5-4133a860fffd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3dd1246b-74de-4ad1-a0f5-4133a860fffd found for delete ", "request_id": "req-5d116a0e-f4f2-4ef5-9f3f-ce9f1a5119da"}]} 2026-06-10 04:55:37.685 7 INFO neutron.services.segments.plugin [-] Segment 10aa6696-747a-486c-9896-970df80b3ff1 resource provider aggregate not found 2026-06-10 04:55:37.690 7 INFO neutron.services.segments.plugin [-] Segment 10aa6696-747a-486c-9896-970df80b3ff1 resource provider aggregate not found 2026-06-10 04:55:37.700 7 INFO neutron.services.segments.plugin [-] Segment 10aa6696-747a-486c-9896-970df80b3ff1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 10aa6696-747a-486c-9896-970df80b3ff1 found for delete ", "request_id": "req-d4991261-bc78-4ae8-bde4-3faa30005119"}]} 2026-06-10 04:55:37.707 7 INFO neutron.services.segments.plugin [-] Segment 10aa6696-747a-486c-9896-970df80b3ff1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 10aa6696-747a-486c-9896-970df80b3ff1 found for delete ", "request_id": "req-c7b670fd-d202-4be6-acc6-041af3bf3164"}]} [pid: 7|app: 0|req: 877/1753] 10.0.0.208 () {34 vars in 684 bytes} [Wed Jun 10 04:55:37 2026] POST /v2.0/security-groups => generated 1601 bytes in 366 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 877/1754] 10.0.0.208 () {34 vars in 767 bytes} [Wed Jun 10 04:55:38 2026] PUT /v2.0/security-groups/6626cbc0-e063-41b3-96b7-e5d33e76e696/tags => generated 25 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 878/1755] 10.0.0.208 () {32 vars in 747 bytes} [Wed Jun 10 04:55:38 2026] GET /v2.0/security-groups/6626cbc0-e063-41b3-96b7-e5d33e76e696/tags => generated 25 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 878/1756] 10.0.0.208 () {34 vars in 778 bytes} [Wed Jun 10 04:55:38 2026] PUT /v2.0/security-groups/6626cbc0-e063-41b3-96b7-e5d33e76e696/tags/green => generated 4 bytes in 68 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 879/1757] 10.0.0.208 () {32 vars in 747 bytes} [Wed Jun 10 04:55:38 2026] GET /v2.0/security-groups/6626cbc0-e063-41b3-96b7-e5d33e76e696/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: 880/1758] 10.0.0.208 () {34 vars in 774 bytes} [Wed Jun 10 04:55:38 2026] PUT /v2.0/security-groups/6626cbc0-e063-41b3-96b7-e5d33e76e696/tags/red => generated 4 bytes in 35 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 881/1759] 10.0.0.208 () {32 vars in 747 bytes} [Wed Jun 10 04:55:38 2026] GET /v2.0/security-groups/6626cbc0-e063-41b3-96b7-e5d33e76e696/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: 882/1760] 10.0.0.208 () {34 vars in 796 bytes} [Wed Jun 10 04:55:38 2026] PUT /v2.0/security-groups/6626cbc0-e063-41b3-96b7-e5d33e76e696/tags/black.or.white => generated 4 bytes in 57 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 883/1761] 10.0.0.208 () {32 vars in 747 bytes} [Wed Jun 10 04:55:38 2026] GET /v2.0/security-groups/6626cbc0-e063-41b3-96b7-e5d33e76e696/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: 884/1762] 10.0.0.208 () {34 vars in 767 bytes} [Wed Jun 10 04:55:38 2026] PUT /v2.0/security-groups/6626cbc0-e063-41b3-96b7-e5d33e76e696/tags => generated 37 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 885/1763] 10.0.0.208 () {32 vars in 747 bytes} [Wed Jun 10 04:55:38 2026] GET /v2.0/security-groups/6626cbc0-e063-41b3-96b7-e5d33e76e696/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: 879/1764] 10.0.0.208 () {32 vars in 774 bytes} [Wed Jun 10 04:55:38 2026] GET /v2.0/security-groups?tenant_id=ec68abc1848f475fa1b59432c6dc9cf2&name=default => generated 2925 bytes in 326 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 886/1765] 10.0.0.208 () {32 vars in 755 bytes} [Wed Jun 10 04:55:38 2026] GET /v2.0/security-groups/6626cbc0-e063-41b3-96b7-e5d33e76e696/tags/red => generated 0 bytes in 32 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 04:55:38.661 8 INFO neutron.api.v2.resource [None req-b0db64a3-7a3d-4ed6-9bac-0797261053da 988ad069164c4618bd4fa52872f7fee7 379f1e9893cf4d96bd309ad944f78bbe - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 887/1766] 10.0.0.208 () {32 vars in 759 bytes} [Wed Jun 10 04:55:38 2026] GET /v2.0/security-groups/6626cbc0-e063-41b3-96b7-e5d33e76e696/tags/green => generated 99 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 888/1767] 10.0.0.208 () {32 vars in 758 bytes} [Wed Jun 10 04:55:38 2026] DELETE /v2.0/security-groups/6626cbc0-e063-41b3-96b7-e5d33e76e696/tags/red => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 880/1768] 10.0.0.208 () {32 vars in 740 bytes} [Wed Jun 10 04:55:38 2026] DELETE /v2.0/security-groups/1ec8b844-8520-4c66-a998-4da9c0745dc9 => 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: 881/1769] 10.0.0.208 () {32 vars in 747 bytes} [Wed Jun 10 04:55:38 2026] GET /v2.0/security-groups/6626cbc0-e063-41b3-96b7-e5d33e76e696/tags => generated 30 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 04:55:38.841 7 INFO neutron.api.v2.resource [None req-602255fb-1576-4c51-a7bf-acc23e7368c8 988ad069164c4618bd4fa52872f7fee7 379f1e9893cf4d96bd309ad944f78bbe - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 882/1770] 10.0.0.208 () {32 vars in 762 bytes} [Wed Jun 10 04:55:38 2026] DELETE /v2.0/security-groups/6626cbc0-e063-41b3-96b7-e5d33e76e696/tags/green => generated 99 bytes in 53 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 883/1771] 10.0.0.208 () {32 vars in 750 bytes} [Wed Jun 10 04:55:38 2026] DELETE /v2.0/security-groups/6626cbc0-e063-41b3-96b7-e5d33e76e696/tags => 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: 884/1772] 10.0.0.208 () {32 vars in 774 bytes} [Wed Jun 10 04:55:38 2026] GET /v2.0/security-groups?tenant_id=db6fb8f60cf34193b9af130d7df44156&name=default => generated 2925 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 04:55:38.982 8 INFO neutron.db.segments_db [None req-a7fe908a-2ba4-458e-bc40-1da6d6358677 23bb6a59a6fa48c680caf69c9f0d6adc fa922ecc47be4b83b902c74eeb7b720e - - default default] Added segment 727fadf7-2005-450a-af52-04c0057e71ee of type vxlan for network b2a64f13-0bff-4d2b-aeb6-2c53d886266c [pid: 7|app: 0|req: 885/1773] 10.0.0.208 () {32 vars in 747 bytes} [Wed Jun 10 04:55:38 2026] GET /v2.0/security-groups/6626cbc0-e063-41b3-96b7-e5d33e76e696/tags => generated 12 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 04:55:39.039 8 INFO neutron.services.segments.plugin [-] Segment da3ac6eb-84dd-4854-9a86-73c02fc561c4 resource provider aggregate not found 2026-06-10 04:55:39.042 8 INFO neutron.services.segments.plugin [-] Segment da3ac6eb-84dd-4854-9a86-73c02fc561c4 resource provider aggregate not found 2026-06-10 04:55:39.058 8 INFO neutron.services.segments.plugin [-] Segment da3ac6eb-84dd-4854-9a86-73c02fc561c4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid da3ac6eb-84dd-4854-9a86-73c02fc561c4 found for delete ", "request_id": "req-4022cf35-6815-42a4-b295-15bd6a4435ee"}]} 2026-06-10 04:55:39.063 8 INFO neutron.services.segments.plugin [-] Segment da3ac6eb-84dd-4854-9a86-73c02fc561c4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid da3ac6eb-84dd-4854-9a86-73c02fc561c4 found for delete ", "request_id": "req-a50d55f9-d9e8-4db9-9a6b-cd8b3ffdbcab"}]} 2026-06-10 04:55:39.077 8 INFO neutron.services.segments.plugin [-] Segment 7e84bb3b-4ab9-476d-9d2f-8dbbf27e7815 resource provider aggregate not found 2026-06-10 04:55:39.082 8 INFO neutron.services.segments.plugin [-] Segment 7e84bb3b-4ab9-476d-9d2f-8dbbf27e7815 resource provider aggregate not found [pid: 7|app: 0|req: 886/1774] 10.0.0.208 () {32 vars in 740 bytes} [Wed Jun 10 04:55:38 2026] DELETE /v2.0/security-groups/ebb0521d-a038-416c-b498-e220fd77203a => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 04:55:39.102 8 INFO neutron.services.segments.plugin [-] Segment 7e84bb3b-4ab9-476d-9d2f-8dbbf27e7815 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7e84bb3b-4ab9-476d-9d2f-8dbbf27e7815 found for delete ", "request_id": "req-6c0e0002-0927-4f50-b8b7-5db75b35623c"}]} 2026-06-10 04:55:39.103 8 INFO neutron.services.segments.plugin [-] Segment 7e84bb3b-4ab9-476d-9d2f-8dbbf27e7815 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7e84bb3b-4ab9-476d-9d2f-8dbbf27e7815 found for delete ", "request_id": "req-749ff023-1057-49d2-b076-5bed3db80b0e"}]} [pid: 8|app: 0|req: 889/1775] 10.0.0.208 () {34 vars in 670 bytes} [Wed Jun 10 04:55:38 2026] POST /v2.0/networks => generated 624 bytes in 368 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 887/1776] 10.0.0.208 () {32 vars in 740 bytes} [Wed Jun 10 04:55:39 2026] DELETE /v2.0/security-groups/6626cbc0-e063-41b3-96b7-e5d33e76e696 => 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: 888/1777] 10.0.0.208 () {32 vars in 774 bytes} [Wed Jun 10 04:55:39 2026] GET /v2.0/security-groups?tenant_id=9e4e69827fdb4f908e1a8d3c1e18b455&name=default => generated 2925 bytes in 171 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 890/1778] 10.0.0.208 () {34 vars in 665 bytes} [Wed Jun 10 04:55:39 2026] POST /v2.0/ports => generated 773 bytes in 319 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: 889/1779] 10.0.0.208 () {32 vars in 740 bytes} [Wed Jun 10 04:55:39 2026] DELETE /v2.0/security-groups/c97ef1cd-4bc1-4948-9f80-a4b1bc7bfedb => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 04:55:39.484 8 INFO neutron.db.segments_db [None req-ba2f964b-e259-455a-b15c-161d0ba1f903 23bb6a59a6fa48c680caf69c9f0d6adc fa922ecc47be4b83b902c74eeb7b720e - - default default] Added segment 54aa0ec2-0b82-443b-b7a7-c866c18288ac of type vxlan for network 32be8d17-c451-4221-ac32-d4d908e9ed22 [pid: 8|app: 0|req: 891/1780] 10.0.0.208 () {34 vars in 670 bytes} [Wed Jun 10 04:55:39 2026] POST /v2.0/networks => generated 612 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 890/1781] 10.0.0.208 () {34 vars in 669 bytes} [Wed Jun 10 04:55:39 2026] POST /v2.0/subnets => generated 626 bytes in 227 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 891/1782] 10.0.0.208 () {32 vars in 774 bytes} [Wed Jun 10 04:55:39 2026] GET /v2.0/security-groups?tenant_id=dd7658dc5ff84fb3b7f3ba862a210ceb&name=default => generated 2925 bytes in 362 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 892/1783] 10.0.0.208 () {34 vars in 665 bytes} [Wed Jun 10 04:55:39 2026] POST /v2.0/ports => generated 949 bytes in 450 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 892/1784] 10.0.0.208 () {32 vars in 740 bytes} [Wed Jun 10 04:55:40 2026] DELETE /v2.0/security-groups/a0261a8a-0320-45a7-8d56-af38d5179be1 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 04:55:40.374 8 INFO neutron_taas.services.taas.taas_plugin [None req-551bf293-39f0-4e9b-a36b-c8c49b418997 23bb6a59a6fa48c680caf69c9f0d6adc fa922ecc47be4b83b902c74eeb7b720e - - default default] TaaS: Handle Delete Port: 26baed0a-3c95-48db-9ed7-14443a84943f 2026-06-10 04:55:40.377 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-551bf293-39f0-4e9b-a36b-c8c49b418997 23bb6a59a6fa48c680caf69c9f0d6adc fa922ecc47be4b83b902c74eeb7b720e - - default default] Tap Mirror: Handle Delete Port: 26baed0a-3c95-48db-9ed7-14443a84943f [pid: 7|app: 0|req: 893/1785] 10.0.0.208 () {32 vars in 774 bytes} [Wed Jun 10 04:55:40 2026] GET /v2.0/security-groups?tenant_id=379f1e9893cf4d96bd309ad944f78bbe&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: 893/1786] 10.0.0.208 () {32 vars in 720 bytes} [Wed Jun 10 04:55:40 2026] DELETE /v2.0/ports/26baed0a-3c95-48db-9ed7-14443a84943f => generated 0 bytes in 265 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 04:55:40.565 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b040e67a-3d35-45a2-a855-86c26001a6ad 23bb6a59a6fa48c680caf69c9f0d6adc fa922ecc47be4b83b902c74eeb7b720e - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 894/1787] 10.0.0.208 () {32 vars in 720 bytes} [Wed Jun 10 04:55:40 2026] DELETE /v2.0/ports/26baed0a-3c95-48db-9ed7-14443a84943f => generated 132 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 04:55:40.595 8 INFO neutron.pecan_wsgi.hooks.translation [None req-303602a0-5158-43a5-86be-a8f0346d81c0 23bb6a59a6fa48c680caf69c9f0d6adc fa922ecc47be4b83b902c74eeb7b720e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 895/1788] 10.0.0.208 () {32 vars in 717 bytes} [Wed Jun 10 04:55:40 2026] GET /v2.0/ports/26baed0a-3c95-48db-9ed7-14443a84943f => generated 132 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 894/1789] 10.0.0.208 () {32 vars in 740 bytes} [Wed Jun 10 04:55:40 2026] DELETE /v2.0/security-groups/e3f81ad6-74f8-47b7-a750-498f4d98edce => 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: 896/1790] 10.0.0.208 () {32 vars in 724 bytes} [Wed Jun 10 04:55:40 2026] DELETE /v2.0/subnets/66e62684-c63b-4cc7-b567-790d635acc9d => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 04:55:40.916 7 INFO neutron_taas.services.taas.taas_plugin [None req-55b722a3-5a7a-4fdb-8297-9334278f71e5 23bb6a59a6fa48c680caf69c9f0d6adc fa922ecc47be4b83b902c74eeb7b720e - - default default] TaaS: Handle Delete Port: fafae130-c41d-4945-85e9-63365252129c 2026-06-10 04:55:40.918 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-55b722a3-5a7a-4fdb-8297-9334278f71e5 23bb6a59a6fa48c680caf69c9f0d6adc fa922ecc47be4b83b902c74eeb7b720e - - default default] Tap Mirror: Handle Delete Port: fafae130-c41d-4945-85e9-63365252129c 2026-06-10 04:55:41.094 7 INFO neutron.services.segments.plugin [-] Segment 54aa0ec2-0b82-443b-b7a7-c866c18288ac resource provider aggregate not found 2026-06-10 04:55:41.098 7 INFO neutron.services.segments.plugin [-] Segment 54aa0ec2-0b82-443b-b7a7-c866c18288ac resource provider aggregate not found [pid: 7|app: 0|req: 895/1791] 10.0.0.208 () {32 vars in 726 bytes} [Wed Jun 10 04:55:40 2026] DELETE /v2.0/networks/32be8d17-c451-4221-ac32-d4d908e9ed22 => generated 0 bytes in 344 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 04:55:41.119 7 INFO neutron.services.segments.plugin [-] Segment 54aa0ec2-0b82-443b-b7a7-c866c18288ac resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 54aa0ec2-0b82-443b-b7a7-c866c18288ac found for delete ", "request_id": "req-773c89b2-879a-4803-b58a-0474d59e727b"}]} 2026-06-10 04:55:41.119 7 INFO neutron.services.segments.plugin [-] Segment 54aa0ec2-0b82-443b-b7a7-c866c18288ac resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 54aa0ec2-0b82-443b-b7a7-c866c18288ac found for delete ", "request_id": "req-63e5a929-6644-4700-953c-8d5d07b77e29"}]} [pid: 8|app: 0|req: 897/1792] 10.0.0.208 () {32 vars in 774 bytes} [Wed Jun 10 04:55:40 2026] GET /v2.0/security-groups?tenant_id=46f21ca1415b48928774ffc0666ff5bd&name=default => generated 2925 bytes in 337 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 04:55:41.188 7 INFO neutron.db.segments_db [None req-787dd620-bf97-4170-88b2-90c909c7ccd9 23bb6a59a6fa48c680caf69c9f0d6adc fa922ecc47be4b83b902c74eeb7b720e - - default default] Added segment a3408cb1-0595-4477-889d-2fadabb2f69d of type vxlan for network d54ae40d-4908-487e-adf7-a318e2a0ac14 [pid: 8|app: 0|req: 898/1793] 10.0.0.208 () {32 vars in 740 bytes} [Wed Jun 10 04:55:41 2026] DELETE /v2.0/security-groups/2c7733dd-fca1-4a2c-9162-6b4aee18089f => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 896/1794] 10.0.0.208 () {34 vars in 670 bytes} [Wed Jun 10 04:55:41 2026] POST /v2.0/networks => generated 612 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 899/1795] 10.0.0.208 () {34 vars in 669 bytes} [Wed Jun 10 04:55:41 2026] POST /v2.0/subnets => generated 626 bytes in 239 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 897/1796] 10.0.0.208 () {32 vars in 774 bytes} [Wed Jun 10 04:55:41 2026] GET /v2.0/security-groups?tenant_id=ffb6d18c023e4ae2b3b0e0d276e44083&name=default => generated 2925 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 898/1797] 10.0.0.208 () {32 vars in 740 bytes} [Wed Jun 10 04:55:41 2026] DELETE /v2.0/security-groups/e5ab2811-6bc0-453d-8b8c-ddf1cc8187d8 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 900/1798] 10.0.0.208 () {34 vars in 665 bytes} [Wed Jun 10 04:55:41 2026] POST /v2.0/ports => generated 912 bytes in 304 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 04:55:42.000 7 INFO neutron_taas.services.taas.taas_plugin [None req-78e00ce5-0241-4cde-8046-de8ebee18049 23bb6a59a6fa48c680caf69c9f0d6adc fa922ecc47be4b83b902c74eeb7b720e - - default default] TaaS: Handle Delete Port: fbe8fb9e-e757-44ad-ad2a-822f358872d2 2026-06-10 04:55:42.003 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-78e00ce5-0241-4cde-8046-de8ebee18049 23bb6a59a6fa48c680caf69c9f0d6adc fa922ecc47be4b83b902c74eeb7b720e - - default default] Tap Mirror: Handle Delete Port: fbe8fb9e-e757-44ad-ad2a-822f358872d2 [pid: 7|app: 0|req: 899/1799] 10.0.0.208 () {32 vars in 720 bytes} [Wed Jun 10 04:55:41 2026] DELETE /v2.0/ports/fbe8fb9e-e757-44ad-ad2a-822f358872d2 => generated 0 bytes in 282 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 04:55:42.158 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ed883fb5-e26b-4a97-83aa-47cb008dc2d0 23bb6a59a6fa48c680caf69c9f0d6adc fa922ecc47be4b83b902c74eeb7b720e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 901/1800] 10.0.0.208 () {32 vars in 717 bytes} [Wed Jun 10 04:55:42 2026] GET /v2.0/ports/fbe8fb9e-e757-44ad-ad2a-822f358872d2 => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 900/1801] 10.0.0.208 () {32 vars in 724 bytes} [Wed Jun 10 04:55:42 2026] DELETE /v2.0/subnets/f2e1a0ac-e5f7-45ff-92c4-9e67c442eebd => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 04:55:42.429 8 INFO neutron.services.segments.plugin [-] Segment a3408cb1-0595-4477-889d-2fadabb2f69d resource provider aggregate not found 2026-06-10 04:55:42.436 8 INFO neutron.services.segments.plugin [-] Segment a3408cb1-0595-4477-889d-2fadabb2f69d resource provider aggregate not found 2026-06-10 04:55:42.444 8 INFO neutron.services.segments.plugin [-] Segment a3408cb1-0595-4477-889d-2fadabb2f69d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a3408cb1-0595-4477-889d-2fadabb2f69d found for delete ", "request_id": "req-b6e9c1a5-2748-41e1-9ece-b0eec8d672b4"}]} 2026-06-10 04:55:42.452 8 INFO neutron.services.segments.plugin [-] Segment a3408cb1-0595-4477-889d-2fadabb2f69d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a3408cb1-0595-4477-889d-2fadabb2f69d found for delete ", "request_id": "req-59e5dc9f-0dc6-4a21-a444-bff00651b612"}]} [pid: 8|app: 0|req: 902/1802] 10.0.0.208 () {32 vars in 726 bytes} [Wed Jun 10 04:55:42 2026] DELETE /v2.0/networks/d54ae40d-4908-487e-adf7-a318e2a0ac14 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 901/1803] 10.0.0.208 () {34 vars in 665 bytes} [Wed Jun 10 04:55:42 2026] POST /v2.0/ports => generated 775 bytes in 235 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 903/1804] 10.0.0.208 () {34 vars in 737 bytes} [Wed Jun 10 04:55:42 2026] PUT /v2.0/ports/28dba116-2e42-4231-9e71-24dd849efd24 => generated 752 bytes in 147 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-10 04:55:42.941 7 INFO neutron_taas.services.taas.taas_plugin [None req-b6931d86-88ee-4bc2-afcf-dc67ba3b777d 23bb6a59a6fa48c680caf69c9f0d6adc fa922ecc47be4b83b902c74eeb7b720e - - default default] TaaS: Handle Delete Port: 28dba116-2e42-4231-9e71-24dd849efd24 2026-06-10 04:55:42.943 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b6931d86-88ee-4bc2-afcf-dc67ba3b777d 23bb6a59a6fa48c680caf69c9f0d6adc fa922ecc47be4b83b902c74eeb7b720e - - default default] Tap Mirror: Handle Delete Port: 28dba116-2e42-4231-9e71-24dd849efd24 [pid: 7|app: 0|req: 902/1805] 10.0.0.208 () {32 vars in 720 bytes} [Wed Jun 10 04:55:42 2026] DELETE /v2.0/ports/28dba116-2e42-4231-9e71-24dd849efd24 => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 904/1806] 10.0.0.208 () {32 vars in 643 bytes} [Wed Jun 10 04:55:43 2026] GET /v2.0/ports => generated 776 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 04:55:43.075 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9106b761-1fa5-465f-bc65-9f2c49228464 23bb6a59a6fa48c680caf69c9f0d6adc fa922ecc47be4b83b902c74eeb7b720e - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 903/1807] 10.0.0.208 () {32 vars in 717 bytes} [Wed Jun 10 04:55:43 2026] GET /v2.0/ports/28dba116-2e42-4231-9e71-24dd849efd24 => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 905/1808] 10.0.0.208 () {32 vars in 643 bytes} [Wed Jun 10 04:55:43 2026] GET /v2.0/ports => generated 776 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 904/1809] 10.0.0.208 () {32 vars in 717 bytes} [Wed Jun 10 04:55:43 2026] GET /v2.0/ports/0fcc0d2b-469e-4cba-8e1d-834f5eb99655 => generated 773 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 04:55:43.199 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6bab9426-7ab1-4977-ac40-32a57a0700e0 23bb6a59a6fa48c680caf69c9f0d6adc fa922ecc47be4b83b902c74eeb7b720e - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 906/1810] 10.0.0.208 () {32 vars in 720 bytes} [Wed Jun 10 04:55:43 2026] DELETE /v2.0/ports/fbe8fb9e-e757-44ad-ad2a-822f358872d2 => generated 132 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 04:55:43.219 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6e6a2deb-aa3c-4a93-a4dc-a45dec7e9bb8 23bb6a59a6fa48c680caf69c9f0d6adc fa922ecc47be4b83b902c74eeb7b720e - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 905/1811] 10.0.0.208 () {32 vars in 724 bytes} [Wed Jun 10 04:55:43 2026] DELETE /v2.0/subnets/f2e1a0ac-e5f7-45ff-92c4-9e67c442eebd => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 04:55:43.249 8 INFO neutron.pecan_wsgi.hooks.translation [None req-41fb685e-e46b-4804-a442-417da7314915 23bb6a59a6fa48c680caf69c9f0d6adc fa922ecc47be4b83b902c74eeb7b720e - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 907/1812] 10.0.0.208 () {32 vars in 724 bytes} [Wed Jun 10 04:55:43 2026] DELETE /v2.0/subnets/66e62684-c63b-4cc7-b567-790d635acc9d => generated 136 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 04:55:43.353 7 INFO neutron_taas.services.taas.taas_plugin [None req-458e7133-dee4-48d5-89bb-50b0a6490758 23bb6a59a6fa48c680caf69c9f0d6adc fa922ecc47be4b83b902c74eeb7b720e - - default default] TaaS: Handle Delete Port: 0fcc0d2b-469e-4cba-8e1d-834f5eb99655 2026-06-10 04:55:43.356 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-458e7133-dee4-48d5-89bb-50b0a6490758 23bb6a59a6fa48c680caf69c9f0d6adc fa922ecc47be4b83b902c74eeb7b720e - - default default] Tap Mirror: Handle Delete Port: 0fcc0d2b-469e-4cba-8e1d-834f5eb99655 [pid: 7|app: 0|req: 906/1813] 10.0.0.208 () {32 vars in 720 bytes} [Wed Jun 10 04:55:43 2026] DELETE /v2.0/ports/0fcc0d2b-469e-4cba-8e1d-834f5eb99655 => generated 0 bytes in 197 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 908/1814] 10.0.0.208 () {32 vars in 726 bytes} [Wed Jun 10 04:55:43 2026] DELETE /v2.0/networks/b2a64f13-0bff-4d2b-aeb6-2c53d886266c => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 907/1815] 10.0.0.208 () {34 vars in 676 bytes} [Wed Jun 10 04:55:43 2026] POST /v2.0/subnetpools => generated 516 bytes in 277 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 909/1816] 10.0.0.208 () {34 vars in 759 bytes} [Wed Jun 10 04:55:44 2026] PUT /v2.0/subnetpools/89b9c13a-3c5f-419c-9a67-c5bfe47b1a8d/tags => generated 25 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 908/1817] 10.0.0.208 () {34 vars in 678 bytes} [Wed Jun 10 04:55:44 2026] POST /v2.0/qos/policies => generated 359 bytes in 85 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 909/1818] 10.0.0.208 () {32 vars in 739 bytes} [Wed Jun 10 04:55:44 2026] GET /v2.0/subnetpools/89b9c13a-3c5f-419c-9a67-c5bfe47b1a8d/tags => generated 25 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 910/1819] 10.0.0.208 () {32 vars in 774 bytes} [Wed Jun 10 04:55:44 2026] GET /v2.0/security-groups?tenant_id=fa922ecc47be4b83b902c74eeb7b720e&name=default => generated 2925 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 910/1820] 10.0.0.208 () {32 vars in 774 bytes} [Wed Jun 10 04:55:44 2026] GET /v2.0/security-groups?tenant_id=35b0d42b7b2e480398c9f531711b6f78&name=default => generated 2925 bytes in 175 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 911/1821] 10.0.0.208 () {34 vars in 678 bytes} [Wed Jun 10 04:55:44 2026] POST /v2.0/qos/policies => generated 359 bytes in 37 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 911/1822] 10.0.0.208 () {34 vars in 770 bytes} [Wed Jun 10 04:55:44 2026] PUT /v2.0/subnetpools/89b9c13a-3c5f-419c-9a67-c5bfe47b1a8d/tags/green => generated 4 bytes in 49 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 912/1823] 10.0.0.208 () {32 vars in 740 bytes} [Wed Jun 10 04:55:44 2026] DELETE /v2.0/security-groups/665460de-111e-4b15-848c-b07a94357a92 => 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: 913/1824] 10.0.0.208 () {34 vars in 678 bytes} [Wed Jun 10 04:55:44 2026] POST /v2.0/qos/policies => generated 359 bytes in 30 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 912/1825] 10.0.0.208 () {32 vars in 740 bytes} [Wed Jun 10 04:55:44 2026] DELETE /v2.0/security-groups/f321615d-c0ee-4062-8c9a-704d6afb4f01 => 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: 914/1826] 10.0.0.208 () {32 vars in 739 bytes} [Wed Jun 10 04:55:44 2026] GET /v2.0/subnetpools/89b9c13a-3c5f-419c-9a67-c5bfe47b1a8d/tags => generated 34 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 04:55:44.475 8 INFO neutron.services.segments.plugin [-] Segment 727fadf7-2005-450a-af52-04c0057e71ee resource provider aggregate not found 2026-06-10 04:55:44.484 8 INFO neutron.services.segments.plugin [-] Segment 727fadf7-2005-450a-af52-04c0057e71ee resource provider aggregate not found [pid: 8|app: 0|req: 913/1827] 10.0.0.208 () {34 vars in 678 bytes} [Wed Jun 10 04:55:44 2026] POST /v2.0/qos/policies => generated 359 bytes in 57 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 915/1828] 10.0.0.208 () {34 vars in 766 bytes} [Wed Jun 10 04:55:44 2026] PUT /v2.0/subnetpools/89b9c13a-3c5f-419c-9a67-c5bfe47b1a8d/tags/red => generated 4 bytes in 46 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-06-10 04:55:44.499 8 INFO neutron.services.segments.plugin [-] Segment 727fadf7-2005-450a-af52-04c0057e71ee resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 727fadf7-2005-450a-af52-04c0057e71ee found for delete ", "request_id": "req-f616ffb5-755c-4e59-a7f3-e61d3d9612a5"}]} 2026-06-10 04:55:44.503 8 INFO neutron.services.segments.plugin [-] Segment 727fadf7-2005-450a-af52-04c0057e71ee resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 727fadf7-2005-450a-af52-04c0057e71ee found for delete ", "request_id": "req-ea65749f-49e6-4ab3-853b-9b1b6ffb8ce3"}]} [pid: 7|app: 0|req: 916/1829] 10.0.0.208 () {32 vars in 739 bytes} [Wed Jun 10 04:55:44 2026] GET /v2.0/subnetpools/89b9c13a-3c5f-419c-9a67-c5bfe47b1a8d/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: 914/1830] 10.0.0.208 () {34 vars in 678 bytes} [Wed Jun 10 04:55:44 2026] POST /v2.0/qos/policies => generated 359 bytes in 33 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 917/1831] 10.0.0.208 () {34 vars in 788 bytes} [Wed Jun 10 04:55:44 2026] PUT /v2.0/subnetpools/89b9c13a-3c5f-419c-9a67-c5bfe47b1a8d/tags/black.or.white => generated 4 bytes in 45 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 915/1832] 10.0.0.208 () {34 vars in 753 bytes} [Wed Jun 10 04:55:44 2026] PUT /v2.0/policies/e7524cc5-da61-4606-8179-79289b0ac90f/tags => generated 17 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 918/1833] 10.0.0.208 () {32 vars in 739 bytes} [Wed Jun 10 04:55:44 2026] GET /v2.0/subnetpools/89b9c13a-3c5f-419c-9a67-c5bfe47b1a8d/tags => generated 52 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 916/1834] 10.0.0.208 () {34 vars in 753 bytes} [Wed Jun 10 04:55:44 2026] PUT /v2.0/policies/a7fe3e3a-4838-4ef3-8e2b-e45c0c12a07d/tags => generated 25 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 919/1835] 10.0.0.208 () {34 vars in 759 bytes} [Wed Jun 10 04:55:44 2026] PUT /v2.0/subnetpools/89b9c13a-3c5f-419c-9a67-c5bfe47b1a8d/tags => generated 37 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 917/1836] 10.0.0.208 () {34 vars in 753 bytes} [Wed Jun 10 04:55:44 2026] PUT /v2.0/policies/5ba44b71-0ad6-485d-ba75-c9a16ba1f079/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: 918/1837] 10.0.0.208 () {32 vars in 739 bytes} [Wed Jun 10 04:55:44 2026] GET /v2.0/subnetpools/89b9c13a-3c5f-419c-9a67-c5bfe47b1a8d/tags => generated 37 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 920/1838] 10.0.0.208 () {34 vars in 753 bytes} [Wed Jun 10 04:55:44 2026] PUT /v2.0/policies/382b57a2-42f2-4672-b60c-a7625064dc88/tags => generated 19 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 919/1839] 10.0.0.208 () {32 vars in 747 bytes} [Wed Jun 10 04:55:44 2026] GET /v2.0/subnetpools/89b9c13a-3c5f-419c-9a67-c5bfe47b1a8d/tags/red => generated 0 bytes in 29 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 04:55:44.764 7 INFO neutron.api.v2.resource [None req-bd420610-8f22-44cd-86de-f138e0b1e9a2 030417403cd64b3195fcf188789f5dc7 10d824adc5744937b342e13d966fdaca - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 921/1840] 10.0.0.208 () {32 vars in 751 bytes} [Wed Jun 10 04:55:44 2026] GET /v2.0/subnetpools/89b9c13a-3c5f-419c-9a67-c5bfe47b1a8d/tags/green => generated 99 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 920/1841] 10.0.0.208 () {32 vars in 750 bytes} [Wed Jun 10 04:55:44 2026] DELETE /v2.0/subnetpools/89b9c13a-3c5f-419c-9a67-c5bfe47b1a8d/tags/red => generated 0 bytes in 42 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 922/1842] 10.0.0.208 () {32 vars in 739 bytes} [Wed Jun 10 04:55:44 2026] GET /v2.0/subnetpools/89b9c13a-3c5f-419c-9a67-c5bfe47b1a8d/tags => generated 30 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 04:55:44.884 8 INFO neutron.api.v2.resource [None req-99842a6d-5930-41e7-a46d-5c851b01fe48 030417403cd64b3195fcf188789f5dc7 10d824adc5744937b342e13d966fdaca - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 921/1843] 10.0.0.208 () {32 vars in 754 bytes} [Wed Jun 10 04:55:44 2026] DELETE /v2.0/subnetpools/89b9c13a-3c5f-419c-9a67-c5bfe47b1a8d/tags/green => generated 99 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 923/1844] 10.0.0.208 () {32 vars in 742 bytes} [Wed Jun 10 04:55:44 2026] DELETE /v2.0/subnetpools/89b9c13a-3c5f-419c-9a67-c5bfe47b1a8d/tags => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 922/1845] 10.0.0.208 () {32 vars in 739 bytes} [Wed Jun 10 04:55:44 2026] GET /v2.0/subnetpools/89b9c13a-3c5f-419c-9a67-c5bfe47b1a8d/tags => 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: 924/1846] 10.0.0.208 () {32 vars in 732 bytes} [Wed Jun 10 04:55:44 2026] DELETE /v2.0/subnetpools/89b9c13a-3c5f-419c-9a67-c5bfe47b1a8d => 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: 923/1847] 10.0.0.208 () {32 vars in 674 bytes} [Wed Jun 10 04:55:45 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 262 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 925/1848] 10.0.0.208 () {32 vars in 688 bytes} [Wed Jun 10 04:55:45 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 924/1849] 10.0.0.208 () {32 vars in 684 bytes} [Wed Jun 10 04:55:45 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 71 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.208 () {32 vars in 696 bytes} [Wed Jun 10 04:55:45 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: 925/1851] 10.0.0.208 () {32 vars in 682 bytes} [Wed Jun 10 04:55:45 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 926/1852] 10.0.0.208 () {32 vars in 696 bytes} [Wed Jun 10 04:55:45 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 927/1853] 10.0.0.208 () {32 vars in 692 bytes} [Wed Jun 10 04:55:45 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 928/1854] 10.0.0.208 () {32 vars in 704 bytes} [Wed Jun 10 04:55:45 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 927/1855] 10.0.0.208 () {32 vars in 774 bytes} [Wed Jun 10 04:55:45 2026] GET /v2.0/security-groups?tenant_id=10d824adc5744937b342e13d966fdaca&name=default => generated 2925 bytes in 200 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 929/1856] 10.0.0.208 () {32 vars in 734 bytes} [Wed Jun 10 04:55:45 2026] DELETE /v2.0/qos/policies/e7524cc5-da61-4606-8179-79289b0ac90f => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 932/1859] 10.0.0.208 () {32 vars in 734 bytes} [Wed Jun 10 04:55:45 2026] DELETE /v2.0/qos/policies/a7fe3e3a-4838-4ef3-8e2b-e45c0c12a07d => generated 0 bytes in 38 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 928/1860] 10.0.0.208 () {32 vars in 740 bytes} [Wed Jun 10 04:55:45 2026] DELETE /v2.0/security-groups/5ef10fd5-f827-4274-9080-076db9d6e4ef => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 933/1861] 10.0.0.208 () {32 vars in 734 bytes} [Wed Jun 10 04:55:45 2026] DELETE /v2.0/qos/policies/5ba44b71-0ad6-485d-ba75-c9a16ba1f079 => generated 0 bytes in 43 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 929/1862] 10.0.0.208 () {32 vars in 734 bytes} [Wed Jun 10 04:55:45 2026] DELETE /v2.0/qos/policies/382b57a2-42f2-4672-b60c-a7625064dc88 => 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: 930/1863] 10.0.0.208 () {32 vars in 734 bytes} [Wed Jun 10 04:55:45 2026] DELETE /v2.0/qos/policies/c443bc90-43ac-4b2b-9a70-ccd151ee9720 => 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: 934/1864] 10.0.0.208 () {32 vars in 774 bytes} [Wed Jun 10 04:55:45 2026] GET /v2.0/security-groups?tenant_id=bb39b9305c964a0c8add27f4e814b966&name=default => generated 2925 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 931/1865] 10.0.0.208 () {32 vars in 740 bytes} [Wed Jun 10 04:55:46 2026] DELETE /v2.0/security-groups/4efd2e81-d7ea-460a-969f-496c062a7cb4 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 04:55:46.592 8 INFO neutron.db.segments_db [None req-2bd17e12-1c3f-4f2b-916e-ec1aa51c9caa 1cfee4856b414ef68cf5db61cc48653f c2da520de4844e529733032e8fdc7cd4 - - default default] Added segment 0aeace07-bb50-4183-898b-b455c8b43d61 of type vxlan for network 23d34cdf-337c-46bf-bb4a-4ff7b594973e [pid: 8|app: 0|req: 935/1866] 10.0.0.208 () {34 vars in 670 bytes} [Wed Jun 10 04:55:46 2026] POST /v2.0/networks => generated 625 bytes in 479 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 04:55:46.785 7 INFO neutron.db.segments_db [None req-73ff3d33-74b2-4682-bc9a-3e13e531c60b 1b66a09c82ed498fb6184ce2e950c8b2 279bfcea23834e62bffee308c0835b98 - - default default] Added segment 9e8cd43a-826d-4ca5-9fbc-1b375ef9701d of type vxlan for network b35b84fa-eda4-4442-8fdf-061388288ed3 [pid: 7|app: 0|req: 932/1867] 10.0.0.208 () {34 vars in 670 bytes} [Wed Jun 10 04:55:46 2026] POST /v2.0/networks => generated 615 bytes in 541 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 04:55:46.928 7 INFO neutron.db.segments_db [None req-a38de2b8-2f7d-42a7-94f2-00a4585ded77 1b66a09c82ed498fb6184ce2e950c8b2 279bfcea23834e62bffee308c0835b98 - - default default] Added segment 9feb448d-64b0-4326-abeb-54e5002d02e8 of type vxlan for network bad9e4ae-68f5-41fd-b9c4-cf6fb97d777d [pid: 8|app: 0|req: 936/1868] 10.0.0.208 () {34 vars in 669 bytes} [Wed Jun 10 04:55:46 2026] POST /v2.0/subnets => generated 641 bytes in 273 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 933/1869] 10.0.0.208 () {34 vars in 670 bytes} [Wed Jun 10 04:55:46 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) 2026-06-10 04:55:47.037 8 INFO neutron.db.segments_db [None req-92f5cdf1-07d2-4b9c-b075-57048f3715e5 1cfee4856b414ef68cf5db61cc48653f c2da520de4844e529733032e8fdc7cd4 - - default default] Added segment edec6729-9d44-42fa-89c0-acfe2b86cb99 of type vxlan for network 9b9b5a14-583b-4727-93c8-95b32575225c [pid: 8|app: 0|req: 937/1870] 10.0.0.208 () {34 vars in 670 bytes} [Wed Jun 10 04:55:46 2026] POST /v2.0/networks => generated 625 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 934/1871] 10.0.0.208 () {32 vars in 774 bytes} [Wed Jun 10 04:55:47 2026] GET /v2.0/security-groups?tenant_id=cccbe439f23f49059770d426886a48bb&name=default => generated 2925 bytes in 251 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 935/1872] 10.0.0.208 () {34 vars in 743 bytes} [Wed Jun 10 04:55:47 2026] PUT /v2.0/networks/9b9b5a14-583b-4727-93c8-95b32575225c => generated 592 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 938/1873] 10.0.0.208 () {34 vars in 669 bytes} [Wed Jun 10 04:55:47 2026] POST /v2.0/subnets => generated 646 bytes in 255 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 936/1874] 10.0.0.208 () {32 vars in 740 bytes} [Wed Jun 10 04:55:47 2026] DELETE /v2.0/security-groups/c51390e4-e823-4b1d-95ba-df3b2addeeee => 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: 939/1875] 10.0.0.208 () {34 vars in 669 bytes} [Wed Jun 10 04:55:47 2026] POST /v2.0/subnets => generated 626 bytes in 198 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 940/1876] 10.0.0.208 () {32 vars in 774 bytes} [Wed Jun 10 04:55:47 2026] GET /v2.0/security-groups?tenant_id=c92d457473964603a2f67a399bae99a4&name=default => generated 2925 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 937/1877] 10.0.0.208 () {34 vars in 669 bytes} [Wed Jun 10 04:55:47 2026] POST /v2.0/subnets => generated 655 bytes in 237 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 941/1878] 10.0.0.208 () {34 vars in 741 bytes} [Wed Jun 10 04:55:47 2026] PUT /v2.0/subnets/48ea5c61-bd14-4e7b-8db9-1709d379f9ed => generated 636 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 938/1879] 10.0.0.208 () {32 vars in 740 bytes} [Wed Jun 10 04:55:47 2026] DELETE /v2.0/security-groups/5c4d806d-6286-4a84-9889-9f42cdda7287 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 04:55:47.816 8 INFO neutron.db.segments_db [None req-da266f9e-5f85-4099-a9ad-85abcf825472 1b66a09c82ed498fb6184ce2e950c8b2 279bfcea23834e62bffee308c0835b98 - - default default] Added segment 2d052f98-a6ae-4caa-85d0-6ddcded6f024 of type vxlan for network 7669e505-186a-4599-be8b-7547f8dc5977 2026-06-10 04:55:47.970 7 INFO neutron.services.segments.plugin [-] Segment edec6729-9d44-42fa-89c0-acfe2b86cb99 resource provider aggregate not found 2026-06-10 04:55:47.984 7 INFO neutron.services.segments.plugin [-] Segment edec6729-9d44-42fa-89c0-acfe2b86cb99 resource provider aggregate not found 2026-06-10 04:55:48.001 7 INFO neutron.services.segments.plugin [-] Segment edec6729-9d44-42fa-89c0-acfe2b86cb99 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid edec6729-9d44-42fa-89c0-acfe2b86cb99 found for delete ", "request_id": "req-30466efb-840b-4287-bf23-e94d4528e45f"}]} [pid: 7|app: 0|req: 939/1880] 10.0.0.208 () {32 vars in 726 bytes} [Wed Jun 10 04:55:47 2026] DELETE /v2.0/networks/9b9b5a14-583b-4727-93c8-95b32575225c => generated 0 bytes in 216 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 04:55:48.013 7 INFO neutron.services.segments.plugin [-] Segment edec6729-9d44-42fa-89c0-acfe2b86cb99 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid edec6729-9d44-42fa-89c0-acfe2b86cb99 found for delete ", "request_id": "req-50b3d0d4-ee59-4a2b-adf2-d31b12be5ef4"}]} 2026-06-10 04:55:48.061 8 INFO neutron.db.l3_hamode_db [None req-da266f9e-5f85-4099-a9ad-85abcf825472 1b66a09c82ed498fb6184ce2e950c8b2 279bfcea23834e62bffee308c0835b98 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 940/1881] 10.0.0.208 () {32 vars in 774 bytes} [Wed Jun 10 04:55:48 2026] GET /v2.0/security-groups?tenant_id=514fcec1e750483cb67be60d0a97adda&name=default => generated 2925 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 04:55:48.156 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2944dd30-e6d3-47db-a1d0-996bec26c9ec 1cfee4856b414ef68cf5db61cc48653f c2da520de4844e529733032e8fdc7cd4 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 941/1882] 10.0.0.208 () {32 vars in 726 bytes} [Wed Jun 10 04:55:48 2026] DELETE /v2.0/networks/9b9b5a14-583b-4727-93c8-95b32575225c => generated 138 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 04:55:48.179 8 INFO neutron.db.l3_hamode_db [None req-da266f9e-5f85-4099-a9ad-85abcf825472 1b66a09c82ed498fb6184ce2e950c8b2 279bfcea23834e62bffee308c0835b98 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 942/1883] 10.0.0.208 () {32 vars in 740 bytes} [Wed Jun 10 04:55:48 2026] DELETE /v2.0/security-groups/f118b4a1-5eaf-471e-8859-826d320fd3ed => 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: 943/1884] 10.0.0.208 () {32 vars in 694 bytes} [Wed Jun 10 04:55:48 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 944/1885] 10.0.0.208 () {32 vars in 742 bytes} [Wed Jun 10 04:55:48 2026] GET /v2.0/subnets?network_id=23113d02-bf78-4186-bb2b-4463b7e5c35e => generated 649 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 945/1886] 10.0.0.208 () {32 vars in 653 bytes} [Wed Jun 10 04:55:48 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: 946/1887] 10.0.0.208 () {32 vars in 649 bytes} [Wed Jun 10 04:55:48 2026] GET /v2.0/networks => generated 1309 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 947/1888] 10.0.0.208 () {32 vars in 647 bytes} [Wed Jun 10 04:55:48 2026] GET /v2.0/subnets => generated 1280 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 948/1889] 10.0.0.208 () {32 vars in 723 bytes} [Wed Jun 10 04:55:48 2026] GET /v2.0/networks/23d34cdf-337c-46bf-bb4a-4ff7b594973e => generated 669 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 949/1890] 10.0.0.208 () {32 vars in 721 bytes} [Wed Jun 10 04:55:48 2026] GET /v2.0/subnets/b7afc076-52af-4add-982a-998173a755c5 => generated 641 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 04:55:48.613 7 INFO neutron.pecan_wsgi.hooks.translation [None req-914a825f-2162-447e-ad00-29195668fe8f 1cfee4856b414ef68cf5db61cc48653f c2da520de4844e529733032e8fdc7cd4 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 950/1891] 10.0.0.208 () {32 vars in 724 bytes} [Wed Jun 10 04:55:48 2026] DELETE /v2.0/subnets/48ea5c61-bd14-4e7b-8db9-1709d379f9ed => generated 136 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 04:55:48.645 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b3bca36f-16fa-48fe-93bd-01b20e5e2447 1cfee4856b414ef68cf5db61cc48653f c2da520de4844e529733032e8fdc7cd4 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 951/1892] 10.0.0.208 () {32 vars in 726 bytes} [Wed Jun 10 04:55:48 2026] DELETE /v2.0/networks/9b9b5a14-583b-4727-93c8-95b32575225c => generated 138 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 952/1893] 10.0.0.208 () {32 vars in 724 bytes} [Wed Jun 10 04:55:48 2026] DELETE /v2.0/subnets/b7afc076-52af-4add-982a-998173a755c5 => generated 0 bytes in 180 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 942/1894] 10.0.0.208 () {34 vars in 669 bytes} [Wed Jun 10 04:55:47 2026] POST /v2.0/routers => generated 510 bytes in 1089 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 04:55:48.949 7 INFO neutron_taas.services.taas.taas_plugin [None req-43ad48c5-4aa3-4d44-8115-03d04242f4b4 1cfee4856b414ef68cf5db61cc48653f c2da520de4844e529733032e8fdc7cd4 - - default default] TaaS: Handle Delete Port: 248c3c3c-2f53-48de-9b7a-9e2298b4eca0 2026-06-10 04:55:48.952 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-43ad48c5-4aa3-4d44-8115-03d04242f4b4 1cfee4856b414ef68cf5db61cc48653f c2da520de4844e529733032e8fdc7cd4 - - default default] Tap Mirror: Handle Delete Port: 248c3c3c-2f53-48de-9b7a-9e2298b4eca0 [pid: 7|app: 0|req: 953/1895] 10.0.0.208 () {32 vars in 726 bytes} [Wed Jun 10 04:55:48 2026] DELETE /v2.0/networks/23d34cdf-337c-46bf-bb4a-4ff7b594973e => generated 0 bytes in 301 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 954/1896] 10.0.0.208 () {32 vars in 774 bytes} [Wed Jun 10 04:55:49 2026] GET /v2.0/security-groups?tenant_id=c2da520de4844e529733032e8fdc7cd4&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: 955/1897] 10.0.0.208 () {32 vars in 740 bytes} [Wed Jun 10 04:55:49 2026] DELETE /v2.0/security-groups/cb99df83-5c43-4e71-ac21-7ec7109da52f => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 04:55:50.022 7 INFO neutron.services.segments.plugin [-] Segment 0aeace07-bb50-4183-898b-b455c8b43d61 resource provider aggregate not found [pid: 8|app: 0|req: 943/1898] 10.0.0.208 () {34 vars in 783 bytes} [Wed Jun 10 04:55:48 2026] PUT /v2.0/routers/43e89ee0-b0ee-4a69-89f3-519bb10d35f5/add_router_interface => generated 309 bytes in 1160 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 04:55:50.035 7 INFO neutron.services.segments.plugin [-] Segment 0aeace07-bb50-4183-898b-b455c8b43d61 resource provider aggregate not found 2026-06-10 04:55:50.047 7 INFO neutron.services.segments.plugin [-] Segment 0aeace07-bb50-4183-898b-b455c8b43d61 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0aeace07-bb50-4183-898b-b455c8b43d61 found for delete ", "request_id": "req-29a6be4e-a96d-49ed-8ec0-c36422fcb6a3"}]} 2026-06-10 04:55:50.048 7 INFO neutron.services.segments.plugin [-] Segment 0aeace07-bb50-4183-898b-b455c8b43d61 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0aeace07-bb50-4183-898b-b455c8b43d61 found for delete ", "request_id": "req-f61e12d7-3fbf-456d-b717-d770074c9ca9"}]} [pid: 7|app: 0|req: 956/1899] 10.0.0.208 () {32 vars in 717 bytes} [Wed Jun 10 04:55:50 2026] GET /v2.0/ports/6a9fad8b-4053-4470-aa30-f6e1ed25d7a2 => generated 959 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 944/1900] 10.0.0.208 () {34 vars in 783 bytes} [Wed Jun 10 04:55:50 2026] PUT /v2.0/routers/43e89ee0-b0ee-4a69-89f3-519bb10d35f5/add_router_interface => generated 309 bytes in 1149 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 957/1901] 10.0.0.208 () {32 vars in 717 bytes} [Wed Jun 10 04:55:51 2026] GET /v2.0/ports/e2da7638-95a8-41c9-a669-22d6b89599fe => generated 967 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 04:55:51.563 8 INFO neutron_taas.services.taas.taas_plugin [None req-8d742700-ac57-4d2f-b71f-cad5cbe5f62e 1b66a09c82ed498fb6184ce2e950c8b2 279bfcea23834e62bffee308c0835b98 - - default default] TaaS: Handle Delete Port: e2da7638-95a8-41c9-a669-22d6b89599fe 2026-06-10 04:55:51.566 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8d742700-ac57-4d2f-b71f-cad5cbe5f62e 1b66a09c82ed498fb6184ce2e950c8b2 279bfcea23834e62bffee308c0835b98 - - default default] Tap Mirror: Handle Delete Port: e2da7638-95a8-41c9-a669-22d6b89599fe [pid: 8|app: 0|req: 945/1902] 10.0.0.208 () {34 vars in 789 bytes} [Wed Jun 10 04:55:51 2026] PUT /v2.0/routers/43e89ee0-b0ee-4a69-89f3-519bb10d35f5/remove_router_interface => generated 309 bytes in 582 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 04:55:52.047 7 INFO neutron.db.segments_db [None req-a61728ab-6f49-418e-a789-48b76c2209f5 db94af20965e48509bcac54309650baf 56104c3533fb445ab14bebe7ec191b68 - - default default] Added segment 9ac9a5a9-38d5-47f0-b4ec-c9afab26dfe2 of type vxlan for network 962ed529-fc72-4aaa-8098-3c82340470fa [pid: 7|app: 0|req: 958/1903] 10.0.0.208 () {34 vars in 670 bytes} [Wed Jun 10 04:55:51 2026] POST /v2.0/networks => generated 630 bytes in 442 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 04:55:52.208 8 INFO neutron_taas.services.taas.taas_plugin [None req-68e9c4bf-6760-4a95-8448-af853cd9622e 1b66a09c82ed498fb6184ce2e950c8b2 279bfcea23834e62bffee308c0835b98 - - default default] TaaS: Handle Delete Port: 6a9fad8b-4053-4470-aa30-f6e1ed25d7a2 2026-06-10 04:55:52.212 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-68e9c4bf-6760-4a95-8448-af853cd9622e 1b66a09c82ed498fb6184ce2e950c8b2 279bfcea23834e62bffee308c0835b98 - - default default] Tap Mirror: Handle Delete Port: 6a9fad8b-4053-4470-aa30-f6e1ed25d7a2 [pid: 7|app: 0|req: 959/1904] 10.0.0.208 () {34 vars in 665 bytes} [Wed Jun 10 04:55:52 2026] POST /v2.0/ports => generated 779 bytes in 335 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-10 04:55:52.526 7 INFO neutron.db.segments_db [None req-2992ab9b-a447-403e-943e-b4b6447fcb74 db94af20965e48509bcac54309650baf 56104c3533fb445ab14bebe7ec191b68 - - default default] Added segment 532676a8-239c-4e8f-bde5-db9211fc1db0 of type vxlan for network 01163708-cdc2-408c-966a-1d3eadb7e95a [pid: 7|app: 0|req: 960/1905] 10.0.0.208 () {34 vars in 670 bytes} [Wed Jun 10 04:55:52 2026] POST /v2.0/networks => generated 616 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 946/1906] 10.0.0.208 () {34 vars in 789 bytes} [Wed Jun 10 04:55:51 2026] PUT /v2.0/routers/43e89ee0-b0ee-4a69-89f3-519bb10d35f5/remove_router_interface => generated 309 bytes in 761 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 947/1907] 10.0.0.208 () {34 vars in 669 bytes} [Wed Jun 10 04:55:52 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: 7|app: 0|req: 961/1908] 10.0.0.208 () {34 vars in 684 bytes} [Wed Jun 10 04:55:52 2026] POST /v2.0/security-groups => generated 1601 bytes in 278 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 948/1909] 10.0.0.208 () {32 vars in 736 bytes} [Wed Jun 10 04:55:52 2026] GET /v2.0/ports?device_id=43e89ee0-b0ee-4a69-89f3-519bb10d35f5 => 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: 949/1910] 10.0.0.208 () {34 vars in 684 bytes} [Wed Jun 10 04:55:52 2026] POST /v2.0/security-groups => generated 1601 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 962/1911] 10.0.0.208 () {34 vars in 665 bytes} [Wed Jun 10 04:55:52 2026] POST /v2.0/ports => generated 965 bytes in 272 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-10 04:55:53.189 8 INFO neutron_taas.services.taas.taas_plugin [None req-6190e163-4eda-4144-9812-034617c1e8b4 1b66a09c82ed498fb6184ce2e950c8b2 279bfcea23834e62bffee308c0835b98 - - default default] TaaS: Handle Delete Port: e88f9aee-8564-4b52-8dc4-43f51a77d9a6 2026-06-10 04:55:53.193 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6190e163-4eda-4144-9812-034617c1e8b4 1b66a09c82ed498fb6184ce2e950c8b2 279bfcea23834e62bffee308c0835b98 - - default default] Tap Mirror: Handle Delete Port: e88f9aee-8564-4b52-8dc4-43f51a77d9a6 [pid: 7|app: 0|req: 963/1912] 10.0.0.208 () {34 vars in 684 bytes} [Wed Jun 10 04:55:53 2026] POST /v2.0/security-groups => generated 1601 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-10 04:55:53.387 7 INFO neutron_taas.services.taas.taas_plugin [None req-fdad2906-0d3c-40d6-b72a-b0e962208624 db94af20965e48509bcac54309650baf 56104c3533fb445ab14bebe7ec191b68 - - default default] TaaS: Handle Delete Port: a10e9238-9fa6-4502-b243-e4e66f98e54e 2026-06-10 04:55:53.390 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fdad2906-0d3c-40d6-b72a-b0e962208624 db94af20965e48509bcac54309650baf 56104c3533fb445ab14bebe7ec191b68 - - default default] Tap Mirror: Handle Delete Port: a10e9238-9fa6-4502-b243-e4e66f98e54e [pid: 7|app: 0|req: 964/1913] 10.0.0.208 () {32 vars in 720 bytes} [Wed Jun 10 04:55:53 2026] DELETE /v2.0/ports/a10e9238-9fa6-4502-b243-e4e66f98e54e => generated 0 bytes in 214 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 04:55:53.545 8 INFO neutron.services.segments.plugin [-] Segment 2d052f98-a6ae-4caa-85d0-6ddcded6f024 resource provider aggregate not found 2026-06-10 04:55:53.550 8 INFO neutron.services.segments.plugin [-] Segment 2d052f98-a6ae-4caa-85d0-6ddcded6f024 resource provider aggregate not found 2026-06-10 04:55:53.565 8 INFO neutron.services.segments.plugin [-] Segment 2d052f98-a6ae-4caa-85d0-6ddcded6f024 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2d052f98-a6ae-4caa-85d0-6ddcded6f024 found for delete ", "request_id": "req-af266556-1f43-4743-989d-69a19f47b841"}]} 2026-06-10 04:55:53.572 8 INFO neutron.services.segments.plugin [-] Segment 2d052f98-a6ae-4caa-85d0-6ddcded6f024 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2d052f98-a6ae-4caa-85d0-6ddcded6f024 found for delete ", "request_id": "req-a472a83e-11d4-4e43-97a1-07e5d57f1438"}]} 2026-06-10 04:55:53.578 8 INFO neutron.db.l3_hamode_db [None req-6190e163-4eda-4144-9812-034617c1e8b4 1b66a09c82ed498fb6184ce2e950c8b2 279bfcea23834e62bffee308c0835b98 - - default default] HA network 7669e505-186a-4599-be8b-7547f8dc5977 was deleted as no HA routers are present in tenant 279bfcea23834e62bffee308c0835b98. [pid: 8|app: 0|req: 950/1914] 10.0.0.208 () {32 vars in 724 bytes} [Wed Jun 10 04:55:53 2026] DELETE /v2.0/routers/43e89ee0-b0ee-4a69-89f3-519bb10d35f5 => generated 0 bytes in 569 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 965/1915] 10.0.0.208 () {34 vars in 684 bytes} [Wed Jun 10 04:55:53 2026] POST /v2.0/security-groups => generated 1601 bytes in 91 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-10 04:55:53.602 8 INFO neutron.pecan_wsgi.hooks.translation [None req-bf12d830-bc44-495b-9674-598e7fccaa19 db94af20965e48509bcac54309650baf 56104c3533fb445ab14bebe7ec191b68 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 951/1916] 10.0.0.208 () {32 vars in 720 bytes} [Wed Jun 10 04:55:53 2026] DELETE /v2.0/ports/a10e9238-9fa6-4502-b243-e4e66f98e54e => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 966/1917] 10.0.0.208 () {32 vars in 724 bytes} [Wed Jun 10 04:55:53 2026] DELETE /v2.0/subnets/d4ddfd69-70ea-43ee-a6cf-bbe700ea97bb => generated 0 bytes in 111 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 952/1918] 10.0.0.208 () {34 vars in 684 bytes} [Wed Jun 10 04:55:53 2026] POST /v2.0/security-groups => generated 1601 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-10 04:55:53.720 7 INFO neutron.pecan_wsgi.hooks.translation [None req-858c7e49-88b4-42a1-ae82-bf3f8d39eaf9 db94af20965e48509bcac54309650baf 56104c3533fb445ab14bebe7ec191b68 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 967/1919] 10.0.0.208 () {32 vars in 717 bytes} [Wed Jun 10 04:55:53 2026] GET /v2.0/ports/a10e9238-9fa6-4502-b243-e4e66f98e54e => generated 132 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 968/1920] 10.0.0.208 () {34 vars in 767 bytes} [Wed Jun 10 04:55:53 2026] PUT /v2.0/security-groups/5a67a518-15d9-4c83-99fb-1b47f2847a60/tags => generated 17 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 953/1921] 10.0.0.208 () {32 vars in 724 bytes} [Wed Jun 10 04:55:53 2026] DELETE /v2.0/subnets/5a10caa3-866a-4d76-bb10-ec3c40942b95 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 969/1922] 10.0.0.208 () {32 vars in 724 bytes} [Wed Jun 10 04:55:53 2026] DELETE /v2.0/subnets/98167210-6860-424b-a870-e69d1cada7d0 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 954/1923] 10.0.0.208 () {34 vars in 767 bytes} [Wed Jun 10 04:55:53 2026] PUT /v2.0/security-groups/568a329a-e519-40e0-9a3b-50db15ec10d5/tags => generated 25 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 04:55:53.985 7 INFO neutron.services.segments.plugin [-] Segment 9feb448d-64b0-4326-abeb-54e5002d02e8 resource provider aggregate not found 2026-06-10 04:55:53.997 7 INFO neutron.services.segments.plugin [-] Segment 9feb448d-64b0-4326-abeb-54e5002d02e8 resource provider aggregate not found 2026-06-10 04:55:54.006 7 INFO neutron.services.segments.plugin [-] Segment 9feb448d-64b0-4326-abeb-54e5002d02e8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9feb448d-64b0-4326-abeb-54e5002d02e8 found for delete ", "request_id": "req-7a03f575-9bf8-498a-bd09-d0e05640d2ee"}]} 2026-06-10 04:55:54.019 7 INFO neutron.services.segments.plugin [-] Segment 9feb448d-64b0-4326-abeb-54e5002d02e8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9feb448d-64b0-4326-abeb-54e5002d02e8 found for delete ", "request_id": "req-c5cf9241-60c4-4bbc-b5e3-9b160a362425"}]} [pid: 7|app: 0|req: 970/1924] 10.0.0.208 () {32 vars in 726 bytes} [Wed Jun 10 04:55:53 2026] DELETE /v2.0/networks/bad9e4ae-68f5-41fd-b9c4-cf6fb97d777d => 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: 955/1925] 10.0.0.208 () {32 vars in 726 bytes} [Wed Jun 10 04:55:53 2026] DELETE /v2.0/networks/01163708-cdc2-408c-966a-1d3eadb7e95a => 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: 971/1926] 10.0.0.208 () {34 vars in 767 bytes} [Wed Jun 10 04:55:54 2026] PUT /v2.0/security-groups/708532fa-633f-482a-88bb-e72379563b16/tags => generated 34 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 04:55:54.104 8 INFO neutron_taas.services.taas.taas_plugin [None req-ae494c4a-1b2d-46f2-8f1c-588fbe48c845 1b66a09c82ed498fb6184ce2e950c8b2 279bfcea23834e62bffee308c0835b98 - - default default] TaaS: Handle Delete Port: 6ff512e0-4a66-4797-bb4c-8c9c2534eecc 2026-06-10 04:55:54.106 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ae494c4a-1b2d-46f2-8f1c-588fbe48c845 1b66a09c82ed498fb6184ce2e950c8b2 279bfcea23834e62bffee308c0835b98 - - default default] Tap Mirror: Handle Delete Port: 6ff512e0-4a66-4797-bb4c-8c9c2534eecc 2026-06-10 04:55:54.123 7 INFO neutron.db.segments_db [None req-35d7459d-d622-4d85-8d31-fee0523c5262 db94af20965e48509bcac54309650baf 56104c3533fb445ab14bebe7ec191b68 - - default default] Added segment 0714f34a-4ce9-466d-a1dc-af2734f44b3b of type vxlan for network 6a21df70-2b6a-44ab-a865-5ec3b03f41a9 [pid: 7|app: 0|req: 972/1927] 10.0.0.208 () {34 vars in 670 bytes} [Wed Jun 10 04:55:54 2026] POST /v2.0/networks => generated 617 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 956/1928] 10.0.0.208 () {32 vars in 726 bytes} [Wed Jun 10 04:55:54 2026] DELETE /v2.0/networks/b35b84fa-eda4-4442-8fdf-061388288ed3 => generated 0 bytes in 251 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 973/1929] 10.0.0.208 () {34 vars in 767 bytes} [Wed Jun 10 04:55:54 2026] PUT /v2.0/security-groups/27e05218-84d7-451c-a7c9-42b7d2c505b8/tags => generated 19 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 04:55:54.347 7 INFO neutron.db.segments_db [None req-4b795a45-982b-4198-be7c-96c287771c5c 1b66a09c82ed498fb6184ce2e950c8b2 279bfcea23834e62bffee308c0835b98 - - default default] Added segment 8202f9ce-9c8a-4f02-8064-9f759d747c6a of type vxlan for network 71573f10-0530-4f33-916e-152d9079d31c [pid: 7|app: 0|req: 974/1930] 10.0.0.208 () {34 vars in 670 bytes} [Wed Jun 10 04:55:54 2026] POST /v2.0/networks => generated 614 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 975/1931] 10.0.0.208 () {32 vars in 680 bytes} [Wed Jun 10 04:55:54 2026] GET /v2.0/security-groups?tags=red => generated 4804 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 957/1932] 10.0.0.208 () {34 vars in 669 bytes} [Wed Jun 10 04:55:54 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: 8|app: 0|req: 958/1933] 10.0.0.208 () {32 vars in 694 bytes} [Wed Jun 10 04:55:54 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3218 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 976/1934] 10.0.0.208 () {34 vars in 669 bytes} [Wed Jun 10 04:55:54 2026] POST /v2.0/subnets => generated 646 bytes in 264 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 977/1935] 10.0.0.208 () {32 vars in 690 bytes} [Wed Jun 10 04:55:54 2026] GET /v2.0/security-groups?tags-any=blue => generated 3218 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 04:55:54.807 7 INFO neutron.db.segments_db [None req-6a6fbb9c-1732-4632-a4e2-380c556edd8b 1b66a09c82ed498fb6184ce2e950c8b2 279bfcea23834e62bffee308c0835b98 - - default default] Added segment 41d5c6ed-9b2b-452a-864f-ae963315585b of type vxlan for network 53fcc4f7-e784-405b-ba58-cb73758ffa58 [pid: 8|app: 0|req: 959/1936] 10.0.0.208 () {34 vars in 665 bytes} [Wed Jun 10 04:55:54 2026] POST /v2.0/ports => generated 927 bytes in 291 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 960/1937] 10.0.0.208 () {32 vars in 702 bytes} [Wed Jun 10 04:55:54 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4804 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 04:55:55.005 8 INFO neutron_taas.services.taas.taas_plugin [None req-b8d4253b-e204-4bd1-a58f-ffd6b7d63b73 db94af20965e48509bcac54309650baf 56104c3533fb445ab14bebe7ec191b68 - - default default] TaaS: Handle Delete Port: a34ce683-3ec2-4c58-beee-b46cbcad7dae 2026-06-10 04:55:55.009 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b8d4253b-e204-4bd1-a58f-ffd6b7d63b73 db94af20965e48509bcac54309650baf 56104c3533fb445ab14bebe7ec191b68 - - default default] Tap Mirror: Handle Delete Port: a34ce683-3ec2-4c58-beee-b46cbcad7dae 2026-06-10 04:55:55.052 7 INFO neutron.db.l3_hamode_db [None req-6a6fbb9c-1732-4632-a4e2-380c556edd8b 1b66a09c82ed498fb6184ce2e950c8b2 279bfcea23834e62bffee308c0835b98 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 961/1938] 10.0.0.208 () {32 vars in 720 bytes} [Wed Jun 10 04:55:54 2026] DELETE /v2.0/ports/a34ce683-3ec2-4c58-beee-b46cbcad7dae => generated 0 bytes in 217 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 04:55:55.167 7 INFO neutron.db.l3_hamode_db [None req-6a6fbb9c-1732-4632-a4e2-380c556edd8b 1b66a09c82ed498fb6184ce2e950c8b2 279bfcea23834e62bffee308c0835b98 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 962/1939] 10.0.0.208 () {32 vars in 688 bytes} [Wed Jun 10 04:55:55 2026] GET /v2.0/security-groups?not-tags=red => generated 6094 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 04:55:55.185 8 INFO neutron.pecan_wsgi.hooks.translation [None req-36ba19fe-9dbc-42eb-a075-e368902773de db94af20965e48509bcac54309650baf 56104c3533fb445ab14bebe7ec191b68 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 963/1940] 10.0.0.208 () {32 vars in 717 bytes} [Wed Jun 10 04:55:55 2026] GET /v2.0/ports/a34ce683-3ec2-4c58-beee-b46cbcad7dae => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 964/1941] 10.0.0.208 () {32 vars in 702 bytes} [Wed Jun 10 04:55:55 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7680 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 965/1942] 10.0.0.208 () {32 vars in 724 bytes} [Wed Jun 10 04:55:55 2026] DELETE /v2.0/subnets/c0562464-cf69-41d6-a1b4-7bc08bcd6995 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 966/1943] 10.0.0.208 () {32 vars in 698 bytes} [Wed Jun 10 04:55:55 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7680 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 967/1944] 10.0.0.208 () {32 vars in 726 bytes} [Wed Jun 10 04:55:55 2026] DELETE /v2.0/networks/6a21df70-2b6a-44ab-a865-5ec3b03f41a9 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 04:55:55.587 8 INFO neutron.services.segments.plugin [-] Segment 532676a8-239c-4e8f-bde5-db9211fc1db0 resource provider aggregate not found 2026-06-10 04:55:55.593 8 INFO neutron.services.segments.plugin [-] Segment 532676a8-239c-4e8f-bde5-db9211fc1db0 resource provider aggregate not found [pid: 8|app: 0|req: 968/1945] 10.0.0.208 () {32 vars in 710 bytes} [Wed Jun 10 04:55:55 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6094 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 04:55:55.615 8 INFO neutron.services.segments.plugin [-] Segment 532676a8-239c-4e8f-bde5-db9211fc1db0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 532676a8-239c-4e8f-bde5-db9211fc1db0 found for delete ", "request_id": "req-4846bfe3-68f2-4a1a-aa70-9c41d98db085"}]} 2026-06-10 04:55:55.620 8 INFO neutron.services.segments.plugin [-] Segment 532676a8-239c-4e8f-bde5-db9211fc1db0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 532676a8-239c-4e8f-bde5-db9211fc1db0 found for delete ", "request_id": "req-9352d131-bbe2-459f-92c5-0f3e361d3af5"}]} 2026-06-10 04:55:55.640 8 INFO neutron.services.segments.plugin [-] Segment 9e8cd43a-826d-4ca5-9fbc-1b375ef9701d resource provider aggregate not found 2026-06-10 04:55:55.648 8 INFO neutron.services.segments.plugin [-] Segment 9e8cd43a-826d-4ca5-9fbc-1b375ef9701d resource provider aggregate not found 2026-06-10 04:55:55.656 8 INFO neutron.services.segments.plugin [-] Segment 9e8cd43a-826d-4ca5-9fbc-1b375ef9701d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9e8cd43a-826d-4ca5-9fbc-1b375ef9701d found for delete ", "request_id": "req-e14adb20-ea29-4f8d-8e8d-d3397a8bbaf0"}]} 2026-06-10 04:55:55.667 8 INFO neutron.services.segments.plugin [-] Segment 9e8cd43a-826d-4ca5-9fbc-1b375ef9701d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9e8cd43a-826d-4ca5-9fbc-1b375ef9701d found for delete ", "request_id": "req-0d3c605d-7911-4d18-8308-71acb75b82ce"}]} 2026-06-10 04:55:55.678 8 INFO neutron.services.segments.plugin [-] Segment 0714f34a-4ce9-466d-a1dc-af2734f44b3b resource provider aggregate not found 2026-06-10 04:55:55.684 8 INFO neutron.services.segments.plugin [-] Segment 0714f34a-4ce9-466d-a1dc-af2734f44b3b resource provider aggregate not found 2026-06-10 04:55:55.699 8 INFO neutron.services.segments.plugin [-] Segment 0714f34a-4ce9-466d-a1dc-af2734f44b3b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0714f34a-4ce9-466d-a1dc-af2734f44b3b found for delete ", "request_id": "req-e552fcf8-49f6-4b2a-a123-5fa911a07388"}]} 2026-06-10 04:55:55.701 8 INFO neutron.services.segments.plugin [-] Segment 0714f34a-4ce9-466d-a1dc-af2734f44b3b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0714f34a-4ce9-466d-a1dc-af2734f44b3b found for delete ", "request_id": "req-bfcbb101-541e-49fa-9f49-03ffdcac7626"}]} [pid: 7|app: 0|req: 978/1946] 10.0.0.208 () {34 vars in 669 bytes} [Wed Jun 10 04:55:54 2026] POST /v2.0/routers => generated 511 bytes in 987 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 979/1947] 10.0.0.208 () {32 vars in 740 bytes} [Wed Jun 10 04:55:55 2026] DELETE /v2.0/security-groups/5a67a518-15d9-4c83-99fb-1b47f2847a60 => 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: 969/1948] 10.0.0.208 () {34 vars in 665 bytes} [Wed Jun 10 04:55:55 2026] POST /v2.0/ports => generated 779 bytes in 276 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 970/1949] 10.0.0.208 () {32 vars in 740 bytes} [Wed Jun 10 04:55:55 2026] DELETE /v2.0/security-groups/568a329a-e519-40e0-9a3b-50db15ec10d5 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 980/1950] 10.0.0.208 () {34 vars in 665 bytes} [Wed Jun 10 04:55:55 2026] POST /v2.0/ports => generated 964 bytes in 276 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 971/1951] 10.0.0.208 () {34 vars in 737 bytes} [Wed Jun 10 04:55:55 2026] PUT /v2.0/ports/2b968739-a538-48b1-80f8-8cfad14aa383 => generated 752 bytes in 159 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 981/1952] 10.0.0.208 () {32 vars in 740 bytes} [Wed Jun 10 04:55:56 2026] DELETE /v2.0/security-groups/708532fa-633f-482a-88bb-e72379563b16 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 04:55:56.235 8 INFO neutron_taas.services.taas.taas_plugin [None req-c8c64097-e3c4-4060-b46b-672144a90bc1 db94af20965e48509bcac54309650baf 56104c3533fb445ab14bebe7ec191b68 - - default default] TaaS: Handle Delete Port: 2b968739-a538-48b1-80f8-8cfad14aa383 2026-06-10 04:55:56.237 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c8c64097-e3c4-4060-b46b-672144a90bc1 db94af20965e48509bcac54309650baf 56104c3533fb445ab14bebe7ec191b68 - - default default] Tap Mirror: Handle Delete Port: 2b968739-a538-48b1-80f8-8cfad14aa383 [pid: 8|app: 0|req: 972/1953] 10.0.0.208 () {32 vars in 720 bytes} [Wed Jun 10 04:55:56 2026] DELETE /v2.0/ports/2b968739-a538-48b1-80f8-8cfad14aa383 => generated 0 bytes in 190 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 973/1954] 10.0.0.208 () {32 vars in 740 bytes} [Wed Jun 10 04:55:56 2026] DELETE /v2.0/security-groups/27e05218-84d7-451c-a7c9-42b7d2c505b8 => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 974/1955] 10.0.0.208 () {32 vars in 643 bytes} [Wed Jun 10 04:55:56 2026] GET /v2.0/ports => generated 782 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 975/1956] 10.0.0.208 () {32 vars in 740 bytes} [Wed Jun 10 04:55:56 2026] DELETE /v2.0/security-groups/b3270657-75ef-4a52-be27-f65bc72c6b1e => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 04:55:56.514 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6684cdab-8a2e-4b5a-97f1-8210e0e32cf8 db94af20965e48509bcac54309650baf 56104c3533fb445ab14bebe7ec191b68 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 976/1957] 10.0.0.208 () {32 vars in 717 bytes} [Wed Jun 10 04:55:56 2026] GET /v2.0/ports/2b968739-a538-48b1-80f8-8cfad14aa383 => generated 132 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 977/1958] 10.0.0.208 () {32 vars in 643 bytes} [Wed Jun 10 04:55:56 2026] GET /v2.0/ports => generated 782 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 978/1959] 10.0.0.208 () {32 vars in 717 bytes} [Wed Jun 10 04:55:56 2026] GET /v2.0/ports/8ffd8358-7a3f-452a-801d-2994195b5a27 => generated 779 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 04:55:56.597 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f9d9d7c5-3462-4f6e-ac5d-5728ce097125 db94af20965e48509bcac54309650baf 56104c3533fb445ab14bebe7ec191b68 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 979/1960] 10.0.0.208 () {32 vars in 720 bytes} [Wed Jun 10 04:55:56 2026] DELETE /v2.0/ports/a34ce683-3ec2-4c58-beee-b46cbcad7dae => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 04:55:56.615 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1a188d8e-1253-4901-a680-b97b0d336eac db94af20965e48509bcac54309650baf 56104c3533fb445ab14bebe7ec191b68 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 980/1961] 10.0.0.208 () {32 vars in 724 bytes} [Wed Jun 10 04:55:56 2026] DELETE /v2.0/subnets/c0562464-cf69-41d6-a1b4-7bc08bcd6995 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 04:55:56.634 8 INFO neutron.pecan_wsgi.hooks.translation [None req-03fd20e5-4ceb-43a0-94c9-b49f0ecd7681 db94af20965e48509bcac54309650baf 56104c3533fb445ab14bebe7ec191b68 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 981/1962] 10.0.0.208 () {32 vars in 724 bytes} [Wed Jun 10 04:55:56 2026] DELETE /v2.0/subnets/98167210-6860-424b-a870-e69d1cada7d0 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 04:55:56.713 8 INFO neutron_taas.services.taas.taas_plugin [None req-6fabd19b-98b9-475f-96b1-31acc040d4c8 db94af20965e48509bcac54309650baf 56104c3533fb445ab14bebe7ec191b68 - - default default] TaaS: Handle Delete Port: 8ffd8358-7a3f-452a-801d-2994195b5a27 2026-06-10 04:55:56.716 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6fabd19b-98b9-475f-96b1-31acc040d4c8 db94af20965e48509bcac54309650baf 56104c3533fb445ab14bebe7ec191b68 - - default default] Tap Mirror: Handle Delete Port: 8ffd8358-7a3f-452a-801d-2994195b5a27 [pid: 8|app: 0|req: 982/1963] 10.0.0.208 () {32 vars in 720 bytes} [Wed Jun 10 04:55:56 2026] DELETE /v2.0/ports/8ffd8358-7a3f-452a-801d-2994195b5a27 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 983/1964] 10.0.0.208 () {32 vars in 726 bytes} [Wed Jun 10 04:55:56 2026] DELETE /v2.0/networks/962ed529-fc72-4aaa-8098-3c82340470fa => generated 0 bytes in 106 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 982/1965] 10.0.0.208 () {34 vars in 783 bytes} [Wed Jun 10 04:55:56 2026] PUT /v2.0/routers/db132a3b-03ed-4421-ad52-a6bed1905de1/add_router_interface => generated 309 bytes in 1049 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: 983/1966] 10.0.0.208 () {32 vars in 717 bytes} [Wed Jun 10 04:55:57 2026] GET /v2.0/ports/04538ec8-7ae7-423d-86ca-8b211e2cb15d => generated 1038 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 984/1967] 10.0.0.208 () {32 vars in 774 bytes} [Wed Jun 10 04:55:57 2026] GET /v2.0/security-groups?tenant_id=59138a3197a540a7b45c697ba00a03aa&name=default => generated 2925 bytes in 257 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 985/1968] 10.0.0.208 () {32 vars in 774 bytes} [Wed Jun 10 04:55:57 2026] GET /v2.0/security-groups?tenant_id=56104c3533fb445ab14bebe7ec191b68&name=default => generated 2925 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 04:55:57.657 7 INFO neutron_taas.services.taas.taas_plugin [None req-91ed5565-7ad9-481a-b42a-c463ccd6a29c 1b66a09c82ed498fb6184ce2e950c8b2 279bfcea23834e62bffee308c0835b98 - - default default] TaaS: Handle Delete Port: 04538ec8-7ae7-423d-86ca-8b211e2cb15d 2026-06-10 04:55:57.659 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-91ed5565-7ad9-481a-b42a-c463ccd6a29c 1b66a09c82ed498fb6184ce2e950c8b2 279bfcea23834e62bffee308c0835b98 - - default default] Tap Mirror: Handle Delete Port: 04538ec8-7ae7-423d-86ca-8b211e2cb15d [pid: 8|app: 0|req: 986/1969] 10.0.0.208 () {32 vars in 740 bytes} [Wed Jun 10 04:55:57 2026] DELETE /v2.0/security-groups/81168aff-0cd4-4a5d-bf5e-59349ca79821 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 04:55:57.722 8 INFO neutron.services.segments.plugin [-] Segment 9ac9a5a9-38d5-47f0-b4ec-c9afab26dfe2 resource provider aggregate not found 2026-06-10 04:55:57.729 8 INFO neutron.services.segments.plugin [-] Segment 9ac9a5a9-38d5-47f0-b4ec-c9afab26dfe2 resource provider aggregate not found 2026-06-10 04:55:57.748 8 INFO neutron.services.segments.plugin [-] Segment 9ac9a5a9-38d5-47f0-b4ec-c9afab26dfe2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9ac9a5a9-38d5-47f0-b4ec-c9afab26dfe2 found for delete ", "request_id": "req-c38bf965-a475-4511-bba1-902c306bdca3"}]} 2026-06-10 04:55:57.752 8 INFO neutron.services.segments.plugin [-] Segment 9ac9a5a9-38d5-47f0-b4ec-c9afab26dfe2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9ac9a5a9-38d5-47f0-b4ec-c9afab26dfe2 found for delete ", "request_id": "req-88836e3d-d225-4114-b3c6-8c08687de566"}]} [pid: 8|app: 0|req: 987/1970] 10.0.0.208 () {32 vars in 740 bytes} [Wed Jun 10 04:55:57 2026] DELETE /v2.0/security-groups/0cd11e43-6711-415b-8e6a-7af9efd5cf25 => 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: 988/1971] 10.0.0.208 () {32 vars in 774 bytes} [Wed Jun 10 04:55:57 2026] GET /v2.0/security-groups?tenant_id=ebb05fb063394b629275ac1079fdc751&name=default => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 989/1972] 10.0.0.208 () {32 vars in 740 bytes} [Wed Jun 10 04:55:57 2026] DELETE /v2.0/security-groups/458c0898-4ef2-4fd9-a7bf-fa883dc8e629 => 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: 984/1973] 10.0.0.208 () {34 vars in 789 bytes} [Wed Jun 10 04:55:57 2026] PUT /v2.0/routers/db132a3b-03ed-4421-ad52-a6bed1905de1/remove_router_interface => generated 309 bytes in 724 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-10 04:55:58.141 7 INFO neutron.api.v2.resource [None req-7241732a-2417-4a88-ad1b-5c195677fdd3 1b66a09c82ed498fb6184ce2e950c8b2 279bfcea23834e62bffee308c0835b98 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 985/1974] 10.0.0.208 () {34 vars in 789 bytes} [Wed Jun 10 04:55:58 2026] PUT /v2.0/routers/db132a3b-03ed-4421-ad52-a6bed1905de1/remove_router_interface => generated 197 bytes in 90 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 986/1975] 10.0.0.208 () {32 vars in 736 bytes} [Wed Jun 10 04:55:58 2026] GET /v2.0/ports?device_id=db132a3b-03ed-4421-ad52-a6bed1905de1 => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 990/1976] 10.0.0.208 () {32 vars in 774 bytes} [Wed Jun 10 04:55:58 2026] GET /v2.0/security-groups?tenant_id=666bb465eccf47b0becc6f4f17345749&name=default => generated 2925 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 991/1977] 10.0.0.208 () {32 vars in 740 bytes} [Wed Jun 10 04:55:58 2026] DELETE /v2.0/security-groups/f9deaade-7b7d-4e6e-a72e-dfd75feb6dfa => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 04:55:58.348 7 INFO neutron_taas.services.taas.taas_plugin [None req-09b1a9e0-e126-428f-9bf6-6ae53c37e39a 1b66a09c82ed498fb6184ce2e950c8b2 279bfcea23834e62bffee308c0835b98 - - default default] TaaS: Handle Delete Port: 24a34ae1-170c-4387-a1b0-40a7b6efb787 2026-06-10 04:55:58.350 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-09b1a9e0-e126-428f-9bf6-6ae53c37e39a 1b66a09c82ed498fb6184ce2e950c8b2 279bfcea23834e62bffee308c0835b98 - - default default] Tap Mirror: Handle Delete Port: 24a34ae1-170c-4387-a1b0-40a7b6efb787 2026-06-10 04:55:58.637 7 INFO neutron.services.segments.plugin [-] Segment 41d5c6ed-9b2b-452a-864f-ae963315585b resource provider aggregate not found 2026-06-10 04:55:58.642 7 INFO neutron.services.segments.plugin [-] Segment 41d5c6ed-9b2b-452a-864f-ae963315585b resource provider aggregate not found 2026-06-10 04:55:58.654 7 INFO neutron.db.l3_hamode_db [None req-09b1a9e0-e126-428f-9bf6-6ae53c37e39a 1b66a09c82ed498fb6184ce2e950c8b2 279bfcea23834e62bffee308c0835b98 - - default default] HA network 53fcc4f7-e784-405b-ba58-cb73758ffa58 was deleted as no HA routers are present in tenant 279bfcea23834e62bffee308c0835b98. [pid: 7|app: 0|req: 987/1978] 10.0.0.208 () {32 vars in 724 bytes} [Wed Jun 10 04:55:58 2026] DELETE /v2.0/routers/db132a3b-03ed-4421-ad52-a6bed1905de1 => generated 0 bytes in 477 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 04:55:58.662 7 INFO neutron.services.segments.plugin [-] Segment 41d5c6ed-9b2b-452a-864f-ae963315585b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 41d5c6ed-9b2b-452a-864f-ae963315585b found for delete ", "request_id": "req-2efc7bf2-5214-40df-81a7-f86be7a9d01f"}]} 2026-06-10 04:55:58.663 7 INFO neutron.services.segments.plugin [-] Segment 41d5c6ed-9b2b-452a-864f-ae963315585b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 41d5c6ed-9b2b-452a-864f-ae963315585b found for delete ", "request_id": "req-d77ab257-da28-4e1e-928c-046382077055"}]} [pid: 8|app: 0|req: 992/1979] 10.0.0.208 () {32 vars in 724 bytes} [Wed Jun 10 04:55:58 2026] DELETE /v2.0/subnets/1f117a6c-2c1f-4573-bd3c-983fb6bb2a4c => generated 0 bytes in 172 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 04:55:58.919 7 INFO neutron_taas.services.taas.taas_plugin [None req-de229d0b-ab31-4dde-921a-0b102da8c955 1b66a09c82ed498fb6184ce2e950c8b2 279bfcea23834e62bffee308c0835b98 - - default default] TaaS: Handle Delete Port: 0ac1f1ff-bb99-4647-ad6b-4a58dcdd384a 2026-06-10 04:55:58.921 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-de229d0b-ab31-4dde-921a-0b102da8c955 1b66a09c82ed498fb6184ce2e950c8b2 279bfcea23834e62bffee308c0835b98 - - default default] Tap Mirror: Handle Delete Port: 0ac1f1ff-bb99-4647-ad6b-4a58dcdd384a [pid: 7|app: 0|req: 988/1980] 10.0.0.208 () {32 vars in 726 bytes} [Wed Jun 10 04:55:58 2026] DELETE /v2.0/networks/71573f10-0530-4f33-916e-152d9079d31c => generated 0 bytes in 251 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 04:55:59.151 8 INFO neutron.db.segments_db [None req-607313dd-c62d-40ec-ba9d-32cd7bfaa9a3 1b66a09c82ed498fb6184ce2e950c8b2 279bfcea23834e62bffee308c0835b98 - - default default] Added segment 76fad33b-be46-48e9-8afa-3da25a10b53d of type vxlan for network 74df1407-2a63-4b5b-bd52-949dd1f88346 [pid: 8|app: 0|req: 993/1981] 10.0.0.208 () {34 vars in 670 bytes} [Wed Jun 10 04:55:59 2026] POST /v2.0/networks => generated 615 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 989/1982] 10.0.0.208 () {34 vars in 669 bytes} [Wed Jun 10 04:55:59 2026] POST /v2.0/subnets => generated 646 bytes in 218 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 04:55:59.522 8 INFO neutron.db.segments_db [None req-40afe584-4fe9-43f3-abec-a18c702eef26 1b66a09c82ed498fb6184ce2e950c8b2 279bfcea23834e62bffee308c0835b98 - - default default] Added segment 23cece1a-bbb4-4f1f-8e49-c5b30c0eec1c of type vxlan for network d9902998-981f-4e10-a68d-8ed7b585856a 2026-06-10 04:55:59.796 8 INFO neutron.db.l3_hamode_db [None req-40afe584-4fe9-43f3-abec-a18c702eef26 1b66a09c82ed498fb6184ce2e950c8b2 279bfcea23834e62bffee308c0835b98 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-10 04:55:59.889 8 INFO neutron.db.l3_hamode_db [None req-40afe584-4fe9-43f3-abec-a18c702eef26 1b66a09c82ed498fb6184ce2e950c8b2 279bfcea23834e62bffee308c0835b98 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-10 04:56:00.059 7 INFO neutron.db.segments_db [None req-d0703501-1b23-4d8f-a2e3-c9d1091cf803 70122407341b488aa1857996b237c0eb beb6ba38eb3f43299f6d168324e30746 - - default default] Added segment 729fd476-b16e-46cd-8989-22e9463846b9 of type vxlan for network abaa8f76-4834-4221-b9bd-2555b171198d [pid: 7|app: 0|req: 990/1983] 10.0.0.208 () {34 vars in 670 bytes} [Wed Jun 10 04:55:59 2026] POST /v2.0/networks => generated 610 bytes in 420 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 04:56:00.194 7 INFO neutron.db.segments_db [None req-22e55fde-e217-463f-9e6f-874dc8aa24ef 70122407341b488aa1857996b237c0eb beb6ba38eb3f43299f6d168324e30746 - - default default] Added segment 1aa36dd0-2105-49ae-aeb5-30cf2d4c026d of type vxlan for network ac5fcb0c-14e6-45d1-90ee-4e5aad685148 [pid: 7|app: 0|req: 991/1984] 10.0.0.208 () {34 vars in 670 bytes} [Wed Jun 10 04:56:00 2026] POST /v2.0/networks => generated 611 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 994/1985] 10.0.0.208 () {34 vars in 669 bytes} [Wed Jun 10 04:55:59 2026] POST /v2.0/routers => generated 510 bytes in 885 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 992/1986] 10.0.0.208 () {34 vars in 669 bytes} [Wed Jun 10 04:56:00 2026] POST /v2.0/subnets => generated 626 bytes in 304 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 04:56:00.679 7 INFO neutron.services.segments.plugin [-] Segment 8202f9ce-9c8a-4f02-8064-9f759d747c6a resource provider aggregate not found 2026-06-10 04:56:00.690 7 INFO neutron.services.segments.plugin [-] Segment 8202f9ce-9c8a-4f02-8064-9f759d747c6a resource provider aggregate not found 2026-06-10 04:56:00.702 7 INFO neutron.services.segments.plugin [-] Segment 8202f9ce-9c8a-4f02-8064-9f759d747c6a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8202f9ce-9c8a-4f02-8064-9f759d747c6a found for delete ", "request_id": "req-b9a4bcb9-e02c-4a7c-a356-222f84cb8174"}]} 2026-06-10 04:56:00.711 7 INFO neutron.services.segments.plugin [-] Segment 8202f9ce-9c8a-4f02-8064-9f759d747c6a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8202f9ce-9c8a-4f02-8064-9f759d747c6a found for delete ", "request_id": "req-8565a460-a462-44cc-be2c-4ca90fd69efd"}]} [pid: 7|app: 0|req: 993/1987] 10.0.0.208 () {34 vars in 669 bytes} [Wed Jun 10 04:56:00 2026] POST /v2.0/subnets => generated 626 bytes in 277 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 04:56:00.924 7 INFO neutron.db.segments_db [None req-9bf8dc78-b60d-4f23-a13c-04a9d1cf6b2c 70122407341b488aa1857996b237c0eb beb6ba38eb3f43299f6d168324e30746 - - default default] Added segment 77a5af48-6e30-410a-a02b-c34c938c8657 of type vxlan for network 31854551-4cde-4842-a5dc-f4065f2de6e1 2026-06-10 04:56:01.145 7 INFO neutron.db.l3_hamode_db [None req-9bf8dc78-b60d-4f23-a13c-04a9d1cf6b2c 70122407341b488aa1857996b237c0eb beb6ba38eb3f43299f6d168324e30746 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-10 04:56:01.303 7 INFO neutron.db.l3_hamode_db [None req-9bf8dc78-b60d-4f23-a13c-04a9d1cf6b2c 70122407341b488aa1857996b237c0eb beb6ba38eb3f43299f6d168324e30746 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 995/1990] 10.0.0.208 () {34 vars in 783 bytes} [Wed Jun 10 04:56:00 2026] PUT /v2.0/routers/01939815-e732-47cb-8836-290b491cc533/add_router_interface => generated 309 bytes in 1077 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 996/1991] 10.0.0.208 () {32 vars in 717 bytes} [Wed Jun 10 04:56:01 2026] GET /v2.0/ports/f7e99128-2a8f-4c49-b973-2f83cb25e4ac => generated 959 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 04:56:01.816 8 INFO neutron_taas.services.taas.taas_plugin [None req-76c53ffd-c714-465b-9682-a028ea8eeb45 1b66a09c82ed498fb6184ce2e950c8b2 279bfcea23834e62bffee308c0835b98 - - default default] TaaS: Handle Delete Port: f7e99128-2a8f-4c49-b973-2f83cb25e4ac 2026-06-10 04:56:01.821 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-76c53ffd-c714-465b-9682-a028ea8eeb45 1b66a09c82ed498fb6184ce2e950c8b2 279bfcea23834e62bffee308c0835b98 - - default default] Tap Mirror: Handle Delete Port: f7e99128-2a8f-4c49-b973-2f83cb25e4ac [pid: 7|app: 0|req: 996/1992] 10.0.0.208 () {34 vars in 669 bytes} [Wed Jun 10 04:56:00 2026] POST /v2.0/routers => generated 506 bytes in 967 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 997/1993] 10.0.0.208 () {34 vars in 789 bytes} [Wed Jun 10 04:56:01 2026] PUT /v2.0/routers/01939815-e732-47cb-8836-290b491cc533/remove_router_interface => generated 309 bytes in 700 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 998/1994] 10.0.0.208 () {32 vars in 736 bytes} [Wed Jun 10 04:56:02 2026] GET /v2.0/ports?device_id=01939815-e732-47cb-8836-290b491cc533 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 04:56:02.424 8 INFO neutron_taas.services.taas.taas_plugin [None req-6c0783fb-6809-4e4b-99ca-433bf16cfbfb 1b66a09c82ed498fb6184ce2e950c8b2 279bfcea23834e62bffee308c0835b98 - - default default] TaaS: Handle Delete Port: a19e6a89-a1b7-4889-a800-3240885f01cd 2026-06-10 04:56:02.427 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6c0783fb-6809-4e4b-99ca-433bf16cfbfb 1b66a09c82ed498fb6184ce2e950c8b2 279bfcea23834e62bffee308c0835b98 - - default default] Tap Mirror: Handle Delete Port: a19e6a89-a1b7-4889-a800-3240885f01cd 2026-06-10 04:56:02.789 8 INFO neutron.services.segments.plugin [-] Segment 23cece1a-bbb4-4f1f-8e49-c5b30c0eec1c resource provider aggregate not found 2026-06-10 04:56:02.804 8 INFO neutron.services.segments.plugin [-] Segment 23cece1a-bbb4-4f1f-8e49-c5b30c0eec1c resource provider aggregate not found 2026-06-10 04:56:02.810 8 INFO neutron.services.segments.plugin [-] Segment 23cece1a-bbb4-4f1f-8e49-c5b30c0eec1c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 23cece1a-bbb4-4f1f-8e49-c5b30c0eec1c found for delete ", "request_id": "req-bfb09fb1-d22e-4b35-930e-40d4b1e5005e"}]} 2026-06-10 04:56:02.821 8 INFO neutron.db.l3_hamode_db [None req-6c0783fb-6809-4e4b-99ca-433bf16cfbfb 1b66a09c82ed498fb6184ce2e950c8b2 279bfcea23834e62bffee308c0835b98 - - default default] HA network d9902998-981f-4e10-a68d-8ed7b585856a was deleted as no HA routers are present in tenant 279bfcea23834e62bffee308c0835b98. 2026-06-10 04:56:02.826 8 INFO neutron.services.segments.plugin [-] Segment 23cece1a-bbb4-4f1f-8e49-c5b30c0eec1c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 23cece1a-bbb4-4f1f-8e49-c5b30c0eec1c found for delete ", "request_id": "req-90a627d8-4ace-4321-abb4-1a54ef085fb7"}]} [pid: 8|app: 0|req: 999/1995] 10.0.0.208 () {32 vars in 724 bytes} [Wed Jun 10 04:56:02 2026] DELETE /v2.0/routers/01939815-e732-47cb-8836-290b491cc533 => generated 0 bytes in 571 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1000/1996] 10.0.0.208 () {34 vars in 676 bytes} [Wed Jun 10 04:56:02 2026] POST /v2.0/subnetpools => generated 516 bytes in 212 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1001/1997] 10.0.0.208 () {32 vars in 724 bytes} [Wed Jun 10 04:56:03 2026] DELETE /v2.0/subnets/29d1f815-ba89-42b2-856d-819ec8a71b24 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1002/1998] 10.0.0.208 () {34 vars in 676 bytes} [Wed Jun 10 04:56:03 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: 1003/2000] 10.0.0.208 () {32 vars in 726 bytes} [Wed Jun 10 04:56:03 2026] DELETE /v2.0/networks/74df1407-2a63-4b5b-bd52-949dd1f88346 => 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: 997/2000] 10.0.0.208 () {34 vars in 783 bytes} [Wed Jun 10 04:56:01 2026] PUT /v2.0/routers/dd0bcef0-7f54-4545-8de1-cf07bcf24017/add_router_interface => generated 309 bytes in 1476 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 04:56:03.382 7 INFO neutron.db.segments_db [None req-91e48f72-d3c0-4605-bf92-92aedbd4b331 1b66a09c82ed498fb6184ce2e950c8b2 279bfcea23834e62bffee308c0835b98 - - default default] Added segment 420654c9-64ea-4891-a1bc-ecf34ca8117a of type vxlan for network 686e2e96-1628-4ed8-b44d-83e35fc159fd [pid: 8|app: 0|req: 1004/2001] 10.0.0.208 () {34 vars in 676 bytes} [Wed Jun 10 04:56:03 2026] POST /v2.0/subnetpools => generated 516 bytes in 58 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1005/2002] 10.0.0.208 () {32 vars in 717 bytes} [Wed Jun 10 04:56:03 2026] GET /v2.0/ports/38e51fdb-0cc8-4c2e-a094-c38e13b72a19 => generated 955 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1006/2003] 10.0.0.208 () {34 vars in 676 bytes} [Wed Jun 10 04:56:03 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) 2026-06-10 04:56:03.616 7 INFO neutron.db.l3_hamode_db [None req-91e48f72-d3c0-4605-bf92-92aedbd4b331 1b66a09c82ed498fb6184ce2e950c8b2 279bfcea23834e62bffee308c0835b98 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-10 04:56:04.338 7 INFO neutron.db.l3_hamode_db [None req-91e48f72-d3c0-4605-bf92-92aedbd4b331 1b66a09c82ed498fb6184ce2e950c8b2 279bfcea23834e62bffee308c0835b98 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1007/2004] 10.0.0.208 () {34 vars in 783 bytes} [Wed Jun 10 04:56:03 2026] PUT /v2.0/routers/dd0bcef0-7f54-4545-8de1-cf07bcf24017/add_router_interface => generated 309 bytes in 1085 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1008/2005] 10.0.0.208 () {34 vars in 676 bytes} [Wed Jun 10 04:56:04 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) [pid: 8|app: 0|req: 1009/2006] 10.0.0.208 () {32 vars in 717 bytes} [Wed Jun 10 04:56:04 2026] GET /v2.0/ports/d5f655e8-acde-4eef-9cdb-190672567607 => generated 955 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1010/2007] 10.0.0.208 () {34 vars in 759 bytes} [Wed Jun 10 04:56:04 2026] PUT /v2.0/subnetpools/7d8f12f0-854f-4ee4-801a-60e6a97c619d/tags => generated 17 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 04:56:04.828 8 INFO neutron.services.segments.plugin [-] Segment 76fad33b-be46-48e9-8afa-3da25a10b53d resource provider aggregate not found 2026-06-10 04:56:04.846 8 INFO neutron.services.segments.plugin [-] Segment 76fad33b-be46-48e9-8afa-3da25a10b53d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 76fad33b-be46-48e9-8afa-3da25a10b53d found for delete ", "request_id": "req-9bf5ee80-daf7-4e26-b11a-a3f7c686d6bc"}]} 2026-06-10 04:56:04.847 8 INFO neutron.services.segments.plugin [-] Segment 76fad33b-be46-48e9-8afa-3da25a10b53d resource provider aggregate not found 2026-06-10 04:56:04.868 8 INFO neutron.services.segments.plugin [-] Segment 76fad33b-be46-48e9-8afa-3da25a10b53d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 76fad33b-be46-48e9-8afa-3da25a10b53d found for delete ", "request_id": "req-a157a744-5145-49f3-9b88-62b381f043d8"}]} 2026-06-10 04:56:05.061 8 INFO neutron_taas.services.taas.taas_plugin [None req-0ecdcc4a-6369-4339-92f2-cc6545b46494 70122407341b488aa1857996b237c0eb beb6ba38eb3f43299f6d168324e30746 - - default default] TaaS: Handle Delete Port: d5f655e8-acde-4eef-9cdb-190672567607 2026-06-10 04:56:05.066 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0ecdcc4a-6369-4339-92f2-cc6545b46494 70122407341b488aa1857996b237c0eb beb6ba38eb3f43299f6d168324e30746 - - default default] Tap Mirror: Handle Delete Port: d5f655e8-acde-4eef-9cdb-190672567607 [pid: 7|app: 0|req: 998/2008] 10.0.0.208 () {34 vars in 669 bytes} [Wed Jun 10 04:56:03 2026] POST /v2.0/routers => generated 692 bytes in 1804 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 999/2009] 10.0.0.208 () {34 vars in 759 bytes} [Wed Jun 10 04:56:05 2026] PUT /v2.0/subnetpools/b9adb928-a601-4cbe-a9d7-48df963a987c/tags => generated 25 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1000/2010] 10.0.0.208 () {32 vars in 721 bytes} [Wed Jun 10 04:56:05 2026] GET /v2.0/routers/a7b98bf7-3e98-42be-ace9-481ed97169d5 => generated 698 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1001/2011] 10.0.0.208 () {34 vars in 759 bytes} [Wed Jun 10 04:56:05 2026] PUT /v2.0/subnetpools/c69fd4c1-3336-40e9-a7fc-e31c36d9d150/tags => generated 34 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1002/2012] 10.0.0.208 () {32 vars in 647 bytes} [Wed Jun 10 04:56:05 2026] GET /v2.0/routers => generated 701 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1003/2013] 10.0.0.208 () {34 vars in 759 bytes} [Wed Jun 10 04:56:05 2026] PUT /v2.0/subnetpools/8abe4452-1ba6-488e-bd0b-36b84d56d45d/tags => 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: 1011/2014] 10.0.0.208 () {34 vars in 789 bytes} [Wed Jun 10 04:56:04 2026] PUT /v2.0/routers/dd0bcef0-7f54-4545-8de1-cf07bcf24017/remove_router_interface => generated 309 bytes in 811 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1012/2015] 10.0.0.208 () {32 vars in 672 bytes} [Wed Jun 10 04:56:05 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1004/2016] 10.0.0.208 () {34 vars in 741 bytes} [Wed Jun 10 04:56:05 2026] PUT /v2.0/routers/a7b98bf7-3e98-42be-ace9-481ed97169d5 => generated 705 bytes in 381 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1005/2017] 10.0.0.208 () {32 vars in 686 bytes} [Wed Jun 10 04:56:05 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 04:56:05.875 8 INFO neutron_taas.services.taas.taas_plugin [None req-67892edc-466a-4b98-ac1c-65be7b918687 70122407341b488aa1857996b237c0eb beb6ba38eb3f43299f6d168324e30746 - - default default] TaaS: Handle Delete Port: 38e51fdb-0cc8-4c2e-a094-c38e13b72a19 2026-06-10 04:56:05.879 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-67892edc-466a-4b98-ac1c-65be7b918687 70122407341b488aa1857996b237c0eb beb6ba38eb3f43299f6d168324e30746 - - default default] Tap Mirror: Handle Delete Port: 38e51fdb-0cc8-4c2e-a094-c38e13b72a19 [pid: 7|app: 0|req: 1006/2018] 10.0.0.208 () {32 vars in 721 bytes} [Wed Jun 10 04:56:05 2026] GET /v2.0/routers/a7b98bf7-3e98-42be-ace9-481ed97169d5 => generated 705 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1007/2019] 10.0.0.208 () {32 vars in 682 bytes} [Wed Jun 10 04:56:05 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1008/2020] 10.0.0.208 () {32 vars in 736 bytes} [Wed Jun 10 04:56:05 2026] GET /v2.0/ports?device_id=a7b98bf7-3e98-42be-ace9-481ed97169d5 => 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: 1009/2021] 10.0.0.208 () {32 vars in 694 bytes} [Wed Jun 10 04:56:05 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 04:56:06.132 7 INFO neutron_taas.services.taas.taas_plugin [None req-1137cf1a-2a48-491c-8d30-330f426cacc7 1b66a09c82ed498fb6184ce2e950c8b2 279bfcea23834e62bffee308c0835b98 - - default default] TaaS: Handle Delete Port: 54a52673-10ee-4e28-8f01-fefd59c91ad4 2026-06-10 04:56:06.135 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1137cf1a-2a48-491c-8d30-330f426cacc7 1b66a09c82ed498fb6184ce2e950c8b2 279bfcea23834e62bffee308c0835b98 - - default default] Tap Mirror: Handle Delete Port: 54a52673-10ee-4e28-8f01-fefd59c91ad4 2026-06-10 04:56:06.403 7 INFO neutron_taas.services.taas.taas_plugin [None req-1137cf1a-2a48-491c-8d30-330f426cacc7 1b66a09c82ed498fb6184ce2e950c8b2 279bfcea23834e62bffee308c0835b98 - - default default] TaaS: Handle Delete Port: cac40ae4-d1b7-45fc-aa35-93fabc357c63 2026-06-10 04:56:06.406 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1137cf1a-2a48-491c-8d30-330f426cacc7 1b66a09c82ed498fb6184ce2e950c8b2 279bfcea23834e62bffee308c0835b98 - - default default] Tap Mirror: Handle Delete Port: cac40ae4-d1b7-45fc-aa35-93fabc357c63 2026-06-10 04:56:06.726 7 INFO neutron.services.segments.plugin [-] Segment 420654c9-64ea-4891-a1bc-ecf34ca8117a resource provider aggregate not found 2026-06-10 04:56:06.729 7 INFO neutron.services.segments.plugin [-] Segment 420654c9-64ea-4891-a1bc-ecf34ca8117a resource provider aggregate not found 2026-06-10 04:56:06.747 7 INFO neutron.services.segments.plugin [-] Segment 420654c9-64ea-4891-a1bc-ecf34ca8117a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 420654c9-64ea-4891-a1bc-ecf34ca8117a found for delete ", "request_id": "req-fb61b5f9-0d3c-47bd-bea5-cc1434e50248"}]} 2026-06-10 04:56:06.747 7 INFO neutron.services.segments.plugin [-] Segment 420654c9-64ea-4891-a1bc-ecf34ca8117a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 420654c9-64ea-4891-a1bc-ecf34ca8117a found for delete ", "request_id": "req-d5be426b-6f30-446f-8dfe-3278324cc4d9"}]} 2026-06-10 04:56:06.755 7 INFO neutron.db.l3_hamode_db [None req-1137cf1a-2a48-491c-8d30-330f426cacc7 1b66a09c82ed498fb6184ce2e950c8b2 279bfcea23834e62bffee308c0835b98 - - default default] HA network 686e2e96-1628-4ed8-b44d-83e35fc159fd was deleted as no HA routers are present in tenant 279bfcea23834e62bffee308c0835b98. [pid: 7|app: 0|req: 1010/2022] 10.0.0.208 () {32 vars in 724 bytes} [Wed Jun 10 04:56:05 2026] DELETE /v2.0/routers/a7b98bf7-3e98-42be-ace9-481ed97169d5 => generated 0 bytes in 818 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1011/2023] 10.0.0.208 () {32 vars in 680 bytes} [Wed Jun 10 04:56:06 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1012/2024] 10.0.0.208 () {32 vars in 736 bytes} [Wed Jun 10 04:56:06 2026] GET /v2.0/ports?device_id=a7b98bf7-3e98-42be-ace9-481ed97169d5 => 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: 1013/2025] 10.0.0.208 () {32 vars in 694 bytes} [Wed Jun 10 04:56:06 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 04:56:06.853 7 INFO neutron.api.v2.resource [None req-15cb8b51-85d1-4834-9174-2f3334b69334 1b66a09c82ed498fb6184ce2e950c8b2 279bfcea23834e62bffee308c0835b98 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1014/2026] 10.0.0.208 () {32 vars in 724 bytes} [Wed Jun 10 04:56:06 2026] DELETE /v2.0/routers/a7b98bf7-3e98-42be-ace9-481ed97169d5 => generated 135 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1015/2027] 10.0.0.208 () {32 vars in 690 bytes} [Wed Jun 10 04:56:06 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1016/2028] 10.0.0.208 () {32 vars in 736 bytes} [Wed Jun 10 04:56:06 2026] GET /v2.0/ports?device_id=01939815-e732-47cb-8836-290b491cc533 => 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: 1017/2029] 10.0.0.208 () {32 vars in 702 bytes} [Wed Jun 10 04:56:06 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1013/2030] 10.0.0.208 () {34 vars in 789 bytes} [Wed Jun 10 04:56:05 2026] PUT /v2.0/routers/dd0bcef0-7f54-4545-8de1-cf07bcf24017/remove_router_interface => generated 309 bytes in 1332 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 04:56:06.926 7 INFO neutron.api.v2.resource [None req-c0c2c7eb-a493-46b9-acb9-846eee718dd7 1b66a09c82ed498fb6184ce2e950c8b2 279bfcea23834e62bffee308c0835b98 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1018/2031] 10.0.0.208 () {32 vars in 724 bytes} [Wed Jun 10 04:56:06 2026] DELETE /v2.0/routers/01939815-e732-47cb-8836-290b491cc533 => generated 135 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1019/2032] 10.0.0.208 () {32 vars in 736 bytes} [Wed Jun 10 04:56:06 2026] GET /v2.0/ports?device_id=dd0bcef0-7f54-4545-8de1-cf07bcf24017 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1014/2033] 10.0.0.208 () {32 vars in 732 bytes} [Wed Jun 10 04:56:06 2026] DELETE /v2.0/subnetpools/7d8f12f0-854f-4ee4-801a-60e6a97c619d => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 04:56:06.969 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4b9f31db-ce29-4dec-95fc-c4c845645e51 1b66a09c82ed498fb6184ce2e950c8b2 279bfcea23834e62bffee308c0835b98 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1020/2034] 10.0.0.208 () {32 vars in 724 bytes} [Wed Jun 10 04:56:06 2026] DELETE /v2.0/subnets/29d1f815-ba89-42b2-856d-819ec8a71b24 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1021/2035] 10.0.0.208 () {32 vars in 732 bytes} [Wed Jun 10 04:56:06 2026] DELETE /v2.0/subnetpools/b9adb928-a601-4cbe-a9d7-48df963a987c => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1022/2036] 10.0.0.208 () {32 vars in 736 bytes} [Wed Jun 10 04:56:07 2026] GET /v2.0/ports?device_id=db132a3b-03ed-4421-ad52-a6bed1905de1 => 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: 1023/2037] 10.0.0.208 () {32 vars in 732 bytes} [Wed Jun 10 04:56:07 2026] DELETE /v2.0/subnetpools/c69fd4c1-3336-40e9-a7fc-e31c36d9d150 => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 04:56:07.106 7 INFO neutron.api.v2.resource [None req-7c2a3638-0448-4095-989d-6c282aa4644e 1b66a09c82ed498fb6184ce2e950c8b2 279bfcea23834e62bffee308c0835b98 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1024/2038] 10.0.0.208 () {32 vars in 724 bytes} [Wed Jun 10 04:56:07 2026] DELETE /v2.0/routers/db132a3b-03ed-4421-ad52-a6bed1905de1 => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 04:56:07.134 8 INFO neutron_taas.services.taas.taas_plugin [None req-224e1f58-9e82-4805-bf04-41d8d60b79a4 70122407341b488aa1857996b237c0eb beb6ba38eb3f43299f6d168324e30746 - - default default] TaaS: Handle Delete Port: a81e7bad-4332-4b7f-9c68-75597d2009bb 2026-06-10 04:56:07.137 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-224e1f58-9e82-4805-bf04-41d8d60b79a4 70122407341b488aa1857996b237c0eb beb6ba38eb3f43299f6d168324e30746 - - default default] Tap Mirror: Handle Delete Port: a81e7bad-4332-4b7f-9c68-75597d2009bb [pid: 7|app: 0|req: 1025/2039] 10.0.0.208 () {32 vars in 732 bytes} [Wed Jun 10 04:56:07 2026] DELETE /v2.0/subnetpools/8abe4452-1ba6-488e-bd0b-36b84d56d45d => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 04:56:07.169 7 INFO neutron.pecan_wsgi.hooks.translation [None req-18c56c27-b9f8-4066-bbb6-6772271796f5 1b66a09c82ed498fb6184ce2e950c8b2 279bfcea23834e62bffee308c0835b98 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1026/2040] 10.0.0.208 () {32 vars in 724 bytes} [Wed Jun 10 04:56:07 2026] DELETE /v2.0/subnets/1f117a6c-2c1f-4573-bd3c-983fb6bb2a4c => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1027/2041] 10.0.0.208 () {32 vars in 732 bytes} [Wed Jun 10 04:56:07 2026] DELETE /v2.0/subnetpools/a5115be7-840d-4d1f-b1ae-1c4fa5fac3b0 => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1028/2042] 10.0.0.208 () {32 vars in 736 bytes} [Wed Jun 10 04:56:07 2026] GET /v2.0/ports?device_id=43e89ee0-b0ee-4a69-89f3-519bb10d35f5 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 04:56:07.283 7 INFO neutron.api.v2.resource [None req-64670ab5-a775-4843-be1b-3fa469e36c19 1b66a09c82ed498fb6184ce2e950c8b2 279bfcea23834e62bffee308c0835b98 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1029/2043] 10.0.0.208 () {32 vars in 724 bytes} [Wed Jun 10 04:56:07 2026] DELETE /v2.0/routers/43e89ee0-b0ee-4a69-89f3-519bb10d35f5 => generated 135 bytes in 29 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 04:56:07.301 7 INFO neutron.pecan_wsgi.hooks.translation [None req-704c831a-09d7-4eed-b50c-5dd4b7e30b9f 1b66a09c82ed498fb6184ce2e950c8b2 279bfcea23834e62bffee308c0835b98 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1030/2044] 10.0.0.208 () {32 vars in 724 bytes} [Wed Jun 10 04:56:07 2026] DELETE /v2.0/subnets/d4ddfd69-70ea-43ee-a6cf-bbe700ea97bb => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 04:56:07.320 7 INFO neutron.pecan_wsgi.hooks.translation [None req-cb989a99-ee18-4ba1-b813-220193344299 1b66a09c82ed498fb6184ce2e950c8b2 279bfcea23834e62bffee308c0835b98 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1031/2045] 10.0.0.208 () {32 vars in 724 bytes} [Wed Jun 10 04:56:07 2026] DELETE /v2.0/subnets/5a10caa3-866a-4d76-bb10-ec3c40942b95 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 04:56:07.495 8 INFO neutron.services.segments.plugin [-] Segment 77a5af48-6e30-410a-a02b-c34c938c8657 resource provider aggregate not found 2026-06-10 04:56:07.502 8 INFO neutron.services.segments.plugin [-] Segment 77a5af48-6e30-410a-a02b-c34c938c8657 resource provider aggregate not found 2026-06-10 04:56:07.515 8 INFO neutron.services.segments.plugin [-] Segment 77a5af48-6e30-410a-a02b-c34c938c8657 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 77a5af48-6e30-410a-a02b-c34c938c8657 found for delete ", "request_id": "req-6cefcb71-bf6d-42a9-a4a7-6fc444f519b6"}]} 2026-06-10 04:56:07.525 8 INFO neutron.services.segments.plugin [-] Segment 77a5af48-6e30-410a-a02b-c34c938c8657 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 77a5af48-6e30-410a-a02b-c34c938c8657 found for delete ", "request_id": "req-1d5f5547-d968-40da-a83c-465eb5c49522"}]} 2026-06-10 04:56:07.532 8 INFO neutron.db.l3_hamode_db [None req-224e1f58-9e82-4805-bf04-41d8d60b79a4 70122407341b488aa1857996b237c0eb beb6ba38eb3f43299f6d168324e30746 - - default default] HA network 31854551-4cde-4842-a5dc-f4065f2de6e1 was deleted as no HA routers are present in tenant beb6ba38eb3f43299f6d168324e30746. [pid: 8|app: 0|req: 1015/2046] 10.0.0.208 () {32 vars in 724 bytes} [Wed Jun 10 04:56:06 2026] DELETE /v2.0/routers/dd0bcef0-7f54-4545-8de1-cf07bcf24017 => generated 0 bytes in 572 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1032/2047] 10.0.0.208 () {32 vars in 724 bytes} [Wed Jun 10 04:56:07 2026] DELETE /v2.0/subnets/81cfe913-ffad-4781-97a0-9ecb3edc620b => 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: 1016/2048] 10.0.0.208 () {32 vars in 724 bytes} [Wed Jun 10 04:56:07 2026] DELETE /v2.0/subnets/ff160f31-25c7-4cf7-9942-a24aa5c435d8 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1017/2049] 10.0.0.208 () {32 vars in 726 bytes} [Wed Jun 10 04:56:07 2026] DELETE /v2.0/networks/ac5fcb0c-14e6-45d1-90ee-4e5aad685148 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1033/2050] 10.0.0.208 () {32 vars in 774 bytes} [Wed Jun 10 04:56:07 2026] GET /v2.0/security-groups?tenant_id=279bfcea23834e62bffee308c0835b98&name=default => generated 2925 bytes in 242 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1018/2051] 10.0.0.208 () {32 vars in 726 bytes} [Wed Jun 10 04:56:07 2026] DELETE /v2.0/networks/abaa8f76-4834-4221-b9bd-2555b171198d => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1034/2052] 10.0.0.208 () {32 vars in 740 bytes} [Wed Jun 10 04:56:07 2026] DELETE /v2.0/security-groups/52ae425d-7fed-4757-bd31-0101a656e6a8 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 04:56:08.134 7 INFO neutron.db.segments_db [None req-75a1f692-1424-4edd-b435-4a450d632f34 70122407341b488aa1857996b237c0eb beb6ba38eb3f43299f6d168324e30746 - - default default] Added segment 368c5f6e-2a9b-42e7-8e7a-72f92112ec95 of type vxlan for network 77b40dbf-1541-48ac-bc03-1024d19a5552 [pid: 7|app: 0|req: 1035/2053] 10.0.0.208 () {34 vars in 670 bytes} [Wed Jun 10 04:56:08 2026] POST /v2.0/networks => generated 610 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1019/2054] 10.0.0.208 () {32 vars in 774 bytes} [Wed Jun 10 04:56:08 2026] GET /v2.0/security-groups?tenant_id=05c07f4bda5e4571ab864a9afc861243&name=default => generated 2925 bytes in 167 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1020/2055] 10.0.0.208 () {32 vars in 740 bytes} [Wed Jun 10 04:56:08 2026] DELETE /v2.0/security-groups/d966f814-446a-41ca-afd4-e7ab9231bafb => 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: 1036/2056] 10.0.0.208 () {34 vars in 669 bytes} [Wed Jun 10 04:56:08 2026] POST /v2.0/subnets => generated 626 bytes in 284 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 04:56:08.562 8 INFO neutron.db.segments_db [None req-b4d41a5b-9d9f-4524-b33b-d230df722972 70122407341b488aa1857996b237c0eb beb6ba38eb3f43299f6d168324e30746 - - default default] Added segment 2eaef2e1-9311-4ea1-a04a-ff8a65fde9b9 of type vxlan for network 14563c41-128a-4dfb-ae6b-91c20c44263f [pid: 7|app: 0|req: 1037/2057] 10.0.0.208 () {32 vars in 774 bytes} [Wed Jun 10 04:56:08 2026] GET /v2.0/security-groups?tenant_id=6ba1955a1d8846e08347fe1d4c581c90&name=default => generated 2925 bytes in 178 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1038/2058] 10.0.0.208 () {32 vars in 740 bytes} [Wed Jun 10 04:56:08 2026] DELETE /v2.0/security-groups/2dd9e22a-cd6b-4e91-8374-94ea8938cd35 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 04:56:08.849 8 INFO neutron.db.l3_hamode_db [None req-b4d41a5b-9d9f-4524-b33b-d230df722972 70122407341b488aa1857996b237c0eb beb6ba38eb3f43299f6d168324e30746 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-10 04:56:08.958 8 INFO neutron.db.l3_hamode_db [None req-b4d41a5b-9d9f-4524-b33b-d230df722972 70122407341b488aa1857996b237c0eb beb6ba38eb3f43299f6d168324e30746 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1039/2059] 10.0.0.208 () {32 vars in 774 bytes} [Wed Jun 10 04:56:08 2026] GET /v2.0/security-groups?tenant_id=2b3550fe0fa447029d636c5634c3ebc6&name=default => generated 2925 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1040/2060] 10.0.0.208 () {32 vars in 740 bytes} [Wed Jun 10 04:56:09 2026] DELETE /v2.0/security-groups/451d4e8f-8265-4579-82b6-9111c4e49fae => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 04:56:09.546 8 INFO neutron.services.segments.plugin [-] Segment 1aa36dd0-2105-49ae-aeb5-30cf2d4c026d resource provider aggregate not found 2026-06-10 04:56:09.549 8 INFO neutron.services.segments.plugin [-] Segment 1aa36dd0-2105-49ae-aeb5-30cf2d4c026d resource provider aggregate not found 2026-06-10 04:56:09.568 8 INFO neutron.services.segments.plugin [-] Segment 1aa36dd0-2105-49ae-aeb5-30cf2d4c026d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1aa36dd0-2105-49ae-aeb5-30cf2d4c026d found for delete ", "request_id": "req-13cd9da3-ab81-465f-98d9-d9b691e266ba"}]} 2026-06-10 04:56:09.573 8 INFO neutron.services.segments.plugin [-] Segment 1aa36dd0-2105-49ae-aeb5-30cf2d4c026d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1aa36dd0-2105-49ae-aeb5-30cf2d4c026d found for delete ", "request_id": "req-3d1d9d83-3119-4bad-a97e-0c7ed901f251"}]} 2026-06-10 04:56:09.592 8 INFO neutron.services.segments.plugin [-] Segment 729fd476-b16e-46cd-8989-22e9463846b9 resource provider aggregate not found 2026-06-10 04:56:09.596 8 INFO neutron.services.segments.plugin [-] Segment 729fd476-b16e-46cd-8989-22e9463846b9 resource provider aggregate not found [pid: 8|app: 0|req: 1021/2061] 10.0.0.208 () {34 vars in 669 bytes} [Wed Jun 10 04:56:08 2026] POST /v2.0/routers => generated 505 bytes in 1082 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 04:56:09.608 8 INFO neutron.services.segments.plugin [-] Segment 729fd476-b16e-46cd-8989-22e9463846b9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 729fd476-b16e-46cd-8989-22e9463846b9 found for delete ", "request_id": "req-b3f6abfb-acc0-4ce4-a911-128d672ed290"}]} 2026-06-10 04:56:09.613 8 INFO neutron.services.segments.plugin [-] Segment 729fd476-b16e-46cd-8989-22e9463846b9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 729fd476-b16e-46cd-8989-22e9463846b9 found for delete ", "request_id": "req-c5889786-0867-408e-8de6-3efa22979ff0"}]} [pid: 7|app: 0|req: 1041/2062] 10.0.0.208 () {34 vars in 665 bytes} [Wed Jun 10 04:56:09 2026] POST /v2.0/ports => generated 948 bytes in 279 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1042/2063] 10.0.0.208 () {34 vars in 684 bytes} [Wed Jun 10 04:56:09 2026] POST /v2.0/security-groups => generated 1624 bytes in 432 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1043/2064] 10.0.0.208 () {32 vars in 663 bytes} [Wed Jun 10 04:56:10 2026] GET /v2.0/security-groups => generated 4529 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1044/2065] 10.0.0.208 () {34 vars in 758 bytes} [Wed Jun 10 04:56:10 2026] PUT /v2.0/security-groups/e3b94724-8ce3-4a22-abc2-75d49cf3212f => generated 1662 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1045/2066] 10.0.0.208 () {32 vars in 737 bytes} [Wed Jun 10 04:56:10 2026] GET /v2.0/security-groups/e3b94724-8ce3-4a22-abc2-75d49cf3212f => generated 1662 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1046/2067] 10.0.0.208 () {32 vars in 740 bytes} [Wed Jun 10 04:56:10 2026] DELETE /v2.0/security-groups/e3b94724-8ce3-4a22-abc2-75d49cf3212f => 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: 1047/2068] 10.0.0.208 () {32 vars in 663 bytes} [Wed Jun 10 04:56:10 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) 2026-06-10 04:56:10.672 7 INFO neutron.api.v2.resource [None req-a17a6fef-a3d9-440a-b138-2ff243526978 b33813bbb8c042a48103dedef1640242 75636410f6014b059933d266579068cd - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1048/2069] 10.0.0.208 () {32 vars in 740 bytes} [Wed Jun 10 04:56:10 2026] DELETE /v2.0/security-groups/e3b94724-8ce3-4a22-abc2-75d49cf3212f => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1049/2070] 10.0.0.208 () {34 vars in 684 bytes} [Wed Jun 10 04:56:10 2026] POST /v2.0/security-groups => generated 1624 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1050/2071] 10.0.0.208 () {34 vars in 695 bytes} [Wed Jun 10 04:56:10 2026] POST /v2.0/security-group-rules => generated 601 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1051/2072] 10.0.0.208 () {32 vars in 747 bytes} [Wed Jun 10 04:56:10 2026] GET /v2.0/security-group-rules/2a07d2e8-5a28-4e8c-acd4-75c67a4a68d3 => generated 601 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1052/2073] 10.0.0.208 () {32 vars in 673 bytes} [Wed Jun 10 04:56:10 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1022/2074] 10.0.0.208 () {34 vars in 783 bytes} [Wed Jun 10 04:56:09 2026] PUT /v2.0/routers/99a26df5-b233-4ce1-9b1d-37ae2d1d7323/add_router_interface => generated 309 bytes in 1137 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: 1053/2075] 10.0.0.208 () {32 vars in 750 bytes} [Wed Jun 10 04:56:10 2026] DELETE /v2.0/security-group-rules/2a07d2e8-5a28-4e8c-acd4-75c67a4a68d3 => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1023/2076] 10.0.0.208 () {32 vars in 717 bytes} [Wed Jun 10 04:56:11 2026] GET /v2.0/ports/c92af110-a845-44a6-ab89-d061498f1c0e => generated 1022 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1054/2077] 10.0.0.208 () {32 vars in 673 bytes} [Wed Jun 10 04:56:11 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1055/2078] 10.0.0.208 () {34 vars in 695 bytes} [Wed Jun 10 04:56:11 2026] POST /v2.0/security-group-rules => generated 601 bytes in 90 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1056/2079] 10.0.0.208 () {32 vars in 747 bytes} [Wed Jun 10 04:56:11 2026] GET /v2.0/security-group-rules/39a73b58-4dbc-432a-a82d-2fff9b3f8992 => generated 601 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1057/2080] 10.0.0.208 () {32 vars in 673 bytes} [Wed Jun 10 04:56:11 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1058/2081] 10.0.0.208 () {32 vars in 750 bytes} [Wed Jun 10 04:56:11 2026] DELETE /v2.0/security-group-rules/39a73b58-4dbc-432a-a82d-2fff9b3f8992 => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1059/2082] 10.0.0.208 () {32 vars in 673 bytes} [Wed Jun 10 04:56:11 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 04:56:11.451 7 INFO neutron.db.securitygroups_db [None req-4b1ee12b-451c-4638-a7e9-5ff4b566472d b33813bbb8c042a48103dedef1640242 75636410f6014b059933d266579068cd - - default default] Project 75636410f6014b059933d266579068cd added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. 2026-06-10 04:56:11.456 8 INFO neutron_taas.services.taas.taas_plugin [None req-4fc3a67c-7207-4a1f-b473-e30a2483913c 70122407341b488aa1857996b237c0eb beb6ba38eb3f43299f6d168324e30746 - - default default] TaaS: Handle Delete Port: c92af110-a845-44a6-ab89-d061498f1c0e 2026-06-10 04:56:11.459 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4fc3a67c-7207-4a1f-b473-e30a2483913c 70122407341b488aa1857996b237c0eb beb6ba38eb3f43299f6d168324e30746 - - default default] Tap Mirror: Handle Delete Port: c92af110-a845-44a6-ab89-d061498f1c0e [pid: 7|app: 0|req: 1060/2083] 10.0.0.208 () {34 vars in 695 bytes} [Wed Jun 10 04:56:11 2026] POST /v2.0/security-group-rules => generated 607 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1061/2084] 10.0.0.208 () {32 vars in 747 bytes} [Wed Jun 10 04:56:11 2026] GET /v2.0/security-group-rules/1b88acf4-908e-4382-9b5a-56a7d87c5023 => generated 607 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1062/2085] 10.0.0.208 () {32 vars in 673 bytes} [Wed Jun 10 04:56:11 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1063/2086] 10.0.0.208 () {32 vars in 750 bytes} [Wed Jun 10 04:56:11 2026] DELETE /v2.0/security-group-rules/1b88acf4-908e-4382-9b5a-56a7d87c5023 => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1064/2087] 10.0.0.208 () {32 vars in 673 bytes} [Wed Jun 10 04:56:11 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1065/2088] 10.0.0.208 () {32 vars in 740 bytes} [Wed Jun 10 04:56:11 2026] DELETE /v2.0/security-groups/11c396ef-e5c4-4e0b-b6f5-9d143f357c39 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1066/2089] 10.0.0.208 () {32 vars in 663 bytes} [Wed Jun 10 04:56:11 2026] GET /v2.0/security-groups => generated 2925 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1024/2090] 10.0.0.208 () {34 vars in 789 bytes} [Wed Jun 10 04:56:11 2026] PUT /v2.0/routers/99a26df5-b233-4ce1-9b1d-37ae2d1d7323/remove_router_interface => generated 309 bytes in 746 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: 1067/2091] 10.0.0.208 () {32 vars in 663 bytes} [Wed Jun 10 04:56:11 2026] GET /v2.0/security-groups => generated 2925 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 04:56:11.955 8 INFO neutron.api.v2.resource [None req-5dc1dc4d-e6d2-4124-802b-4d775f87ed85 70122407341b488aa1857996b237c0eb beb6ba38eb3f43299f6d168324e30746 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1025/2092] 10.0.0.208 () {34 vars in 789 bytes} [Wed Jun 10 04:56:11 2026] PUT /v2.0/routers/99a26df5-b233-4ce1-9b1d-37ae2d1d7323/remove_router_interface => generated 197 bytes in 97 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1068/2093] 10.0.0.208 () {32 vars in 736 bytes} [Wed Jun 10 04:56:11 2026] GET /v2.0/ports?device_id=99a26df5-b233-4ce1-9b1d-37ae2d1d7323 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 04:56:12.133 8 INFO neutron_taas.services.taas.taas_plugin [None req-147889ac-0014-4010-9b56-35cb253bb7bf 70122407341b488aa1857996b237c0eb beb6ba38eb3f43299f6d168324e30746 - - default default] TaaS: Handle Delete Port: 304335c3-ae81-4b67-b493-371631d4d55f 2026-06-10 04:56:12.135 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-147889ac-0014-4010-9b56-35cb253bb7bf 70122407341b488aa1857996b237c0eb beb6ba38eb3f43299f6d168324e30746 - - default default] Tap Mirror: Handle Delete Port: 304335c3-ae81-4b67-b493-371631d4d55f 2026-06-10 04:56:12.473 8 INFO neutron.services.segments.plugin [-] Segment 2eaef2e1-9311-4ea1-a04a-ff8a65fde9b9 resource provider aggregate not found 2026-06-10 04:56:12.480 8 INFO neutron.services.segments.plugin [-] Segment 2eaef2e1-9311-4ea1-a04a-ff8a65fde9b9 resource provider aggregate not found 2026-06-10 04:56:12.496 8 INFO neutron.services.segments.plugin [-] Segment 2eaef2e1-9311-4ea1-a04a-ff8a65fde9b9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2eaef2e1-9311-4ea1-a04a-ff8a65fde9b9 found for delete ", "request_id": "req-4819f43f-281d-4ad8-8bc8-51f751b060ea"}]} 2026-06-10 04:56:12.505 8 INFO neutron.services.segments.plugin [-] Segment 2eaef2e1-9311-4ea1-a04a-ff8a65fde9b9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2eaef2e1-9311-4ea1-a04a-ff8a65fde9b9 found for delete ", "request_id": "req-041b9e67-e50e-46fb-9547-f69ea8fb05a8"}]} 2026-06-10 04:56:12.513 8 INFO neutron.db.l3_hamode_db [None req-147889ac-0014-4010-9b56-35cb253bb7bf 70122407341b488aa1857996b237c0eb beb6ba38eb3f43299f6d168324e30746 - - default default] HA network 14563c41-128a-4dfb-ae6b-91c20c44263f was deleted as no HA routers are present in tenant beb6ba38eb3f43299f6d168324e30746. 2026-06-10 04:56:12.515 7 INFO neutron.db.segments_db [None req-300a8673-1696-4ddd-88f0-4a50383c6019 026bdd0f1cd84cb88b1657bd76a28735 e30b1ce3d9a84fbd969a4384e815bf56 - - default default] Added segment a8c2b2a7-33b8-4588-ac68-06b96ba2e49a of type vxlan for network bcb9b95f-0846-490c-a741-fd58ce637357 [pid: 8|app: 0|req: 1026/2094] 10.0.0.208 () {32 vars in 724 bytes} [Wed Jun 10 04:56:11 2026] DELETE /v2.0/routers/99a26df5-b233-4ce1-9b1d-37ae2d1d7323 => generated 0 bytes in 536 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1027/2095] 10.0.0.208 () {32 vars in 774 bytes} [Wed Jun 10 04:56:12 2026] GET /v2.0/security-groups?tenant_id=75636410f6014b059933d266579068cd&name=default => generated 2925 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1069/2096] 10.0.0.208 () {34 vars in 670 bytes} [Wed Jun 10 04:56:12 2026] POST /v2.0/networks => generated 612 bytes in 381 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1070/2097] 10.0.0.208 () {32 vars in 740 bytes} [Wed Jun 10 04:56:12 2026] DELETE /v2.0/security-groups/f8fa6abc-eead-4da2-990a-65c09058368a => 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/2098] 10.0.0.208 () {32 vars in 724 bytes} [Wed Jun 10 04:56:12 2026] DELETE /v2.0/subnets/3a9aef94-91ba-4c5d-8b7b-22d437959d50 => 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: 1029/2099] 10.0.0.208 () {32 vars in 726 bytes} [Wed Jun 10 04:56:12 2026] DELETE /v2.0/networks/77b40dbf-1541-48ac-bc03-1024d19a5552 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 04:56:12.897 8 INFO neutron.db.segments_db [None req-5f2c73e2-d65d-464c-a650-f1cb40dba074 70122407341b488aa1857996b237c0eb beb6ba38eb3f43299f6d168324e30746 - - default default] Added segment 4377680f-b8fa-404a-80c3-264a5aa9782f of type vxlan for network b3ab1945-f072-41d0-943c-700733a6adfc [pid: 8|app: 0|req: 1030/2100] 10.0.0.208 () {34 vars in 670 bytes} [Wed Jun 10 04:56:12 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) [pid: 7|app: 0|req: 1071/2101] 10.0.0.208 () {34 vars in 664 bytes} [Wed Jun 10 04:56:12 2026] POST /v2.0/ports => generated 743 bytes in 293 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1072/2102] 10.0.0.208 () {34 vars in 747 bytes} [Wed Jun 10 04:56:12 2026] PUT /v2.0/ports/4dc61e53-4a1c-4d79-8b3b-e8d66fd4a6b7/tags => generated 25 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1073/2103] 10.0.0.208 () {32 vars in 727 bytes} [Wed Jun 10 04:56:13 2026] GET /v2.0/ports/4dc61e53-4a1c-4d79-8b3b-e8d66fd4a6b7/tags => generated 25 bytes in 52 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: 1031/2104] 10.0.0.208 () {34 vars in 669 bytes} [Wed Jun 10 04:56:12 2026] POST /v2.0/subnets => generated 626 bytes in 215 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1074/2105] 10.0.0.208 () {34 vars in 758 bytes} [Wed Jun 10 04:56:13 2026] PUT /v2.0/ports/4dc61e53-4a1c-4d79-8b3b-e8d66fd4a6b7/tags/green => generated 4 bytes in 84 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-10 04:56:13.241 8 INFO neutron.db.segments_db [None req-80613de7-691d-4db9-8e95-70c68c235731 70122407341b488aa1857996b237c0eb beb6ba38eb3f43299f6d168324e30746 - - default default] Added segment f4ffee38-832b-4659-aea0-64b163de0547 of type vxlan for network 2e645983-67d7-4f7a-9c06-5848fb0e03b5 [pid: 7|app: 0|req: 1075/2106] 10.0.0.208 () {32 vars in 727 bytes} [Wed Jun 10 04:56:13 2026] GET /v2.0/ports/4dc61e53-4a1c-4d79-8b3b-e8d66fd4a6b7/tags => generated 34 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1076/2107] 10.0.0.208 () {34 vars in 754 bytes} [Wed Jun 10 04:56:13 2026] PUT /v2.0/ports/4dc61e53-4a1c-4d79-8b3b-e8d66fd4a6b7/tags/red => generated 4 bytes in 95 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: 1077/2108] 10.0.0.208 () {32 vars in 727 bytes} [Wed Jun 10 04:56:13 2026] GET /v2.0/ports/4dc61e53-4a1c-4d79-8b3b-e8d66fd4a6b7/tags => generated 34 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-10 04:56:13.494 8 INFO neutron.db.l3_hamode_db [None req-80613de7-691d-4db9-8e95-70c68c235731 70122407341b488aa1857996b237c0eb beb6ba38eb3f43299f6d168324e30746 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1078/2109] 10.0.0.208 () {34 vars in 776 bytes} [Wed Jun 10 04:56:13 2026] PUT /v2.0/ports/4dc61e53-4a1c-4d79-8b3b-e8d66fd4a6b7/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: 1079/2110] 10.0.0.208 () {32 vars in 727 bytes} [Wed Jun 10 04:56:13 2026] GET /v2.0/ports/4dc61e53-4a1c-4d79-8b3b-e8d66fd4a6b7/tags => generated 52 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-10 04:56:13.615 8 INFO neutron.db.l3_hamode_db [None req-80613de7-691d-4db9-8e95-70c68c235731 70122407341b488aa1857996b237c0eb beb6ba38eb3f43299f6d168324e30746 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1080/2111] 10.0.0.208 () {34 vars in 747 bytes} [Wed Jun 10 04:56:13 2026] PUT /v2.0/ports/4dc61e53-4a1c-4d79-8b3b-e8d66fd4a6b7/tags => generated 37 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1081/2112] 10.0.0.208 () {32 vars in 727 bytes} [Wed Jun 10 04:56:13 2026] GET /v2.0/ports/4dc61e53-4a1c-4d79-8b3b-e8d66fd4a6b7/tags => generated 37 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1082/2113] 10.0.0.208 () {32 vars in 735 bytes} [Wed Jun 10 04:56:13 2026] GET /v2.0/ports/4dc61e53-4a1c-4d79-8b3b-e8d66fd4a6b7/tags/red => generated 0 bytes in 48 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-10 04:56:13.798 7 INFO neutron.api.v2.resource [None req-0d97f77e-ecd1-4ed7-8b16-d2de1e61127b 026bdd0f1cd84cb88b1657bd76a28735 e30b1ce3d9a84fbd969a4384e815bf56 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1083/2114] 10.0.0.208 () {32 vars in 739 bytes} [Wed Jun 10 04:56:13 2026] GET /v2.0/ports/4dc61e53-4a1c-4d79-8b3b-e8d66fd4a6b7/tags/green => generated 99 bytes in 47 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: 1084/2115] 10.0.0.208 () {32 vars in 738 bytes} [Wed Jun 10 04:56:13 2026] DELETE /v2.0/ports/4dc61e53-4a1c-4d79-8b3b-e8d66fd4a6b7/tags/red => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1085/2116] 10.0.0.208 () {32 vars in 727 bytes} [Wed Jun 10 04:56:13 2026] GET /v2.0/ports/4dc61e53-4a1c-4d79-8b3b-e8d66fd4a6b7/tags => generated 30 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-10 04:56:13.979 7 INFO neutron.api.v2.resource [None req-a28d3a27-f574-4481-81eb-5319f4b58596 026bdd0f1cd84cb88b1657bd76a28735 e30b1ce3d9a84fbd969a4384e815bf56 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1086/2117] 10.0.0.208 () {32 vars in 742 bytes} [Wed Jun 10 04:56:13 2026] DELETE /v2.0/ports/4dc61e53-4a1c-4d79-8b3b-e8d66fd4a6b7/tags/green => generated 99 bytes in 58 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: 1087/2118] 10.0.0.208 () {32 vars in 730 bytes} [Wed Jun 10 04:56:13 2026] DELETE /v2.0/ports/4dc61e53-4a1c-4d79-8b3b-e8d66fd4a6b7/tags => generated 0 bytes in 54 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: 1088/2119] 10.0.0.208 () {32 vars in 727 bytes} [Wed Jun 10 04:56:14 2026] GET /v2.0/ports/4dc61e53-4a1c-4d79-8b3b-e8d66fd4a6b7/tags => generated 12 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1032/2120] 10.0.0.208 () {34 vars in 669 bytes} [Wed Jun 10 04:56:13 2026] POST /v2.0/routers => generated 507 bytes in 955 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 04:56:14.193 7 INFO neutron_taas.services.taas.taas_plugin [None req-2145b21a-a281-46e3-93e7-07bfe26c90f3 026bdd0f1cd84cb88b1657bd76a28735 e30b1ce3d9a84fbd969a4384e815bf56 - - default default] TaaS: Handle Delete Port: 4dc61e53-4a1c-4d79-8b3b-e8d66fd4a6b7 2026-06-10 04:56:14.196 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2145b21a-a281-46e3-93e7-07bfe26c90f3 026bdd0f1cd84cb88b1657bd76a28735 e30b1ce3d9a84fbd969a4384e815bf56 - - default default] Tap Mirror: Handle Delete Port: 4dc61e53-4a1c-4d79-8b3b-e8d66fd4a6b7 [pid: 7|app: 0|req: 1089/2121] 10.0.0.208 () {32 vars in 720 bytes} [Wed Jun 10 04:56:14 2026] DELETE /v2.0/ports/4dc61e53-4a1c-4d79-8b3b-e8d66fd4a6b7 => generated 0 bytes in 191 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 04:56:14.394 7 INFO neutron.services.segments.plugin [-] Segment a8c2b2a7-33b8-4588-ac68-06b96ba2e49a resource provider aggregate not found 2026-06-10 04:56:14.399 7 INFO neutron.services.segments.plugin [-] Segment a8c2b2a7-33b8-4588-ac68-06b96ba2e49a resource provider aggregate not found 2026-06-10 04:56:14.407 7 INFO neutron.services.segments.plugin [-] Segment a8c2b2a7-33b8-4588-ac68-06b96ba2e49a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a8c2b2a7-33b8-4588-ac68-06b96ba2e49a found for delete ", "request_id": "req-2668a28a-564d-4562-83f0-6d8700855d44"}]} 2026-06-10 04:56:14.421 7 INFO neutron.services.segments.plugin [-] Segment a8c2b2a7-33b8-4588-ac68-06b96ba2e49a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a8c2b2a7-33b8-4588-ac68-06b96ba2e49a found for delete ", "request_id": "req-e0e3ad29-bf73-420c-ac43-0e19b65854a8"}]} [pid: 7|app: 0|req: 1090/2122] 10.0.0.208 () {32 vars in 726 bytes} [Wed Jun 10 04:56:14 2026] DELETE /v2.0/networks/bcb9b95f-0846-490c-a741-fd58ce637357 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 04:56:14.516 8 INFO neutron.services.segments.plugin [-] Segment 368c5f6e-2a9b-42e7-8e7a-72f92112ec95 resource provider aggregate not found 2026-06-10 04:56:14.528 8 INFO neutron.services.segments.plugin [-] Segment 368c5f6e-2a9b-42e7-8e7a-72f92112ec95 resource provider aggregate not found 2026-06-10 04:56:14.535 8 INFO neutron.services.segments.plugin [-] Segment 368c5f6e-2a9b-42e7-8e7a-72f92112ec95 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 368c5f6e-2a9b-42e7-8e7a-72f92112ec95 found for delete ", "request_id": "req-52cc9a1a-cf2f-41ba-8166-b3c8e17ae30e"}]} 2026-06-10 04:56:14.540 8 INFO neutron.services.segments.plugin [-] Segment 368c5f6e-2a9b-42e7-8e7a-72f92112ec95 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 368c5f6e-2a9b-42e7-8e7a-72f92112ec95 found for delete ", "request_id": "req-877e6ea8-cd1b-4957-a9b5-3e2639559ec7"}]} [pid: 7|app: 0|req: 1091/2123] 10.0.0.208 () {34 vars in 676 bytes} [Wed Jun 10 04:56:14 2026] POST /v2.0/subnetpools => generated 548 bytes in 224 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1092/2124] 10.0.0.208 () {32 vars in 729 bytes} [Wed Jun 10 04:56:14 2026] GET /v2.0/subnetpools/c4ada7d6-c858-4bf3-a2bc-f8a6127388a6 => generated 548 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1093/2125] 10.0.0.208 () {34 vars in 749 bytes} [Wed Jun 10 04:56:14 2026] PUT /v2.0/subnetpools/c4ada7d6-c858-4bf3-a2bc-f8a6127388a6 => generated 501 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1094/2126] 10.0.0.208 () {32 vars in 732 bytes} [Wed Jun 10 04:56:14 2026] DELETE /v2.0/subnetpools/c4ada7d6-c858-4bf3-a2bc-f8a6127388a6 => generated 0 bytes in 42 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 04:56:14.793 7 INFO neutron.api.v2.resource [None req-e39ee552-fd4b-49cf-a0e5-871f961f6f06 cef85f7f24294be78c5efc60daa2aece 2fd560048d134eae8340993e450572e8 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1095/2127] 10.0.0.208 () {32 vars in 729 bytes} [Wed Jun 10 04:56:14 2026] GET /v2.0/subnetpools/c4ada7d6-c858-4bf3-a2bc-f8a6127388a6 => generated 145 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 04:56:14.806 7 INFO neutron.api.v2.resource [None req-7b40505d-9e73-4961-80a8-72b9a27b8ab8 cef85f7f24294be78c5efc60daa2aece 2fd560048d134eae8340993e450572e8 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1096/2128] 10.0.0.208 () {32 vars in 732 bytes} [Wed Jun 10 04:56:14 2026] DELETE /v2.0/subnetpools/c4ada7d6-c858-4bf3-a2bc-f8a6127388a6 => generated 145 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1033/2129] 10.0.0.208 () {34 vars in 783 bytes} [Wed Jun 10 04:56:14 2026] PUT /v2.0/routers/89ca324c-c03a-4d64-88e8-39597e130651/add_router_interface => generated 309 bytes in 1037 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1034/2130] 10.0.0.208 () {32 vars in 717 bytes} [Wed Jun 10 04:56:15 2026] GET /v2.0/ports/cd0a2b60-866f-447b-a158-122c05fdb679 => generated 955 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1097/2131] 10.0.0.208 () {32 vars in 774 bytes} [Wed Jun 10 04:56:15 2026] GET /v2.0/security-groups?tenant_id=e30b1ce3d9a84fbd969a4384e815bf56&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: 1098/2132] 10.0.0.208 () {32 vars in 774 bytes} [Wed Jun 10 04:56:15 2026] GET /v2.0/security-groups?tenant_id=2fd560048d134eae8340993e450572e8&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: 1099/2133] 10.0.0.208 () {32 vars in 740 bytes} [Wed Jun 10 04:56:15 2026] DELETE /v2.0/security-groups/e1ab55f7-853f-4548-9295-fe587edab91a => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 04:56:15.563 8 INFO neutron_taas.services.taas.taas_plugin [None req-09fa1a9c-3141-4f7d-a57f-e2686be07d02 70122407341b488aa1857996b237c0eb beb6ba38eb3f43299f6d168324e30746 - - default default] TaaS: Handle Delete Port: cd0a2b60-866f-447b-a158-122c05fdb679 2026-06-10 04:56:15.568 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-09fa1a9c-3141-4f7d-a57f-e2686be07d02 70122407341b488aa1857996b237c0eb beb6ba38eb3f43299f6d168324e30746 - - default default] Tap Mirror: Handle Delete Port: cd0a2b60-866f-447b-a158-122c05fdb679 [pid: 7|app: 0|req: 1100/2134] 10.0.0.208 () {32 vars in 740 bytes} [Wed Jun 10 04:56:15 2026] DELETE /v2.0/security-groups/bf3ef32c-8575-426a-b62b-a0e9fa491e62 => 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: 1101/2135] 10.0.0.208 () {32 vars in 774 bytes} [Wed Jun 10 04:56:15 2026] GET /v2.0/security-groups?tenant_id=d51d05433060420db30abcf68027c8f8&name=default => generated 2925 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1102/2136] 10.0.0.208 () {32 vars in 740 bytes} [Wed Jun 10 04:56:15 2026] DELETE /v2.0/security-groups/80a85d07-4dbf-4d23-9637-2a57f7b27a2c => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1035/2139] 10.0.0.208 () {34 vars in 789 bytes} [Wed Jun 10 04:56:15 2026] PUT /v2.0/routers/89ca324c-c03a-4d64-88e8-39597e130651/remove_router_interface => generated 309 bytes in 802 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1105/2140] 10.0.0.208 () {32 vars in 736 bytes} [Wed Jun 10 04:56:16 2026] GET /v2.0/ports?device_id=89ca324c-c03a-4d64-88e8-39597e130651 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 04:56:16.241 8 INFO neutron_taas.services.taas.taas_plugin [None req-5b69649c-0649-4353-82bd-ed3d469f13b9 70122407341b488aa1857996b237c0eb beb6ba38eb3f43299f6d168324e30746 - - default default] TaaS: Handle Delete Port: 31376d4a-fe6f-44c2-ab96-a03a79c95810 2026-06-10 04:56:16.244 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5b69649c-0649-4353-82bd-ed3d469f13b9 70122407341b488aa1857996b237c0eb beb6ba38eb3f43299f6d168324e30746 - - default default] Tap Mirror: Handle Delete Port: 31376d4a-fe6f-44c2-ab96-a03a79c95810 2026-06-10 04:56:16.559 8 INFO neutron.services.segments.plugin [-] Segment f4ffee38-832b-4659-aea0-64b163de0547 resource provider aggregate not found 2026-06-10 04:56:16.565 8 INFO neutron.services.segments.plugin [-] Segment f4ffee38-832b-4659-aea0-64b163de0547 resource provider aggregate not found 2026-06-10 04:56:16.577 8 INFO neutron.services.segments.plugin [-] Segment f4ffee38-832b-4659-aea0-64b163de0547 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f4ffee38-832b-4659-aea0-64b163de0547 found for delete ", "request_id": "req-9c73b5a3-b38a-4297-812f-ba7111f0f7c6"}]} 2026-06-10 04:56:16.584 8 INFO neutron.services.segments.plugin [-] Segment f4ffee38-832b-4659-aea0-64b163de0547 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f4ffee38-832b-4659-aea0-64b163de0547 found for delete ", "request_id": "req-9231cf95-b475-4796-9de8-957b32fe95f2"}]} 2026-06-10 04:56:16.586 8 INFO neutron.db.l3_hamode_db [None req-5b69649c-0649-4353-82bd-ed3d469f13b9 70122407341b488aa1857996b237c0eb beb6ba38eb3f43299f6d168324e30746 - - default default] HA network 2e645983-67d7-4f7a-9c06-5848fb0e03b5 was deleted as no HA routers are present in tenant beb6ba38eb3f43299f6d168324e30746. [pid: 8|app: 0|req: 1036/2141] 10.0.0.208 () {32 vars in 724 bytes} [Wed Jun 10 04:56:16 2026] DELETE /v2.0/routers/89ca324c-c03a-4d64-88e8-39597e130651 => generated 0 bytes in 528 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1106/2142] 10.0.0.208 () {32 vars in 724 bytes} [Wed Jun 10 04:56:16 2026] DELETE /v2.0/subnets/fb07efa8-9476-45aa-9fc0-619dc71e1178 => 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: 1037/2143] 10.0.0.208 () {32 vars in 726 bytes} [Wed Jun 10 04:56:16 2026] DELETE /v2.0/networks/b3ab1945-f072-41d0-943c-700733a6adfc => generated 0 bytes in 86 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 04:56:16.880 7 INFO neutron.db.segments_db [None req-7551b833-b9f3-4bc1-b405-36ab24349525 70122407341b488aa1857996b237c0eb beb6ba38eb3f43299f6d168324e30746 - - default default] Added segment 6e16e02a-bcb8-46a1-82e4-e19205ffea09 of type vxlan for network b963ae41-7d72-47d1-b69f-f50505d24b99 2026-06-10 04:56:17.132 7 INFO neutron.db.l3_hamode_db [None req-7551b833-b9f3-4bc1-b405-36ab24349525 70122407341b488aa1857996b237c0eb beb6ba38eb3f43299f6d168324e30746 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-10 04:56:17.886 7 INFO neutron.db.l3_hamode_db [None req-7551b833-b9f3-4bc1-b405-36ab24349525 70122407341b488aa1857996b237c0eb beb6ba38eb3f43299f6d168324e30746 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-10 04:56:18.606 8 INFO neutron.services.segments.plugin [-] Segment 4377680f-b8fa-404a-80c3-264a5aa9782f resource provider aggregate not found 2026-06-10 04:56:18.615 8 INFO neutron.services.segments.plugin [-] Segment 4377680f-b8fa-404a-80c3-264a5aa9782f resource provider aggregate not found 2026-06-10 04:56:18.639 8 INFO neutron.services.segments.plugin [-] Segment 4377680f-b8fa-404a-80c3-264a5aa9782f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4377680f-b8fa-404a-80c3-264a5aa9782f found for delete ", "request_id": "req-aca8eed5-cb39-49f6-a338-21af5c1f7c78"}]} 2026-06-10 04:56:18.644 8 INFO neutron.services.segments.plugin [-] Segment 4377680f-b8fa-404a-80c3-264a5aa9782f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4377680f-b8fa-404a-80c3-264a5aa9782f found for delete ", "request_id": "req-8d6f1771-5cb2-4313-85f4-62076c790f59"}]} [pid: 7|app: 0|req: 1107/2144] 10.0.0.208 () {34 vars in 669 bytes} [Wed Jun 10 04:56:16 2026] POST /v2.0/routers => generated 686 bytes in 2043 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1038/2145] 10.0.0.208 () {32 vars in 721 bytes} [Wed Jun 10 04:56:18 2026] GET /v2.0/routers/53f27a1f-df87-4f19-a7b1-cb6ba39379de => 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: 1108/2146] 10.0.0.208 () {32 vars in 647 bytes} [Wed Jun 10 04:56:18 2026] GET /v2.0/routers => generated 695 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 04:56:19.403 7 INFO neutron.db.segments_db [None req-71bde129-ee60-4eed-a45e-9043a5f75ca2 8768e204c2cb4ffc9a27a55bf6d0f5f3 7243aea3fe4e4ffc867ea718b7548ef4 - - default default] Added segment 9c931f87-b93a-4824-911b-10ea640b5b80 of type vxlan for network 7ae70fdd-be1b-4b5a-a05b-9e72fe261119 [pid: 8|app: 0|req: 1039/2147] 10.0.0.208 () {34 vars in 741 bytes} [Wed Jun 10 04:56:19 2026] PUT /v2.0/routers/53f27a1f-df87-4f19-a7b1-cb6ba39379de => generated 699 bytes in 430 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1109/2148] 10.0.0.208 () {34 vars in 670 bytes} [Wed Jun 10 04:56:19 2026] POST /v2.0/networks => generated 613 bytes in 353 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1040/2149] 10.0.0.208 () {32 vars in 721 bytes} [Wed Jun 10 04:56:19 2026] GET /v2.0/routers/53f27a1f-df87-4f19-a7b1-cb6ba39379de => generated 699 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1041/2150] 10.0.0.208 () {32 vars in 736 bytes} [Wed Jun 10 04:56:19 2026] GET /v2.0/ports?device_id=53f27a1f-df87-4f19-a7b1-cb6ba39379de => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 04:56:19.536 7 INFO neutron.db.segments_db [None req-1f499cc7-d8ee-43ac-a350-8d6d74aeb0d4 8768e204c2cb4ffc9a27a55bf6d0f5f3 7243aea3fe4e4ffc867ea718b7548ef4 - - default default] Added segment 6c0adf76-35de-4b64-869f-8662e79bbb89 of type vxlan for network 8a12f12e-a752-4ac0-b6a2-59db25ce3810 [pid: 7|app: 0|req: 1110/2151] 10.0.0.208 () {34 vars in 670 bytes} [Wed Jun 10 04:56:19 2026] POST /v2.0/networks => generated 612 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1111/2152] 10.0.0.208 () {34 vars in 753 bytes} [Wed Jun 10 04:56:19 2026] PUT /v2.0/networks/7ae70fdd-be1b-4b5a-a05b-9e72fe261119/tags => generated 25 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1112/2153] 10.0.0.208 () {32 vars in 733 bytes} [Wed Jun 10 04:56:19 2026] GET /v2.0/networks/7ae70fdd-be1b-4b5a-a05b-9e72fe261119/tags => generated 25 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 04:56:19.765 8 INFO neutron_taas.services.taas.taas_plugin [None req-ace52f3f-83fc-4e19-ad39-2cb1b1c18797 70122407341b488aa1857996b237c0eb beb6ba38eb3f43299f6d168324e30746 - - default default] TaaS: Handle Delete Port: 692f0026-86e9-403f-80c9-f0498926e713 2026-06-10 04:56:19.771 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ace52f3f-83fc-4e19-ad39-2cb1b1c18797 70122407341b488aa1857996b237c0eb beb6ba38eb3f43299f6d168324e30746 - - default default] Tap Mirror: Handle Delete Port: 692f0026-86e9-403f-80c9-f0498926e713 [pid: 7|app: 0|req: 1113/2154] 10.0.0.208 () {34 vars in 753 bytes} [Wed Jun 10 04:56:19 2026] PUT /v2.0/networks/8a12f12e-a752-4ac0-b6a2-59db25ce3810/tags => generated 17 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1114/2155] 10.0.0.208 () {32 vars in 733 bytes} [Wed Jun 10 04:56:19 2026] GET /v2.0/networks/8a12f12e-a752-4ac0-b6a2-59db25ce3810/tags => generated 17 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1115/2156] 10.0.0.208 () {34 vars in 753 bytes} [Wed Jun 10 04:56:19 2026] PUT /v2.0/networks/8a12f12e-a752-4ac0-b6a2-59db25ce3810/tags => generated 12 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1116/2157] 10.0.0.208 () {32 vars in 733 bytes} [Wed Jun 10 04:56:19 2026] GET /v2.0/networks/8a12f12e-a752-4ac0-b6a2-59db25ce3810/tags => generated 12 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1117/2158] 10.0.0.208 () {32 vars in 733 bytes} [Wed Jun 10 04:56:19 2026] GET /v2.0/networks/7ae70fdd-be1b-4b5a-a05b-9e72fe261119/tags => generated 25 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 04:56:20.085 8 INFO neutron_taas.services.taas.taas_plugin [None req-ace52f3f-83fc-4e19-ad39-2cb1b1c18797 70122407341b488aa1857996b237c0eb beb6ba38eb3f43299f6d168324e30746 - - default default] TaaS: Handle Delete Port: adc3a4b4-e058-4841-80e2-9a904c09bddf 2026-06-10 04:56:20.088 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ace52f3f-83fc-4e19-ad39-2cb1b1c18797 70122407341b488aa1857996b237c0eb beb6ba38eb3f43299f6d168324e30746 - - default default] Tap Mirror: Handle Delete Port: adc3a4b4-e058-4841-80e2-9a904c09bddf 2026-06-10 04:56:20.201 7 INFO neutron.services.segments.plugin [-] Segment 9c931f87-b93a-4824-911b-10ea640b5b80 resource provider aggregate not found 2026-06-10 04:56:20.205 7 INFO neutron.services.segments.plugin [-] Segment 9c931f87-b93a-4824-911b-10ea640b5b80 resource provider aggregate not found 2026-06-10 04:56:20.222 7 INFO neutron.services.segments.plugin [-] Segment 9c931f87-b93a-4824-911b-10ea640b5b80 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9c931f87-b93a-4824-911b-10ea640b5b80 found for delete ", "request_id": "req-b3c5d129-8f62-4bdd-bd96-7965613e33b5"}]} 2026-06-10 04:56:20.230 7 INFO neutron.services.segments.plugin [-] Segment 9c931f87-b93a-4824-911b-10ea640b5b80 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9c931f87-b93a-4824-911b-10ea640b5b80 found for delete ", "request_id": "req-d7d7a486-ecbf-4db6-b632-97ca692ed05a"}]} [pid: 7|app: 0|req: 1118/2159] 10.0.0.208 () {32 vars in 726 bytes} [Wed Jun 10 04:56:20 2026] DELETE /v2.0/networks/7ae70fdd-be1b-4b5a-a05b-9e72fe261119 => generated 0 bytes in 181 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 04:56:20.453 8 INFO neutron.db.l3_hamode_db [None req-ace52f3f-83fc-4e19-ad39-2cb1b1c18797 70122407341b488aa1857996b237c0eb beb6ba38eb3f43299f6d168324e30746 - - default default] HA network b963ae41-7d72-47d1-b69f-f50505d24b99 was deleted as no HA routers are present in tenant beb6ba38eb3f43299f6d168324e30746. [pid: 7|app: 0|req: 1119/2160] 10.0.0.208 () {32 vars in 774 bytes} [Wed Jun 10 04:56:20 2026] GET /v2.0/security-groups?tenant_id=40a99031e28842f18c6919fc569ff6bc&name=default => generated 2925 bytes in 221 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1042/2161] 10.0.0.208 () {32 vars in 724 bytes} [Wed Jun 10 04:56:19 2026] DELETE /v2.0/routers/53f27a1f-df87-4f19-a7b1-cb6ba39379de => generated 0 bytes in 933 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1043/2162] 10.0.0.208 () {32 vars in 740 bytes} [Wed Jun 10 04:56:20 2026] DELETE /v2.0/security-groups/0117b50d-c590-4c8c-85de-80a6d48677c8 => 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: 1044/2163] 10.0.0.208 () {32 vars in 736 bytes} [Wed Jun 10 04:56:20 2026] GET /v2.0/ports?device_id=53f27a1f-df87-4f19-a7b1-cb6ba39379de => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1120/2164] 10.0.0.208 () {32 vars in 726 bytes} [Wed Jun 10 04:56:20 2026] DELETE /v2.0/networks/8a12f12e-a752-4ac0-b6a2-59db25ce3810 => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 04:56:20.640 8 INFO neutron.api.v2.resource [None req-5e4a4d7f-03ab-4cc5-b71b-1a911c7f8a56 70122407341b488aa1857996b237c0eb beb6ba38eb3f43299f6d168324e30746 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1045/2165] 10.0.0.208 () {32 vars in 724 bytes} [Wed Jun 10 04:56:20 2026] DELETE /v2.0/routers/53f27a1f-df87-4f19-a7b1-cb6ba39379de => generated 135 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 04:56:20.662 8 INFO neutron.services.segments.plugin [-] Segment 6e16e02a-bcb8-46a1-82e4-e19205ffea09 resource provider aggregate not found 2026-06-10 04:56:20.664 8 INFO neutron.services.segments.plugin [-] Segment 6e16e02a-bcb8-46a1-82e4-e19205ffea09 resource provider aggregate not found [pid: 7|app: 0|req: 1121/2166] 10.0.0.208 () {32 vars in 736 bytes} [Wed Jun 10 04:56:20 2026] GET /v2.0/ports?device_id=89ca324c-c03a-4d64-88e8-39597e130651 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 04:56:20.688 8 INFO neutron.services.segments.plugin [-] Segment 6e16e02a-bcb8-46a1-82e4-e19205ffea09 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6e16e02a-bcb8-46a1-82e4-e19205ffea09 found for delete ", "request_id": "req-3ec69c1c-bc88-4646-bbe1-66c519beb44a"}]} 2026-06-10 04:56:20.702 8 INFO neutron.services.segments.plugin [-] Segment 6e16e02a-bcb8-46a1-82e4-e19205ffea09 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6e16e02a-bcb8-46a1-82e4-e19205ffea09 found for delete ", "request_id": "req-804e846e-15cc-4b5d-a0fb-65a2844014af"}]} 2026-06-10 04:56:20.707 8 INFO neutron.api.v2.resource [None req-d1d1f7c9-6ddb-4798-b597-cc7a9cbcb7d5 70122407341b488aa1857996b237c0eb beb6ba38eb3f43299f6d168324e30746 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1046/2167] 10.0.0.208 () {32 vars in 724 bytes} [Wed Jun 10 04:56:20 2026] DELETE /v2.0/routers/89ca324c-c03a-4d64-88e8-39597e130651 => generated 135 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 04:56:20.730 8 INFO neutron.pecan_wsgi.hooks.translation [None req-126e0993-0024-4d36-90ab-96d746cfbb15 70122407341b488aa1857996b237c0eb beb6ba38eb3f43299f6d168324e30746 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1047/2168] 10.0.0.208 () {32 vars in 724 bytes} [Wed Jun 10 04:56:20 2026] DELETE /v2.0/subnets/fb07efa8-9476-45aa-9fc0-619dc71e1178 => generated 136 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1048/2169] 10.0.0.208 () {32 vars in 736 bytes} [Wed Jun 10 04:56:20 2026] GET /v2.0/ports?device_id=99a26df5-b233-4ce1-9b1d-37ae2d1d7323 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 04:56:20.775 8 INFO neutron.api.v2.resource [None req-bbcd3b78-1719-4044-99a3-b70e5912b563 70122407341b488aa1857996b237c0eb beb6ba38eb3f43299f6d168324e30746 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1049/2170] 10.0.0.208 () {32 vars in 724 bytes} [Wed Jun 10 04:56:20 2026] DELETE /v2.0/routers/99a26df5-b233-4ce1-9b1d-37ae2d1d7323 => generated 135 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 04:56:20.793 8 INFO neutron.pecan_wsgi.hooks.translation [None req-14461680-5dff-4645-95a7-6287fc4e04e9 70122407341b488aa1857996b237c0eb beb6ba38eb3f43299f6d168324e30746 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1050/2171] 10.0.0.208 () {32 vars in 724 bytes} [Wed Jun 10 04:56:20 2026] DELETE /v2.0/subnets/3a9aef94-91ba-4c5d-8b7b-22d437959d50 => 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: 1051/2172] 10.0.0.208 () {32 vars in 736 bytes} [Wed Jun 10 04:56:20 2026] GET /v2.0/ports?device_id=dd0bcef0-7f54-4545-8de1-cf07bcf24017 => 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: 1122/2173] 10.0.0.208 () {32 vars in 774 bytes} [Wed Jun 10 04:56:20 2026] GET /v2.0/security-groups?tenant_id=54d44388a2bd45ff8ecc1b1648de3392&name=default => generated 2928 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 04:56:20.847 8 INFO neutron.api.v2.resource [None req-ebbf7d85-e8d1-4801-9316-c9ae021cecf4 70122407341b488aa1857996b237c0eb beb6ba38eb3f43299f6d168324e30746 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1052/2174] 10.0.0.208 () {32 vars in 724 bytes} [Wed Jun 10 04:56:20 2026] DELETE /v2.0/routers/dd0bcef0-7f54-4545-8de1-cf07bcf24017 => generated 135 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 04:56:20.867 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2209a26c-307f-4291-944a-bcbafcfc1242 70122407341b488aa1857996b237c0eb beb6ba38eb3f43299f6d168324e30746 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1053/2175] 10.0.0.208 () {32 vars in 724 bytes} [Wed Jun 10 04:56:20 2026] DELETE /v2.0/subnets/81cfe913-ffad-4781-97a0-9ecb3edc620b => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 04:56:20.890 8 INFO neutron.pecan_wsgi.hooks.translation [None req-433dead1-be51-461b-98b0-e039f70f98f7 70122407341b488aa1857996b237c0eb beb6ba38eb3f43299f6d168324e30746 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1054/2176] 10.0.0.208 () {32 vars in 724 bytes} [Wed Jun 10 04:56:20 2026] DELETE /v2.0/subnets/ff160f31-25c7-4cf7-9942-a24aa5c435d8 => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1123/2177] 10.0.0.208 () {32 vars in 740 bytes} [Wed Jun 10 04:56:20 2026] DELETE /v2.0/security-groups/06e06757-2927-43cf-9b6f-d6b5f9859b17 => 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: 1055/2178] 10.0.0.208 () {32 vars in 774 bytes} [Wed Jun 10 04:56:21 2026] GET /v2.0/security-groups?tenant_id=7243aea3fe4e4ffc867ea718b7548ef4&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: 1124/2179] 10.0.0.208 () {32 vars in 740 bytes} [Wed Jun 10 04:56:21 2026] DELETE /v2.0/security-groups/4c267863-0562-4312-997f-4f8673336f21 => 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: 1056/2180] 10.0.0.208 () {32 vars in 774 bytes} [Wed Jun 10 04:56:21 2026] GET /v2.0/security-groups?tenant_id=beb6ba38eb3f43299f6d168324e30746&name=default => generated 2925 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1125/2181] 10.0.0.208 () {32 vars in 740 bytes} [Wed Jun 10 04:56:21 2026] DELETE /v2.0/security-groups/67d49b17-c72f-47eb-86f5-b18cf467f944 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1057/2182] 10.0.0.208 () {32 vars in 774 bytes} [Wed Jun 10 04:56:21 2026] GET /v2.0/security-groups?tenant_id=198a539017a640a7afa0ab4995cdb5b3&name=default => generated 2929 bytes in 155 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1126/2183] 10.0.0.208 () {32 vars in 740 bytes} [Wed Jun 10 04:56:21 2026] DELETE /v2.0/security-groups/071cb92c-1533-4ce0-aa36-6889eb503e9c => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 04:56:22.245 7 INFO neutron.services.segments.plugin [-] Segment 6c0adf76-35de-4b64-869f-8662e79bbb89 resource provider aggregate not found 2026-06-10 04:56:22.256 7 INFO neutron.services.segments.plugin [-] Segment 6c0adf76-35de-4b64-869f-8662e79bbb89 resource provider aggregate not found 2026-06-10 04:56:22.269 7 INFO neutron.services.segments.plugin [-] Segment 6c0adf76-35de-4b64-869f-8662e79bbb89 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6c0adf76-35de-4b64-869f-8662e79bbb89 found for delete ", "request_id": "req-05419107-63b2-4aca-a753-285f03b5629c"}]} 2026-06-10 04:56:22.274 7 INFO neutron.services.segments.plugin [-] Segment 6c0adf76-35de-4b64-869f-8662e79bbb89 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6c0adf76-35de-4b64-869f-8662e79bbb89 found for delete ", "request_id": "req-382e47ae-18b1-4776-a522-0e34b1ef81ea"}]} [pid: 8|app: 0|req: 1058/2184] 10.0.0.208 () {34 vars in 684 bytes} [Wed Jun 10 04:56:23 2026] POST /v2.0/security-groups => generated 1627 bytes in 363 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1127/2185] 10.0.0.208 () {32 vars in 663 bytes} [Wed Jun 10 04:56:23 2026] GET /v2.0/security-groups => generated 4536 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1059/2186] 10.0.0.208 () {34 vars in 758 bytes} [Wed Jun 10 04:56:23 2026] PUT /v2.0/security-groups/ecaf0055-9d7d-4635-9a90-18db21815b23 => generated 1664 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1128/2187] 10.0.0.208 () {32 vars in 737 bytes} [Wed Jun 10 04:56:23 2026] GET /v2.0/security-groups/ecaf0055-9d7d-4635-9a90-18db21815b23 => generated 1664 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1060/2188] 10.0.0.208 () {32 vars in 740 bytes} [Wed Jun 10 04:56:23 2026] DELETE /v2.0/security-groups/ecaf0055-9d7d-4635-9a90-18db21815b23 => 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: 1129/2189] 10.0.0.208 () {32 vars in 663 bytes} [Wed Jun 10 04:56:23 2026] GET /v2.0/security-groups => generated 2929 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 04:56:24.024 8 INFO neutron.api.v2.resource [None req-37194dfe-7d1a-4791-8592-afb942adc581 2d8ca5d374994c98af4af7f4e0bf9040 5e77e3fb494446d5a37fcf547d0c5582 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1061/2190] 10.0.0.208 () {32 vars in 740 bytes} [Wed Jun 10 04:56:24 2026] DELETE /v2.0/security-groups/ecaf0055-9d7d-4635-9a90-18db21815b23 => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1130/2191] 10.0.0.208 () {34 vars in 684 bytes} [Wed Jun 10 04:56:24 2026] POST /v2.0/security-groups => generated 1627 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1062/2192] 10.0.0.208 () {34 vars in 695 bytes} [Wed Jun 10 04:56:24 2026] POST /v2.0/security-group-rules => generated 601 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1131/2193] 10.0.0.208 () {32 vars in 747 bytes} [Wed Jun 10 04:56:24 2026] GET /v2.0/security-group-rules/0dce40a4-004d-4afd-a971-94058b7269de => generated 601 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1063/2194] 10.0.0.208 () {32 vars in 673 bytes} [Wed Jun 10 04:56:24 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1132/2195] 10.0.0.208 () {32 vars in 750 bytes} [Wed Jun 10 04:56:24 2026] DELETE /v2.0/security-group-rules/0dce40a4-004d-4afd-a971-94058b7269de => 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: 1064/2196] 10.0.0.208 () {32 vars in 673 bytes} [Wed Jun 10 04:56:24 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1133/2197] 10.0.0.208 () {34 vars in 695 bytes} [Wed Jun 10 04:56:24 2026] POST /v2.0/security-group-rules => generated 601 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1065/2198] 10.0.0.208 () {32 vars in 747 bytes} [Wed Jun 10 04:56:24 2026] GET /v2.0/security-group-rules/db94542c-654a-4366-9142-7a1d0f24bd1a => generated 601 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1134/2199] 10.0.0.208 () {32 vars in 673 bytes} [Wed Jun 10 04:56:24 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1066/2200] 10.0.0.208 () {32 vars in 750 bytes} [Wed Jun 10 04:56:24 2026] DELETE /v2.0/security-group-rules/db94542c-654a-4366-9142-7a1d0f24bd1a => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1135/2201] 10.0.0.208 () {32 vars in 673 bytes} [Wed Jun 10 04:56:24 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1067/2202] 10.0.0.208 () {34 vars in 695 bytes} [Wed Jun 10 04:56:24 2026] POST /v2.0/security-group-rules => generated 602 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1136/2203] 10.0.0.208 () {32 vars in 747 bytes} [Wed Jun 10 04:56:25 2026] GET /v2.0/security-group-rules/bc468fa1-4262-4889-ab38-d3155dc5a7c9 => generated 602 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1068/2204] 10.0.0.208 () {32 vars in 673 bytes} [Wed Jun 10 04:56:25 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1137/2205] 10.0.0.208 () {32 vars in 750 bytes} [Wed Jun 10 04:56:25 2026] DELETE /v2.0/security-group-rules/bc468fa1-4262-4889-ab38-d3155dc5a7c9 => 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: 1069/2206] 10.0.0.208 () {32 vars in 673 bytes} [Wed Jun 10 04:56:25 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1138/2207] 10.0.0.208 () {32 vars in 740 bytes} [Wed Jun 10 04:56:25 2026] DELETE /v2.0/security-groups/6b9dfa64-c575-4a9d-9d55-66a9d4327d7e => 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: 1070/2208] 10.0.0.208 () {32 vars in 663 bytes} [Wed Jun 10 04:56:25 2026] GET /v2.0/security-groups => generated 2929 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1139/2209] 10.0.0.208 () {32 vars in 663 bytes} [Wed Jun 10 04:56:25 2026] GET /v2.0/security-groups => generated 2929 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1071/2210] 10.0.0.208 () {32 vars in 774 bytes} [Wed Jun 10 04:56:25 2026] GET /v2.0/security-groups?tenant_id=5e77e3fb494446d5a37fcf547d0c5582&name=default => generated 2929 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1140/2211] 10.0.0.208 () {32 vars in 740 bytes} [Wed Jun 10 04:56:26 2026] DELETE /v2.0/security-groups/17773272-0a06-48f9-a0f1-19668bffb658 => 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: 1072/2212] 10.0.0.208 () {32 vars in 774 bytes} [Wed Jun 10 04:56:29 2026] GET /v2.0/security-groups?tenant_id=13b76cb08a454818b4474b5561087e6c&name=default => generated 2929 bytes in 269 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1141/2213] 10.0.0.208 () {32 vars in 740 bytes} [Wed Jun 10 04:56:29 2026] DELETE /v2.0/security-groups/5530a0d2-5932-446e-874a-84dad8530e03 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1143/2216] 10.0.0.208 () {32 vars in 774 bytes} [Wed Jun 10 04:56:33 2026] GET /v2.0/security-groups?tenant_id=ba2df2d8078a4b8db53def7f2ff44a7f&name=default => generated 2929 bytes in 283 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1074/2217] 10.0.0.208 () {32 vars in 740 bytes} [Wed Jun 10 04:56:34 2026] DELETE /v2.0/security-groups/fb64a26b-9d0c-49db-801c-3f5f86bf2410 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 04:56:37.108 7 INFO neutron.db.segments_db [None req-e902fc61-2d33-46ec-8f88-1d2652205aec 51694d890b37432a879a3a3c0f09957d f81d99702748450cb5306a90c6a99368 - - default default] Added segment dd964fe3-53d4-4ff0-8ef0-32122bdf60c0 of type vxlan for network dbd33524-a535-4a75-be34-b313217dbec2 [pid: 7|app: 0|req: 1144/2218] 10.0.0.208 () {34 vars in 671 bytes} [Wed Jun 10 04:56:36 2026] POST /v2.0/networks => generated 613 bytes in 420 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 04:56:37.267 8 INFO neutron.db.segments_db [None req-718bdb86-d42a-4550-b7b3-9e535f434029 51694d890b37432a879a3a3c0f09957d f81d99702748450cb5306a90c6a99368 - - default default] Added segment 2ffcebdb-64c0-46e8-9ad5-02daef5edd43 of type vxlan for network 53bcc333-e9fb-4959-9e77-d234c395de6d 2026-06-10 04:56:37.490 8 INFO neutron.db.l3_hamode_db [None req-718bdb86-d42a-4550-b7b3-9e535f434029 51694d890b37432a879a3a3c0f09957d f81d99702748450cb5306a90c6a99368 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-10 04:56:38.244 8 INFO neutron.db.l3_hamode_db [None req-718bdb86-d42a-4550-b7b3-9e535f434029 51694d890b37432a879a3a3c0f09957d f81d99702748450cb5306a90c6a99368 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-10 04:56:38.493 7 INFO neutron.db.segments_db [None req-118c6ed0-156f-4cf6-a33a-137785ea5d22 c06363c5d33d405eb13787e020792159 29f9d65bbbbe484296f26cb6b60025b7 - - default default] Added segment 6890793f-e9f2-4b8e-9163-f153eb8c4c8c of type vxlan for network c4d7a4e8-c3b7-4fd3-ac18-857238094841 [pid: 7|app: 0|req: 1145/2219] 10.0.0.208 () {34 vars in 670 bytes} [Wed Jun 10 04:56:38 2026] POST /v2.0/networks => generated 619 bytes in 396 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1146/2220] 10.0.0.208 () {34 vars in 669 bytes} [Wed Jun 10 04:56:38 2026] POST /v2.0/subnets => generated 658 bytes in 286 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1147/2221] 10.0.0.208 () {32 vars in 722 bytes} [Wed Jun 10 04:56:38 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1148/2222] 10.0.0.208 () {34 vars in 669 bytes} [Wed Jun 10 04:56:38 2026] POST /v2.0/subnets => generated 732 bytes in 245 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1075/2223] 10.0.0.208 () {34 vars in 669 bytes} [Wed Jun 10 04:56:37 2026] POST /v2.0/routers => generated 694 bytes in 1972 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 04:56:39.265 7 INFO neutron.db.segments_db [None req-38ecbd2f-16be-42b5-968f-08311dbcd5c1 c06363c5d33d405eb13787e020792159 29f9d65bbbbe484296f26cb6b60025b7 - - default default] Added segment ee789a09-7dde-47eb-b4a1-49adc13cafda of type vxlan for network dc56e422-4246-43b1-88b9-7bfa2acd8820 [pid: 8|app: 0|req: 1076/2224] 10.0.0.208 () {32 vars in 776 bytes} [Wed Jun 10 04:56:39 2026] GET /v2.0/subnets?project_id=f81d99702748450cb5306a90c6a99368&cidr=10.100.0.0%2F28 => generated 14 bytes in 162 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1149/2225] 10.0.0.208 () {34 vars in 670 bytes} [Wed Jun 10 04:56:39 2026] POST /v2.0/networks => generated 619 bytes in 201 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1077/2226] 10.0.0.208 () {32 vars in 694 bytes} [Wed Jun 10 04:56:39 2026] GET /v2.0/networks?router%3Aexternal=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: 1078/2227] 10.0.0.208 () {32 vars in 784 bytes} [Wed Jun 10 04:56:39 2026] GET /v2.0/subnets?network_id=23113d02-bf78-4186-bb2b-4463b7e5c35e&cidr=10.100.0.0%2F28 => generated 14 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1150/2228] 10.0.0.208 () {34 vars in 669 bytes} [Wed Jun 10 04:56:39 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: 8|app: 0|req: 1079/2229] 10.0.0.208 () {34 vars in 669 bytes} [Wed Jun 10 04:56:39 2026] POST /v2.0/subnets => generated 657 bytes in 226 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1151/2230] 10.0.0.208 () {34 vars in 669 bytes} [Wed Jun 10 04:56:39 2026] POST /v2.0/subnets => generated 725 bytes in 215 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 04:56:39.884 7 INFO neutron.db.segments_db [None req-9722abce-55f0-4648-abe7-0b637a9cb221 c06363c5d33d405eb13787e020792159 29f9d65bbbbe484296f26cb6b60025b7 - - default default] Added segment 7248d283-9ad1-41c1-9c50-3485c2c7044e of type vxlan for network 62b077fb-d95a-4cae-8287-5e720b41c6fb [pid: 7|app: 0|req: 1152/2231] 10.0.0.208 () {34 vars in 670 bytes} [Wed Jun 10 04:56:39 2026] POST /v2.0/networks => generated 618 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1153/2232] 10.0.0.208 () {34 vars in 669 bytes} [Wed Jun 10 04:56:39 2026] POST /v2.0/subnets => generated 655 bytes in 247 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1154/2233] 10.0.0.208 () {34 vars in 669 bytes} [Wed Jun 10 04:56:40 2026] POST /v2.0/subnets => generated 730 bytes in 253 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 04:56:40.532 7 INFO neutron.db.segments_db [None req-d9a731b0-0df3-4127-9fb9-0c7e6d9c4021 c06363c5d33d405eb13787e020792159 29f9d65bbbbe484296f26cb6b60025b7 - - default default] Added segment c260e047-184f-44af-aae4-359e04e9440e of type vxlan for network f19edf49-d65f-456d-ab43-223e799d0fff 2026-06-10 04:56:40.808 7 INFO neutron.db.l3_hamode_db [None req-d9a731b0-0df3-4127-9fb9-0c7e6d9c4021 c06363c5d33d405eb13787e020792159 29f9d65bbbbe484296f26cb6b60025b7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1080/2234] 10.0.0.208 () {34 vars in 783 bytes} [Wed Jun 10 04:56:39 2026] PUT /v2.0/routers/c40dfa1f-831a-4fc4-8c37-22dfda1cf656/add_router_interface => generated 309 bytes in 1404 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1081/2235] 10.0.0.208 () {32 vars in 649 bytes} [Wed Jun 10 04:56:41 2026] GET /v2.0/networks => generated 6662 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1082/2236] 10.0.0.208 () {32 vars in 647 bytes} [Wed Jun 10 04:56:41 2026] GET /v2.0/subnets => generated 7421 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1083/2237] 10.0.0.208 () {32 vars in 647 bytes} [Wed Jun 10 04:56:41 2026] GET /v2.0/routers => generated 1264 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1084/2238] 10.0.0.208 () {34 vars in 685 bytes} [Wed Jun 10 04:56:41 2026] POST /v2.0/security-groups => generated 1677 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1085/2239] 10.0.0.208 () {34 vars in 695 bytes} [Wed Jun 10 04:56:41 2026] POST /v2.0/security-group-rules => generated 597 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 04:56:41.629 7 INFO neutron.db.l3_hamode_db [None req-d9a731b0-0df3-4127-9fb9-0c7e6d9c4021 c06363c5d33d405eb13787e020792159 29f9d65bbbbe484296f26cb6b60025b7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1086/2240] 10.0.0.208 () {34 vars in 695 bytes} [Wed Jun 10 04:56:41 2026] POST /v2.0/security-group-rules => generated 596 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1087/2241] 10.0.0.208 () {34 vars in 695 bytes} [Wed Jun 10 04:56:41 2026] POST /v2.0/security-group-rules => generated 602 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1088/2242] 10.0.0.208 () {34 vars in 695 bytes} [Wed Jun 10 04:56:41 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) 2026-06-10 04:56:42.039 8 INFO neutron.db.securitygroups_db [None req-290f29a4-0af4-460d-b38f-b4fa0c26d76e 51694d890b37432a879a3a3c0f09957d f81d99702748450cb5306a90c6a99368 - - default default] Project f81d99702748450cb5306a90c6a99368 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: 1089/2243] 10.0.0.208 () {34 vars in 695 bytes} [Wed Jun 10 04:56:42 2026] POST /v2.0/security-group-rules => generated 607 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 04:56:42.149 8 INFO neutron.db.securitygroups_db [None req-a1a0c966-8727-4f56-9430-200e75fb05bb 51694d890b37432a879a3a3c0f09957d f81d99702748450cb5306a90c6a99368 - - default default] Project f81d99702748450cb5306a90c6a99368 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: 1090/2244] 10.0.0.208 () {34 vars in 695 bytes} [Wed Jun 10 04:56:42 2026] POST /v2.0/security-group-rules => generated 606 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1155/2245] 10.0.0.208 () {34 vars in 669 bytes} [Wed Jun 10 04:56:40 2026] POST /v2.0/routers => generated 684 bytes in 2014 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1156/2246] 10.0.0.208 () {32 vars in 649 bytes} [Wed Jun 10 04:56:42 2026] GET /v2.0/networks => generated 1297 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1157/2247] 10.0.0.191 () {34 vars in 1100 bytes} [Wed Jun 10 04:56:42 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1417210067&fields=id&tenant_id=f81d99702748450cb5306a90c6a99368 => generated 69 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1158/2248] 10.0.0.191 () {34 vars in 982 bytes} [Wed Jun 10 04:56:42 2026] GET /v2.0/networks?id=dbd33524-a535-4a75-be34-b313217dbec2 => generated 660 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1159/2249] 10.0.0.191 () {34 vars in 965 bytes} [Wed Jun 10 04:56:42 2026] GET /v2.0/quotas/f81d99702748450cb5306a90c6a99368 => 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: 1160/2250] 10.0.0.191 () {34 vars in 1002 bytes} [Wed Jun 10 04:56:42 2026] GET /v2.0/ports?tenant_id=f81d99702748450cb5306a90c6a99368&fields=id => generated 57 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1161/2251] 10.0.0.191 () {34 vars in 1008 bytes} [Wed Jun 10 04:56:43 2026] GET /v2.0/networks/dbd33524-a535-4a75-be34-b313217dbec2?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: 1162/2252] 10.0.0.191 () {34 vars in 1108 bytes} [Wed Jun 10 04:56:43 2026] GET /v2.0/networks/dbd33524-a535-4a75-be34-b313217dbec2?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1163/2253] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:56:43 2026] GET /v2.0/ports?device_id=f2ef09e9-44b6-4169-a62f-83f766f30631 => 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: 1091/2254] 10.0.0.208 () {34 vars in 783 bytes} [Wed Jun 10 04:56:42 2026] PUT /v2.0/routers/c809c1b8-3294-4137-8703-f6104be8dead/add_router_interface => generated 309 bytes in 1355 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1092/2255] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:56:44 2026] GET /v2.0/ports?device_id=f2ef09e9-44b6-4169-a62f-83f766f30631 => 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: 1164/2256] 10.0.0.208 () {34 vars in 783 bytes} [Wed Jun 10 04:56:43 2026] PUT /v2.0/routers/c809c1b8-3294-4137-8703-f6104be8dead/add_router_interface => generated 309 bytes in 1366 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1165/2257] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:56:45 2026] GET /v2.0/ports?device_id=f2ef09e9-44b6-4169-a62f-83f766f30631 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1168/2260] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:56:46 2026] GET /v2.0/ports?device_id=f2ef09e9-44b6-4169-a62f-83f766f30631 => 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: 1093/2261] 10.0.0.208 () {34 vars in 783 bytes} [Wed Jun 10 04:56:45 2026] PUT /v2.0/routers/c809c1b8-3294-4137-8703-f6104be8dead/add_router_interface => generated 309 bytes in 1342 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1169/2262] 10.0.0.208 () {34 vars in 684 bytes} [Wed Jun 10 04:56:46 2026] POST /v2.0/security-groups => generated 1629 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1094/2263] 10.0.0.208 () {34 vars in 695 bytes} [Wed Jun 10 04:56:46 2026] POST /v2.0/security-group-rules => generated 597 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1170/2264] 10.0.0.208 () {34 vars in 695 bytes} [Wed Jun 10 04:56:46 2026] POST /v2.0/security-group-rules => generated 597 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1095/2265] 10.0.0.208 () {34 vars in 695 bytes} [Wed Jun 10 04:56:47 2026] POST /v2.0/security-group-rules => generated 599 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1171/2266] 10.0.0.208 () {34 vars in 695 bytes} [Wed Jun 10 04:56:47 2026] POST /v2.0/security-group-rules => generated 601 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1096/2267] 10.0.0.208 () {34 vars in 695 bytes} [Wed Jun 10 04:56:47 2026] POST /v2.0/security-group-rules => generated 601 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1172/2268] 10.0.0.208 () {34 vars in 695 bytes} [Wed Jun 10 04:56:47 2026] POST /v2.0/security-group-rules => generated 597 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1173/2269] 199.204.45.109 () {34 vars in 986 bytes} [Wed Jun 10 04:56:47 2026] GET /v2.0/networks?id=dbd33524-a535-4a75-be34-b313217dbec2 => 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: 1174/2270] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:56:47 2026] GET /v2.0/ports?device_id=f2ef09e9-44b6-4169-a62f-83f766f30631 => 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: 1175/2271] 199.204.45.109 () {34 vars in 1050 bytes} [Wed Jun 10 04:56:47 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=f81d99702748450cb5306a90c6a99368 => generated 181 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1097/2272] 10.0.0.208 () {34 vars in 695 bytes} [Wed Jun 10 04:56:47 2026] POST /v2.0/security-group-rules => generated 597 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1098/2273] 10.0.0.208 () {34 vars in 695 bytes} [Wed Jun 10 04:56:47 2026] POST /v2.0/security-group-rules => generated 597 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1099/2274] 10.0.0.208 () {34 vars in 695 bytes} [Wed Jun 10 04:56:47 2026] POST /v2.0/security-group-rules => generated 599 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1176/2275] 199.204.45.109 () {38 vars in 955 bytes} [Wed Jun 10 04:56:47 2026] POST /v2.0/ports => generated 954 bytes in 349 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1100/2276] 10.0.0.208 () {34 vars in 695 bytes} [Wed Jun 10 04:56:48 2026] POST /v2.0/security-group-rules => generated 601 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1101/2277] 10.0.0.208 () {34 vars in 695 bytes} [Wed Jun 10 04:56:48 2026] POST /v2.0/security-group-rules => generated 597 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1177/2278] 199.204.45.109 () {38 vars in 1028 bytes} [Wed Jun 10 04:56:48 2026] PUT /v2.0/ports/6c90e418-569c-4621-94bb-4b821d6ac205 => generated 1235 bytes in 479 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 04:56:48.623 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-474d7b9a-93bf-425b-8727-facdc00a14c2'] response: {'name': 'network-changed', 'server_uuid': 'f2ef09e9-44b6-4169-a62f-83f766f30631', 'tag': '6c90e418-569c-4621-94bb-4b821d6ac205', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1102/2279] 10.0.0.191 () {34 vars in 1094 bytes} [Wed Jun 10 04:56:48 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-437740215&fields=id&tenant_id=29f9d65bbbbe484296f26cb6b60025b7 => generated 69 bytes in 40 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: 1178/2280] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:56:48 2026] GET /v2.0/ports?device_id=f2ef09e9-44b6-4169-a62f-83f766f30631 => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1103/2281] 10.0.0.191 () {34 vars in 982 bytes} [Wed Jun 10 04:56:48 2026] GET /v2.0/networks?id=dc56e422-4246-43b1-88b9-7bfa2acd8820 => generated 705 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1179/2282] 10.0.0.191 () {34 vars in 1040 bytes} [Wed Jun 10 04:56:48 2026] GET /v2.0/security-groups?id=a58170b0-e561-46b1-99dd-e43535744a43&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: 1104/2283] 10.0.0.191 () {34 vars in 965 bytes} [Wed Jun 10 04:56:48 2026] GET /v2.0/quotas/29f9d65bbbbe484296f26cb6b60025b7 => generated 292 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1180/2284] 10.0.0.191 () {34 vars in 1002 bytes} [Wed Jun 10 04:56:48 2026] GET /v2.0/ports?tenant_id=29f9d65bbbbe484296f26cb6b60025b7&fields=id => generated 241 bytes in 168 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1105/2285] 10.0.0.191 () {34 vars in 1008 bytes} [Wed Jun 10 04:56:49 2026] GET /v2.0/networks/dc56e422-4246-43b1-88b9-7bfa2acd8820?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: 1181/2286] 10.0.0.191 () {34 vars in 1108 bytes} [Wed Jun 10 04:56:49 2026] GET /v2.0/networks/dc56e422-4246-43b1-88b9-7bfa2acd8820?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: 1106/2287] 199.204.45.109 () {34 vars in 1080 bytes} [Wed Jun 10 04:56:49 2026] GET /v2.0/ports?tenant_id=f81d99702748450cb5306a90c6a99368&device_id=f2ef09e9-44b6-4169-a62f-83f766f30631 => generated 1238 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1182/2288] 199.204.45.109 () {34 vars in 1018 bytes} [Wed Jun 10 04:56:49 2026] GET /v2.0/networks?tenant_id=f81d99702748450cb5306a90c6a99368&shared=False => generated 756 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1107/2289] 199.204.45.109 () {34 vars in 930 bytes} [Wed Jun 10 04:56:49 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1183/2290] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:56:49 2026] GET /v2.0/ports?device_id=0e05b553-4baa-4bb1-999f-6077a1062073 => 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: 1108/2291] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:56:49 2026] GET /v2.0/ports?device_id=f2ef09e9-44b6-4169-a62f-83f766f30631 => generated 969 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1184/2292] 10.0.0.191 () {34 vars in 1040 bytes} [Wed Jun 10 04:56:50 2026] GET /v2.0/security-groups?id=a58170b0-e561-46b1-99dd-e43535744a43&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1109/2293] 199.204.45.109 () {34 vars in 1080 bytes} [Wed Jun 10 04:56:50 2026] GET /v2.0/ports?tenant_id=f81d99702748450cb5306a90c6a99368&device_id=f2ef09e9-44b6-4169-a62f-83f766f30631 => generated 1238 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1185/2294] 199.204.45.109 () {34 vars in 1058 bytes} [Wed Jun 10 04:56:50 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.2&port_id=6c90e418-569c-4621-94bb-4b821d6ac205 => generated 19 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1110/2295] 199.204.45.109 () {34 vars in 984 bytes} [Wed Jun 10 04:56:50 2026] GET /v2.0/subnets?id=fece898a-e452-44b2-bdcc-cbf3a86cecf4 => generated 678 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1186/2296] 199.204.45.109 () {34 vars in 1052 bytes} [Wed Jun 10 04:56:50 2026] GET /v2.0/ports?network_id=dbd33524-a535-4a75-be34-b313217dbec2&device_owner=network%3Adhcp => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1111/2297] 199.204.45.109 () {34 vars in 1012 bytes} [Wed Jun 10 04:56:50 2026] GET /v2.0/networks/dbd33524-a535-4a75-be34-b313217dbec2?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: 1187/2298] 199.204.45.109 () {34 vars in 1112 bytes} [Wed Jun 10 04:56:50 2026] GET /v2.0/networks/dbd33524-a535-4a75-be34-b313217dbec2?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: 1112/2299] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:56:51 2026] GET /v2.0/ports?device_id=f2ef09e9-44b6-4169-a62f-83f766f30631 => generated 969 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1188/2300] 10.0.0.191 () {34 vars in 1040 bytes} [Wed Jun 10 04:56:51 2026] GET /v2.0/security-groups?id=a58170b0-e561-46b1-99dd-e43535744a43&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: 1113/2301] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:56:52 2026] GET /v2.0/ports?device_id=f2ef09e9-44b6-4169-a62f-83f766f30631 => 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: 1189/2302] 10.0.0.191 () {34 vars in 1040 bytes} [Wed Jun 10 04:56:52 2026] GET /v2.0/security-groups?id=a58170b0-e561-46b1-99dd-e43535744a43&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1114/2303] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:56:53 2026] GET /v2.0/ports?device_id=f2ef09e9-44b6-4169-a62f-83f766f30631 => 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: 1190/2304] 10.0.0.191 () {34 vars in 1040 bytes} [Wed Jun 10 04:56:53 2026] GET /v2.0/security-groups?id=a58170b0-e561-46b1-99dd-e43535744a43&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1115/2305] 199.204.45.109 () {34 vars in 986 bytes} [Wed Jun 10 04:56:53 2026] GET /v2.0/networks?id=dc56e422-4246-43b1-88b9-7bfa2acd8820 => generated 705 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1191/2306] 199.204.45.109 () {34 vars in 1050 bytes} [Wed Jun 10 04:56:53 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=29f9d65bbbbe484296f26cb6b60025b7 => generated 178 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1192/2307] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:56:54 2026] GET /v2.0/ports?device_id=0e05b553-4baa-4bb1-999f-6077a1062073 => generated 1182 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1193/2308] 10.0.0.191 () {34 vars in 1040 bytes} [Wed Jun 10 04:56:54 2026] GET /v2.0/security-groups?id=946501fc-6949-432d-b888-eaad63803b74&fields=id&fields=name => generated 111 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1116/2309] 199.204.45.109 () {38 vars in 955 bytes} [Wed Jun 10 04:56:53 2026] POST /v2.0/ports => generated 1179 bytes in 911 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: 1194/2310] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:56:54 2026] GET /v2.0/ports?device_id=f2ef09e9-44b6-4169-a62f-83f766f30631 => generated 971 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1195/2311] 10.0.0.191 () {34 vars in 1040 bytes} [Wed Jun 10 04:56:54 2026] GET /v2.0/security-groups?id=a58170b0-e561-46b1-99dd-e43535744a43&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: 1117/2312] 199.204.45.109 () {38 vars in 1028 bytes} [Wed Jun 10 04:56:54 2026] PUT /v2.0/ports/826d1837-994b-4fbb-898b-e16ed744e16b => generated 1460 bytes in 448 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 04:56:55.119 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-36ec9a30-8315-4cdc-9e6a-9a64b6bbcf77'] response: {'name': 'network-changed', 'server_uuid': '0e05b553-4baa-4bb1-999f-6077a1062073', 'tag': '826d1837-994b-4fbb-898b-e16ed744e16b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1196/2313] 199.204.45.109 () {34 vars in 1080 bytes} [Wed Jun 10 04:56:55 2026] GET /v2.0/ports?tenant_id=29f9d65bbbbe484296f26cb6b60025b7&device_id=0e05b553-4baa-4bb1-999f-6077a1062073 => generated 1463 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1118/2314] 199.204.45.109 () {34 vars in 1018 bytes} [Wed Jun 10 04:56:55 2026] GET /v2.0/networks?tenant_id=29f9d65bbbbe484296f26cb6b60025b7&shared=False => generated 2374 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1197/2315] 199.204.45.109 () {34 vars in 930 bytes} [Wed Jun 10 04:56:55 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1119/2316] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:56:55 2026] GET /v2.0/ports?device_id=f2ef09e9-44b6-4169-a62f-83f766f30631 => generated 971 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1198/2317] 10.0.0.191 () {34 vars in 1040 bytes} [Wed Jun 10 04:56:55 2026] GET /v2.0/security-groups?id=a58170b0-e561-46b1-99dd-e43535744a43&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: 1120/2318] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:56:55 2026] GET /v2.0/ports?device_id=f2ef09e9-44b6-4169-a62f-83f766f30631 => 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: 1199/2319] 10.0.0.191 () {34 vars in 1040 bytes} [Wed Jun 10 04:56:56 2026] GET /v2.0/security-groups?id=a58170b0-e561-46b1-99dd-e43535744a43&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: 1121/2320] 10.0.0.208 () {32 vars in 736 bytes} [Wed Jun 10 04:56:56 2026] GET /v2.0/ports?device_id=f2ef09e9-44b6-4169-a62f-83f766f30631 => generated 1240 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 04:56:56.851 7 INFO neutron.db.l3_db [None req-f25cfcc2-e77e-4f45-b99b-7054e30170b7 51694d890b37432a879a3a3c0f09957d f81d99702748450cb5306a90c6a99368 - - default default] Floating IP bb6ae136-0929-487f-b110-213a91fabfca associated. External IP: 10.96.250.204, port: 6c90e418-569c-4621-94bb-4b821d6ac205. [pid: 8|app: 0|req: 1122/2321] 199.204.45.109 () {34 vars in 1080 bytes} [Wed Jun 10 04:56:56 2026] GET /v2.0/ports?tenant_id=29f9d65bbbbe484296f26cb6b60025b7&device_id=0e05b553-4baa-4bb1-999f-6077a1062073 => generated 1463 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1123/2322] 199.204.45.109 () {34 vars in 1058 bytes} [Wed Jun 10 04:56:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.140&port_id=826d1837-994b-4fbb-898b-e16ed744e16b => 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: 1124/2323] 199.204.45.109 () {34 vars in 1102 bytes} [Wed Jun 10 04:56:56 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3Acd&port_id=826d1837-994b-4fbb-898b-e16ed744e16b => generated 19 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1125/2324] 199.204.45.109 () {34 vars in 1064 bytes} [Wed Jun 10 04:56:56 2026] GET /v2.0/subnets?id=9cbda35e-5ee6-4459-86ef-69a3c60e3fab&id=900c8222-a6df-4aff-97ad-4c87087ea8b2 => generated 1410 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1126/2325] 199.204.45.109 () {34 vars in 1052 bytes} [Wed Jun 10 04:56:56 2026] GET /v2.0/ports?network_id=dc56e422-4246-43b1-88b9-7bfa2acd8820&device_owner=network%3Adhcp => generated 1457 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1127/2326] 199.204.45.109 () {34 vars in 1052 bytes} [Wed Jun 10 04:56:57 2026] GET /v2.0/ports?network_id=dc56e422-4246-43b1-88b9-7bfa2acd8820&device_owner=network%3Adhcp => generated 1457 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1128/2327] 199.204.45.109 () {34 vars in 1012 bytes} [Wed Jun 10 04:56:57 2026] GET /v2.0/networks/dc56e422-4246-43b1-88b9-7bfa2acd8820?fields=segments => generated 14 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1200/2328] 10.0.0.208 () {34 vars in 677 bytes} [Wed Jun 10 04:56:56 2026] POST /v2.0/floatingips => generated 855 bytes in 1032 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1201/2329] 10.0.0.208 () {32 vars in 729 bytes} [Wed Jun 10 04:56:57 2026] GET /v2.0/floatingips/bb6ae136-0929-487f-b110-213a91fabfca => generated 855 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1129/2330] 199.204.45.109 () {34 vars in 1112 bytes} [Wed Jun 10 04:56:57 2026] GET /v2.0/networks/dc56e422-4246-43b1-88b9-7bfa2acd8820?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 04:56:57.224 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-585f235d-806b-4705-836b-3b1fc9802650'] response: {'name': 'network-changed', 'server_uuid': 'f2ef09e9-44b6-4169-a62f-83f766f30631', 'tag': '6c90e418-569c-4621-94bb-4b821d6ac205', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1202/2331] 199.204.45.109 () {34 vars in 1080 bytes} [Wed Jun 10 04:56:57 2026] GET /v2.0/ports?tenant_id=f81d99702748450cb5306a90c6a99368&device_id=f2ef09e9-44b6-4169-a62f-83f766f30631 => generated 1240 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1130/2332] 199.204.45.109 () {34 vars in 986 bytes} [Wed Jun 10 04:56:57 2026] GET /v2.0/networks?id=dbd33524-a535-4a75-be34-b313217dbec2 => generated 756 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1203/2333] 199.204.45.109 () {34 vars in 1058 bytes} [Wed Jun 10 04:56:57 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.2&port_id=6c90e418-569c-4621-94bb-4b821d6ac205 => generated 858 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1131/2334] 199.204.45.109 () {34 vars in 984 bytes} [Wed Jun 10 04:56:57 2026] GET /v2.0/subnets?id=fece898a-e452-44b2-bdcc-cbf3a86cecf4 => generated 678 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1204/2335] 199.204.45.109 () {34 vars in 1052 bytes} [Wed Jun 10 04:56:57 2026] GET /v2.0/ports?network_id=dbd33524-a535-4a75-be34-b313217dbec2&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: 1132/2336] 199.204.45.109 () {34 vars in 1012 bytes} [Wed Jun 10 04:56:57 2026] GET /v2.0/networks/dbd33524-a535-4a75-be34-b313217dbec2?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: 1205/2337] 199.204.45.109 () {34 vars in 1112 bytes} [Wed Jun 10 04:56:58 2026] GET /v2.0/networks/dbd33524-a535-4a75-be34-b313217dbec2?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1133/2338] 10.0.0.208 () {32 vars in 729 bytes} [Wed Jun 10 04:56:58 2026] GET /v2.0/floatingips/bb6ae136-0929-487f-b110-213a91fabfca => generated 855 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1206/2339] 10.0.0.208 () {32 vars in 729 bytes} [Wed Jun 10 04:56:59 2026] GET /v2.0/floatingips/bb6ae136-0929-487f-b110-213a91fabfca => generated 857 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1134/2340] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:56:59 2026] GET /v2.0/ports?device_id=0e05b553-4baa-4bb1-999f-6077a1062073 => generated 1196 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1207/2341] 10.0.0.191 () {34 vars in 1040 bytes} [Wed Jun 10 04:56:59 2026] GET /v2.0/security-groups?id=946501fc-6949-432d-b888-eaad63803b74&fields=id&fields=name => generated 111 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1136/2344] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:57:04 2026] GET /v2.0/ports?device_id=0e05b553-4baa-4bb1-999f-6077a1062073 => generated 1196 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1209/2345] 10.0.0.191 () {34 vars in 1040 bytes} [Wed Jun 10 04:57:04 2026] GET /v2.0/security-groups?id=946501fc-6949-432d-b888-eaad63803b74&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: 1137/2346] 10.0.0.208 () {32 vars in 818 bytes} [Wed Jun 10 04:57:04 2026] GET /v2.0/ports?network_id=dc56e422-4246-43b1-88b9-7bfa2acd8820&mac_address=fa%3A16%3A3e%3A84%3A14%3A54 => generated 1196 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 04:57:05.763 7 INFO neutron.db.l3_db [None req-23bb62b3-ba1a-4c89-a706-3402fdb9682c c06363c5d33d405eb13787e020792159 29f9d65bbbbe484296f26cb6b60025b7 - - default default] Floating IP 74d80b79-32a9-47ea-a6da-80eaef5c0577 associated. External IP: 10.96.250.218, port: 826d1837-994b-4fbb-898b-e16ed744e16b. [pid: 7|app: 0|req: 1210/2347] 10.0.0.208 () {34 vars in 677 bytes} [Wed Jun 10 04:57:04 2026] POST /v2.0/floatingips => generated 855 bytes in 1099 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 04:57:06.129 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d5359254-5406-47c7-9797-618a2880da3e'] response: {'name': 'network-changed', 'server_uuid': '0e05b553-4baa-4bb1-999f-6077a1062073', 'tag': '826d1837-994b-4fbb-898b-e16ed744e16b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1138/2348] 10.0.0.191 () {34 vars in 1094 bytes} [Wed Jun 10 04:57:06 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-437740215&fields=id&tenant_id=29f9d65bbbbe484296f26cb6b60025b7 => generated 69 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1211/2349] 10.0.0.191 () {34 vars in 982 bytes} [Wed Jun 10 04:57:06 2026] GET /v2.0/networks?id=62b077fb-d95a-4cae-8287-5e720b41c6fb => generated 704 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1139/2350] 10.0.0.191 () {34 vars in 965 bytes} [Wed Jun 10 04:57:06 2026] GET /v2.0/quotas/29f9d65bbbbe484296f26cb6b60025b7 => 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: 1212/2351] 10.0.0.191 () {34 vars in 1002 bytes} [Wed Jun 10 04:57:06 2026] GET /v2.0/ports?tenant_id=29f9d65bbbbe484296f26cb6b60025b7&fields=id => generated 333 bytes in 159 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1140/2352] 10.0.0.191 () {34 vars in 1008 bytes} [Wed Jun 10 04:57:06 2026] GET /v2.0/networks/62b077fb-d95a-4cae-8287-5e720b41c6fb?fields=segments => generated 14 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1213/2353] 10.0.0.238 () {34 vars in 990 bytes} [Wed Jun 10 04:57:06 2026] GET /v2.0/ports?device_id=f2ef09e9-44b6-4169-a62f-83f766f30631 => generated 1240 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1141/2354] 10.0.0.191 () {34 vars in 1108 bytes} [Wed Jun 10 04:57:06 2026] GET /v2.0/networks/62b077fb-d95a-4cae-8287-5e720b41c6fb?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: 1214/2355] 10.0.0.238 () {34 vars in 1040 bytes} [Wed Jun 10 04:57:06 2026] GET /v2.0/security-groups?id=a58170b0-e561-46b1-99dd-e43535744a43&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: 1142/2356] 199.204.45.109 () {34 vars in 1080 bytes} [Wed Jun 10 04:57:06 2026] GET /v2.0/ports?tenant_id=29f9d65bbbbe484296f26cb6b60025b7&device_id=0e05b553-4baa-4bb1-999f-6077a1062073 => 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: 1215/2357] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:57:06 2026] GET /v2.0/ports?device_id=5c9ef4f7-c5c7-45e2-b6c7-aec733923726 => 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: 1143/2358] 199.204.45.109 () {34 vars in 986 bytes} [Wed Jun 10 04:57:06 2026] GET /v2.0/networks?id=dc56e422-4246-43b1-88b9-7bfa2acd8820 => generated 801 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1216/2359] 199.204.45.109 () {34 vars in 1058 bytes} [Wed Jun 10 04:57:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.140&port_id=826d1837-994b-4fbb-898b-e16ed744e16b => generated 858 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1144/2360] 199.204.45.109 () {34 vars in 1102 bytes} [Wed Jun 10 04:57:06 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3Acd&port_id=826d1837-994b-4fbb-898b-e16ed744e16b => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1217/2361] 199.204.45.109 () {34 vars in 1064 bytes} [Wed Jun 10 04:57:06 2026] GET /v2.0/subnets?id=9cbda35e-5ee6-4459-86ef-69a3c60e3fab&id=900c8222-a6df-4aff-97ad-4c87087ea8b2 => generated 1410 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1145/2362] 199.204.45.109 () {34 vars in 1052 bytes} [Wed Jun 10 04:57:06 2026] GET /v2.0/ports?network_id=dc56e422-4246-43b1-88b9-7bfa2acd8820&device_owner=network%3Adhcp => generated 1457 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1218/2363] 199.204.45.109 () {34 vars in 1052 bytes} [Wed Jun 10 04:57:06 2026] GET /v2.0/ports?network_id=dc56e422-4246-43b1-88b9-7bfa2acd8820&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: 1146/2364] 199.204.45.109 () {34 vars in 1012 bytes} [Wed Jun 10 04:57:06 2026] GET /v2.0/networks/dc56e422-4246-43b1-88b9-7bfa2acd8820?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: 1219/2365] 199.204.45.109 () {34 vars in 1112 bytes} [Wed Jun 10 04:57:06 2026] GET /v2.0/networks/dc56e422-4246-43b1-88b9-7bfa2acd8820?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: 1147/2366] 199.204.45.109 () {34 vars in 986 bytes} [Wed Jun 10 04:57:10 2026] GET /v2.0/networks?id=62b077fb-d95a-4cae-8287-5e720b41c6fb => generated 704 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1220/2367] 199.204.45.109 () {34 vars in 1050 bytes} [Wed Jun 10 04:57:11 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=29f9d65bbbbe484296f26cb6b60025b7 => generated 178 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1148/2368] 199.204.45.109 () {38 vars in 955 bytes} [Wed Jun 10 04:57:11 2026] POST /v2.0/ports => generated 1183 bytes in 430 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: 1149/2369] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:57:11 2026] GET /v2.0/ports?device_id=5c9ef4f7-c5c7-45e2-b6c7-aec733923726 => generated 1198 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1150/2370] 10.0.0.191 () {34 vars in 1040 bytes} [Wed Jun 10 04:57:11 2026] GET /v2.0/security-groups?id=946501fc-6949-432d-b888-eaad63803b74&fields=id&fields=name => generated 111 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1221/2371] 199.204.45.109 () {38 vars in 1028 bytes} [Wed Jun 10 04:57:11 2026] PUT /v2.0/ports/d577537c-394b-4ede-bd4f-ecf3ff6ff0aa => generated 1464 bytes in 425 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 04:57:11.959 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-0771b323-5cb2-44ed-93c5-d37ed885a9ae'] response: {'name': 'network-changed', 'server_uuid': '5c9ef4f7-c5c7-45e2-b6c7-aec733923726', 'tag': 'd577537c-394b-4ede-bd4f-ecf3ff6ff0aa', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1151/2372] 199.204.45.109 () {34 vars in 1080 bytes} [Wed Jun 10 04:57:12 2026] GET /v2.0/ports?tenant_id=29f9d65bbbbe484296f26cb6b60025b7&device_id=5c9ef4f7-c5c7-45e2-b6c7-aec733923726 => generated 1467 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1222/2373] 199.204.45.109 () {34 vars in 1018 bytes} [Wed Jun 10 04:57:12 2026] GET /v2.0/networks?tenant_id=29f9d65bbbbe484296f26cb6b60025b7&shared=False => generated 2374 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1152/2374] 199.204.45.109 () {34 vars in 930 bytes} [Wed Jun 10 04:57:12 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: 1223/2375] 10.0.0.238 () {34 vars in 990 bytes} [Wed Jun 10 04:57:13 2026] GET /v2.0/ports?device_id=0e05b553-4baa-4bb1-999f-6077a1062073 => generated 1465 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1153/2376] 10.0.0.238 () {34 vars in 1040 bytes} [Wed Jun 10 04:57:13 2026] GET /v2.0/security-groups?id=946501fc-6949-432d-b888-eaad63803b74&fields=id&fields=name => generated 111 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1224/2377] 199.204.45.109 () {34 vars in 1080 bytes} [Wed Jun 10 04:57:13 2026] GET /v2.0/ports?tenant_id=29f9d65bbbbe484296f26cb6b60025b7&device_id=5c9ef4f7-c5c7-45e2-b6c7-aec733923726 => generated 1467 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1154/2378] 199.204.45.109 () {34 vars in 1058 bytes} [Wed Jun 10 04:57:13 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.182&port_id=d577537c-394b-4ede-bd4f-ecf3ff6ff0aa => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1225/2379] 199.204.45.109 () {34 vars in 1104 bytes} [Wed Jun 10 04:57:13 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A9c&port_id=d577537c-394b-4ede-bd4f-ecf3ff6ff0aa => 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: 1155/2380] 199.204.45.109 () {34 vars in 1064 bytes} [Wed Jun 10 04:57:13 2026] GET /v2.0/subnets?id=0e54f156-60a7-48b9-a702-6e26d657baaa&id=679886e7-8b43-47ad-b2c8-5473e8b6450a => generated 1414 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1226/2381] 199.204.45.109 () {34 vars in 1052 bytes} [Wed Jun 10 04:57:13 2026] GET /v2.0/ports?network_id=62b077fb-d95a-4cae-8287-5e720b41c6fb&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: 1156/2382] 199.204.45.109 () {34 vars in 1052 bytes} [Wed Jun 10 04:57:13 2026] GET /v2.0/ports?network_id=62b077fb-d95a-4cae-8287-5e720b41c6fb&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: 1227/2383] 199.204.45.109 () {34 vars in 1012 bytes} [Wed Jun 10 04:57:13 2026] GET /v2.0/networks/62b077fb-d95a-4cae-8287-5e720b41c6fb?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: 1157/2384] 199.204.45.109 () {34 vars in 1112 bytes} [Wed Jun 10 04:57:13 2026] GET /v2.0/networks/62b077fb-d95a-4cae-8287-5e720b41c6fb?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: 1159/2387] 10.0.0.208 () {32 vars in 826 bytes} [Wed Jun 10 04:57:16 2026] GET /v2.0/ports?project_id=f81d99702748450cb5306a90c6a99368&network_id=dbd33524-a535-4a75-be34-b313217dbec2 => generated 3691 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1229/2388] 10.0.0.208 () {32 vars in 742 bytes} [Wed Jun 10 04:57:16 2026] GET /v2.0/subnets?network_id=23113d02-bf78-4186-bb2b-4463b7e5c35e => generated 667 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1160/2389] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:57:16 2026] GET /v2.0/ports?device_id=5c9ef4f7-c5c7-45e2-b6c7-aec733923726 => generated 1200 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1230/2390] 10.0.0.191 () {34 vars in 1040 bytes} [Wed Jun 10 04:57:16 2026] GET /v2.0/security-groups?id=946501fc-6949-432d-b888-eaad63803b74&fields=id&fields=name => generated 111 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 04:57:17.242 8 INFO neutron.db.l3_db [None req-81bd848a-cc09-43fb-8b7e-422e3868efcd 51694d890b37432a879a3a3c0f09957d f81d99702748450cb5306a90c6a99368 - - default default] Floating IP bb6ae136-0929-487f-b110-213a91fabfca disassociated. External IP: 10.96.250.204, port: 6c90e418-569c-4621-94bb-4b821d6ac205. [pid: 8|app: 0|req: 1161/2391] 10.0.0.208 () {34 vars in 749 bytes} [Wed Jun 10 04:57:17 2026] PUT /v2.0/floatingips/bb6ae136-0929-487f-b110-213a91fabfca => generated 554 bytes in 508 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 04:57:17.645 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-aec12e70-b47d-4a2b-a8ae-3eb35b05eda3'] response: {'name': 'network-changed', 'server_uuid': 'f2ef09e9-44b6-4169-a62f-83f766f30631', 'tag': '6c90e418-569c-4621-94bb-4b821d6ac205', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1231/2392] 10.0.0.208 () {32 vars in 729 bytes} [Wed Jun 10 04:57:17 2026] GET /v2.0/floatingips/bb6ae136-0929-487f-b110-213a91fabfca => generated 554 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1162/2393] 199.204.45.109 () {34 vars in 1080 bytes} [Wed Jun 10 04:57:18 2026] GET /v2.0/ports?tenant_id=f81d99702748450cb5306a90c6a99368&device_id=f2ef09e9-44b6-4169-a62f-83f766f30631 => generated 1240 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1232/2394] 199.204.45.109 () {34 vars in 986 bytes} [Wed Jun 10 04:57:18 2026] GET /v2.0/networks?id=dbd33524-a535-4a75-be34-b313217dbec2 => generated 756 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1163/2395] 199.204.45.109 () {34 vars in 1058 bytes} [Wed Jun 10 04:57:18 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.2&port_id=6c90e418-569c-4621-94bb-4b821d6ac205 => 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: 1233/2396] 199.204.45.109 () {34 vars in 984 bytes} [Wed Jun 10 04:57:18 2026] GET /v2.0/subnets?id=fece898a-e452-44b2-bdcc-cbf3a86cecf4 => generated 678 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1164/2397] 199.204.45.109 () {34 vars in 1052 bytes} [Wed Jun 10 04:57:18 2026] GET /v2.0/ports?network_id=dbd33524-a535-4a75-be34-b313217dbec2&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: 1234/2398] 199.204.45.109 () {34 vars in 1012 bytes} [Wed Jun 10 04:57:18 2026] GET /v2.0/networks/dbd33524-a535-4a75-be34-b313217dbec2?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: 1165/2399] 199.204.45.109 () {34 vars in 1112 bytes} [Wed Jun 10 04:57:18 2026] GET /v2.0/networks/dbd33524-a535-4a75-be34-b313217dbec2?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: 7|app: 0|req: 1235/2400] 10.0.0.208 () {32 vars in 729 bytes} [Wed Jun 10 04:57:18 2026] GET /v2.0/floatingips/bb6ae136-0929-487f-b110-213a91fabfca => 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: 1166/2401] 10.0.0.208 () {32 vars in 729 bytes} [Wed Jun 10 04:57:19 2026] GET /v2.0/floatingips/bb6ae136-0929-487f-b110-213a91fabfca => generated 552 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1236/2402] 10.0.0.208 () {34 vars in 685 bytes} [Wed Jun 10 04:57:20 2026] POST /v2.0/security-groups => generated 1677 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1167/2403] 10.0.0.208 () {34 vars in 695 bytes} [Wed Jun 10 04:57:20 2026] POST /v2.0/security-group-rules => generated 597 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1237/2404] 10.0.0.208 () {34 vars in 695 bytes} [Wed Jun 10 04:57:21 2026] POST /v2.0/security-group-rules => generated 596 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1168/2405] 10.0.0.208 () {34 vars in 695 bytes} [Wed Jun 10 04:57:21 2026] POST /v2.0/security-group-rules => generated 602 bytes in 94 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1238/2406] 10.0.0.208 () {34 vars in 695 bytes} [Wed Jun 10 04:57:21 2026] POST /v2.0/security-group-rules => generated 601 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 04:57:21.409 8 INFO neutron.db.securitygroups_db [None req-d16b0ccb-1dbc-47c2-b555-6b37a0d6c76e 51694d890b37432a879a3a3c0f09957d f81d99702748450cb5306a90c6a99368 - - default default] Project f81d99702748450cb5306a90c6a99368 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: 1169/2407] 10.0.0.208 () {34 vars in 695 bytes} [Wed Jun 10 04:57:21 2026] POST /v2.0/security-group-rules => generated 607 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 04:57:21.514 7 INFO neutron.db.securitygroups_db [None req-b6f26ff2-1d55-454f-b9b9-3284f4151d54 51694d890b37432a879a3a3c0f09957d f81d99702748450cb5306a90c6a99368 - - default default] Project f81d99702748450cb5306a90c6a99368 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: 1239/2408] 10.0.0.208 () {34 vars in 695 bytes} [Wed Jun 10 04:57:21 2026] POST /v2.0/security-group-rules => generated 606 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1170/2409] 10.0.0.208 () {32 vars in 649 bytes} [Wed Jun 10 04:57:21 2026] GET /v2.0/networks => generated 1297 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1240/2410] 10.0.0.191 () {34 vars in 1100 bytes} [Wed Jun 10 04:57:22 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1870746744&fields=id&tenant_id=f81d99702748450cb5306a90c6a99368 => 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: 1241/2411] 10.0.0.191 () {34 vars in 982 bytes} [Wed Jun 10 04:57:22 2026] GET /v2.0/networks?id=dbd33524-a535-4a75-be34-b313217dbec2 => generated 660 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1171/2412] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:57:22 2026] GET /v2.0/ports?device_id=5c9ef4f7-c5c7-45e2-b6c7-aec733923726 => generated 1200 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1242/2413] 10.0.0.191 () {34 vars in 965 bytes} [Wed Jun 10 04:57:22 2026] GET /v2.0/quotas/f81d99702748450cb5306a90c6a99368 => generated 292 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1172/2414] 10.0.0.191 () {34 vars in 1040 bytes} [Wed Jun 10 04:57:22 2026] GET /v2.0/security-groups?id=946501fc-6949-432d-b888-eaad63803b74&fields=id&fields=name => generated 111 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1173/2415] 10.0.0.208 () {32 vars in 818 bytes} [Wed Jun 10 04:57:22 2026] GET /v2.0/ports?network_id=62b077fb-d95a-4cae-8287-5e720b41c6fb&mac_address=fa%3A16%3A3e%3Abb%3A4b%3Acb => generated 1200 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1243/2416] 10.0.0.191 () {34 vars in 1002 bytes} [Wed Jun 10 04:57:22 2026] GET /v2.0/ports?tenant_id=f81d99702748450cb5306a90c6a99368&fields=id => generated 149 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1244/2417] 10.0.0.191 () {34 vars in 1008 bytes} [Wed Jun 10 04:57:22 2026] GET /v2.0/networks/dbd33524-a535-4a75-be34-b313217dbec2?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: 1245/2418] 10.0.0.191 () {34 vars in 1108 bytes} [Wed Jun 10 04:57:22 2026] GET /v2.0/networks/dbd33524-a535-4a75-be34-b313217dbec2?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: 1246/2419] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:57:22 2026] GET /v2.0/ports?device_id=6a21e39e-4d43-419c-98c6-7dc08cc7c263 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 04:57:23.025 8 INFO neutron.db.l3_db [None req-5f5f81d0-848f-4ffc-b444-da2dd794f8b6 c06363c5d33d405eb13787e020792159 29f9d65bbbbe484296f26cb6b60025b7 - - default default] Floating IP c8d5cccf-e923-4c8b-b639-8802930692a4 associated. External IP: 10.96.250.210, port: d577537c-394b-4ede-bd4f-ecf3ff6ff0aa. [pid: 8|app: 0|req: 1174/2420] 10.0.0.208 () {34 vars in 677 bytes} [Wed Jun 10 04:57:22 2026] POST /v2.0/floatingips => generated 855 bytes in 1132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 04:57:23.466 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7f81e9af-7f04-404e-8005-0e27c8acaa53'] response: {'name': 'network-changed', 'server_uuid': '5c9ef4f7-c5c7-45e2-b6c7-aec733923726', 'tag': 'd577537c-394b-4ede-bd4f-ecf3ff6ff0aa', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1247/2421] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:57:23 2026] GET /v2.0/ports?device_id=6a21e39e-4d43-419c-98c6-7dc08cc7c263 => 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: 1175/2422] 199.204.45.109 () {34 vars in 1080 bytes} [Wed Jun 10 04:57:23 2026] GET /v2.0/ports?tenant_id=29f9d65bbbbe484296f26cb6b60025b7&device_id=5c9ef4f7-c5c7-45e2-b6c7-aec733923726 => generated 1469 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1248/2423] 199.204.45.109 () {34 vars in 986 bytes} [Wed Jun 10 04:57:24 2026] GET /v2.0/networks?id=62b077fb-d95a-4cae-8287-5e720b41c6fb => generated 800 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1176/2424] 199.204.45.109 () {34 vars in 1058 bytes} [Wed Jun 10 04:57:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.182&port_id=d577537c-394b-4ede-bd4f-ecf3ff6ff0aa => generated 858 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1249/2425] 199.204.45.109 () {34 vars in 1104 bytes} [Wed Jun 10 04:57:24 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A9c&port_id=d577537c-394b-4ede-bd4f-ecf3ff6ff0aa => 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: 1177/2426] 199.204.45.109 () {34 vars in 1064 bytes} [Wed Jun 10 04:57:24 2026] GET /v2.0/subnets?id=0e54f156-60a7-48b9-a702-6e26d657baaa&id=679886e7-8b43-47ad-b2c8-5473e8b6450a => generated 1414 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1250/2427] 199.204.45.109 () {34 vars in 1052 bytes} [Wed Jun 10 04:57:24 2026] GET /v2.0/ports?network_id=62b077fb-d95a-4cae-8287-5e720b41c6fb&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: 8|app: 0|req: 1178/2428] 199.204.45.109 () {34 vars in 1052 bytes} [Wed Jun 10 04:57:24 2026] GET /v2.0/ports?network_id=62b077fb-d95a-4cae-8287-5e720b41c6fb&device_owner=network%3Adhcp => generated 1461 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1251/2429] 199.204.45.109 () {34 vars in 1012 bytes} [Wed Jun 10 04:57:24 2026] GET /v2.0/networks/62b077fb-d95a-4cae-8287-5e720b41c6fb?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: 1179/2430] 199.204.45.109 () {34 vars in 1112 bytes} [Wed Jun 10 04:57:24 2026] GET /v2.0/networks/62b077fb-d95a-4cae-8287-5e720b41c6fb?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: 1252/2431] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:57:24 2026] GET /v2.0/ports?device_id=6a21e39e-4d43-419c-98c6-7dc08cc7c263 => 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: 1180/2432] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:57:25 2026] GET /v2.0/ports?device_id=6a21e39e-4d43-419c-98c6-7dc08cc7c263 => 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: 1253/2433] 199.204.45.109 () {34 vars in 986 bytes} [Wed Jun 10 04:57:26 2026] GET /v2.0/networks?id=dbd33524-a535-4a75-be34-b313217dbec2 => generated 660 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1254/2434] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:57:26 2026] GET /v2.0/ports?device_id=6a21e39e-4d43-419c-98c6-7dc08cc7c263 => 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: 1181/2435] 199.204.45.109 () {34 vars in 1050 bytes} [Wed Jun 10 04:57:26 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=f81d99702748450cb5306a90c6a99368 => generated 274 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1255/2436] 199.204.45.109 () {38 vars in 955 bytes} [Wed Jun 10 04:57:26 2026] POST /v2.0/ports => generated 958 bytes in 392 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1182/2437] 199.204.45.109 () {38 vars in 1028 bytes} [Wed Jun 10 04:57:27 2026] PUT /v2.0/ports/b15b872e-78ed-4439-b7af-1c06f49527b1 => generated 1239 bytes in 398 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 04:57:27.780 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-fb47debe-6d32-4e90-9e24-8169655f0dac'] response: {'name': 'network-changed', 'server_uuid': '6a21e39e-4d43-419c-98c6-7dc08cc7c263', 'tag': 'b15b872e-78ed-4439-b7af-1c06f49527b1', 'status': 'completed', 'code': 200} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1256/2438] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:57:28 2026] GET /v2.0/ports?device_id=6a21e39e-4d43-419c-98c6-7dc08cc7c263 => generated 973 bytes in 40 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: 1183/2439] 10.0.0.191 () {34 vars in 1040 bytes} [Wed Jun 10 04:57:28 2026] GET /v2.0/security-groups?id=8489746f-c7cd-45bc-a184-86bebce6a04f&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1257/2440] 199.204.45.109 () {34 vars in 1080 bytes} [Wed Jun 10 04:57:28 2026] GET /v2.0/ports?tenant_id=f81d99702748450cb5306a90c6a99368&device_id=6a21e39e-4d43-419c-98c6-7dc08cc7c263 => generated 1242 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1184/2441] 199.204.45.109 () {34 vars in 1018 bytes} [Wed Jun 10 04:57:28 2026] GET /v2.0/networks?tenant_id=f81d99702748450cb5306a90c6a99368&shared=False => generated 756 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1258/2442] 199.204.45.109 () {34 vars in 930 bytes} [Wed Jun 10 04:57:28 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1185/2443] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:57:29 2026] GET /v2.0/ports?device_id=6a21e39e-4d43-419c-98c6-7dc08cc7c263 => generated 973 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1259/2444] 10.0.0.191 () {34 vars in 1040 bytes} [Wed Jun 10 04:57:29 2026] GET /v2.0/security-groups?id=8489746f-c7cd-45bc-a184-86bebce6a04f&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: 1186/2445] 199.204.45.109 () {34 vars in 1080 bytes} [Wed Jun 10 04:57:29 2026] GET /v2.0/ports?tenant_id=f81d99702748450cb5306a90c6a99368&device_id=6a21e39e-4d43-419c-98c6-7dc08cc7c263 => 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: 1260/2446] 199.204.45.109 () {34 vars in 1060 bytes} [Wed Jun 10 04:57:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=b15b872e-78ed-4439-b7af-1c06f49527b1 => 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: 1187/2447] 199.204.45.109 () {34 vars in 984 bytes} [Wed Jun 10 04:57:29 2026] GET /v2.0/subnets?id=fece898a-e452-44b2-bdcc-cbf3a86cecf4 => generated 678 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1261/2448] 199.204.45.109 () {34 vars in 1052 bytes} [Wed Jun 10 04:57:29 2026] GET /v2.0/ports?network_id=dbd33524-a535-4a75-be34-b313217dbec2&device_owner=network%3Adhcp => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1188/2449] 199.204.45.109 () {34 vars in 1012 bytes} [Wed Jun 10 04:57:29 2026] GET /v2.0/networks/dbd33524-a535-4a75-be34-b313217dbec2?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: 1262/2450] 199.204.45.109 () {34 vars in 1112 bytes} [Wed Jun 10 04:57:29 2026] GET /v2.0/networks/dbd33524-a535-4a75-be34-b313217dbec2?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: 1189/2451] 10.0.0.238 () {34 vars in 990 bytes} [Wed Jun 10 04:57:29 2026] GET /v2.0/ports?device_id=5c9ef4f7-c5c7-45e2-b6c7-aec733923726 => generated 1469 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1263/2452] 10.0.0.238 () {34 vars in 1040 bytes} [Wed Jun 10 04:57:29 2026] GET /v2.0/security-groups?id=946501fc-6949-432d-b888-eaad63803b74&fields=id&fields=name => generated 111 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1190/2453] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:57:30 2026] GET /v2.0/ports?device_id=6a21e39e-4d43-419c-98c6-7dc08cc7c263 => generated 973 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1264/2454] 10.0.0.191 () {34 vars in 1040 bytes} [Wed Jun 10 04:57:30 2026] GET /v2.0/security-groups?id=8489746f-c7cd-45bc-a184-86bebce6a04f&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1192/2457] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:57:31 2026] GET /v2.0/ports?device_id=6a21e39e-4d43-419c-98c6-7dc08cc7c263 => generated 973 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1266/2458] 10.0.0.191 () {34 vars in 1040 bytes} [Wed Jun 10 04:57:31 2026] GET /v2.0/security-groups?id=8489746f-c7cd-45bc-a184-86bebce6a04f&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: 1193/2459] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:57:32 2026] GET /v2.0/ports?device_id=6a21e39e-4d43-419c-98c6-7dc08cc7c263 => generated 973 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1267/2460] 10.0.0.191 () {34 vars in 1040 bytes} [Wed Jun 10 04:57:32 2026] GET /v2.0/security-groups?id=8489746f-c7cd-45bc-a184-86bebce6a04f&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1194/2461] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:57:33 2026] GET /v2.0/ports?device_id=6a21e39e-4d43-419c-98c6-7dc08cc7c263 => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1268/2462] 10.0.0.191 () {34 vars in 1040 bytes} [Wed Jun 10 04:57:33 2026] GET /v2.0/security-groups?id=8489746f-c7cd-45bc-a184-86bebce6a04f&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1195/2463] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:57:34 2026] GET /v2.0/ports?device_id=6a21e39e-4d43-419c-98c6-7dc08cc7c263 => generated 975 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1269/2464] 10.0.0.191 () {34 vars in 1040 bytes} [Wed Jun 10 04:57:35 2026] GET /v2.0/security-groups?id=8489746f-c7cd-45bc-a184-86bebce6a04f&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1196/2465] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:57:35 2026] GET /v2.0/ports?device_id=6a21e39e-4d43-419c-98c6-7dc08cc7c263 => generated 975 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1270/2466] 10.0.0.191 () {34 vars in 1040 bytes} [Wed Jun 10 04:57:35 2026] GET /v2.0/security-groups?id=8489746f-c7cd-45bc-a184-86bebce6a04f&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1197/2467] 10.0.0.208 () {32 vars in 736 bytes} [Wed Jun 10 04:57:35 2026] GET /v2.0/ports?device_id=6a21e39e-4d43-419c-98c6-7dc08cc7c263 => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 04:57:35.634 7 INFO neutron.db.l3_db [None req-d8af2384-1a44-4d96-b0a5-dc03e0c9c6ac 51694d890b37432a879a3a3c0f09957d f81d99702748450cb5306a90c6a99368 - - default default] Floating IP bb6ae136-0929-487f-b110-213a91fabfca associated. External IP: 10.96.250.204, port: b15b872e-78ed-4439-b7af-1c06f49527b1. [pid: 7|app: 0|req: 1271/2468] 10.0.0.208 () {34 vars in 749 bytes} [Wed Jun 10 04:57:35 2026] PUT /v2.0/floatingips/bb6ae136-0929-487f-b110-213a91fabfca => generated 856 bytes in 1018 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 04:57:36.374 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a5c4c427-fd69-4347-9873-417f4fca133a'] response: {'name': 'network-changed', 'server_uuid': '6a21e39e-4d43-419c-98c6-7dc08cc7c263', 'tag': 'b15b872e-78ed-4439-b7af-1c06f49527b1', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1198/2469] 10.0.0.208 () {32 vars in 729 bytes} [Wed Jun 10 04:57:36 2026] GET /v2.0/floatingips/bb6ae136-0929-487f-b110-213a91fabfca => generated 856 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1272/2470] 199.204.45.109 () {34 vars in 1080 bytes} [Wed Jun 10 04:57:36 2026] GET /v2.0/ports?tenant_id=f81d99702748450cb5306a90c6a99368&device_id=6a21e39e-4d43-419c-98c6-7dc08cc7c263 => 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: 1199/2471] 199.204.45.109 () {34 vars in 986 bytes} [Wed Jun 10 04:57:36 2026] GET /v2.0/networks?id=dbd33524-a535-4a75-be34-b313217dbec2 => generated 756 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1273/2472] 199.204.45.109 () {34 vars in 1060 bytes} [Wed Jun 10 04:57:36 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=b15b872e-78ed-4439-b7af-1c06f49527b1 => generated 859 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1200/2473] 199.204.45.109 () {34 vars in 984 bytes} [Wed Jun 10 04:57:37 2026] GET /v2.0/subnets?id=fece898a-e452-44b2-bdcc-cbf3a86cecf4 => generated 678 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1274/2474] 199.204.45.109 () {34 vars in 1052 bytes} [Wed Jun 10 04:57:37 2026] GET /v2.0/ports?network_id=dbd33524-a535-4a75-be34-b313217dbec2&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: 1201/2475] 199.204.45.109 () {34 vars in 1012 bytes} [Wed Jun 10 04:57:37 2026] GET /v2.0/networks/dbd33524-a535-4a75-be34-b313217dbec2?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: 1275/2476] 199.204.45.109 () {34 vars in 1112 bytes} [Wed Jun 10 04:57:37 2026] GET /v2.0/networks/dbd33524-a535-4a75-be34-b313217dbec2?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1202/2477] 10.0.0.208 () {32 vars in 729 bytes} [Wed Jun 10 04:57:37 2026] GET /v2.0/floatingips/bb6ae136-0929-487f-b110-213a91fabfca => generated 856 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1276/2478] 10.0.0.208 () {32 vars in 729 bytes} [Wed Jun 10 04:57:38 2026] GET /v2.0/floatingips/bb6ae136-0929-487f-b110-213a91fabfca => 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: 1203/2479] 10.0.0.208 () {32 vars in 721 bytes} [Wed Jun 10 04:57:40 2026] GET /v2.0/subnets/547654d1-9744-4c30-8c28-a9834a8392c6 => generated 676 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1277/2480] 10.0.0.106 () {30 vars in 690 bytes} [Wed Jun 10 04:57:41 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1204/2481] 10.0.0.106 () {30 vars in 692 bytes} [Wed Jun 10 04:57:41 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: 1278/2482] 10.0.0.106 () {30 vars in 668 bytes} [Wed Jun 10 04:57:41 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: 1205/2483] 10.0.0.106 () {30 vars in 704 bytes} [Wed Jun 10 04:57:41 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1279/2484] 10.0.0.106 () {28 vars in 439 bytes} [Wed Jun 10 04:57:42 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: 1206/2485] 10.0.0.106 () {30 vars in 728 bytes} [Wed Jun 10 04:57:42 2026] GET /v2.0/subnets/547654d1-9744-4c30-8c28-a9834a8392c6 => generated 658 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1280/2486] 10.0.0.106 () {30 vars in 690 bytes} [Wed Jun 10 04:57:42 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: 1207/2487] 10.0.0.106 () {30 vars in 692 bytes} [Wed Jun 10 04:57:42 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: 1281/2488] 10.0.0.106 () {30 vars in 668 bytes} [Wed Jun 10 04:57:42 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: 1208/2489] 10.0.0.106 () {30 vars in 704 bytes} [Wed Jun 10 04:57:42 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: 1282/2490] 10.0.0.106 () {30 vars in 728 bytes} [Wed Jun 10 04:57:42 2026] GET /v2.0/subnets/547654d1-9744-4c30-8c28-a9834a8392c6 => generated 676 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1209/2491] 10.0.0.106 () {30 vars in 690 bytes} [Wed Jun 10 04:57:42 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: 1283/2492] 10.0.0.106 () {30 vars in 692 bytes} [Wed Jun 10 04:57:42 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: 1210/2493] 10.0.0.106 () {30 vars in 668 bytes} [Wed Jun 10 04:57:42 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: 1284/2494] 10.0.0.106 () {30 vars in 704 bytes} [Wed Jun 10 04:57:42 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: 1211/2495] 10.0.0.106 () {30 vars in 730 bytes} [Wed Jun 10 04:57:42 2026] GET /v2.0/networks/c4d7a4e8-c3b7-4fd3-ac18-857238094841 => generated 798 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1285/2496] 10.0.0.106 () {30 vars in 682 bytes} [Wed Jun 10 04:57:42 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1212/2497] 10.0.0.106 () {34 vars in 704 bytes} [Wed Jun 10 04:57:42 2026] POST /v2.0/ports => generated 1128 bytes in 339 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1286/2498] 199.204.45.109 () {30 vars in 703 bytes} [Wed Jun 10 04:57:45 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1213/2499] 199.204.45.109 () {30 vars in 705 bytes} [Wed Jun 10 04:57:45 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1287/2500] 199.204.45.109 () {30 vars in 681 bytes} [Wed Jun 10 04:57: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: 1214/2501] 199.204.45.109 () {30 vars in 717 bytes} [Wed Jun 10 04:57:45 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1288/2502] 199.204.45.109 () {30 vars in 737 bytes} [Wed Jun 10 04:57:45 2026] GET /v2.0/ports/48e22b7c-cecf-46a8-aaa3-a5ab2569cde9 => generated 1128 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1290/2505] 199.204.45.109 () {30 vars in 703 bytes} [Wed Jun 10 04:57:45 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1216/2506] 199.204.45.109 () {30 vars in 705 bytes} [Wed Jun 10 04:57:45 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1291/2507] 199.204.45.109 () {30 vars in 681 bytes} [Wed Jun 10 04:57:45 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1217/2508] 199.204.45.109 () {30 vars in 717 bytes} [Wed Jun 10 04:57: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) 2026-06-10 04:57:45.908 7 INFO neutron.api.v2.resource [None req-053ca19f-5af6-403c-9194-5c1a17655be7 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1292/2509] 199.204.45.109 () {30 vars in 763 bytes} [Wed Jun 10 04:57:45 2026] GET /v2.0/security-groups/lb-8b1147ad-73d5-4a3c-8c09-a82d10400071 => 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: 1218/2510] 199.204.45.109 () {30 vars in 785 bytes} [Wed Jun 10 04:57:45 2026] GET /v2.0/security-groups?name=lb-8b1147ad-73d5-4a3c-8c09-a82d10400071 => generated 23 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1219/2511] 10.0.0.238 () {34 vars in 990 bytes} [Wed Jun 10 04:57:45 2026] GET /v2.0/ports?device_id=6a21e39e-4d43-419c-98c6-7dc08cc7c263 => 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: 1220/2512] 10.0.0.238 () {34 vars in 1040 bytes} [Wed Jun 10 04:57:46 2026] GET /v2.0/security-groups?id=8489746f-c7cd-45bc-a184-86bebce6a04f&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1293/2513] 199.204.45.109 () {34 vars in 736 bytes} [Wed Jun 10 04:57:45 2026] POST /v2.0/security-groups => generated 1638 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1221/2514] 199.204.45.109 () {30 vars in 815 bytes} [Wed Jun 10 04:57:46 2026] GET /v2.0/security-group-rules?security_group_id=f7ec7e39-7508-46d9-92a2-4a6ca4e13881 => generated 1182 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1294/2515] 199.204.45.109 () {34 vars in 789 bytes} [Wed Jun 10 04:57:46 2026] PUT /v2.0/ports/48e22b7c-cecf-46a8-aaa3-a5ab2569cde9 => generated 1128 bytes in 243 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1222/2516] 199.204.45.109 () {30 vars in 703 bytes} [Wed Jun 10 04:57:46 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: 7|app: 0|req: 1295/2517] 199.204.45.109 () {30 vars in 705 bytes} [Wed Jun 10 04:57:46 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: 1223/2518] 199.204.45.109 () {30 vars in 681 bytes} [Wed Jun 10 04:57:46 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: 1296/2519] 199.204.45.109 () {30 vars in 717 bytes} [Wed Jun 10 04:57:46 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: 1224/2520] 199.204.45.109 () {30 vars in 741 bytes} [Wed Jun 10 04:57:46 2026] GET /v2.0/subnets/547654d1-9744-4c30-8c28-a9834a8392c6 => generated 676 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1297/2521] 10.0.0.191 () {34 vars in 1016 bytes} [Wed Jun 10 04:57:53 2026] GET /v2.0/security-groups?id=be0740ee-abd6-4e0b-9043-069cd3225312&fields=id => 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: 1225/2522] 10.0.0.191 () {34 vars in 982 bytes} [Wed Jun 10 04:57:53 2026] GET /v2.0/networks?id=c9b89531-1803-4d0e-a089-f7dfd8a5bbe1 => generated 735 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1298/2523] 10.0.0.191 () {34 vars in 965 bytes} [Wed Jun 10 04:57:53 2026] GET /v2.0/quotas/c4bf318bd0414f7a8d22288735fa09e7 => generated 291 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1226/2524] 10.0.0.191 () {34 vars in 1002 bytes} [Wed Jun 10 04:57:53 2026] GET /v2.0/ports?tenant_id=c4bf318bd0414f7a8d22288735fa09e7&fields=id => generated 149 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1299/2525] 10.0.0.191 () {34 vars in 1008 bytes} [Wed Jun 10 04:57:53 2026] GET /v2.0/networks/c9b89531-1803-4d0e-a089-f7dfd8a5bbe1?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: 1227/2526] 10.0.0.191 () {34 vars in 1108 bytes} [Wed Jun 10 04:57:53 2026] GET /v2.0/networks/c9b89531-1803-4d0e-a089-f7dfd8a5bbe1?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: 1300/2527] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:57:54 2026] GET /v2.0/ports?device_id=729177f2-222a-4b20-9a5c-d65231d9e2ef => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1228/2528] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:57:54 2026] GET /v2.0/ports?device_id=729177f2-222a-4b20-9a5c-d65231d9e2ef => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1301/2529] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:57:55 2026] GET /v2.0/ports?device_id=6a21e39e-4d43-419c-98c6-7dc08cc7c263 => generated 975 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1229/2530] 10.0.0.191 () {34 vars in 1040 bytes} [Wed Jun 10 04:57:55 2026] GET /v2.0/security-groups?id=8489746f-c7cd-45bc-a184-86bebce6a04f&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1302/2531] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:57:57 2026] GET /v2.0/ports?device_id=6a21e39e-4d43-419c-98c6-7dc08cc7c263 => generated 975 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1230/2532] 10.0.0.191 () {34 vars in 1040 bytes} [Wed Jun 10 04:57:57 2026] GET /v2.0/security-groups?id=8489746f-c7cd-45bc-a184-86bebce6a04f&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: 1303/2533] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:57:57 2026] GET /v2.0/ports?device_id=729177f2-222a-4b20-9a5c-d65231d9e2ef => 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: 1231/2534] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:57:57 2026] GET /v2.0/ports?device_id=729177f2-222a-4b20-9a5c-d65231d9e2ef => 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: 1304/2535] 199.204.45.109 () {34 vars in 994 bytes} [Wed Jun 10 04:57:58 2026] GET /v2.0/ports?device_id=6a21e39e-4d43-419c-98c6-7dc08cc7c263 => generated 975 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1305/2536] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:57:58 2026] GET /v2.0/ports?device_id=6a21e39e-4d43-419c-98c6-7dc08cc7c263 => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1306/2537] 10.0.0.191 () {34 vars in 1040 bytes} [Wed Jun 10 04:57:58 2026] GET /v2.0/security-groups?id=8489746f-c7cd-45bc-a184-86bebce6a04f&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 04:57:58.378 8 INFO neutron_taas.services.taas.taas_plugin [req-122386cc-72b2-49ce-84fa-0b2d526ddada req-e98a44ee-87e7-47d2-b4d6-1d599e7774d0 51694d890b37432a879a3a3c0f09957d f81d99702748450cb5306a90c6a99368 - - default default] TaaS: Handle Delete Port: b15b872e-78ed-4439-b7af-1c06f49527b1 2026-06-10 04:57:58.382 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-122386cc-72b2-49ce-84fa-0b2d526ddada req-e98a44ee-87e7-47d2-b4d6-1d599e7774d0 51694d890b37432a879a3a3c0f09957d f81d99702748450cb5306a90c6a99368 - - default default] Tap Mirror: Handle Delete Port: b15b872e-78ed-4439-b7af-1c06f49527b1 [pid: 7|app: 0|req: 1307/2538] 199.204.45.109 () {34 vars in 986 bytes} [Wed Jun 10 04:57:58 2026] GET /v2.0/networks?id=c9b89531-1803-4d0e-a089-f7dfd8a5bbe1 => generated 735 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 04:57:58.521 8 INFO neutron.db.l3_db [req-122386cc-72b2-49ce-84fa-0b2d526ddada req-e98a44ee-87e7-47d2-b4d6-1d599e7774d0 51694d890b37432a879a3a3c0f09957d f81d99702748450cb5306a90c6a99368 - - default default] Floating IP bb6ae136-0929-487f-b110-213a91fabfca disassociated. External IP: 10.96.250.204, port: b15b872e-78ed-4439-b7af-1c06f49527b1. [pid: 7|app: 0|req: 1308/2539] 199.204.45.109 () {34 vars in 1050 bytes} [Wed Jun 10 04:57:58 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=c4bf318bd0414f7a8d22288735fa09e7 => generated 343 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1309/2540] 199.204.45.109 () {38 vars in 955 bytes} [Wed Jun 10 04:57:58 2026] POST /v2.0/ports => generated 1082 bytes in 285 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: 1232/2541] 199.204.45.109 () {36 vars in 997 bytes} [Wed Jun 10 04:57:58 2026] DELETE /v2.0/ports/b15b872e-78ed-4439-b7af-1c06f49527b1 => generated 0 bytes in 727 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 04:57:59.008 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-683312e9-699b-4433-92fa-52688d3bbcfa'] response: {'server_uuid': '6a21e39e-4d43-419c-98c6-7dc08cc7c263', 'name': 'network-vif-deleted', 'tag': 'b15b872e-78ed-4439-b7af-1c06f49527b1', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1310/2542] 199.204.45.109 () {38 vars in 1028 bytes} [Wed Jun 10 04:57:58 2026] PUT /v2.0/ports/2ad4ab39-a8b6-4c97-ab97-5f6b0ab4b408 => generated 1243 bytes in 464 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 04:57:59.343 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e2e18909-2850-4751-b8ad-e4fbbde44284'] response: {'name': 'network-changed', 'server_uuid': '729177f2-222a-4b20-9a5c-d65231d9e2ef', 'tag': '2ad4ab39-a8b6-4c97-ab97-5f6b0ab4b408', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1233/2543] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:57:59 2026] GET /v2.0/ports?device_id=6a21e39e-4d43-419c-98c6-7dc08cc7c263 => 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: 7|app: 0|req: 1311/2544] 199.204.45.109 () {34 vars in 1080 bytes} [Wed Jun 10 04:57:59 2026] GET /v2.0/ports?tenant_id=c4bf318bd0414f7a8d22288735fa09e7&device_id=729177f2-222a-4b20-9a5c-d65231d9e2ef => generated 1246 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1234/2545] 199.204.45.109 () {34 vars in 1018 bytes} [Wed Jun 10 04:57:59 2026] GET /v2.0/networks?tenant_id=c4bf318bd0414f7a8d22288735fa09e7&shared=False => generated 735 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1312/2546] 199.204.45.109 () {34 vars in 930 bytes} [Wed Jun 10 04:57:59 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1235/2547] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:58:00 2026] GET /v2.0/ports?device_id=729177f2-222a-4b20-9a5c-d65231d9e2ef => generated 1246 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1313/2548] 10.0.0.191 () {34 vars in 1040 bytes} [Wed Jun 10 04:58:00 2026] GET /v2.0/security-groups?id=be0740ee-abd6-4e0b-9043-069cd3225312&fields=id&fields=name => generated 96 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1236/2549] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:58:00 2026] GET /v2.0/ports?device_id=729177f2-222a-4b20-9a5c-d65231d9e2ef => generated 1246 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1314/2550] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:58:00 2026] GET /v2.0/ports?device_id=6a21e39e-4d43-419c-98c6-7dc08cc7c263 => generated 12 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1238/2553] 199.204.45.109 () {34 vars in 1080 bytes} [Wed Jun 10 04:58:01 2026] GET /v2.0/ports?tenant_id=c4bf318bd0414f7a8d22288735fa09e7&device_id=729177f2-222a-4b20-9a5c-d65231d9e2ef => generated 1246 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1316/2554] 199.204.45.109 () {34 vars in 1062 bytes} [Wed Jun 10 04:58:01 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.153&port_id=2ad4ab39-a8b6-4c97-ab97-5f6b0ab4b408 => 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: 1239/2555] 199.204.45.109 () {34 vars in 984 bytes} [Wed Jun 10 04:58:01 2026] GET /v2.0/subnets?id=059384f8-211c-41c9-a141-c93e3b91f6cf => generated 654 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1317/2556] 199.204.45.109 () {34 vars in 1052 bytes} [Wed Jun 10 04:58:01 2026] GET /v2.0/ports?network_id=c9b89531-1803-4d0e-a089-f7dfd8a5bbe1&device_owner=network%3Adhcp => generated 1244 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1240/2557] 199.204.45.109 () {34 vars in 1012 bytes} [Wed Jun 10 04:58:01 2026] GET /v2.0/networks/c9b89531-1803-4d0e-a089-f7dfd8a5bbe1?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: 1318/2558] 199.204.45.109 () {34 vars in 1112 bytes} [Wed Jun 10 04:58:01 2026] GET /v2.0/networks/c9b89531-1803-4d0e-a089-f7dfd8a5bbe1?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1241/2559] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:58:01 2026] GET /v2.0/ports?device_id=6a21e39e-4d43-419c-98c6-7dc08cc7c263 => 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: 1319/2560] 10.0.0.208 () {32 vars in 740 bytes} [Wed Jun 10 04:58:02 2026] DELETE /v2.0/security-groups/8489746f-c7cd-45bc-a184-86bebce6a04f => generated 0 bytes in 140 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 04:58:03.008 8 INFO neutron_taas.services.taas.taas_plugin [None req-62907b6e-b925-4f5b-9ab0-8caf0a61c1f6 51694d890b37432a879a3a3c0f09957d f81d99702748450cb5306a90c6a99368 - - default default] TaaS: Handle Delete Port: eab8fae9-1aa4-42bd-b913-55e97842e118 2026-06-10 04:58:03.011 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-62907b6e-b925-4f5b-9ab0-8caf0a61c1f6 51694d890b37432a879a3a3c0f09957d f81d99702748450cb5306a90c6a99368 - - default default] Tap Mirror: Handle Delete Port: eab8fae9-1aa4-42bd-b913-55e97842e118 [pid: 8|app: 0|req: 1242/2561] 10.0.0.208 () {32 vars in 732 bytes} [Wed Jun 10 04:58:02 2026] DELETE /v2.0/floatingips/bb6ae136-0929-487f-b110-213a91fabfca => generated 0 bytes in 303 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1320/2562] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:58:03 2026] GET /v2.0/ports?device_id=729177f2-222a-4b20-9a5c-d65231d9e2ef => generated 1246 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1243/2563] 10.0.0.191 () {34 vars in 1040 bytes} [Wed Jun 10 04:58:03 2026] GET /v2.0/security-groups?id=be0740ee-abd6-4e0b-9043-069cd3225312&fields=id&fields=name => generated 96 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1244/2564] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:58:03 2026] GET /v2.0/ports?device_id=729177f2-222a-4b20-9a5c-d65231d9e2ef => generated 1246 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1321/2565] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:58:03 2026] GET /v2.0/ports?device_id=f2ef09e9-44b6-4169-a62f-83f766f30631 => generated 971 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1245/2566] 10.0.0.191 () {34 vars in 1040 bytes} [Wed Jun 10 04:58:03 2026] GET /v2.0/security-groups?id=a58170b0-e561-46b1-99dd-e43535744a43&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: 7|app: 0|req: 1322/2567] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:58:04 2026] GET /v2.0/ports?device_id=f2ef09e9-44b6-4169-a62f-83f766f30631 => generated 971 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1246/2568] 10.0.0.191 () {34 vars in 1040 bytes} [Wed Jun 10 04:58:04 2026] GET /v2.0/security-groups?id=a58170b0-e561-46b1-99dd-e43535744a43&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1323/2569] 199.204.45.109 () {34 vars in 994 bytes} [Wed Jun 10 04:58:04 2026] GET /v2.0/ports?device_id=729177f2-222a-4b20-9a5c-d65231d9e2ef => generated 1246 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1247/2570] 199.204.45.109 () {34 vars in 1044 bytes} [Wed Jun 10 04:58:04 2026] GET /v2.0/security-groups?id=be0740ee-abd6-4e0b-9043-069cd3225312&fields=id&fields=name => generated 96 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1324/2571] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:58:05 2026] GET /v2.0/ports?device_id=f2ef09e9-44b6-4169-a62f-83f766f30631 => 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: 1248/2572] 10.0.0.191 () {34 vars in 1040 bytes} [Wed Jun 10 04:58:05 2026] GET /v2.0/security-groups?id=a58170b0-e561-46b1-99dd-e43535744a43&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: 1325/2573] 199.204.45.109 () {34 vars in 994 bytes} [Wed Jun 10 04:58:05 2026] GET /v2.0/ports?device_id=f2ef09e9-44b6-4169-a62f-83f766f30631 => generated 971 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 04:58:05.988 8 INFO neutron_taas.services.taas.taas_plugin [req-a1771fa4-22d0-4aed-8506-8518d7a8009d req-a63e94e9-2eae-4e6d-9d92-be3033c07e27 51694d890b37432a879a3a3c0f09957d f81d99702748450cb5306a90c6a99368 - - default default] TaaS: Handle Delete Port: 6c90e418-569c-4621-94bb-4b821d6ac205 2026-06-10 04:58:05.990 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-a1771fa4-22d0-4aed-8506-8518d7a8009d req-a63e94e9-2eae-4e6d-9d92-be3033c07e27 51694d890b37432a879a3a3c0f09957d f81d99702748450cb5306a90c6a99368 - - default default] Tap Mirror: Handle Delete Port: 6c90e418-569c-4621-94bb-4b821d6ac205 [pid: 8|app: 0|req: 1249/2574] 199.204.45.109 () {36 vars in 997 bytes} [Wed Jun 10 04:58:05 2026] DELETE /v2.0/ports/6c90e418-569c-4621-94bb-4b821d6ac205 => generated 0 bytes in 285 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 04:58:06.157 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-21a1d020-aa7b-4418-8e78-f222fcfd2bff'] response: {'server_uuid': 'f2ef09e9-44b6-4169-a62f-83f766f30631', 'name': 'network-vif-deleted', 'tag': '6c90e418-569c-4621-94bb-4b821d6ac205', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1326/2575] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:58:06 2026] GET /v2.0/ports?device_id=729177f2-222a-4b20-9a5c-d65231d9e2ef => generated 1248 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1250/2576] 10.0.0.191 () {34 vars in 1040 bytes} [Wed Jun 10 04:58:06 2026] GET /v2.0/security-groups?id=be0740ee-abd6-4e0b-9043-069cd3225312&fields=id&fields=name => generated 96 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1327/2577] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:58:06 2026] GET /v2.0/ports?device_id=729177f2-222a-4b20-9a5c-d65231d9e2ef => generated 1248 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1251/2578] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:58:06 2026] GET /v2.0/ports?device_id=f2ef09e9-44b6-4169-a62f-83f766f30631 => 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: 1328/2579] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:58:07 2026] GET /v2.0/ports?device_id=f2ef09e9-44b6-4169-a62f-83f766f30631 => 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: 1252/2580] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:58:09 2026] GET /v2.0/ports?device_id=f2ef09e9-44b6-4169-a62f-83f766f30631 => 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: 1329/2581] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:58:09 2026] GET /v2.0/ports?device_id=729177f2-222a-4b20-9a5c-d65231d9e2ef => generated 1248 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1253/2582] 10.0.0.191 () {34 vars in 1040 bytes} [Wed Jun 10 04:58:09 2026] GET /v2.0/security-groups?id=be0740ee-abd6-4e0b-9043-069cd3225312&fields=id&fields=name => generated 96 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1330/2583] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 04:58:09 2026] GET /v2.0/ports?device_id=729177f2-222a-4b20-9a5c-d65231d9e2ef => generated 1248 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1254/2584] 10.0.0.208 () {32 vars in 740 bytes} [Wed Jun 10 04:58:10 2026] DELETE /v2.0/security-groups/a58170b0-e561-46b1-99dd-e43535744a43 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 04:58:10.661 7 INFO neutron_taas.services.taas.taas_plugin [None req-0fd91121-4328-4d5c-9a0f-5faf4dd6af05 51694d890b37432a879a3a3c0f09957d f81d99702748450cb5306a90c6a99368 - - default default] TaaS: Handle Delete Port: e232ef2e-d1e4-4d47-890c-617b86fa3bd8 2026-06-10 04:58:10.664 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0fd91121-4328-4d5c-9a0f-5faf4dd6af05 51694d890b37432a879a3a3c0f09957d f81d99702748450cb5306a90c6a99368 - - default default] Tap Mirror: Handle Delete Port: e232ef2e-d1e4-4d47-890c-617b86fa3bd8 [pid: 7|app: 0|req: 1331/2585] 10.0.0.208 () {34 vars in 789 bytes} [Wed Jun 10 04:58:10 2026] PUT /v2.0/routers/c40dfa1f-831a-4fc4-8c37-22dfda1cf656/remove_router_interface => generated 309 bytes in 938 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1255/2586] 10.0.0.208 () {32 vars in 724 bytes} [Wed Jun 10 04:58:11 2026] DELETE /v2.0/subnets/fece898a-e452-44b2-bdcc-cbf3a86cecf4 => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 04:58:11.630 7 INFO neutron_taas.services.taas.taas_plugin [None req-cf5b23cb-344a-4408-82c3-dc23d3198f2a 51694d890b37432a879a3a3c0f09957d f81d99702748450cb5306a90c6a99368 - - default default] TaaS: Handle Delete Port: 2b3a3e6f-9b87-4221-bb70-753f2b1df0c9 2026-06-10 04:58:11.632 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cf5b23cb-344a-4408-82c3-dc23d3198f2a 51694d890b37432a879a3a3c0f09957d f81d99702748450cb5306a90c6a99368 - - default default] Tap Mirror: Handle Delete Port: 2b3a3e6f-9b87-4221-bb70-753f2b1df0c9 2026-06-10 04:58:11.846 7 INFO neutron_taas.services.taas.taas_plugin [None req-cf5b23cb-344a-4408-82c3-dc23d3198f2a 51694d890b37432a879a3a3c0f09957d f81d99702748450cb5306a90c6a99368 - - default default] TaaS: Handle Delete Port: e74350ca-7183-4f00-8589-61cb78bd7b5d 2026-06-10 04:58:11.853 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cf5b23cb-344a-4408-82c3-dc23d3198f2a 51694d890b37432a879a3a3c0f09957d f81d99702748450cb5306a90c6a99368 - - default default] Tap Mirror: Handle Delete Port: e74350ca-7183-4f00-8589-61cb78bd7b5d 2026-06-10 04:58:12.242 7 INFO neutron.db.l3_hamode_db [None req-cf5b23cb-344a-4408-82c3-dc23d3198f2a 51694d890b37432a879a3a3c0f09957d f81d99702748450cb5306a90c6a99368 - - default default] HA network 53bcc333-e9fb-4959-9e77-d234c395de6d was deleted as no HA routers are present in tenant f81d99702748450cb5306a90c6a99368. [pid: 7|app: 0|req: 1332/2587] 10.0.0.208 () {32 vars in 724 bytes} [Wed Jun 10 04:58:11 2026] DELETE /v2.0/routers/c40dfa1f-831a-4fc4-8c37-22dfda1cf656 => generated 0 bytes in 863 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 04:58:12.349 7 INFO neutron.services.segments.plugin [-] Segment 2ffcebdb-64c0-46e8-9ad5-02daef5edd43 resource provider aggregate not found 2026-06-10 04:58:12.369 7 INFO neutron.services.segments.plugin [-] Segment 2ffcebdb-64c0-46e8-9ad5-02daef5edd43 resource provider aggregate not found 2026-06-10 04:58:12.371 8 INFO neutron_taas.services.taas.taas_plugin [None req-352535b0-d1b9-42fe-9ca9-1791dded856b 51694d890b37432a879a3a3c0f09957d f81d99702748450cb5306a90c6a99368 - - default default] TaaS: Handle Delete Port: b2ec07a0-cde3-4336-8171-3ff06356db7c 2026-06-10 04:58:12.377 7 INFO neutron.services.segments.plugin [-] Segment 2ffcebdb-64c0-46e8-9ad5-02daef5edd43 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2ffcebdb-64c0-46e8-9ad5-02daef5edd43 found for delete ", "request_id": "req-bba9d7a3-c09c-4d01-b312-297c779d8350"}]} 2026-06-10 04:58:12.379 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-352535b0-d1b9-42fe-9ca9-1791dded856b 51694d890b37432a879a3a3c0f09957d f81d99702748450cb5306a90c6a99368 - - default default] Tap Mirror: Handle Delete Port: b2ec07a0-cde3-4336-8171-3ff06356db7c 2026-06-10 04:58:12.393 7 INFO neutron.services.segments.plugin [-] Segment 2ffcebdb-64c0-46e8-9ad5-02daef5edd43 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2ffcebdb-64c0-46e8-9ad5-02daef5edd43 found for delete ", "request_id": "req-3efe4f52-0a89-4cda-841d-a2dd3394eb6f"}]} [pid: 8|app: 0|req: 1256/2588] 10.0.0.208 () {32 vars in 726 bytes} [Wed Jun 10 04:58:12 2026] DELETE /v2.0/networks/dbd33524-a535-4a75-be34-b313217dbec2 => generated 0 bytes in 443 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 04:58:12.724 8 INFO neutron.services.segments.plugin [-] Segment dd964fe3-53d4-4ff0-8ef0-32122bdf60c0 resource provider aggregate not found 2026-06-10 04:58:12.733 8 INFO neutron.services.segments.plugin [-] Segment dd964fe3-53d4-4ff0-8ef0-32122bdf60c0 resource provider aggregate not found 2026-06-10 04:58:12.744 8 INFO neutron.services.segments.plugin [-] Segment dd964fe3-53d4-4ff0-8ef0-32122bdf60c0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dd964fe3-53d4-4ff0-8ef0-32122bdf60c0 found for delete ", "request_id": "req-95e65a48-9cab-4b5c-a1cd-af0056ad273c"}]} 2026-06-10 04:58:12.753 8 INFO neutron.services.segments.plugin [-] Segment dd964fe3-53d4-4ff0-8ef0-32122bdf60c0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dd964fe3-53d4-4ff0-8ef0-32122bdf60c0 found for delete ", "request_id": "req-00b98084-c0be-4461-849c-85e7d13b6a4e"}]} [pid: 7|app: 0|req: 1333/2589] 10.0.0.208 () {32 vars in 774 bytes} [Wed Jun 10 04:58:13 2026] GET /v2.0/security-groups?tenant_id=9002c57df673429d9cdad855b343946a&name=default => generated 2929 bytes in 215 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1257/2590] 10.0.0.208 () {32 vars in 740 bytes} [Wed Jun 10 04:58:13 2026] DELETE /v2.0/security-groups/3c154be3-4289-4b47-a3c5-ed39a3b86bc6 => 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: 1334/2591] 10.0.0.208 () {32 vars in 774 bytes} [Wed Jun 10 04:58:13 2026] GET /v2.0/security-groups?tenant_id=f81d99702748450cb5306a90c6a99368&name=default => generated 2929 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1258/2592] 10.0.0.208 () {32 vars in 740 bytes} [Wed Jun 10 04:58:13 2026] DELETE /v2.0/security-groups/0109b5b4-ec64-4609-8bb8-3170da58175b => 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: 1260/2595] 10.0.0.208 () {34 vars in 676 bytes} [Wed Jun 10 04:58:17 2026] POST /v2.0/floatingips => generated 552 bytes in 648 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1336/2596] 10.0.0.208 () {34 vars in 759 bytes} [Wed Jun 10 04:58:17 2026] PUT /v2.0/floatingips/b129562d-b994-4d1b-870c-a25b7d8930ec/tags => generated 25 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1261/2597] 10.0.0.208 () {32 vars in 739 bytes} [Wed Jun 10 04:58:17 2026] GET /v2.0/floatingips/b129562d-b994-4d1b-870c-a25b7d8930ec/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: 1337/2598] 10.0.0.208 () {34 vars in 770 bytes} [Wed Jun 10 04:58:18 2026] PUT /v2.0/floatingips/b129562d-b994-4d1b-870c-a25b7d8930ec/tags/green => generated 4 bytes in 83 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1262/2599] 10.0.0.208 () {32 vars in 739 bytes} [Wed Jun 10 04:58:18 2026] GET /v2.0/floatingips/b129562d-b994-4d1b-870c-a25b7d8930ec/tags => generated 34 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1338/2600] 10.0.0.208 () {34 vars in 766 bytes} [Wed Jun 10 04:58:18 2026] PUT /v2.0/floatingips/b129562d-b994-4d1b-870c-a25b7d8930ec/tags/red => generated 4 bytes in 61 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1263/2601] 10.0.0.208 () {32 vars in 739 bytes} [Wed Jun 10 04:58:18 2026] GET /v2.0/floatingips/b129562d-b994-4d1b-870c-a25b7d8930ec/tags => generated 34 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1339/2602] 10.0.0.208 () {34 vars in 788 bytes} [Wed Jun 10 04:58:18 2026] PUT /v2.0/floatingips/b129562d-b994-4d1b-870c-a25b7d8930ec/tags/black.or.white => generated 4 bytes in 68 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1264/2603] 10.0.0.208 () {32 vars in 739 bytes} [Wed Jun 10 04:58:18 2026] GET /v2.0/floatingips/b129562d-b994-4d1b-870c-a25b7d8930ec/tags => generated 52 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1340/2604] 10.0.0.208 () {34 vars in 759 bytes} [Wed Jun 10 04:58:18 2026] PUT /v2.0/floatingips/b129562d-b994-4d1b-870c-a25b7d8930ec/tags => generated 37 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1265/2605] 10.0.0.208 () {32 vars in 739 bytes} [Wed Jun 10 04:58:18 2026] GET /v2.0/floatingips/b129562d-b994-4d1b-870c-a25b7d8930ec/tags => generated 37 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1341/2606] 10.0.0.208 () {32 vars in 747 bytes} [Wed Jun 10 04:58:18 2026] GET /v2.0/floatingips/b129562d-b994-4d1b-870c-a25b7d8930ec/tags/red => generated 0 bytes in 41 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 04:58:18.570 8 INFO neutron.api.v2.resource [None req-7b5a0a41-9013-4c71-b1ab-8d1c82220c9c d0925d8871824caca501f5932acf9baf 4d62812135ec461fb74228df582ee0be - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1266/2607] 10.0.0.208 () {32 vars in 751 bytes} [Wed Jun 10 04:58:18 2026] GET /v2.0/floatingips/b129562d-b994-4d1b-870c-a25b7d8930ec/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: 1342/2608] 10.0.0.208 () {32 vars in 750 bytes} [Wed Jun 10 04:58:18 2026] DELETE /v2.0/floatingips/b129562d-b994-4d1b-870c-a25b7d8930ec/tags/red => 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: 1267/2609] 10.0.0.208 () {32 vars in 739 bytes} [Wed Jun 10 04:58:18 2026] GET /v2.0/floatingips/b129562d-b994-4d1b-870c-a25b7d8930ec/tags => generated 30 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 04:58:18.747 7 INFO neutron.api.v2.resource [None req-0c9604bd-1753-4bd2-96f1-a93dd8b8ad4c d0925d8871824caca501f5932acf9baf 4d62812135ec461fb74228df582ee0be - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1343/2610] 10.0.0.208 () {32 vars in 754 bytes} [Wed Jun 10 04:58:18 2026] DELETE /v2.0/floatingips/b129562d-b994-4d1b-870c-a25b7d8930ec/tags/green => generated 99 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1268/2611] 10.0.0.208 () {32 vars in 742 bytes} [Wed Jun 10 04:58:18 2026] DELETE /v2.0/floatingips/b129562d-b994-4d1b-870c-a25b7d8930ec/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: 1344/2612] 10.0.0.208 () {32 vars in 739 bytes} [Wed Jun 10 04:58:18 2026] GET /v2.0/floatingips/b129562d-b994-4d1b-870c-a25b7d8930ec/tags => generated 12 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 04:58:18.973 8 INFO neutron_taas.services.taas.taas_plugin [None req-c384dbe7-011b-406d-8680-d726ce5181c3 d0925d8871824caca501f5932acf9baf 4d62812135ec461fb74228df582ee0be - - default default] TaaS: Handle Delete Port: 0cabf029-5408-4821-8783-86b509bfd367 2026-06-10 04:58:18.976 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c384dbe7-011b-406d-8680-d726ce5181c3 d0925d8871824caca501f5932acf9baf 4d62812135ec461fb74228df582ee0be - - default default] Tap Mirror: Handle Delete Port: 0cabf029-5408-4821-8783-86b509bfd367 [pid: 8|app: 0|req: 1269/2613] 10.0.0.208 () {32 vars in 732 bytes} [Wed Jun 10 04:58:18 2026] DELETE /v2.0/floatingips/b129562d-b994-4d1b-870c-a25b7d8930ec => generated 0 bytes in 279 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1345/2614] 10.0.0.208 () {32 vars in 774 bytes} [Wed Jun 10 04:58:19 2026] GET /v2.0/security-groups?tenant_id=4d62812135ec461fb74228df582ee0be&name=default => generated 2929 bytes in 222 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1270/2615] 10.0.0.208 () {32 vars in 740 bytes} [Wed Jun 10 04:58:20 2026] DELETE /v2.0/security-groups/ec827951-1d04-430f-aaf5-a69d4f55fe44 => 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: 1346/2616] 10.0.0.208 () {32 vars in 774 bytes} [Wed Jun 10 04:58:20 2026] GET /v2.0/security-groups?tenant_id=350d38f42d8f498e84be3f1a1ea07bc5&name=default => generated 2929 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1271/2617] 10.0.0.208 () {32 vars in 740 bytes} [Wed Jun 10 04:58:20 2026] DELETE /v2.0/security-groups/d1d49078-4f84-4494-829f-968cd997352b => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 04:58:23.922 7 INFO neutron.db.segments_db [None req-53e604d4-5709-4253-8aeb-df5f530d43b5 48892122d4314f6586644acce9bd9add 9e86cbd5b38448e18ee013723e1c42a2 - - default default] Added segment a3da7e25-ebc4-4bd3-9d76-9bc9cbdd4b48 of type vxlan for network 2b9d2899-5915-4c1e-9e59-f517c56ddd2a 2026-06-10 04:58:24.177 7 INFO neutron.db.l3_hamode_db [None req-53e604d4-5709-4253-8aeb-df5f530d43b5 48892122d4314f6586644acce9bd9add 9e86cbd5b38448e18ee013723e1c42a2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-10 04:58:24.330 7 INFO neutron.db.l3_hamode_db [None req-53e604d4-5709-4253-8aeb-df5f530d43b5 48892122d4314f6586644acce9bd9add 9e86cbd5b38448e18ee013723e1c42a2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1347/2618] 10.0.0.208 () {34 vars in 668 bytes} [Wed Jun 10 04:58:23 2026] POST /v2.0/routers => generated 474 bytes in 1271 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1272/2619] 10.0.0.208 () {34 vars in 751 bytes} [Wed Jun 10 04:58:24 2026] PUT /v2.0/routers/9572ad43-171e-4ce4-8efc-73ab49f4c7a2/tags => generated 25 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1348/2620] 10.0.0.208 () {32 vars in 731 bytes} [Wed Jun 10 04:58:25 2026] GET /v2.0/routers/9572ad43-171e-4ce4-8efc-73ab49f4c7a2/tags => generated 25 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1273/2621] 10.0.0.208 () {34 vars in 762 bytes} [Wed Jun 10 04:58:25 2026] PUT /v2.0/routers/9572ad43-171e-4ce4-8efc-73ab49f4c7a2/tags/green => generated 4 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1349/2622] 10.0.0.208 () {32 vars in 731 bytes} [Wed Jun 10 04:58:25 2026] GET /v2.0/routers/9572ad43-171e-4ce4-8efc-73ab49f4c7a2/tags => generated 34 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1274/2623] 10.0.0.208 () {34 vars in 758 bytes} [Wed Jun 10 04:58:25 2026] PUT /v2.0/routers/9572ad43-171e-4ce4-8efc-73ab49f4c7a2/tags/red => generated 4 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1350/2624] 10.0.0.208 () {32 vars in 731 bytes} [Wed Jun 10 04:58:25 2026] GET /v2.0/routers/9572ad43-171e-4ce4-8efc-73ab49f4c7a2/tags => generated 34 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1275/2625] 10.0.0.208 () {34 vars in 780 bytes} [Wed Jun 10 04:58:25 2026] PUT /v2.0/routers/9572ad43-171e-4ce4-8efc-73ab49f4c7a2/tags/black.or.white => generated 4 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1351/2626] 10.0.0.208 () {32 vars in 731 bytes} [Wed Jun 10 04:58:25 2026] GET /v2.0/routers/9572ad43-171e-4ce4-8efc-73ab49f4c7a2/tags => generated 52 bytes in 74 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.208 () {34 vars in 751 bytes} [Wed Jun 10 04:58:25 2026] PUT /v2.0/routers/9572ad43-171e-4ce4-8efc-73ab49f4c7a2/tags => generated 37 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1352/2628] 10.0.0.208 () {32 vars in 731 bytes} [Wed Jun 10 04:58:25 2026] GET /v2.0/routers/9572ad43-171e-4ce4-8efc-73ab49f4c7a2/tags => generated 37 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1277/2629] 10.0.0.208 () {32 vars in 739 bytes} [Wed Jun 10 04:58:26 2026] GET /v2.0/routers/9572ad43-171e-4ce4-8efc-73ab49f4c7a2/tags/red => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 04:58:26.246 7 INFO neutron.api.v2.resource [None req-a4f49f47-c805-40e9-acca-d681a87ed25e 48892122d4314f6586644acce9bd9add 9e86cbd5b38448e18ee013723e1c42a2 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1353/2630] 10.0.0.208 () {32 vars in 743 bytes} [Wed Jun 10 04:58:26 2026] GET /v2.0/routers/9572ad43-171e-4ce4-8efc-73ab49f4c7a2/tags/green => generated 99 bytes in 98 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1278/2631] 10.0.0.208 () {32 vars in 742 bytes} [Wed Jun 10 04:58:26 2026] DELETE /v2.0/routers/9572ad43-171e-4ce4-8efc-73ab49f4c7a2/tags/red => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1354/2632] 10.0.0.208 () {32 vars in 731 bytes} [Wed Jun 10 04:58:26 2026] GET /v2.0/routers/9572ad43-171e-4ce4-8efc-73ab49f4c7a2/tags => generated 30 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 04:58:26.565 8 INFO neutron.api.v2.resource [None req-701a4f11-fd14-4d58-9f50-0f5fb45cbcd2 48892122d4314f6586644acce9bd9add 9e86cbd5b38448e18ee013723e1c42a2 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1279/2633] 10.0.0.208 () {32 vars in 746 bytes} [Wed Jun 10 04:58:26 2026] DELETE /v2.0/routers/9572ad43-171e-4ce4-8efc-73ab49f4c7a2/tags/green => generated 99 bytes in 89 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1355/2634] 10.0.0.208 () {32 vars in 734 bytes} [Wed Jun 10 04:58:26 2026] DELETE /v2.0/routers/9572ad43-171e-4ce4-8efc-73ab49f4c7a2/tags => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1280/2635] 10.0.0.208 () {32 vars in 731 bytes} [Wed Jun 10 04:58:26 2026] GET /v2.0/routers/9572ad43-171e-4ce4-8efc-73ab49f4c7a2/tags => generated 12 bytes in 135 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.208 () {32 vars in 721 bytes} [Wed Jun 10 04:58:26 2026] GET /v2.0/routers/9572ad43-171e-4ce4-8efc-73ab49f4c7a2 => generated 480 bytes in 50 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.208 () {34 vars in 742 bytes} [Wed Jun 10 04:58:26 2026] PUT /v2.0/routers/9572ad43-171e-4ce4-8efc-73ab49f4c7a2 => generated 480 bytes in 593 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.208 () {32 vars in 736 bytes} [Wed Jun 10 04:58:27 2026] GET /v2.0/ports?device_id=9572ad43-171e-4ce4-8efc-73ab49f4c7a2 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 04:58:27.702 8 INFO neutron_taas.services.taas.taas_plugin [None req-62d426b0-4755-4483-a0da-b0826c8d37f6 48892122d4314f6586644acce9bd9add 9e86cbd5b38448e18ee013723e1c42a2 - - default default] TaaS: Handle Delete Port: addc48cb-b3ca-4020-8861-d1d8b0a39bd5 2026-06-10 04:58:27.704 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-62d426b0-4755-4483-a0da-b0826c8d37f6 48892122d4314f6586644acce9bd9add 9e86cbd5b38448e18ee013723e1c42a2 - - default default] Tap Mirror: Handle Delete Port: addc48cb-b3ca-4020-8861-d1d8b0a39bd5 2026-06-10 04:58:28.027 8 INFO neutron.services.segments.plugin [-] Segment a3da7e25-ebc4-4bd3-9d76-9bc9cbdd4b48 resource provider aggregate not found 2026-06-10 04:58:28.042 8 INFO neutron.services.segments.plugin [-] Segment a3da7e25-ebc4-4bd3-9d76-9bc9cbdd4b48 resource provider aggregate not found 2026-06-10 04:58:28.052 8 INFO neutron.services.segments.plugin [-] Segment a3da7e25-ebc4-4bd3-9d76-9bc9cbdd4b48 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a3da7e25-ebc4-4bd3-9d76-9bc9cbdd4b48 found for delete ", "request_id": "req-6ed26d17-2c6d-42a4-93cf-09e76b6bc3e0"}]} 2026-06-10 04:58:28.061 8 INFO neutron.services.segments.plugin [-] Segment a3da7e25-ebc4-4bd3-9d76-9bc9cbdd4b48 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a3da7e25-ebc4-4bd3-9d76-9bc9cbdd4b48 found for delete ", "request_id": "req-7c7cfb55-738f-4094-a0b2-17728bea9f25"}]} 2026-06-10 04:58:28.092 8 INFO neutron.db.l3_hamode_db [None req-62d426b0-4755-4483-a0da-b0826c8d37f6 48892122d4314f6586644acce9bd9add 9e86cbd5b38448e18ee013723e1c42a2 - - default default] HA network 2b9d2899-5915-4c1e-9e59-f517c56ddd2a was deleted as no HA routers are present in tenant 9e86cbd5b38448e18ee013723e1c42a2. [pid: 8|app: 0|req: 1282/2639] 10.0.0.208 () {32 vars in 724 bytes} [Wed Jun 10 04:58:27 2026] DELETE /v2.0/routers/9572ad43-171e-4ce4-8efc-73ab49f4c7a2 => generated 0 bytes in 582 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1358/2640] 10.0.0.208 () {32 vars in 774 bytes} [Wed Jun 10 04:58:28 2026] GET /v2.0/security-groups?tenant_id=9e86cbd5b38448e18ee013723e1c42a2&name=default => generated 2929 bytes in 192 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1283/2641] 10.0.0.208 () {32 vars in 740 bytes} [Wed Jun 10 04:58:28 2026] DELETE /v2.0/security-groups/15e8c88e-a91e-4fbf-ac24-aafcf48d88ae => 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: 1359/2642] 10.0.0.208 () {32 vars in 774 bytes} [Wed Jun 10 04:58:29 2026] GET /v2.0/security-groups?tenant_id=ea9491bd3a2743a8b9c212bfb0637e5d&name=default => generated 2929 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1284/2643] 10.0.0.208 () {32 vars in 740 bytes} [Wed Jun 10 04:58:29 2026] DELETE /v2.0/security-groups/3b0594a2-d106-4000-9399-f1ba08702b09 => 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: 1361/2646] 10.0.0.208 () {32 vars in 774 bytes} [Wed Jun 10 04:58:32 2026] GET /v2.0/security-groups?tenant_id=2e60fe04bee34895b6478b141a25326a&name=default => generated 2929 bytes in 260 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1286/2647] 10.0.0.208 () {32 vars in 740 bytes} [Wed Jun 10 04:58:33 2026] DELETE /v2.0/security-groups/0305d979-3237-4b41-bfe3-5d7d4fb8078e => 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: 1362/2648] 10.0.0.208 () {32 vars in 774 bytes} [Wed Jun 10 04:58:33 2026] GET /v2.0/security-groups?tenant_id=de6e2fd0fabe4945826efbd09d5cab00&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: 1287/2649] 10.0.0.208 () {32 vars in 740 bytes} [Wed Jun 10 04:58:33 2026] DELETE /v2.0/security-groups/eef23edc-5e2c-4e3b-938c-cfe5d20b44ac => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1363/2650] 199.204.45.109 () {30 vars in 703 bytes} [Wed Jun 10 04:58:44 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: 1288/2651] 199.204.45.109 () {30 vars in 705 bytes} [Wed Jun 10 04:58: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: 1364/2652] 199.204.45.109 () {30 vars in 681 bytes} [Wed Jun 10 04:58:44 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: 1289/2653] 199.204.45.109 () {30 vars in 717 bytes} [Wed Jun 10 04:58:44 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1365/2654] 199.204.45.109 () {30 vars in 741 bytes} [Wed Jun 10 04:58:44 2026] GET /v2.0/subnets/547654d1-9744-4c30-8c28-a9834a8392c6 => generated 676 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1290/2655] 199.204.45.109 () {30 vars in 769 bytes} [Wed Jun 10 04:58:44 2026] GET /v2.0/ports?device_id=729177f2-222a-4b20-9a5c-d65231d9e2ef => generated 1248 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1366/2656] 199.204.45.109 () {34 vars in 717 bytes} [Wed Jun 10 04:58:44 2026] POST /v2.0/ports => generated 1055 bytes in 244 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1291/2657] 10.0.0.191 () {34 vars in 971 bytes} [Wed Jun 10 04:58:44 2026] GET /v2.0/ports/a3d3bb0d-0a7d-498c-9b70-b49c7c738fac => generated 1055 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1367/2658] 10.0.0.191 () {34 vars in 907 bytes} [Wed Jun 10 04:58:44 2026] GET /v2.0/extensions => generated 21537 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1369/2661] 199.204.45.109 () {34 vars in 1262 bytes} [Wed Jun 10 04:58:46 2026] GET /v2.0/ports/a3d3bb0d-0a7d-498c-9b70-b49c7c738fac?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 238 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1293/2662] 199.204.45.109 () {34 vars in 1012 bytes} [Wed Jun 10 04:58:46 2026] GET /v2.0/networks/c4d7a4e8-c3b7-4fd3-ac18-857238094841?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: 1370/2663] 199.204.45.109 () {34 vars in 1112 bytes} [Wed Jun 10 04:58:46 2026] GET /v2.0/networks/c4d7a4e8-c3b7-4fd3-ac18-857238094841?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1294/2664] 199.204.45.109 () {34 vars in 975 bytes} [Wed Jun 10 04:58:46 2026] GET /v2.0/ports/a3d3bb0d-0a7d-498c-9b70-b49c7c738fac => generated 1055 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1371/2665] 199.204.45.109 () {34 vars in 986 bytes} [Wed Jun 10 04:58:46 2026] GET /v2.0/networks?id=c4d7a4e8-c3b7-4fd3-ac18-857238094841 => generated 801 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1295/2666] 199.204.45.109 () {38 vars in 1028 bytes} [Wed Jun 10 04:58:46 2026] PUT /v2.0/ports/a3d3bb0d-0a7d-498c-9b70-b49c7c738fac => generated 1245 bytes in 436 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 04:58:47.526 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-317deae4-8e55-46c6-b094-6238e67677e2'] response: {'name': 'network-changed', 'server_uuid': '729177f2-222a-4b20-9a5c-d65231d9e2ef', 'tag': 'a3d3bb0d-0a7d-498c-9b70-b49c7c738fac', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1372/2667] 199.204.45.109 () {34 vars in 1080 bytes} [Wed Jun 10 04:58:48 2026] GET /v2.0/ports?tenant_id=c4bf318bd0414f7a8d22288735fa09e7&device_id=729177f2-222a-4b20-9a5c-d65231d9e2ef => generated 2485 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1296/2668] 199.204.45.109 () {34 vars in 986 bytes} [Wed Jun 10 04:58:48 2026] GET /v2.0/networks?id=c4d7a4e8-c3b7-4fd3-ac18-857238094841 => generated 801 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1373/2669] 199.204.45.109 () {34 vars in 1056 bytes} [Wed Jun 10 04:58:48 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.28&port_id=a3d3bb0d-0a7d-498c-9b70-b49c7c738fac => 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: 1297/2670] 199.204.45.109 () {34 vars in 984 bytes} [Wed Jun 10 04:58:48 2026] GET /v2.0/subnets?id=547654d1-9744-4c30-8c28-a9834a8392c6 => generated 679 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1374/2671] 199.204.45.109 () {34 vars in 1052 bytes} [Wed Jun 10 04:58:48 2026] GET /v2.0/ports?network_id=c4d7a4e8-c3b7-4fd3-ac18-857238094841&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: 1298/2672] 199.204.45.109 () {34 vars in 1012 bytes} [Wed Jun 10 04:58:48 2026] GET /v2.0/networks/c4d7a4e8-c3b7-4fd3-ac18-857238094841?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: 1375/2673] 199.204.45.109 () {34 vars in 1112 bytes} [Wed Jun 10 04:58:48 2026] GET /v2.0/networks/c4d7a4e8-c3b7-4fd3-ac18-857238094841?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1299/2674] 199.204.45.109 () {34 vars in 1080 bytes} [Wed Jun 10 04:58:49 2026] GET /v2.0/ports?tenant_id=c4bf318bd0414f7a8d22288735fa09e7&device_id=729177f2-222a-4b20-9a5c-d65231d9e2ef => generated 2485 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1376/2675] 199.204.45.109 () {34 vars in 1062 bytes} [Wed Jun 10 04:58:49 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.153&port_id=2ad4ab39-a8b6-4c97-ab97-5f6b0ab4b408 => 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: 1300/2676] 199.204.45.109 () {34 vars in 984 bytes} [Wed Jun 10 04:58:49 2026] GET /v2.0/subnets?id=059384f8-211c-41c9-a141-c93e3b91f6cf => generated 654 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1377/2677] 199.204.45.109 () {34 vars in 1052 bytes} [Wed Jun 10 04:58:49 2026] GET /v2.0/ports?network_id=c9b89531-1803-4d0e-a089-f7dfd8a5bbe1&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: 1301/2678] 199.204.45.109 () {34 vars in 1012 bytes} [Wed Jun 10 04:58:49 2026] GET /v2.0/networks/c9b89531-1803-4d0e-a089-f7dfd8a5bbe1?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: 1378/2679] 199.204.45.109 () {34 vars in 1112 bytes} [Wed Jun 10 04:58:49 2026] GET /v2.0/networks/c9b89531-1803-4d0e-a089-f7dfd8a5bbe1?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: 1302/2680] 199.204.45.109 () {34 vars in 1056 bytes} [Wed Jun 10 04:58:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.28&port_id=a3d3bb0d-0a7d-498c-9b70-b49c7c738fac => 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: 1379/2681] 199.204.45.109 () {34 vars in 984 bytes} [Wed Jun 10 04:58:49 2026] GET /v2.0/subnets?id=547654d1-9744-4c30-8c28-a9834a8392c6 => generated 679 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1303/2682] 199.204.45.109 () {34 vars in 1052 bytes} [Wed Jun 10 04:58:49 2026] GET /v2.0/ports?network_id=c4d7a4e8-c3b7-4fd3-ac18-857238094841&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: 1380/2683] 199.204.45.109 () {34 vars in 1012 bytes} [Wed Jun 10 04:58:49 2026] GET /v2.0/networks/c4d7a4e8-c3b7-4fd3-ac18-857238094841?fields=segments => generated 14 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1304/2684] 199.204.45.109 () {34 vars in 1112 bytes} [Wed Jun 10 04:58:49 2026] GET /v2.0/networks/c4d7a4e8-c3b7-4fd3-ac18-857238094841?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: 1381/2685] 10.0.0.191 () {34 vars in 971 bytes} [Wed Jun 10 04:58:54 2026] GET /v2.0/ports/a3d3bb0d-0a7d-498c-9b70-b49c7c738fac => generated 1247 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1305/2686] 199.204.45.109 () {34 vars in 789 bytes} [Wed Jun 10 04:58:54 2026] PUT /v2.0/ports/a3d3bb0d-0a7d-498c-9b70-b49c7c738fac => generated 1271 bytes in 287 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 04:58:54.386 7 INFO neutron.api.v2.resource [None req-6a41219b-f9f8-424a-91c4-00ddcfbb8f8a 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1382/2687] 199.204.45.109 () {30 vars in 763 bytes} [Wed Jun 10 04:58:54 2026] GET /v2.0/security-groups/lb-8b1147ad-73d5-4a3c-8c09-a82d10400071 => generated 149 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 04:58:54.399 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-94a74f0a-70d9-4dfa-ab56-d399fd4858e7'] response: {'name': 'network-changed', 'server_uuid': '729177f2-222a-4b20-9a5c-d65231d9e2ef', 'tag': 'a3d3bb0d-0a7d-498c-9b70-b49c7c738fac', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1306/2688] 199.204.45.109 () {30 vars in 785 bytes} [Wed Jun 10 04:58:54 2026] GET /v2.0/security-groups?name=lb-8b1147ad-73d5-4a3c-8c09-a82d10400071 => generated 1639 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1383/2689] 199.204.45.109 () {34 vars in 789 bytes} [Wed Jun 10 04:58:54 2026] PUT /v2.0/ports/a3d3bb0d-0a7d-498c-9b70-b49c7c738fac => generated 1309 bytes in 282 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 04:58:54.789 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-22dec863-e1cf-4c91-9b14-66dce64defad'] response: {'name': 'network-changed', 'server_uuid': '729177f2-222a-4b20-9a5c-d65231d9e2ef', 'tag': 'a3d3bb0d-0a7d-498c-9b70-b49c7c738fac', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1307/2690] 199.204.45.109 () {30 vars in 703 bytes} [Wed Jun 10 04:58:54 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1308/2691] 199.204.45.109 () {30 vars in 705 bytes} [Wed Jun 10 04:58:54 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1309/2692] 199.204.45.109 () {30 vars in 681 bytes} [Wed Jun 10 04:58:54 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: 1310/2693] 199.204.45.109 () {30 vars in 717 bytes} [Wed Jun 10 04:58:54 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: 1384/2694] 199.204.45.109 () {34 vars in 1080 bytes} [Wed Jun 10 04:58:54 2026] GET /v2.0/ports?tenant_id=c4bf318bd0414f7a8d22288735fa09e7&device_id=729177f2-222a-4b20-9a5c-d65231d9e2ef => generated 2585 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1311/2695] 199.204.45.109 () {30 vars in 741 bytes} [Wed Jun 10 04:58:54 2026] GET /v2.0/subnets/547654d1-9744-4c30-8c28-a9834a8392c6 => generated 676 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1385/2696] 199.204.45.109 () {34 vars in 986 bytes} [Wed Jun 10 04:58:54 2026] GET /v2.0/networks?id=c4d7a4e8-c3b7-4fd3-ac18-857238094841 => 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: 1386/2697] 199.204.45.109 () {34 vars in 1056 bytes} [Wed Jun 10 04:58:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.28&port_id=a3d3bb0d-0a7d-498c-9b70-b49c7c738fac => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1312/2698] 199.204.45.109 () {30 vars in 737 bytes} [Wed Jun 10 04:58:54 2026] GET /v2.0/ports/48e22b7c-cecf-46a8-aaa3-a5ab2569cde9 => generated 1128 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1387/2699] 199.204.45.109 () {34 vars in 984 bytes} [Wed Jun 10 04:58:55 2026] GET /v2.0/subnets?id=547654d1-9744-4c30-8c28-a9834a8392c6 => generated 679 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1313/2700] 199.204.45.109 () {30 vars in 737 bytes} [Wed Jun 10 04:58:55 2026] GET /v2.0/ports/a3d3bb0d-0a7d-498c-9b70-b49c7c738fac => generated 1345 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1388/2701] 199.204.45.109 () {34 vars in 1052 bytes} [Wed Jun 10 04:58:55 2026] GET /v2.0/ports?network_id=c4d7a4e8-c3b7-4fd3-ac18-857238094841&device_owner=network%3Adhcp => generated 1461 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1314/2702] 199.204.45.109 () {30 vars in 741 bytes} [Wed Jun 10 04:58:55 2026] GET /v2.0/subnets/547654d1-9744-4c30-8c28-a9834a8392c6 => generated 676 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1389/2703] 199.204.45.109 () {34 vars in 1012 bytes} [Wed Jun 10 04:58:55 2026] GET /v2.0/networks/c4d7a4e8-c3b7-4fd3-ac18-857238094841?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: 1315/2704] 199.204.45.109 () {30 vars in 743 bytes} [Wed Jun 10 04:58:55 2026] GET /v2.0/networks/c4d7a4e8-c3b7-4fd3-ac18-857238094841 => generated 798 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1316/2705] 199.204.45.109 () {30 vars in 737 bytes} [Wed Jun 10 04:58:55 2026] GET /v2.0/ports/48e22b7c-cecf-46a8-aaa3-a5ab2569cde9 => generated 1128 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1390/2706] 199.204.45.109 () {34 vars in 1112 bytes} [Wed Jun 10 04:58:55 2026] GET /v2.0/networks/c4d7a4e8-c3b7-4fd3-ac18-857238094841?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: 1317/2707] 199.204.45.109 () {30 vars in 741 bytes} [Wed Jun 10 04:58:55 2026] GET /v2.0/subnets/547654d1-9744-4c30-8c28-a9834a8392c6 => generated 676 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1391/2708] 199.204.45.109 () {34 vars in 1080 bytes} [Wed Jun 10 04:58:56 2026] GET /v2.0/ports?tenant_id=c4bf318bd0414f7a8d22288735fa09e7&device_id=729177f2-222a-4b20-9a5c-d65231d9e2ef => generated 2585 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1318/2709] 199.204.45.109 () {34 vars in 986 bytes} [Wed Jun 10 04:58:56 2026] GET /v2.0/networks?id=c4d7a4e8-c3b7-4fd3-ac18-857238094841 => generated 801 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1392/2710] 199.204.45.109 () {34 vars in 1056 bytes} [Wed Jun 10 04:58:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.28&port_id=a3d3bb0d-0a7d-498c-9b70-b49c7c738fac => 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: 1319/2711] 199.204.45.109 () {34 vars in 984 bytes} [Wed Jun 10 04:58:56 2026] GET /v2.0/subnets?id=547654d1-9744-4c30-8c28-a9834a8392c6 => generated 679 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1393/2712] 199.204.45.109 () {34 vars in 1052 bytes} [Wed Jun 10 04:58:56 2026] GET /v2.0/ports?network_id=c4d7a4e8-c3b7-4fd3-ac18-857238094841&device_owner=network%3Adhcp => generated 1461 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1320/2713] 199.204.45.109 () {34 vars in 1012 bytes} [Wed Jun 10 04:58:56 2026] GET /v2.0/networks/c4d7a4e8-c3b7-4fd3-ac18-857238094841?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: 1394/2714] 199.204.45.109 () {34 vars in 1112 bytes} [Wed Jun 10 04:58:56 2026] GET /v2.0/networks/c4d7a4e8-c3b7-4fd3-ac18-857238094841?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 04:59:04.143 8 INFO neutron.db.l3_db [None req-a638d124-2820-49f3-aa83-a16e9bed9f62 c06363c5d33d405eb13787e020792159 29f9d65bbbbe484296f26cb6b60025b7 - - default default] Floating IP dd0b33b4-ab36-46dd-9855-75bc4f2decf8 associated. External IP: 10.96.250.204, port: 48e22b7c-cecf-46a8-aaa3-a5ab2569cde9. [pid: 8|app: 0|req: 1322/2717] 10.0.0.208 () {34 vars in 677 bytes} [Wed Jun 10 04:59:03 2026] POST /v2.0/floatingips => generated 898 bytes in 1111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1396/2718] 199.204.45.109 () {30 vars in 703 bytes} [Wed Jun 10 04:59:08 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1323/2719] 199.204.45.109 () {30 vars in 705 bytes} [Wed Jun 10 04:59:09 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1397/2720] 199.204.45.109 () {30 vars in 681 bytes} [Wed Jun 10 04:59:09 2026] GET /v2.0/extensions/qos => generated 166 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1324/2721] 199.204.45.109 () {30 vars in 717 bytes} [Wed Jun 10 04:59:09 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 04:59:09.252 7 INFO neutron.api.v2.resource [None req-7b8aad1d-c365-4acb-b065-c2988d82b273 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1398/2722] 199.204.45.109 () {30 vars in 763 bytes} [Wed Jun 10 04:59:09 2026] GET /v2.0/security-groups/lb-8b1147ad-73d5-4a3c-8c09-a82d10400071 => generated 149 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1325/2723] 199.204.45.109 () {30 vars in 785 bytes} [Wed Jun 10 04:59:09 2026] GET /v2.0/security-groups?name=lb-8b1147ad-73d5-4a3c-8c09-a82d10400071 => generated 1639 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1399/2724] 199.204.45.109 () {30 vars in 815 bytes} [Wed Jun 10 04:59:09 2026] GET /v2.0/security-group-rules?security_group_id=f7ec7e39-7508-46d9-92a2-4a6ca4e13881 => generated 1182 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1326/2725] 199.204.45.109 () {34 vars in 747 bytes} [Wed Jun 10 04:59:09 2026] POST /v2.0/security-group-rules => generated 601 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1400/2726] 199.204.45.109 () {34 vars in 747 bytes} [Wed Jun 10 04:59:09 2026] POST /v2.0/security-group-rules => generated 597 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1402/2729] 10.0.0.106 () {30 vars in 690 bytes} [Wed Jun 10 04:59:16 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1328/2730] 10.0.0.106 () {30 vars in 692 bytes} [Wed Jun 10 04:59:16 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: 1403/2731] 10.0.0.106 () {30 vars in 668 bytes} [Wed Jun 10 04:59:16 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1329/2732] 10.0.0.106 () {30 vars in 704 bytes} [Wed Jun 10 04:59:16 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: 1404/2733] 10.0.0.106 () {28 vars in 439 bytes} [Wed Jun 10 04:59:16 2026] GET / => generated 151 bytes in 4 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1330/2734] 10.0.0.106 () {30 vars in 728 bytes} [Wed Jun 10 04:59:16 2026] GET /v2.0/subnets/9cbda35e-5ee6-4459-86ef-69a3c60e3fab => generated 656 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1405/2735] 199.204.45.109 () {30 vars in 703 bytes} [Wed Jun 10 04:59:17 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: 1331/2736] 199.204.45.109 () {30 vars in 705 bytes} [Wed Jun 10 04:59:17 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1406/2737] 199.204.45.109 () {30 vars in 681 bytes} [Wed Jun 10 04:59:17 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1332/2738] 199.204.45.109 () {30 vars in 717 bytes} [Wed Jun 10 04:59:17 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1407/2739] 199.204.45.109 () {30 vars in 741 bytes} [Wed Jun 10 04:59:17 2026] GET /v2.0/subnets/9cbda35e-5ee6-4459-86ef-69a3c60e3fab => 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: 1333/2740] 199.204.45.109 () {30 vars in 769 bytes} [Wed Jun 10 04:59:17 2026] GET /v2.0/ports?device_id=729177f2-222a-4b20-9a5c-d65231d9e2ef => generated 2585 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1408/2741] 199.204.45.109 () {30 vars in 703 bytes} [Wed Jun 10 04:59:17 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: 1334/2742] 199.204.45.109 () {30 vars in 705 bytes} [Wed Jun 10 04:59:18 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1409/2743] 199.204.45.109 () {30 vars in 681 bytes} [Wed Jun 10 04:59:18 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: 1335/2744] 199.204.45.109 () {30 vars in 717 bytes} [Wed Jun 10 04:59:18 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: 1410/2745] 199.204.45.109 () {34 vars in 717 bytes} [Wed Jun 10 04:59:18 2026] POST /v2.0/ports => generated 1324 bytes in 415 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1336/2746] 10.0.0.191 () {34 vars in 971 bytes} [Wed Jun 10 04:59:18 2026] GET /v2.0/ports/19c5b9cf-5b69-47cc-9d89-82f18f708b09 => 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: 1411/2747] 10.0.0.191 () {34 vars in 907 bytes} [Wed Jun 10 04:59:18 2026] GET /v2.0/extensions => generated 21537 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1337/2748] 199.204.45.109 () {34 vars in 1262 bytes} [Wed Jun 10 04:59:19 2026] GET /v2.0/ports/19c5b9cf-5b69-47cc-9d89-82f18f708b09?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1412/2749] 199.204.45.109 () {34 vars in 1012 bytes} [Wed Jun 10 04:59:20 2026] GET /v2.0/networks/dc56e422-4246-43b1-88b9-7bfa2acd8820?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: 1338/2750] 199.204.45.109 () {34 vars in 1112 bytes} [Wed Jun 10 04:59:20 2026] GET /v2.0/networks/dc56e422-4246-43b1-88b9-7bfa2acd8820?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: 1413/2751] 199.204.45.109 () {34 vars in 975 bytes} [Wed Jun 10 04:59:20 2026] GET /v2.0/ports/19c5b9cf-5b69-47cc-9d89-82f18f708b09 => generated 1324 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1339/2752] 199.204.45.109 () {34 vars in 986 bytes} [Wed Jun 10 04:59:20 2026] GET /v2.0/networks?id=dc56e422-4246-43b1-88b9-7bfa2acd8820 => 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: 1414/2753] 199.204.45.109 () {38 vars in 1028 bytes} [Wed Jun 10 04:59:20 2026] PUT /v2.0/ports/19c5b9cf-5b69-47cc-9d89-82f18f708b09 => generated 1514 bytes in 421 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 04:59:21.162 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-53714632-1390-473d-938e-31245b657119'] response: {'name': 'network-changed', 'server_uuid': '729177f2-222a-4b20-9a5c-d65231d9e2ef', 'tag': '19c5b9cf-5b69-47cc-9d89-82f18f708b09', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1340/2754] 199.204.45.109 () {34 vars in 1080 bytes} [Wed Jun 10 04:59:21 2026] GET /v2.0/ports?tenant_id=c4bf318bd0414f7a8d22288735fa09e7&device_id=729177f2-222a-4b20-9a5c-d65231d9e2ef => generated 4091 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1415/2755] 199.204.45.109 () {34 vars in 986 bytes} [Wed Jun 10 04:59:21 2026] GET /v2.0/networks?id=dc56e422-4246-43b1-88b9-7bfa2acd8820 => generated 801 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1341/2756] 199.204.45.109 () {34 vars in 1058 bytes} [Wed Jun 10 04:59:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.121&port_id=19c5b9cf-5b69-47cc-9d89-82f18f708b09 => 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: 1416/2757] 199.204.45.109 () {34 vars in 1102 bytes} [Wed Jun 10 04:59:21 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3Ace&port_id=19c5b9cf-5b69-47cc-9d89-82f18f708b09 => 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: 1342/2758] 199.204.45.109 () {34 vars in 1064 bytes} [Wed Jun 10 04:59:21 2026] GET /v2.0/subnets?id=9cbda35e-5ee6-4459-86ef-69a3c60e3fab&id=900c8222-a6df-4aff-97ad-4c87087ea8b2 => generated 1410 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1417/2759] 199.204.45.109 () {34 vars in 1052 bytes} [Wed Jun 10 04:59:21 2026] GET /v2.0/ports?network_id=dc56e422-4246-43b1-88b9-7bfa2acd8820&device_owner=network%3Adhcp => generated 1457 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1343/2760] 199.204.45.109 () {34 vars in 1052 bytes} [Wed Jun 10 04:59:21 2026] GET /v2.0/ports?network_id=dc56e422-4246-43b1-88b9-7bfa2acd8820&device_owner=network%3Adhcp => generated 1457 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1418/2761] 199.204.45.109 () {34 vars in 1012 bytes} [Wed Jun 10 04:59:21 2026] GET /v2.0/networks/dc56e422-4246-43b1-88b9-7bfa2acd8820?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: 1344/2762] 199.204.45.109 () {34 vars in 1112 bytes} [Wed Jun 10 04:59:21 2026] GET /v2.0/networks/dc56e422-4246-43b1-88b9-7bfa2acd8820?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: 1419/2763] 199.204.45.109 () {34 vars in 1080 bytes} [Wed Jun 10 04:59:23 2026] GET /v2.0/ports?tenant_id=c4bf318bd0414f7a8d22288735fa09e7&device_id=729177f2-222a-4b20-9a5c-d65231d9e2ef => generated 4091 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1345/2764] 199.204.45.109 () {34 vars in 1062 bytes} [Wed Jun 10 04:59:23 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.153&port_id=2ad4ab39-a8b6-4c97-ab97-5f6b0ab4b408 => 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: 1420/2765] 199.204.45.109 () {34 vars in 984 bytes} [Wed Jun 10 04:59:23 2026] GET /v2.0/subnets?id=059384f8-211c-41c9-a141-c93e3b91f6cf => generated 654 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1346/2766] 199.204.45.109 () {34 vars in 1052 bytes} [Wed Jun 10 04:59:23 2026] GET /v2.0/ports?network_id=c9b89531-1803-4d0e-a089-f7dfd8a5bbe1&device_owner=network%3Adhcp => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1421/2767] 199.204.45.109 () {34 vars in 1012 bytes} [Wed Jun 10 04:59:23 2026] GET /v2.0/networks/c9b89531-1803-4d0e-a089-f7dfd8a5bbe1?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1347/2768] 199.204.45.109 () {34 vars in 1112 bytes} [Wed Jun 10 04:59:23 2026] GET /v2.0/networks/c9b89531-1803-4d0e-a089-f7dfd8a5bbe1?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1422/2769] 199.204.45.109 () {34 vars in 1056 bytes} [Wed Jun 10 04:59:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.28&port_id=a3d3bb0d-0a7d-498c-9b70-b49c7c738fac => 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: 1348/2770] 199.204.45.109 () {34 vars in 984 bytes} [Wed Jun 10 04:59:23 2026] GET /v2.0/subnets?id=547654d1-9744-4c30-8c28-a9834a8392c6 => generated 679 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1423/2771] 199.204.45.109 () {34 vars in 1052 bytes} [Wed Jun 10 04:59:23 2026] GET /v2.0/ports?network_id=c4d7a4e8-c3b7-4fd3-ac18-857238094841&device_owner=network%3Adhcp => generated 1461 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1349/2772] 199.204.45.109 () {34 vars in 1012 bytes} [Wed Jun 10 04:59:23 2026] GET /v2.0/networks/c4d7a4e8-c3b7-4fd3-ac18-857238094841?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: 1424/2773] 199.204.45.109 () {34 vars in 1112 bytes} [Wed Jun 10 04:59:23 2026] GET /v2.0/networks/c4d7a4e8-c3b7-4fd3-ac18-857238094841?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: 1350/2774] 199.204.45.109 () {34 vars in 1058 bytes} [Wed Jun 10 04:59:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.121&port_id=19c5b9cf-5b69-47cc-9d89-82f18f708b09 => 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: 1425/2775] 199.204.45.109 () {34 vars in 1102 bytes} [Wed Jun 10 04:59:23 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3Ace&port_id=19c5b9cf-5b69-47cc-9d89-82f18f708b09 => 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: 1351/2776] 199.204.45.109 () {34 vars in 1064 bytes} [Wed Jun 10 04:59:23 2026] GET /v2.0/subnets?id=9cbda35e-5ee6-4459-86ef-69a3c60e3fab&id=900c8222-a6df-4aff-97ad-4c87087ea8b2 => generated 1410 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1426/2777] 199.204.45.109 () {34 vars in 1052 bytes} [Wed Jun 10 04:59:23 2026] GET /v2.0/ports?network_id=dc56e422-4246-43b1-88b9-7bfa2acd8820&device_owner=network%3Adhcp => generated 1457 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1352/2778] 199.204.45.109 () {34 vars in 1052 bytes} [Wed Jun 10 04:59:23 2026] GET /v2.0/ports?network_id=dc56e422-4246-43b1-88b9-7bfa2acd8820&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: 1427/2779] 199.204.45.109 () {34 vars in 1012 bytes} [Wed Jun 10 04:59:23 2026] GET /v2.0/networks/dc56e422-4246-43b1-88b9-7bfa2acd8820?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: 1353/2780] 199.204.45.109 () {34 vars in 1112 bytes} [Wed Jun 10 04:59:23 2026] GET /v2.0/networks/dc56e422-4246-43b1-88b9-7bfa2acd8820?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: 1428/2781] 10.0.0.191 () {34 vars in 971 bytes} [Wed Jun 10 04:59:27 2026] GET /v2.0/ports/19c5b9cf-5b69-47cc-9d89-82f18f708b09 => generated 1516 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1354/2782] 199.204.45.109 () {30 vars in 743 bytes} [Wed Jun 10 04:59:27 2026] GET /v2.0/networks/dc56e422-4246-43b1-88b9-7bfa2acd8820 => generated 798 bytes in 58 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.109 () {30 vars in 741 bytes} [Wed Jun 10 04:59:27 2026] GET /v2.0/subnets/9cbda35e-5ee6-4459-86ef-69a3c60e3fab => 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: 1355/2784] 199.204.45.109 () {30 vars in 741 bytes} [Wed Jun 10 04:59:27 2026] GET /v2.0/subnets/900c8222-a6df-4aff-97ad-4c87087ea8b2 => generated 743 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1430/2785] 199.204.45.109 () {30 vars in 703 bytes} [Wed Jun 10 04:59:27 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: 1356/2786] 199.204.45.109 () {30 vars in 705 bytes} [Wed Jun 10 04:59:27 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: 1431/2787] 199.204.45.109 () {30 vars in 681 bytes} [Wed Jun 10 04:59:27 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1357/2788] 199.204.45.109 () {30 vars in 717 bytes} [Wed Jun 10 04:59:27 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1432/2789] 199.204.45.109 () {30 vars in 741 bytes} [Wed Jun 10 04:59:27 2026] GET /v2.0/subnets/547654d1-9744-4c30-8c28-a9834a8392c6 => generated 676 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1358/2790] 199.204.45.109 () {30 vars in 737 bytes} [Wed Jun 10 04:59:27 2026] GET /v2.0/ports/48e22b7c-cecf-46a8-aaa3-a5ab2569cde9 => generated 1128 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1433/2791] 199.204.45.109 () {30 vars in 737 bytes} [Wed Jun 10 04:59:27 2026] GET /v2.0/ports/a3d3bb0d-0a7d-498c-9b70-b49c7c738fac => generated 1345 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1359/2792] 199.204.45.109 () {30 vars in 741 bytes} [Wed Jun 10 04:59:27 2026] GET /v2.0/subnets/547654d1-9744-4c30-8c28-a9834a8392c6 => 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: 1434/2793] 199.204.45.109 () {30 vars in 743 bytes} [Wed Jun 10 04:59:28 2026] GET /v2.0/networks/c4d7a4e8-c3b7-4fd3-ac18-857238094841 => generated 798 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1360/2794] 199.204.45.109 () {30 vars in 737 bytes} [Wed Jun 10 04:59:28 2026] GET /v2.0/ports/48e22b7c-cecf-46a8-aaa3-a5ab2569cde9 => generated 1128 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1435/2795] 199.204.45.109 () {30 vars in 741 bytes} [Wed Jun 10 04:59:28 2026] GET /v2.0/subnets/547654d1-9744-4c30-8c28-a9834a8392c6 => 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: 1437/2798] 10.0.0.106 () {30 vars in 690 bytes} [Wed Jun 10 04:59:32 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: 1362/2799] 10.0.0.106 () {30 vars in 692 bytes} [Wed Jun 10 04:59:32 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: 1438/2800] 10.0.0.106 () {30 vars in 668 bytes} [Wed Jun 10 04:59:32 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: 1363/2801] 10.0.0.106 () {30 vars in 704 bytes} [Wed Jun 10 04:59: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: 1439/2802] 10.0.0.106 () {28 vars in 439 bytes} [Wed Jun 10 04:59:32 2026] GET / => generated 151 bytes in 2 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1364/2803] 10.0.0.106 () {30 vars in 728 bytes} [Wed Jun 10 04:59:32 2026] GET /v2.0/subnets/0e54f156-60a7-48b9-a702-6e26d657baaa => generated 655 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1440/2804] 199.204.45.109 () {30 vars in 703 bytes} [Wed Jun 10 04:59:33 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: 1365/2805] 199.204.45.109 () {30 vars in 705 bytes} [Wed Jun 10 04:59:33 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: 1441/2806] 199.204.45.109 () {30 vars in 681 bytes} [Wed Jun 10 04:59:33 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: 1366/2807] 199.204.45.109 () {30 vars in 717 bytes} [Wed Jun 10 04:59:33 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: 1442/2808] 199.204.45.109 () {30 vars in 741 bytes} [Wed Jun 10 04:59:33 2026] GET /v2.0/subnets/9cbda35e-5ee6-4459-86ef-69a3c60e3fab => 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: 1367/2809] 199.204.45.109 () {30 vars in 741 bytes} [Wed Jun 10 04:59:33 2026] GET /v2.0/subnets/0e54f156-60a7-48b9-a702-6e26d657baaa => generated 673 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1443/2810] 199.204.45.109 () {30 vars in 769 bytes} [Wed Jun 10 04:59:33 2026] GET /v2.0/ports?device_id=729177f2-222a-4b20-9a5c-d65231d9e2ef => generated 4093 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1368/2811] 199.204.45.109 () {30 vars in 703 bytes} [Wed Jun 10 04:59:33 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1444/2812] 199.204.45.109 () {30 vars in 705 bytes} [Wed Jun 10 04:59:33 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: 1369/2813] 199.204.45.109 () {30 vars in 681 bytes} [Wed Jun 10 04:59:33 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1445/2814] 199.204.45.109 () {30 vars in 717 bytes} [Wed Jun 10 04:59:33 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1370/2815] 199.204.45.109 () {34 vars in 717 bytes} [Wed Jun 10 04:59:33 2026] POST /v2.0/ports => generated 1332 bytes in 354 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1446/2816] 10.0.0.191 () {34 vars in 971 bytes} [Wed Jun 10 04:59:34 2026] GET /v2.0/ports/aa20a5f8-a9fc-4c8d-b3d6-83b7fc4279c8 => generated 1332 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1371/2817] 199.204.45.109 () {34 vars in 1262 bytes} [Wed Jun 10 04:59:35 2026] GET /v2.0/ports/aa20a5f8-a9fc-4c8d-b3d6-83b7fc4279c8?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1447/2818] 199.204.45.109 () {34 vars in 1012 bytes} [Wed Jun 10 04:59:35 2026] GET /v2.0/networks/62b077fb-d95a-4cae-8287-5e720b41c6fb?fields=segments => generated 14 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1372/2819] 199.204.45.109 () {34 vars in 1112 bytes} [Wed Jun 10 04:59:35 2026] GET /v2.0/networks/62b077fb-d95a-4cae-8287-5e720b41c6fb?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: 1448/2820] 199.204.45.109 () {34 vars in 975 bytes} [Wed Jun 10 04:59:36 2026] GET /v2.0/ports/aa20a5f8-a9fc-4c8d-b3d6-83b7fc4279c8 => generated 1332 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1373/2821] 199.204.45.109 () {34 vars in 986 bytes} [Wed Jun 10 04:59:36 2026] GET /v2.0/networks?id=62b077fb-d95a-4cae-8287-5e720b41c6fb => generated 800 bytes in 54 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.109 () {38 vars in 1028 bytes} [Wed Jun 10 04:59:36 2026] PUT /v2.0/ports/aa20a5f8-a9fc-4c8d-b3d6-83b7fc4279c8 => generated 1522 bytes in 425 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 04:59:36.697 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2fa6b7fb-f9ff-4618-976e-99ae158a3ae5'] response: {'name': 'network-changed', 'server_uuid': '729177f2-222a-4b20-9a5c-d65231d9e2ef', 'tag': 'aa20a5f8-a9fc-4c8d-b3d6-83b7fc4279c8', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1374/2823] 199.204.45.109 () {34 vars in 1080 bytes} [Wed Jun 10 04:59:37 2026] GET /v2.0/ports?tenant_id=c4bf318bd0414f7a8d22288735fa09e7&device_id=729177f2-222a-4b20-9a5c-d65231d9e2ef => generated 5607 bytes in 57 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: 1450/2824] 199.204.45.109 () {34 vars in 986 bytes} [Wed Jun 10 04:59:37 2026] GET /v2.0/networks?id=62b077fb-d95a-4cae-8287-5e720b41c6fb => generated 800 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1375/2825] 199.204.45.109 () {34 vars in 1058 bytes} [Wed Jun 10 04:59:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.160&port_id=aa20a5f8-a9fc-4c8d-b3d6-83b7fc4279c8 => 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: 1451/2826] 199.204.45.109 () {34 vars in 1106 bytes} [Wed Jun 10 04:59:37 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A118&port_id=aa20a5f8-a9fc-4c8d-b3d6-83b7fc4279c8 => 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: 1376/2827] 199.204.45.109 () {34 vars in 1064 bytes} [Wed Jun 10 04:59:37 2026] GET /v2.0/subnets?id=0e54f156-60a7-48b9-a702-6e26d657baaa&id=679886e7-8b43-47ad-b2c8-5473e8b6450a => generated 1414 bytes in 28 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.109 () {34 vars in 1052 bytes} [Wed Jun 10 04:59:37 2026] GET /v2.0/ports?network_id=62b077fb-d95a-4cae-8287-5e720b41c6fb&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: 1377/2829] 199.204.45.109 () {34 vars in 1052 bytes} [Wed Jun 10 04:59:37 2026] GET /v2.0/ports?network_id=62b077fb-d95a-4cae-8287-5e720b41c6fb&device_owner=network%3Adhcp => generated 1461 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1453/2830] 199.204.45.109 () {34 vars in 1012 bytes} [Wed Jun 10 04:59:37 2026] GET /v2.0/networks/62b077fb-d95a-4cae-8287-5e720b41c6fb?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: 1378/2831] 199.204.45.109 () {34 vars in 1112 bytes} [Wed Jun 10 04:59:37 2026] GET /v2.0/networks/62b077fb-d95a-4cae-8287-5e720b41c6fb?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: 1454/2832] 199.204.45.109 () {34 vars in 1080 bytes} [Wed Jun 10 04:59:38 2026] GET /v2.0/ports?tenant_id=c4bf318bd0414f7a8d22288735fa09e7&device_id=729177f2-222a-4b20-9a5c-d65231d9e2ef => generated 5607 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1379/2833] 199.204.45.109 () {34 vars in 1062 bytes} [Wed Jun 10 04:59:38 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.153&port_id=2ad4ab39-a8b6-4c97-ab97-5f6b0ab4b408 => 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: 1455/2834] 199.204.45.109 () {34 vars in 984 bytes} [Wed Jun 10 04:59:38 2026] GET /v2.0/subnets?id=059384f8-211c-41c9-a141-c93e3b91f6cf => generated 654 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1380/2835] 199.204.45.109 () {34 vars in 1052 bytes} [Wed Jun 10 04:59:38 2026] GET /v2.0/ports?network_id=c9b89531-1803-4d0e-a089-f7dfd8a5bbe1&device_owner=network%3Adhcp => generated 1244 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1456/2836] 199.204.45.109 () {34 vars in 1012 bytes} [Wed Jun 10 04:59:38 2026] GET /v2.0/networks/c9b89531-1803-4d0e-a089-f7dfd8a5bbe1?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: 1381/2837] 199.204.45.109 () {34 vars in 1112 bytes} [Wed Jun 10 04:59:38 2026] GET /v2.0/networks/c9b89531-1803-4d0e-a089-f7dfd8a5bbe1?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: 1457/2838] 199.204.45.109 () {34 vars in 1056 bytes} [Wed Jun 10 04:59:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.28&port_id=a3d3bb0d-0a7d-498c-9b70-b49c7c738fac => 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: 1382/2839] 199.204.45.109 () {34 vars in 984 bytes} [Wed Jun 10 04:59:38 2026] GET /v2.0/subnets?id=547654d1-9744-4c30-8c28-a9834a8392c6 => generated 679 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1458/2840] 199.204.45.109 () {34 vars in 1052 bytes} [Wed Jun 10 04:59:38 2026] GET /v2.0/ports?network_id=c4d7a4e8-c3b7-4fd3-ac18-857238094841&device_owner=network%3Adhcp => generated 1461 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1383/2841] 199.204.45.109 () {34 vars in 1012 bytes} [Wed Jun 10 04:59:39 2026] GET /v2.0/networks/c4d7a4e8-c3b7-4fd3-ac18-857238094841?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: 1459/2842] 199.204.45.109 () {34 vars in 1112 bytes} [Wed Jun 10 04:59:39 2026] GET /v2.0/networks/c4d7a4e8-c3b7-4fd3-ac18-857238094841?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: 1384/2843] 199.204.45.109 () {34 vars in 1058 bytes} [Wed Jun 10 04:59:39 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.121&port_id=19c5b9cf-5b69-47cc-9d89-82f18f708b09 => 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: 1460/2844] 199.204.45.109 () {34 vars in 1102 bytes} [Wed Jun 10 04:59:39 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3Ace&port_id=19c5b9cf-5b69-47cc-9d89-82f18f708b09 => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1385/2845] 199.204.45.109 () {34 vars in 1064 bytes} [Wed Jun 10 04:59:39 2026] GET /v2.0/subnets?id=9cbda35e-5ee6-4459-86ef-69a3c60e3fab&id=900c8222-a6df-4aff-97ad-4c87087ea8b2 => generated 1410 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1461/2846] 199.204.45.109 () {34 vars in 1052 bytes} [Wed Jun 10 04:59:39 2026] GET /v2.0/ports?network_id=dc56e422-4246-43b1-88b9-7bfa2acd8820&device_owner=network%3Adhcp => generated 1457 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1386/2847] 199.204.45.109 () {34 vars in 1052 bytes} [Wed Jun 10 04:59:39 2026] GET /v2.0/ports?network_id=dc56e422-4246-43b1-88b9-7bfa2acd8820&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: 1462/2848] 199.204.45.109 () {34 vars in 1012 bytes} [Wed Jun 10 04:59:39 2026] GET /v2.0/networks/dc56e422-4246-43b1-88b9-7bfa2acd8820?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1387/2849] 199.204.45.109 () {34 vars in 1112 bytes} [Wed Jun 10 04:59:39 2026] GET /v2.0/networks/dc56e422-4246-43b1-88b9-7bfa2acd8820?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1463/2850] 199.204.45.109 () {34 vars in 1058 bytes} [Wed Jun 10 04:59:39 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.160&port_id=aa20a5f8-a9fc-4c8d-b3d6-83b7fc4279c8 => 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: 1388/2851] 199.204.45.109 () {34 vars in 1106 bytes} [Wed Jun 10 04:59:39 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A118&port_id=aa20a5f8-a9fc-4c8d-b3d6-83b7fc4279c8 => 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: 1464/2852] 199.204.45.109 () {34 vars in 1064 bytes} [Wed Jun 10 04:59:39 2026] GET /v2.0/subnets?id=0e54f156-60a7-48b9-a702-6e26d657baaa&id=679886e7-8b43-47ad-b2c8-5473e8b6450a => generated 1414 bytes in 34 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.109 () {34 vars in 1052 bytes} [Wed Jun 10 04:59:39 2026] GET /v2.0/ports?network_id=62b077fb-d95a-4cae-8287-5e720b41c6fb&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: 1465/2854] 199.204.45.109 () {34 vars in 1052 bytes} [Wed Jun 10 04:59:39 2026] GET /v2.0/ports?network_id=62b077fb-d95a-4cae-8287-5e720b41c6fb&device_owner=network%3Adhcp => generated 1461 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1390/2855] 199.204.45.109 () {34 vars in 1012 bytes} [Wed Jun 10 04:59:39 2026] GET /v2.0/networks/62b077fb-d95a-4cae-8287-5e720b41c6fb?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: 1466/2856] 199.204.45.109 () {34 vars in 1112 bytes} [Wed Jun 10 04:59:39 2026] GET /v2.0/networks/62b077fb-d95a-4cae-8287-5e720b41c6fb?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1391/2857] 10.0.0.191 () {34 vars in 971 bytes} [Wed Jun 10 04:59:43 2026] GET /v2.0/ports/aa20a5f8-a9fc-4c8d-b3d6-83b7fc4279c8 => generated 1524 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1467/2858] 199.204.45.109 () {30 vars in 743 bytes} [Wed Jun 10 04:59:43 2026] GET /v2.0/networks/62b077fb-d95a-4cae-8287-5e720b41c6fb => generated 797 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1392/2859] 199.204.45.109 () {30 vars in 741 bytes} [Wed Jun 10 04:59:43 2026] GET /v2.0/subnets/0e54f156-60a7-48b9-a702-6e26d657baaa => generated 673 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1468/2860] 199.204.45.109 () {30 vars in 741 bytes} [Wed Jun 10 04:59:43 2026] GET /v2.0/subnets/679886e7-8b43-47ad-b2c8-5473e8b6450a => generated 748 bytes in 31 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.109 () {30 vars in 737 bytes} [Wed Jun 10 04:59:43 2026] GET /v2.0/ports/19c5b9cf-5b69-47cc-9d89-82f18f708b09 => generated 1516 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1469/2862] 199.204.45.109 () {34 vars in 790 bytes} [Wed Jun 10 04:59:43 2026] PUT /v2.0/ports/19c5b9cf-5b69-47cc-9d89-82f18f708b09 => generated 1255 bytes in 343 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 04:59:44.078 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-4aad426c-58a8-4458-aefa-4501789694c8'] response: {'name': 'network-changed', 'server_uuid': '729177f2-222a-4b20-9a5c-d65231d9e2ef', 'tag': '19c5b9cf-5b69-47cc-9d89-82f18f708b09', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1394/2863] 199.204.45.109 () {30 vars in 743 bytes} [Wed Jun 10 04:59:44 2026] GET /v2.0/networks/dc56e422-4246-43b1-88b9-7bfa2acd8820 => generated 798 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1470/2864] 199.204.45.109 () {30 vars in 741 bytes} [Wed Jun 10 04:59:44 2026] GET /v2.0/subnets/9cbda35e-5ee6-4459-86ef-69a3c60e3fab => 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: 1395/2865] 199.204.45.109 () {30 vars in 703 bytes} [Wed Jun 10 04:59:44 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 12 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.109 () {30 vars in 705 bytes} [Wed Jun 10 04:59:44 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1396/2867] 199.204.45.109 () {30 vars in 681 bytes} [Wed Jun 10 04:59:44 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: 1472/2868] 199.204.45.109 () {30 vars in 717 bytes} [Wed Jun 10 04:59: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: 1397/2869] 199.204.45.109 () {30 vars in 741 bytes} [Wed Jun 10 04:59:44 2026] GET /v2.0/subnets/547654d1-9744-4c30-8c28-a9834a8392c6 => generated 676 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1473/2870] 199.204.45.109 () {30 vars in 737 bytes} [Wed Jun 10 04:59:44 2026] GET /v2.0/ports/48e22b7c-cecf-46a8-aaa3-a5ab2569cde9 => generated 1128 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1398/2871] 199.204.45.109 () {30 vars in 737 bytes} [Wed Jun 10 04:59:44 2026] GET /v2.0/ports/a3d3bb0d-0a7d-498c-9b70-b49c7c738fac => generated 1345 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1474/2872] 199.204.45.109 () {30 vars in 741 bytes} [Wed Jun 10 04:59:44 2026] GET /v2.0/subnets/547654d1-9744-4c30-8c28-a9834a8392c6 => generated 676 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1399/2873] 199.204.45.109 () {30 vars in 743 bytes} [Wed Jun 10 04:59:44 2026] GET /v2.0/networks/c4d7a4e8-c3b7-4fd3-ac18-857238094841 => generated 798 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1475/2874] 199.204.45.109 () {30 vars in 737 bytes} [Wed Jun 10 04:59:44 2026] GET /v2.0/ports/48e22b7c-cecf-46a8-aaa3-a5ab2569cde9 => generated 1128 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1400/2875] 199.204.45.109 () {30 vars in 741 bytes} [Wed Jun 10 04:59:44 2026] GET /v2.0/subnets/547654d1-9744-4c30-8c28-a9834a8392c6 => generated 676 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1476/2876] 199.204.45.109 () {34 vars in 1080 bytes} [Wed Jun 10 04:59:44 2026] GET /v2.0/ports?tenant_id=c4bf318bd0414f7a8d22288735fa09e7&device_id=729177f2-222a-4b20-9a5c-d65231d9e2ef => generated 5384 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1401/2877] 199.204.45.109 () {34 vars in 986 bytes} [Wed Jun 10 04:59:44 2026] GET /v2.0/networks?id=dc56e422-4246-43b1-88b9-7bfa2acd8820 => generated 801 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1477/2878] 199.204.45.109 () {34 vars in 1058 bytes} [Wed Jun 10 04:59:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.121&port_id=19c5b9cf-5b69-47cc-9d89-82f18f708b09 => 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: 1402/2879] 199.204.45.109 () {34 vars in 984 bytes} [Wed Jun 10 04:59:44 2026] GET /v2.0/subnets?id=9cbda35e-5ee6-4459-86ef-69a3c60e3fab => 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: 1478/2880] 199.204.45.109 () {34 vars in 1052 bytes} [Wed Jun 10 04:59:44 2026] GET /v2.0/ports?network_id=dc56e422-4246-43b1-88b9-7bfa2acd8820&device_owner=network%3Adhcp => generated 1457 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1403/2881] 199.204.45.109 () {34 vars in 1012 bytes} [Wed Jun 10 04:59:44 2026] GET /v2.0/networks/dc56e422-4246-43b1-88b9-7bfa2acd8820?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: 1479/2882] 199.204.45.109 () {34 vars in 1112 bytes} [Wed Jun 10 04:59:44 2026] GET /v2.0/networks/dc56e422-4246-43b1-88b9-7bfa2acd8820?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: 1405/2885] 199.204.45.109 () {30 vars in 703 bytes} [Wed Jun 10 04:59:57 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: 1481/2886] 199.204.45.109 () {30 vars in 705 bytes} [Wed Jun 10 04:59:57 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: 1406/2887] 199.204.45.109 () {30 vars in 681 bytes} [Wed Jun 10 04:59:57 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: 1482/2888] 199.204.45.109 () {30 vars in 717 bytes} [Wed Jun 10 04:59:57 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: 1407/2889] 199.204.45.109 () {30 vars in 741 bytes} [Wed Jun 10 04:59:57 2026] GET /v2.0/subnets/9cbda35e-5ee6-4459-86ef-69a3c60e3fab => generated 674 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1483/2890] 199.204.45.109 () {30 vars in 769 bytes} [Wed Jun 10 04:59:57 2026] GET /v2.0/ports?device_id=729177f2-222a-4b20-9a5c-d65231d9e2ef => generated 5384 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1408/2891] 199.204.45.109 () {30 vars in 703 bytes} [Wed Jun 10 04:59:57 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: 1484/2892] 199.204.45.109 () {30 vars in 705 bytes} [Wed Jun 10 04:59:57 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1409/2893] 199.204.45.109 () {30 vars in 681 bytes} [Wed Jun 10 04:59:57 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: 1485/2894] 199.204.45.109 () {30 vars in 717 bytes} [Wed Jun 10 04:59:57 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: 1410/2895] 199.204.45.109 () {30 vars in 737 bytes} [Wed Jun 10 04:59:57 2026] GET /v2.0/ports/aa20a5f8-a9fc-4c8d-b3d6-83b7fc4279c8 => generated 1524 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1486/2896] 199.204.45.109 () {34 vars in 790 bytes} [Wed Jun 10 04:59:57 2026] PUT /v2.0/ports/aa20a5f8-a9fc-4c8d-b3d6-83b7fc4279c8 => generated 1311 bytes in 368 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 04:59:58.402 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2775544a-5ac4-4b99-bd4e-45456a2bd424'] response: {'name': 'network-changed', 'server_uuid': '729177f2-222a-4b20-9a5c-d65231d9e2ef', 'tag': 'aa20a5f8-a9fc-4c8d-b3d6-83b7fc4279c8', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1411/2897] 199.204.45.109 () {30 vars in 743 bytes} [Wed Jun 10 04:59:58 2026] GET /v2.0/networks/62b077fb-d95a-4cae-8287-5e720b41c6fb => generated 797 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1487/2898] 199.204.45.109 () {30 vars in 741 bytes} [Wed Jun 10 04:59:58 2026] GET /v2.0/subnets/679886e7-8b43-47ad-b2c8-5473e8b6450a => generated 748 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1412/2899] 199.204.45.109 () {30 vars in 737 bytes} [Wed Jun 10 04:59:58 2026] GET /v2.0/ports/aa20a5f8-a9fc-4c8d-b3d6-83b7fc4279c8 => generated 1347 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1488/2900] 199.204.45.109 () {34 vars in 789 bytes} [Wed Jun 10 04:59:58 2026] PUT /v2.0/ports/aa20a5f8-a9fc-4c8d-b3d6-83b7fc4279c8 => generated 1080 bytes in 371 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1413/2901] 199.204.45.109 () {34 vars in 1080 bytes} [Wed Jun 10 04:59:58 2026] GET /v2.0/ports?tenant_id=c4bf318bd0414f7a8d22288735fa09e7&device_id=729177f2-222a-4b20-9a5c-d65231d9e2ef => generated 4976 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1489/2902] 199.204.45.109 () {30 vars in 743 bytes} [Wed Jun 10 04:59:58 2026] GET /v2.0/networks/62b077fb-d95a-4cae-8287-5e720b41c6fb => generated 797 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1414/2903] 199.204.45.109 () {34 vars in 986 bytes} [Wed Jun 10 04:59:58 2026] GET /v2.0/networks?id=62b077fb-d95a-4cae-8287-5e720b41c6fb => generated 800 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1490/2904] 199.204.45.109 () {30 vars in 769 bytes} [Wed Jun 10 04:59:58 2026] GET /v2.0/ports?device_id=729177f2-222a-4b20-9a5c-d65231d9e2ef => generated 4976 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1415/2905] 199.204.45.109 () {34 vars in 1012 bytes} [Wed Jun 10 04:59:59 2026] GET /v2.0/networks/62b077fb-d95a-4cae-8287-5e720b41c6fb?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: 1491/2906] 199.204.45.109 () {34 vars in 1112 bytes} [Wed Jun 10 04:59:59 2026] GET /v2.0/networks/62b077fb-d95a-4cae-8287-5e720b41c6fb?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: 1416/2907] 199.204.45.109 () {30 vars in 769 bytes} [Wed Jun 10 04:59:59 2026] GET /v2.0/ports?device_id=729177f2-222a-4b20-9a5c-d65231d9e2ef => generated 4976 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1492/2908] 199.204.45.109 () {30 vars in 769 bytes} [Wed Jun 10 05:00:00 2026] GET /v2.0/ports?device_id=729177f2-222a-4b20-9a5c-d65231d9e2ef => generated 4976 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 05:00:00.452 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d220e510-f192-475b-b469-72786e2d6e3b'] response: {'name': 'network-changed', 'server_uuid': '729177f2-222a-4b20-9a5c-d65231d9e2ef', 'tag': 'aa20a5f8-a9fc-4c8d-b3d6-83b7fc4279c8', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1418/2911] 199.204.45.109 () {34 vars in 1080 bytes} [Wed Jun 10 05:00:00 2026] GET /v2.0/ports?tenant_id=c4bf318bd0414f7a8d22288735fa09e7&device_id=729177f2-222a-4b20-9a5c-d65231d9e2ef => generated 4976 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1494/2912] 199.204.45.109 () {34 vars in 986 bytes} [Wed Jun 10 05:00:01 2026] GET /v2.0/networks?id=62b077fb-d95a-4cae-8287-5e720b41c6fb => 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: 1419/2913] 199.204.45.109 () {34 vars in 1012 bytes} [Wed Jun 10 05:00:01 2026] GET /v2.0/networks/62b077fb-d95a-4cae-8287-5e720b41c6fb?fields=segments => generated 14 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1495/2914] 199.204.45.109 () {34 vars in 1112 bytes} [Wed Jun 10 05:00:01 2026] GET /v2.0/networks/62b077fb-d95a-4cae-8287-5e720b41c6fb?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1420/2915] 199.204.45.109 () {30 vars in 769 bytes} [Wed Jun 10 05:00:01 2026] GET /v2.0/ports?device_id=729177f2-222a-4b20-9a5c-d65231d9e2ef => generated 4976 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1496/2916] 199.204.45.109 () {34 vars in 975 bytes} [Wed Jun 10 05:00:01 2026] GET /v2.0/ports/aa20a5f8-a9fc-4c8d-b3d6-83b7fc4279c8 => generated 1116 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1421/2917] 199.204.45.109 () {34 vars in 1060 bytes} [Wed Jun 10 05:00:01 2026] GET /v2.0/ports/aa20a5f8-a9fc-4c8d-b3d6-83b7fc4279c8?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1497/2918] 199.204.45.109 () {34 vars in 1016 bytes} [Wed Jun 10 05:00:01 2026] GET /v2.0/networks/62b077fb-d95a-4cae-8287-5e720b41c6fb?fields=dns_domain => generated 29 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1422/2919] 199.204.45.109 () {38 vars in 1028 bytes} [Wed Jun 10 05:00:01 2026] PUT /v2.0/ports/aa20a5f8-a9fc-4c8d-b3d6-83b7fc4279c8 => generated 917 bytes in 222 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1498/2920] 199.204.45.109 () {30 vars in 769 bytes} [Wed Jun 10 05:00:02 2026] GET /v2.0/ports?device_id=729177f2-222a-4b20-9a5c-d65231d9e2ef => generated 3868 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-10 05:00:02.545 8 INFO neutron_taas.services.taas.taas_plugin [None req-e33d47f1-e77d-4e02-8769-3ac8efc1f3da 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] TaaS: Handle Delete Port: aa20a5f8-a9fc-4c8d-b3d6-83b7fc4279c8 2026-06-10 05:00:02.549 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e33d47f1-e77d-4e02-8769-3ac8efc1f3da 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] Tap Mirror: Handle Delete Port: aa20a5f8-a9fc-4c8d-b3d6-83b7fc4279c8 [pid: 8|app: 0|req: 1423/2921] 199.204.45.109 () {32 vars in 759 bytes} [Wed Jun 10 05:00:02 2026] DELETE /v2.0/ports/aa20a5f8-a9fc-4c8d-b3d6-83b7fc4279c8 => generated 0 bytes in 205 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1499/2922] 199.204.45.109 () {30 vars in 703 bytes} [Wed Jun 10 05:00:02 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: 1424/2923] 199.204.45.109 () {30 vars in 705 bytes} [Wed Jun 10 05:00:02 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: 1500/2924] 199.204.45.109 () {30 vars in 681 bytes} [Wed Jun 10 05:00:02 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: 1425/2925] 199.204.45.109 () {30 vars in 717 bytes} [Wed Jun 10 05:00:02 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: 1501/2926] 199.204.45.109 () {30 vars in 741 bytes} [Wed Jun 10 05:00:02 2026] GET /v2.0/subnets/547654d1-9744-4c30-8c28-a9834a8392c6 => generated 676 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1426/2927] 199.204.45.109 () {30 vars in 737 bytes} [Wed Jun 10 05:00:02 2026] GET /v2.0/ports/48e22b7c-cecf-46a8-aaa3-a5ab2569cde9 => generated 1128 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1502/2928] 199.204.45.109 () {30 vars in 737 bytes} [Wed Jun 10 05:00:02 2026] GET /v2.0/ports/a3d3bb0d-0a7d-498c-9b70-b49c7c738fac => generated 1345 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1427/2929] 199.204.45.109 () {30 vars in 741 bytes} [Wed Jun 10 05:00:02 2026] GET /v2.0/subnets/547654d1-9744-4c30-8c28-a9834a8392c6 => generated 676 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1503/2930] 199.204.45.109 () {30 vars in 743 bytes} [Wed Jun 10 05:00:02 2026] GET /v2.0/networks/c4d7a4e8-c3b7-4fd3-ac18-857238094841 => generated 798 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1428/2931] 199.204.45.109 () {30 vars in 737 bytes} [Wed Jun 10 05:00:03 2026] GET /v2.0/ports/48e22b7c-cecf-46a8-aaa3-a5ab2569cde9 => generated 1128 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1504/2932] 199.204.45.109 () {30 vars in 741 bytes} [Wed Jun 10 05:00:03 2026] GET /v2.0/subnets/547654d1-9744-4c30-8c28-a9834a8392c6 => generated 676 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1429/2933] 199.204.45.109 () {34 vars in 1080 bytes} [Wed Jun 10 05:00:03 2026] GET /v2.0/ports?tenant_id=c4bf318bd0414f7a8d22288735fa09e7&device_id=729177f2-222a-4b20-9a5c-d65231d9e2ef => generated 3868 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1505/2934] 199.204.45.109 () {34 vars in 1226 bytes} [Wed Jun 10 05:00:03 2026] GET /v2.0/networks?id=c9b89531-1803-4d0e-a089-f7dfd8a5bbe1&id=c4d7a4e8-c3b7-4fd3-ac18-857238094841&id=dc56e422-4246-43b1-88b9-7bfa2acd8820&id=62b077fb-d95a-4cae-8287-5e720b41c6fb => generated 3095 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1430/2935] 199.204.45.109 () {34 vars in 1062 bytes} [Wed Jun 10 05:00:03 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.153&port_id=2ad4ab39-a8b6-4c97-ab97-5f6b0ab4b408 => 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: 1506/2936] 199.204.45.109 () {34 vars in 984 bytes} [Wed Jun 10 05:00:03 2026] GET /v2.0/subnets?id=059384f8-211c-41c9-a141-c93e3b91f6cf => generated 654 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1431/2937] 199.204.45.109 () {34 vars in 1052 bytes} [Wed Jun 10 05:00:03 2026] GET /v2.0/ports?network_id=c9b89531-1803-4d0e-a089-f7dfd8a5bbe1&device_owner=network%3Adhcp => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1507/2938] 199.204.45.109 () {34 vars in 1012 bytes} [Wed Jun 10 05:00:03 2026] GET /v2.0/networks/c9b89531-1803-4d0e-a089-f7dfd8a5bbe1?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: 1432/2939] 199.204.45.109 () {34 vars in 1112 bytes} [Wed Jun 10 05:00:03 2026] GET /v2.0/networks/c9b89531-1803-4d0e-a089-f7dfd8a5bbe1?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1508/2940] 199.204.45.109 () {34 vars in 1056 bytes} [Wed Jun 10 05:00:03 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.28&port_id=a3d3bb0d-0a7d-498c-9b70-b49c7c738fac => 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: 1433/2941] 199.204.45.109 () {34 vars in 984 bytes} [Wed Jun 10 05:00:03 2026] GET /v2.0/subnets?id=547654d1-9744-4c30-8c28-a9834a8392c6 => generated 679 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1509/2942] 199.204.45.109 () {34 vars in 1052 bytes} [Wed Jun 10 05:00:03 2026] GET /v2.0/ports?network_id=c4d7a4e8-c3b7-4fd3-ac18-857238094841&device_owner=network%3Adhcp => generated 1461 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1434/2943] 199.204.45.109 () {34 vars in 1012 bytes} [Wed Jun 10 05:00:03 2026] GET /v2.0/networks/c4d7a4e8-c3b7-4fd3-ac18-857238094841?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: 1510/2944] 199.204.45.109 () {34 vars in 1112 bytes} [Wed Jun 10 05:00:03 2026] GET /v2.0/networks/c4d7a4e8-c3b7-4fd3-ac18-857238094841?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: 1435/2945] 199.204.45.109 () {34 vars in 1058 bytes} [Wed Jun 10 05:00:03 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.121&port_id=19c5b9cf-5b69-47cc-9d89-82f18f708b09 => generated 19 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1511/2946] 199.204.45.109 () {34 vars in 984 bytes} [Wed Jun 10 05:00:04 2026] GET /v2.0/subnets?id=9cbda35e-5ee6-4459-86ef-69a3c60e3fab => generated 677 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1436/2947] 199.204.45.109 () {34 vars in 1052 bytes} [Wed Jun 10 05:00:04 2026] GET /v2.0/ports?network_id=dc56e422-4246-43b1-88b9-7bfa2acd8820&device_owner=network%3Adhcp => generated 1457 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1512/2948] 199.204.45.109 () {34 vars in 1012 bytes} [Wed Jun 10 05:00:04 2026] GET /v2.0/networks/dc56e422-4246-43b1-88b9-7bfa2acd8820?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: 1437/2949] 199.204.45.109 () {34 vars in 1112 bytes} [Wed Jun 10 05:00:04 2026] GET /v2.0/networks/dc56e422-4246-43b1-88b9-7bfa2acd8820?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1513/2950] 199.204.45.109 () {30 vars in 703 bytes} [Wed Jun 10 05:00:07 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: 1438/2951] 199.204.45.109 () {30 vars in 705 bytes} [Wed Jun 10 05:00:07 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: 1514/2952] 199.204.45.109 () {30 vars in 681 bytes} [Wed Jun 10 05:00:07 2026] GET /v2.0/extensions/qos => generated 166 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1439/2953] 199.204.45.109 () {30 vars in 717 bytes} [Wed Jun 10 05:00:07 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: 1515/2954] 199.204.45.109 () {30 vars in 769 bytes} [Wed Jun 10 05:00:07 2026] GET /v2.0/ports?device_id=729177f2-222a-4b20-9a5c-d65231d9e2ef => generated 3868 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1440/2955] 199.204.45.109 () {30 vars in 703 bytes} [Wed Jun 10 05:00:07 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: 1516/2956] 199.204.45.109 () {30 vars in 705 bytes} [Wed Jun 10 05:00:07 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: 1441/2957] 199.204.45.109 () {30 vars in 681 bytes} [Wed Jun 10 05:00: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: 1517/2958] 199.204.45.109 () {30 vars in 717 bytes} [Wed Jun 10 05:00: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: 1442/2959] 199.204.45.109 () {30 vars in 737 bytes} [Wed Jun 10 05:00:08 2026] GET /v2.0/ports/19c5b9cf-5b69-47cc-9d89-82f18f708b09 => generated 1291 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1518/2960] 199.204.45.109 () {34 vars in 789 bytes} [Wed Jun 10 05:00:08 2026] PUT /v2.0/ports/19c5b9cf-5b69-47cc-9d89-82f18f708b09 => generated 1080 bytes in 358 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 05:00:08.470 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f5954680-df52-44dd-9285-06beae5593a1'] response: {'name': 'network-changed', 'server_uuid': '729177f2-222a-4b20-9a5c-d65231d9e2ef', 'tag': '19c5b9cf-5b69-47cc-9d89-82f18f708b09', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1443/2961] 199.204.45.109 () {30 vars in 743 bytes} [Wed Jun 10 05:00:08 2026] GET /v2.0/networks/dc56e422-4246-43b1-88b9-7bfa2acd8820 => generated 798 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1519/2962] 199.204.45.109 () {30 vars in 769 bytes} [Wed Jun 10 05:00:08 2026] GET /v2.0/ports?device_id=729177f2-222a-4b20-9a5c-d65231d9e2ef => generated 3693 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1444/2963] 199.204.45.109 () {30 vars in 769 bytes} [Wed Jun 10 05:00:08 2026] GET /v2.0/ports?device_id=729177f2-222a-4b20-9a5c-d65231d9e2ef => generated 3693 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1520/2964] 199.204.45.109 () {34 vars in 1080 bytes} [Wed Jun 10 05:00:08 2026] GET /v2.0/ports?tenant_id=c4bf318bd0414f7a8d22288735fa09e7&device_id=729177f2-222a-4b20-9a5c-d65231d9e2ef => generated 3693 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1445/2965] 199.204.45.109 () {34 vars in 986 bytes} [Wed Jun 10 05:00:09 2026] GET /v2.0/networks?id=dc56e422-4246-43b1-88b9-7bfa2acd8820 => generated 801 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1521/2966] 199.204.45.109 () {34 vars in 1012 bytes} [Wed Jun 10 05:00:09 2026] GET /v2.0/networks/dc56e422-4246-43b1-88b9-7bfa2acd8820?fields=segments => generated 14 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1446/2967] 199.204.45.109 () {34 vars in 1112 bytes} [Wed Jun 10 05:00:09 2026] GET /v2.0/networks/dc56e422-4246-43b1-88b9-7bfa2acd8820?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: 7|app: 0|req: 1522/2968] 199.204.45.109 () {30 vars in 769 bytes} [Wed Jun 10 05:00:09 2026] GET /v2.0/ports?device_id=729177f2-222a-4b20-9a5c-d65231d9e2ef => generated 3693 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1447/2969] 199.204.45.109 () {34 vars in 975 bytes} [Wed Jun 10 05:00:10 2026] GET /v2.0/ports/19c5b9cf-5b69-47cc-9d89-82f18f708b09 => generated 1116 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1523/2970] 199.204.45.109 () {34 vars in 1060 bytes} [Wed Jun 10 05:00:10 2026] GET /v2.0/ports/19c5b9cf-5b69-47cc-9d89-82f18f708b09?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1524/2971] 199.204.45.109 () {30 vars in 769 bytes} [Wed Jun 10 05:00:10 2026] GET /v2.0/ports?device_id=729177f2-222a-4b20-9a5c-d65231d9e2ef => generated 3693 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1448/2972] 199.204.45.109 () {34 vars in 1016 bytes} [Wed Jun 10 05:00:10 2026] GET /v2.0/networks/dc56e422-4246-43b1-88b9-7bfa2acd8820?fields=dns_domain => generated 29 bytes in 49 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.109 () {38 vars in 1028 bytes} [Wed Jun 10 05:00:10 2026] PUT /v2.0/ports/19c5b9cf-5b69-47cc-9d89-82f18f708b09 => generated 917 bytes in 246 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1449/2974] 199.204.45.109 () {30 vars in 769 bytes} [Wed Jun 10 05:00:11 2026] GET /v2.0/ports?device_id=729177f2-222a-4b20-9a5c-d65231d9e2ef => generated 2585 bytes in 46 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-10 05:00:11.977 7 INFO neutron_taas.services.taas.taas_plugin [None req-665c4c23-2060-46d3-a9ea-8f0a948e0670 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] TaaS: Handle Delete Port: 19c5b9cf-5b69-47cc-9d89-82f18f708b09 2026-06-10 05:00:11.980 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-665c4c23-2060-46d3-a9ea-8f0a948e0670 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] Tap Mirror: Handle Delete Port: 19c5b9cf-5b69-47cc-9d89-82f18f708b09 [pid: 7|app: 0|req: 1526/2975] 199.204.45.109 () {32 vars in 759 bytes} [Wed Jun 10 05:00:11 2026] DELETE /v2.0/ports/19c5b9cf-5b69-47cc-9d89-82f18f708b09 => generated 0 bytes in 193 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1450/2976] 199.204.45.109 () {30 vars in 703 bytes} [Wed Jun 10 05:00:12 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1527/2977] 199.204.45.109 () {30 vars in 705 bytes} [Wed Jun 10 05:00:12 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: 1451/2978] 199.204.45.109 () {30 vars in 681 bytes} [Wed Jun 10 05:00:12 2026] GET /v2.0/extensions/qos => generated 166 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1528/2979] 199.204.45.109 () {30 vars in 717 bytes} [Wed Jun 10 05:00:12 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1452/2980] 199.204.45.109 () {30 vars in 741 bytes} [Wed Jun 10 05:00:12 2026] GET /v2.0/subnets/547654d1-9744-4c30-8c28-a9834a8392c6 => generated 676 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1529/2981] 199.204.45.109 () {30 vars in 737 bytes} [Wed Jun 10 05:00:12 2026] GET /v2.0/ports/48e22b7c-cecf-46a8-aaa3-a5ab2569cde9 => generated 1128 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1453/2982] 199.204.45.109 () {30 vars in 737 bytes} [Wed Jun 10 05:00:12 2026] GET /v2.0/ports/a3d3bb0d-0a7d-498c-9b70-b49c7c738fac => generated 1345 bytes in 29 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.109 () {30 vars in 741 bytes} [Wed Jun 10 05:00:12 2026] GET /v2.0/subnets/547654d1-9744-4c30-8c28-a9834a8392c6 => generated 676 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1454/2984] 199.204.45.109 () {30 vars in 743 bytes} [Wed Jun 10 05:00:12 2026] GET /v2.0/networks/c4d7a4e8-c3b7-4fd3-ac18-857238094841 => generated 798 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1531/2985] 199.204.45.109 () {30 vars in 737 bytes} [Wed Jun 10 05:00:12 2026] GET /v2.0/ports/48e22b7c-cecf-46a8-aaa3-a5ab2569cde9 => generated 1128 bytes in 44 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.109 () {30 vars in 741 bytes} [Wed Jun 10 05:00:12 2026] GET /v2.0/subnets/547654d1-9744-4c30-8c28-a9834a8392c6 => 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: 1532/2987] 199.204.45.109 () {34 vars in 1080 bytes} [Wed Jun 10 05:00:12 2026] GET /v2.0/ports?tenant_id=c4bf318bd0414f7a8d22288735fa09e7&device_id=729177f2-222a-4b20-9a5c-d65231d9e2ef => generated 2585 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1456/2988] 199.204.45.109 () {34 vars in 1146 bytes} [Wed Jun 10 05:00:12 2026] GET /v2.0/networks?id=c9b89531-1803-4d0e-a089-f7dfd8a5bbe1&id=c4d7a4e8-c3b7-4fd3-ac18-857238094841&id=dc56e422-4246-43b1-88b9-7bfa2acd8820 => generated 2309 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1533/2989] 199.204.45.109 () {34 vars in 1062 bytes} [Wed Jun 10 05:00:12 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.153&port_id=2ad4ab39-a8b6-4c97-ab97-5f6b0ab4b408 => 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: 1457/2990] 199.204.45.109 () {34 vars in 984 bytes} [Wed Jun 10 05:00:12 2026] GET /v2.0/subnets?id=059384f8-211c-41c9-a141-c93e3b91f6cf => generated 654 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1534/2991] 199.204.45.109 () {34 vars in 1052 bytes} [Wed Jun 10 05:00:12 2026] GET /v2.0/ports?network_id=c9b89531-1803-4d0e-a089-f7dfd8a5bbe1&device_owner=network%3Adhcp => generated 1244 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1458/2992] 199.204.45.109 () {34 vars in 1012 bytes} [Wed Jun 10 05:00:12 2026] GET /v2.0/networks/c9b89531-1803-4d0e-a089-f7dfd8a5bbe1?fields=segments => generated 14 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1535/2993] 199.204.45.109 () {34 vars in 1112 bytes} [Wed Jun 10 05:00:12 2026] GET /v2.0/networks/c9b89531-1803-4d0e-a089-f7dfd8a5bbe1?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1459/2994] 199.204.45.109 () {34 vars in 1056 bytes} [Wed Jun 10 05:00:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.28&port_id=a3d3bb0d-0a7d-498c-9b70-b49c7c738fac => generated 19 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1536/2995] 199.204.45.109 () {34 vars in 984 bytes} [Wed Jun 10 05:00:13 2026] GET /v2.0/subnets?id=547654d1-9744-4c30-8c28-a9834a8392c6 => generated 679 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1460/2996] 199.204.45.109 () {34 vars in 1052 bytes} [Wed Jun 10 05:00:13 2026] GET /v2.0/ports?network_id=c4d7a4e8-c3b7-4fd3-ac18-857238094841&device_owner=network%3Adhcp => generated 1461 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1537/2997] 199.204.45.109 () {34 vars in 1012 bytes} [Wed Jun 10 05:00:13 2026] GET /v2.0/networks/c4d7a4e8-c3b7-4fd3-ac18-857238094841?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: 1461/2998] 199.204.45.109 () {34 vars in 1112 bytes} [Wed Jun 10 05:00:13 2026] GET /v2.0/networks/c4d7a4e8-c3b7-4fd3-ac18-857238094841?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: 1463/3001] 199.204.45.109 () {30 vars in 703 bytes} [Wed Jun 10 05:00:24 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: 1539/3002] 199.204.45.109 () {30 vars in 705 bytes} [Wed Jun 10 05:00:24 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1464/3003] 199.204.45.109 () {30 vars in 681 bytes} [Wed Jun 10 05:00:24 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1540/3004] 199.204.45.109 () {30 vars in 717 bytes} [Wed Jun 10 05:00:24 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 05:00:24.246 8 INFO neutron.api.v2.resource [None req-dc728d9d-aa16-4812-b1b0-b2aab695b2c3 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1465/3005] 199.204.45.109 () {30 vars in 763 bytes} [Wed Jun 10 05:00:24 2026] GET /v2.0/security-groups/lb-8b1147ad-73d5-4a3c-8c09-a82d10400071 => generated 149 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1541/3006] 199.204.45.109 () {30 vars in 785 bytes} [Wed Jun 10 05:00:24 2026] GET /v2.0/security-groups?name=lb-8b1147ad-73d5-4a3c-8c09-a82d10400071 => generated 2865 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1466/3007] 199.204.45.109 () {30 vars in 815 bytes} [Wed Jun 10 05:00:24 2026] GET /v2.0/security-group-rules?security_group_id=f7ec7e39-7508-46d9-92a2-4a6ca4e13881 => generated 2334 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1542/3008] 199.204.45.109 () {32 vars in 789 bytes} [Wed Jun 10 05:00:24 2026] DELETE /v2.0/security-group-rules/0abbf74f-475d-4f03-bd30-b9faf7f58091 => 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: 1467/3009] 199.204.45.109 () {32 vars in 789 bytes} [Wed Jun 10 05:00:24 2026] DELETE /v2.0/security-group-rules/0ce7fd3a-6b65-4a34-a644-a1126ff4f2e7 => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 05:00:28.051 7 INFO neutron_taas.services.taas.taas_plugin [None req-5804f695-c634-4b64-a5b9-5be0c3b4ce71 c06363c5d33d405eb13787e020792159 29f9d65bbbbe484296f26cb6b60025b7 - - default default] TaaS: Handle Delete Port: 4d5ec947-1fe1-470c-8eed-83f0edbb9f15 2026-06-10 05:00:28.054 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5804f695-c634-4b64-a5b9-5be0c3b4ce71 c06363c5d33d405eb13787e020792159 29f9d65bbbbe484296f26cb6b60025b7 - - default default] Tap Mirror: Handle Delete Port: 4d5ec947-1fe1-470c-8eed-83f0edbb9f15 2026-06-10 05:00:28.290 7 INFO neutron.db.l3_db [None req-5804f695-c634-4b64-a5b9-5be0c3b4ce71 c06363c5d33d405eb13787e020792159 29f9d65bbbbe484296f26cb6b60025b7 - - default default] Floating IP dd0b33b4-ab36-46dd-9855-75bc4f2decf8 disassociated (deleted). External IP: 10.96.250.204, port: 48e22b7c-cecf-46a8-aaa3-a5ab2569cde9. [pid: 7|app: 0|req: 1543/3010] 10.0.0.208 () {32 vars in 732 bytes} [Wed Jun 10 05:00:27 2026] DELETE /v2.0/floatingips/dd0b33b4-ab36-46dd-9855-75bc4f2decf8 => generated 0 bytes in 697 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 05:00:28.628 8 INFO neutron.api.v2.resource [None req-d00df9fa-00d8-4014-a88b-0c8d6e021f0e c06363c5d33d405eb13787e020792159 29f9d65bbbbe484296f26cb6b60025b7 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1468/3011] 10.0.0.208 () {32 vars in 729 bytes} [Wed Jun 10 05:00:28 2026] GET /v2.0/floatingips/dd0b33b4-ab36-46dd-9855-75bc4f2decf8 => generated 144 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1544/3012] 199.204.45.109 () {30 vars in 703 bytes} [Wed Jun 10 05:00:29 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1469/3013] 199.204.45.109 () {30 vars in 705 bytes} [Wed Jun 10 05:00:29 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: 1545/3014] 199.204.45.109 () {30 vars in 681 bytes} [Wed Jun 10 05:00:29 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: 1470/3015] 199.204.45.109 () {30 vars in 717 bytes} [Wed Jun 10 05:00:29 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 05:00:30.027 7 INFO neutron.api.v2.resource [None req-fb78680a-d784-485a-b5a5-31ae3f4ce8ab 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1546/3016] 199.204.45.109 () {30 vars in 763 bytes} [Wed Jun 10 05:00:30 2026] GET /v2.0/security-groups/lb-8b1147ad-73d5-4a3c-8c09-a82d10400071 => 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: 1471/3017] 199.204.45.109 () {30 vars in 785 bytes} [Wed Jun 10 05:00:30 2026] GET /v2.0/security-groups?name=lb-8b1147ad-73d5-4a3c-8c09-a82d10400071 => generated 1639 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1547/3018] 199.204.45.109 () {30 vars in 815 bytes} [Wed Jun 10 05:00:30 2026] GET /v2.0/security-group-rules?security_group_id=f7ec7e39-7508-46d9-92a2-4a6ca4e13881 => generated 1182 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1472/3019] 199.204.45.109 () {30 vars in 703 bytes} [Wed Jun 10 05:00:30 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1548/3020] 199.204.45.109 () {30 vars in 705 bytes} [Wed Jun 10 05:00:30 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1473/3021] 199.204.45.109 () {30 vars in 681 bytes} [Wed Jun 10 05:00:30 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1549/3022] 199.204.45.109 () {30 vars in 717 bytes} [Wed Jun 10 05:00:30 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1474/3023] 199.204.45.109 () {30 vars in 741 bytes} [Wed Jun 10 05:00:30 2026] GET /v2.0/subnets/547654d1-9744-4c30-8c28-a9834a8392c6 => generated 676 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1550/3024] 199.204.45.109 () {30 vars in 769 bytes} [Wed Jun 10 05:00:30 2026] GET /v2.0/ports?device_id=729177f2-222a-4b20-9a5c-d65231d9e2ef => generated 2585 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1475/3025] 199.204.45.109 () {30 vars in 769 bytes} [Wed Jun 10 05:00:30 2026] GET /v2.0/ports?device_id=729177f2-222a-4b20-9a5c-d65231d9e2ef => generated 2585 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1551/3026] 199.204.45.109 () {30 vars in 769 bytes} [Wed Jun 10 05:00:30 2026] GET /v2.0/ports?device_id=729177f2-222a-4b20-9a5c-d65231d9e2ef => generated 2585 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1553/3029] 199.204.45.109 () {30 vars in 769 bytes} [Wed Jun 10 05:00:31 2026] GET /v2.0/ports?device_id=729177f2-222a-4b20-9a5c-d65231d9e2ef => generated 2585 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1477/3030] 199.204.45.109 () {34 vars in 975 bytes} [Wed Jun 10 05:00:32 2026] GET /v2.0/ports/a3d3bb0d-0a7d-498c-9b70-b49c7c738fac => generated 1345 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1554/3031] 199.204.45.109 () {34 vars in 1060 bytes} [Wed Jun 10 05:00:32 2026] GET /v2.0/ports/a3d3bb0d-0a7d-498c-9b70-b49c7c738fac?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1478/3032] 199.204.45.109 () {30 vars in 769 bytes} [Wed Jun 10 05:00:32 2026] GET /v2.0/ports?device_id=729177f2-222a-4b20-9a5c-d65231d9e2ef => generated 2585 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1555/3033] 199.204.45.109 () {34 vars in 1016 bytes} [Wed Jun 10 05:00:32 2026] GET /v2.0/networks/c4d7a4e8-c3b7-4fd3-ac18-857238094841?fields=dns_domain => generated 29 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1479/3034] 199.204.45.109 () {38 vars in 1028 bytes} [Wed Jun 10 05:00:32 2026] PUT /v2.0/ports/a3d3bb0d-0a7d-498c-9b70-b49c7c738fac => generated 1146 bytes in 259 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1556/3035] 199.204.45.109 () {30 vars in 769 bytes} [Wed Jun 10 05:00:33 2026] GET /v2.0/ports?device_id=729177f2-222a-4b20-9a5c-d65231d9e2ef => generated 1248 bytes in 48 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: 1480/3036] 199.204.45.109 () {34 vars in 789 bytes} [Wed Jun 10 05:00:33 2026] PUT /v2.0/ports/a3d3bb0d-0a7d-498c-9b70-b49c7c738fac => generated 1086 bytes in 194 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1557/3037] 199.204.45.109 () {30 vars in 737 bytes} [Wed Jun 10 05:00:33 2026] GET /v2.0/ports/a3d3bb0d-0a7d-498c-9b70-b49c7c738fac => generated 1086 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-10 05:00:34.040 8 INFO neutron_taas.services.taas.taas_plugin [None req-3dd05724-6d42-4550-bf03-9d44d7acb25b 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] TaaS: Handle Delete Port: a3d3bb0d-0a7d-498c-9b70-b49c7c738fac 2026-06-10 05:00:34.042 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3dd05724-6d42-4550-bf03-9d44d7acb25b 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] Tap Mirror: Handle Delete Port: a3d3bb0d-0a7d-498c-9b70-b49c7c738fac [pid: 8|app: 0|req: 1481/3038] 199.204.45.109 () {32 vars in 759 bytes} [Wed Jun 10 05:00:33 2026] DELETE /v2.0/ports/a3d3bb0d-0a7d-498c-9b70-b49c7c738fac => generated 0 bytes in 269 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1558/3039] 199.204.45.109 () {30 vars in 703 bytes} [Wed Jun 10 05:00:34 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: 1482/3040] 199.204.45.109 () {30 vars in 705 bytes} [Wed Jun 10 05:00:34 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1559/3041] 199.204.45.109 () {30 vars in 681 bytes} [Wed Jun 10 05:00:34 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1483/3042] 199.204.45.109 () {30 vars in 717 bytes} [Wed Jun 10 05:00:34 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 05:00:34.338 7 INFO neutron.pecan_wsgi.hooks.translation [None req-82da2989-5003-4a52-b4a8-05e47ff0de50 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1560/3043] 199.204.45.109 () {32 vars in 759 bytes} [Wed Jun 10 05:00:34 2026] DELETE /v2.0/ports/a3d3bb0d-0a7d-498c-9b70-b49c7c738fac => generated 132 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1484/3044] 199.204.45.109 () {30 vars in 737 bytes} [Wed Jun 10 05:00:34 2026] GET /v2.0/ports/48e22b7c-cecf-46a8-aaa3-a5ab2569cde9 => generated 1128 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 05:00:34.405 7 INFO neutron.api.v2.resource [None req-b648f0d7-0cdf-4e04-9258-b3f366e712b2 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1561/3045] 199.204.45.109 () {30 vars in 763 bytes} [Wed Jun 10 05:00:34 2026] GET /v2.0/security-groups/lb-8b1147ad-73d5-4a3c-8c09-a82d10400071 => generated 149 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1485/3046] 199.204.45.109 () {30 vars in 785 bytes} [Wed Jun 10 05:00:34 2026] GET /v2.0/security-groups?name=lb-8b1147ad-73d5-4a3c-8c09-a82d10400071 => generated 1639 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1562/3047] 199.204.45.109 () {34 vars in 1080 bytes} [Wed Jun 10 05:00:34 2026] GET /v2.0/ports?tenant_id=c4bf318bd0414f7a8d22288735fa09e7&device_id=729177f2-222a-4b20-9a5c-d65231d9e2ef => generated 1248 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1486/3048] 199.204.45.109 () {30 vars in 737 bytes} [Wed Jun 10 05:00:34 2026] GET /v2.0/ports/48e22b7c-cecf-46a8-aaa3-a5ab2569cde9 => generated 1128 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1563/3049] 199.204.45.109 () {34 vars in 1066 bytes} [Wed Jun 10 05:00:34 2026] GET /v2.0/networks?id=c9b89531-1803-4d0e-a089-f7dfd8a5bbe1&id=c4d7a4e8-c3b7-4fd3-ac18-857238094841 => generated 1522 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1564/3050] 199.204.45.109 () {34 vars in 1062 bytes} [Wed Jun 10 05:00:34 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.153&port_id=2ad4ab39-a8b6-4c97-ab97-5f6b0ab4b408 => 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: 1565/3051] 199.204.45.109 () {34 vars in 984 bytes} [Wed Jun 10 05:00:34 2026] GET /v2.0/subnets?id=059384f8-211c-41c9-a141-c93e3b91f6cf => generated 654 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1566/3052] 199.204.45.109 () {34 vars in 1052 bytes} [Wed Jun 10 05:00:34 2026] GET /v2.0/ports?network_id=c9b89531-1803-4d0e-a089-f7dfd8a5bbe1&device_owner=network%3Adhcp => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1567/3053] 199.204.45.109 () {34 vars in 1012 bytes} [Wed Jun 10 05:00:34 2026] GET /v2.0/networks/c9b89531-1803-4d0e-a089-f7dfd8a5bbe1?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: 1568/3054] 199.204.45.109 () {34 vars in 1112 bytes} [Wed Jun 10 05:00:34 2026] GET /v2.0/networks/c9b89531-1803-4d0e-a089-f7dfd8a5bbe1?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: 1487/3055] 199.204.45.109 () {34 vars in 789 bytes} [Wed Jun 10 05:00:34 2026] PUT /v2.0/ports/48e22b7c-cecf-46a8-aaa3-a5ab2569cde9 => generated 1090 bytes in 229 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1569/3056] 199.204.45.109 () {32 vars in 779 bytes} [Wed Jun 10 05:00:34 2026] DELETE /v2.0/security-groups/f7ec7e39-7508-46d9-92a2-4a6ca4e13881 => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 05:00:34.906 8 INFO neutron_taas.services.taas.taas_plugin [None req-1ed0a6dd-518a-4079-adfe-a1cb6728aa94 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] TaaS: Handle Delete Port: 48e22b7c-cecf-46a8-aaa3-a5ab2569cde9 2026-06-10 05:00:34.908 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1ed0a6dd-518a-4079-adfe-a1cb6728aa94 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] Tap Mirror: Handle Delete Port: 48e22b7c-cecf-46a8-aaa3-a5ab2569cde9 [pid: 8|app: 0|req: 1488/3057] 199.204.45.109 () {32 vars in 759 bytes} [Wed Jun 10 05:00:34 2026] DELETE /v2.0/ports/48e22b7c-cecf-46a8-aaa3-a5ab2569cde9 => generated 0 bytes in 200 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1570/3058] 199.204.45.109 () {34 vars in 994 bytes} [Wed Jun 10 05:00:37 2026] GET /v2.0/ports?device_id=729177f2-222a-4b20-9a5c-d65231d9e2ef => generated 1248 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 05:00:38.014 8 INFO neutron_taas.services.taas.taas_plugin [req-dd795710-2dbe-4cf6-a0bd-a236d6aae046 req-84d377be-063e-4431-881f-09e2fcab3faf 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] TaaS: Handle Delete Port: 2ad4ab39-a8b6-4c97-ab97-5f6b0ab4b408 2026-06-10 05:00:38.017 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-dd795710-2dbe-4cf6-a0bd-a236d6aae046 req-84d377be-063e-4431-881f-09e2fcab3faf 776076a5d1f64fa5bbb8a07bfb8d71fb c4bf318bd0414f7a8d22288735fa09e7 - - default default] Tap Mirror: Handle Delete Port: 2ad4ab39-a8b6-4c97-ab97-5f6b0ab4b408 [pid: 8|app: 0|req: 1489/3059] 199.204.45.109 () {36 vars in 997 bytes} [Wed Jun 10 05:00:37 2026] DELETE /v2.0/ports/2ad4ab39-a8b6-4c97-ab97-5f6b0ab4b408 => generated 0 bytes in 231 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 05:00:38.199 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d15b1ec7-5d6b-4301-a554-dc37dcd37012'] response: {'server_uuid': '729177f2-222a-4b20-9a5c-d65231d9e2ef', 'name': 'network-vif-deleted', 'tag': '2ad4ab39-a8b6-4c97-ab97-5f6b0ab4b408', 'status': 'completed', 'code': 200} 2026-06-10 05:00:39.000 7 INFO neutron_taas.services.taas.taas_plugin [None req-26565543-36cd-4e58-b88e-65e9578c39a8 c06363c5d33d405eb13787e020792159 29f9d65bbbbe484296f26cb6b60025b7 - - default default] TaaS: Handle Delete Port: 98ffd86d-0e42-4f8b-a858-38b98a5d7a0a 2026-06-10 05:00:39.003 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-26565543-36cd-4e58-b88e-65e9578c39a8 c06363c5d33d405eb13787e020792159 29f9d65bbbbe484296f26cb6b60025b7 - - default default] Tap Mirror: Handle Delete Port: 98ffd86d-0e42-4f8b-a858-38b98a5d7a0a 2026-06-10 05:00:39.209 7 INFO neutron.db.l3_db [None req-26565543-36cd-4e58-b88e-65e9578c39a8 c06363c5d33d405eb13787e020792159 29f9d65bbbbe484296f26cb6b60025b7 - - default default] Floating IP c8d5cccf-e923-4c8b-b639-8802930692a4 disassociated (deleted). External IP: 10.96.250.210, port: d577537c-394b-4ede-bd4f-ecf3ff6ff0aa. [pid: 7|app: 0|req: 1571/3060] 10.0.0.208 () {32 vars in 732 bytes} [Wed Jun 10 05:00:38 2026] DELETE /v2.0/floatingips/c8d5cccf-e923-4c8b-b639-8802930692a4 => generated 0 bytes in 617 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 05:00:39.512 8 INFO neutron.api.v2.resource [None req-1a29d461-1e5a-42d4-813b-8f3e4ec58c87 c06363c5d33d405eb13787e020792159 29f9d65bbbbe484296f26cb6b60025b7 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1490/3061] 10.0.0.208 () {32 vars in 729 bytes} [Wed Jun 10 05:00:39 2026] GET /v2.0/floatingips/c8d5cccf-e923-4c8b-b639-8802930692a4 => generated 144 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 05:00:39.536 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-9bb6759c-229b-43d7-b69e-875f05fc7869'] response: {'name': 'network-changed', 'server_uuid': '5c9ef4f7-c5c7-45e2-b6c7-aec733923726', 'tag': 'd577537c-394b-4ede-bd4f-ecf3ff6ff0aa', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1572/3062] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 05:00:39 2026] GET /v2.0/ports?device_id=5c9ef4f7-c5c7-45e2-b6c7-aec733923726 => generated 1200 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1491/3063] 10.0.0.191 () {34 vars in 1040 bytes} [Wed Jun 10 05:00:39 2026] GET /v2.0/security-groups?id=946501fc-6949-432d-b888-eaad63803b74&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: 1573/3064] 199.204.45.109 () {34 vars in 1080 bytes} [Wed Jun 10 05:00:40 2026] GET /v2.0/ports?tenant_id=29f9d65bbbbe484296f26cb6b60025b7&device_id=5c9ef4f7-c5c7-45e2-b6c7-aec733923726 => generated 1469 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1492/3065] 199.204.45.109 () {34 vars in 986 bytes} [Wed Jun 10 05:00:40 2026] GET /v2.0/networks?id=62b077fb-d95a-4cae-8287-5e720b41c6fb => generated 800 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1574/3066] 199.204.45.109 () {34 vars in 1058 bytes} [Wed Jun 10 05:00:40 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.182&port_id=d577537c-394b-4ede-bd4f-ecf3ff6ff0aa => 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: 1493/3067] 199.204.45.109 () {34 vars in 1104 bytes} [Wed Jun 10 05:00:40 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A9c&port_id=d577537c-394b-4ede-bd4f-ecf3ff6ff0aa => 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: 1575/3068] 199.204.45.109 () {34 vars in 1064 bytes} [Wed Jun 10 05:00:40 2026] GET /v2.0/subnets?id=0e54f156-60a7-48b9-a702-6e26d657baaa&id=679886e7-8b43-47ad-b2c8-5473e8b6450a => generated 1414 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1494/3069] 199.204.45.109 () {34 vars in 1052 bytes} [Wed Jun 10 05:00:40 2026] GET /v2.0/ports?network_id=62b077fb-d95a-4cae-8287-5e720b41c6fb&device_owner=network%3Adhcp => generated 1461 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1576/3070] 199.204.45.109 () {34 vars in 1052 bytes} [Wed Jun 10 05:00:40 2026] GET /v2.0/ports?network_id=62b077fb-d95a-4cae-8287-5e720b41c6fb&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: 1495/3071] 199.204.45.109 () {34 vars in 1012 bytes} [Wed Jun 10 05:00:40 2026] GET /v2.0/networks/62b077fb-d95a-4cae-8287-5e720b41c6fb?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1577/3072] 199.204.45.109 () {34 vars in 1112 bytes} [Wed Jun 10 05:00:40 2026] GET /v2.0/networks/62b077fb-d95a-4cae-8287-5e720b41c6fb?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: 1496/3073] 199.204.45.109 () {34 vars in 994 bytes} [Wed Jun 10 05:00:42 2026] GET /v2.0/ports?device_id=5c9ef4f7-c5c7-45e2-b6c7-aec733923726 => generated 1200 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 05:00:42.335 7 INFO neutron_taas.services.taas.taas_plugin [req-cbc7a1d9-d5b3-49cb-8efa-8c2ee9b16221 req-da49fab6-bb42-45b5-80a4-66de216da8c6 c06363c5d33d405eb13787e020792159 29f9d65bbbbe484296f26cb6b60025b7 - - default default] TaaS: Handle Delete Port: d577537c-394b-4ede-bd4f-ecf3ff6ff0aa 2026-06-10 05:00:42.338 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-cbc7a1d9-d5b3-49cb-8efa-8c2ee9b16221 req-da49fab6-bb42-45b5-80a4-66de216da8c6 c06363c5d33d405eb13787e020792159 29f9d65bbbbe484296f26cb6b60025b7 - - default default] Tap Mirror: Handle Delete Port: d577537c-394b-4ede-bd4f-ecf3ff6ff0aa [pid: 7|app: 0|req: 1578/3074] 199.204.45.109 () {36 vars in 997 bytes} [Wed Jun 10 05:00:42 2026] DELETE /v2.0/ports/d577537c-394b-4ede-bd4f-ecf3ff6ff0aa => generated 0 bytes in 320 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 05:00:42.564 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-6650b97b-9783-47e5-8855-aadc9db3e7c3'] response: {'server_uuid': '5c9ef4f7-c5c7-45e2-b6c7-aec733923726', 'name': 'network-vif-deleted', 'tag': 'd577537c-394b-4ede-bd4f-ecf3ff6ff0aa', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1497/3075] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 05:00:44 2026] GET /v2.0/ports?device_id=5c9ef4f7-c5c7-45e2-b6c7-aec733923726 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 05:00:50.115 7 INFO neutron_taas.services.taas.taas_plugin [None req-0ad981a7-a2f2-4043-95da-fe568fd1399f c06363c5d33d405eb13787e020792159 29f9d65bbbbe484296f26cb6b60025b7 - - default default] TaaS: Handle Delete Port: e3cd0143-518e-420a-9087-82e39645f3f6 2026-06-10 05:00:50.118 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0ad981a7-a2f2-4043-95da-fe568fd1399f c06363c5d33d405eb13787e020792159 29f9d65bbbbe484296f26cb6b60025b7 - - default default] Tap Mirror: Handle Delete Port: e3cd0143-518e-420a-9087-82e39645f3f6 2026-06-10 05:00:50.331 7 INFO neutron.db.l3_db [None req-0ad981a7-a2f2-4043-95da-fe568fd1399f c06363c5d33d405eb13787e020792159 29f9d65bbbbe484296f26cb6b60025b7 - - default default] Floating IP 74d80b79-32a9-47ea-a6da-80eaef5c0577 disassociated (deleted). External IP: 10.96.250.218, port: 826d1837-994b-4fbb-898b-e16ed744e16b. [pid: 7|app: 0|req: 1580/3078] 10.0.0.208 () {32 vars in 732 bytes} [Wed Jun 10 05:00:49 2026] DELETE /v2.0/floatingips/74d80b79-32a9-47ea-a6da-80eaef5c0577 => generated 0 bytes in 696 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 05:00:50.661 8 INFO neutron.api.v2.resource [None req-ae1e484c-1777-4f70-84a8-dee37d000bdd c06363c5d33d405eb13787e020792159 29f9d65bbbbe484296f26cb6b60025b7 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1499/3079] 10.0.0.208 () {32 vars in 729 bytes} [Wed Jun 10 05:00:50 2026] GET /v2.0/floatingips/74d80b79-32a9-47ea-a6da-80eaef5c0577 => generated 144 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 05:00:50.679 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b2334b46-fa27-4c8b-b97a-d9cd4aef4991'] response: {'name': 'network-changed', 'server_uuid': '0e05b553-4baa-4bb1-999f-6077a1062073', 'tag': '826d1837-994b-4fbb-898b-e16ed744e16b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1581/3080] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 05:00:50 2026] GET /v2.0/ports?device_id=0e05b553-4baa-4bb1-999f-6077a1062073 => generated 1196 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1500/3081] 10.0.0.191 () {34 vars in 1040 bytes} [Wed Jun 10 05:00:50 2026] GET /v2.0/security-groups?id=946501fc-6949-432d-b888-eaad63803b74&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: 1582/3082] 199.204.45.109 () {34 vars in 1080 bytes} [Wed Jun 10 05:00:51 2026] GET /v2.0/ports?tenant_id=29f9d65bbbbe484296f26cb6b60025b7&device_id=0e05b553-4baa-4bb1-999f-6077a1062073 => generated 1465 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1501/3083] 199.204.45.109 () {34 vars in 986 bytes} [Wed Jun 10 05:00:51 2026] GET /v2.0/networks?id=dc56e422-4246-43b1-88b9-7bfa2acd8820 => generated 801 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1583/3084] 199.204.45.109 () {34 vars in 1058 bytes} [Wed Jun 10 05:00:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.140&port_id=826d1837-994b-4fbb-898b-e16ed744e16b => 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: 1502/3085] 199.204.45.109 () {34 vars in 1102 bytes} [Wed Jun 10 05:00:51 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3Acd&port_id=826d1837-994b-4fbb-898b-e16ed744e16b => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1584/3086] 199.204.45.109 () {34 vars in 1064 bytes} [Wed Jun 10 05:00:51 2026] GET /v2.0/subnets?id=9cbda35e-5ee6-4459-86ef-69a3c60e3fab&id=900c8222-a6df-4aff-97ad-4c87087ea8b2 => generated 1410 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1503/3087] 199.204.45.109 () {34 vars in 1052 bytes} [Wed Jun 10 05:00:51 2026] GET /v2.0/ports?network_id=dc56e422-4246-43b1-88b9-7bfa2acd8820&device_owner=network%3Adhcp => generated 1457 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1585/3088] 199.204.45.109 () {34 vars in 1052 bytes} [Wed Jun 10 05:00:51 2026] GET /v2.0/ports?network_id=dc56e422-4246-43b1-88b9-7bfa2acd8820&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: 1504/3089] 199.204.45.109 () {34 vars in 1012 bytes} [Wed Jun 10 05:00:51 2026] GET /v2.0/networks/dc56e422-4246-43b1-88b9-7bfa2acd8820?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: 1586/3090] 199.204.45.109 () {34 vars in 1112 bytes} [Wed Jun 10 05:00:51 2026] GET /v2.0/networks/dc56e422-4246-43b1-88b9-7bfa2acd8820?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: 1505/3091] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 05:00:53 2026] GET /v2.0/ports?device_id=0e05b553-4baa-4bb1-999f-6077a1062073 => generated 1465 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1587/3092] 10.0.0.191 () {34 vars in 1040 bytes} [Wed Jun 10 05:00:53 2026] GET /v2.0/security-groups?id=946501fc-6949-432d-b888-eaad63803b74&fields=id&fields=name => generated 111 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1506/3093] 199.204.45.109 () {34 vars in 994 bytes} [Wed Jun 10 05:00:53 2026] GET /v2.0/ports?device_id=0e05b553-4baa-4bb1-999f-6077a1062073 => generated 1194 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 05:00:53.476 7 INFO neutron_taas.services.taas.taas_plugin [req-5dc1e2ed-cf67-4f61-9889-ba746453d38c req-76487d3c-eafa-480d-a886-15efe97098cd c06363c5d33d405eb13787e020792159 29f9d65bbbbe484296f26cb6b60025b7 - - default default] TaaS: Handle Delete Port: 826d1837-994b-4fbb-898b-e16ed744e16b 2026-06-10 05:00:53.478 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-5dc1e2ed-cf67-4f61-9889-ba746453d38c req-76487d3c-eafa-480d-a886-15efe97098cd c06363c5d33d405eb13787e020792159 29f9d65bbbbe484296f26cb6b60025b7 - - default default] Tap Mirror: Handle Delete Port: 826d1837-994b-4fbb-898b-e16ed744e16b [pid: 7|app: 0|req: 1588/3094] 199.204.45.109 () {36 vars in 997 bytes} [Wed Jun 10 05:00:53 2026] DELETE /v2.0/ports/826d1837-994b-4fbb-898b-e16ed744e16b => generated 0 bytes in 324 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 05:00:53.710 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-045418ea-ad55-4323-99ae-742886277db2'] response: {'server_uuid': '0e05b553-4baa-4bb1-999f-6077a1062073', 'name': 'network-vif-deleted', 'tag': '826d1837-994b-4fbb-898b-e16ed744e16b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1507/3095] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 05:00:53 2026] GET /v2.0/ports?device_id=0e05b553-4baa-4bb1-999f-6077a1062073 => 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: 1589/3096] 10.0.0.191 () {34 vars in 990 bytes} [Wed Jun 10 05:00:55 2026] GET /v2.0/ports?device_id=0e05b553-4baa-4bb1-999f-6077a1062073 => 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: 1509/3099] 10.0.0.208 () {32 vars in 750 bytes} [Wed Jun 10 05:01:01 2026] DELETE /v2.0/security-group-rules/acb55d65-9b05-4de1-8914-da3c5793d21a => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 05:01:01.170 7 INFO neutron.api.v2.resource [None req-4d0bb2b7-7475-48c4-bd31-be0cce66908f c06363c5d33d405eb13787e020792159 29f9d65bbbbe484296f26cb6b60025b7 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1591/3100] 10.0.0.208 () {32 vars in 747 bytes} [Wed Jun 10 05:01:01 2026] GET /v2.0/security-group-rules/acb55d65-9b05-4de1-8914-da3c5793d21a => generated 155 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1510/3101] 10.0.0.208 () {32 vars in 750 bytes} [Wed Jun 10 05:01:01 2026] DELETE /v2.0/security-group-rules/68dec285-6884-4fc1-aeac-2d8fa30ce176 => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 05:01:01.263 7 INFO neutron.api.v2.resource [None req-2fb49cb3-1133-4b7f-a347-a79f060a8d91 c06363c5d33d405eb13787e020792159 29f9d65bbbbe484296f26cb6b60025b7 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1592/3102] 10.0.0.208 () {32 vars in 747 bytes} [Wed Jun 10 05:01:01 2026] GET /v2.0/security-group-rules/68dec285-6884-4fc1-aeac-2d8fa30ce176 => generated 155 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1511/3103] 10.0.0.208 () {32 vars in 750 bytes} [Wed Jun 10 05:01:01 2026] DELETE /v2.0/security-group-rules/3f08b684-e573-403a-9cf3-6fde8e318659 => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 05:01:01.348 7 INFO neutron.api.v2.resource [None req-de67a867-75d2-4b33-9bf8-d0ec4fc54387 c06363c5d33d405eb13787e020792159 29f9d65bbbbe484296f26cb6b60025b7 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1593/3104] 10.0.0.208 () {32 vars in 747 bytes} [Wed Jun 10 05:01:01 2026] GET /v2.0/security-group-rules/3f08b684-e573-403a-9cf3-6fde8e318659 => 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: 1512/3105] 10.0.0.208 () {32 vars in 750 bytes} [Wed Jun 10 05:01:01 2026] DELETE /v2.0/security-group-rules/21267284-2e13-42e8-bffe-87d4fd123da0 => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 05:01:01.430 7 INFO neutron.api.v2.resource [None req-936801be-a73c-4aec-aa0c-3b5bb52d4a8a c06363c5d33d405eb13787e020792159 29f9d65bbbbe484296f26cb6b60025b7 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1594/3106] 10.0.0.208 () {32 vars in 747 bytes} [Wed Jun 10 05:01:01 2026] GET /v2.0/security-group-rules/21267284-2e13-42e8-bffe-87d4fd123da0 => 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: 1513/3107] 10.0.0.208 () {32 vars in 750 bytes} [Wed Jun 10 05:01:01 2026] DELETE /v2.0/security-group-rules/aa8e6acf-e6ad-4228-b05e-45889e8bc63d => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 05:01:01.519 7 INFO neutron.api.v2.resource [None req-5552fbb1-81ca-499a-afe0-7834e89d8c49 c06363c5d33d405eb13787e020792159 29f9d65bbbbe484296f26cb6b60025b7 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1595/3108] 10.0.0.208 () {32 vars in 747 bytes} [Wed Jun 10 05:01:01 2026] GET /v2.0/security-group-rules/aa8e6acf-e6ad-4228-b05e-45889e8bc63d => 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: 1514/3109] 10.0.0.208 () {32 vars in 750 bytes} [Wed Jun 10 05:01:01 2026] DELETE /v2.0/security-group-rules/43a9187b-1394-46d1-bfb1-e24c2af5fe65 => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 05:01:01.608 7 INFO neutron.api.v2.resource [None req-55e28af2-0ce3-4da6-83e3-a6c2ad3ce621 c06363c5d33d405eb13787e020792159 29f9d65bbbbe484296f26cb6b60025b7 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1596/3110] 10.0.0.208 () {32 vars in 747 bytes} [Wed Jun 10 05:01:01 2026] GET /v2.0/security-group-rules/43a9187b-1394-46d1-bfb1-e24c2af5fe65 => 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: 1515/3111] 10.0.0.208 () {32 vars in 750 bytes} [Wed Jun 10 05:01:01 2026] DELETE /v2.0/security-group-rules/3eabd01f-dae0-4a24-baa9-cdad505861e4 => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 05:01:01.703 7 INFO neutron.api.v2.resource [None req-15866b5b-2fca-4f1a-b2f2-e61c86fd24da c06363c5d33d405eb13787e020792159 29f9d65bbbbe484296f26cb6b60025b7 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1597/3112] 10.0.0.208 () {32 vars in 747 bytes} [Wed Jun 10 05:01:01 2026] GET /v2.0/security-group-rules/3eabd01f-dae0-4a24-baa9-cdad505861e4 => 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: 1516/3113] 10.0.0.208 () {32 vars in 750 bytes} [Wed Jun 10 05:01:01 2026] DELETE /v2.0/security-group-rules/ddade15d-303b-425d-81d9-985dde8c10c2 => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 05:01:01.793 7 INFO neutron.api.v2.resource [None req-37d6f4c7-cb56-4919-84c8-8943c9d6508b c06363c5d33d405eb13787e020792159 29f9d65bbbbe484296f26cb6b60025b7 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1598/3114] 10.0.0.208 () {32 vars in 747 bytes} [Wed Jun 10 05:01:01 2026] GET /v2.0/security-group-rules/ddade15d-303b-425d-81d9-985dde8c10c2 => 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: 1517/3115] 10.0.0.208 () {32 vars in 750 bytes} [Wed Jun 10 05:01:01 2026] DELETE /v2.0/security-group-rules/328103c8-702c-4ad8-9f7f-9db0c67984c3 => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 05:01:01.878 7 INFO neutron.api.v2.resource [None req-029bec1b-b984-4190-9ab2-d60979f7aea5 c06363c5d33d405eb13787e020792159 29f9d65bbbbe484296f26cb6b60025b7 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1599/3116] 10.0.0.208 () {32 vars in 747 bytes} [Wed Jun 10 05:01:01 2026] GET /v2.0/security-group-rules/328103c8-702c-4ad8-9f7f-9db0c67984c3 => 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: 1518/3117] 10.0.0.208 () {32 vars in 750 bytes} [Wed Jun 10 05:01:01 2026] DELETE /v2.0/security-group-rules/2db3962f-d347-48d9-9701-72fe383e109a => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 05:01:01.977 7 INFO neutron.api.v2.resource [None req-ded49b91-6727-49e3-b3b9-dd5541820543 c06363c5d33d405eb13787e020792159 29f9d65bbbbe484296f26cb6b60025b7 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1600/3118] 10.0.0.208 () {32 vars in 747 bytes} [Wed Jun 10 05:01:01 2026] GET /v2.0/security-group-rules/2db3962f-d347-48d9-9701-72fe383e109a => 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: 1519/3119] 10.0.0.208 () {32 vars in 750 bytes} [Wed Jun 10 05:01:01 2026] DELETE /v2.0/security-group-rules/faa1a557-9d8d-42c7-aa07-d41811ac934b => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 05:01:02.065 7 INFO neutron.api.v2.resource [None req-bfe1a66a-7014-4af4-8581-f9c773ab5cd8 c06363c5d33d405eb13787e020792159 29f9d65bbbbe484296f26cb6b60025b7 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1601/3120] 10.0.0.208 () {32 vars in 747 bytes} [Wed Jun 10 05:01:02 2026] GET /v2.0/security-group-rules/faa1a557-9d8d-42c7-aa07-d41811ac934b => 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: 1520/3121] 10.0.0.208 () {32 vars in 740 bytes} [Wed Jun 10 05:01:02 2026] DELETE /v2.0/security-groups/946501fc-6949-432d-b888-eaad63803b74 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 05:01:02.187 7 INFO neutron.api.v2.resource [None req-6ff44131-8578-4f1a-9bd7-b634531c318f c06363c5d33d405eb13787e020792159 29f9d65bbbbe484296f26cb6b60025b7 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1602/3122] 10.0.0.208 () {32 vars in 737 bytes} [Wed Jun 10 05:01:02 2026] GET /v2.0/security-groups/946501fc-6949-432d-b888-eaad63803b74 => generated 146 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 05:01:02.600 8 INFO neutron_taas.services.taas.taas_plugin [None req-42cf3b39-eb0c-491f-a727-10c38efdcc15 c06363c5d33d405eb13787e020792159 29f9d65bbbbe484296f26cb6b60025b7 - - default default] TaaS: Handle Delete Port: b74bb3a7-6a83-46cc-aa95-ce228b45a63f 2026-06-10 05:01:02.603 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-42cf3b39-eb0c-491f-a727-10c38efdcc15 c06363c5d33d405eb13787e020792159 29f9d65bbbbe484296f26cb6b60025b7 - - default default] Tap Mirror: Handle Delete Port: b74bb3a7-6a83-46cc-aa95-ce228b45a63f [pid: 8|app: 0|req: 1521/3123] 10.0.0.208 () {34 vars in 789 bytes} [Wed Jun 10 05:01:02 2026] PUT /v2.0/routers/c809c1b8-3294-4137-8703-f6104be8dead/remove_router_interface => generated 309 bytes in 884 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 05:01:03.315 7 INFO neutron.api.v2.resource [None req-6dfd4f33-f287-47ab-a959-e1ced15cd863 c06363c5d33d405eb13787e020792159 29f9d65bbbbe484296f26cb6b60025b7 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1603/3124] 10.0.0.208 () {34 vars in 789 bytes} [Wed Jun 10 05:01:03 2026] PUT /v2.0/routers/c809c1b8-3294-4137-8703-f6104be8dead/remove_router_interface => generated 198 bytes in 184 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 05:01:03.700 8 INFO neutron_taas.services.taas.taas_plugin [None req-196e1a28-dc89-49f4-876c-2fe7c65be757 c06363c5d33d405eb13787e020792159 29f9d65bbbbe484296f26cb6b60025b7 - - default default] TaaS: Handle Delete Port: b27ac594-e2e3-4255-918f-fd425197a498 2026-06-10 05:01:03.703 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-196e1a28-dc89-49f4-876c-2fe7c65be757 c06363c5d33d405eb13787e020792159 29f9d65bbbbe484296f26cb6b60025b7 - - default default] Tap Mirror: Handle Delete Port: b27ac594-e2e3-4255-918f-fd425197a498 [pid: 8|app: 0|req: 1522/3125] 10.0.0.208 () {34 vars in 789 bytes} [Wed Jun 10 05:01:03 2026] PUT /v2.0/routers/c809c1b8-3294-4137-8703-f6104be8dead/remove_router_interface => generated 309 bytes in 1459 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 05:01:04.945 7 INFO neutron.api.v2.resource [None req-660c9d8d-0f71-403b-a5a4-c0b9194d954b c06363c5d33d405eb13787e020792159 29f9d65bbbbe484296f26cb6b60025b7 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1604/3126] 10.0.0.208 () {34 vars in 789 bytes} [Wed Jun 10 05:01:04 2026] PUT /v2.0/routers/c809c1b8-3294-4137-8703-f6104be8dead/remove_router_interface => generated 198 bytes in 160 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 05:01:05.302 8 INFO neutron_taas.services.taas.taas_plugin [None req-832f9512-9e46-4c77-8bcf-baf396340120 c06363c5d33d405eb13787e020792159 29f9d65bbbbe484296f26cb6b60025b7 - - default default] TaaS: Handle Delete Port: 04cbbd42-5cd9-443d-9f98-55654e34e965 2026-06-10 05:01:05.305 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-832f9512-9e46-4c77-8bcf-baf396340120 c06363c5d33d405eb13787e020792159 29f9d65bbbbe484296f26cb6b60025b7 - - default default] Tap Mirror: Handle Delete Port: 04cbbd42-5cd9-443d-9f98-55654e34e965 [pid: 8|app: 0|req: 1523/3127] 10.0.0.208 () {34 vars in 789 bytes} [Wed Jun 10 05:01:04 2026] PUT /v2.0/routers/c809c1b8-3294-4137-8703-f6104be8dead/remove_router_interface => generated 309 bytes in 871 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 05:01:05.984 7 INFO neutron.api.v2.resource [None req-8b74fa83-6c0d-4bee-96a8-cd46ffcceaee c06363c5d33d405eb13787e020792159 29f9d65bbbbe484296f26cb6b60025b7 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1605/3128] 10.0.0.208 () {34 vars in 789 bytes} [Wed Jun 10 05:01:05 2026] PUT /v2.0/routers/c809c1b8-3294-4137-8703-f6104be8dead/remove_router_interface => generated 198 bytes in 159 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 05:01:06.177 8 INFO neutron_taas.services.taas.taas_plugin [None req-8c3e3371-693b-47d8-8813-444d47d01250 c06363c5d33d405eb13787e020792159 29f9d65bbbbe484296f26cb6b60025b7 - - default default] TaaS: Handle Delete Port: 6087bb3d-8b74-4233-abc1-80d3659f3af4 2026-06-10 05:01:06.180 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8c3e3371-693b-47d8-8813-444d47d01250 c06363c5d33d405eb13787e020792159 29f9d65bbbbe484296f26cb6b60025b7 - - default default] Tap Mirror: Handle Delete Port: 6087bb3d-8b74-4233-abc1-80d3659f3af4 2026-06-10 05:01:06.424 8 INFO neutron_taas.services.taas.taas_plugin [None req-8c3e3371-693b-47d8-8813-444d47d01250 c06363c5d33d405eb13787e020792159 29f9d65bbbbe484296f26cb6b60025b7 - - default default] TaaS: Handle Delete Port: fd1bc13f-d202-49f4-83da-e06828bfc670 2026-06-10 05:01:06.427 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8c3e3371-693b-47d8-8813-444d47d01250 c06363c5d33d405eb13787e020792159 29f9d65bbbbe484296f26cb6b60025b7 - - default default] Tap Mirror: Handle Delete Port: fd1bc13f-d202-49f4-83da-e06828bfc670 2026-06-10 05:01:06.745 8 INFO neutron.services.segments.plugin [-] Segment c260e047-184f-44af-aae4-359e04e9440e resource provider aggregate not found 2026-06-10 05:01:06.747 8 INFO neutron.services.segments.plugin [-] Segment c260e047-184f-44af-aae4-359e04e9440e resource provider aggregate not found 2026-06-10 05:01:06.765 8 INFO neutron.services.segments.plugin [-] Segment c260e047-184f-44af-aae4-359e04e9440e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c260e047-184f-44af-aae4-359e04e9440e found for delete ", "request_id": "req-d1f9760e-e62b-4926-a59a-2ee9d8bd2376"}]} 2026-06-10 05:01:06.767 8 INFO neutron.services.segments.plugin [-] Segment c260e047-184f-44af-aae4-359e04e9440e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c260e047-184f-44af-aae4-359e04e9440e found for delete ", "request_id": "req-0d64d453-f087-426e-9454-357d5e218ec7"}]} 2026-06-10 05:01:06.769 8 INFO neutron.db.l3_hamode_db [None req-8c3e3371-693b-47d8-8813-444d47d01250 c06363c5d33d405eb13787e020792159 29f9d65bbbbe484296f26cb6b60025b7 - - default default] HA network f19edf49-d65f-456d-ab43-223e799d0fff was deleted as no HA routers are present in tenant 29f9d65bbbbe484296f26cb6b60025b7. [pid: 8|app: 0|req: 1524/3129] 10.0.0.208 () {32 vars in 724 bytes} [Wed Jun 10 05:01:05 2026] DELETE /v2.0/routers/c809c1b8-3294-4137-8703-f6104be8dead => generated 0 bytes in 786 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 05:01:06.798 7 INFO neutron.api.v2.resource [None req-241681b2-b5ac-4de1-8246-07511e68f69c c06363c5d33d405eb13787e020792159 29f9d65bbbbe484296f26cb6b60025b7 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1606/3130] 10.0.0.208 () {32 vars in 721 bytes} [Wed Jun 10 05:01:06 2026] GET /v2.0/routers/c809c1b8-3294-4137-8703-f6104be8dead => 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: 1525/3131] 10.0.0.208 () {32 vars in 724 bytes} [Wed Jun 10 05:01:06 2026] DELETE /v2.0/subnets/679886e7-8b43-47ad-b2c8-5473e8b6450a => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 05:01:06.976 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8625117f-993b-4686-9956-326fb59960b8 c06363c5d33d405eb13787e020792159 29f9d65bbbbe484296f26cb6b60025b7 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1607/3132] 10.0.0.208 () {32 vars in 721 bytes} [Wed Jun 10 05:01:06 2026] GET /v2.0/subnets/679886e7-8b43-47ad-b2c8-5473e8b6450a => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1526/3133] 10.0.0.208 () {32 vars in 724 bytes} [Wed Jun 10 05:01:06 2026] DELETE /v2.0/subnets/0e54f156-60a7-48b9-a702-6e26d657baaa => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 05:01:07.164 7 INFO neutron.pecan_wsgi.hooks.translation [None req-045d8fb1-4c02-413a-90f9-47c1424276c1 c06363c5d33d405eb13787e020792159 29f9d65bbbbe484296f26cb6b60025b7 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1608/3134] 10.0.0.208 () {32 vars in 721 bytes} [Wed Jun 10 05:01:07 2026] GET /v2.0/subnets/0e54f156-60a7-48b9-a702-6e26d657baaa => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 05:01:07.276 8 INFO neutron_taas.services.taas.taas_plugin [None req-63312653-a8d7-4d92-8c1b-7f0e77c9556f c06363c5d33d405eb13787e020792159 29f9d65bbbbe484296f26cb6b60025b7 - - default default] TaaS: Handle Delete Port: aa909464-afeb-4642-a08f-a854e6e4f28f 2026-06-10 05:01:07.279 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-63312653-a8d7-4d92-8c1b-7f0e77c9556f c06363c5d33d405eb13787e020792159 29f9d65bbbbe484296f26cb6b60025b7 - - default default] Tap Mirror: Handle Delete Port: aa909464-afeb-4642-a08f-a854e6e4f28f [pid: 8|app: 0|req: 1527/3135] 10.0.0.208 () {32 vars in 726 bytes} [Wed Jun 10 05:01:07 2026] DELETE /v2.0/networks/62b077fb-d95a-4cae-8287-5e720b41c6fb => generated 0 bytes in 318 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 05:01:07.510 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b1da83de-4d1f-4228-b711-b39b3a402497 c06363c5d33d405eb13787e020792159 29f9d65bbbbe484296f26cb6b60025b7 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1609/3136] 10.0.0.208 () {32 vars in 723 bytes} [Wed Jun 10 05:01:07 2026] GET /v2.0/networks/62b077fb-d95a-4cae-8287-5e720b41c6fb => generated 138 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1528/3137] 10.0.0.208 () {32 vars in 724 bytes} [Wed Jun 10 05:01:07 2026] DELETE /v2.0/subnets/900c8222-a6df-4aff-97ad-4c87087ea8b2 => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 05:01:07.696 7 INFO neutron.pecan_wsgi.hooks.translation [None req-49bee2e5-3fae-4688-8eaf-16608f4ce26b c06363c5d33d405eb13787e020792159 29f9d65bbbbe484296f26cb6b60025b7 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1610/3138] 10.0.0.208 () {32 vars in 721 bytes} [Wed Jun 10 05:01:07 2026] GET /v2.0/subnets/900c8222-a6df-4aff-97ad-4c87087ea8b2 => generated 136 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1529/3139] 10.0.0.208 () {32 vars in 724 bytes} [Wed Jun 10 05:01:07 2026] DELETE /v2.0/subnets/9cbda35e-5ee6-4459-86ef-69a3c60e3fab => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 05:01:07.857 7 INFO neutron.pecan_wsgi.hooks.translation [None req-cfec34c9-749d-4d12-9d19-052873ab106a c06363c5d33d405eb13787e020792159 29f9d65bbbbe484296f26cb6b60025b7 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1611/3140] 10.0.0.208 () {32 vars in 721 bytes} [Wed Jun 10 05:01:07 2026] GET /v2.0/subnets/9cbda35e-5ee6-4459-86ef-69a3c60e3fab => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 05:01:07.942 8 INFO neutron_taas.services.taas.taas_plugin [None req-65fc6074-2297-401c-9c98-d0ec668576df c06363c5d33d405eb13787e020792159 29f9d65bbbbe484296f26cb6b60025b7 - - default default] TaaS: Handle Delete Port: 686d4fd6-8593-4649-85ef-649d3c9ed487 2026-06-10 05:01:07.945 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-65fc6074-2297-401c-9c98-d0ec668576df c06363c5d33d405eb13787e020792159 29f9d65bbbbe484296f26cb6b60025b7 - - default default] Tap Mirror: Handle Delete Port: 686d4fd6-8593-4649-85ef-649d3c9ed487 [pid: 8|app: 0|req: 1530/3141] 10.0.0.208 () {32 vars in 726 bytes} [Wed Jun 10 05:01:07 2026] DELETE /v2.0/networks/dc56e422-4246-43b1-88b9-7bfa2acd8820 => generated 0 bytes in 235 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 05:01:08.117 7 INFO neutron.pecan_wsgi.hooks.translation [None req-07186279-3473-4153-b6a6-aa0e5237ac31 c06363c5d33d405eb13787e020792159 29f9d65bbbbe484296f26cb6b60025b7 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1612/3142] 10.0.0.208 () {32 vars in 723 bytes} [Wed Jun 10 05:01:08 2026] GET /v2.0/networks/dc56e422-4246-43b1-88b9-7bfa2acd8820 => generated 138 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1531/3143] 10.0.0.208 () {32 vars in 724 bytes} [Wed Jun 10 05:01:08 2026] DELETE /v2.0/subnets/f1923f9f-317a-4147-a3f6-1d532b13012a => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 05:01:08.315 7 INFO neutron.pecan_wsgi.hooks.translation [None req-779cb993-db1a-4f60-9251-7f938807e19a c06363c5d33d405eb13787e020792159 29f9d65bbbbe484296f26cb6b60025b7 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1613/3144] 10.0.0.208 () {32 vars in 721 bytes} [Wed Jun 10 05:01:08 2026] GET /v2.0/subnets/f1923f9f-317a-4147-a3f6-1d532b13012a => 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: 1532/3145] 10.0.0.208 () {32 vars in 724 bytes} [Wed Jun 10 05:01:08 2026] DELETE /v2.0/subnets/547654d1-9744-4c30-8c28-a9834a8392c6 => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 05:01:08.496 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1d6c7c9a-e131-465e-9ad0-7d90e7b2de50 c06363c5d33d405eb13787e020792159 29f9d65bbbbe484296f26cb6b60025b7 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1614/3146] 10.0.0.208 () {32 vars in 721 bytes} [Wed Jun 10 05:01:08 2026] GET /v2.0/subnets/547654d1-9744-4c30-8c28-a9834a8392c6 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 05:01:08.583 8 INFO neutron_taas.services.taas.taas_plugin [None req-b15f2e0a-9f3a-496a-8cc5-2fd3b9fe3152 c06363c5d33d405eb13787e020792159 29f9d65bbbbe484296f26cb6b60025b7 - - default default] TaaS: Handle Delete Port: 061fbc9c-4b91-4061-b00a-f5a0f6baed21 2026-06-10 05:01:08.585 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b15f2e0a-9f3a-496a-8cc5-2fd3b9fe3152 c06363c5d33d405eb13787e020792159 29f9d65bbbbe484296f26cb6b60025b7 - - default default] Tap Mirror: Handle Delete Port: 061fbc9c-4b91-4061-b00a-f5a0f6baed21 [pid: 8|app: 0|req: 1533/3147] 10.0.0.208 () {32 vars in 726 bytes} [Wed Jun 10 05:01:08 2026] DELETE /v2.0/networks/c4d7a4e8-c3b7-4fd3-ac18-857238094841 => generated 0 bytes in 285 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 05:01:08.805 8 INFO neutron.services.segments.plugin [-] Segment 7248d283-9ad1-41c1-9c50-3485c2c7044e resource provider aggregate not found 2026-06-10 05:01:08.830 8 INFO neutron.services.segments.plugin [-] Segment 7248d283-9ad1-41c1-9c50-3485c2c7044e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7248d283-9ad1-41c1-9c50-3485c2c7044e found for delete ", "request_id": "req-96012ed4-27ff-4239-aa01-b3752abe8e02"}]} 2026-06-10 05:01:08.833 8 INFO neutron.services.segments.plugin [-] Segment 7248d283-9ad1-41c1-9c50-3485c2c7044e resource provider aggregate not found 2026-06-10 05:01:08.836 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5dcf624c-baa1-4932-ba5b-14b592edb505 c06363c5d33d405eb13787e020792159 29f9d65bbbbe484296f26cb6b60025b7 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1615/3148] 10.0.0.208 () {32 vars in 723 bytes} [Wed Jun 10 05:01:08 2026] GET /v2.0/networks/c4d7a4e8-c3b7-4fd3-ac18-857238094841 => generated 138 bytes in 34 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 05:01:08.845 8 INFO neutron.services.segments.plugin [-] Segment 7248d283-9ad1-41c1-9c50-3485c2c7044e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7248d283-9ad1-41c1-9c50-3485c2c7044e found for delete ", "request_id": "req-273072ba-0b2a-4d48-8767-4625f2d8fea0"}]} 2026-06-10 05:01:08.847 8 INFO neutron.services.segments.plugin [-] Segment ee789a09-7dde-47eb-b4a1-49adc13cafda resource provider aggregate not found 2026-06-10 05:01:08.859 8 INFO neutron.services.segments.plugin [-] Segment ee789a09-7dde-47eb-b4a1-49adc13cafda resource provider aggregate not found 2026-06-10 05:01:08.862 8 INFO neutron.services.segments.plugin [-] Segment ee789a09-7dde-47eb-b4a1-49adc13cafda resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ee789a09-7dde-47eb-b4a1-49adc13cafda found for delete ", "request_id": "req-34c760d7-366e-452c-8063-a825a66f59cd"}]} 2026-06-10 05:01:08.875 8 INFO neutron.services.segments.plugin [-] Segment ee789a09-7dde-47eb-b4a1-49adc13cafda resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ee789a09-7dde-47eb-b4a1-49adc13cafda found for delete ", "request_id": "req-c2015c36-e19f-4c22-af5f-48a6b914dbe8"}]} 2026-06-10 05:01:08.878 8 INFO neutron.services.segments.plugin [-] Segment 6890793f-e9f2-4b8e-9163-f153eb8c4c8c resource provider aggregate not found 2026-06-10 05:01:08.892 8 INFO neutron.services.segments.plugin [-] Segment 6890793f-e9f2-4b8e-9163-f153eb8c4c8c resource provider aggregate not found 2026-06-10 05:01:08.895 8 INFO neutron.services.segments.plugin [-] Segment 6890793f-e9f2-4b8e-9163-f153eb8c4c8c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6890793f-e9f2-4b8e-9163-f153eb8c4c8c found for delete ", "request_id": "req-d7055254-8a27-4ae1-876d-ed3100e7369d"}]} 2026-06-10 05:01:08.905 8 INFO neutron.services.segments.plugin [-] Segment 6890793f-e9f2-4b8e-9163-f153eb8c4c8c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6890793f-e9f2-4b8e-9163-f153eb8c4c8c found for delete ", "request_id": "req-eef7ae1a-d325-4fc4-a6fa-e6f1196ec580"}]} [pid: 8|app: 0|req: 1534/3149] 10.0.0.208 () {32 vars in 774 bytes} [Wed Jun 10 05:01:10 2026] GET /v2.0/security-groups?tenant_id=5f957b4513704c069a30e2c66e909103&name=default => generated 2929 bytes in 282 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1616/3150] 10.0.0.208 () {32 vars in 740 bytes} [Wed Jun 10 05:01:11 2026] DELETE /v2.0/security-groups/b7aaf094-deb7-4c8e-9985-79e1fbe3047c => 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: 1535/3151] 10.0.0.208 () {32 vars in 774 bytes} [Wed Jun 10 05:01:11 2026] GET /v2.0/security-groups?tenant_id=c9c1d026c1ba409d8015a1854016596b&name=default => generated 2929 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1617/3152] 10.0.0.208 () {32 vars in 740 bytes} [Wed Jun 10 05:01:11 2026] DELETE /v2.0/security-groups/4d8533d4-b245-41aa-98d8-14a2d2f8e5e2 => 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: 1536/3153] 10.0.0.208 () {32 vars in 774 bytes} [Wed Jun 10 05:01:11 2026] GET /v2.0/security-groups?tenant_id=29f9d65bbbbe484296f26cb6b60025b7&name=default => generated 2929 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1618/3154] 10.0.0.208 () {32 vars in 740 bytes} [Wed Jun 10 05:01:11 2026] DELETE /v2.0/security-groups/918c81bf-7ddb-49ed-a3ba-f8df44bfa167 => 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: 1537/3155] 10.0.0.208 () {32 vars in 774 bytes} [Wed Jun 10 05:01:11 2026] GET /v2.0/security-groups?tenant_id=6fb140c6d5c64999bf468da0bea76057&name=default => generated 2929 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1619/3156] 10.0.0.208 () {32 vars in 740 bytes} [Wed Jun 10 05:01:12 2026] DELETE /v2.0/security-groups/e72f0c1b-118c-43d5-ae6d-68aadced7c8d => 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: 1538/3157] 10.0.0.208 () {32 vars in 774 bytes} [Wed Jun 10 05:01:12 2026] GET /v2.0/security-groups?tenant_id=76d0f740ad784745beacf7501273d7af&name=default => generated 2929 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1620/3158] 10.0.0.208 () {32 vars in 740 bytes} [Wed Jun 10 05:01:12 2026] DELETE /v2.0/security-groups/00d9d53a-916e-4289-8163-23fba4ad4494 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1539/3159] 10.0.0.208 () {32 vars in 774 bytes} [Wed Jun 10 05:01:12 2026] GET /v2.0/security-groups?tenant_id=e16ede3fdf77436e8d3c7960b4067b57&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: 1621/3160] 10.0.0.208 () {32 vars in 740 bytes} [Wed Jun 10 05:01:12 2026] DELETE /v2.0/security-groups/6a5d11e6-d60e-4340-8593-e00ac9f99861 => 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: 1540/3161] 10.0.0.208 () {32 vars in 774 bytes} [Wed Jun 10 05:01:12 2026] GET /v2.0/security-groups?tenant_id=181364d28f6444f6935b635e59013f49&name=default => generated 2929 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1622/3162] 10.0.0.208 () {32 vars in 740 bytes} [Wed Jun 10 05:01:13 2026] DELETE /v2.0/security-groups/dc1bc01b-6337-4636-b773-e1585417c0f4 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 05:01:17.328 7 INFO neutron.db.segments_db [None req-246c765d-c5fd-40b5-82e2-b42db7e12c14 bbaf3e2a4d6a4f8c86bd447884353342 118d2cc755d747d2bfa8c0ba29684ed5 - - default default] Added segment 3d6d9fe4-b502-4ffe-ad12-9a0429b69f9e of type vxlan for network 416c028a-4b80-4e25-bd85-b12b212273d5 [pid: 7|app: 0|req: 1624/3165] 10.0.0.208 () {34 vars in 670 bytes} [Wed Jun 10 05:01:17 2026] POST /v2.0/networks => generated 707 bytes in 335 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1542/3166] 10.0.0.208 () {34 vars in 669 bytes} [Wed Jun 10 05:01:17 2026] POST /v2.0/subnets => generated 644 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 05:01:17.567 7 WARNING neutron.api.v2.base [None req-7937acea-2c8f-4de9-8d59-4a22e65c1616 bbaf3e2a4d6a4f8c86bd447884353342 118d2cc755d747d2bfa8c0ba29684ed5 - - 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-10 05:01:17.568 7 INFO neutron.api.v2.resource [None req-7937acea-2c8f-4de9-8d59-4a22e65c1616 bbaf3e2a4d6a4f8c86bd447884353342 118d2cc755d747d2bfa8c0ba29684ed5 - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 7|app: 0|req: 1625/3167] 10.0.0.208 () {34 vars in 681 bytes} [Wed Jun 10 05:01:17 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) 2026-06-10 05:01:17.754 8 INFO neutron.services.segments.plugin [-] Segment 3d6d9fe4-b502-4ffe-ad12-9a0429b69f9e resource provider aggregate not found 2026-06-10 05:01:17.763 8 INFO neutron.services.segments.plugin [-] Segment 3d6d9fe4-b502-4ffe-ad12-9a0429b69f9e resource provider aggregate not found 2026-06-10 05:01:17.776 8 INFO neutron.services.segments.plugin [-] Segment 3d6d9fe4-b502-4ffe-ad12-9a0429b69f9e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3d6d9fe4-b502-4ffe-ad12-9a0429b69f9e found for delete ", "request_id": "req-d1a7ed88-2f7e-4068-a0db-a8a84d47aa4a"}]} 2026-06-10 05:01:17.784 8 INFO neutron.services.segments.plugin [-] Segment 3d6d9fe4-b502-4ffe-ad12-9a0429b69f9e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3d6d9fe4-b502-4ffe-ad12-9a0429b69f9e found for delete ", "request_id": "req-f05e9370-f50f-47a1-83c4-8ed3215386fc"}]} [pid: 8|app: 0|req: 1543/3168] 10.0.0.208 () {32 vars in 726 bytes} [Wed Jun 10 05:01:17 2026] DELETE /v2.0/networks/416c028a-4b80-4e25-bd85-b12b212273d5 => generated 0 bytes in 224 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 05:01:17.858 7 INFO neutron.db.segments_db [None req-b95758ba-5221-406d-a53f-d9bd0620b9ba bbaf3e2a4d6a4f8c86bd447884353342 118d2cc755d747d2bfa8c0ba29684ed5 - - default default] Added segment bfdb494c-ea7d-43d6-bfd9-8c2606ec7c35 of type vxlan for network 82ae9873-6724-4857-a59b-2b49b8cfcdf9 [pid: 7|app: 0|req: 1626/3169] 10.0.0.208 () {34 vars in 670 bytes} [Wed Jun 10 05:01:17 2026] POST /v2.0/networks => generated 706 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1544/3170] 10.0.0.208 () {34 vars in 669 bytes} [Wed Jun 10 05:01:17 2026] POST /v2.0/subnets => generated 647 bytes in 186 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 05:01:18.146 7 WARNING neutron.api.v2.base [None req-2d896a82-5d3e-4d4d-a6cb-db5fe75af3ad bbaf3e2a4d6a4f8c86bd447884353342 118d2cc755d747d2bfa8c0ba29684ed5 - - 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-10 05:01:18.147 7 INFO neutron.api.v2.resource [None req-2d896a82-5d3e-4d4d-a6cb-db5fe75af3ad bbaf3e2a4d6a4f8c86bd447884353342 118d2cc755d747d2bfa8c0ba29684ed5 - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 7|app: 0|req: 1627/3171] 10.0.0.208 () {34 vars in 681 bytes} [Wed Jun 10 05:01:18 2026] POST /v2.0/rbac-policies => generated 547 bytes in 5 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1545/3172] 10.0.0.208 () {32 vars in 726 bytes} [Wed Jun 10 05:01:18 2026] DELETE /v2.0/networks/82ae9873-6724-4857-a59b-2b49b8cfcdf9 => generated 0 bytes in 215 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 05:01:18.432 7 INFO neutron.db.segments_db [None req-3f8623af-ee8b-4846-90d0-d9a946e91309 bbaf3e2a4d6a4f8c86bd447884353342 118d2cc755d747d2bfa8c0ba29684ed5 - - default default] Added segment d9bcb862-236c-4fb9-8d44-950a286bb53e of type vxlan for network dd483a5b-2b5a-4082-bc92-03fbcb4ed670 [pid: 7|app: 0|req: 1628/3173] 10.0.0.208 () {34 vars in 670 bytes} [Wed Jun 10 05:01:18 2026] POST /v2.0/networks => generated 708 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1546/3174] 10.0.0.208 () {34 vars in 669 bytes} [Wed Jun 10 05:01:18 2026] POST /v2.0/subnets => generated 647 bytes in 177 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1629/3175] 10.0.0.208 () {34 vars in 681 bytes} [Wed Jun 10 05:01:18 2026] POST /v2.0/rbac-policies => generated 324 bytes in 223 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1547/3176] 10.0.0.208 () {32 vars in 723 bytes} [Wed Jun 10 05:01:19 2026] GET /v2.0/networks/dd483a5b-2b5a-4082-bc92-03fbcb4ed670 => generated 655 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 05:01:19.750 7 INFO neutron.pecan_wsgi.hooks.translation [None req-604a4e39-fc5a-47ec-976c-3d3db588359a c2113f370df1457b959fae9f1c1e1689 a287bd958d044e09bfffd063a7aca112 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1630/3177] 10.0.0.208 () {32 vars in 723 bytes} [Wed Jun 10 05:01:19 2026] GET /v2.0/networks/dd483a5b-2b5a-4082-bc92-03fbcb4ed670 => generated 138 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 05:01:19.801 8 INFO neutron.services.segments.plugin [-] Segment bfdb494c-ea7d-43d6-bfd9-8c2606ec7c35 resource provider aggregate not found 2026-06-10 05:01:19.809 8 INFO neutron.services.segments.plugin [-] Segment bfdb494c-ea7d-43d6-bfd9-8c2606ec7c35 resource provider aggregate not found 2026-06-10 05:01:19.830 8 INFO neutron.services.segments.plugin [-] Segment bfdb494c-ea7d-43d6-bfd9-8c2606ec7c35 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bfdb494c-ea7d-43d6-bfd9-8c2606ec7c35 found for delete ", "request_id": "req-eb2e33e9-65fe-46e8-85e9-13aaf18e80a3"}]} 2026-06-10 05:01:19.832 8 INFO neutron.services.segments.plugin [-] Segment bfdb494c-ea7d-43d6-bfd9-8c2606ec7c35 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bfdb494c-ea7d-43d6-bfd9-8c2606ec7c35 found for delete ", "request_id": "req-1670a9ad-f974-4467-b652-41abda1c090f"}]} 2026-06-10 05:01:19.894 8 INFO neutron_taas.services.taas.taas_plugin [None req-038e5b42-cedf-4d42-a72f-1f34082e84e3 bbaf3e2a4d6a4f8c86bd447884353342 118d2cc755d747d2bfa8c0ba29684ed5 - - default default] TaaS: Handle Delete Port: fada3fa4-7332-4b9c-b703-a92c62750950 2026-06-10 05:01:19.898 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-038e5b42-cedf-4d42-a72f-1f34082e84e3 bbaf3e2a4d6a4f8c86bd447884353342 118d2cc755d747d2bfa8c0ba29684ed5 - - default default] Tap Mirror: Handle Delete Port: fada3fa4-7332-4b9c-b703-a92c62750950 [pid: 8|app: 0|req: 1548/3178] 10.0.0.208 () {32 vars in 726 bytes} [Wed Jun 10 05:01:19 2026] DELETE /v2.0/networks/dd483a5b-2b5a-4082-bc92-03fbcb4ed670 => generated 0 bytes in 424 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 05:01:20.210 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1fbeaff2-92a7-4bcc-9c10-55c3558ad64b bbaf3e2a4d6a4f8c86bd447884353342 118d2cc755d747d2bfa8c0ba29684ed5 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1631/3179] 10.0.0.208 () {32 vars in 724 bytes} [Wed Jun 10 05:01:20 2026] DELETE /v2.0/subnets/da66acb3-aa11-4189-b8d8-901f465eb82a => generated 136 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 05:01:20.243 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f9c5e826-7960-424c-b92c-ba36e3573771 bbaf3e2a4d6a4f8c86bd447884353342 118d2cc755d747d2bfa8c0ba29684ed5 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1549/3180] 10.0.0.208 () {32 vars in 724 bytes} [Wed Jun 10 05:01:20 2026] DELETE /v2.0/subnets/39417565-021f-4806-abfd-e44db6de0a8c => generated 136 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 05:01:20.266 7 INFO neutron.pecan_wsgi.hooks.translation [None req-36b4fccf-31d8-49d2-a5cf-97b086a714f9 bbaf3e2a4d6a4f8c86bd447884353342 118d2cc755d747d2bfa8c0ba29684ed5 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1632/3181] 10.0.0.208 () {32 vars in 724 bytes} [Wed Jun 10 05:01:20 2026] DELETE /v2.0/subnets/8da4e6aa-a486-491a-ab40-601955ad0e9a => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1550/3182] 10.0.0.208 () {32 vars in 774 bytes} [Wed Jun 10 05:01:21 2026] GET /v2.0/security-groups?tenant_id=a287bd958d044e09bfffd063a7aca112&name=default => generated 2929 bytes in 263 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1633/3183] 10.0.0.208 () {32 vars in 740 bytes} [Wed Jun 10 05:01:21 2026] DELETE /v2.0/security-groups/6288509c-34e3-425c-a755-9c9bae96b593 => 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: 1551/3184] 10.0.0.208 () {32 vars in 774 bytes} [Wed Jun 10 05:01:21 2026] GET /v2.0/security-groups?tenant_id=76f7b0742da94c6ea4574659798e3d07&name=default => generated 2929 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1634/3185] 10.0.0.208 () {32 vars in 740 bytes} [Wed Jun 10 05:01:21 2026] DELETE /v2.0/security-groups/26b666d7-0d66-4108-b546-ec45c366bf5d => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 05:01:21.848 8 INFO neutron.services.segments.plugin [-] Segment d9bcb862-236c-4fb9-8d44-950a286bb53e resource provider aggregate not found 2026-06-10 05:01:21.854 8 INFO neutron.services.segments.plugin [-] Segment d9bcb862-236c-4fb9-8d44-950a286bb53e resource provider aggregate not found 2026-06-10 05:01:21.861 8 INFO neutron.services.segments.plugin [-] Segment d9bcb862-236c-4fb9-8d44-950a286bb53e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d9bcb862-236c-4fb9-8d44-950a286bb53e found for delete ", "request_id": "req-c9b9f843-7712-40cb-a949-27781be9156a"}]} [pid: 8|app: 0|req: 1552/3186] 10.0.0.208 () {32 vars in 774 bytes} [Wed Jun 10 05:01:21 2026] GET /v2.0/security-groups?tenant_id=118d2cc755d747d2bfa8c0ba29684ed5&name=default => generated 2929 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 05:01:21.867 8 INFO neutron.services.segments.plugin [-] Segment d9bcb862-236c-4fb9-8d44-950a286bb53e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d9bcb862-236c-4fb9-8d44-950a286bb53e found for delete ", "request_id": "req-9ba8dd44-690a-4ae0-bc2d-3cbde020e01b"}]} [pid: 7|app: 0|req: 1635/3187] 10.0.0.208 () {32 vars in 740 bytes} [Wed Jun 10 05:01:21 2026] DELETE /v2.0/security-groups/ab4fe24a-11e0-4c4d-bd09-1f1f7e3f171c => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 05:01:25.338 8 INFO neutron.db.segments_db [None req-f54bafca-3e23-4c8c-b76e-1132038c59e0 d91b88d3fdb3455a9d08f405b324ba03 a58673e6b9da4b8290192ade68f44c2e - - default default] Added segment c6433be8-1cb2-42f2-a6cf-f8669929a215 of type vxlan for network ee80ca2c-8ccd-4fa7-9e4d-decb801b723c [pid: 8|app: 0|req: 1553/3188] 10.0.0.208 () {34 vars in 670 bytes} [Wed Jun 10 05:01:25 2026] POST /v2.0/networks => generated 613 bytes in 374 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1636/3189] 10.0.0.208 () {34 vars in 753 bytes} [Wed Jun 10 05:01:25 2026] PUT /v2.0/networks/ee80ca2c-8ccd-4fa7-9e4d-decb801b723c/tags => generated 25 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1554/3190] 10.0.0.208 () {32 vars in 733 bytes} [Wed Jun 10 05:01:25 2026] GET /v2.0/networks/ee80ca2c-8ccd-4fa7-9e4d-decb801b723c/tags => generated 25 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1637/3191] 10.0.0.208 () {34 vars in 764 bytes} [Wed Jun 10 05:01:25 2026] PUT /v2.0/networks/ee80ca2c-8ccd-4fa7-9e4d-decb801b723c/tags/green => generated 4 bytes in 67 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1555/3192] 10.0.0.208 () {32 vars in 733 bytes} [Wed Jun 10 05:01:25 2026] GET /v2.0/networks/ee80ca2c-8ccd-4fa7-9e4d-decb801b723c/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: 1638/3193] 10.0.0.208 () {34 vars in 760 bytes} [Wed Jun 10 05:01:25 2026] PUT /v2.0/networks/ee80ca2c-8ccd-4fa7-9e4d-decb801b723c/tags/red => generated 4 bytes in 54 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1556/3194] 10.0.0.208 () {32 vars in 733 bytes} [Wed Jun 10 05:01:25 2026] GET /v2.0/networks/ee80ca2c-8ccd-4fa7-9e4d-decb801b723c/tags => generated 34 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1639/3195] 10.0.0.208 () {34 vars in 782 bytes} [Wed Jun 10 05:01:25 2026] PUT /v2.0/networks/ee80ca2c-8ccd-4fa7-9e4d-decb801b723c/tags/black.or.white => generated 4 bytes in 71 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1557/3196] 10.0.0.208 () {32 vars in 733 bytes} [Wed Jun 10 05:01:25 2026] GET /v2.0/networks/ee80ca2c-8ccd-4fa7-9e4d-decb801b723c/tags => generated 52 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1640/3197] 10.0.0.208 () {34 vars in 753 bytes} [Wed Jun 10 05:01:25 2026] PUT /v2.0/networks/ee80ca2c-8ccd-4fa7-9e4d-decb801b723c/tags => generated 37 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1558/3198] 10.0.0.208 () {32 vars in 733 bytes} [Wed Jun 10 05:01:25 2026] GET /v2.0/networks/ee80ca2c-8ccd-4fa7-9e4d-decb801b723c/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: 1641/3199] 10.0.0.208 () {32 vars in 741 bytes} [Wed Jun 10 05:01:25 2026] GET /v2.0/networks/ee80ca2c-8ccd-4fa7-9e4d-decb801b723c/tags/red => generated 0 bytes in 40 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 05:01:26.054 8 INFO neutron.api.v2.resource [None req-591474a8-4823-443e-b03c-04af3cc1718c d91b88d3fdb3455a9d08f405b324ba03 a58673e6b9da4b8290192ade68f44c2e - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1559/3200] 10.0.0.208 () {32 vars in 745 bytes} [Wed Jun 10 05:01:26 2026] GET /v2.0/networks/ee80ca2c-8ccd-4fa7-9e4d-decb801b723c/tags/green => generated 99 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1642/3201] 10.0.0.208 () {32 vars in 744 bytes} [Wed Jun 10 05:01:26 2026] DELETE /v2.0/networks/ee80ca2c-8ccd-4fa7-9e4d-decb801b723c/tags/red => 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: 1560/3202] 10.0.0.208 () {32 vars in 733 bytes} [Wed Jun 10 05:01:26 2026] GET /v2.0/networks/ee80ca2c-8ccd-4fa7-9e4d-decb801b723c/tags => generated 30 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 05:01:26.187 7 INFO neutron.api.v2.resource [None req-c6134fb0-8414-4c75-8dc7-77a6fd8d7a77 d91b88d3fdb3455a9d08f405b324ba03 a58673e6b9da4b8290192ade68f44c2e - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1643/3203] 10.0.0.208 () {32 vars in 748 bytes} [Wed Jun 10 05:01:26 2026] DELETE /v2.0/networks/ee80ca2c-8ccd-4fa7-9e4d-decb801b723c/tags/green => generated 99 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1561/3204] 10.0.0.208 () {32 vars in 736 bytes} [Wed Jun 10 05:01:26 2026] DELETE /v2.0/networks/ee80ca2c-8ccd-4fa7-9e4d-decb801b723c/tags => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1644/3205] 10.0.0.208 () {32 vars in 733 bytes} [Wed Jun 10 05:01:26 2026] GET /v2.0/networks/ee80ca2c-8ccd-4fa7-9e4d-decb801b723c/tags => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 05:01:26.426 8 INFO neutron.services.segments.plugin [-] Segment c6433be8-1cb2-42f2-a6cf-f8669929a215 resource provider aggregate not found 2026-06-10 05:01:26.432 8 INFO neutron.services.segments.plugin [-] Segment c6433be8-1cb2-42f2-a6cf-f8669929a215 resource provider aggregate not found 2026-06-10 05:01:26.450 8 INFO neutron.services.segments.plugin [-] Segment c6433be8-1cb2-42f2-a6cf-f8669929a215 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c6433be8-1cb2-42f2-a6cf-f8669929a215 found for delete ", "request_id": "req-91137c8f-04aa-4095-9a8f-a49e1e61d3b0"}]} 2026-06-10 05:01:26.451 8 INFO neutron.services.segments.plugin [-] Segment c6433be8-1cb2-42f2-a6cf-f8669929a215 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c6433be8-1cb2-42f2-a6cf-f8669929a215 found for delete ", "request_id": "req-03fa343a-07da-43af-89b2-783138a5eeb2"}]} [pid: 8|app: 0|req: 1562/3206] 10.0.0.208 () {32 vars in 726 bytes} [Wed Jun 10 05:01:26 2026] DELETE /v2.0/networks/ee80ca2c-8ccd-4fa7-9e4d-decb801b723c => 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: 1645/3207] 10.0.0.208 () {32 vars in 774 bytes} [Wed Jun 10 05:01:27 2026] GET /v2.0/security-groups?tenant_id=5938d671882941349b540507ead91680&name=default => generated 2929 bytes in 221 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1563/3208] 10.0.0.208 () {32 vars in 740 bytes} [Wed Jun 10 05:01:27 2026] DELETE /v2.0/security-groups/c268721b-f73f-4b5a-9f47-b82416835e06 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1646/3209] 10.0.0.208 () {32 vars in 774 bytes} [Wed Jun 10 05:01:27 2026] GET /v2.0/security-groups?tenant_id=a58673e6b9da4b8290192ade68f44c2e&name=default => generated 2929 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1564/3210] 10.0.0.208 () {32 vars in 740 bytes} [Wed Jun 10 05:01:27 2026] DELETE /v2.0/security-groups/a542bbea-a3d9-4d6a-a36a-8eac8f5ff9d3 => 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: 1647/3211] 10.0.0.208 () {34 vars in 678 bytes} [Wed Jun 10 05:01:30 2026] POST /v2.0/qos/policies => generated 359 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1565/3214] 10.0.0.208 () {34 vars in 753 bytes} [Wed Jun 10 05:01:30 2026] PUT /v2.0/policies/8346d776-5c1c-4e55-88c1-bb481e104272/tags => generated 25 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1650/3215] 10.0.0.208 () {32 vars in 733 bytes} [Wed Jun 10 05:01:30 2026] GET /v2.0/policies/8346d776-5c1c-4e55-88c1-bb481e104272/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: 1566/3216] 10.0.0.208 () {34 vars in 764 bytes} [Wed Jun 10 05:01:30 2026] PUT /v2.0/policies/8346d776-5c1c-4e55-88c1-bb481e104272/tags/green => generated 4 bytes in 50 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1651/3217] 10.0.0.208 () {32 vars in 733 bytes} [Wed Jun 10 05:01:30 2026] GET /v2.0/policies/8346d776-5c1c-4e55-88c1-bb481e104272/tags => generated 34 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1567/3218] 10.0.0.208 () {34 vars in 760 bytes} [Wed Jun 10 05:01:30 2026] PUT /v2.0/policies/8346d776-5c1c-4e55-88c1-bb481e104272/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: 1652/3219] 10.0.0.208 () {32 vars in 733 bytes} [Wed Jun 10 05:01:31 2026] GET /v2.0/policies/8346d776-5c1c-4e55-88c1-bb481e104272/tags => generated 34 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1568/3220] 10.0.0.208 () {34 vars in 782 bytes} [Wed Jun 10 05:01:31 2026] PUT /v2.0/policies/8346d776-5c1c-4e55-88c1-bb481e104272/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: 1653/3221] 10.0.0.208 () {32 vars in 733 bytes} [Wed Jun 10 05:01:31 2026] GET /v2.0/policies/8346d776-5c1c-4e55-88c1-bb481e104272/tags => generated 52 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1569/3222] 10.0.0.208 () {34 vars in 753 bytes} [Wed Jun 10 05:01:31 2026] PUT /v2.0/policies/8346d776-5c1c-4e55-88c1-bb481e104272/tags => generated 37 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1654/3223] 10.0.0.208 () {32 vars in 733 bytes} [Wed Jun 10 05:01:31 2026] GET /v2.0/policies/8346d776-5c1c-4e55-88c1-bb481e104272/tags => generated 37 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1570/3224] 10.0.0.208 () {32 vars in 741 bytes} [Wed Jun 10 05:01:31 2026] GET /v2.0/policies/8346d776-5c1c-4e55-88c1-bb481e104272/tags/red => generated 0 bytes in 33 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 05:01:31.343 7 INFO neutron.api.v2.resource [None req-274dccf1-f942-4ca5-bfbe-4be23736031b 2dbc99e4d50f468e9045f208cdc338be 7db5a189ca0c4d1f8ce919e626867740 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1655/3225] 10.0.0.208 () {32 vars in 745 bytes} [Wed Jun 10 05:01:31 2026] GET /v2.0/policies/8346d776-5c1c-4e55-88c1-bb481e104272/tags/green => generated 99 bytes in 32 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1571/3226] 10.0.0.208 () {32 vars in 744 bytes} [Wed Jun 10 05:01:31 2026] DELETE /v2.0/policies/8346d776-5c1c-4e55-88c1-bb481e104272/tags/red => generated 0 bytes in 41 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1656/3227] 10.0.0.208 () {32 vars in 733 bytes} [Wed Jun 10 05:01:31 2026] GET /v2.0/policies/8346d776-5c1c-4e55-88c1-bb481e104272/tags => generated 30 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 05:01:31.469 8 INFO neutron.api.v2.resource [None req-55ff60ae-38a7-4cb7-824e-7c7110eff166 2dbc99e4d50f468e9045f208cdc338be 7db5a189ca0c4d1f8ce919e626867740 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1572/3228] 10.0.0.208 () {32 vars in 748 bytes} [Wed Jun 10 05:01:31 2026] DELETE /v2.0/policies/8346d776-5c1c-4e55-88c1-bb481e104272/tags/green => generated 99 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1657/3229] 10.0.0.208 () {32 vars in 736 bytes} [Wed Jun 10 05:01:31 2026] DELETE /v2.0/policies/8346d776-5c1c-4e55-88c1-bb481e104272/tags => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1573/3230] 10.0.0.208 () {32 vars in 733 bytes} [Wed Jun 10 05:01:31 2026] GET /v2.0/policies/8346d776-5c1c-4e55-88c1-bb481e104272/tags => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1658/3231] 10.0.0.208 () {32 vars in 734 bytes} [Wed Jun 10 05:01:31 2026] DELETE /v2.0/qos/policies/8346d776-5c1c-4e55-88c1-bb481e104272 => 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: 1574/3232] 10.0.0.208 () {32 vars in 774 bytes} [Wed Jun 10 05:01:32 2026] GET /v2.0/security-groups?tenant_id=439138f2e4ae4931b2be7bfb8fb5e47e&name=default => generated 2929 bytes in 215 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1659/3233] 10.0.0.208 () {32 vars in 740 bytes} [Wed Jun 10 05:01:32 2026] DELETE /v2.0/security-groups/9a47afae-6d98-41b2-a5f3-bed01b480ab9 => 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: 1575/3234] 10.0.0.208 () {32 vars in 774 bytes} [Wed Jun 10 05:01:32 2026] GET /v2.0/security-groups?tenant_id=7db5a189ca0c4d1f8ce919e626867740&name=default => generated 2929 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1660/3235] 10.0.0.208 () {32 vars in 740 bytes} [Wed Jun 10 05:01:32 2026] DELETE /v2.0/security-groups/dbec6ee1-c4c2-45f3-bf7f-e11b3be8de4e => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 05:01:36.119 8 INFO neutron.db.segments_db [None req-680496dd-5abc-4a3b-ad0b-ff913ed35fe0 03be3c7ec88c4c938bc1c43c9c811e5f 30b1d861b5e3463997d560153b6d3e93 - - default default] Added segment 79831729-45fa-4a34-82f6-3af884950f8d of type vxlan for network 6071f278-15b0-41d3-9584-2e9d3f8df6e1 [pid: 8|app: 0|req: 1576/3236] 10.0.0.208 () {34 vars in 670 bytes} [Wed Jun 10 05:01:35 2026] POST /v2.0/networks => generated 613 bytes in 373 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1661/3237] 10.0.0.208 () {34 vars in 669 bytes} [Wed Jun 10 05:01:36 2026] POST /v2.0/subnets => generated 626 bytes in 234 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1577/3238] 10.0.0.208 () {34 vars in 751 bytes} [Wed Jun 10 05:01:36 2026] PUT /v2.0/subnets/1df7524e-c1a9-4478-a6e2-b61f75d9fcbf/tags => generated 25 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1662/3239] 10.0.0.208 () {32 vars in 731 bytes} [Wed Jun 10 05:01:36 2026] GET /v2.0/subnets/1df7524e-c1a9-4478-a6e2-b61f75d9fcbf/tags => generated 25 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1578/3240] 10.0.0.208 () {34 vars in 762 bytes} [Wed Jun 10 05:01:36 2026] PUT /v2.0/subnets/1df7524e-c1a9-4478-a6e2-b61f75d9fcbf/tags/green => generated 4 bytes in 62 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1663/3241] 10.0.0.208 () {32 vars in 731 bytes} [Wed Jun 10 05:01:36 2026] GET /v2.0/subnets/1df7524e-c1a9-4478-a6e2-b61f75d9fcbf/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: 1579/3242] 10.0.0.208 () {34 vars in 758 bytes} [Wed Jun 10 05:01:36 2026] PUT /v2.0/subnets/1df7524e-c1a9-4478-a6e2-b61f75d9fcbf/tags/red => generated 4 bytes in 53 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1664/3243] 10.0.0.208 () {32 vars in 731 bytes} [Wed Jun 10 05:01:36 2026] GET /v2.0/subnets/1df7524e-c1a9-4478-a6e2-b61f75d9fcbf/tags => generated 34 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1580/3244] 10.0.0.208 () {34 vars in 780 bytes} [Wed Jun 10 05:01:36 2026] PUT /v2.0/subnets/1df7524e-c1a9-4478-a6e2-b61f75d9fcbf/tags/black.or.white => generated 4 bytes in 67 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1665/3245] 10.0.0.208 () {32 vars in 731 bytes} [Wed Jun 10 05:01:36 2026] GET /v2.0/subnets/1df7524e-c1a9-4478-a6e2-b61f75d9fcbf/tags => generated 52 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1581/3246] 10.0.0.208 () {34 vars in 751 bytes} [Wed Jun 10 05:01:36 2026] PUT /v2.0/subnets/1df7524e-c1a9-4478-a6e2-b61f75d9fcbf/tags => generated 37 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1666/3247] 10.0.0.208 () {32 vars in 731 bytes} [Wed Jun 10 05:01:36 2026] GET /v2.0/subnets/1df7524e-c1a9-4478-a6e2-b61f75d9fcbf/tags => generated 37 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1582/3248] 10.0.0.208 () {32 vars in 739 bytes} [Wed Jun 10 05:01:36 2026] GET /v2.0/subnets/1df7524e-c1a9-4478-a6e2-b61f75d9fcbf/tags/red => generated 0 bytes in 34 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 05:01:37.068 7 INFO neutron.api.v2.resource [None req-265ea420-1a4d-4bb1-8ac0-08249c4b4a04 03be3c7ec88c4c938bc1c43c9c811e5f 30b1d861b5e3463997d560153b6d3e93 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1667/3249] 10.0.0.208 () {32 vars in 743 bytes} [Wed Jun 10 05:01:37 2026] GET /v2.0/subnets/1df7524e-c1a9-4478-a6e2-b61f75d9fcbf/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: 1583/3250] 10.0.0.208 () {32 vars in 742 bytes} [Wed Jun 10 05:01:37 2026] DELETE /v2.0/subnets/1df7524e-c1a9-4478-a6e2-b61f75d9fcbf/tags/red => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1668/3251] 10.0.0.208 () {32 vars in 731 bytes} [Wed Jun 10 05:01:37 2026] GET /v2.0/subnets/1df7524e-c1a9-4478-a6e2-b61f75d9fcbf/tags => generated 30 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 05:01:37.237 8 INFO neutron.api.v2.resource [None req-533a6b81-969e-4e9a-ad66-1cc0425a90d4 03be3c7ec88c4c938bc1c43c9c811e5f 30b1d861b5e3463997d560153b6d3e93 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1584/3252] 10.0.0.208 () {32 vars in 746 bytes} [Wed Jun 10 05:01:37 2026] DELETE /v2.0/subnets/1df7524e-c1a9-4478-a6e2-b61f75d9fcbf/tags/green => generated 99 bytes in 55 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1669/3253] 10.0.0.208 () {32 vars in 734 bytes} [Wed Jun 10 05:01:37 2026] DELETE /v2.0/subnets/1df7524e-c1a9-4478-a6e2-b61f75d9fcbf/tags => 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: 1585/3254] 10.0.0.208 () {32 vars in 731 bytes} [Wed Jun 10 05:01:37 2026] GET /v2.0/subnets/1df7524e-c1a9-4478-a6e2-b61f75d9fcbf/tags => 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: 1670/3255] 10.0.0.208 () {32 vars in 724 bytes} [Wed Jun 10 05:01:37 2026] DELETE /v2.0/subnets/1df7524e-c1a9-4478-a6e2-b61f75d9fcbf => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 05:01:37.602 8 INFO neutron_taas.services.taas.taas_plugin [None req-39e91fae-db4d-4e33-8784-edb08efa2d9a 03be3c7ec88c4c938bc1c43c9c811e5f 30b1d861b5e3463997d560153b6d3e93 - - default default] TaaS: Handle Delete Port: 63421943-3e12-4e2f-bd69-c09c13cf8ce2 2026-06-10 05:01:37.606 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-39e91fae-db4d-4e33-8784-edb08efa2d9a 03be3c7ec88c4c938bc1c43c9c811e5f 30b1d861b5e3463997d560153b6d3e93 - - default default] Tap Mirror: Handle Delete Port: 63421943-3e12-4e2f-bd69-c09c13cf8ce2 2026-06-10 05:01:37.801 8 INFO neutron.services.segments.plugin [-] Segment 79831729-45fa-4a34-82f6-3af884950f8d resource provider aggregate not found 2026-06-10 05:01:37.810 8 INFO neutron.services.segments.plugin [-] Segment 79831729-45fa-4a34-82f6-3af884950f8d resource provider aggregate not found 2026-06-10 05:01:37.827 8 INFO neutron.services.segments.plugin [-] Segment 79831729-45fa-4a34-82f6-3af884950f8d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 79831729-45fa-4a34-82f6-3af884950f8d found for delete ", "request_id": "req-c109cdd9-7b1d-40ae-b5da-ce9a1ff09d62"}]} 2026-06-10 05:01:37.831 8 INFO neutron.services.segments.plugin [-] Segment 79831729-45fa-4a34-82f6-3af884950f8d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 79831729-45fa-4a34-82f6-3af884950f8d found for delete ", "request_id": "req-b8842fe1-2356-480c-8a71-cc06d5c5464b"}]} [pid: 8|app: 0|req: 1586/3256] 10.0.0.208 () {32 vars in 726 bytes} [Wed Jun 10 05:01:37 2026] DELETE /v2.0/networks/6071f278-15b0-41d3-9584-2e9d3f8df6e1 => generated 0 bytes in 336 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1671/3257] 10.0.0.208 () {32 vars in 774 bytes} [Wed Jun 10 05:01:38 2026] GET /v2.0/security-groups?tenant_id=30231a7300c847f2ab8787f775067e29&name=default => generated 2929 bytes in 202 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1587/3258] 10.0.0.208 () {32 vars in 740 bytes} [Wed Jun 10 05:01:38 2026] DELETE /v2.0/security-groups/d1ec81c9-64d6-432b-8eb1-625a7f795128 => 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: 1672/3259] 10.0.0.208 () {32 vars in 774 bytes} [Wed Jun 10 05:01:38 2026] GET /v2.0/security-groups?tenant_id=30b1d861b5e3463997d560153b6d3e93&name=default => generated 2929 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1588/3260] 10.0.0.208 () {32 vars in 740 bytes} [Wed Jun 10 05:01:38 2026] DELETE /v2.0/security-groups/5b148533-4c6d-4874-ab5f-b1d7dc00375b => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 05:01:42.330 7 INFO neutron.db.segments_db [None req-16883fbe-d596-4906-a101-36bf5e9ca946 a8e83e473a14476a994b2de667ffccb5 83e2f114f9134e608ba64e20d03c813e - - default default] Added segment 47693dd2-bbbb-4bd8-8394-78ff6a9df6a4 of type vxlan for network a7b967d6-0fd3-4aee-b6d5-65f7f6aed76d [pid: 7|app: 0|req: 1673/3261] 10.0.0.208 () {34 vars in 670 bytes} [Wed Jun 10 05:01:42 2026] POST /v2.0/networks => generated 613 bytes in 391 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1589/3262] 10.0.0.208 () {34 vars in 664 bytes} [Wed Jun 10 05:01:42 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: 1674/3263] 10.0.0.208 () {34 vars in 666 bytes} [Wed Jun 10 05:01:42 2026] POST /v2.0/trunks => generated 407 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1590/3264] 10.0.0.208 () {34 vars in 749 bytes} [Wed Jun 10 05:01:42 2026] PUT /v2.0/trunks/35889392-4ff5-4389-a54b-e3fd0925e370/tags => generated 25 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1675/3265] 10.0.0.208 () {32 vars in 729 bytes} [Wed Jun 10 05:01:42 2026] GET /v2.0/trunks/35889392-4ff5-4389-a54b-e3fd0925e370/tags => generated 25 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1591/3266] 10.0.0.208 () {34 vars in 760 bytes} [Wed Jun 10 05:01:42 2026] PUT /v2.0/trunks/35889392-4ff5-4389-a54b-e3fd0925e370/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: 1676/3267] 10.0.0.208 () {32 vars in 729 bytes} [Wed Jun 10 05:01:42 2026] GET /v2.0/trunks/35889392-4ff5-4389-a54b-e3fd0925e370/tags => generated 34 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1592/3268] 10.0.0.208 () {34 vars in 756 bytes} [Wed Jun 10 05:01:42 2026] PUT /v2.0/trunks/35889392-4ff5-4389-a54b-e3fd0925e370/tags/red => generated 4 bytes in 27 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1677/3269] 10.0.0.208 () {32 vars in 729 bytes} [Wed Jun 10 05:01:43 2026] GET /v2.0/trunks/35889392-4ff5-4389-a54b-e3fd0925e370/tags => generated 34 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1593/3270] 10.0.0.208 () {34 vars in 778 bytes} [Wed Jun 10 05:01:43 2026] PUT /v2.0/trunks/35889392-4ff5-4389-a54b-e3fd0925e370/tags/black.or.white => generated 4 bytes in 35 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1678/3271] 10.0.0.208 () {32 vars in 729 bytes} [Wed Jun 10 05:01:43 2026] GET /v2.0/trunks/35889392-4ff5-4389-a54b-e3fd0925e370/tags => generated 52 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1594/3272] 10.0.0.208 () {34 vars in 749 bytes} [Wed Jun 10 05:01:43 2026] PUT /v2.0/trunks/35889392-4ff5-4389-a54b-e3fd0925e370/tags => generated 37 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1679/3273] 10.0.0.208 () {32 vars in 729 bytes} [Wed Jun 10 05:01:43 2026] GET /v2.0/trunks/35889392-4ff5-4389-a54b-e3fd0925e370/tags => generated 37 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1595/3274] 10.0.0.208 () {32 vars in 737 bytes} [Wed Jun 10 05:01:43 2026] GET /v2.0/trunks/35889392-4ff5-4389-a54b-e3fd0925e370/tags/red => generated 0 bytes in 29 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 05:01:43.205 7 INFO neutron.api.v2.resource [None req-2f973af6-7033-4fb5-b58a-225d28214579 a8e83e473a14476a994b2de667ffccb5 83e2f114f9134e608ba64e20d03c813e - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1680/3275] 10.0.0.208 () {32 vars in 741 bytes} [Wed Jun 10 05:01:43 2026] GET /v2.0/trunks/35889392-4ff5-4389-a54b-e3fd0925e370/tags/green => generated 99 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1596/3276] 10.0.0.208 () {32 vars in 740 bytes} [Wed Jun 10 05:01:43 2026] DELETE /v2.0/trunks/35889392-4ff5-4389-a54b-e3fd0925e370/tags/red => generated 0 bytes in 43 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1681/3277] 10.0.0.208 () {32 vars in 729 bytes} [Wed Jun 10 05:01:43 2026] GET /v2.0/trunks/35889392-4ff5-4389-a54b-e3fd0925e370/tags => generated 30 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 05:01:43.308 8 INFO neutron.api.v2.resource [None req-a96c10de-92a9-4074-a77d-06aa4d397982 a8e83e473a14476a994b2de667ffccb5 83e2f114f9134e608ba64e20d03c813e - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1597/3278] 10.0.0.208 () {32 vars in 744 bytes} [Wed Jun 10 05:01:43 2026] DELETE /v2.0/trunks/35889392-4ff5-4389-a54b-e3fd0925e370/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: 1682/3279] 10.0.0.208 () {32 vars in 732 bytes} [Wed Jun 10 05:01:43 2026] DELETE /v2.0/trunks/35889392-4ff5-4389-a54b-e3fd0925e370/tags => generated 0 bytes in 39 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1598/3280] 10.0.0.208 () {32 vars in 729 bytes} [Wed Jun 10 05:01:43 2026] GET /v2.0/trunks/35889392-4ff5-4389-a54b-e3fd0925e370/tags => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1683/3281] 10.0.0.208 () {32 vars in 719 bytes} [Wed Jun 10 05:01:43 2026] GET /v2.0/trunks/35889392-4ff5-4389-a54b-e3fd0925e370 => generated 407 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1599/3282] 10.0.0.208 () {32 vars in 717 bytes} [Wed Jun 10 05:01:43 2026] GET /v2.0/ports/d418c06a-5aa1-4bae-8de2-9ec4cba088b7 => generated 826 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1684/3283] 10.0.0.208 () {32 vars in 722 bytes} [Wed Jun 10 05:01:43 2026] DELETE /v2.0/trunks/35889392-4ff5-4389-a54b-e3fd0925e370 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 05:01:43.646 8 INFO neutron_taas.services.taas.taas_plugin [None req-bd07faff-e0e4-455f-9b4f-a6cfe5294f2e a8e83e473a14476a994b2de667ffccb5 83e2f114f9134e608ba64e20d03c813e - - default default] TaaS: Handle Delete Port: d418c06a-5aa1-4bae-8de2-9ec4cba088b7 2026-06-10 05:01:43.649 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bd07faff-e0e4-455f-9b4f-a6cfe5294f2e a8e83e473a14476a994b2de667ffccb5 83e2f114f9134e608ba64e20d03c813e - - default default] Tap Mirror: Handle Delete Port: d418c06a-5aa1-4bae-8de2-9ec4cba088b7 [pid: 8|app: 0|req: 1600/3284] 10.0.0.208 () {32 vars in 720 bytes} [Wed Jun 10 05:01:43 2026] DELETE /v2.0/ports/d418c06a-5aa1-4bae-8de2-9ec4cba088b7 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 05:01:43.831 7 INFO neutron.services.segments.plugin [-] Segment 47693dd2-bbbb-4bd8-8394-78ff6a9df6a4 resource provider aggregate not found 2026-06-10 05:01:43.842 7 INFO neutron.services.segments.plugin [-] Segment 47693dd2-bbbb-4bd8-8394-78ff6a9df6a4 resource provider aggregate not found 2026-06-10 05:01:43.854 7 INFO neutron.services.segments.plugin [-] Segment 47693dd2-bbbb-4bd8-8394-78ff6a9df6a4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 47693dd2-bbbb-4bd8-8394-78ff6a9df6a4 found for delete ", "request_id": "req-b5a68cb0-fb09-4773-b292-652d37d5b544"}]} [pid: 7|app: 0|req: 1685/3285] 10.0.0.208 () {32 vars in 726 bytes} [Wed Jun 10 05:01:43 2026] DELETE /v2.0/networks/a7b967d6-0fd3-4aee-b6d5-65f7f6aed76d => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 05:01:43.864 7 INFO neutron.services.segments.plugin [-] Segment 47693dd2-bbbb-4bd8-8394-78ff6a9df6a4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 47693dd2-bbbb-4bd8-8394-78ff6a9df6a4 found for delete ", "request_id": "req-3c81c40b-bae9-47c9-b606-e1a2738bdb67"}]} [pid: 8|app: 0|req: 1601/3286] 10.0.0.208 () {32 vars in 774 bytes} [Wed Jun 10 05:01:44 2026] GET /v2.0/security-groups?tenant_id=83e2f114f9134e608ba64e20d03c813e&name=default => generated 2929 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1686/3287] 10.0.0.208 () {32 vars in 740 bytes} [Wed Jun 10 05:01:44 2026] DELETE /v2.0/security-groups/bdb56656-6022-4e8e-9c2e-ea07f69cfa7d => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1602/3288] 10.0.0.208 () {32 vars in 774 bytes} [Wed Jun 10 05:01:44 2026] GET /v2.0/security-groups?tenant_id=9e29b33e369d48d389a3c44915c003c1&name=default => generated 2929 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1687/3289] 10.0.0.208 () {32 vars in 740 bytes} [Wed Jun 10 05:01:44 2026] DELETE /v2.0/security-groups/27aa71b2-842e-4e7a-83c7-211a39e9a17a => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1689/3292] 10.0.0.208 () {32 vars in 649 bytes} [Wed Jun 10 05:01:47 2026] GET /v2.0/networks => generated 2168 bytes in 198 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1604/3293] 10.0.0.208 () {32 vars in 655 bytes} [Wed Jun 10 05:01:48 2026] GET /v2.0/floatingips => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1690/3294] 10.0.0.208 () {32 vars in 647 bytes} [Wed Jun 10 05:01:48 2026] GET /v2.0/routers => generated 15 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1605/3295] 10.0.0.208 () {32 vars in 643 bytes} [Wed Jun 10 05:01:48 2026] GET /v2.0/ports => generated 4725 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1691/3296] 10.0.0.208 () {32 vars in 647 bytes} [Wed Jun 10 05:01:48 2026] GET /v2.0/subnets => generated 1308 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1606/3297] 10.0.0.208 () {32 vars in 649 bytes} [Wed Jun 10 05:01:48 2026] GET /v2.0/networks => generated 2168 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1692/3298] 10.0.0.208 () {32 vars in 663 bytes} [Wed Jun 10 05:01:49 2026] GET /v2.0/security-groups => generated 17401 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1607/3299] 10.0.0.208 () {32 vars in 655 bytes} [Wed Jun 10 05:01:49 2026] GET /v2.0/subnetpools => generated 19 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0)