+ COMMAND=start + start + confs='--config-file /etc/neutron/neutron.conf' + confs+=' --config-file /etc/neutron/neutron_vpnaas.conf' + confs+=' --config-file /etc/neutron/taas_plugin.ini' + confs+=' --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' + exec uwsgi --ini /etc/neutron/neutron-api-uwsgi.ini --pyargv ' --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/neutron_vpnaas.conf --config-file /etc/neutron/taas_plugin.ini --config-file /etc/neutron/plugins/ml2/ml2_conf.ini ' [uWSGI] getting INI configuration from /etc/neutron/neutron-api-uwsgi.ini *** Starting uWSGI 2.0.31 (64bit) on [Thu Jun 11 07:26:34 2026] *** compiled with version: 13.3.0 on 02 June 2026 01:53:56 os: Linux-5.15.0-179-generic #189-Ubuntu SMP Tue May 5 18:20:56 UTC 2026 nodename: neutron-server-7b8b46994d-4p8s9 machine: x86_64 clock source: unix pcre jit disabled detected number of CPU cores: 16 current working directory: / detected binary path: /var/lib/openstack/bin/uwsgi *** dumping internal routing table *** [rule: 0] subject: user_agent regexp: ^kube-probe.* action: donotlog: *** end of the internal routing table *** your memory page size is 4096 bytes detected max file descriptor number: 1048576 lock engine: pthread robust mutexes thunder lock: enabled uwsgi socket 0 bound to TCP address 0.0.0.0:9696 fd 3 Python version: 3.12.3 (main, Mar 23 2026, 19:04:32) [GCC 13.3.0] Python main interpreter initialized at 0x7f76270e7668 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-11 07:26:39.059 8 INFO neutron.common.config [-] Logging enabled! 2026-06-11 07:26:39.060 8 INFO neutron.common.config [-] uwsgi version 27.0.3.dev15 2026-06-11 07:26:39.168 7 INFO neutron.common.config [-] Logging enabled! 2026-06-11 07:26:39.168 7 INFO neutron.common.config [-] uwsgi version 27.0.3.dev15 2026-06-11 07:26:39.440 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-06-11 07:26:39.557 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-06-11 07:26:40.923 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-11 07:26:40.926 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-06-11 07:26:40.929 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-06-11 07:26:40.930 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-11 07:26:40.930 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-06-11 07:26:40.931 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-06-11 07:26:40.931 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-11 07:26:40.938 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-11 07:26:40.938 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-11 07:26:40.939 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-06-11 07:26:40.960 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-06-11 07:26:40.961 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-06-11 07:26:40.962 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-06-11 07:26:40.990 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-06-11 07:26:40.990 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-06-11 07:26:40.990 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-06-11 07:26:40.991 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-06-11 07:26:41.090 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-11 07:26:41.093 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-06-11 07:26:41.096 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-06-11 07:26:41.097 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-11 07:26:41.097 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-06-11 07:26:41.097 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-06-11 07:26:41.098 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-11 07:26:41.105 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-11 07:26:41.105 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-11 07:26:41.105 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-06-11 07:26:41.127 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-06-11 07:26:41.128 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-06-11 07:26:41.128 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-06-11 07:26:41.155 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-06-11 07:26:41.156 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-06-11 07:26:41.156 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-06-11 07:26:41.156 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-06-11 07:26:41.278 8 INFO neutron.plugins.ml2.managers [None req-cf4828ab-afde-4ef5-b8de-eb49221f25b3 - - - - - -] Initializing driver for type 'vlan' 2026-06-11 07:26:41.446 7 INFO neutron.plugins.ml2.managers [None req-e3e52f20-2111-43b1-be0f-79cffc580589 - - - - - -] Initializing driver for type 'vlan' 2026-06-11 07:26:41.558 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-cf4828ab-afde-4ef5-b8de-eb49221f25b3 - - - - - -] VlanTypeDriver initialization complete 2026-06-11 07:26:41.558 8 INFO neutron.plugins.ml2.managers [None req-cf4828ab-afde-4ef5-b8de-eb49221f25b3 - - - - - -] Initializing driver for type 'vxlan' 2026-06-11 07:26:41.558 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-cf4828ab-afde-4ef5-b8de-eb49221f25b3 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-06-11 07:26:41.573 8 INFO neutron.plugins.ml2.managers [None req-cf4828ab-afde-4ef5-b8de-eb49221f25b3 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-06-11 07:26:41.574 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-cf4828ab-afde-4ef5-b8de-eb49221f25b3 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-06-11 07:26:41.574 8 INFO neutron.plugins.ml2.managers [None req-cf4828ab-afde-4ef5-b8de-eb49221f25b3 - - - - - -] Initializing extension driver 'port_security' 2026-06-11 07:26:41.574 8 INFO neutron.plugins.ml2.extensions.port_security [None req-cf4828ab-afde-4ef5-b8de-eb49221f25b3 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-06-11 07:26:41.574 8 INFO neutron.plugins.ml2.managers [None req-cf4828ab-afde-4ef5-b8de-eb49221f25b3 - - - - - -] Initializing extension driver 'qos' 2026-06-11 07:26:41.574 8 INFO neutron.plugins.ml2.managers [None req-cf4828ab-afde-4ef5-b8de-eb49221f25b3 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-06-11 07:26:41.574 8 INFO neutron.plugins.ml2.managers [None req-cf4828ab-afde-4ef5-b8de-eb49221f25b3 - - - - - -] Initializing mechanism driver 'l2population' 2026-06-11 07:26:41.589 8 INFO neutron.quota [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Loaded quota_driver: . 2026-06-11 07:26:41.589 8 INFO neutron.plugins.ml2.plugin [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Modular L2 Plugin initialization complete 2026-06-11 07:26:41.590 8 INFO neutron.plugins.ml2.managers [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-06-11 07:26:41.590 8 INFO neutron.plugins.ml2.managers [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-06-11 07:26:41.590 8 INFO neutron.plugins.ml2.managers [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Got port-security extension from driver 'port_security' 2026-06-11 07:26:41.590 8 INFO neutron.manager [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Loading Plugin: qos 2026-06-11 07:26:41.603 8 INFO neutron.manager [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Loading Plugin: router 2026-06-11 07:26:41.643 8 INFO neutron.services.service_base [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-06-11 07:26:41.643 8 INFO neutron.manager [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Loading Plugin: segments 2026-06-11 07:26:41.733 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-e3e52f20-2111-43b1-be0f-79cffc580589 - - - - - -] VlanTypeDriver initialization complete 2026-06-11 07:26:41.733 7 INFO neutron.plugins.ml2.managers [None req-e3e52f20-2111-43b1-be0f-79cffc580589 - - - - - -] Initializing driver for type 'vxlan' 2026-06-11 07:26:41.733 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-e3e52f20-2111-43b1-be0f-79cffc580589 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-06-11 07:26:41.746 7 INFO neutron.plugins.ml2.managers [None req-e3e52f20-2111-43b1-be0f-79cffc580589 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-06-11 07:26:41.746 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-e3e52f20-2111-43b1-be0f-79cffc580589 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-06-11 07:26:41.746 7 INFO neutron.plugins.ml2.managers [None req-e3e52f20-2111-43b1-be0f-79cffc580589 - - - - - -] Initializing extension driver 'port_security' 2026-06-11 07:26:41.747 7 INFO neutron.plugins.ml2.extensions.port_security [None req-e3e52f20-2111-43b1-be0f-79cffc580589 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-06-11 07:26:41.747 7 INFO neutron.plugins.ml2.managers [None req-e3e52f20-2111-43b1-be0f-79cffc580589 - - - - - -] Initializing extension driver 'qos' 2026-06-11 07:26:41.747 7 INFO neutron.plugins.ml2.managers [None req-e3e52f20-2111-43b1-be0f-79cffc580589 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-06-11 07:26:41.747 7 INFO neutron.plugins.ml2.managers [None req-e3e52f20-2111-43b1-be0f-79cffc580589 - - - - - -] Initializing mechanism driver 'l2population' 2026-06-11 07:26:41.749 8 INFO neutron.manager [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Loading Plugin: trunk 2026-06-11 07:26:41.758 7 INFO neutron.quota [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Loaded quota_driver: . 2026-06-11 07:26:41.759 7 INFO neutron.plugins.ml2.plugin [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Modular L2 Plugin initialization complete 2026-06-11 07:26:41.759 7 INFO neutron.plugins.ml2.managers [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-06-11 07:26:41.759 7 INFO neutron.plugins.ml2.managers [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-06-11 07:26:41.759 7 INFO neutron.plugins.ml2.managers [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Got port-security extension from driver 'port_security' 2026-06-11 07:26:41.759 7 INFO neutron.manager [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Loading Plugin: qos 2026-06-11 07:26:41.765 8 INFO neutron.manager [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Loading Plugin: vpnaas 2026-06-11 07:26:41.772 7 INFO neutron.manager [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Loading Plugin: router 2026-06-11 07:26:41.806 8 WARNING stevedore.named [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-11 07:26:41.814 7 INFO neutron.services.service_base [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-06-11 07:26:41.815 7 INFO neutron.manager [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Loading Plugin: segments 2026-06-11 07:26:41.866 8 INFO neutron_vpnaas.services.vpn.plugin [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-06-11 07:26:41.867 8 INFO neutron.common.utils [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-06-11 07:26:41.867 8 INFO neutron.manager [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Loading Plugin: taas 2026-06-11 07:26:41.893 8 WARNING stevedore.named [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-11 07:26:41.910 7 INFO neutron.manager [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Loading Plugin: trunk 2026-06-11 07:26:41.915 8 INFO neutron_taas.services.taas.taas_plugin [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-06-11 07:26:41.915 8 INFO neutron.manager [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Loading Plugin: tapmirror 2026-06-11 07:26:41.925 7 INFO neutron.manager [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Loading Plugin: vpnaas 2026-06-11 07:26:41.928 8 WARNING stevedore.named [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-11 07:26:41.945 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-06-11 07:26:41.945 8 INFO neutron.manager [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Loading Plugin: auto_allocate 2026-06-11 07:26:41.953 8 INFO neutron.manager [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Loading Plugin: tag 2026-06-11 07:26:41.960 8 INFO neutron.manager [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Loading Plugin: timestamp 2026-06-11 07:26:41.962 7 WARNING stevedore.named [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-11 07:26:41.964 8 INFO neutron.manager [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Loading Plugin: network_ip_availability 2026-06-11 07:26:41.967 8 INFO neutron.manager [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Loading Plugin: flavors 2026-06-11 07:26:41.971 8 INFO neutron.manager [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Loading Plugin: revisions 2026-06-11 07:26:41.974 8 INFO neutron.api.extensions [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Initializing extension manager. 2026-06-11 07:26:41.976 8 INFO neutron.api.extensions [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Loaded extension: address-group 2026-06-11 07:26:41.977 8 INFO neutron.api.extensions [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Loaded extension: address-scope 2026-06-11 07:26:41.977 8 INFO neutron.api.extensions [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-06-11 07:26:41.981 8 INFO neutron.api.extensions [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Loaded extension: agent 2026-06-11 07:26:41.982 8 INFO neutron.api.extensions [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Loaded extension: agent-resources-synced 2026-06-11 07:26:41.985 8 INFO neutron.api.extensions [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Loaded extension: allowed-address-pairs 2026-06-11 07:26:41.988 8 INFO neutron.api.extensions [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Loaded extension: auto-allocated-topology 2026-06-11 07:26:41.990 8 INFO neutron.api.extensions [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Loaded extension: availability_zone 2026-06-11 07:26:41.990 8 INFO neutron.api.extensions [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Loaded extension: availability_zone_filter 2026-06-11 07:26:41.991 8 INFO neutron.api.extensions [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-06-11 07:26:41.991 8 INFO neutron.api.extensions [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Loaded extension: default-subnetpools 2026-06-11 07:26:41.994 8 INFO neutron.api.extensions [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-06-11 07:26:41.995 8 INFO neutron.api.extensions [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Loaded extension: dns-integration 2026-06-11 07:26:41.996 8 INFO neutron.api.extensions [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Loaded extension: dns-domain-ports 2026-06-11 07:26:41.997 8 INFO neutron.api.extensions [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-06-11 07:26:41.997 8 INFO neutron.api.extensions [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Loaded extension: dvr 2026-06-11 07:26:41.998 8 INFO neutron.api.extensions [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-06-11 07:26:41.999 8 INFO neutron.api.extensions [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Loaded extension: empty-string-filtering 2026-06-11 07:26:41.999 8 INFO neutron.api.extensions [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-06-11 07:26:42.000 8 INFO neutron.api.extensions [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-06-11 07:26:42.001 8 INFO neutron.api.extensions [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Loaded extension: external-net 2026-06-11 07:26:42.001 8 INFO neutron.api.extensions [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Loaded extension: extra_dhcp_opt 2026-06-11 07:26:42.002 8 INFO neutron.api.extensions [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Loaded extension: extraroute 2026-06-11 07:26:42.002 8 INFO neutron.api.extensions [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Loaded extension: extraroute-atomic 2026-06-11 07:26:42.003 8 INFO neutron.api.extensions [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-06-11 07:26:42.004 8 INFO neutron.api.extensions [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-06-11 07:26:42.004 8 INFO neutron.api.extensions [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-06-11 07:26:42.005 8 INFO neutron.api.extensions [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-06-11 07:26:42.005 8 INFO neutron.api.extensions [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Loaded extension: fip-port-details 2026-06-11 07:26:42.006 8 INFO neutron.api.extensions [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Loaded extension: flavors 2026-06-11 07:26:42.007 8 INFO neutron.api.extensions [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-06-11 07:26:42.008 8 INFO neutron.api.extensions [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Loaded extension: floatingip-pools 2026-06-11 07:26:42.009 8 INFO neutron.api.extensions [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Loaded extension: ip_allocation 2026-06-11 07:26:42.009 8 INFO neutron.api.extensions [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Loaded extension: ip-substring-filtering 2026-06-11 07:26:42.010 8 INFO neutron.api.extensions [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Loaded extension: l2_adjacency 2026-06-11 07:26:42.011 8 INFO neutron.api.extensions [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Loaded extension: router 2026-06-11 07:26:42.013 8 INFO neutron.api.extensions [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-06-11 07:26:42.013 8 INFO neutron.api.extensions [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-06-11 07:26:42.014 8 INFO neutron.api.extensions [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-06-11 07:26:42.014 8 INFO neutron.api.extensions [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Loaded extension: ext-gw-mode 2026-06-11 07:26:42.015 8 INFO neutron.api.extensions [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Loaded extension: l3-ha 2026-06-11 07:26:42.015 8 INFO neutron.api.extensions [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-06-11 07:26:42.016 8 INFO neutron.api.extensions [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-06-11 07:26:42.016 8 INFO neutron.api.extensions [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Loaded extension: l3-flavors 2026-06-11 07:26:42.017 8 INFO neutron.api.extensions [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-06-11 07:26:42.018 8 INFO neutron.api.extensions [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-06-11 07:26:42.020 8 INFO neutron.api.extensions [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Loaded extension: l3_agent_scheduler 2026-06-11 07:26:42.021 8 INFO neutron.api.extensions [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-06-11 07:26:42.023 8 INFO neutron.api.extensions [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Extension logging not supported by any of loaded plugins 2026-06-11 07:26:42.024 8 INFO neutron.api.extensions [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Extension metering not supported by any of loaded plugins 2026-06-11 07:26:42.025 8 INFO neutron.api.extensions [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-06-11 07:26:42.025 8 INFO neutron.api.extensions [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Loaded extension: multi-provider 2026-06-11 07:26:42.026 8 INFO neutron.api.extensions [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Loaded extension: net-mtu 2026-06-11 07:26:42.027 8 INFO neutron.api.extensions [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Loaded extension: net-mtu-writable 2026-06-11 07:26:42.028 8 INFO neutron.api.extensions [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Loaded extension: network_availability_zone 2026-06-11 07:26:42.028 8 INFO neutron.api.extensions [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Loaded extension: network_ha 2026-06-11 07:26:42.029 8 INFO neutron.api.extensions [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Loaded extension: network-ip-availability 2026-06-11 07:26:42.030 8 INFO neutron.api.extensions [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-06-11 07:26:42.030 8 INFO neutron.api.extensions [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Loaded extension: pagination 2026-06-11 07:26:42.030 7 INFO neutron_vpnaas.services.vpn.plugin [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-06-11 07:26:42.031 8 INFO neutron.api.extensions [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Loaded extension: port-device-profile 2026-06-11 07:26:42.031 7 INFO neutron.common.utils [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-06-11 07:26:42.031 8 INFO neutron.api.extensions [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-06-11 07:26:42.031 7 INFO neutron.manager [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Loading Plugin: taas 2026-06-11 07:26:42.032 8 INFO neutron.api.extensions [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-06-11 07:26:42.032 8 INFO neutron.api.extensions [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-06-11 07:26:42.033 8 INFO neutron.api.extensions [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Loaded extension: port-mac-override 2026-06-11 07:26:42.033 8 INFO neutron.api.extensions [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-06-11 07:26:42.034 8 INFO neutron.api.extensions [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-06-11 07:26:42.034 8 INFO neutron.api.extensions [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-06-11 07:26:42.035 8 INFO neutron.api.extensions [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Loaded extension: port-resource-request 2026-06-11 07:26:42.035 8 INFO neutron.api.extensions [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Loaded extension: port-resource-request-groups 2026-06-11 07:26:42.036 8 INFO neutron.api.extensions [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-06-11 07:26:42.036 8 INFO neutron.api.extensions [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Loaded extension: binding 2026-06-11 07:26:42.037 8 INFO neutron.api.extensions [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Loaded extension: binding-extended 2026-06-11 07:26:42.038 8 INFO neutron.api.extensions [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Loaded extension: port-security 2026-06-11 07:26:42.038 8 INFO neutron.api.extensions [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Loaded extension: project-id 2026-06-11 07:26:42.039 8 INFO neutron.api.extensions [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Loaded extension: provider 2026-06-11 07:26:42.041 8 INFO neutron.api.extensions [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-06-11 07:26:42.043 8 INFO neutron.api.extensions [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Loaded extension: qos 2026-06-11 07:26:42.044 8 INFO neutron.api.extensions [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-06-11 07:26:42.044 8 INFO neutron.api.extensions [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-06-11 07:26:42.045 8 INFO neutron.api.extensions [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Loaded extension: qos-default 2026-06-11 07:26:42.045 8 INFO neutron.api.extensions [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Loaded extension: qos-fip 2026-06-11 07:26:42.046 8 INFO neutron.api.extensions [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-06-11 07:26:42.046 8 INFO neutron.api.extensions [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Loaded extension: qos-gateway-ip 2026-06-11 07:26:42.047 8 INFO neutron.api.extensions [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Loaded extension: qos-port-network-policy 2026-06-11 07:26:42.048 8 INFO neutron.api.extensions [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Loaded extension: qos-pps-minimum 2026-06-11 07:26:42.048 8 INFO neutron.api.extensions [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-06-11 07:26:42.049 8 INFO neutron.api.extensions [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Loaded extension: qos-pps 2026-06-11 07:26:42.050 8 INFO neutron.api.extensions [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Loaded extension: qos-rule-type-details 2026-06-11 07:26:42.050 8 INFO neutron.api.extensions [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Loaded extension: qos-rule-type-filter 2026-06-11 07:26:42.051 8 INFO neutron.api.extensions [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Loaded extension: qos-rules-alias 2026-06-11 07:26:42.051 8 INFO neutron.api.extensions [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Loaded extension: quota-check-limit 2026-06-11 07:26:42.052 8 INFO neutron.api.extensions [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Loaded extension: quota-check-limit-default 2026-06-11 07:26:42.054 8 INFO neutron.api.extensions [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Loaded extension: quotas 2026-06-11 07:26:42.055 8 INFO neutron.api.extensions [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Loaded extension: quota_details 2026-06-11 07:26:42.057 8 INFO neutron.api.extensions [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Loaded extension: rbac-policies 2026-06-11 07:26:42.057 7 WARNING stevedore.named [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-11 07:26:42.058 8 INFO neutron.api.extensions [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Loaded extension: rbac-address-group 2026-06-11 07:26:42.058 8 INFO neutron.api.extensions [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Loaded extension: rbac-address-scope 2026-06-11 07:26:42.059 8 INFO neutron.api.extensions [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Loaded extension: rbac-security-groups 2026-06-11 07:26:42.060 8 INFO neutron.api.extensions [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Loaded extension: rbac-subnetpool 2026-06-11 07:26:42.060 8 INFO neutron.api.extensions [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Loaded extension: revision-if-match 2026-06-11 07:26:42.061 8 INFO neutron.api.extensions [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Loaded extension: standard-attr-revisions 2026-06-11 07:26:42.062 8 INFO neutron.api.extensions [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Loaded extension: router_availability_zone 2026-06-11 07:26:42.062 8 INFO neutron.api.extensions [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-06-11 07:26:42.064 8 INFO neutron.api.extensions [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Loaded extension: security-groups-default-rules 2026-06-11 07:26:42.065 8 INFO neutron.api.extensions [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-06-11 07:26:42.065 8 INFO neutron.api.extensions [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Loaded extension: port-security-groups-filtering 2026-06-11 07:26:42.066 8 INFO neutron.api.extensions [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-06-11 07:26:42.067 8 INFO neutron.api.extensions [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-06-11 07:26:42.067 8 INFO neutron.api.extensions [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-06-11 07:26:42.072 8 INFO neutron.api.extensions [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Loaded extension: security-group 2026-06-11 07:26:42.073 8 INFO neutron.api.extensions [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Loaded extension: segment 2026-06-11 07:26:42.074 8 INFO neutron.api.extensions [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-06-11 07:26:42.075 8 INFO neutron.api.extensions [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Loaded extension: service-type 2026-06-11 07:26:42.075 8 INFO neutron.api.extensions [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Loaded extension: sorting 2026-06-11 07:26:42.076 8 INFO neutron.api.extensions [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Loaded extension: standard-attr-segment 2026-06-11 07:26:42.076 8 INFO neutron.api.extensions [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Loaded extension: standard-attr-description 2026-06-11 07:26:42.076 7 INFO neutron_taas.services.taas.taas_plugin [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-06-11 07:26:42.077 7 INFO neutron.manager [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Loading Plugin: tapmirror 2026-06-11 07:26:42.077 8 INFO neutron.api.extensions [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Loaded extension: stateful-security-group 2026-06-11 07:26:42.078 8 WARNING neutron.api.extensions [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-06-11 07:26:42.078 8 INFO neutron.api.extensions [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-06-11 07:26:42.079 8 INFO neutron.api.extensions [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Loaded extension: subnet-external-network 2026-06-11 07:26:42.079 8 INFO neutron.api.extensions [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Loaded extension: subnet_onboard 2026-06-11 07:26:42.080 8 INFO neutron.api.extensions [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-06-11 07:26:42.081 8 INFO neutron.api.extensions [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Loaded extension: subnet-service-types 2026-06-11 07:26:42.081 8 INFO neutron.api.extensions [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Loaded extension: subnet_allocation 2026-06-11 07:26:42.082 8 INFO neutron.api.extensions [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-06-11 07:26:42.083 8 INFO neutron.api.extensions [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Loaded extension: tag-creation 2026-06-11 07:26:42.083 8 INFO neutron.api.extensions [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-06-11 07:26:42.087 8 INFO neutron.api.extensions [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Loaded extension: standard-attr-tag 2026-06-11 07:26:42.087 7 WARNING stevedore.named [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-11 07:26:42.088 8 INFO neutron.api.extensions [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Loaded extension: standard-attr-timestamp 2026-06-11 07:26:42.088 8 INFO neutron.api.extensions [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Loaded extension: trunk 2026-06-11 07:26:42.089 8 INFO neutron.api.extensions [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Loaded extension: trunk-details 2026-06-11 07:26:42.090 8 INFO neutron.api.extensions [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-06-11 07:26:42.090 8 INFO neutron.api.extensions [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-06-11 07:26:42.091 8 INFO neutron.api.extensions [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-06-11 07:26:42.092 8 INFO neutron.api.extensions [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Loaded extension: vpn-aes-ctr 2026-06-11 07:26:42.094 8 INFO neutron.api.extensions [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-06-11 07:26:42.095 8 INFO neutron.api.extensions [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-06-11 07:26:42.096 8 INFO neutron.api.extensions [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Loaded extension: vpn-flavors 2026-06-11 07:26:42.098 8 INFO neutron.api.extensions [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Loaded extension: vpnaas 2026-06-11 07:26:42.099 8 INFO neutron.api.extensions [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Loaded extension: taas 2026-06-11 07:26:42.100 8 INFO neutron.api.extensions [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Loaded extension: tap-mirror 2026-06-11 07:26:42.101 8 INFO neutron.api.extensions [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Loaded extension: taas-vlan-filter 2026-06-11 07:26:42.104 8 INFO neutron.quota.resource_registry [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Creating instance of TrackedResource for resource:network 2026-06-11 07:26:42.104 8 INFO neutron.quota.resource_registry [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-06-11 07:26:42.104 8 INFO neutron.quota.resource_registry [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-11 07:26:42.105 8 INFO neutron.quota.resource_registry [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Creating instance of TrackedResource for resource:port 2026-06-11 07:26:42.108 8 INFO neutron.quota.resource_registry [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-11 07:26:42.109 8 INFO neutron.quota.resource_registry [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-11 07:26:42.112 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-06-11 07:26:42.112 7 INFO neutron.manager [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Loading Plugin: auto_allocate 2026-06-11 07:26:42.114 8 INFO neutron.quota.resource_registry [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-11 07:26:42.114 8 INFO neutron.quota.resource_registry [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-11 07:26:42.115 8 INFO neutron.quota.resource_registry [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-11 07:26:42.116 8 INFO neutron.quota.resource_registry [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-11 07:26:42.116 8 WARNING neutron.quota.resource_registry [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] subnetpool is already registered 2026-06-11 07:26:42.117 8 INFO neutron.quota.resource_registry [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-11 07:26:42.117 8 WARNING neutron.quota.resource_registry [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] subnetpool is already registered 2026-06-11 07:26:42.118 8 INFO neutron.quota.resource_registry [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-11 07:26:42.118 8 INFO neutron.quota.resource_registry [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-11 07:26:42.119 8 INFO neutron.quota.resource_registry [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-11 07:26:42.119 8 INFO neutron.quota.resource_registry [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-11 07:26:42.120 7 INFO neutron.manager [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Loading Plugin: tag 2026-06-11 07:26:42.120 8 INFO neutron.quota.resource_registry [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-11 07:26:42.120 8 INFO neutron.quota.resource_registry [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-11 07:26:42.121 8 INFO neutron.quota.resource_registry [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-11 07:26:42.121 8 WARNING neutron.quota.resource_registry [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] ipsecpolicy is already registered 2026-06-11 07:26:42.122 8 INFO neutron.quota.resource_registry [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-11 07:26:42.122 8 WARNING neutron.quota.resource_registry [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] ikepolicy is already registered 2026-06-11 07:26:42.127 8 INFO neutron.quota.resource_registry [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-11 07:26:42.127 8 WARNING neutron.quota.resource_registry [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] router is already registered 2026-06-11 07:26:42.128 8 INFO neutron.quota.resource_registry [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-11 07:26:42.128 7 INFO neutron.manager [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Loading Plugin: timestamp 2026-06-11 07:26:42.128 8 WARNING neutron.quota.resource_registry [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] floatingip is already registered 2026-06-11 07:26:42.131 7 INFO neutron.manager [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Loading Plugin: network_ip_availability 2026-06-11 07:26:42.132 8 INFO neutron.quota.resource_registry [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-11 07:26:42.132 8 WARNING neutron.quota.resource_registry [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] rbac_policy is already registered 2026-06-11 07:26:42.134 7 INFO neutron.manager [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Loading Plugin: flavors 2026-06-11 07:26:42.138 7 INFO neutron.manager [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Loading Plugin: revisions 2026-06-11 07:26:42.137 8 INFO neutron.quota.resource_registry [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-11 07:26:42.138 8 WARNING neutron.quota.resource_registry [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] security_group is already registered 2026-06-11 07:26:42.139 8 INFO neutron.quota.resource_registry [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-11 07:26:42.140 8 WARNING neutron.quota.resource_registry [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] security_group_rule is already registered 2026-06-11 07:26:42.142 8 INFO neutron.quota.resource_registry [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-11 07:26:42.142 7 INFO neutron.api.extensions [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Initializing extension manager. 2026-06-11 07:26:42.142 8 WARNING neutron.quota.resource_registry [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] subnetpool is already registered 2026-06-11 07:26:42.143 8 INFO neutron.quota.resource_registry [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-11 07:26:42.143 7 INFO neutron.api.extensions [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Loaded extension: address-group 2026-06-11 07:26:42.143 8 WARNING neutron.quota.resource_registry [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] subnetpool is already registered 2026-06-11 07:26:42.144 7 INFO neutron.api.extensions [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Loaded extension: address-scope 2026-06-11 07:26:42.145 7 INFO neutron.api.extensions [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-06-11 07:26:42.145 8 INFO neutron.quota.resource_registry [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-11 07:26:42.145 8 WARNING neutron.quota.resource_registry [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] trunk is already registered 2026-06-11 07:26:42.145 8 INFO neutron.quota.resource_registry [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-11 07:26:42.146 8 WARNING neutron.quota.resource_registry [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] ikepolicy is already registered 2026-06-11 07:26:42.146 7 INFO neutron.api.extensions [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Loaded extension: agent 2026-06-11 07:26:42.146 8 INFO neutron.quota.resource_registry [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-11 07:26:42.146 8 WARNING neutron.quota.resource_registry [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] ipsecpolicy is already registered 2026-06-11 07:26:42.146 7 INFO neutron.api.extensions [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Loaded extension: agent-resources-synced 2026-06-11 07:26:42.146 8 INFO neutron.quota.resource_registry [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-11 07:26:42.147 8 WARNING neutron.quota.resource_registry [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] endpoint_group is already registered 2026-06-11 07:26:42.147 8 INFO neutron.quota.resource_registry [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-11 07:26:42.147 8 WARNING neutron.quota.resource_registry [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] vpnservice is already registered 2026-06-11 07:26:42.147 7 INFO neutron.api.extensions [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Loaded extension: allowed-address-pairs 2026-06-11 07:26:42.147 8 INFO neutron.quota.resource_registry [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-11 07:26:42.148 8 WARNING neutron.quota.resource_registry [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] ipsec_site_connection is already registered 2026-06-11 07:26:42.148 8 INFO neutron.quota.resource_registry [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-11 07:26:42.148 7 INFO neutron.api.extensions [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Loaded extension: auto-allocated-topology 2026-06-11 07:26:42.148 8 WARNING neutron.quota.resource_registry [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] ipsecpolicy is already registered 2026-06-11 07:26:42.148 8 INFO neutron.quota.resource_registry [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-11 07:26:42.149 8 WARNING neutron.quota.resource_registry [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] ikepolicy is already registered 2026-06-11 07:26:42.149 7 INFO neutron.api.extensions [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Loaded extension: availability_zone 2026-06-11 07:26:42.149 7 INFO neutron.api.extensions [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Loaded extension: availability_zone_filter 2026-06-11 07:26:42.150 7 INFO neutron.api.extensions [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-06-11 07:26:42.150 7 INFO neutron.api.extensions [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Loaded extension: default-subnetpools 2026-06-11 07:26:42.152 7 INFO neutron.api.extensions [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-06-11 07:26:42.152 7 INFO neutron.api.extensions [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Loaded extension: dns-integration 2026-06-11 07:26:42.153 7 INFO neutron.api.extensions [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Loaded extension: dns-domain-ports 2026-06-11 07:26:42.154 7 INFO neutron.api.extensions [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-06-11 07:26:42.156 7 INFO neutron.api.extensions [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Loaded extension: dvr 2026-06-11 07:26:42.156 7 INFO neutron.api.extensions [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-06-11 07:26:42.157 7 INFO neutron.api.extensions [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Loaded extension: empty-string-filtering 2026-06-11 07:26:42.159 7 INFO neutron.api.extensions [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-06-11 07:26:42.159 7 INFO neutron.api.extensions [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-06-11 07:26:42.160 7 INFO neutron.api.extensions [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Loaded extension: external-net 2026-06-11 07:26:42.160 7 INFO neutron.api.extensions [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Loaded extension: extra_dhcp_opt 2026-06-11 07:26:42.161 7 INFO neutron.api.extensions [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Loaded extension: extraroute 2026-06-11 07:26:42.161 7 INFO neutron.api.extensions [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Loaded extension: extraroute-atomic 2026-06-11 07:26:42.162 7 INFO neutron.api.extensions [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-06-11 07:26:42.163 7 INFO neutron.api.extensions [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-06-11 07:26:42.163 7 INFO neutron.api.extensions [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-06-11 07:26:42.164 7 INFO neutron.api.extensions [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-06-11 07:26:42.164 7 INFO neutron.api.extensions [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Loaded extension: fip-port-details 2026-06-11 07:26:42.165 7 INFO neutron.api.extensions [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Loaded extension: flavors 2026-06-11 07:26:42.166 7 INFO neutron.api.extensions [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-06-11 07:26:42.167 7 INFO neutron.api.extensions [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Loaded extension: floatingip-pools 2026-06-11 07:26:42.167 7 INFO neutron.api.extensions [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Loaded extension: ip_allocation 2026-06-11 07:26:42.168 7 INFO neutron.api.extensions [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Loaded extension: ip-substring-filtering 2026-06-11 07:26:42.168 7 INFO neutron.api.extensions [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Loaded extension: l2_adjacency 2026-06-11 07:26:42.170 7 INFO neutron.api.extensions [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Loaded extension: router 2026-06-11 07:26:42.171 7 INFO neutron.api.extensions [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-06-11 07:26:42.172 7 INFO neutron.api.extensions [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-06-11 07:26:42.173 7 INFO neutron.api.extensions [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-06-11 07:26:42.174 7 INFO neutron.api.extensions [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Loaded extension: ext-gw-mode 2026-06-11 07:26:42.175 7 INFO neutron.api.extensions [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Loaded extension: l3-ha 2026-06-11 07:26:42.175 7 INFO neutron.api.extensions [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-06-11 07:26:42.176 7 INFO neutron.api.extensions [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-06-11 07:26:42.176 7 INFO neutron.api.extensions [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Loaded extension: l3-flavors 2026-06-11 07:26:42.178 7 INFO neutron.api.extensions [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-06-11 07:26:42.178 7 INFO neutron.api.extensions [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-06-11 07:26:42.181 7 INFO neutron.api.extensions [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Loaded extension: l3_agent_scheduler 2026-06-11 07:26:42.182 7 INFO neutron.api.extensions [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-06-11 07:26:42.183 7 INFO neutron.api.extensions [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Extension logging not supported by any of loaded plugins 2026-06-11 07:26:42.184 7 INFO neutron.api.extensions [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Extension metering not supported by any of loaded plugins 2026-06-11 07:26:42.185 7 INFO neutron.api.extensions [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-06-11 07:26:42.186 7 INFO neutron.api.extensions [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Loaded extension: multi-provider 2026-06-11 07:26:42.187 8 WARNING keystonemiddleware._common.config [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-06-11 07:26:42.187 7 INFO neutron.api.extensions [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Loaded extension: net-mtu 2026-06-11 07:26:42.189 7 INFO neutron.api.extensions [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Loaded extension: net-mtu-writable 2026-06-11 07:26:42.190 7 INFO neutron.api.extensions [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Loaded extension: network_availability_zone 2026-06-11 07:26:42.192 7 INFO neutron.api.extensions [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Loaded extension: network_ha 2026-06-11 07:26:42.193 7 INFO neutron.api.extensions [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Loaded extension: network-ip-availability 2026-06-11 07:26:42.194 8 WARNING oslo_config.cfg [None req-ee94a12b-e35a-4405-b448-52e96b949ef0 - - - - - -] 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 0x7f76270e7668 pid: 8 (default app) 2026-06-11 07:26:42.196 7 INFO neutron.api.extensions [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-06-11 07:26:42.197 7 INFO neutron.api.extensions [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Loaded extension: pagination 2026-06-11 07:26:42.197 7 INFO neutron.api.extensions [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Loaded extension: port-device-profile 2026-06-11 07:26:42.198 7 INFO neutron.api.extensions [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-06-11 07:26:42.198 7 INFO neutron.api.extensions [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-06-11 07:26:42.199 7 INFO neutron.api.extensions [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-06-11 07:26:42.199 7 INFO neutron.api.extensions [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Loaded extension: port-mac-override 2026-06-11 07:26:42.200 7 INFO neutron.api.extensions [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-06-11 07:26:42.200 7 INFO neutron.api.extensions [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-06-11 07:26:42.201 7 INFO neutron.api.extensions [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-06-11 07:26:42.201 7 INFO neutron.api.extensions [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Loaded extension: port-resource-request 2026-06-11 07:26:42.202 7 INFO neutron.api.extensions [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Loaded extension: port-resource-request-groups 2026-06-11 07:26:42.202 7 INFO neutron.api.extensions [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-06-11 07:26:42.203 7 INFO neutron.api.extensions [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Loaded extension: binding 2026-06-11 07:26:42.204 7 INFO neutron.api.extensions [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Loaded extension: binding-extended 2026-06-11 07:26:42.204 7 INFO neutron.api.extensions [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Loaded extension: port-security 2026-06-11 07:26:42.205 7 INFO neutron.api.extensions [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Loaded extension: project-id 2026-06-11 07:26:42.205 7 INFO neutron.api.extensions [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Loaded extension: provider 2026-06-11 07:26:42.206 7 INFO neutron.api.extensions [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-06-11 07:26:42.210 7 INFO neutron.api.extensions [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Loaded extension: qos 2026-06-11 07:26:42.211 7 INFO neutron.api.extensions [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-06-11 07:26:42.211 7 INFO neutron.api.extensions [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-06-11 07:26:42.212 7 INFO neutron.api.extensions [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Loaded extension: qos-default 2026-06-11 07:26:42.212 7 INFO neutron.api.extensions [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Loaded extension: qos-fip 2026-06-11 07:26:42.212 7 INFO neutron.api.extensions [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-06-11 07:26:42.213 7 INFO neutron.api.extensions [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Loaded extension: qos-gateway-ip 2026-06-11 07:26:42.213 7 INFO neutron.api.extensions [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Loaded extension: qos-port-network-policy 2026-06-11 07:26:42.214 7 INFO neutron.api.extensions [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Loaded extension: qos-pps-minimum 2026-06-11 07:26:42.215 7 INFO neutron.api.extensions [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-06-11 07:26:42.215 7 INFO neutron.api.extensions [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Loaded extension: qos-pps 2026-06-11 07:26:42.216 7 INFO neutron.api.extensions [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Loaded extension: qos-rule-type-details 2026-06-11 07:26:42.216 7 INFO neutron.api.extensions [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Loaded extension: qos-rule-type-filter 2026-06-11 07:26:42.217 7 INFO neutron.api.extensions [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Loaded extension: qos-rules-alias 2026-06-11 07:26:42.217 7 INFO neutron.api.extensions [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Loaded extension: quota-check-limit 2026-06-11 07:26:42.218 7 INFO neutron.api.extensions [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Loaded extension: quota-check-limit-default 2026-06-11 07:26:42.221 7 INFO neutron.api.extensions [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Loaded extension: quotas 2026-06-11 07:26:42.222 7 INFO neutron.api.extensions [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Loaded extension: quota_details 2026-06-11 07:26:42.223 7 INFO neutron.api.extensions [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Loaded extension: rbac-policies 2026-06-11 07:26:42.224 7 INFO neutron.api.extensions [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Loaded extension: rbac-address-group 2026-06-11 07:26:42.224 7 INFO neutron.api.extensions [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Loaded extension: rbac-address-scope 2026-06-11 07:26:42.225 7 INFO neutron.api.extensions [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Loaded extension: rbac-security-groups 2026-06-11 07:26:42.225 7 INFO neutron.api.extensions [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Loaded extension: rbac-subnetpool 2026-06-11 07:26:42.226 7 INFO neutron.api.extensions [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Loaded extension: revision-if-match 2026-06-11 07:26:42.227 7 INFO neutron.api.extensions [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Loaded extension: standard-attr-revisions 2026-06-11 07:26:42.227 7 INFO neutron.api.extensions [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Loaded extension: router_availability_zone 2026-06-11 07:26:42.229 7 INFO neutron.api.extensions [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-06-11 07:26:42.230 7 INFO neutron.api.extensions [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Loaded extension: security-groups-default-rules 2026-06-11 07:26:42.231 7 INFO neutron.api.extensions [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-06-11 07:26:42.231 7 INFO neutron.api.extensions [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Loaded extension: port-security-groups-filtering 2026-06-11 07:26:42.232 7 INFO neutron.api.extensions [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-06-11 07:26:42.232 7 INFO neutron.api.extensions [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-06-11 07:26:42.233 7 INFO neutron.api.extensions [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-06-11 07:26:42.238 7 INFO neutron.api.extensions [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Loaded extension: security-group 2026-06-11 07:26:42.239 7 INFO neutron.api.extensions [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Loaded extension: segment 2026-06-11 07:26:42.239 7 INFO neutron.api.extensions [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-06-11 07:26:42.240 7 INFO neutron.api.extensions [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Loaded extension: service-type 2026-06-11 07:26:42.240 7 INFO neutron.api.extensions [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Loaded extension: sorting 2026-06-11 07:26:42.241 7 INFO neutron.api.extensions [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Loaded extension: standard-attr-segment 2026-06-11 07:26:42.241 7 INFO neutron.api.extensions [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Loaded extension: standard-attr-description 2026-06-11 07:26:42.242 7 INFO neutron.api.extensions [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Loaded extension: stateful-security-group 2026-06-11 07:26:42.242 7 WARNING neutron.api.extensions [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-06-11 07:26:42.243 7 INFO neutron.api.extensions [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-06-11 07:26:42.243 7 INFO neutron.api.extensions [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Loaded extension: subnet-external-network 2026-06-11 07:26:42.244 7 INFO neutron.api.extensions [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Loaded extension: subnet_onboard 2026-06-11 07:26:42.245 7 INFO neutron.api.extensions [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-06-11 07:26:42.246 7 INFO neutron.api.extensions [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Loaded extension: subnet-service-types 2026-06-11 07:26:42.246 7 INFO neutron.api.extensions [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Loaded extension: subnet_allocation 2026-06-11 07:26:42.247 7 INFO neutron.api.extensions [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-06-11 07:26:42.248 7 INFO neutron.api.extensions [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Loaded extension: tag-creation 2026-06-11 07:26:42.248 7 INFO neutron.api.extensions [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-06-11 07:26:42.252 7 INFO neutron.api.extensions [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Loaded extension: standard-attr-tag 2026-06-11 07:26:42.253 7 INFO neutron.api.extensions [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Loaded extension: standard-attr-timestamp 2026-06-11 07:26:42.254 7 INFO neutron.api.extensions [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Loaded extension: trunk 2026-06-11 07:26:42.254 7 INFO neutron.api.extensions [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Loaded extension: trunk-details 2026-06-11 07:26:42.255 7 INFO neutron.api.extensions [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-06-11 07:26:42.255 7 INFO neutron.api.extensions [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-06-11 07:26:42.256 7 INFO neutron.api.extensions [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-06-11 07:26:42.257 7 INFO neutron.api.extensions [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Loaded extension: vpn-aes-ctr 2026-06-11 07:26:42.259 7 INFO neutron.api.extensions [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-06-11 07:26:42.259 7 INFO neutron.api.extensions [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-06-11 07:26:42.260 7 INFO neutron.api.extensions [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Loaded extension: vpn-flavors 2026-06-11 07:26:42.262 7 INFO neutron.api.extensions [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Loaded extension: vpnaas 2026-06-11 07:26:42.263 7 INFO neutron.api.extensions [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Loaded extension: taas 2026-06-11 07:26:42.264 7 INFO neutron.api.extensions [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Loaded extension: tap-mirror 2026-06-11 07:26:42.265 7 INFO neutron.api.extensions [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Loaded extension: taas-vlan-filter 2026-06-11 07:26:42.267 7 INFO neutron.quota.resource_registry [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Creating instance of TrackedResource for resource:network 2026-06-11 07:26:42.268 7 INFO neutron.quota.resource_registry [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-06-11 07:26:42.268 7 INFO neutron.quota.resource_registry [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-11 07:26:42.268 7 INFO neutron.quota.resource_registry [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Creating instance of TrackedResource for resource:port 2026-06-11 07:26:42.271 7 INFO neutron.quota.resource_registry [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-11 07:26:42.271 7 INFO neutron.quota.resource_registry [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-11 07:26:42.277 7 INFO neutron.quota.resource_registry [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-11 07:26:42.278 7 INFO neutron.quota.resource_registry [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-11 07:26:42.278 7 INFO neutron.quota.resource_registry [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-11 07:26:42.279 7 INFO neutron.quota.resource_registry [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-11 07:26:42.279 7 WARNING neutron.quota.resource_registry [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] subnetpool is already registered 2026-06-11 07:26:42.279 7 INFO neutron.quota.resource_registry [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-11 07:26:42.280 7 WARNING neutron.quota.resource_registry [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] subnetpool is already registered 2026-06-11 07:26:42.280 7 INFO neutron.quota.resource_registry [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-11 07:26:42.280 7 INFO neutron.quota.resource_registry [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-11 07:26:42.281 7 INFO neutron.quota.resource_registry [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-11 07:26:42.281 7 INFO neutron.quota.resource_registry [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-11 07:26:42.282 7 INFO neutron.quota.resource_registry [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-11 07:26:42.282 7 INFO neutron.quota.resource_registry [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-11 07:26:42.282 7 INFO neutron.quota.resource_registry [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-11 07:26:42.282 7 WARNING neutron.quota.resource_registry [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] ipsecpolicy is already registered 2026-06-11 07:26:42.283 7 INFO neutron.quota.resource_registry [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-11 07:26:42.283 7 WARNING neutron.quota.resource_registry [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] ikepolicy is already registered 2026-06-11 07:26:42.287 7 INFO neutron.quota.resource_registry [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-11 07:26:42.288 7 WARNING neutron.quota.resource_registry [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] router is already registered 2026-06-11 07:26:42.288 7 INFO neutron.quota.resource_registry [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-11 07:26:42.288 7 WARNING neutron.quota.resource_registry [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] floatingip is already registered 2026-06-11 07:26:42.292 7 INFO neutron.quota.resource_registry [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-11 07:26:42.292 7 WARNING neutron.quota.resource_registry [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] rbac_policy is already registered 2026-06-11 07:26:42.292 7 INFO neutron.quota.resource_registry [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-11 07:26:42.293 7 WARNING neutron.quota.resource_registry [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] security_group is already registered 2026-06-11 07:26:42.293 7 INFO neutron.quota.resource_registry [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-11 07:26:42.293 7 WARNING neutron.quota.resource_registry [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] security_group_rule is already registered 2026-06-11 07:26:42.294 7 INFO neutron.quota.resource_registry [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-11 07:26:42.294 7 WARNING neutron.quota.resource_registry [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] subnetpool is already registered 2026-06-11 07:26:42.294 7 INFO neutron.quota.resource_registry [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-11 07:26:42.295 7 WARNING neutron.quota.resource_registry [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] subnetpool is already registered 2026-06-11 07:26:42.295 7 INFO neutron.quota.resource_registry [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-11 07:26:42.296 7 WARNING neutron.quota.resource_registry [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] trunk is already registered 2026-06-11 07:26:42.296 7 INFO neutron.quota.resource_registry [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-11 07:26:42.297 7 WARNING neutron.quota.resource_registry [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] ikepolicy is already registered 2026-06-11 07:26:42.297 7 INFO neutron.quota.resource_registry [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-11 07:26:42.297 7 WARNING neutron.quota.resource_registry [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] ipsecpolicy is already registered 2026-06-11 07:26:42.298 7 INFO neutron.quota.resource_registry [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-11 07:26:42.298 7 WARNING neutron.quota.resource_registry [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] endpoint_group is already registered 2026-06-11 07:26:42.298 7 INFO neutron.quota.resource_registry [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-11 07:26:42.298 7 WARNING neutron.quota.resource_registry [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] vpnservice is already registered 2026-06-11 07:26:42.298 7 INFO neutron.quota.resource_registry [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-11 07:26:42.299 7 WARNING neutron.quota.resource_registry [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] ipsec_site_connection is already registered 2026-06-11 07:26:42.299 7 INFO neutron.quota.resource_registry [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-11 07:26:42.299 7 WARNING neutron.quota.resource_registry [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] ipsecpolicy is already registered 2026-06-11 07:26:42.299 7 INFO neutron.quota.resource_registry [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-11 07:26:42.300 7 WARNING neutron.quota.resource_registry [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] ikepolicy is already registered 2026-06-11 07:26:42.339 7 WARNING keystonemiddleware._common.config [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-06-11 07:26:42.345 7 WARNING oslo_config.cfg [None req-fab5aac8-c844-43a0-a786-7f4752869ed0 - - - - - -] 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 0x7f76270e7668 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-11 07:26:46.816 8 INFO neutron.pecan_wsgi.hooks.translation [None req-32718cda-fdfc-4716-9e59-6d7b13c2a190 d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 3/3] 199.204.45.229 () {44 vars in 927 bytes} [Thu Jun 11 07:26:46 2026] GET /v2.0/networks/public => generated 108 bytes in 804 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.229 () {44 vars in 949 bytes} [Thu Jun 11 07:26:46 2026] GET /v2.0/networks?name=public => generated 15 bytes in 357 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-11 07:26:47.571 8 WARNING neutron.services.revisions.revision_plugin [None req-4b05015f-10ef-4010-8aca-3f6e1dd49330 d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] Could not find related network for resource to bump revision. 2026-06-11 07:26:47.593 8 INFO neutron.db.segments_db [None req-4b05015f-10ef-4010-8aca-3f6e1dd49330 d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] Added segment dd2a7a82-af7a-48c3-9ea1-a43b07b4ff68 of type flat for network cc0186ac-eac9-4227-989e-d5e6882c5170 2026-06-11 07:26:47.658 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4b05015f-10ef-4010-8aca-3f6e1dd49330 d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/5] 199.204.45.229 () {48 vars in 967 bytes} [Thu Jun 11 07:26:47 2026] POST /v2.0/networks => generated 124 bytes in 490 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-11 07:26:53.486 8 INFO neutron.pecan_wsgi.hooks.translation [None req-18154d1b-d197-418c-b6be-1786761bc7f8 d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/7] 199.204.45.229 () {44 vars in 927 bytes} [Thu Jun 11 07:26:53 2026] GET /v2.0/networks/public => generated 108 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3/8] 199.204.45.229 () {44 vars in 949 bytes} [Thu Jun 11 07:26:53 2026] GET /v2.0/networks?name=public => generated 15 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-11 07:26:53.569 8 WARNING neutron.services.revisions.revision_plugin [None req-6edcaf54-f665-4b38-ab49-08d0d25e233f d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] Could not find related network for resource to bump revision. 2026-06-11 07:26:53.590 8 INFO neutron.db.segments_db [None req-6edcaf54-f665-4b38-ab49-08d0d25e233f d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] Added segment 55c1bcfd-a891-4c65-969d-fb9dd0c783f3 of type flat for network 73d3ae49-467f-4148-b875-defbb37a503c 2026-06-11 07:26:53.618 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6edcaf54-f665-4b38-ab49-08d0d25e233f d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 6/9] 199.204.45.229 () {48 vars in 967 bytes} [Thu Jun 11 07:26:53 2026] POST /v2.0/networks => generated 124 bytes in 120 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-11 07:26:59.778 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6af43e91-4e96-456c-91f8-f7e7c78894a9 d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/10] 199.204.45.229 () {44 vars in 927 bytes} [Thu Jun 11 07:26:59 2026] GET /v2.0/networks/public => generated 108 bytes in 338 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.229 () {44 vars in 949 bytes} [Thu Jun 11 07:26:59 2026] GET /v2.0/networks?name=public => generated 15 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-11 07:27:00.013 7 WARNING neutron.services.revisions.revision_plugin [None req-6858c1bb-6a2c-41aa-8c4f-868e9a2203ec d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] Could not find related network for resource to bump revision. 2026-06-11 07:27:00.031 7 INFO neutron.db.segments_db [None req-6858c1bb-6a2c-41aa-8c4f-868e9a2203ec d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] Added segment f08153cf-1c00-4677-9708-f619bcc3d64e of type flat for network 7e367aa0-045b-4bd2-90b9-092fef50caf6 2026-06-11 07:27:00.077 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6858c1bb-6a2c-41aa-8c4f-868e9a2203ec d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 5/12] 199.204.45.229 () {48 vars in 967 bytes} [Thu Jun 11 07:26:59 2026] POST /v2.0/networks => generated 124 bytes in 276 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-11 07:27:05.897 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e70792e9-82cf-45aa-95f9-99b09b6a5e2b d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 6/14] 199.204.45.229 () {44 vars in 927 bytes} [Thu Jun 11 07:27:05 2026] GET /v2.0/networks/public => generated 108 bytes in 38 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.229 () {44 vars in 949 bytes} [Thu Jun 11 07:27:05 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-11 07:27:05.972 7 WARNING neutron.services.revisions.revision_plugin [None req-d132acc7-2044-403e-926d-3121c7d1f4e7 d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] Could not find related network for resource to bump revision. 2026-06-11 07:27:05.994 7 INFO neutron.db.segments_db [None req-d132acc7-2044-403e-926d-3121c7d1f4e7 d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] Added segment 53dd9007-5472-4a03-a6e0-cd57d3b0fd06 of type flat for network c878cb31-faa2-4744-b905-0a0127862ee1 2026-06-11 07:27:06.019 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d132acc7-2044-403e-926d-3121c7d1f4e7 d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 7/16] 199.204.45.229 () {48 vars in 967 bytes} [Thu Jun 11 07:27:05 2026] POST /v2.0/networks => generated 124 bytes in 106 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-11 07:27:11.902 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c7c4d055-8065-44c4-8f41-3a1ef77f5a3a d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 10/17] 199.204.45.229 () {44 vars in 927 bytes} [Thu Jun 11 07:27:11 2026] GET /v2.0/networks/public => generated 108 bytes in 50 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.229 () {44 vars in 949 bytes} [Thu Jun 11 07:27:11 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-11 07:27:11.974 8 WARNING neutron.services.revisions.revision_plugin [None req-3492128e-d77f-4bd0-a49f-ca3d7acd91af d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] Could not find related network for resource to bump revision. 2026-06-11 07:27:11.991 8 INFO neutron.db.segments_db [None req-3492128e-d77f-4bd0-a49f-ca3d7acd91af d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] Added segment 9f032d6b-1c5c-4225-b05c-a179669146ed of type flat for network 2142289d-5d07-453f-b8fd-39eb7d0fd227 2026-06-11 07:27:12.014 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3492128e-d77f-4bd0-a49f-ca3d7acd91af d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 11/19] 199.204.45.229 () {48 vars in 967 bytes} [Thu Jun 11 07:27:11 2026] POST /v2.0/networks => generated 124 bytes in 102 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-11 07:27:17.901 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a4a30760-226a-4400-985c-b73b51498328 d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 9/20] 199.204.45.229 () {44 vars in 927 bytes} [Thu Jun 11 07:27:17 2026] GET /v2.0/networks/public => generated 108 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 12/21] 199.204.45.229 () {44 vars in 949 bytes} [Thu Jun 11 07:27:17 2026] GET /v2.0/networks?name=public => generated 15 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-11 07:27:17.971 7 WARNING neutron.services.revisions.revision_plugin [None req-4b7eceff-eeb1-422e-a326-5a76704c6c85 d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] Could not find related network for resource to bump revision. 2026-06-11 07:27:17.991 7 INFO neutron.db.segments_db [None req-4b7eceff-eeb1-422e-a326-5a76704c6c85 d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] Added segment 901aaa75-30f6-4989-90c9-023e8670c991 of type flat for network 87fc9eda-f87c-4419-b02b-960f84d3a08a 2026-06-11 07:27:18.015 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4b7eceff-eeb1-422e-a326-5a76704c6c85 d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 10/22] 199.204.45.229 () {48 vars in 967 bytes} [Thu Jun 11 07:27:17 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-11 07:27:23.877 7 INFO neutron.pecan_wsgi.hooks.translation [None req-99063faa-3b07-4788-b350-aaa7450fc910 d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 11/24] 199.204.45.229 () {44 vars in 927 bytes} [Thu Jun 11 07:27:23 2026] GET /v2.0/networks/public => generated 108 bytes in 42 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.229 () {44 vars in 949 bytes} [Thu Jun 11 07:27:23 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-11 07:27:23.951 7 WARNING neutron.services.revisions.revision_plugin [None req-bbb9dd3e-385f-42a6-8daf-0662486649db d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] Could not find related network for resource to bump revision. 2026-06-11 07:27:23.964 7 INFO neutron.db.segments_db [None req-bbb9dd3e-385f-42a6-8daf-0662486649db d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] Added segment c813372d-3710-4cfb-bc28-8fbbdd19f63e of type flat for network 6271ef13-df5a-423b-a08b-eb07a1cd6870 [pid: 7|app: 0|req: 12/26] 199.204.45.229 () {48 vars in 967 bytes} [Thu Jun 11 07:27:23 2026] POST /v2.0/networks => generated 706 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-11 07:27:25.209 8 INFO neutron.pecan_wsgi.hooks.translation [None req-849ab0e7-f3f0-4051-be58-fee9d8e06001 d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 15/27] 199.204.45.229 () {44 vars in 927 bytes} [Thu Jun 11 07:27:25 2026] GET /v2.0/networks/public => generated 108 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 13/28] 199.204.45.229 () {44 vars in 949 bytes} [Thu Jun 11 07:27:25 2026] GET /v2.0/networks?name=public => generated 709 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 07:27:25.270 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f6f3ad03-854b-47b0-acee-648669946677 d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 16/29] 199.204.45.229 () {44 vars in 1034 bytes} [Thu Jun 11 07:27:25 2026] GET /v2.0/subnets/public-subnet?network_id=6271ef13-df5a-423b-a08b-eb07a1cd6870 => generated 113 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 14/30] 199.204.45.229 () {44 vars in 1057 bytes} [Thu Jun 11 07:27:25 2026] GET /v2.0/subnets?name=public-subnet&network_id=6271ef13-df5a-423b-a08b-eb07a1cd6870 => 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: 17/31] 199.204.45.229 () {48 vars in 965 bytes} [Thu Jun 11 07:27:25 2026] POST /v2.0/subnets => generated 664 bytes in 305 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-11 07:32:15.177 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7fd3c842-195a-4775-bbf5-ef024a255cfb d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 34/69] 199.204.45.229 () {44 vars in 937 bytes} [Thu Jun 11 07:32:15 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 115 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 36/70] 199.204.45.229 () {44 vars in 959 bytes} [Thu Jun 11 07:32:15 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-11 07:32:15.289 7 INFO neutron.db.segments_db [None req-05656356-ab06-4f49-9566-7f4f2ed3cf2b d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] Added segment f2acebd0-c7a2-4eb6-bc08-81c67d8ba282 of type vxlan for network 44565dec-d060-408d-b3e8-f5cc0bd69595 [pid: 7|app: 0|req: 35/71] 199.204.45.229 () {48 vars in 966 bytes} [Thu Jun 11 07:32:15 2026] POST /v2.0/networks => generated 707 bytes in 196 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-11 07:32:16.344 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9dfde6d1-d7d6-42b5-8a92-5b04e3c3ea50 d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 37/72] 199.204.45.229 () {44 vars in 937 bytes} [Thu Jun 11 07:32:16 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 56 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 36/73] 199.204.45.229 () {44 vars in 959 bytes} [Thu Jun 11 07:32:16 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 07:32:16.405 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8b24ba1c-881a-4891-baa7-4a1d054632d6 d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 38/74] 199.204.45.229 () {44 vars in 1036 bytes} [Thu Jun 11 07:32:16 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=44565dec-d060-408d-b3e8-f5cc0bd69595 => generated 114 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 37/75] 199.204.45.229 () {44 vars in 1059 bytes} [Thu Jun 11 07:32:16 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=44565dec-d060-408d-b3e8-f5cc0bd69595 => generated 14 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 39/76] 199.204.45.229 () {48 vars in 965 bytes} [Thu Jun 11 07:32:16 2026] POST /v2.0/subnets => generated 651 bytes in 183 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-11 07:32:17.770 7 INFO neutron.api.v2.resource [None req-b04333ea-47e4-49d1-adce-1c1ecc900062 d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 38/77] 199.204.45.229 () {44 vars in 971 bytes} [Thu Jun 11 07:32:17 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 65 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/78] 199.204.45.229 () {44 vars in 993 bytes} [Thu Jun 11 07:32:17 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: 39/79] 199.204.45.229 () {48 vars in 980 bytes} [Thu Jun 11 07:32:17 2026] POST /v2.0/security-groups => generated 1616 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/82] 199.204.45.229 () {44 vars in 1001 bytes} [Thu Jun 11 07:32:19 2026] GET /v2.0/security-groups/3c1e5d0c-5914-415d-b9df-2cd03997fb14 => generated 1616 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/83] 199.204.45.229 () {44 vars in 1001 bytes} [Thu Jun 11 07:32:19 2026] GET /v2.0/security-groups/3c1e5d0c-5914-415d-b9df-2cd03997fb14 => generated 1616 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/84] 199.204.45.229 () {44 vars in 1001 bytes} [Thu Jun 11 07:32:19 2026] GET /v2.0/security-groups/3c1e5d0c-5914-415d-b9df-2cd03997fb14 => generated 1616 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/85] 199.204.45.229 () {48 vars in 991 bytes} [Thu Jun 11 07:32:19 2026] POST /v2.0/security-group-rules => generated 601 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/86] 199.204.45.229 () {44 vars in 1001 bytes} [Thu Jun 11 07:32:20 2026] GET /v2.0/security-groups/3c1e5d0c-5914-415d-b9df-2cd03997fb14 => generated 2230 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/87] 199.204.45.229 () {44 vars in 1001 bytes} [Thu Jun 11 07:32:20 2026] GET /v2.0/security-groups/3c1e5d0c-5914-415d-b9df-2cd03997fb14 => generated 2230 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/88] 199.204.45.229 () {44 vars in 1001 bytes} [Thu Jun 11 07:32:20 2026] GET /v2.0/security-groups/3c1e5d0c-5914-415d-b9df-2cd03997fb14 => generated 2230 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/89] 199.204.45.229 () {48 vars in 991 bytes} [Thu Jun 11 07:32:20 2026] POST /v2.0/security-group-rules => generated 603 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/90] 199.204.45.229 () {44 vars in 1001 bytes} [Thu Jun 11 07:32:21 2026] GET /v2.0/security-groups/3c1e5d0c-5914-415d-b9df-2cd03997fb14 => generated 2846 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/91] 199.204.45.229 () {44 vars in 1001 bytes} [Thu Jun 11 07:32:21 2026] GET /v2.0/security-groups/3c1e5d0c-5914-415d-b9df-2cd03997fb14 => 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: 46/92] 199.204.45.229 () {44 vars in 1001 bytes} [Thu Jun 11 07:32:21 2026] GET /v2.0/security-groups/3c1e5d0c-5914-415d-b9df-2cd03997fb14 => 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: 47/93] 199.204.45.229 () {48 vars in 991 bytes} [Thu Jun 11 07:32:21 2026] POST /v2.0/security-group-rules => generated 603 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/94] 199.204.45.229 () {44 vars in 1001 bytes} [Thu Jun 11 07:32:22 2026] GET /v2.0/security-groups/3c1e5d0c-5914-415d-b9df-2cd03997fb14 => generated 3462 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/95] 199.204.45.229 () {44 vars in 1001 bytes} [Thu Jun 11 07:32:22 2026] GET /v2.0/security-groups/3c1e5d0c-5914-415d-b9df-2cd03997fb14 => generated 3462 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/96] 199.204.45.229 () {44 vars in 1001 bytes} [Thu Jun 11 07:32:22 2026] GET /v2.0/security-groups/3c1e5d0c-5914-415d-b9df-2cd03997fb14 => generated 3462 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/97] 199.204.45.229 () {48 vars in 991 bytes} [Thu Jun 11 07:32:22 2026] POST /v2.0/security-group-rules => generated 603 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 49/98] 199.204.45.229 () {44 vars in 1001 bytes} [Thu Jun 11 07:32:23 2026] GET /v2.0/security-groups/3c1e5d0c-5914-415d-b9df-2cd03997fb14 => generated 4078 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 50/99] 199.204.45.229 () {44 vars in 1001 bytes} [Thu Jun 11 07:32:23 2026] GET /v2.0/security-groups/3c1e5d0c-5914-415d-b9df-2cd03997fb14 => generated 4078 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 50/100] 199.204.45.229 () {44 vars in 1001 bytes} [Thu Jun 11 07:32:23 2026] GET /v2.0/security-groups/3c1e5d0c-5914-415d-b9df-2cd03997fb14 => generated 4078 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 51/101] 199.204.45.229 () {48 vars in 991 bytes} [Thu Jun 11 07:32:23 2026] POST /v2.0/security-group-rules => generated 603 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 51/102] 199.204.45.229 () {44 vars in 987 bytes} [Thu Jun 11 07:32:24 2026] GET /v2.0/networks/44565dec-d060-408d-b3e8-f5cc0bd69595 => generated 732 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 07:32:25.025 8 INFO neutron.pecan_wsgi.hooks.translation [None req-aac32901-1828-43cd-88f0-170901631ee2 d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 52/103] 199.204.45.229 () {44 vars in 1076 bytes} [Thu Jun 11 07:32:24 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=44565dec-d060-408d-b3e8-f5cc0bd69595 => generated 132 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 52/104] 199.204.45.229 () {44 vars in 1099 bytes} [Thu Jun 11 07:32:25 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=44565dec-d060-408d-b3e8-f5cc0bd69595 => generated 12 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 53/105] 199.204.45.229 () {44 vars in 1001 bytes} [Thu Jun 11 07:32:25 2026] GET /v2.0/security-groups/3c1e5d0c-5914-415d-b9df-2cd03997fb14 => generated 4694 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 53/106] 199.204.45.229 () {48 vars in 961 bytes} [Thu Jun 11 07:32:25 2026] POST /v2.0/ports => generated 1100 bytes in 609 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-11 07:32:33.256 8 INFO neutron.pecan_wsgi.hooks.translation [None req-21266ad9-c18f-41ef-8a5a-1d3a492aec7e d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 54/107] 199.204.45.229 () {44 vars in 979 bytes} [Thu Jun 11 07:32:33 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) /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: 54/108] 199.204.45.229 () {44 vars in 1001 bytes} [Thu Jun 11 07:32:33 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1103 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 55/111] 199.204.45.229 () {48 vars in 1031 bytes} [Thu Jun 11 07:32:33 2026] PUT /v2.0/ports/3f5c2ee7-c8b1-4d67-9fda-021da8e2d285 => generated 1249 bytes in 790 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 57/112] 199.204.45.229 () {44 vars in 920 bytes} [Thu Jun 11 07:32:35 2026] GET /v2.0/ports => generated 3730 bytes in 98 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-11 07:32:36.831 8 INFO neutron.api.v2.resource [None req-74ef5dc9-d7bb-4866-8e7f-22fbe996c868 d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 56/113] 199.204.45.229 () {44 vars in 959 bytes} [Thu Jun 11 07:32:36 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 58/114] 199.204.45.229 () {44 vars in 981 bytes} [Thu Jun 11 07:32:36 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 57/115] 199.204.45.229 () {48 vars in 980 bytes} [Thu Jun 11 07:32:36 2026] POST /v2.0/security-groups => generated 1610 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 59/116] 199.204.45.229 () {44 vars in 1001 bytes} [Thu Jun 11 07:32:37 2026] GET /v2.0/security-groups/c3d6c5ed-cd30-4425-9b8e-3d8a45536501 => generated 1610 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 58/117] 199.204.45.229 () {44 vars in 1001 bytes} [Thu Jun 11 07:32:37 2026] GET /v2.0/security-groups/c3d6c5ed-cd30-4425-9b8e-3d8a45536501 => generated 1610 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 60/118] 199.204.45.229 () {44 vars in 1001 bytes} [Thu Jun 11 07:32:38 2026] GET /v2.0/security-groups/c3d6c5ed-cd30-4425-9b8e-3d8a45536501 => 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/119] 199.204.45.229 () {48 vars in 991 bytes} [Thu Jun 11 07:32:38 2026] POST /v2.0/security-group-rules => generated 623 bytes in 94 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 61/120] 199.204.45.229 () {44 vars in 1001 bytes} [Thu Jun 11 07:32:39 2026] GET /v2.0/security-groups/c3d6c5ed-cd30-4425-9b8e-3d8a45536501 => generated 2246 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 60/121] 199.204.45.229 () {44 vars in 1001 bytes} [Thu Jun 11 07:32:39 2026] GET /v2.0/security-groups/c3d6c5ed-cd30-4425-9b8e-3d8a45536501 => generated 2246 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 62/122] 199.204.45.229 () {44 vars in 1001 bytes} [Thu Jun 11 07:32:39 2026] GET /v2.0/security-groups/c3d6c5ed-cd30-4425-9b8e-3d8a45536501 => generated 2246 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 61/123] 199.204.45.229 () {48 vars in 991 bytes} [Thu Jun 11 07:32:39 2026] POST /v2.0/security-group-rules => generated 627 bytes in 92 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 66/132] 199.204.45.229 () {44 vars in 975 bytes} [Thu Jun 11 07:33:39 2026] GET /v2.0/quotas/383bf5ee5afc4a6098fb7c6746918ba8 => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 67/133] 199.204.45.229 () {48 vars in 1027 bytes} [Thu Jun 11 07:33:40 2026] PUT /v2.0/quotas/383bf5ee5afc4a6098fb7c6746918ba8 => generated 291 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-11 07:36:00.873 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0a0552eb-8659-4cc3-8d9e-c50af82ef656 d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 77/152] 199.204.45.229 () {30 vars in 741 bytes} [Thu Jun 11 07:36:00 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 163 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 76/153] 199.204.45.229 () {30 vars in 763 bytes} [Thu Jun 11 07:36:00 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-11 07:36:02.853 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2d04e98c-f9d1-487a-ae03-26665e27eb95 d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 78/154] 199.204.45.229 () {30 vars in 741 bytes} [Thu Jun 11 07:36:02 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 77/155] 199.204.45.229 () {30 vars in 763 bytes} [Thu Jun 11 07:36:02 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-11 07:42:04.467 7 INFO neutron.api.v2.resource [None req-cd5f4294-7396-46f2-be55-32872702fcc5 d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 104/206] 199.204.45.229 () {44 vars in 1074 bytes} [Thu Jun 11 07:42:04 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=1886483c750b46138721279fbe6edb28 => generated 139 bytes in 125 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 103/207] 199.204.45.229 () {44 vars in 1097 bytes} [Thu Jun 11 07:42:04 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=1886483c750b46138721279fbe6edb28 => generated 23 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 105/208] 199.204.45.229 () {48 vars in 981 bytes} [Thu Jun 11 07:42:04 2026] POST /v2.0/security-groups => generated 1624 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 104/209] 199.204.45.229 () {44 vars in 1088 bytes} [Thu Jun 11 07:42:05 2026] GET /v2.0/security-groups/3fdae324-544f-49af-94bf-ca527c232487?project_id=1886483c750b46138721279fbe6edb28 => generated 1624 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 106/210] 199.204.45.229 () {44 vars in 1001 bytes} [Thu Jun 11 07:42:05 2026] GET /v2.0/security-groups/3fdae324-544f-49af-94bf-ca527c232487 => generated 1624 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 105/211] 199.204.45.229 () {44 vars in 1088 bytes} [Thu Jun 11 07:42:05 2026] GET /v2.0/security-groups/3fdae324-544f-49af-94bf-ca527c232487?project_id=1886483c750b46138721279fbe6edb28 => generated 1624 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 107/212] 199.204.45.229 () {48 vars in 991 bytes} [Thu Jun 11 07:42:05 2026] POST /v2.0/security-group-rules => generated 597 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 106/213] 199.204.45.229 () {44 vars in 1088 bytes} [Thu Jun 11 07:42:06 2026] GET /v2.0/security-groups/3fdae324-544f-49af-94bf-ca527c232487?project_id=1886483c750b46138721279fbe6edb28 => generated 2234 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 108/214] 199.204.45.229 () {44 vars in 1001 bytes} [Thu Jun 11 07:42:06 2026] GET /v2.0/security-groups/3fdae324-544f-49af-94bf-ca527c232487 => generated 2234 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 107/215] 199.204.45.229 () {44 vars in 1088 bytes} [Thu Jun 11 07:42:07 2026] GET /v2.0/security-groups/3fdae324-544f-49af-94bf-ca527c232487?project_id=1886483c750b46138721279fbe6edb28 => generated 2234 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 109/216] 199.204.45.229 () {48 vars in 991 bytes} [Thu Jun 11 07:42:07 2026] POST /v2.0/security-group-rules => generated 599 bytes in 92 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 108/217] 199.204.45.229 () {44 vars in 1088 bytes} [Thu Jun 11 07:42:08 2026] GET /v2.0/security-groups/3fdae324-544f-49af-94bf-ca527c232487?project_id=1886483c750b46138721279fbe6edb28 => 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: 110/218] 199.204.45.229 () {44 vars in 1001 bytes} [Thu Jun 11 07:42:08 2026] GET /v2.0/security-groups/3fdae324-544f-49af-94bf-ca527c232487 => generated 2846 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 109/219] 199.204.45.229 () {44 vars in 1088 bytes} [Thu Jun 11 07:42:08 2026] GET /v2.0/security-groups/3fdae324-544f-49af-94bf-ca527c232487?project_id=1886483c750b46138721279fbe6edb28 => generated 2846 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 111/220] 199.204.45.229 () {48 vars in 991 bytes} [Thu Jun 11 07:42:08 2026] POST /v2.0/security-group-rules => generated 601 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 110/221] 199.204.45.229 () {44 vars in 1088 bytes} [Thu Jun 11 07:42:09 2026] GET /v2.0/security-groups/3fdae324-544f-49af-94bf-ca527c232487?project_id=1886483c750b46138721279fbe6edb28 => generated 3460 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 112/222] 199.204.45.229 () {44 vars in 1001 bytes} [Thu Jun 11 07:42:09 2026] GET /v2.0/security-groups/3fdae324-544f-49af-94bf-ca527c232487 => generated 3460 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 111/223] 199.204.45.229 () {44 vars in 1088 bytes} [Thu Jun 11 07:42:09 2026] GET /v2.0/security-groups/3fdae324-544f-49af-94bf-ca527c232487?project_id=1886483c750b46138721279fbe6edb28 => 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: 113/224] 199.204.45.229 () {48 vars in 991 bytes} [Thu Jun 11 07:42:09 2026] POST /v2.0/security-group-rules => generated 602 bytes in 91 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 123/243] 199.204.45.229 () {30 vars in 740 bytes} [Thu Jun 11 07:44:23 2026] GET /v2.0/networks?tenant_id=1886483c750b46138721279fbe6edb28&shared=False => generated 15 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-11 07:44:23.345 8 INFO neutron.db.segments_db [None req-03680fbd-eff0-49f6-934e-f23b5cc84a93 7bb4dc738e73455da0ac38c0844b019f 1886483c750b46138721279fbe6edb28 - - b0ce9fa6beea4a22995e6e9c4cc0fa0f b0ce9fa6beea4a22995e6e9c4cc0fa0f] Added segment e1792d6b-90ae-4125-8667-e8ca7ffa4eaa of type vxlan for network a6910ed6-83f9-4d5b-8e8f-bba189069757 [pid: 8|app: 0|req: 121/244] 199.204.45.229 () {34 vars in 682 bytes} [Thu Jun 11 07:44:23 2026] POST /v2.0/networks => generated 718 bytes in 193 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 124/245] 199.204.45.229 () {30 vars in 722 bytes} [Thu Jun 11 07:44:23 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: 8|app: 0|req: 122/246] 199.204.45.229 () {30 vars in 633 bytes} [Thu Jun 11 07:44:23 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: 125/247] 199.204.45.229 () {34 vars in 677 bytes} [Thu Jun 11 07:44:23 2026] POST /v2.0/ports => generated 999 bytes in 311 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 123/248] 199.204.45.229 () {30 vars in 703 bytes} [Thu Jun 11 07:44:23 2026] GET /v2.0/networks/a6910ed6-83f9-4d5b-8e8f-bba189069757 => generated 705 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 126/249] 199.204.45.229 () {30 vars in 722 bytes} [Thu Jun 11 07:44:26 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1004 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 124/250] 199.204.45.229 () {30 vars in 703 bytes} [Thu Jun 11 07:44:26 2026] GET /v2.0/networks/a6910ed6-83f9-4d5b-8e8f-bba189069757 => generated 705 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 128/253] 199.204.45.229 () {44 vars in 975 bytes} [Thu Jun 11 07:44:43 2026] GET /v2.0/quotas/1886483c750b46138721279fbe6edb28 => generated 292 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 126/254] 199.204.45.229 () {48 vars in 1027 bytes} [Thu Jun 11 07:44:44 2026] PUT /v2.0/quotas/1886483c750b46138721279fbe6edb28 => generated 291 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 07:56:40.100 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7d26136d-4b51-4e2f-8298-363b67287582 d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 175/351] 199.204.45.229 () {44 vars in 927 bytes} [Thu Jun 11 07:56:39 2026] GET /v2.0/networks/public => generated 108 bytes in 143 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 177/352] 199.204.45.229 () {44 vars in 949 bytes} [Thu Jun 11 07:56:40 2026] GET /v2.0/networks?name=public => generated 753 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 07:56:41.407 8 INFO neutron.pecan_wsgi.hooks.translation [None req-aee56e7c-e1a3-4ea9-b326-4c2cc320dea7 d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 176/353] 199.204.45.229 () {44 vars in 927 bytes} [Thu Jun 11 07:56:41 2026] GET /v2.0/networks/public => generated 108 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 178/354] 199.204.45.229 () {44 vars in 949 bytes} [Thu Jun 11 07:56:41 2026] GET /v2.0/networks?name=public => generated 753 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 07:56:41.482 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e242f833-14db-4bec-8bd2-919cc80250f7 d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 177/355] 199.204.45.229 () {44 vars in 1034 bytes} [Thu Jun 11 07:56:41 2026] GET /v2.0/subnets/public-subnet?network_id=6271ef13-df5a-423b-a08b-eb07a1cd6870 => generated 113 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 179/356] 199.204.45.229 () {44 vars in 1057 bytes} [Thu Jun 11 07:56:41 2026] GET /v2.0/subnets?name=public-subnet&network_id=6271ef13-df5a-423b-a08b-eb07a1cd6870 => generated 667 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 07:57:09.732 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b2594ae3-bb25-4e14-b0f4-684c4c6ff017 d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 180/361] 199.204.45.229 () {44 vars in 937 bytes} [Thu Jun 11 07:57:09 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: 7|app: 0|req: 182/362] 199.204.45.229 () {44 vars in 959 bytes} [Thu Jun 11 07:57:09 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 07:57:10.746 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d9b3d770-1a0f-471a-8378-ead0928cfd11 d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 181/363] 199.204.45.229 () {44 vars in 937 bytes} [Thu Jun 11 07:57:10 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 183/364] 199.204.45.229 () {44 vars in 959 bytes} [Thu Jun 11 07:57:10 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 07:57:10.805 8 INFO neutron.pecan_wsgi.hooks.translation [None req-481c23a3-ef5f-4f45-974f-7c252c84287b d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 182/365] 199.204.45.229 () {44 vars in 1036 bytes} [Thu Jun 11 07:57:10 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=44565dec-d060-408d-b3e8-f5cc0bd69595 => generated 114 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 184/366] 199.204.45.229 () {44 vars in 1059 bytes} [Thu Jun 11 07:57:10 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=44565dec-d060-408d-b3e8-f5cc0bd69595 => generated 654 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 07:57:11.879 8 INFO neutron.api.v2.resource [None req-6333ea77-73a9-4c67-a712-d00766eb370c d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 183/367] 199.204.45.229 () {44 vars in 971 bytes} [Thu Jun 11 07:57:11 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 60 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 185/368] 199.204.45.229 () {44 vars in 993 bytes} [Thu Jun 11 07:57:11 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 184/369] 199.204.45.229 () {44 vars in 1001 bytes} [Thu Jun 11 07:57:12 2026] GET /v2.0/security-groups/3c1e5d0c-5914-415d-b9df-2cd03997fb14 => generated 4694 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 186/370] 199.204.45.229 () {44 vars in 1001 bytes} [Thu Jun 11 07:57:12 2026] GET /v2.0/security-groups/3c1e5d0c-5914-415d-b9df-2cd03997fb14 => generated 4694 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 185/371] 199.204.45.229 () {44 vars in 1011 bytes} [Thu Jun 11 07:57:13 2026] GET /v2.0/security-group-rules/b80263c6-defc-479f-8ae1-d75c317098de => generated 601 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 187/372] 199.204.45.229 () {44 vars in 1001 bytes} [Thu Jun 11 07:57:13 2026] GET /v2.0/security-groups/3c1e5d0c-5914-415d-b9df-2cd03997fb14 => generated 4694 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 186/373] 199.204.45.229 () {44 vars in 1001 bytes} [Thu Jun 11 07:57:13 2026] GET /v2.0/security-groups/3c1e5d0c-5914-415d-b9df-2cd03997fb14 => generated 4694 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 188/374] 199.204.45.229 () {44 vars in 1011 bytes} [Thu Jun 11 07:57:14 2026] GET /v2.0/security-group-rules/ebd79710-5041-490a-86c4-b0662a73d58f => generated 603 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 187/375] 199.204.45.229 () {44 vars in 1001 bytes} [Thu Jun 11 07:57:14 2026] GET /v2.0/security-groups/3c1e5d0c-5914-415d-b9df-2cd03997fb14 => generated 4694 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 189/376] 199.204.45.229 () {44 vars in 1001 bytes} [Thu Jun 11 07:57:14 2026] GET /v2.0/security-groups/3c1e5d0c-5914-415d-b9df-2cd03997fb14 => generated 4694 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 188/377] 199.204.45.229 () {44 vars in 1011 bytes} [Thu Jun 11 07:57:15 2026] GET /v2.0/security-group-rules/85bd7c73-46b9-43d4-b1b2-052e0f99c25c => 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: 190/378] 199.204.45.229 () {44 vars in 1001 bytes} [Thu Jun 11 07:57:15 2026] GET /v2.0/security-groups/3c1e5d0c-5914-415d-b9df-2cd03997fb14 => generated 4694 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 189/379] 199.204.45.229 () {44 vars in 1001 bytes} [Thu Jun 11 07:57:15 2026] GET /v2.0/security-groups/3c1e5d0c-5914-415d-b9df-2cd03997fb14 => generated 4694 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 191/380] 199.204.45.229 () {44 vars in 1011 bytes} [Thu Jun 11 07:57:15 2026] GET /v2.0/security-group-rules/367f5d1e-76a4-42d2-8ebe-74c6e3347b37 => generated 603 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 190/381] 199.204.45.229 () {44 vars in 1001 bytes} [Thu Jun 11 07:57:16 2026] GET /v2.0/security-groups/3c1e5d0c-5914-415d-b9df-2cd03997fb14 => generated 4694 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 192/382] 199.204.45.229 () {44 vars in 1001 bytes} [Thu Jun 11 07:57:16 2026] GET /v2.0/security-groups/3c1e5d0c-5914-415d-b9df-2cd03997fb14 => generated 4694 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 191/383] 199.204.45.229 () {44 vars in 1011 bytes} [Thu Jun 11 07:57:16 2026] GET /v2.0/security-group-rules/72ecfb46-3f3b-4af7-8af6-342afbab03a9 => generated 603 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 193/384] 199.204.45.229 () {44 vars in 987 bytes} [Thu Jun 11 07:57:18 2026] GET /v2.0/networks/44565dec-d060-408d-b3e8-f5cc0bd69595 => generated 732 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 07:57:18.099 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f0387a09-9f51-4b21-b44a-e958c622d36d d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 192/385] 199.204.45.229 () {44 vars in 1076 bytes} [Thu Jun 11 07:57:18 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=44565dec-d060-408d-b3e8-f5cc0bd69595 => generated 132 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 194/386] 199.204.45.229 () {44 vars in 1099 bytes} [Thu Jun 11 07:57:18 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=44565dec-d060-408d-b3e8-f5cc0bd69595 => generated 1254 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 193/387] 199.204.45.229 () {44 vars in 1001 bytes} [Thu Jun 11 07:57:18 2026] GET /v2.0/security-groups/3c1e5d0c-5914-415d-b9df-2cd03997fb14 => generated 4694 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-11 07:57:26.164 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8c154fbe-2892-4047-b9e9-a6bb04a99d24 d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 195/390] 199.204.45.229 () {44 vars in 979 bytes} [Thu Jun 11 07:57:26 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 196/391] 199.204.45.229 () {44 vars in 1001 bytes} [Thu Jun 11 07:57:26 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1254 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 196/392] 199.204.45.229 () {44 vars in 920 bytes} [Thu Jun 11 07:57:27 2026] GET /v2.0/ports => generated 4725 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-11 07:57:29.120 7 INFO neutron.api.v2.resource [None req-e919a835-b5c7-4821-80fe-d33bac171ea7 d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 197/393] 199.204.45.229 () {44 vars in 959 bytes} [Thu Jun 11 07:57:29 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 197/394] 199.204.45.229 () {44 vars in 981 bytes} [Thu Jun 11 07:57:29 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2885 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 198/395] 199.204.45.229 () {44 vars in 1001 bytes} [Thu Jun 11 07:57:30 2026] GET /v2.0/security-groups/c3d6c5ed-cd30-4425-9b8e-3d8a45536501 => generated 2886 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 198/396] 199.204.45.229 () {44 vars in 1001 bytes} [Thu Jun 11 07:57:30 2026] GET /v2.0/security-groups/c3d6c5ed-cd30-4425-9b8e-3d8a45536501 => generated 2886 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 199/397] 199.204.45.229 () {44 vars in 1011 bytes} [Thu Jun 11 07:57:30 2026] GET /v2.0/security-group-rules/346e11f8-88e6-43e6-a02a-65da0ca2f01e => generated 623 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 199/398] 199.204.45.229 () {44 vars in 1001 bytes} [Thu Jun 11 07:57:31 2026] GET /v2.0/security-groups/c3d6c5ed-cd30-4425-9b8e-3d8a45536501 => generated 2886 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 200/399] 199.204.45.229 () {44 vars in 1001 bytes} [Thu Jun 11 07:57:31 2026] GET /v2.0/security-groups/c3d6c5ed-cd30-4425-9b8e-3d8a45536501 => generated 2886 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 200/400] 199.204.45.229 () {44 vars in 1011 bytes} [Thu Jun 11 07:57:31 2026] GET /v2.0/security-group-rules/b5d74307-98cb-4991-8c28-7288d36f501a => generated 627 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 202/403] 199.204.45.229 () {44 vars in 975 bytes} [Thu Jun 11 07:57:44 2026] GET /v2.0/quotas/383bf5ee5afc4a6098fb7c6746918ba8 => generated 291 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 07:58:42.780 8 INFO neutron.api.v2.resource [None req-185074b8-ae69-48be-8ba7-fe6e4bc831ab d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 207/412] 199.204.45.229 () {44 vars in 1074 bytes} [Thu Jun 11 07:58:42 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=1886483c750b46138721279fbe6edb28 => generated 139 bytes in 55 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 206/413] 199.204.45.229 () {44 vars in 1097 bytes} [Thu Jun 11 07:58:42 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=1886483c750b46138721279fbe6edb28 => generated 4072 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 208/414] 199.204.45.229 () {44 vars in 1088 bytes} [Thu Jun 11 07:58:43 2026] GET /v2.0/security-groups/3fdae324-544f-49af-94bf-ca527c232487?project_id=1886483c750b46138721279fbe6edb28 => generated 4075 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 207/415] 199.204.45.229 () {44 vars in 1001 bytes} [Thu Jun 11 07:58:43 2026] GET /v2.0/security-groups/3fdae324-544f-49af-94bf-ca527c232487 => generated 4075 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 209/416] 199.204.45.229 () {44 vars in 1011 bytes} [Thu Jun 11 07:58:43 2026] GET /v2.0/security-group-rules/0b978954-0710-4d16-aa0a-c0600d7ae5a3 => generated 597 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 208/417] 199.204.45.229 () {44 vars in 1088 bytes} [Thu Jun 11 07:58:44 2026] GET /v2.0/security-groups/3fdae324-544f-49af-94bf-ca527c232487?project_id=1886483c750b46138721279fbe6edb28 => generated 4075 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 210/418] 199.204.45.229 () {44 vars in 1001 bytes} [Thu Jun 11 07:58:44 2026] GET /v2.0/security-groups/3fdae324-544f-49af-94bf-ca527c232487 => generated 4075 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 209/419] 199.204.45.229 () {44 vars in 1011 bytes} [Thu Jun 11 07:58:45 2026] GET /v2.0/security-group-rules/a20de644-2b46-4ca9-ad3a-5719d12a90eb => generated 599 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 211/420] 199.204.45.229 () {44 vars in 1088 bytes} [Thu Jun 11 07:58:45 2026] GET /v2.0/security-groups/3fdae324-544f-49af-94bf-ca527c232487?project_id=1886483c750b46138721279fbe6edb28 => generated 4075 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 210/421] 199.204.45.229 () {44 vars in 1001 bytes} [Thu Jun 11 07:58:46 2026] GET /v2.0/security-groups/3fdae324-544f-49af-94bf-ca527c232487 => generated 4075 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 212/422] 199.204.45.229 () {44 vars in 1011 bytes} [Thu Jun 11 07:58:46 2026] GET /v2.0/security-group-rules/2ef0c173-f8c5-440c-96fb-b3ed9afc2814 => 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: 211/423] 199.204.45.229 () {44 vars in 1088 bytes} [Thu Jun 11 07:58:47 2026] GET /v2.0/security-groups/3fdae324-544f-49af-94bf-ca527c232487?project_id=1886483c750b46138721279fbe6edb28 => generated 4075 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 213/424] 199.204.45.229 () {44 vars in 1001 bytes} [Thu Jun 11 07:58:47 2026] GET /v2.0/security-groups/3fdae324-544f-49af-94bf-ca527c232487 => generated 4075 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 212/425] 199.204.45.229 () {44 vars in 1011 bytes} [Thu Jun 11 07:58:47 2026] GET /v2.0/security-group-rules/99070695-c9ef-49a4-98a5-653ad30ae729 => generated 602 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 214/428] 199.204.45.229 () {44 vars in 975 bytes} [Thu Jun 11 07:58:54 2026] GET /v2.0/quotas/1886483c750b46138721279fbe6edb28 => generated 291 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 218/435] 199.204.45.229 () {44 vars in 949 bytes} [Thu Jun 11 07:59:47 2026] GET /v2.0/networks?name=public => generated 753 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 222/442] 10.0.0.53 () {32 vars in 648 bytes} [Thu Jun 11 08:00:29 2026] GET /v2.0/networks => generated 2168 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 221/443] 10.0.0.53 () {32 vars in 654 bytes} [Thu Jun 11 08:00:31 2026] GET /v2.0/floatingips => generated 19 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 223/444] 10.0.0.53 () {32 vars in 646 bytes} [Thu Jun 11 08:00:31 2026] GET /v2.0/routers => generated 15 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 222/445] 10.0.0.53 () {32 vars in 642 bytes} [Thu Jun 11 08:00:31 2026] GET /v2.0/ports => generated 4725 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 224/446] 10.0.0.53 () {32 vars in 646 bytes} [Thu Jun 11 08:00:31 2026] GET /v2.0/subnets => generated 1308 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 223/447] 10.0.0.53 () {32 vars in 648 bytes} [Thu Jun 11 08:00:31 2026] GET /v2.0/networks => generated 2168 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 225/448] 10.0.0.53 () {32 vars in 662 bytes} [Thu Jun 11 08:00:31 2026] GET /v2.0/security-groups => generated 17401 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 224/449] 10.0.0.53 () {32 vars in 654 bytes} [Thu Jun 11 08:00:31 2026] GET /v2.0/subnetpools => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-11 08:00:42.181 7 INFO neutron.db.segments_db [None req-6c1426d3-4caf-4a95-a4a6-e6e536c5d4ad d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] Added segment 645bf37e-7f9c-4ee4-b703-bf5c805728c9 of type vxlan for network e0c8561f-5d0a-46ce-bc05-a903d4eb3c99 2026-06-11 08:00:42.219 8 INFO neutron.db.segments_db [None req-34f3d725-8f7c-43d2-93b7-f6ae88552d52 d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] Added segment 78c92a60-dd1e-4a38-aa54-da583b2866fa of type vxlan for network 48d61cc2-4a85-4a22-a037-76873d3dae2f [pid: 7|app: 0|req: 227/452] 10.0.0.53 () {34 vars in 670 bytes} [Thu Jun 11 08:00:41 2026] POST /v2.0/networks => generated 746 bytes in 331 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 226/453] 10.0.0.53 () {34 vars in 670 bytes} [Thu Jun 11 08:00:41 2026] POST /v2.0/networks => generated 744 bytes in 361 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 227/454] 10.0.0.53 () {34 vars in 668 bytes} [Thu Jun 11 08:00:42 2026] POST /v2.0/subnets => generated 693 bytes in 195 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-11 08:00:42.576 7 INFO neutron.db.segments_db [None req-3aaa9b06-59f0-45de-acc3-32991a444e1b d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] Added segment d40dbbe6-1f60-49b9-b88d-a8b263854085 of type vxlan for network fae6af12-2c95-4572-a9e5-cfa3f4bb3383 [pid: 7|app: 0|req: 228/455] 10.0.0.53 () {34 vars in 670 bytes} [Thu Jun 11 08:00:42 2026] POST /v2.0/networks => generated 752 bytes in 391 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-11 08:00:42.711 7 INFO neutron.db.segments_db [None req-04a96d53-661b-45fc-a6a6-d16461459178 d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] Added segment 63be7eb5-4795-40e5-a160-b135b25761d2 of type vxlan for network 2fb4f5b8-c294-4357-8cfe-9be5febcd32f [pid: 8|app: 0|req: 228/456] 10.0.0.53 () {34 vars in 668 bytes} [Thu Jun 11 08:00:42 2026] POST /v2.0/subnets => generated 691 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 229/457] 10.0.0.53 () {32 vars in 773 bytes} [Thu Jun 11 08:00:42 2026] GET /v2.0/security-groups?tenant_id=58bc24fd09df411c9aba01882d52e198&name=default => generated 2921 bytes in 171 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-11 08:00:42.955 7 INFO neutron.db.l3_hamode_db [None req-04a96d53-661b-45fc-a6a6-d16461459178 d93995fb333d41e4830df63ac334fdfa 921364baead24c57ae56dc31660733c7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 230/458] 10.0.0.53 () {34 vars in 668 bytes} [Thu Jun 11 08:00:42 2026] POST /v2.0/subnets => generated 699 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-11 08:00:43.102 8 INFO neutron.db.segments_db [None req-b10993fc-ad1b-452e-ac80-5f893840f4bd d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] Added segment 76cccfc5-13f9-4ce1-a919-ac633b00b841 of type vxlan for network 66aa2076-87ae-4fe0-812b-8a8216d71ffc 2026-06-11 08:00:43.356 8 INFO neutron.db.l3_hamode_db [None req-b10993fc-ad1b-452e-ac80-5f893840f4bd d93995fb333d41e4830df63ac334fdfa 9dbfbbfb249145bcb86effe0bafad429 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-11 08:00:44.030 7 INFO neutron.db.l3_hamode_db [None req-04a96d53-661b-45fc-a6a6-d16461459178 d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-11 08:00:44.429 8 INFO neutron.db.l3_hamode_db [None req-b10993fc-ad1b-452e-ac80-5f893840f4bd d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 229/459] 10.0.0.53 () {34 vars in 668 bytes} [Thu Jun 11 08:00:42 2026] POST /v2.0/routers => generated 733 bytes in 2399 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 230/460] 10.0.0.53 () {32 vars in 739 bytes} [Thu Jun 11 08:00:45 2026] DELETE /v2.0/security-groups/1ff89340-6a55-4add-b89a-7a7173a3a62f => generated 0 bytes in 148 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-11 08:00:45.274 7 INFO neutron.db.segments_db [None req-d6b0623d-db7f-44af-bed9-aec819012e33 d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] Added segment 2c024583-b6bb-4319-b51a-80dc2909fedc of type vxlan for network eed77c99-ba37-47f8-8627-d9bed25b24ae 2026-06-11 08:00:45.542 7 INFO neutron.db.l3_hamode_db [None req-d6b0623d-db7f-44af-bed9-aec819012e33 d93995fb333d41e4830df63ac334fdfa 3845c5ce731344528334a3b01cea2c91 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 231/461] 10.0.0.53 () {34 vars in 668 bytes} [Thu Jun 11 08:00:43 2026] POST /v2.0/routers => generated 731 bytes in 2490 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-11 08:00:46.326 7 INFO neutron.db.l3_hamode_db [None req-d6b0623d-db7f-44af-bed9-aec819012e33 d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 232/462] 10.0.0.53 () {34 vars in 782 bytes} [Thu Jun 11 08:00:45 2026] PUT /v2.0/routers/a42ee3ed-e7c2-44d8-a829-cd9b3a2d4ec4/add_router_interface => generated 309 bytes in 1175 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.53 () {34 vars in 668 bytes} [Thu Jun 11 08:00:45 2026] POST /v2.0/routers => generated 739 bytes in 1904 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 233/464] 10.0.0.53 () {34 vars in 782 bytes} [Thu Jun 11 08:00:46 2026] PUT /v2.0/routers/270870a0-6560-4db7-85a8-8fd57c476f14/add_router_interface => generated 309 bytes in 1112 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 08:00:48.062 8 INFO neutron.db.segments_db [None req-443f5e69-078b-4516-b5a9-ec9e34fb53fe d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] Added segment 6e2a2f20-13a3-4059-8515-e2ee35ade6b2 of type vxlan for network 539c3dbc-8d5a-456c-b93d-2ee9faebee8f [pid: 8|app: 0|req: 234/465] 10.0.0.53 () {34 vars in 670 bytes} [Thu Jun 11 08:00:47 2026] POST /v2.0/networks => generated 749 bytes in 341 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 232/466] 10.0.0.53 () {34 vars in 782 bytes} [Thu Jun 11 08:00:47 2026] PUT /v2.0/routers/74888923-923f-4b07-8856-d091f2728071/add_router_interface => generated 309 bytes in 1119 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 235/467] 10.0.0.72 () {34 vars in 981 bytes} [Thu Jun 11 08:00:48 2026] GET /v2.0/networks?id=e0c8561f-5d0a-46ce-bc05-a903d4eb3c99 => generated 678 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 236/468] 10.0.0.72 () {34 vars in 964 bytes} [Thu Jun 11 08:00:48 2026] GET /v2.0/quotas/921364baead24c57ae56dc31660733c7 => 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: 237/469] 10.0.0.72 () {34 vars in 1001 bytes} [Thu Jun 11 08:00:48 2026] GET /v2.0/ports?tenant_id=921364baead24c57ae56dc31660733c7&fields=id => generated 103 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 233/470] 10.0.0.53 () {34 vars in 668 bytes} [Thu Jun 11 08:00:48 2026] POST /v2.0/subnets => generated 696 bytes in 189 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-11 08:00:48.495 8 INFO neutron.db.segments_db [None req-ce754bd9-aa86-467b-aee7-a25c3e4846a7 d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] Added segment 49867105-9f8b-4642-ab6f-9f483b22b87c of type vxlan for network a2cbbd66-bcb6-496d-93c0-70fffa8673a2 2026-06-11 08:00:48.724 8 INFO neutron.db.l3_hamode_db [None req-ce754bd9-aa86-467b-aee7-a25c3e4846a7 d93995fb333d41e4830df63ac334fdfa a5b8c2b9a84d45d784da1c23c994d548 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 234/471] 10.0.0.72 () {38 vars in 970 bytes} [Thu Jun 11 08:00:48 2026] POST /v2.0/security-groups => generated 1682 bytes in 194 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 235/472] 10.0.0.72 () {34 vars in 906 bytes} [Thu Jun 11 08:00:48 2026] GET /v2.0/extensions => generated 21537 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 238/475] 10.0.0.72 () {34 vars in 1007 bytes} [Thu Jun 11 08:00:48 2026] GET /v2.0/networks/e0c8561f-5d0a-46ce-bc05-a903d4eb3c99?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: 239/476] 10.0.0.72 () {34 vars in 1107 bytes} [Thu Jun 11 08:00:48 2026] GET /v2.0/networks/e0c8561f-5d0a-46ce-bc05-a903d4eb3c99?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: 240/477] 10.0.0.53 () {34 vars in 684 bytes} [Thu Jun 11 08:00:49 2026] POST /v2.0/security-groups => generated 1660 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 241/478] 10.0.0.72 () {38 vars in 970 bytes} [Thu Jun 11 08:00:49 2026] POST /v2.0/security-groups => generated 1682 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-11 08:00:49.442 8 INFO neutron.db.l3_hamode_db [None req-ce754bd9-aa86-467b-aee7-a25c3e4846a7 d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 242/479] 10.0.0.53 () {34 vars in 694 bytes} [Thu Jun 11 08:00:49 2026] POST /v2.0/security-group-rules => generated 597 bytes in 513 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 243/480] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:00:49 2026] GET /v2.0/ports?device_id=6be590fe-9337-4444-a9b8-2fd81348e906 => 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: 244/481] 10.0.0.72 () {38 vars in 970 bytes} [Thu Jun 11 08:00:49 2026] POST /v2.0/security-groups => generated 1681 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 245/482] 10.0.0.53 () {34 vars in 694 bytes} [Thu Jun 11 08:00:49 2026] POST /v2.0/security-group-rules => generated 602 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 246/483] 10.0.0.72 () {34 vars in 1001 bytes} [Thu Jun 11 08:00:50 2026] GET /v2.0/security-groups?tenant_id=9dbfbbfb249145bcb86effe0bafad429 => generated 7906 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 238/484] 10.0.0.53 () {34 vars in 668 bytes} [Thu Jun 11 08:00:48 2026] POST /v2.0/routers => generated 736 bytes in 2197 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 239/485] 10.0.0.72 () {34 vars in 990 bytes} [Thu Jun 11 08:00:50 2026] GET /v2.0/security-groups/5066f89a-72bb-4887-9594-9fec32c2bbf2 => generated 2918 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 247/486] 10.0.0.53 () {34 vars in 675 bytes} [Thu Jun 11 08:00:50 2026] POST /v2.0/floatingips => generated 552 bytes in 551 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 248/487] 10.0.0.72 () {34 vars in 990 bytes} [Thu Jun 11 08:00:50 2026] GET /v2.0/security-groups/5066f89a-72bb-4887-9594-9fec32c2bbf2 => generated 2918 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 249/488] 10.0.0.72 () {34 vars in 990 bytes} [Thu Jun 11 08:00:50 2026] GET /v2.0/security-groups/33fbe36a-6455-4c0b-bd66-abc3ee9532b8 => generated 1682 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 250/489] 10.0.0.72 () {36 vars in 1012 bytes} [Thu Jun 11 08:00:50 2026] DELETE /v2.0/security-groups/33fbe36a-6455-4c0b-bd66-abc3ee9532b8 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-11 08:00:50.944 7 INFO neutron.api.v2.resource [req-ce12d4c1-014e-4401-8da4-bdff8de67d24 req-31eed409-89b3-40c0-9c2f-9d95ae1ed0d9 bf5b96cd7b2241dc9227fd000768dba1 9dbfbbfb249145bcb86effe0bafad429 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 251/490] 10.0.0.72 () {34 vars in 990 bytes} [Thu Jun 11 08:00:50 2026] GET /v2.0/security-groups/33fbe36a-6455-4c0b-bd66-abc3ee9532b8 => generated 146 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 252/491] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:00:50 2026] GET /v2.0/ports?device_id=6be590fe-9337-4444-a9b8-2fd81348e906 => 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: 253/492] 10.0.0.72 () {34 vars in 990 bytes} [Thu Jun 11 08:00:50 2026] GET /v2.0/security-groups/4da18882-f1fa-4fe2-b499-7d13f1d3cd90 => generated 1682 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 254/493] 10.0.0.72 () {36 vars in 1012 bytes} [Thu Jun 11 08:00:51 2026] DELETE /v2.0/security-groups/4da18882-f1fa-4fe2-b499-7d13f1d3cd90 => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 255/494] 10.0.0.72 () {34 vars in 1099 bytes} [Thu Jun 11 08:00:51 2026] GET /v2.0/security-groups?name=tempest-securitygroup--2146900738&fields=id&tenant_id=3845c5ce731344528334a3b01cea2c91 => generated 69 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-11 08:00:51.135 7 INFO neutron.api.v2.resource [req-fafa7160-b74c-4c3a-a335-b90450408404 req-d2b6021b-b9cc-40ec-bd24-3289eb6fd1ff bf5b96cd7b2241dc9227fd000768dba1 9dbfbbfb249145bcb86effe0bafad429 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 256/495] 10.0.0.72 () {34 vars in 990 bytes} [Thu Jun 11 08:00:51 2026] GET /v2.0/security-groups/4da18882-f1fa-4fe2-b499-7d13f1d3cd90 => generated 146 bytes in 8 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 257/496] 10.0.0.72 () {34 vars in 981 bytes} [Thu Jun 11 08:00:51 2026] GET /v2.0/networks?id=fae6af12-2c95-4572-a9e5-cfa3f4bb3383 => generated 684 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 258/497] 10.0.0.72 () {34 vars in 990 bytes} [Thu Jun 11 08:00:51 2026] GET /v2.0/security-groups/94be8194-aa04-488e-947b-0686fd470c60 => generated 1681 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 259/498] 10.0.0.72 () {34 vars in 964 bytes} [Thu Jun 11 08:00:51 2026] GET /v2.0/quotas/3845c5ce731344528334a3b01cea2c91 => generated 292 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 260/499] 10.0.0.72 () {36 vars in 1012 bytes} [Thu Jun 11 08:00:51 2026] DELETE /v2.0/security-groups/94be8194-aa04-488e-947b-0686fd470c60 => 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: 261/500] 10.0.0.72 () {34 vars in 1001 bytes} [Thu Jun 11 08:00:51 2026] GET /v2.0/ports?tenant_id=3845c5ce731344528334a3b01cea2c91&fields=id => generated 57 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-11 08:00:51.417 7 INFO neutron.api.v2.resource [req-91c2c35b-b18a-4681-b588-c4bc1fc406da req-a7f6b44f-6a6c-4356-a674-bf0880e61df1 bf5b96cd7b2241dc9227fd000768dba1 9dbfbbfb249145bcb86effe0bafad429 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 262/501] 10.0.0.72 () {34 vars in 990 bytes} [Thu Jun 11 08:00:51 2026] GET /v2.0/security-groups/94be8194-aa04-488e-947b-0686fd470c60 => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 263/502] 10.0.0.72 () {34 vars in 1007 bytes} [Thu Jun 11 08:00:51 2026] GET /v2.0/networks/fae6af12-2c95-4572-a9e5-cfa3f4bb3383?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: 264/503] 10.0.0.72 () {34 vars in 1001 bytes} [Thu Jun 11 08:00:51 2026] GET /v2.0/security-groups?tenant_id=9dbfbbfb249145bcb86effe0bafad429 => generated 2921 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 265/504] 10.0.0.72 () {34 vars in 1107 bytes} [Thu Jun 11 08:00:51 2026] GET /v2.0/networks/fae6af12-2c95-4572-a9e5-cfa3f4bb3383?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 266/505] 10.0.0.72 () {34 vars in 990 bytes} [Thu Jun 11 08:00:51 2026] GET /v2.0/security-groups/5066f89a-72bb-4887-9594-9fec32c2bbf2 => generated 2918 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 267/506] 10.0.0.72 () {34 vars in 990 bytes} [Thu Jun 11 08:00:51 2026] GET /v2.0/security-groups/5066f89a-72bb-4887-9594-9fec32c2bbf2 => generated 2918 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-11 08:00:51.680 7 INFO neutron.api.v2.resource [req-7d321a9f-a5c0-4de4-bd09-82dfbd4e8bb8 req-c7ce0055-995e-4a31-ad32-ca097913330f bf5b96cd7b2241dc9227fd000768dba1 9dbfbbfb249145bcb86effe0bafad429 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 268/507] 10.0.0.72 () {34 vars in 990 bytes} [Thu Jun 11 08:00:51 2026] GET /v2.0/security-groups/94be8194-aa04-488e-947b-0686fd470c60 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 269/508] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:00:51 2026] GET /v2.0/ports?device_id=192550c7-90ef-444f-9c59-699535dd9009 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-11 08:00:51.711 7 INFO neutron.api.v2.resource [req-737f8707-682c-4109-aa94-f6d624cf4513 req-dc5ad531-3029-470c-ad9c-a1f927e93b30 bf5b96cd7b2241dc9227fd000768dba1 9dbfbbfb249145bcb86effe0bafad429 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 270/509] 10.0.0.72 () {34 vars in 990 bytes} [Thu Jun 11 08:00:51 2026] GET /v2.0/security-groups/4da18882-f1fa-4fe2-b499-7d13f1d3cd90 => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-11 08:00:51.747 7 INFO neutron.api.v2.resource [req-fd3cc843-6abb-4b07-a279-8d269b2ca76c req-03e1ec76-66bc-456a-8f22-e97e50d5bb30 bf5b96cd7b2241dc9227fd000768dba1 9dbfbbfb249145bcb86effe0bafad429 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 271/510] 10.0.0.72 () {34 vars in 990 bytes} [Thu Jun 11 08:00:51 2026] GET /v2.0/security-groups/33fbe36a-6455-4c0b-bd66-abc3ee9532b8 => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 240/511] 10.0.0.53 () {34 vars in 782 bytes} [Thu Jun 11 08:00:50 2026] PUT /v2.0/routers/a021c71e-a7ec-4ecb-bc58-f2eb1070424d/add_router_interface => generated 309 bytes in 1208 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 241/512] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:00:52 2026] GET /v2.0/ports?device_id=6be590fe-9337-4444-a9b8-2fd81348e906 => generated 12 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-11 08:00:52.257 7 INFO neutron_taas.services.taas.taas_plugin [None req-ce38a7f7-7a30-4a95-9a2a-25211a616ea7 d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] TaaS: Handle Delete Port: 5775d246-7ebe-42eb-a235-15cb7dac91cf 2026-06-11 08:00:52.272 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ce38a7f7-7a30-4a95-9a2a-25211a616ea7 d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] Tap Mirror: Handle Delete Port: 5775d246-7ebe-42eb-a235-15cb7dac91cf [pid: 8|app: 0|req: 242/513] 10.0.0.72 () {38 vars in 970 bytes} [Thu Jun 11 08:00:52 2026] POST /v2.0/security-groups => generated 1686 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 243/514] 10.0.0.72 () {34 vars in 990 bytes} [Thu Jun 11 08:00:52 2026] GET /v2.0/security-groups/db35c7a6-b729-4fd2-a1be-5eb3800dab8d => generated 1686 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 244/515] 10.0.0.72 () {38 vars in 980 bytes} [Thu Jun 11 08:00:52 2026] POST /v2.0/security-group-rules => generated 614 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 272/516] 10.0.0.53 () {34 vars in 788 bytes} [Thu Jun 11 08:00:51 2026] PUT /v2.0/routers/270870a0-6560-4db7-85a8-8fd57c476f14/remove_router_interface => generated 309 bytes in 1042 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 273/517] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:00:52 2026] GET /v2.0/ports?device_id=192550c7-90ef-444f-9c59-699535dd9009 => 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: 245/518] 10.0.0.72 () {38 vars in 970 bytes} [Thu Jun 11 08:00:52 2026] POST /v2.0/security-groups => generated 1685 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 246/519] 10.0.0.72 () {34 vars in 990 bytes} [Thu Jun 11 08:00:52 2026] GET /v2.0/security-groups/dcd0fc53-b0f7-4dfa-bc91-3285ecdf0eb6 => generated 1685 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-11 08:00:53.012 7 INFO neutron_taas.services.taas.taas_plugin [None req-3f14ef94-9f68-4b21-a893-4bb5e8e0acd2 d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] TaaS: Handle Delete Port: c9f016dd-dc67-40ae-8522-7440051ecc33 2026-06-11 08:00:53.014 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3f14ef94-9f68-4b21-a893-4bb5e8e0acd2 d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] Tap Mirror: Handle Delete Port: c9f016dd-dc67-40ae-8522-7440051ecc33 [pid: 8|app: 0|req: 247/520] 10.0.0.72 () {38 vars in 980 bytes} [Thu Jun 11 08:00:52 2026] POST /v2.0/security-group-rules => generated 614 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 248/521] 10.0.0.72 () {34 vars in 990 bytes} [Thu Jun 11 08:00:53 2026] GET /v2.0/security-groups/dcd0fc53-b0f7-4dfa-bc91-3285ecdf0eb6 => generated 2310 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 249/522] 10.0.0.72 () {38 vars in 980 bytes} [Thu Jun 11 08:00:53 2026] POST /v2.0/security-group-rules => generated 619 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-11 08:00:53.219 7 INFO neutron_taas.services.taas.taas_plugin [None req-3f14ef94-9f68-4b21-a893-4bb5e8e0acd2 d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] TaaS: Handle Delete Port: 0305508e-99c6-4220-9480-735d279dd1e8 2026-06-11 08:00:53.222 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3f14ef94-9f68-4b21-a893-4bb5e8e0acd2 d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] Tap Mirror: Handle Delete Port: 0305508e-99c6-4220-9480-735d279dd1e8 [pid: 8|app: 0|req: 250/523] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:00:53 2026] GET /v2.0/ports?device_id=6be590fe-9337-4444-a9b8-2fd81348e906 => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-11 08:00:53.301 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-3f14ef94-9f68-4b21-a893-4bb5e8e0acd2 d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] This handler is supposed to handle AFTER events, as in 'AFTER it's committed', not BEFORE. Offending resource event: port, after_delete. Location: File "/var/lib/openstack/lib/python3.12/site-packages/paste/urlmap.py", line 211, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/request_id.py", line 69, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/catch_errors.py", line 45, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/auth_token/__init__.py", line 341, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/audit/__init__.py", line 159, in __call__ response = req.get_response(self._application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/routes/middleware.py", line 153, in __call__ response = self.app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/resource.py", line 97, in resource result = method(request=request, **args) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 576, in delete return self._delete(request, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 603, in _delete obj_deleter(request.context, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 2245, in delete_router super().delete_router(context, id) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped return f_with_retry(*args, **kwargs, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 646, in delete_router self._core_plugin.delete_port(context.elevated(), rp_id, File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 717, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() [pid: 8|app: 0|req: 251/524] 10.0.0.72 () {34 vars in 990 bytes} [Thu Jun 11 08:00:53 2026] GET /v2.0/security-groups/dcd0fc53-b0f7-4dfa-bc91-3285ecdf0eb6 => generated 2940 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 252/525] 10.0.0.72 () {34 vars in 1000 bytes} [Thu Jun 11 08:00:53 2026] GET /v2.0/security-group-rules/21702cc4-de98-4095-9f64-c71351b22c55 => generated 616 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 253/526] 10.0.0.72 () {34 vars in 990 bytes} [Thu Jun 11 08:00:53 2026] GET /v2.0/security-groups/dcd0fc53-b0f7-4dfa-bc91-3285ecdf0eb6 => generated 2940 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 254/527] 10.0.0.72 () {36 vars in 1022 bytes} [Thu Jun 11 08:00:53 2026] DELETE /v2.0/security-group-rules/21702cc4-de98-4095-9f64-c71351b22c55 => 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: 255/528] 10.0.0.72 () {34 vars in 990 bytes} [Thu Jun 11 08:00:53 2026] GET /v2.0/security-groups/dcd0fc53-b0f7-4dfa-bc91-3285ecdf0eb6 => generated 2310 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 256/529] 10.0.0.72 () {36 vars in 1012 bytes} [Thu Jun 11 08:00:53 2026] DELETE /v2.0/security-groups/dcd0fc53-b0f7-4dfa-bc91-3285ecdf0eb6 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-11 08:00:53.654 7 INFO neutron.db.l3_hamode_db [None req-3f14ef94-9f68-4b21-a893-4bb5e8e0acd2 d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] HA network 66aa2076-87ae-4fe0-812b-8a8216d71ffc was deleted as no HA routers are present in tenant 9dbfbbfb249145bcb86effe0bafad429. [pid: 7|app: 0|req: 274/530] 10.0.0.53 () {32 vars in 723 bytes} [Thu Jun 11 08:00:52 2026] DELETE /v2.0/routers/270870a0-6560-4db7-85a8-8fd57c476f14 => generated 0 bytes in 843 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 257/531] 10.0.0.72 () {34 vars in 990 bytes} [Thu Jun 11 08:00:53 2026] GET /v2.0/security-groups/db35c7a6-b729-4fd2-a1be-5eb3800dab8d => generated 2311 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 258/532] 10.0.0.72 () {36 vars in 1012 bytes} [Thu Jun 11 08:00:53 2026] DELETE /v2.0/security-groups/db35c7a6-b729-4fd2-a1be-5eb3800dab8d => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 275/533] 10.0.0.53 () {32 vars in 723 bytes} [Thu Jun 11 08:00:53 2026] DELETE /v2.0/subnets/b2d5d5a7-306b-449d-a3d8-5a72475a25bb => generated 0 bytes in 195 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-11 08:00:53.991 7 INFO neutron_taas.services.taas.taas_plugin [None req-7eeb7906-3ec6-4adc-890b-8716f6bbf5ae d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] TaaS: Handle Delete Port: e9d2aee7-84f0-4b55-9b4e-77acdee5bd28 2026-06-11 08:00:53.995 7 INFO neutron.services.segments.plugin [-] Segment 76cccfc5-13f9-4ce1-a919-ac633b00b841 resource provider aggregate not found 2026-06-11 08:00:53.998 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7eeb7906-3ec6-4adc-890b-8716f6bbf5ae d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] Tap Mirror: Handle Delete Port: e9d2aee7-84f0-4b55-9b4e-77acdee5bd28 2026-06-11 08:00:54.025 7 INFO neutron.services.segments.plugin [-] Segment 76cccfc5-13f9-4ce1-a919-ac633b00b841 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 76cccfc5-13f9-4ce1-a919-ac633b00b841 found for delete ", "request_id": "req-958cb7e6-39a5-4d54-89b1-04dfeb9c115c"}]} 2026-06-11 08:00:54.026 7 INFO neutron.services.segments.plugin [-] Segment 76cccfc5-13f9-4ce1-a919-ac633b00b841 resource provider aggregate not found 2026-06-11 08:00:54.047 7 INFO neutron.services.segments.plugin [-] Segment 76cccfc5-13f9-4ce1-a919-ac633b00b841 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 76cccfc5-13f9-4ce1-a919-ac633b00b841 found for delete ", "request_id": "req-8507f9de-18f0-42ef-83eb-4cfe9b3a9638"}]} [pid: 7|app: 0|req: 276/534] 10.0.0.53 () {32 vars in 725 bytes} [Thu Jun 11 08:00:53 2026] DELETE /v2.0/networks/48d61cc2-4a85-4a22-a037-76873d3dae2f => generated 0 bytes in 313 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 277/535] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:00:54 2026] GET /v2.0/ports?device_id=192550c7-90ef-444f-9c59-699535dd9009 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-11 08:00:54.288 8 INFO neutron_taas.services.taas.taas_plugin [None req-d640e2a7-7a1a-4530-a068-a74cd2d332da d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] TaaS: Handle Delete Port: 82da5842-0303-44b4-8228-6c9b3d1c44ba 2026-06-11 08:00:54.301 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d640e2a7-7a1a-4530-a068-a74cd2d332da d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] Tap Mirror: Handle Delete Port: 82da5842-0303-44b4-8228-6c9b3d1c44ba [pid: 7|app: 0|req: 278/536] 199.204.45.229 () {34 vars in 986 bytes} [Thu Jun 11 08:00:54 2026] GET /v2.0/networks?id=e0c8561f-5d0a-46ce-bc05-a903d4eb3c99 => generated 678 bytes in 214 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 279/537] 10.0.0.53 () {32 vars in 773 bytes} [Thu Jun 11 08:00:54 2026] GET /v2.0/security-groups?tenant_id=9dbfbbfb249145bcb86effe0bafad429&name=default => generated 2921 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 280/538] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:00:54 2026] GET /v2.0/ports?device_id=6be590fe-9337-4444-a9b8-2fd81348e906 => 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: 259/539] 10.0.0.53 () {34 vars in 788 bytes} [Thu Jun 11 08:00:53 2026] PUT /v2.0/routers/a021c71e-a7ec-4ecb-bc58-f2eb1070424d/remove_router_interface => generated 309 bytes in 1050 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 260/540] 10.0.0.53 () {32 vars in 739 bytes} [Thu Jun 11 08:00:54 2026] DELETE /v2.0/security-groups/5066f89a-72bb-4887-9594-9fec32c2bbf2 => 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: 281/541] 199.204.45.229 () {38 vars in 955 bytes} [Thu Jun 11 08:00:54 2026] POST /v2.0/ports => generated 958 bytes in 429 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 282/542] 199.204.45.229 () {34 vars in 911 bytes} [Thu Jun 11 08:00:54 2026] GET /v2.0/extensions => generated 21537 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-06-11 08:00:55.145 8 INFO neutron_taas.services.taas.taas_plugin [None req-a8551f5c-1f01-4361-9431-0f4e0ce36443 d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] TaaS: Handle Delete Port: 780be1a4-5267-40e6-a7de-2f0b587b3eb6 2026-06-11 08:00:55.149 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a8551f5c-1f01-4361-9431-0f4e0ce36443 d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] Tap Mirror: Handle Delete Port: 780be1a4-5267-40e6-a7de-2f0b587b3eb6 [pid: 7|app: 0|req: 283/543] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:00:55 2026] GET /v2.0/ports?device_id=192550c7-90ef-444f-9c59-699535dd9009 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-11 08:00:55.419 8 INFO neutron_taas.services.taas.taas_plugin [None req-a8551f5c-1f01-4361-9431-0f4e0ce36443 d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] TaaS: Handle Delete Port: d2800f4c-4ee1-4b98-b49e-764f4e73d0f8 2026-06-11 08:00:55.422 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a8551f5c-1f01-4361-9431-0f4e0ce36443 d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] Tap Mirror: Handle Delete Port: d2800f4c-4ee1-4b98-b49e-764f4e73d0f8 2026-06-11 08:00:55.524 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-a8551f5c-1f01-4361-9431-0f4e0ce36443 d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - 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-11 08:00:55.899 8 INFO neutron.db.l3_hamode_db [None req-a8551f5c-1f01-4361-9431-0f4e0ce36443 d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] HA network a2cbbd66-bcb6-496d-93c0-70fffa8673a2 was deleted as no HA routers are present in tenant a5b8c2b9a84d45d784da1c23c994d548. [pid: 8|app: 0|req: 261/544] 10.0.0.53 () {32 vars in 723 bytes} [Thu Jun 11 08:00:54 2026] DELETE /v2.0/routers/a021c71e-a7ec-4ecb-bc58-f2eb1070424d => generated 0 bytes in 952 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 284/545] 199.204.45.229 () {38 vars in 1028 bytes} [Thu Jun 11 08:00:55 2026] PUT /v2.0/ports/8d1cb1e6-f923-4873-baf0-da826f348cfb => generated 1239 bytes in 511 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: 262/546] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:00:55 2026] GET /v2.0/ports?device_id=6be590fe-9337-4444-a9b8-2fd81348e906 => generated 973 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 08:00:56.043 7 INFO neutron.services.segments.plugin [-] Segment 78c92a60-dd1e-4a38-aa54-da583b2866fa resource provider aggregate not found [pid: 8|app: 0|req: 263/547] 10.0.0.72 () {34 vars in 1039 bytes} [Thu Jun 11 08:00:56 2026] GET /v2.0/security-groups?id=d7fcabdc-c104-41ba-8a32-f5cec419c2a7&fields=id&fields=name => generated 88 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 285/548] 10.0.0.53 () {32 vars in 723 bytes} [Thu Jun 11 08:00:55 2026] DELETE /v2.0/subnets/67edbadb-86b8-48c9-8bd9-f1f8b587b3fb => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-11 08:00:56.064 7 INFO neutron.services.segments.plugin [-] Segment 78c92a60-dd1e-4a38-aa54-da583b2866fa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 78c92a60-dd1e-4a38-aa54-da583b2866fa found for delete ", "request_id": "req-d552c6a5-909a-4cfd-8d16-8a3ac2fc57a4"}]} 2026-06-11 08:00:56.068 7 INFO neutron.services.segments.plugin [-] Segment 78c92a60-dd1e-4a38-aa54-da583b2866fa resource provider aggregate not found 2026-06-11 08:00:56.088 7 INFO neutron.services.segments.plugin [-] Segment 78c92a60-dd1e-4a38-aa54-da583b2866fa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 78c92a60-dd1e-4a38-aa54-da583b2866fa found for delete ", "request_id": "req-271445a3-da18-48fe-b3d6-8292cecf75f7"}]} [pid: 7|app: 0|req: 286/549] 199.204.45.229 () {34 vars in 986 bytes} [Thu Jun 11 08:00:56 2026] GET /v2.0/networks?id=fae6af12-2c95-4572-a9e5-cfa3f4bb3383 => generated 684 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 287/550] 199.204.45.229 () {34 vars in 1050 bytes} [Thu Jun 11 08:00:56 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=3845c5ce731344528334a3b01cea2c91 => generated 181 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 264/551] 10.0.0.53 () {32 vars in 725 bytes} [Thu Jun 11 08:00:56 2026] DELETE /v2.0/networks/539c3dbc-8d5a-456c-b93d-2ee9faebee8f => 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: 265/552] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:00:56 2026] GET /v2.0/ports?device_id=192550c7-90ef-444f-9c59-699535dd9009 => 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: 266/553] 10.0.0.53 () {32 vars in 773 bytes} [Thu Jun 11 08:00:56 2026] GET /v2.0/security-groups?tenant_id=a5b8c2b9a84d45d784da1c23c994d548&name=default => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-11 08:00:56.560 8 INFO neutron.services.segments.plugin [-] Segment 49867105-9f8b-4642-ab6f-9f483b22b87c resource provider aggregate not found [pid: 8|app: 0|req: 267/554] 10.0.0.53 () {32 vars in 739 bytes} [Thu Jun 11 08:00:56 2026] DELETE /v2.0/security-groups/d7eb9a84-db4d-4b0d-9416-fae92eceb1d6 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-11 08:00:56.592 8 INFO neutron.services.segments.plugin [-] Segment 49867105-9f8b-4642-ab6f-9f483b22b87c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 49867105-9f8b-4642-ab6f-9f483b22b87c found for delete ", "request_id": "req-9d4d5e7c-c19c-458c-9119-78fe442fc3da"}]} [pid: 7|app: 0|req: 288/555] 199.204.45.229 () {38 vars in 955 bytes} [Thu Jun 11 08:00:56 2026] POST /v2.0/ports => generated 954 bytes in 439 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-11 08:00:56.607 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-3e49c206-f44b-4c3b-8fa8-73808bd73dc1'] response: {'name': 'network-changed', 'server_uuid': '6be590fe-9337-4444-a9b8-2fd81348e906', 'tag': '8d1cb1e6-f923-4873-baf0-da826f348cfb', 'status': 'completed', 'code': 200} 2026-06-11 08:00:56.627 8 INFO neutron.services.segments.plugin [-] Segment 49867105-9f8b-4642-ab6f-9f483b22b87c resource provider aggregate not found 2026-06-11 08:00:56.660 8 INFO neutron.services.segments.plugin [-] Segment 49867105-9f8b-4642-ab6f-9f483b22b87c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 49867105-9f8b-4642-ab6f-9f483b22b87c found for delete ", "request_id": "req-b23e53b4-a98e-4b92-9e53-1d8ca3d90fc5"}]} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 289/556] 199.204.45.229 () {34 vars in 1080 bytes} [Thu Jun 11 08:00:56 2026] GET /v2.0/ports?tenant_id=921364baead24c57ae56dc31660733c7&device_id=6be590fe-9337-4444-a9b8-2fd81348e906 => generated 1242 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 290/557] 199.204.45.229 () {34 vars in 1060 bytes} [Thu Jun 11 08:00:57 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=8d1cb1e6-f923-4873-baf0-da826f348cfb => generated 19 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 268/558] 199.204.45.229 () {38 vars in 1028 bytes} [Thu Jun 11 08:00:56 2026] PUT /v2.0/ports/37a83bcf-427a-4dc1-9207-df6fd1d6794b => generated 1235 bytes in 515 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: 269/559] 199.204.45.229 () {34 vars in 984 bytes} [Thu Jun 11 08:00:57 2026] GET /v2.0/subnets?id=e238896a-a540-4df9-87b5-73b22f6bf2f7 => generated 696 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 270/560] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:00:57 2026] GET /v2.0/ports?device_id=6be590fe-9337-4444-a9b8-2fd81348e906 => generated 973 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 271/561] 199.204.45.229 () {34 vars in 1052 bytes} [Thu Jun 11 08:00:57 2026] GET /v2.0/ports?network_id=e0c8561f-5d0a-46ce-bc05-a903d4eb3c99&device_owner=network%3Adhcp => generated 1244 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 272/562] 10.0.0.72 () {34 vars in 1039 bytes} [Thu Jun 11 08:00:57 2026] GET /v2.0/security-groups?id=d7fcabdc-c104-41ba-8a32-f5cec419c2a7&fields=id&fields=name => generated 88 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 273/563] 199.204.45.229 () {34 vars in 1012 bytes} [Thu Jun 11 08:00:57 2026] GET /v2.0/networks/e0c8561f-5d0a-46ce-bc05-a903d4eb3c99?fields=segments => generated 14 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-11 08:00:57.394 7 INFO neutron.db.segments_db [None req-9b874c67-ecc6-4a19-bbd0-b8756c41855e d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] Added segment 95f5ea01-b1c6-49c5-8681-a58fbde495cd of type vxlan for network 441c7b78-e829-4413-a968-13eea599ac63 [pid: 8|app: 0|req: 274/564] 199.204.45.229 () {34 vars in 1112 bytes} [Thu Jun 11 08:00:57 2026] GET /v2.0/networks/e0c8561f-5d0a-46ce-bc05-a903d4eb3c99?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: 291/565] 10.0.0.53 () {34 vars in 670 bytes} [Thu Jun 11 08:00:57 2026] POST /v2.0/networks => generated 744 bytes in 398 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 275/566] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:00:57 2026] GET /v2.0/ports?device_id=192550c7-90ef-444f-9c59-699535dd9009 => 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: 276/567] 10.0.0.72 () {34 vars in 1039 bytes} [Thu Jun 11 08:00:57 2026] GET /v2.0/security-groups?id=ab7138ef-3e0f-404a-926d-36f56b0af043&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: 292/568] 10.0.0.53 () {34 vars in 668 bytes} [Thu Jun 11 08:00:57 2026] POST /v2.0/subnets => generated 691 bytes in 205 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-11 08:00:57.759 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-82af98f0-fad5-4889-a96b-c1ce4a84c294'] response: {'name': 'network-changed', 'server_uuid': '192550c7-90ef-444f-9c59-699535dd9009', 'tag': '37a83bcf-427a-4dc1-9207-df6fd1d6794b', 'status': 'completed', 'code': 200} 2026-06-11 08:00:57.765 8 INFO neutron.db.segments_db [None req-adc55f9e-cf5f-441b-a679-92bbd7ebe984 d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] Added segment a253b353-b82a-481c-8327-26566523b4ec of type vxlan for network 525cb2d1-8060-410a-8096-5fe981482220 2026-06-11 08:00:58.024 8 INFO neutron.db.l3_hamode_db [None req-adc55f9e-cf5f-441b-a679-92bbd7ebe984 d93995fb333d41e4830df63ac334fdfa aceb32e1e07f4ddd8626daf150b8c3e4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 293/569] 199.204.45.229 () {34 vars in 1080 bytes} [Thu Jun 11 08:00:58 2026] GET /v2.0/ports?tenant_id=3845c5ce731344528334a3b01cea2c91&device_id=192550c7-90ef-444f-9c59-699535dd9009 => generated 1238 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 294/570] 199.204.45.229 () {34 vars in 1058 bytes} [Thu Jun 11 08:00:58 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=37a83bcf-427a-4dc1-9207-df6fd1d6794b => 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: 295/571] 199.204.45.229 () {34 vars in 984 bytes} [Thu Jun 11 08:00:58 2026] GET /v2.0/subnets?id=61a0c3c0-0c02-4985-850f-b42360a216af => generated 702 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 08:00:58.612 8 INFO neutron.services.segments.plugin [-] Segment 6e2a2f20-13a3-4059-8515-e2ee35ade6b2 resource provider aggregate not found 2026-06-11 08:00:58.636 8 INFO neutron.services.segments.plugin [-] Segment 6e2a2f20-13a3-4059-8515-e2ee35ade6b2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6e2a2f20-13a3-4059-8515-e2ee35ade6b2 found for delete ", "request_id": "req-5bbce8db-82ca-47b6-8b7b-c6923ae2588c"}]} 2026-06-11 08:00:58.681 8 INFO neutron.services.segments.plugin [-] Segment 6e2a2f20-13a3-4059-8515-e2ee35ade6b2 resource provider aggregate not found [pid: 7|app: 0|req: 296/572] 199.204.45.229 () {34 vars in 1052 bytes} [Thu Jun 11 08:00:58 2026] GET /v2.0/ports?network_id=fae6af12-2c95-4572-a9e5-cfa3f4bb3383&device_owner=network%3Adhcp => generated 12 bytes in 434 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-11 08:00:58.711 8 INFO neutron.services.segments.plugin [-] Segment 6e2a2f20-13a3-4059-8515-e2ee35ade6b2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6e2a2f20-13a3-4059-8515-e2ee35ade6b2 found for delete ", "request_id": "req-226537e6-9769-4fb3-96d1-a92b6c35631c"}]} 2026-06-11 08:00:58.913 8 INFO neutron.db.l3_hamode_db [None req-adc55f9e-cf5f-441b-a679-92bbd7ebe984 d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-11 08:00:59.094 7 INFO neutron.db.segments_db [None req-0c9365dc-b8a1-4d12-a4e5-0a30b82189dc d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] Added segment 3a3ccfd6-ac17-473c-891a-fb94d5f2f5c8 of type vxlan for network 8e0cf033-c09e-4a18-97fa-8490dea97172 [pid: 7|app: 0|req: 297/573] 10.0.0.53 () {34 vars in 670 bytes} [Thu Jun 11 08:00:58 2026] POST /v2.0/networks => generated 748 bytes in 492 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 298/574] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:00:59 2026] GET /v2.0/ports?device_id=6be590fe-9337-4444-a9b8-2fd81348e906 => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 299/575] 199.204.45.229 () {34 vars in 1080 bytes} [Thu Jun 11 08:00:59 2026] GET /v2.0/ports?tenant_id=921364baead24c57ae56dc31660733c7&device_id=6be590fe-9337-4444-a9b8-2fd81348e906 => 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: 300/576] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:00:59 2026] GET /v2.0/ports?device_id=192550c7-90ef-444f-9c59-699535dd9009 => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 301/577] 199.204.45.229 () {34 vars in 1012 bytes} [Thu Jun 11 08:00:59 2026] GET /v2.0/networks/fae6af12-2c95-4572-a9e5-cfa3f4bb3383?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: 302/578] 10.0.0.53 () {34 vars in 668 bytes} [Thu Jun 11 08:00:59 2026] POST /v2.0/subnets => generated 695 bytes in 277 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 303/579] 10.0.0.72 () {34 vars in 1039 bytes} [Thu Jun 11 08:00:59 2026] GET /v2.0/security-groups?id=d7fcabdc-c104-41ba-8a32-f5cec419c2a7&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: 304/580] 199.204.45.229 () {34 vars in 986 bytes} [Thu Jun 11 08:00:59 2026] GET /v2.0/networks?id=e0c8561f-5d0a-46ce-bc05-a903d4eb3c99 => generated 774 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 305/581] 10.0.0.72 () {34 vars in 1039 bytes} [Thu Jun 11 08:00:59 2026] GET /v2.0/security-groups?id=ab7138ef-3e0f-404a-926d-36f56b0af043&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: 306/582] 199.204.45.229 () {34 vars in 1112 bytes} [Thu Jun 11 08:00:59 2026] GET /v2.0/networks/fae6af12-2c95-4572-a9e5-cfa3f4bb3383?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 277/583] 10.0.0.53 () {34 vars in 668 bytes} [Thu Jun 11 08:00:57 2026] POST /v2.0/routers => generated 731 bytes in 2118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-11 08:00:59.811 7 INFO neutron.db.segments_db [None req-c3f1f9e4-f337-46c9-ad80-45057e5d47db d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] Added segment 4db384c7-6e0a-41bf-838e-173a407986f2 of type vxlan for network 88d376cf-eb71-4be3-8899-8135df5b2580 [pid: 8|app: 0|req: 278/584] 199.204.45.229 () {34 vars in 1060 bytes} [Thu Jun 11 08:00:59 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=8d1cb1e6-f923-4873-baf0-da826f348cfb => generated 19 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-11 08:01:00.050 7 INFO neutron.db.l3_hamode_db [None req-c3f1f9e4-f337-46c9-ad80-45057e5d47db d93995fb333d41e4830df63ac334fdfa e527b5c165324abb997a31c72070d5e2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-11 08:01:00.894 7 INFO neutron.db.l3_hamode_db [None req-c3f1f9e4-f337-46c9-ad80-45057e5d47db d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 279/585] 10.0.0.53 () {34 vars in 782 bytes} [Thu Jun 11 08:00:59 2026] PUT /v2.0/routers/da01972b-ea81-4010-8dd2-5aba54cae0c4/add_router_interface => generated 309 bytes in 1837 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 280/586] 199.204.45.229 () {34 vars in 984 bytes} [Thu Jun 11 08:01:01 2026] GET /v2.0/subnets?id=e238896a-a540-4df9-87b5-73b22f6bf2f7 => generated 696 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 281/587] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:01:01 2026] GET /v2.0/ports?device_id=6be590fe-9337-4444-a9b8-2fd81348e906 => generated 973 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 282/588] 199.204.45.229 () {34 vars in 1080 bytes} [Thu Jun 11 08:01:01 2026] GET /v2.0/ports?tenant_id=3845c5ce731344528334a3b01cea2c91&device_id=192550c7-90ef-444f-9c59-699535dd9009 => generated 1238 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 283/589] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:01:01 2026] GET /v2.0/ports?device_id=192550c7-90ef-444f-9c59-699535dd9009 => generated 969 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 307/590] 10.0.0.53 () {34 vars in 668 bytes} [Thu Jun 11 08:00:59 2026] POST /v2.0/routers => generated 735 bytes in 2135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 284/591] 199.204.45.229 () {34 vars in 1052 bytes} [Thu Jun 11 08:01:01 2026] GET /v2.0/ports?network_id=e0c8561f-5d0a-46ce-bc05-a903d4eb3c99&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: 308/592] 10.0.0.72 () {34 vars in 1039 bytes} [Thu Jun 11 08:01:01 2026] GET /v2.0/security-groups?id=d7fcabdc-c104-41ba-8a32-f5cec419c2a7&fields=id&fields=name => generated 88 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 285/593] 199.204.45.229 () {34 vars in 986 bytes} [Thu Jun 11 08:01:01 2026] GET /v2.0/networks?id=fae6af12-2c95-4572-a9e5-cfa3f4bb3383 => generated 780 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 309/594] 10.0.0.72 () {34 vars in 1039 bytes} [Thu Jun 11 08:01:01 2026] GET /v2.0/security-groups?id=ab7138ef-3e0f-404a-926d-36f56b0af043&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: 286/595] 199.204.45.229 () {34 vars in 1012 bytes} [Thu Jun 11 08:01:01 2026] GET /v2.0/networks/e0c8561f-5d0a-46ce-bc05-a903d4eb3c99?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 287/596] 199.204.45.229 () {34 vars in 1058 bytes} [Thu Jun 11 08:01:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=37a83bcf-427a-4dc1-9207-df6fd1d6794b => 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: 288/597] 199.204.45.229 () {34 vars in 1112 bytes} [Thu Jun 11 08:01:02 2026] GET /v2.0/networks/e0c8561f-5d0a-46ce-bc05-a903d4eb3c99?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 289/598] 199.204.45.229 () {34 vars in 984 bytes} [Thu Jun 11 08:01:02 2026] GET /v2.0/subnets?id=61a0c3c0-0c02-4985-850f-b42360a216af => generated 702 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 290/599] 199.204.45.229 () {34 vars in 1052 bytes} [Thu Jun 11 08:01:02 2026] GET /v2.0/ports?network_id=fae6af12-2c95-4572-a9e5-cfa3f4bb3383&device_owner=network%3Adhcp => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 291/600] 199.204.45.229 () {34 vars in 1012 bytes} [Thu Jun 11 08:01:02 2026] GET /v2.0/networks/fae6af12-2c95-4572-a9e5-cfa3f4bb3383?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: 292/601] 10.0.0.53 () {34 vars in 684 bytes} [Thu Jun 11 08:01:02 2026] POST /v2.0/security-groups => generated 1661 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 293/602] 199.204.45.229 () {34 vars in 1112 bytes} [Thu Jun 11 08:01:02 2026] GET /v2.0/networks/fae6af12-2c95-4572-a9e5-cfa3f4bb3383?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 294/603] 10.0.0.53 () {34 vars in 694 bytes} [Thu Jun 11 08:01:02 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: 8|app: 0|req: 295/604] 10.0.0.53 () {34 vars in 694 bytes} [Thu Jun 11 08:01:02 2026] POST /v2.0/security-group-rules => generated 602 bytes in 85 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 296/605] 10.0.0.53 () {34 vars in 675 bytes} [Thu Jun 11 08:01:02 2026] POST /v2.0/floatingips => generated 552 bytes in 444 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 297/606] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:01:03 2026] GET /v2.0/ports?device_id=6be590fe-9337-4444-a9b8-2fd81348e906 => generated 973 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 310/607] 10.0.0.53 () {34 vars in 782 bytes} [Thu Jun 11 08:01:01 2026] PUT /v2.0/routers/314bd3aa-e82b-42f2-8442-6f06b82d896b/add_router_interface => generated 309 bytes in 1252 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 311/608] 10.0.0.72 () {34 vars in 1039 bytes} [Thu Jun 11 08:01:03 2026] GET /v2.0/security-groups?id=d7fcabdc-c104-41ba-8a32-f5cec419c2a7&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 298/609] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:01:03 2026] GET /v2.0/ports?device_id=192550c7-90ef-444f-9c59-699535dd9009 => generated 969 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 312/610] 10.0.0.72 () {34 vars in 1039 bytes} [Thu Jun 11 08:01:03 2026] GET /v2.0/security-groups?id=ab7138ef-3e0f-404a-926d-36f56b0af043&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: 299/611] 10.0.0.72 () {34 vars in 1099 bytes} [Thu Jun 11 08:01:03 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1818319601&fields=id&tenant_id=aceb32e1e07f4ddd8626daf150b8c3e4 => generated 69 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 313/612] 10.0.0.72 () {34 vars in 981 bytes} [Thu Jun 11 08:01:03 2026] GET /v2.0/networks?id=441c7b78-e829-4413-a968-13eea599ac63 => generated 676 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 300/613] 10.0.0.72 () {34 vars in 964 bytes} [Thu Jun 11 08:01:03 2026] GET /v2.0/quotas/aceb32e1e07f4ddd8626daf150b8c3e4 => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 314/614] 10.0.0.72 () {34 vars in 1001 bytes} [Thu Jun 11 08:01:03 2026] GET /v2.0/ports?tenant_id=aceb32e1e07f4ddd8626daf150b8c3e4&fields=id => generated 57 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 317/617] 10.0.0.72 () {34 vars in 1007 bytes} [Thu Jun 11 08:01:03 2026] GET /v2.0/networks/441c7b78-e829-4413-a968-13eea599ac63?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: 301/618] 10.0.0.53 () {34 vars in 684 bytes} [Thu Jun 11 08:01:03 2026] POST /v2.0/security-groups => generated 1660 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 318/619] 10.0.0.72 () {34 vars in 1107 bytes} [Thu Jun 11 08:01:03 2026] GET /v2.0/networks/441c7b78-e829-4413-a968-13eea599ac63?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 302/620] 10.0.0.53 () {34 vars in 694 bytes} [Thu Jun 11 08:01:03 2026] POST /v2.0/security-group-rules => generated 597 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 303/621] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:01:04 2026] GET /v2.0/ports?device_id=5dfcf365-f442-4fff-876b-8d711c659aa7 => 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: 319/622] 10.0.0.53 () {34 vars in 694 bytes} [Thu Jun 11 08:01:04 2026] POST /v2.0/security-group-rules => generated 602 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 320/623] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:01:04 2026] GET /v2.0/ports?device_id=6be590fe-9337-4444-a9b8-2fd81348e906 => generated 973 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 321/624] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:01:04 2026] GET /v2.0/ports?device_id=192550c7-90ef-444f-9c59-699535dd9009 => generated 969 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 322/625] 10.0.0.72 () {34 vars in 1039 bytes} [Thu Jun 11 08:01:04 2026] GET /v2.0/security-groups?id=d7fcabdc-c104-41ba-8a32-f5cec419c2a7&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: 323/626] 10.0.0.72 () {34 vars in 1039 bytes} [Thu Jun 11 08:01:04 2026] GET /v2.0/security-groups?id=ab7138ef-3e0f-404a-926d-36f56b0af043&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: 304/627] 10.0.0.53 () {34 vars in 675 bytes} [Thu Jun 11 08:01:04 2026] POST /v2.0/floatingips => generated 552 bytes in 560 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 324/628] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:01:05 2026] GET /v2.0/ports?device_id=5dfcf365-f442-4fff-876b-8d711c659aa7 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 305/629] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:01:05 2026] GET /v2.0/ports?device_id=6be590fe-9337-4444-a9b8-2fd81348e906 => generated 973 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 325/630] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:01:05 2026] GET /v2.0/ports?device_id=192550c7-90ef-444f-9c59-699535dd9009 => generated 969 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 306/631] 10.0.0.72 () {34 vars in 1039 bytes} [Thu Jun 11 08:01:05 2026] GET /v2.0/security-groups?id=d7fcabdc-c104-41ba-8a32-f5cec419c2a7&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: 7|app: 0|req: 326/632] 10.0.0.72 () {34 vars in 1039 bytes} [Thu Jun 11 08:01:05 2026] GET /v2.0/security-groups?id=ab7138ef-3e0f-404a-926d-36f56b0af043&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: 307/633] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:01:06 2026] GET /v2.0/ports?device_id=5dfcf365-f442-4fff-876b-8d711c659aa7 => 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: 327/634] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:01:06 2026] GET /v2.0/ports?device_id=192550c7-90ef-444f-9c59-699535dd9009 => 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: 328/635] 10.0.0.72 () {34 vars in 1039 bytes} [Thu Jun 11 08:01:06 2026] GET /v2.0/security-groups?id=ab7138ef-3e0f-404a-926d-36f56b0af043&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: 308/636] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:01:06 2026] GET /v2.0/ports?device_id=6be590fe-9337-4444-a9b8-2fd81348e906 => generated 975 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 329/637] 10.0.0.72 () {34 vars in 1039 bytes} [Thu Jun 11 08:01:06 2026] GET /v2.0/security-groups?id=d7fcabdc-c104-41ba-8a32-f5cec419c2a7&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 309/638] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:01:07 2026] GET /v2.0/ports?device_id=5dfcf365-f442-4fff-876b-8d711c659aa7 => 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: 330/639] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:01:07 2026] GET /v2.0/ports?device_id=192550c7-90ef-444f-9c59-699535dd9009 => generated 971 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 310/640] 10.0.0.72 () {34 vars in 1039 bytes} [Thu Jun 11 08:01:07 2026] GET /v2.0/security-groups?id=ab7138ef-3e0f-404a-926d-36f56b0af043&fields=id&fields=name => generated 114 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 331/641] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:01:07 2026] GET /v2.0/ports?device_id=6be590fe-9337-4444-a9b8-2fd81348e906 => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 311/642] 10.0.0.72 () {34 vars in 1039 bytes} [Thu Jun 11 08:01:08 2026] GET /v2.0/security-groups?id=d7fcabdc-c104-41ba-8a32-f5cec419c2a7&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: 332/643] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:01:08 2026] GET /v2.0/ports?device_id=6be590fe-9337-4444-a9b8-2fd81348e906 => generated 975 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 312/644] 10.0.0.72 () {34 vars in 1039 bytes} [Thu Jun 11 08:01:08 2026] GET /v2.0/security-groups?id=d7fcabdc-c104-41ba-8a32-f5cec419c2a7&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 333/645] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:01:08 2026] GET /v2.0/ports?device_id=5dfcf365-f442-4fff-876b-8d711c659aa7 => 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: 313/646] 199.204.45.229 () {34 vars in 986 bytes} [Thu Jun 11 08:01:08 2026] GET /v2.0/networks?id=441c7b78-e829-4413-a968-13eea599ac63 => generated 676 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 334/647] 199.204.45.229 () {34 vars in 1050 bytes} [Thu Jun 11 08:01:08 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=aceb32e1e07f4ddd8626daf150b8c3e4 => generated 181 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 335/648] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:01:09 2026] GET /v2.0/ports?device_id=192550c7-90ef-444f-9c59-699535dd9009 => generated 971 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 336/649] 10.0.0.72 () {34 vars in 1039 bytes} [Thu Jun 11 08:01:09 2026] GET /v2.0/security-groups?id=ab7138ef-3e0f-404a-926d-36f56b0af043&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 314/650] 199.204.45.229 () {38 vars in 955 bytes} [Thu Jun 11 08:01:08 2026] POST /v2.0/ports => generated 958 bytes in 413 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: 315/651] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:01:09 2026] GET /v2.0/ports?device_id=6be590fe-9337-4444-a9b8-2fd81348e906 => generated 975 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 337/652] 199.204.45.229 () {38 vars in 1028 bytes} [Thu Jun 11 08:01:09 2026] PUT /v2.0/ports/39b45129-6b15-4671-b990-cf54fa21498c => generated 1239 bytes in 476 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: 316/653] 10.0.0.72 () {34 vars in 1097 bytes} [Thu Jun 11 08:01:09 2026] GET /v2.0/security-groups?name=tempest-securitygroup--218694594&fields=id&tenant_id=e527b5c165324abb997a31c72070d5e2 => 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: 338/654] 10.0.0.72 () {34 vars in 1039 bytes} [Thu Jun 11 08:01:09 2026] GET /v2.0/security-groups?id=d7fcabdc-c104-41ba-8a32-f5cec419c2a7&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 317/655] 10.0.0.72 () {34 vars in 981 bytes} [Thu Jun 11 08:01:09 2026] GET /v2.0/networks?id=8e0cf033-c09e-4a18-97fa-8490dea97172 => generated 680 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 318/656] 10.0.0.72 () {34 vars in 964 bytes} [Thu Jun 11 08:01:09 2026] GET /v2.0/quotas/e527b5c165324abb997a31c72070d5e2 => 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: 339/657] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:01:09 2026] GET /v2.0/ports?device_id=5dfcf365-f442-4fff-876b-8d711c659aa7 => generated 973 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 340/658] 10.0.0.72 () {34 vars in 1039 bytes} [Thu Jun 11 08:01:09 2026] GET /v2.0/security-groups?id=33647512-4d64-4338-b9bf-1c807c1e002e&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: 319/659] 10.0.0.72 () {34 vars in 1001 bytes} [Thu Jun 11 08:01:09 2026] GET /v2.0/ports?tenant_id=e527b5c165324abb997a31c72070d5e2&fields=id => generated 103 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 08:01:09.940 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-286432d9-e2ef-4b97-a897-4367990e09df'] response: {'name': 'network-changed', 'server_uuid': '5dfcf365-f442-4fff-876b-8d711c659aa7', 'tag': '39b45129-6b15-4671-b990-cf54fa21498c', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 341/660] 10.0.0.72 () {34 vars in 1007 bytes} [Thu Jun 11 08:01:09 2026] GET /v2.0/networks/8e0cf033-c09e-4a18-97fa-8490dea97172?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: 320/661] 10.0.0.72 () {34 vars in 1107 bytes} [Thu Jun 11 08:01:10 2026] GET /v2.0/networks/8e0cf033-c09e-4a18-97fa-8490dea97172?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 342/662] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:01:10 2026] GET /v2.0/ports?device_id=192550c7-90ef-444f-9c59-699535dd9009 => generated 971 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 321/663] 10.0.0.72 () {34 vars in 1039 bytes} [Thu Jun 11 08:01:10 2026] GET /v2.0/security-groups?id=ab7138ef-3e0f-404a-926d-36f56b0af043&fields=id&fields=name => generated 114 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 343/664] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:01:10 2026] GET /v2.0/ports?device_id=a5fcf941-bed0-4f2c-be87-ab0720953c63 => 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: 322/665] 199.204.45.229 () {34 vars in 1080 bytes} [Thu Jun 11 08:01:10 2026] GET /v2.0/ports?tenant_id=aceb32e1e07f4ddd8626daf150b8c3e4&device_id=5dfcf365-f442-4fff-876b-8d711c659aa7 => generated 1242 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 344/666] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:01:10 2026] GET /v2.0/ports?device_id=192550c7-90ef-444f-9c59-699535dd9009 => 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: 323/667] 199.204.45.229 () {34 vars in 1018 bytes} [Thu Jun 11 08:01:10 2026] GET /v2.0/networks?tenant_id=aceb32e1e07f4ddd8626daf150b8c3e4&shared=False => generated 772 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 324/668] 199.204.45.229 () {34 vars in 930 bytes} [Thu Jun 11 08:01:10 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 325/669] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:01:10 2026] GET /v2.0/ports?device_id=6be590fe-9337-4444-a9b8-2fd81348e906 => 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: 326/670] 10.0.0.72 () {34 vars in 1039 bytes} [Thu Jun 11 08:01:10 2026] GET /v2.0/security-groups?id=d7fcabdc-c104-41ba-8a32-f5cec419c2a7&fields=id&fields=name => generated 88 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 327/671] 199.204.45.229 () {34 vars in 994 bytes} [Thu Jun 11 08:01:10 2026] GET /v2.0/ports?device_id=6be590fe-9337-4444-a9b8-2fd81348e906 => generated 975 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 08:01:11.013 7 INFO neutron.db.l3_db [None req-5a7f795d-8816-4264-91e9-62064481cdbf 30afab5063264b8489fd23cf1462505a 3845c5ce731344528334a3b01cea2c91 - - default default] Floating IP 8428b832-573c-422a-929d-878548acc1e2 associated. External IP: 10.96.250.202, port: 37a83bcf-427a-4dc1-9207-df6fd1d6794b. [pid: 8|app: 0|req: 328/672] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:01:10 2026] GET /v2.0/ports?device_id=5dfcf365-f442-4fff-876b-8d711c659aa7 => generated 973 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 08:01:11.152 8 INFO neutron_taas.services.taas.taas_plugin [req-f6a063d4-387a-4c4f-8b90-1e236066297b req-27ea2520-b17d-431b-87be-25669548c32c 8bd08e6529a246d9bcd60ea6a0cd3d40 921364baead24c57ae56dc31660733c7 - - default default] TaaS: Handle Delete Port: 8d1cb1e6-f923-4873-baf0-da826f348cfb 2026-06-11 08:01:11.158 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-f6a063d4-387a-4c4f-8b90-1e236066297b req-27ea2520-b17d-431b-87be-25669548c32c 8bd08e6529a246d9bcd60ea6a0cd3d40 921364baead24c57ae56dc31660733c7 - - default default] Tap Mirror: Handle Delete Port: 8d1cb1e6-f923-4873-baf0-da826f348cfb [pid: 8|app: 0|req: 329/673] 199.204.45.229 () {36 vars in 997 bytes} [Thu Jun 11 08:01:11 2026] DELETE /v2.0/ports/8d1cb1e6-f923-4873-baf0-da826f348cfb => generated 0 bytes in 292 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 345/674] 10.0.0.53 () {34 vars in 748 bytes} [Thu Jun 11 08:01:10 2026] PUT /v2.0/floatingips/8428b832-573c-422a-929d-878548acc1e2 => generated 855 bytes in 799 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 330/675] 10.0.0.72 () {34 vars in 1039 bytes} [Thu Jun 11 08:01:11 2026] GET /v2.0/security-groups?id=33647512-4d64-4338-b9bf-1c807c1e002e&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 08:01:11.351 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-6fd0a9b0-48b7-4178-8fee-547c9c03cf6e'] response: {'server_uuid': '6be590fe-9337-4444-a9b8-2fd81348e906', 'name': 'network-vif-deleted', 'tag': '8d1cb1e6-f923-4873-baf0-da826f348cfb', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 346/676] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:01:11 2026] GET /v2.0/ports?device_id=192550c7-90ef-444f-9c59-699535dd9009 => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 331/677] 10.0.0.72 () {34 vars in 1039 bytes} [Thu Jun 11 08:01:11 2026] GET /v2.0/security-groups?id=ab7138ef-3e0f-404a-926d-36f56b0af043&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: 347/678] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:01:11 2026] GET /v2.0/ports?device_id=a5fcf941-bed0-4f2c-be87-ab0720953c63 => 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: 332/679] 199.204.45.229 () {34 vars in 1080 bytes} [Thu Jun 11 08:01:11 2026] GET /v2.0/ports?tenant_id=aceb32e1e07f4ddd8626daf150b8c3e4&device_id=5dfcf365-f442-4fff-876b-8d711c659aa7 => generated 1242 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 348/680] 199.204.45.229 () {34 vars in 1060 bytes} [Thu Jun 11 08:01:11 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=39b45129-6b15-4671-b990-cf54fa21498c => 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: 333/681] 199.204.45.229 () {34 vars in 984 bytes} [Thu Jun 11 08:01:11 2026] GET /v2.0/subnets?id=ee250cdb-2e9e-49ea-9401-eea6778505cf => generated 694 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 349/682] 199.204.45.229 () {34 vars in 1052 bytes} [Thu Jun 11 08:01:11 2026] GET /v2.0/ports?network_id=441c7b78-e829-4413-a968-13eea599ac63&device_owner=network%3Adhcp => generated 1244 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 334/683] 199.204.45.229 () {34 vars in 1012 bytes} [Thu Jun 11 08:01:11 2026] GET /v2.0/networks/441c7b78-e829-4413-a968-13eea599ac63?fields=segments => generated 14 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 350/684] 199.204.45.229 () {34 vars in 1112 bytes} [Thu Jun 11 08:01:11 2026] GET /v2.0/networks/441c7b78-e829-4413-a968-13eea599ac63?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) 2026-06-11 08:01:11.984 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-74883b83-5776-47b8-b750-fa84e46c3847'] response: {'name': 'network-changed', 'server_uuid': '192550c7-90ef-444f-9c59-699535dd9009', 'tag': '37a83bcf-427a-4dc1-9207-df6fd1d6794b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 335/685] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:01:11 2026] GET /v2.0/ports?device_id=6be590fe-9337-4444-a9b8-2fd81348e906 => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 351/686] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:01:12 2026] GET /v2.0/ports?device_id=5dfcf365-f442-4fff-876b-8d711c659aa7 => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 352/687] 199.204.45.229 () {34 vars in 1080 bytes} [Thu Jun 11 08:01:12 2026] GET /v2.0/ports?tenant_id=3845c5ce731344528334a3b01cea2c91&device_id=192550c7-90ef-444f-9c59-699535dd9009 => generated 1240 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 336/688] 10.0.0.72 () {34 vars in 1039 bytes} [Thu Jun 11 08:01:12 2026] GET /v2.0/security-groups?id=33647512-4d64-4338-b9bf-1c807c1e002e&fields=id&fields=name => generated 114 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 353/689] 199.204.45.229 () {34 vars in 986 bytes} [Thu Jun 11 08:01:12 2026] GET /v2.0/networks?id=fae6af12-2c95-4572-a9e5-cfa3f4bb3383 => generated 780 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 337/690] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:01:12 2026] GET /v2.0/ports?device_id=a5fcf941-bed0-4f2c-be87-ab0720953c63 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 354/691] 199.204.45.229 () {34 vars in 1058 bytes} [Thu Jun 11 08:01:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=37a83bcf-427a-4dc1-9207-df6fd1d6794b => generated 858 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 338/692] 199.204.45.229 () {34 vars in 984 bytes} [Thu Jun 11 08:01:12 2026] GET /v2.0/subnets?id=61a0c3c0-0c02-4985-850f-b42360a216af => generated 702 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 355/693] 199.204.45.229 () {34 vars in 1052 bytes} [Thu Jun 11 08:01:12 2026] GET /v2.0/ports?network_id=fae6af12-2c95-4572-a9e5-cfa3f4bb3383&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: 339/694] 199.204.45.229 () {34 vars in 1012 bytes} [Thu Jun 11 08:01:12 2026] GET /v2.0/networks/fae6af12-2c95-4572-a9e5-cfa3f4bb3383?fields=segments => generated 14 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 356/695] 199.204.45.229 () {34 vars in 1112 bytes} [Thu Jun 11 08:01:12 2026] GET /v2.0/networks/fae6af12-2c95-4572-a9e5-cfa3f4bb3383?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 340/696] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:01:13 2026] GET /v2.0/ports?device_id=6be590fe-9337-4444-a9b8-2fd81348e906 => 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: 357/697] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:01:13 2026] GET /v2.0/ports?device_id=5dfcf365-f442-4fff-876b-8d711c659aa7 => generated 973 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 341/698] 10.0.0.72 () {34 vars in 1039 bytes} [Thu Jun 11 08:01:13 2026] GET /v2.0/security-groups?id=33647512-4d64-4338-b9bf-1c807c1e002e&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 358/699] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:01:13 2026] GET /v2.0/ports?device_id=a5fcf941-bed0-4f2c-be87-ab0720953c63 => 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: 342/700] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:01:14 2026] GET /v2.0/ports?device_id=6be590fe-9337-4444-a9b8-2fd81348e906 => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 359/701] 199.204.45.229 () {34 vars in 986 bytes} [Thu Jun 11 08:01:14 2026] GET /v2.0/networks?id=8e0cf033-c09e-4a18-97fa-8490dea97172 => generated 680 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 360/702] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:01:14 2026] GET /v2.0/ports?device_id=a5fcf941-bed0-4f2c-be87-ab0720953c63 => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 343/703] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:01:14 2026] GET /v2.0/ports?device_id=5dfcf365-f442-4fff-876b-8d711c659aa7 => generated 975 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 344/704] 10.0.0.72 () {34 vars in 1039 bytes} [Thu Jun 11 08:01:14 2026] GET /v2.0/security-groups?id=33647512-4d64-4338-b9bf-1c807c1e002e&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: 361/705] 199.204.45.229 () {34 vars in 1050 bytes} [Thu Jun 11 08:01:14 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=e527b5c165324abb997a31c72070d5e2 => generated 180 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 345/706] 199.204.45.229 () {38 vars in 955 bytes} [Thu Jun 11 08:01:14 2026] POST /v2.0/ports => generated 954 bytes in 412 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: 346/707] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:01:15 2026] GET /v2.0/ports?device_id=6be590fe-9337-4444-a9b8-2fd81348e906 => 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: 362/708] 199.204.45.229 () {38 vars in 1028 bytes} [Thu Jun 11 08:01:15 2026] PUT /v2.0/ports/c63f00d1-a843-4a4d-8199-54650e670fdd => generated 1235 bytes in 475 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-11 08:01:15.843 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-5c27d572-ea01-413d-b4cb-4f6baaac4d49'] response: {'name': 'network-changed', 'server_uuid': 'a5fcf941-bed0-4f2c-be87-ab0720953c63', 'tag': 'c63f00d1-a843-4a4d-8199-54650e670fdd', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 347/709] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:01:15 2026] GET /v2.0/ports?device_id=a5fcf941-bed0-4f2c-be87-ab0720953c63 => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 363/710] 10.0.0.72 () {34 vars in 1039 bytes} [Thu Jun 11 08:01:15 2026] GET /v2.0/security-groups?id=0a31d5b6-5145-47ff-ad12-6d8a4ac18455&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: 348/711] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:01:15 2026] GET /v2.0/ports?device_id=5dfcf365-f442-4fff-876b-8d711c659aa7 => generated 975 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 364/712] 10.0.0.72 () {34 vars in 1039 bytes} [Thu Jun 11 08:01:16 2026] GET /v2.0/security-groups?id=33647512-4d64-4338-b9bf-1c807c1e002e&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: 349/713] 199.204.45.229 () {34 vars in 1080 bytes} [Thu Jun 11 08:01:16 2026] GET /v2.0/ports?tenant_id=e527b5c165324abb997a31c72070d5e2&device_id=a5fcf941-bed0-4f2c-be87-ab0720953c63 => generated 1238 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 365/714] 199.204.45.229 () {34 vars in 1018 bytes} [Thu Jun 11 08:01:16 2026] GET /v2.0/networks?tenant_id=e527b5c165324abb997a31c72070d5e2&shared=False => generated 776 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 366/715] 199.204.45.229 () {34 vars in 930 bytes} [Thu Jun 11 08:01:16 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) 2026-06-11 08:01:16.795 8 INFO neutron_taas.services.taas.taas_plugin [None req-8e8a0b72-a435-4d7e-a8a6-798c584d6786 d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] TaaS: Handle Delete Port: 68c26583-7822-45d6-8061-957f9e885597 2026-06-11 08:01:16.798 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8e8a0b72-a435-4d7e-a8a6-798c584d6786 d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] Tap Mirror: Handle Delete Port: 68c26583-7822-45d6-8061-957f9e885597 [pid: 7|app: 0|req: 367/716] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:01:17 2026] GET /v2.0/ports?device_id=a5fcf941-bed0-4f2c-be87-ab0720953c63 => generated 969 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 368/717] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:01:17 2026] GET /v2.0/ports?device_id=5dfcf365-f442-4fff-876b-8d711c659aa7 => generated 975 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 369/718] 10.0.0.72 () {34 vars in 1039 bytes} [Thu Jun 11 08:01:17 2026] GET /v2.0/security-groups?id=0a31d5b6-5145-47ff-ad12-6d8a4ac18455&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 370/719] 10.0.0.72 () {34 vars in 1039 bytes} [Thu Jun 11 08:01:17 2026] GET /v2.0/security-groups?id=33647512-4d64-4338-b9bf-1c807c1e002e&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: 350/720] 10.0.0.53 () {34 vars in 788 bytes} [Thu Jun 11 08:01:16 2026] PUT /v2.0/routers/a42ee3ed-e7c2-44d8-a829-cd9b3a2d4ec4/remove_router_interface => generated 309 bytes in 890 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 351/721] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:01:17 2026] GET /v2.0/ports?device_id=5dfcf365-f442-4fff-876b-8d711c659aa7 => generated 975 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 08:01:17.567 7 INFO neutron_taas.services.taas.taas_plugin [None req-ea9a7617-0c7c-4244-a892-45e692bfdf11 d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] TaaS: Handle Delete Port: a249939f-9b53-4d18-a76c-95895dd0903c 2026-06-11 08:01:17.569 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ea9a7617-0c7c-4244-a892-45e692bfdf11 d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] Tap Mirror: Handle Delete Port: a249939f-9b53-4d18-a76c-95895dd0903c 2026-06-11 08:01:17.831 7 INFO neutron_taas.services.taas.taas_plugin [None req-ea9a7617-0c7c-4244-a892-45e692bfdf11 d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] TaaS: Handle Delete Port: 4d872e09-8187-4319-a20e-7a8d5f209b39 2026-06-11 08:01:17.835 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ea9a7617-0c7c-4244-a892-45e692bfdf11 d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] Tap Mirror: Handle Delete Port: 4d872e09-8187-4319-a20e-7a8d5f209b39 2026-06-11 08:01:17.990 8 INFO neutron.db.l3_db [None req-89de3f70-8047-4bd4-8a54-144eab627abf 93a4f56df54a4bedaaf7931b326dd273 aceb32e1e07f4ddd8626daf150b8c3e4 - - default default] Floating IP c888af86-f480-404c-8c33-0332ca56a2aa associated. External IP: 10.96.250.216, port: 39b45129-6b15-4671-b990-cf54fa21498c. 2026-06-11 08:01:18.185 7 INFO neutron.services.segments.plugin [-] Segment 63be7eb5-4795-40e5-a160-b135b25761d2 resource provider aggregate not found 2026-06-11 08:01:18.189 7 INFO neutron.services.segments.plugin [-] Segment 63be7eb5-4795-40e5-a160-b135b25761d2 resource provider aggregate not found 2026-06-11 08:01:18.205 7 INFO neutron.db.l3_hamode_db [None req-ea9a7617-0c7c-4244-a892-45e692bfdf11 d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] HA network 2fb4f5b8-c294-4357-8cfe-9be5febcd32f was deleted as no HA routers are present in tenant 921364baead24c57ae56dc31660733c7. 2026-06-11 08:01:18.212 7 INFO neutron.services.segments.plugin [-] Segment 63be7eb5-4795-40e5-a160-b135b25761d2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 63be7eb5-4795-40e5-a160-b135b25761d2 found for delete ", "request_id": "req-e26e3fce-afe7-4c75-967d-a12d2c544563"}]} [pid: 7|app: 0|req: 371/722] 10.0.0.53 () {32 vars in 723 bytes} [Thu Jun 11 08:01:17 2026] DELETE /v2.0/routers/a42ee3ed-e7c2-44d8-a829-cd9b3a2d4ec4 => generated 0 bytes in 883 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-11 08:01:18.215 7 INFO neutron.services.segments.plugin [-] Segment 63be7eb5-4795-40e5-a160-b135b25761d2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 63be7eb5-4795-40e5-a160-b135b25761d2 found for delete ", "request_id": "req-7c92f3c4-aaf6-4f02-9082-8fbfad85c296"}]} [pid: 7|app: 0|req: 372/723] 199.204.45.229 () {34 vars in 1080 bytes} [Thu Jun 11 08:01:18 2026] GET /v2.0/ports?tenant_id=e527b5c165324abb997a31c72070d5e2&device_id=a5fcf941-bed0-4f2c-be87-ab0720953c63 => generated 1238 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 352/724] 10.0.0.53 () {34 vars in 748 bytes} [Thu Jun 11 08:01:17 2026] PUT /v2.0/floatingips/c888af86-f480-404c-8c33-0332ca56a2aa => generated 856 bytes in 848 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 353/725] 199.204.45.229 () {34 vars in 1058 bytes} [Thu Jun 11 08:01:18 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=c63f00d1-a843-4a4d-8199-54650e670fdd => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-11 08:01:18.376 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8f7c5209-e6fb-4c82-a01d-7ded3da7db85'] response: {'name': 'network-changed', 'server_uuid': '5dfcf365-f442-4fff-876b-8d711c659aa7', 'tag': '39b45129-6b15-4671-b990-cf54fa21498c', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 354/726] 199.204.45.229 () {34 vars in 984 bytes} [Thu Jun 11 08:01:18 2026] GET /v2.0/subnets?id=860838a1-7c92-4e3c-a08a-3454a1bc6c8a => generated 698 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 373/727] 10.0.0.53 () {32 vars in 723 bytes} [Thu Jun 11 08:01:18 2026] DELETE /v2.0/subnets/e238896a-a540-4df9-87b5-73b22f6bf2f7 => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 355/728] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:01:18 2026] GET /v2.0/ports?device_id=a5fcf941-bed0-4f2c-be87-ab0720953c63 => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 356/729] 10.0.0.72 () {34 vars in 1039 bytes} [Thu Jun 11 08:01:18 2026] GET /v2.0/security-groups?id=0a31d5b6-5145-47ff-ad12-6d8a4ac18455&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 374/730] 199.204.45.229 () {34 vars in 1052 bytes} [Thu Jun 11 08:01:18 2026] GET /v2.0/ports?network_id=8e0cf033-c09e-4a18-97fa-8490dea97172&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: 375/731] 199.204.45.229 () {34 vars in 1012 bytes} [Thu Jun 11 08:01:18 2026] GET /v2.0/networks/8e0cf033-c09e-4a18-97fa-8490dea97172?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-11 08:01:18.543 8 INFO neutron_taas.services.taas.taas_plugin [None req-ef01e95f-2bf7-4493-99e3-79937824df3f d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] TaaS: Handle Delete Port: ae7b64e5-90fe-4ed9-85e8-9d53b4f6d26b 2026-06-11 08:01:18.545 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ef01e95f-2bf7-4493-99e3-79937824df3f d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] Tap Mirror: Handle Delete Port: ae7b64e5-90fe-4ed9-85e8-9d53b4f6d26b [pid: 7|app: 0|req: 376/732] 199.204.45.229 () {34 vars in 1112 bytes} [Thu Jun 11 08:01:18 2026] GET /v2.0/networks/8e0cf033-c09e-4a18-97fa-8490dea97172?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) 2026-06-11 08:01:18.689 8 INFO neutron.services.segments.plugin [-] Segment 645bf37e-7f9c-4ee4-b703-bf5c805728c9 resource provider aggregate not found 2026-06-11 08:01:18.698 8 INFO neutron.services.segments.plugin [-] Segment 645bf37e-7f9c-4ee4-b703-bf5c805728c9 resource provider aggregate not found 2026-06-11 08:01:18.714 8 INFO neutron.services.segments.plugin [-] Segment 645bf37e-7f9c-4ee4-b703-bf5c805728c9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 645bf37e-7f9c-4ee4-b703-bf5c805728c9 found for delete ", "request_id": "req-b675a415-2f08-4b57-b7c7-3ea2d56fe10d"}]} 2026-06-11 08:01:18.718 8 INFO neutron.services.segments.plugin [-] Segment 645bf37e-7f9c-4ee4-b703-bf5c805728c9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 645bf37e-7f9c-4ee4-b703-bf5c805728c9 found for delete ", "request_id": "req-ef2b55cb-53c9-4905-90df-2cac94e82aa6"}]} [pid: 8|app: 0|req: 357/733] 10.0.0.53 () {32 vars in 725 bytes} [Thu Jun 11 08:01:18 2026] DELETE /v2.0/networks/e0c8561f-5d0a-46ce-bc05-a903d4eb3c99 => generated 0 bytes in 275 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 377/735] 10.0.0.53 () {32 vars in 773 bytes} [Thu Jun 11 08:01:18 2026] GET /v2.0/security-groups?tenant_id=921364baead24c57ae56dc31660733c7&name=default => generated 2921 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 360/737] 199.204.45.229 () {34 vars in 1080 bytes} [Thu Jun 11 08:01:18 2026] GET /v2.0/ports?tenant_id=aceb32e1e07f4ddd8626daf150b8c3e4&device_id=5dfcf365-f442-4fff-876b-8d711c659aa7 => 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: 361/738] 199.204.45.229 () {34 vars in 986 bytes} [Thu Jun 11 08:01:18 2026] GET /v2.0/networks?id=441c7b78-e829-4413-a968-13eea599ac63 => generated 772 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 378/739] 10.0.0.53 () {32 vars in 739 bytes} [Thu Jun 11 08:01:18 2026] DELETE /v2.0/security-groups/d7fcabdc-c104-41ba-8a32-f5cec419c2a7 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 362/740] 199.204.45.229 () {34 vars in 1060 bytes} [Thu Jun 11 08:01:18 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=39b45129-6b15-4671-b990-cf54fa21498c => generated 859 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 379/741] 199.204.45.229 () {34 vars in 984 bytes} [Thu Jun 11 08:01:19 2026] GET /v2.0/subnets?id=ee250cdb-2e9e-49ea-9401-eea6778505cf => 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: 363/742] 199.204.45.229 () {34 vars in 1052 bytes} [Thu Jun 11 08:01:19 2026] GET /v2.0/ports?network_id=441c7b78-e829-4413-a968-13eea599ac63&device_owner=network%3Adhcp => generated 1244 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 380/743] 199.204.45.229 () {34 vars in 1012 bytes} [Thu Jun 11 08:01:19 2026] GET /v2.0/networks/441c7b78-e829-4413-a968-13eea599ac63?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: 364/744] 199.204.45.229 () {34 vars in 1112 bytes} [Thu Jun 11 08:01:19 2026] GET /v2.0/networks/441c7b78-e829-4413-a968-13eea599ac63?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: 381/745] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:01:19 2026] GET /v2.0/ports?device_id=a5fcf941-bed0-4f2c-be87-ab0720953c63 => generated 969 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 365/746] 10.0.0.72 () {34 vars in 1039 bytes} [Thu Jun 11 08:01:19 2026] GET /v2.0/security-groups?id=0a31d5b6-5145-47ff-ad12-6d8a4ac18455&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: 382/747] 10.0.0.22 () {34 vars in 989 bytes} [Thu Jun 11 08:01:20 2026] GET /v2.0/ports?device_id=192550c7-90ef-444f-9c59-699535dd9009 => generated 1240 bytes in 251 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 366/748] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:01:20 2026] GET /v2.0/ports?device_id=a5fcf941-bed0-4f2c-be87-ab0720953c63 => generated 969 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 383/749] 10.0.0.22 () {34 vars in 1039 bytes} [Thu Jun 11 08:01:20 2026] GET /v2.0/security-groups?id=ab7138ef-3e0f-404a-926d-36f56b0af043&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: 367/750] 10.0.0.72 () {34 vars in 1039 bytes} [Thu Jun 11 08:01:20 2026] GET /v2.0/security-groups?id=0a31d5b6-5145-47ff-ad12-6d8a4ac18455&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 384/751] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:01:21 2026] GET /v2.0/ports?device_id=a5fcf941-bed0-4f2c-be87-ab0720953c63 => generated 969 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 368/752] 10.0.0.72 () {34 vars in 1039 bytes} [Thu Jun 11 08:01:21 2026] GET /v2.0/security-groups?id=0a31d5b6-5145-47ff-ad12-6d8a4ac18455&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 385/753] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:01:23 2026] GET /v2.0/ports?device_id=a5fcf941-bed0-4f2c-be87-ab0720953c63 => generated 969 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 369/754] 10.0.0.72 () {34 vars in 1039 bytes} [Thu Jun 11 08:01:23 2026] GET /v2.0/security-groups?id=0a31d5b6-5145-47ff-ad12-6d8a4ac18455&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: 386/755] 10.0.0.53 () {32 vars in 773 bytes} [Thu Jun 11 08:01:23 2026] GET /v2.0/security-groups?tenant_id=88eb0e9e7f8947a5b2c495062373da03&name=default => generated 2925 bytes in 250 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 370/756] 10.0.0.53 () {32 vars in 739 bytes} [Thu Jun 11 08:01:23 2026] DELETE /v2.0/security-groups/53bad141-f985-47c1-8310-1b3289560517 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 387/757] 10.0.0.53 () {32 vars in 773 bytes} [Thu Jun 11 08:01:23 2026] GET /v2.0/security-groups?tenant_id=1a0bc993587048158dd42d3018558354&name=default => generated 2925 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 371/758] 10.0.0.53 () {32 vars in 739 bytes} [Thu Jun 11 08:01:24 2026] DELETE /v2.0/security-groups/05f6b231-a800-4161-8da1-8700104b5302 => 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: 388/759] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:01:24 2026] GET /v2.0/ports?device_id=a5fcf941-bed0-4f2c-be87-ab0720953c63 => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 372/760] 10.0.0.72 () {34 vars in 1039 bytes} [Thu Jun 11 08:01:24 2026] GET /v2.0/security-groups?id=0a31d5b6-5145-47ff-ad12-6d8a4ac18455&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: 389/761] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:01:25 2026] GET /v2.0/ports?device_id=a5fcf941-bed0-4f2c-be87-ab0720953c63 => generated 971 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 373/762] 10.0.0.72 () {34 vars in 1039 bytes} [Thu Jun 11 08:01:25 2026] GET /v2.0/security-groups?id=0a31d5b6-5145-47ff-ad12-6d8a4ac18455&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: 390/763] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:01:26 2026] GET /v2.0/ports?device_id=a5fcf941-bed0-4f2c-be87-ab0720953c63 => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 374/764] 10.0.0.72 () {34 vars in 1039 bytes} [Thu Jun 11 08:01:26 2026] GET /v2.0/security-groups?id=0a31d5b6-5145-47ff-ad12-6d8a4ac18455&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: 391/765] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:01:26 2026] GET /v2.0/ports?device_id=a5fcf941-bed0-4f2c-be87-ab0720953c63 => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 08:01:27.131 8 INFO neutron.db.l3_db [None req-3fe15667-1b71-4f35-a3a8-52b9db862b40 d6d2c1de6bd544a283c558705fd88254 e527b5c165324abb997a31c72070d5e2 - - default default] Floating IP c14b5720-5b56-4c9d-b063-e101c39fe6d4 associated. External IP: 10.96.250.208, port: c63f00d1-a843-4a4d-8199-54650e670fdd. [pid: 8|app: 0|req: 375/766] 10.0.0.53 () {34 vars in 748 bytes} [Thu Jun 11 08:01:26 2026] PUT /v2.0/floatingips/c14b5720-5b56-4c9d-b063-e101c39fe6d4 => generated 855 bytes in 1024 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 08:01:27.879 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c86a0cc3-efd3-4c74-823b-894b67b24511'] response: {'name': 'network-changed', 'server_uuid': 'a5fcf941-bed0-4f2c-be87-ab0720953c63', 'tag': 'c63f00d1-a843-4a4d-8199-54650e670fdd', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 392/767] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:01:27 2026] GET /v2.0/ports?device_id=a5fcf941-bed0-4f2c-be87-ab0720953c63 => 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: 376/768] 10.0.0.72 () {34 vars in 1039 bytes} [Thu Jun 11 08:01:27 2026] GET /v2.0/security-groups?id=0a31d5b6-5145-47ff-ad12-6d8a4ac18455&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: 393/769] 10.0.0.22 () {34 vars in 989 bytes} [Thu Jun 11 08:01:27 2026] GET /v2.0/ports?device_id=5dfcf365-f442-4fff-876b-8d711c659aa7 => generated 1244 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 377/770] 10.0.0.22 () {34 vars in 1039 bytes} [Thu Jun 11 08:01:28 2026] GET /v2.0/security-groups?id=33647512-4d64-4338-b9bf-1c807c1e002e&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: 378/771] 199.204.45.229 () {34 vars in 1080 bytes} [Thu Jun 11 08:01:28 2026] GET /v2.0/ports?tenant_id=e527b5c165324abb997a31c72070d5e2&device_id=a5fcf941-bed0-4f2c-be87-ab0720953c63 => generated 1240 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 379/772] 199.204.45.229 () {34 vars in 986 bytes} [Thu Jun 11 08:01:28 2026] GET /v2.0/networks?id=8e0cf033-c09e-4a18-97fa-8490dea97172 => generated 776 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 380/773] 199.204.45.229 () {34 vars in 1058 bytes} [Thu Jun 11 08:01:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=c63f00d1-a843-4a4d-8199-54650e670fdd => generated 858 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 381/774] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:01:28 2026] GET /v2.0/ports?device_id=a5fcf941-bed0-4f2c-be87-ab0720953c63 => generated 971 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 382/775] 199.204.45.229 () {34 vars in 984 bytes} [Thu Jun 11 08:01:28 2026] GET /v2.0/subnets?id=860838a1-7c92-4e3c-a08a-3454a1bc6c8a => generated 698 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 394/776] 10.0.0.53 () {32 vars in 773 bytes} [Thu Jun 11 08:01:28 2026] GET /v2.0/security-groups?tenant_id=a5727b4981ef490ca34f1341a13deb07&name=default => generated 2925 bytes in 392 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 383/777] 10.0.0.72 () {34 vars in 1039 bytes} [Thu Jun 11 08:01:28 2026] GET /v2.0/security-groups?id=0a31d5b6-5145-47ff-ad12-6d8a4ac18455&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 395/778] 199.204.45.229 () {34 vars in 1052 bytes} [Thu Jun 11 08:01:28 2026] GET /v2.0/ports?network_id=8e0cf033-c09e-4a18-97fa-8490dea97172&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: 7|app: 0|req: 396/779] 199.204.45.229 () {34 vars in 1012 bytes} [Thu Jun 11 08:01:28 2026] GET /v2.0/networks/8e0cf033-c09e-4a18-97fa-8490dea97172?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: 384/780] 10.0.0.53 () {32 vars in 739 bytes} [Thu Jun 11 08:01:28 2026] DELETE /v2.0/security-groups/67bb2111-15fb-41e4-b688-5f4bd2bccf04 => 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: 397/781] 199.204.45.229 () {34 vars in 1112 bytes} [Thu Jun 11 08:01:28 2026] GET /v2.0/networks/8e0cf033-c09e-4a18-97fa-8490dea97172?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: 385/782] 10.0.0.53 () {32 vars in 773 bytes} [Thu Jun 11 08:01:28 2026] GET /v2.0/security-groups?tenant_id=d0b4b2f45510401fbf6739b7bb4d2317&name=default => generated 2925 bytes in 179 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 398/783] 10.0.0.53 () {32 vars in 739 bytes} [Thu Jun 11 08:01:29 2026] DELETE /v2.0/security-groups/6d73f9b2-7760-403b-ba62-f10bc2b387cc => generated 0 bytes in 134 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 386/784] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:01:29 2026] GET /v2.0/ports?device_id=a5fcf941-bed0-4f2c-be87-ab0720953c63 => generated 971 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 399/785] 10.0.0.72 () {34 vars in 1039 bytes} [Thu Jun 11 08:01:29 2026] GET /v2.0/security-groups?id=0a31d5b6-5145-47ff-ad12-6d8a4ac18455&fields=id&fields=name => generated 113 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 387/786] 199.204.45.229 () {34 vars in 994 bytes} [Thu Jun 11 08:01:30 2026] GET /v2.0/ports?device_id=a5fcf941-bed0-4f2c-be87-ab0720953c63 => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 388/787] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:01:30 2026] GET /v2.0/ports?device_id=a5fcf941-bed0-4f2c-be87-ab0720953c63 => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 08:01:30.957 7 INFO neutron_taas.services.taas.taas_plugin [req-7bc113dd-bbe4-4df4-abfe-f8edff8d0e08 req-90b437c5-7949-4d8e-b8ad-a9d6dd16f784 d6d2c1de6bd544a283c558705fd88254 e527b5c165324abb997a31c72070d5e2 - - default default] TaaS: Handle Delete Port: c63f00d1-a843-4a4d-8199-54650e670fdd 2026-06-11 08:01:30.963 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-7bc113dd-bbe4-4df4-abfe-f8edff8d0e08 req-90b437c5-7949-4d8e-b8ad-a9d6dd16f784 d6d2c1de6bd544a283c558705fd88254 e527b5c165324abb997a31c72070d5e2 - - default default] Tap Mirror: Handle Delete Port: c63f00d1-a843-4a4d-8199-54650e670fdd [pid: 8|app: 0|req: 389/788] 10.0.0.72 () {34 vars in 1039 bytes} [Thu Jun 11 08:01:30 2026] GET /v2.0/security-groups?id=0a31d5b6-5145-47ff-ad12-6d8a4ac18455&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 08:01:31.107 7 INFO neutron.db.l3_db [req-7bc113dd-bbe4-4df4-abfe-f8edff8d0e08 req-90b437c5-7949-4d8e-b8ad-a9d6dd16f784 d6d2c1de6bd544a283c558705fd88254 e527b5c165324abb997a31c72070d5e2 - - default default] Floating IP c14b5720-5b56-4c9d-b063-e101c39fe6d4 disassociated. External IP: 10.96.250.208, port: c63f00d1-a843-4a4d-8199-54650e670fdd. [pid: 7|app: 0|req: 400/789] 199.204.45.229 () {36 vars in 997 bytes} [Thu Jun 11 08:01:30 2026] DELETE /v2.0/ports/c63f00d1-a843-4a4d-8199-54650e670fdd => generated 0 bytes in 700 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-11 08:01:31.525 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-858372ad-cbbe-46e7-907a-db02a652eaa5'] response: {'server_uuid': 'a5fcf941-bed0-4f2c-be87-ab0720953c63', 'name': 'network-vif-deleted', 'tag': 'c63f00d1-a843-4a4d-8199-54650e670fdd', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 390/790] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:01:32 2026] GET /v2.0/ports?device_id=a5fcf941-bed0-4f2c-be87-ab0720953c63 => 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: 391/791] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:01:33 2026] GET /v2.0/ports?device_id=a5fcf941-bed0-4f2c-be87-ab0720953c63 => 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: 401/792] 10.0.0.53 () {32 vars in 773 bytes} [Thu Jun 11 08:01:32 2026] GET /v2.0/security-groups?tenant_id=882ffbaab3614f7ea9093caf8319dbe3&name=default => generated 2925 bytes in 306 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 392/793] 10.0.0.53 () {32 vars in 739 bytes} [Thu Jun 11 08:01:33 2026] DELETE /v2.0/security-groups/fb77070f-9bea-4888-b5b2-629e1742c469 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 402/794] 10.0.0.53 () {32 vars in 773 bytes} [Thu Jun 11 08:01:33 2026] GET /v2.0/security-groups?tenant_id=d7134497f74b452bb02e42cc09b05cab&name=default => generated 2925 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 393/795] 10.0.0.53 () {32 vars in 739 bytes} [Thu Jun 11 08:01:33 2026] DELETE /v2.0/security-groups/940698e7-bbda-4467-a957-0f1387507f03 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 395/798] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:01:34 2026] GET /v2.0/ports?device_id=a5fcf941-bed0-4f2c-be87-ab0720953c63 => 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: 404/799] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:01:35 2026] GET /v2.0/ports?device_id=a5fcf941-bed0-4f2c-be87-ab0720953c63 => 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: 396/800] 10.0.0.53 () {32 vars in 652 bytes} [Thu Jun 11 08:01:35 2026] GET /v2.0/extensions => generated 21537 bytes in 179 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 405/801] 10.0.0.53 () {32 vars in 680 bytes} [Thu Jun 11 08:01:35 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 397/802] 10.0.0.53 () {32 vars in 680 bytes} [Thu Jun 11 08:01:35 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 406/803] 10.0.0.53 () {32 vars in 728 bytes} [Thu Jun 11 08:01:35 2026] GET /v2.0/extensions/router-admin-state-down-before-update => generated 312 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 398/804] 10.0.0.53 () {32 vars in 664 bytes} [Thu Jun 11 08:01:35 2026] GET /v2.0/extensions/agent => generated 153 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 407/805] 10.0.0.53 () {32 vars in 698 bytes} [Thu Jun 11 08:01:35 2026] GET /v2.0/extensions/agent-resources-synced => generated 223 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 399/806] 10.0.0.53 () {32 vars in 696 bytes} [Thu Jun 11 08:01:35 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: 408/807] 10.0.0.53 () {32 vars in 700 bytes} [Thu Jun 11 08:01:35 2026] GET /v2.0/extensions/auto-allocated-topology => generated 200 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 400/808] 10.0.0.53 () {32 vars in 688 bytes} [Thu Jun 11 08:01:35 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 409/809] 10.0.0.53 () {32 vars in 702 bytes} [Thu Jun 11 08:01:35 2026] GET /v2.0/extensions/availability_zone_filter => generated 220 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 401/810] 10.0.0.53 () {32 vars in 692 bytes} [Thu Jun 11 08:01:35 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: 7|app: 0|req: 410/811] 10.0.0.53 () {32 vars in 694 bytes} [Thu Jun 11 08:01:35 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 402/812] 10.0.0.53 () {32 vars in 684 bytes} [Thu Jun 11 08:01:35 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 411/813] 10.0.0.53 () {32 vars in 686 bytes} [Thu Jun 11 08:01:35 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 403/814] 10.0.0.53 () {32 vars in 660 bytes} [Thu Jun 11 08:01:35 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: 7|app: 0|req: 412/815] 10.0.0.53 () {32 vars in 698 bytes} [Thu Jun 11 08:01:35 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 404/816] 10.0.0.53 () {32 vars in 678 bytes} [Thu Jun 11 08:01:35 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: 7|app: 0|req: 413/817] 10.0.0.53 () {32 vars in 682 bytes} [Thu Jun 11 08:01:35 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 405/818] 10.0.0.53 () {32 vars in 674 bytes} [Thu Jun 11 08:01:35 2026] GET /v2.0/extensions/extraroute => generated 181 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 414/819] 10.0.0.53 () {32 vars in 688 bytes} [Thu Jun 11 08:01:35 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: 406/820] 10.0.0.53 () {32 vars in 722 bytes} [Thu Jun 11 08:01:35 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => generated 271 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 415/821] 10.0.0.53 () {32 vars in 686 bytes} [Thu Jun 11 08:01:35 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: 407/822] 10.0.0.53 () {32 vars in 668 bytes} [Thu Jun 11 08:01:35 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: 7|app: 0|req: 416/823] 10.0.0.53 () {32 vars in 686 bytes} [Thu Jun 11 08:01:35 2026] GET /v2.0/extensions/floatingip-pools => generated 188 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 408/824] 10.0.0.53 () {32 vars in 680 bytes} [Thu Jun 11 08:01:35 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 417/825] 10.0.0.53 () {32 vars in 698 bytes} [Thu Jun 11 08:01:35 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: 8|app: 0|req: 409/826] 10.0.0.53 () {32 vars in 678 bytes} [Thu Jun 11 08:01:35 2026] GET /v2.0/extensions/l2_adjacency => generated 178 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 418/827] 10.0.0.53 () {32 vars in 666 bytes} [Thu Jun 11 08:01:35 2026] GET /v2.0/extensions/router => generated 256 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 410/828] 10.0.0.53 () {32 vars in 676 bytes} [Thu Jun 11 08:01:35 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 419/829] 10.0.0.53 () {32 vars in 664 bytes} [Thu Jun 11 08:01:35 2026] GET /v2.0/extensions/l3-ha => 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: 411/830] 10.0.0.53 () {32 vars in 674 bytes} [Thu Jun 11 08:01:35 2026] GET /v2.0/extensions/l3-flavors => 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: 420/831] 10.0.0.53 () {32 vars in 712 bytes} [Thu Jun 11 08:01:35 2026] GET /v2.0/extensions/l3-port-ip-change-not-allowed => generated 245 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 412/832] 10.0.0.53 () {32 vars in 690 bytes} [Thu Jun 11 08:01:35 2026] GET /v2.0/extensions/l3_agent_scheduler => generated 180 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 421/833] 10.0.0.53 () {32 vars in 682 bytes} [Thu Jun 11 08:01:35 2026] GET /v2.0/extensions/multi-provider => 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: 413/834] 10.0.0.53 () {32 vars in 668 bytes} [Thu Jun 11 08:01:35 2026] GET /v2.0/extensions/net-mtu => generated 176 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 422/835] 10.0.0.53 () {32 vars in 686 bytes} [Thu Jun 11 08:01:35 2026] GET /v2.0/extensions/net-mtu-writable => generated 207 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 414/836] 10.0.0.53 () {32 vars in 704 bytes} [Thu Jun 11 08:01:36 2026] GET /v2.0/extensions/network_availability_zone => generated 200 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 423/837] 10.0.0.53 () {32 vars in 674 bytes} [Thu Jun 11 08:01:36 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 415/838] 10.0.0.53 () {32 vars in 700 bytes} [Thu Jun 11 08:01:36 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 424/839] 10.0.0.53 () {32 vars in 674 bytes} [Thu Jun 11 08:01:36 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 416/840] 10.0.0.53 () {32 vars in 692 bytes} [Thu Jun 11 08:01:36 2026] GET /v2.0/extensions/port-device-profile => generated 189 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 425/841] 10.0.0.53 () {32 vars in 688 bytes} [Thu Jun 11 08:01:36 2026] GET /v2.0/extensions/port-mac-override => 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: 417/842] 10.0.0.53 () {32 vars in 708 bytes} [Thu Jun 11 08:01:36 2026] GET /v2.0/extensions/port-mac-address-regenerate => generated 209 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 426/843] 10.0.0.53 () {32 vars in 704 bytes} [Thu Jun 11 08:01:36 2026] GET /v2.0/extensions/port-numa-affinity-policy => generated 198 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 418/844] 10.0.0.53 () {32 vars in 718 bytes} [Thu Jun 11 08:01:36 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 427/845] 10.0.0.53 () {32 vars in 696 bytes} [Thu Jun 11 08:01:36 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: 8|app: 0|req: 419/846] 10.0.0.53 () {32 vars in 710 bytes} [Thu Jun 11 08:01:36 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 428/847] 10.0.0.53 () {32 vars in 668 bytes} [Thu Jun 11 08:01:36 2026] GET /v2.0/extensions/binding => 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: 420/848] 10.0.0.53 () {32 vars in 686 bytes} [Thu Jun 11 08:01:36 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 429/849] 10.0.0.53 () {32 vars in 680 bytes} [Thu Jun 11 08:01:36 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 421/850] 10.0.0.53 () {32 vars in 674 bytes} [Thu Jun 11 08:01:36 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: 7|app: 0|req: 430/851] 10.0.0.53 () {32 vars in 670 bytes} [Thu Jun 11 08:01:36 2026] GET /v2.0/extensions/provider => generated 191 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 422/852] 10.0.0.53 () {32 vars in 660 bytes} [Thu Jun 11 08:01:36 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 431/853] 10.0.0.53 () {32 vars in 698 bytes} [Thu Jun 11 08:01:36 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 423/854] 10.0.0.53 () {32 vars in 698 bytes} [Thu Jun 11 08:01:36 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => generated 251 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 432/855] 10.0.0.53 () {32 vars in 676 bytes} [Thu Jun 11 08:01:36 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 424/856] 10.0.0.53 () {32 vars in 668 bytes} [Thu Jun 11 08:01:36 2026] GET /v2.0/extensions/qos-fip => generated 178 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 433/857] 10.0.0.53 () {32 vars in 682 bytes} [Thu Jun 11 08:01:36 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: 8|app: 0|req: 425/858] 10.0.0.53 () {32 vars in 700 bytes} [Thu Jun 11 08:01:36 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 434/859] 10.0.0.53 () {32 vars in 684 bytes} [Thu Jun 11 08:01:36 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 426/860] 10.0.0.53 () {32 vars in 706 bytes} [Thu Jun 11 08:01:36 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 435/861] 10.0.0.53 () {32 vars in 668 bytes} [Thu Jun 11 08:01:36 2026] GET /v2.0/extensions/qos-pps => generated 195 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 427/862] 10.0.0.53 () {32 vars in 696 bytes} [Thu Jun 11 08:01:36 2026] GET /v2.0/extensions/qos-rule-type-details => generated 229 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 436/863] 10.0.0.53 () {32 vars in 694 bytes} [Thu Jun 11 08:01:36 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: 8|app: 0|req: 428/864] 10.0.0.53 () {32 vars in 684 bytes} [Thu Jun 11 08:01:36 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 437/865] 10.0.0.53 () {32 vars in 688 bytes} [Thu Jun 11 08:01:36 2026] GET /v2.0/extensions/quota-check-limit => generated 226 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 429/866] 10.0.0.53 () {32 vars in 704 bytes} [Thu Jun 11 08:01:36 2026] GET /v2.0/extensions/quota-check-limit-default => generated 268 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 438/867] 10.0.0.53 () {32 vars in 666 bytes} [Thu Jun 11 08:01:36 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 430/868] 10.0.0.53 () {32 vars in 680 bytes} [Thu Jun 11 08:01:36 2026] GET /v2.0/extensions/quota_details => generated 213 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 439/869] 10.0.0.53 () {32 vars in 680 bytes} [Thu Jun 11 08:01:36 2026] GET /v2.0/extensions/rbac-policies => generated 223 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 431/870] 10.0.0.53 () {32 vars in 690 bytes} [Thu Jun 11 08:01:36 2026] GET /v2.0/extensions/rbac-address-group => generated 198 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 440/871] 10.0.0.53 () {32 vars in 690 bytes} [Thu Jun 11 08:01:36 2026] GET /v2.0/extensions/rbac-address-scope => generated 190 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 432/872] 10.0.0.53 () {32 vars in 694 bytes} [Thu Jun 11 08:01:36 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 441/873] 10.0.0.53 () {32 vars in 684 bytes} [Thu Jun 11 08:01:36 2026] GET /v2.0/extensions/rbac-subnetpool => generated 181 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 433/874] 10.0.0.53 () {32 vars in 688 bytes} [Thu Jun 11 08:01:36 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 442/875] 10.0.0.53 () {32 vars in 700 bytes} [Thu Jun 11 08:01:36 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 434/876] 10.0.0.53 () {32 vars in 702 bytes} [Thu Jun 11 08:01:36 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 443/877] 10.0.0.53 () {32 vars in 712 bytes} [Thu Jun 11 08:01:36 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 435/878] 10.0.0.53 () {32 vars in 716 bytes} [Thu Jun 11 08:01:36 2026] GET /v2.0/extensions/security-groups-normalized-cidr => generated 251 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 444/879] 10.0.0.53 () {32 vars in 714 bytes} [Thu Jun 11 08:01:36 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 436/880] 10.0.0.53 () {32 vars in 726 bytes} [Thu Jun 11 08:01:36 2026] GET /v2.0/extensions/security-groups-remote-address-group => generated 254 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 445/881] 10.0.0.53 () {32 vars in 740 bytes} [Thu Jun 11 08:01:36 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 446/882] 10.0.0.53 () {32 vars in 718 bytes} [Thu Jun 11 08:01:36 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: 447/883] 10.0.0.53 () {32 vars in 682 bytes} [Thu Jun 11 08:01:36 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 448/884] 10.0.0.53 () {32 vars in 668 bytes} [Thu Jun 11 08:01:36 2026] GET /v2.0/extensions/segment => generated 145 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 449/885] 10.0.0.53 () {32 vars in 718 bytes} [Thu Jun 11 08:01:36 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 450/886] 10.0.0.53 () {32 vars in 678 bytes} [Thu Jun 11 08:01:36 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: 451/887] 10.0.0.53 () {32 vars in 668 bytes} [Thu Jun 11 08:01:36 2026] GET /v2.0/extensions/sorting => generated 183 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 452/888] 10.0.0.53 () {32 vars in 696 bytes} [Thu Jun 11 08:01:36 2026] GET /v2.0/extensions/standard-attr-segment => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 453/889] 10.0.0.53 () {32 vars in 704 bytes} [Thu Jun 11 08:01:36 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 454/890] 10.0.0.53 () {32 vars in 700 bytes} [Thu Jun 11 08:01:36 2026] GET /v2.0/extensions/stateful-security-group => generated 208 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 455/891] 10.0.0.53 () {32 vars in 700 bytes} [Thu Jun 11 08:01:36 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: 7|app: 0|req: 456/892] 10.0.0.53 () {32 vars in 682 bytes} [Thu Jun 11 08:01:36 2026] GET /v2.0/extensions/subnet_onboard => generated 197 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 457/893] 10.0.0.53 () {32 vars in 704 bytes} [Thu Jun 11 08:01:36 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 437/894] 10.0.0.53 () {32 vars in 739 bytes} [Thu Jun 11 08:01:36 2026] DELETE /v2.0/security-groups/0a31d5b6-5145-47ff-ad12-6d8a4ac18455 => 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: 458/895] 10.0.0.53 () {32 vars in 694 bytes} [Thu Jun 11 08:01:36 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 08:01:36.612 8 INFO neutron.api.v2.resource [None req-bf82e4d4-52ca-4cec-8294-ae3f6546dbdd d6d2c1de6bd544a283c558705fd88254 e527b5c165324abb997a31c72070d5e2 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 459/896] 10.0.0.53 () {32 vars in 688 bytes} [Thu Jun 11 08:01:36 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 438/897] 10.0.0.53 () {32 vars in 736 bytes} [Thu Jun 11 08:01:36 2026] GET /v2.0/security-groups/0a31d5b6-5145-47ff-ad12-6d8a4ac18455 => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 460/898] 10.0.0.53 () {32 vars in 696 bytes} [Thu Jun 11 08:01:36 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 461/899] 10.0.0.53 () {32 vars in 678 bytes} [Thu Jun 11 08:01:36 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: 462/900] 10.0.0.53 () {32 vars in 688 bytes} [Thu Jun 11 08:01:36 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: 463/901] 10.0.0.53 () {32 vars in 700 bytes} [Thu Jun 11 08:01:36 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: 7|app: 0|req: 464/902] 10.0.0.53 () {32 vars in 664 bytes} [Thu Jun 11 08:01:36 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 465/903] 10.0.0.53 () {32 vars in 680 bytes} [Thu Jun 11 08:01:36 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 466/904] 10.0.0.53 () {32 vars in 676 bytes} [Thu Jun 11 08:01:36 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: 7|app: 0|req: 467/905] 10.0.0.53 () {32 vars in 692 bytes} [Thu Jun 11 08:01:36 2026] GET /v2.0/extensions/vpn-endpoint-groups => generated 177 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 468/906] 10.0.0.53 () {32 vars in 676 bytes} [Thu Jun 11 08:01:36 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 469/907] 10.0.0.53 () {32 vars in 666 bytes} [Thu Jun 11 08:01:36 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 470/908] 10.0.0.53 () {32 vars in 662 bytes} [Thu Jun 11 08:01:36 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: 471/909] 10.0.0.53 () {32 vars in 674 bytes} [Thu Jun 11 08:01:36 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: 472/910] 10.0.0.53 () {32 vars in 686 bytes} [Thu Jun 11 08:01:36 2026] GET /v2.0/extensions/taas-vlan-filter => generated 226 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 08:01:36.720 8 INFO neutron_taas.services.taas.taas_plugin [None req-7db73007-3f5d-481e-a2e0-795bd12e9f68 d6d2c1de6bd544a283c558705fd88254 e527b5c165324abb997a31c72070d5e2 - - default default] TaaS: Handle Delete Port: ec1359e9-167e-4a1f-9196-bd295d3c1ee5 2026-06-11 08:01:36.724 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7db73007-3f5d-481e-a2e0-795bd12e9f68 d6d2c1de6bd544a283c558705fd88254 e527b5c165324abb997a31c72070d5e2 - - default default] Tap Mirror: Handle Delete Port: ec1359e9-167e-4a1f-9196-bd295d3c1ee5 [pid: 8|app: 0|req: 439/911] 10.0.0.53 () {32 vars in 731 bytes} [Thu Jun 11 08:01:36 2026] DELETE /v2.0/floatingips/c14b5720-5b56-4c9d-b063-e101c39fe6d4 => generated 0 bytes in 282 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 440/912] 10.0.0.53 () {32 vars in 773 bytes} [Thu Jun 11 08:01:37 2026] GET /v2.0/security-groups?tenant_id=45b796bb55254bd7a67a417983dcd5b5&name=default => generated 2925 bytes in 230 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 441/913] 10.0.0.53 () {32 vars in 739 bytes} [Thu Jun 11 08:01:37 2026] DELETE /v2.0/security-groups/018eece0-dbdf-402c-b9e4-0b7a5697361e => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-11 08:01:37.721 7 INFO neutron_taas.services.taas.taas_plugin [None req-68bb639b-bd94-4fd4-a306-10170ba3dfe6 d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] TaaS: Handle Delete Port: 754d2151-d837-4802-8e5f-1801cac248ed 2026-06-11 08:01:37.724 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-68bb639b-bd94-4fd4-a306-10170ba3dfe6 d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] Tap Mirror: Handle Delete Port: 754d2151-d837-4802-8e5f-1801cac248ed [pid: 7|app: 0|req: 473/914] 10.0.0.53 () {34 vars in 788 bytes} [Thu Jun 11 08:01:36 2026] PUT /v2.0/routers/314bd3aa-e82b-42f2-8442-6f06b82d896b/remove_router_interface => generated 309 bytes in 1273 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 442/915] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:01:38 2026] GET /v2.0/ports?device_id=5dfcf365-f442-4fff-876b-8d711c659aa7 => generated 975 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 443/916] 10.0.0.72 () {34 vars in 1039 bytes} [Thu Jun 11 08:01:38 2026] GET /v2.0/security-groups?id=33647512-4d64-4338-b9bf-1c807c1e002e&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: 444/917] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:01:38 2026] GET /v2.0/ports?device_id=5dfcf365-f442-4fff-876b-8d711c659aa7 => generated 975 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 08:01:38.416 7 INFO neutron_taas.services.taas.taas_plugin [None req-fb42ae91-dce7-45be-b34b-8795cfd221ea d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] TaaS: Handle Delete Port: a86e3ac8-3090-443b-96ec-d499de2d2bc1 2026-06-11 08:01:38.419 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fb42ae91-dce7-45be-b34b-8795cfd221ea d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] Tap Mirror: Handle Delete Port: a86e3ac8-3090-443b-96ec-d499de2d2bc1 [pid: 8|app: 0|req: 445/918] 10.0.0.72 () {34 vars in 1039 bytes} [Thu Jun 11 08:01:38 2026] GET /v2.0/security-groups?id=33647512-4d64-4338-b9bf-1c807c1e002e&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 08:01:38.631 7 INFO neutron_taas.services.taas.taas_plugin [None req-fb42ae91-dce7-45be-b34b-8795cfd221ea d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] TaaS: Handle Delete Port: 39971646-b579-4f03-ab47-7c04a8aeb9f4 2026-06-11 08:01:38.633 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fb42ae91-dce7-45be-b34b-8795cfd221ea d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] Tap Mirror: Handle Delete Port: 39971646-b579-4f03-ab47-7c04a8aeb9f4 [pid: 8|app: 0|req: 446/919] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:01:38 2026] GET /v2.0/ports?device_id=5dfcf365-f442-4fff-876b-8d711c659aa7 => generated 975 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 447/920] 10.0.0.72 () {34 vars in 1039 bytes} [Thu Jun 11 08:01:38 2026] GET /v2.0/security-groups?id=33647512-4d64-4338-b9bf-1c807c1e002e&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 08:01:38.949 7 INFO neutron.services.segments.plugin [-] Segment 4db384c7-6e0a-41bf-838e-173a407986f2 resource provider aggregate not found 2026-06-11 08:01:38.957 7 INFO neutron.services.segments.plugin [-] Segment 4db384c7-6e0a-41bf-838e-173a407986f2 resource provider aggregate not found 2026-06-11 08:01:38.972 7 INFO neutron.db.l3_hamode_db [None req-fb42ae91-dce7-45be-b34b-8795cfd221ea d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] HA network 88d376cf-eb71-4be3-8899-8135df5b2580 was deleted as no HA routers are present in tenant e527b5c165324abb997a31c72070d5e2. 2026-06-11 08:01:38.973 7 INFO neutron.services.segments.plugin [-] Segment 4db384c7-6e0a-41bf-838e-173a407986f2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4db384c7-6e0a-41bf-838e-173a407986f2 found for delete ", "request_id": "req-8bf0902a-0311-41a0-987e-d298ca851700"}]} [pid: 7|app: 0|req: 474/921] 10.0.0.53 () {32 vars in 723 bytes} [Thu Jun 11 08:01:38 2026] DELETE /v2.0/routers/314bd3aa-e82b-42f2-8442-6f06b82d896b => generated 0 bytes in 794 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-11 08:01:38.980 7 INFO neutron.services.segments.plugin [-] Segment 4db384c7-6e0a-41bf-838e-173a407986f2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4db384c7-6e0a-41bf-838e-173a407986f2 found for delete ", "request_id": "req-0e515113-33b4-49df-a55e-543fb48f48d6"}]} [pid: 8|app: 0|req: 448/922] 10.0.0.53 () {32 vars in 723 bytes} [Thu Jun 11 08:01:38 2026] DELETE /v2.0/subnets/860838a1-7c92-4e3c-a08a-3454a1bc6c8a => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-11 08:01:39.263 7 INFO neutron_taas.services.taas.taas_plugin [None req-174efba1-84c0-4622-a8b8-5bb577fca09f d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] TaaS: Handle Delete Port: dbe71027-e040-427d-ae3d-5866215942d7 2026-06-11 08:01:39.267 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-174efba1-84c0-4622-a8b8-5bb577fca09f d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] Tap Mirror: Handle Delete Port: dbe71027-e040-427d-ae3d-5866215942d7 [pid: 7|app: 0|req: 475/923] 10.0.0.53 () {32 vars in 725 bytes} [Thu Jun 11 08:01:39 2026] DELETE /v2.0/networks/8e0cf033-c09e-4a18-97fa-8490dea97172 => generated 0 bytes in 313 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-11 08:01:39.593 8 INFO neutron.db.segments_db [None req-3f94a280-0346-435f-9acd-bc8fa6167f1d 2ed5c800346245abbd5b4871bb846045 05ad4b5ecfab41d48ea0ef890d98012c - - default default] Added segment 70412664-ecfb-49b7-b030-1c232f4f337d of type vxlan for network 09feb8c1-e77a-4a7b-84aa-a9aa97acda15 [pid: 7|app: 0|req: 476/924] 10.0.0.53 () {32 vars in 773 bytes} [Thu Jun 11 08:01:39 2026] GET /v2.0/security-groups?tenant_id=e527b5c165324abb997a31c72070d5e2&name=default => generated 2925 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 449/925] 10.0.0.53 () {34 vars in 669 bytes} [Thu Jun 11 08:01:39 2026] POST /v2.0/networks => generated 648 bytes in 417 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 477/926] 10.0.0.53 () {32 vars in 739 bytes} [Thu Jun 11 08:01:39 2026] DELETE /v2.0/security-groups/5d00badd-3a7a-4123-b1d4-8c0d88878f65 => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 450/927] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:01:39 2026] GET /v2.0/ports?device_id=5dfcf365-f442-4fff-876b-8d711c659aa7 => generated 975 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 478/928] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:01:39 2026] GET /v2.0/ports?device_id=192550c7-90ef-444f-9c59-699535dd9009 => generated 971 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 451/929] 10.0.0.72 () {34 vars in 1039 bytes} [Thu Jun 11 08:01:39 2026] GET /v2.0/security-groups?id=33647512-4d64-4338-b9bf-1c807c1e002e&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: 479/930] 10.0.0.72 () {34 vars in 970 bytes} [Thu Jun 11 08:01:40 2026] GET /v2.0/ports/37a83bcf-427a-4dc1-9207-df6fd1d6794b => generated 968 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 480/931] 199.204.45.229 () {34 vars in 1080 bytes} [Thu Jun 11 08:01:40 2026] GET /v2.0/ports?tenant_id=aceb32e1e07f4ddd8626daf150b8c3e4&device_id=5dfcf365-f442-4fff-876b-8d711c659aa7 => 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: 481/932] 199.204.45.229 () {34 vars in 986 bytes} [Thu Jun 11 08:01:40 2026] GET /v2.0/networks?id=441c7b78-e829-4413-a968-13eea599ac63 => generated 772 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 482/933] 199.204.45.229 () {34 vars in 1060 bytes} [Thu Jun 11 08:01:40 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=39b45129-6b15-4671-b990-cf54fa21498c => generated 861 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 483/934] 199.204.45.229 () {34 vars in 984 bytes} [Thu Jun 11 08:01:40 2026] GET /v2.0/subnets?id=ee250cdb-2e9e-49ea-9401-eea6778505cf => generated 694 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 452/935] 10.0.0.53 () {34 vars in 668 bytes} [Thu Jun 11 08:01:40 2026] POST /v2.0/subnets => generated 673 bytes in 319 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 484/936] 199.204.45.229 () {34 vars in 1052 bytes} [Thu Jun 11 08:01:40 2026] GET /v2.0/ports?network_id=441c7b78-e829-4413-a968-13eea599ac63&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-11 08:01:40.541 8 INFO neutron.db.segments_db [None req-358c449c-d516-4498-a40a-6e2dcc7eb516 2ed5c800346245abbd5b4871bb846045 05ad4b5ecfab41d48ea0ef890d98012c - - default default] Added segment 73a3fe3f-1d0e-42c9-bac3-7d332e357252 of type vxlan for network 46503f69-59c7-42ea-8a08-6524a038c8af [pid: 7|app: 0|req: 485/937] 199.204.45.229 () {34 vars in 1012 bytes} [Thu Jun 11 08:01:40 2026] GET /v2.0/networks/441c7b78-e829-4413-a968-13eea599ac63?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: 486/938] 199.204.45.229 () {34 vars in 1112 bytes} [Thu Jun 11 08:01:40 2026] GET /v2.0/networks/441c7b78-e829-4413-a968-13eea599ac63?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: 453/939] 10.0.0.53 () {34 vars in 669 bytes} [Thu Jun 11 08:01:40 2026] POST /v2.0/networks => generated 648 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 454/940] 199.204.45.229 () {34 vars in 1000 bytes} [Thu Jun 11 08:01:40 2026] GET /v2.0/subnets?network_id=fae6af12-2c95-4572-a9e5-cfa3f4bb3383 => generated 684 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 487/941] 10.0.0.53 () {34 vars in 742 bytes} [Thu Jun 11 08:01:40 2026] PUT /v2.0/networks/46503f69-59c7-42ea-8a08-6524a038c8af => generated 592 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 455/942] 199.204.45.229 () {34 vars in 1146 bytes} [Thu Jun 11 08:01:40 2026] GET /v2.0/ports?device_id=192550c7-90ef-444f-9c59-699535dd9009&device_owner=compute%3Anova&network_id=fae6af12-2c95-4572-a9e5-cfa3f4bb3383 => 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: 488/943] 10.0.0.53 () {34 vars in 668 bytes} [Thu Jun 11 08:01:40 2026] POST /v2.0/subnets => generated 646 bytes in 211 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-11 08:01:41.001 7 INFO neutron.services.segments.plugin [-] Segment 3a3ccfd6-ac17-473c-891a-fb94d5f2f5c8 resource provider aggregate not found 2026-06-11 08:01:41.006 7 INFO neutron.services.segments.plugin [-] Segment 3a3ccfd6-ac17-473c-891a-fb94d5f2f5c8 resource provider aggregate not found 2026-06-11 08:01:41.029 7 INFO neutron.services.segments.plugin [-] Segment 3a3ccfd6-ac17-473c-891a-fb94d5f2f5c8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3a3ccfd6-ac17-473c-891a-fb94d5f2f5c8 found for delete ", "request_id": "req-de743547-c4a4-44a1-b7e8-3bead29fca34"}]} 2026-06-11 08:01:41.030 7 INFO neutron.services.segments.plugin [-] Segment 3a3ccfd6-ac17-473c-891a-fb94d5f2f5c8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3a3ccfd6-ac17-473c-891a-fb94d5f2f5c8 found for delete ", "request_id": "req-1f6403f6-a04a-4992-9849-d283bcc29dc2"}]} [pid: 7|app: 0|req: 489/944] 10.0.0.53 () {34 vars in 740 bytes} [Thu Jun 11 08:01:40 2026] PUT /v2.0/subnets/7bdcce9e-57aa-4d47-9963-ea9653d7f23b => generated 656 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 490/945] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:01:41 2026] GET /v2.0/ports?device_id=5dfcf365-f442-4fff-876b-8d711c659aa7 => generated 975 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 491/946] 10.0.0.53 () {32 vars in 725 bytes} [Thu Jun 11 08:01:41 2026] DELETE /v2.0/networks/46503f69-59c7-42ea-8a08-6524a038c8af => 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: 492/947] 10.0.0.72 () {34 vars in 1039 bytes} [Thu Jun 11 08:01:41 2026] GET /v2.0/security-groups?id=33647512-4d64-4338-b9bf-1c807c1e002e&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: 456/948] 199.204.45.229 () {38 vars in 1028 bytes} [Thu Jun 11 08:01:40 2026] PUT /v2.0/ports/37a83bcf-427a-4dc1-9207-df6fd1d6794b => generated 1149 bytes in 604 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-11 08:01:41.403 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c315afa1-3e46-4c29-b9e7-9385f93c7359 2ed5c800346245abbd5b4871bb846045 05ad4b5ecfab41d48ea0ef890d98012c - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 493/949] 10.0.0.53 () {32 vars in 725 bytes} [Thu Jun 11 08:01:41 2026] DELETE /v2.0/networks/46503f69-59c7-42ea-8a08-6524a038c8af => generated 138 bytes in 14 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, ' 2026-06-11 08:01:41.428 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-6a3aec03-383e-440c-8865-20cfdd52e7f4'] response: {'name': 'network-changed', 'server_uuid': '192550c7-90ef-444f-9c59-699535dd9009', 'tag': '37a83bcf-427a-4dc1-9207-df6fd1d6794b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 457/950] 10.0.0.53 () {32 vars in 693 bytes} [Thu Jun 11 08:01:41 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 494/951] 10.0.0.53 () {32 vars in 741 bytes} [Thu Jun 11 08:01:41 2026] GET /v2.0/subnets?network_id=6271ef13-df5a-423b-a08b-eb07a1cd6870 => generated 649 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 458/952] 10.0.0.53 () {32 vars in 652 bytes} [Thu Jun 11 08:01:41 2026] GET /v2.0/extensions => generated 21537 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 495/953] 10.0.0.53 () {32 vars in 648 bytes} [Thu Jun 11 08:01:41 2026] GET /v2.0/networks => generated 1313 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 459/954] 10.0.0.53 () {32 vars in 646 bytes} [Thu Jun 11 08:01:41 2026] GET /v2.0/subnets => generated 1312 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 496/955] 10.0.0.53 () {32 vars in 722 bytes} [Thu Jun 11 08:01:41 2026] GET /v2.0/networks/09feb8c1-e77a-4a7b-84aa-a9aa97acda15 => generated 673 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 460/956] 10.0.0.53 () {32 vars in 720 bytes} [Thu Jun 11 08:01:41 2026] GET /v2.0/subnets/95925a35-7f5d-48de-a4be-29ed05aa8499 => generated 673 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 08:01:41.772 7 INFO neutron.pecan_wsgi.hooks.translation [None req-98c581e4-1397-4f73-a211-4523c13c4d51 2ed5c800346245abbd5b4871bb846045 05ad4b5ecfab41d48ea0ef890d98012c - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 497/957] 10.0.0.53 () {32 vars in 723 bytes} [Thu Jun 11 08:01:41 2026] DELETE /v2.0/subnets/7bdcce9e-57aa-4d47-9963-ea9653d7f23b => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-11 08:01:41.794 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4a2c42d0-cf68-4c6e-9c41-5cb71d9a8ab4 2ed5c800346245abbd5b4871bb846045 05ad4b5ecfab41d48ea0ef890d98012c - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 461/958] 10.0.0.53 () {32 vars in 725 bytes} [Thu Jun 11 08:01:41 2026] DELETE /v2.0/networks/46503f69-59c7-42ea-8a08-6524a038c8af => 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: 462/959] 199.204.45.229 () {34 vars in 1080 bytes} [Thu Jun 11 08:01:41 2026] GET /v2.0/ports?tenant_id=3845c5ce731344528334a3b01cea2c91&device_id=192550c7-90ef-444f-9c59-699535dd9009 => generated 1421 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 498/960] 10.0.0.53 () {32 vars in 723 bytes} [Thu Jun 11 08:01:41 2026] DELETE /v2.0/subnets/95925a35-7f5d-48de-a4be-29ed05aa8499 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 499/961] 199.204.45.229 () {34 vars in 986 bytes} [Thu Jun 11 08:01:41 2026] GET /v2.0/networks?id=fae6af12-2c95-4572-a9e5-cfa3f4bb3383 => generated 780 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 500/962] 199.204.45.229 () {34 vars in 1060 bytes} [Thu Jun 11 08:01:41 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=37a83bcf-427a-4dc1-9207-df6fd1d6794b => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-11 08:01:42.032 8 INFO neutron_taas.services.taas.taas_plugin [None req-c4772e02-6937-4af0-bd2c-e7be4f31fe5d 2ed5c800346245abbd5b4871bb846045 05ad4b5ecfab41d48ea0ef890d98012c - - default default] TaaS: Handle Delete Port: 403741c9-aa31-477b-a380-9726a98df4e4 2026-06-11 08:01:42.036 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c4772e02-6937-4af0-bd2c-e7be4f31fe5d 2ed5c800346245abbd5b4871bb846045 05ad4b5ecfab41d48ea0ef890d98012c - - default default] Tap Mirror: Handle Delete Port: 403741c9-aa31-477b-a380-9726a98df4e4 [pid: 7|app: 0|req: 501/963] 199.204.45.229 () {34 vars in 1058 bytes} [Thu Jun 11 08:01:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=37a83bcf-427a-4dc1-9207-df6fd1d6794b => generated 860 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 502/964] 199.204.45.229 () {34 vars in 984 bytes} [Thu Jun 11 08:01:42 2026] GET /v2.0/subnets?id=61a0c3c0-0c02-4985-850f-b42360a216af => generated 702 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 503/965] 199.204.45.229 () {34 vars in 1052 bytes} [Thu Jun 11 08:01:42 2026] GET /v2.0/ports?network_id=fae6af12-2c95-4572-a9e5-cfa3f4bb3383&device_owner=network%3Adhcp => generated 1244 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 504/966] 199.204.45.229 () {34 vars in 1012 bytes} [Thu Jun 11 08:01:42 2026] GET /v2.0/networks/fae6af12-2c95-4572-a9e5-cfa3f4bb3383?fields=segments => generated 14 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 505/967] 199.204.45.229 () {34 vars in 1112 bytes} [Thu Jun 11 08:01:42 2026] GET /v2.0/networks/fae6af12-2c95-4572-a9e5-cfa3f4bb3383?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-11 08:01:42.250 8 INFO neutron.services.segments.plugin [-] Segment 70412664-ecfb-49b7-b030-1c232f4f337d resource provider aggregate not found 2026-06-11 08:01:42.251 8 INFO neutron.services.segments.plugin [-] Segment 70412664-ecfb-49b7-b030-1c232f4f337d resource provider aggregate not found 2026-06-11 08:01:42.271 8 INFO neutron.services.segments.plugin [-] Segment 70412664-ecfb-49b7-b030-1c232f4f337d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 70412664-ecfb-49b7-b030-1c232f4f337d found for delete ", "request_id": "req-54b707b4-e20c-4299-85e1-6bc5e6ea2d3c"}]} 2026-06-11 08:01:42.276 8 INFO neutron.services.segments.plugin [-] Segment 70412664-ecfb-49b7-b030-1c232f4f337d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 70412664-ecfb-49b7-b030-1c232f4f337d found for delete ", "request_id": "req-bcf8abd9-06f4-4737-aa60-8694db2219d9"}]} [pid: 8|app: 0|req: 463/968] 10.0.0.53 () {32 vars in 725 bytes} [Thu Jun 11 08:01:41 2026] DELETE /v2.0/networks/09feb8c1-e77a-4a7b-84aa-a9aa97acda15 => generated 0 bytes in 365 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 506/969] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:01:42 2026] GET /v2.0/ports?device_id=192550c7-90ef-444f-9c59-699535dd9009 => generated 1152 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 464/970] 10.0.0.72 () {34 vars in 1039 bytes} [Thu Jun 11 08:01:42 2026] GET /v2.0/security-groups?id=ab7138ef-3e0f-404a-926d-36f56b0af043&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 507/971] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:01:42 2026] GET /v2.0/ports?device_id=5dfcf365-f442-4fff-876b-8d711c659aa7 => 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: 465/972] 10.0.0.72 () {34 vars in 1039 bytes} [Thu Jun 11 08:01:42 2026] GET /v2.0/security-groups?id=33647512-4d64-4338-b9bf-1c807c1e002e&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: 508/973] 10.0.0.53 () {32 vars in 773 bytes} [Thu Jun 11 08:01:42 2026] GET /v2.0/security-groups?tenant_id=1bb814a915804dbe92b83f8635b3fcca&name=default => generated 2925 bytes in 400 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 466/974] 10.0.0.53 () {32 vars in 773 bytes} [Thu Jun 11 08:01:42 2026] GET /v2.0/security-groups?tenant_id=05ad4b5ecfab41d48ea0ef890d98012c&name=default => generated 2925 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 509/975] 10.0.0.53 () {32 vars in 739 bytes} [Thu Jun 11 08:01:42 2026] DELETE /v2.0/security-groups/82bcb371-214b-458e-9b95-37534d3f5ae2 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-11 08:01:43.056 7 INFO neutron.services.segments.plugin [-] Segment 73a3fe3f-1d0e-42c9-bac3-7d332e357252 resource provider aggregate not found 2026-06-11 08:01:43.060 7 INFO neutron.services.segments.plugin [-] Segment 73a3fe3f-1d0e-42c9-bac3-7d332e357252 resource provider aggregate not found [pid: 8|app: 0|req: 467/976] 10.0.0.53 () {32 vars in 739 bytes} [Thu Jun 11 08:01:42 2026] DELETE /v2.0/security-groups/ea079463-33b6-4144-8c58-30630ffa8b25 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-11 08:01:43.073 7 INFO neutron.services.segments.plugin [-] Segment 73a3fe3f-1d0e-42c9-bac3-7d332e357252 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 73a3fe3f-1d0e-42c9-bac3-7d332e357252 found for delete ", "request_id": "req-ff20b41d-08b6-47da-b62a-2c7686a805a3"}]} 2026-06-11 08:01:43.091 7 INFO neutron.services.segments.plugin [-] Segment 73a3fe3f-1d0e-42c9-bac3-7d332e357252 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 73a3fe3f-1d0e-42c9-bac3-7d332e357252 found for delete ", "request_id": "req-99c5d65b-cc68-4c3e-bffc-bab31c2ca416"}]} [pid: 7|app: 0|req: 510/977] 199.204.45.229 () {34 vars in 1080 bytes} [Thu Jun 11 08:01:43 2026] GET /v2.0/ports?tenant_id=3845c5ce731344528334a3b01cea2c91&device_id=192550c7-90ef-444f-9c59-699535dd9009 => generated 1421 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 468/978] 199.204.45.229 () {34 vars in 986 bytes} [Thu Jun 11 08:01:43 2026] GET /v2.0/networks?id=fae6af12-2c95-4572-a9e5-cfa3f4bb3383 => generated 780 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 511/979] 199.204.45.229 () {34 vars in 1060 bytes} [Thu Jun 11 08:01:43 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=37a83bcf-427a-4dc1-9207-df6fd1d6794b => 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: 469/980] 199.204.45.229 () {34 vars in 1058 bytes} [Thu Jun 11 08:01:43 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=37a83bcf-427a-4dc1-9207-df6fd1d6794b => generated 860 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 512/981] 199.204.45.229 () {34 vars in 984 bytes} [Thu Jun 11 08:01:43 2026] GET /v2.0/subnets?id=61a0c3c0-0c02-4985-850f-b42360a216af => generated 702 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 470/982] 199.204.45.229 () {34 vars in 1052 bytes} [Thu Jun 11 08:01:43 2026] GET /v2.0/ports?network_id=fae6af12-2c95-4572-a9e5-cfa3f4bb3383&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: 7|app: 0|req: 513/983] 199.204.45.229 () {34 vars in 1012 bytes} [Thu Jun 11 08:01:43 2026] GET /v2.0/networks/fae6af12-2c95-4572-a9e5-cfa3f4bb3383?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: 471/984] 199.204.45.229 () {34 vars in 1112 bytes} [Thu Jun 11 08:01:43 2026] GET /v2.0/networks/fae6af12-2c95-4572-a9e5-cfa3f4bb3383?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: 514/985] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:01:43 2026] GET /v2.0/ports?device_id=5dfcf365-f442-4fff-876b-8d711c659aa7 => 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: 472/986] 10.0.0.72 () {34 vars in 1039 bytes} [Thu Jun 11 08:01:43 2026] GET /v2.0/security-groups?id=33647512-4d64-4338-b9bf-1c807c1e002e&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: 515/987] 199.204.45.229 () {34 vars in 1120 bytes} [Thu Jun 11 08:01:44 2026] GET /v2.0/ports?device_id=192550c7-90ef-444f-9c59-699535dd9009&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.14 => generated 1152 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 473/988] 199.204.45.229 () {38 vars in 1028 bytes} [Thu Jun 11 08:01:44 2026] PUT /v2.0/ports/37a83bcf-427a-4dc1-9207-df6fd1d6794b => generated 968 bytes in 554 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 516/989] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:01:44 2026] GET /v2.0/ports?device_id=5dfcf365-f442-4fff-876b-8d711c659aa7 => generated 975 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 474/990] 10.0.0.72 () {34 vars in 1039 bytes} [Thu Jun 11 08:01:44 2026] GET /v2.0/security-groups?id=33647512-4d64-4338-b9bf-1c807c1e002e&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 08:01:44.802 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f5d28071-6209-45ff-9864-170e34766a56'] response: {'name': 'network-changed', 'server_uuid': '192550c7-90ef-444f-9c59-699535dd9009', 'tag': '37a83bcf-427a-4dc1-9207-df6fd1d6794b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 517/991] 10.0.0.53 () {34 vars in 676 bytes} [Thu Jun 11 08:01:44 2026] POST /v2.0/subnetpools => generated 549 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 475/992] 10.0.0.53 () {32 vars in 728 bytes} [Thu Jun 11 08:01:45 2026] GET /v2.0/subnetpools/3c39305f-f1f6-433a-8619-4fcfcfd74f36 => generated 549 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 518/993] 10.0.0.53 () {34 vars in 748 bytes} [Thu Jun 11 08:01:45 2026] PUT /v2.0/subnetpools/3c39305f-f1f6-433a-8619-4fcfcfd74f36 => generated 501 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 476/994] 10.0.0.53 () {32 vars in 731 bytes} [Thu Jun 11 08:01:45 2026] DELETE /v2.0/subnetpools/3c39305f-f1f6-433a-8619-4fcfcfd74f36 => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-11 08:01:45.191 7 INFO neutron.api.v2.resource [None req-64ebdd66-7ce8-42f8-9cfd-3f31ae5585eb 12cca74a36bf4afe917617e2ec775bc3 53b1a0a22a67459694005869dd0ea73b - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 519/995] 10.0.0.53 () {32 vars in 728 bytes} [Thu Jun 11 08:01:45 2026] GET /v2.0/subnetpools/3c39305f-f1f6-433a-8619-4fcfcfd74f36 => generated 145 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-11 08:01:45.209 8 INFO neutron.api.v2.resource [None req-f3a03738-7e13-40b6-9dff-6db25db303fa 12cca74a36bf4afe917617e2ec775bc3 53b1a0a22a67459694005869dd0ea73b - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 477/996] 10.0.0.53 () {32 vars in 731 bytes} [Thu Jun 11 08:01:45 2026] DELETE /v2.0/subnetpools/3c39305f-f1f6-433a-8619-4fcfcfd74f36 => generated 145 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 520/997] 199.204.45.229 () {34 vars in 1080 bytes} [Thu Jun 11 08:01:45 2026] GET /v2.0/ports?tenant_id=3845c5ce731344528334a3b01cea2c91&device_id=192550c7-90ef-444f-9c59-699535dd9009 => generated 1240 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 478/998] 199.204.45.229 () {34 vars in 986 bytes} [Thu Jun 11 08:01:45 2026] GET /v2.0/networks?id=fae6af12-2c95-4572-a9e5-cfa3f4bb3383 => generated 780 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 521/999] 199.204.45.229 () {34 vars in 1058 bytes} [Thu Jun 11 08:01:45 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=37a83bcf-427a-4dc1-9207-df6fd1d6794b => generated 860 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 479/1000] 199.204.45.229 () {34 vars in 984 bytes} [Thu Jun 11 08:01:45 2026] GET /v2.0/subnets?id=61a0c3c0-0c02-4985-850f-b42360a216af => generated 702 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 522/1001] 199.204.45.229 () {34 vars in 1052 bytes} [Thu Jun 11 08:01:45 2026] GET /v2.0/ports?network_id=fae6af12-2c95-4572-a9e5-cfa3f4bb3383&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 480/1002] 199.204.45.229 () {34 vars in 1012 bytes} [Thu Jun 11 08:01:45 2026] GET /v2.0/networks/fae6af12-2c95-4572-a9e5-cfa3f4bb3383?fields=segments => generated 14 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 523/1003] 199.204.45.229 () {34 vars in 1112 bytes} [Thu Jun 11 08:01:45 2026] GET /v2.0/networks/fae6af12-2c95-4572-a9e5-cfa3f4bb3383?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 524/1004] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:01:45 2026] GET /v2.0/ports?device_id=5dfcf365-f442-4fff-876b-8d711c659aa7 => generated 975 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 525/1005] 10.0.0.72 () {34 vars in 1039 bytes} [Thu Jun 11 08:01:45 2026] GET /v2.0/security-groups?id=33647512-4d64-4338-b9bf-1c807c1e002e&fields=id&fields=name => generated 114 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 481/1006] 10.0.0.53 () {32 vars in 773 bytes} [Thu Jun 11 08:01:45 2026] GET /v2.0/security-groups?tenant_id=53b1a0a22a67459694005869dd0ea73b&name=default => generated 2925 bytes in 412 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 526/1007] 10.0.0.53 () {32 vars in 739 bytes} [Thu Jun 11 08:01:46 2026] DELETE /v2.0/security-groups/ba8f2c3f-abc3-4d3a-9f4c-0102bd1ffd30 => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 482/1008] 199.204.45.229 () {34 vars in 1080 bytes} [Thu Jun 11 08:01:46 2026] GET /v2.0/ports?tenant_id=3845c5ce731344528334a3b01cea2c91&device_id=192550c7-90ef-444f-9c59-699535dd9009 => generated 1240 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 527/1009] 199.204.45.229 () {34 vars in 986 bytes} [Thu Jun 11 08:01:46 2026] GET /v2.0/networks?id=fae6af12-2c95-4572-a9e5-cfa3f4bb3383 => generated 780 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 483/1010] 199.204.45.229 () {34 vars in 1058 bytes} [Thu Jun 11 08:01:46 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=37a83bcf-427a-4dc1-9207-df6fd1d6794b => generated 860 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 528/1011] 199.204.45.229 () {34 vars in 984 bytes} [Thu Jun 11 08:01:46 2026] GET /v2.0/subnets?id=61a0c3c0-0c02-4985-850f-b42360a216af => generated 702 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 529/1012] 199.204.45.229 () {34 vars in 1052 bytes} [Thu Jun 11 08:01:46 2026] GET /v2.0/ports?network_id=fae6af12-2c95-4572-a9e5-cfa3f4bb3383&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: 8|app: 0|req: 484/1013] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:01:46 2026] GET /v2.0/ports?device_id=192550c7-90ef-444f-9c59-699535dd9009 => generated 971 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 530/1014] 199.204.45.229 () {34 vars in 1012 bytes} [Thu Jun 11 08:01:46 2026] GET /v2.0/networks/fae6af12-2c95-4572-a9e5-cfa3f4bb3383?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 485/1015] 10.0.0.72 () {34 vars in 1039 bytes} [Thu Jun 11 08:01:46 2026] GET /v2.0/security-groups?id=ab7138ef-3e0f-404a-926d-36f56b0af043&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: 531/1016] 199.204.45.229 () {34 vars in 1112 bytes} [Thu Jun 11 08:01:46 2026] GET /v2.0/networks/fae6af12-2c95-4572-a9e5-cfa3f4bb3383?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: 486/1017] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:01:47 2026] GET /v2.0/ports?device_id=5dfcf365-f442-4fff-876b-8d711c659aa7 => generated 973 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 532/1018] 10.0.0.72 () {34 vars in 1039 bytes} [Thu Jun 11 08:01:47 2026] GET /v2.0/security-groups?id=33647512-4d64-4338-b9bf-1c807c1e002e&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: 487/1019] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:01:48 2026] GET /v2.0/ports?device_id=192550c7-90ef-444f-9c59-699535dd9009 => 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: 533/1020] 10.0.0.72 () {34 vars in 1039 bytes} [Thu Jun 11 08:01:48 2026] GET /v2.0/security-groups?id=ab7138ef-3e0f-404a-926d-36f56b0af043&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 534/1021] 10.0.0.53 () {32 vars in 622 bytes} [Thu Jun 11 08:01:48 2026] GET / => generated 151 bytes in 3 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 535/1022] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:01:48 2026] GET /v2.0/ports?device_id=5dfcf365-f442-4fff-876b-8d711c659aa7 => generated 975 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 536/1023] 10.0.0.53 () {32 vars in 632 bytes} [Thu Jun 11 08:01:48 2026] GET /v2.0/ => generated 632 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 537/1024] 10.0.0.72 () {34 vars in 1039 bytes} [Thu Jun 11 08:01:48 2026] GET /v2.0/security-groups?id=33647512-4d64-4338-b9bf-1c807c1e002e&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: 488/1025] 10.0.0.53 () {32 vars in 773 bytes} [Thu Jun 11 08:01:48 2026] GET /v2.0/security-groups?tenant_id=10a67f3f809e4a2c88d93d1685bf6225&name=default => generated 2925 bytes in 329 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 538/1026] 10.0.0.53 () {32 vars in 739 bytes} [Thu Jun 11 08:01:48 2026] DELETE /v2.0/security-groups/c7897048-9e97-4a05-8539-58459b6653d9 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 489/1029] 10.0.0.53 () {32 vars in 773 bytes} [Thu Jun 11 08:01:48 2026] GET /v2.0/security-groups?tenant_id=326ccd105ceb44b6b327d370e53cbc4b&name=default => generated 2925 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 490/1030] 10.0.0.53 () {32 vars in 739 bytes} [Thu Jun 11 08:01:48 2026] DELETE /v2.0/security-groups/6a97c552-ca49-4854-b2e9-119a3a96f3ea => 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: 541/1031] 10.0.0.53 () {32 vars in 773 bytes} [Thu Jun 11 08:01:48 2026] GET /v2.0/security-groups?tenant_id=b5af176e6af549c2bf28b663da5c7f48&name=default => generated 2925 bytes in 182 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 491/1032] 10.0.0.53 () {32 vars in 739 bytes} [Thu Jun 11 08:01:49 2026] DELETE /v2.0/security-groups/9739c4e6-457d-45ef-a3c8-35924a7d53fe => 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: 542/1033] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:01:49 2026] GET /v2.0/ports?device_id=192550c7-90ef-444f-9c59-699535dd9009 => 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: 492/1034] 10.0.0.72 () {34 vars in 1039 bytes} [Thu Jun 11 08:01:49 2026] GET /v2.0/security-groups?id=ab7138ef-3e0f-404a-926d-36f56b0af043&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: 543/1035] 199.204.45.229 () {34 vars in 994 bytes} [Thu Jun 11 08:01:49 2026] GET /v2.0/ports?device_id=192550c7-90ef-444f-9c59-699535dd9009 => generated 971 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 08:01:49.494 8 INFO neutron_taas.services.taas.taas_plugin [req-8700ad07-48b3-451b-96a4-bdfe73859301 req-f12ac50b-9d1b-48bf-872a-11f386660e67 30afab5063264b8489fd23cf1462505a 3845c5ce731344528334a3b01cea2c91 - - default default] TaaS: Handle Delete Port: 37a83bcf-427a-4dc1-9207-df6fd1d6794b 2026-06-11 08:01:49.518 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-8700ad07-48b3-451b-96a4-bdfe73859301 req-f12ac50b-9d1b-48bf-872a-11f386660e67 30afab5063264b8489fd23cf1462505a 3845c5ce731344528334a3b01cea2c91 - - default default] Tap Mirror: Handle Delete Port: 37a83bcf-427a-4dc1-9207-df6fd1d6794b [pid: 7|app: 0|req: 544/1036] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:01:49 2026] GET /v2.0/ports?device_id=5dfcf365-f442-4fff-876b-8d711c659aa7 => generated 975 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 545/1037] 10.0.0.72 () {34 vars in 1039 bytes} [Thu Jun 11 08:01:49 2026] GET /v2.0/security-groups?id=33647512-4d64-4338-b9bf-1c807c1e002e&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 08:01:49.665 8 INFO neutron.db.l3_db [req-8700ad07-48b3-451b-96a4-bdfe73859301 req-f12ac50b-9d1b-48bf-872a-11f386660e67 30afab5063264b8489fd23cf1462505a 3845c5ce731344528334a3b01cea2c91 - - default default] Floating IP 8428b832-573c-422a-929d-878548acc1e2 disassociated. External IP: 10.96.250.202, port: 37a83bcf-427a-4dc1-9207-df6fd1d6794b. [pid: 8|app: 0|req: 493/1038] 199.204.45.229 () {36 vars in 997 bytes} [Thu Jun 11 08:01:49 2026] DELETE /v2.0/ports/37a83bcf-427a-4dc1-9207-df6fd1d6794b => generated 0 bytes in 569 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-11 08:01:50.004 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f5686f70-bc8c-4d67-a097-e3cff3dc28c5'] response: {'server_uuid': '192550c7-90ef-444f-9c59-699535dd9009', 'name': 'network-vif-deleted', 'tag': '37a83bcf-427a-4dc1-9207-df6fd1d6794b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 546/1039] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:01:50 2026] GET /v2.0/ports?device_id=192550c7-90ef-444f-9c59-699535dd9009 => 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: 494/1040] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:01:51 2026] GET /v2.0/ports?device_id=192550c7-90ef-444f-9c59-699535dd9009 => 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: 547/1041] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:01:52 2026] GET /v2.0/ports?device_id=192550c7-90ef-444f-9c59-699535dd9009 => 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: 495/1042] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:01:53 2026] GET /v2.0/ports?device_id=192550c7-90ef-444f-9c59-699535dd9009 => 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: 548/1043] 10.0.0.53 () {32 vars in 773 bytes} [Thu Jun 11 08:01:54 2026] GET /v2.0/security-groups?tenant_id=4f8ed6f5225e4ed9bad3d7f4d6c74048&name=default => generated 2925 bytes in 374 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 496/1044] 10.0.0.53 () {32 vars in 739 bytes} [Thu Jun 11 08:01:54 2026] DELETE /v2.0/security-groups/b043baa0-dcac-4da0-a379-ea9fa50956d5 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 497/1045] 10.0.0.53 () {32 vars in 739 bytes} [Thu Jun 11 08:01:54 2026] DELETE /v2.0/security-groups/ab7138ef-3e0f-404a-926d-36f56b0af043 => 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: 549/1046] 10.0.0.53 () {32 vars in 773 bytes} [Thu Jun 11 08:01:54 2026] GET /v2.0/security-groups?tenant_id=83b5d05516524b6f9f9ccea6163cfaee&name=default => generated 2925 bytes in 288 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-11 08:01:54.986 8 INFO neutron.api.v2.resource [None req-7e8a56de-ade2-4def-a1a7-2427530aaacf 30afab5063264b8489fd23cf1462505a 3845c5ce731344528334a3b01cea2c91 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 498/1047] 10.0.0.53 () {32 vars in 736 bytes} [Thu Jun 11 08:01:54 2026] GET /v2.0/security-groups/ab7138ef-3e0f-404a-926d-36f56b0af043 => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 550/1048] 10.0.0.53 () {32 vars in 739 bytes} [Thu Jun 11 08:01:54 2026] DELETE /v2.0/security-groups/75a644f5-780c-4613-910b-3773be46d24f => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-11 08:01:55.097 8 INFO neutron_taas.services.taas.taas_plugin [None req-bfa84d51-f0e1-4061-af62-26c057639b5c 30afab5063264b8489fd23cf1462505a 3845c5ce731344528334a3b01cea2c91 - - default default] TaaS: Handle Delete Port: 3d648727-287f-4100-94cf-7bef75dd9829 2026-06-11 08:01:55.099 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bfa84d51-f0e1-4061-af62-26c057639b5c 30afab5063264b8489fd23cf1462505a 3845c5ce731344528334a3b01cea2c91 - - default default] Tap Mirror: Handle Delete Port: 3d648727-287f-4100-94cf-7bef75dd9829 [pid: 8|app: 0|req: 499/1049] 10.0.0.53 () {32 vars in 731 bytes} [Thu Jun 11 08:01:54 2026] DELETE /v2.0/floatingips/8428b832-573c-422a-929d-878548acc1e2 => generated 0 bytes in 286 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 551/1050] 10.0.0.53 () {32 vars in 773 bytes} [Thu Jun 11 08:01:55 2026] GET /v2.0/security-groups?tenant_id=7df2c2ff7418444f97e709e99a5d5c9e&name=default => generated 2925 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 500/1051] 10.0.0.53 () {32 vars in 739 bytes} [Thu Jun 11 08:01:55 2026] DELETE /v2.0/security-groups/1beb4d60-bc37-447d-a7dc-a00abff7acba => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-11 08:01:55.716 7 INFO neutron_taas.services.taas.taas_plugin [None req-43a1505f-b15e-47e5-8c47-1d1cd82a7335 d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] TaaS: Handle Delete Port: 6fbab2f1-610c-484a-80f6-98a5a774af30 2026-06-11 08:01:55.719 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-43a1505f-b15e-47e5-8c47-1d1cd82a7335 d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] Tap Mirror: Handle Delete Port: 6fbab2f1-610c-484a-80f6-98a5a774af30 [pid: 7|app: 0|req: 552/1052] 10.0.0.53 () {34 vars in 788 bytes} [Thu Jun 11 08:01:55 2026] PUT /v2.0/routers/74888923-923f-4b07-8856-d091f2728071/remove_router_interface => generated 309 bytes in 873 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 08:01:56.449 8 INFO neutron_taas.services.taas.taas_plugin [None req-7e5fab32-2377-472d-8013-a25f78f1c0d7 d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] TaaS: Handle Delete Port: d7ff779d-9b70-454a-853e-febbdb264c85 2026-06-11 08:01:56.452 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7e5fab32-2377-472d-8013-a25f78f1c0d7 d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] Tap Mirror: Handle Delete Port: d7ff779d-9b70-454a-853e-febbdb264c85 2026-06-11 08:01:56.695 7 INFO neutron.db.segments_db [None req-d0115fbe-c089-430b-954d-0cf7849e803b 35f063e4eafc4be49f01f22dc5775a94 a45e9aa2acdb4fe8af5355993f21a2b6 - - default default] Added segment 8c9c26c1-bfaf-44a7-9230-00b7f447eb19 of type vxlan for network d8d3e123-560c-4c17-a479-16fda473fd77 2026-06-11 08:01:56.725 8 INFO neutron_taas.services.taas.taas_plugin [None req-7e5fab32-2377-472d-8013-a25f78f1c0d7 d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] TaaS: Handle Delete Port: 730d68ea-564c-4319-a5e8-0edb78b5df76 2026-06-11 08:01:56.728 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7e5fab32-2377-472d-8013-a25f78f1c0d7 d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] Tap Mirror: Handle Delete Port: 730d68ea-564c-4319-a5e8-0edb78b5df76 2026-06-11 08:01:56.749 7 INFO neutron.db.segments_db [None req-d0115fbe-c089-430b-954d-0cf7849e803b 35f063e4eafc4be49f01f22dc5775a94 a45e9aa2acdb4fe8af5355993f21a2b6 - - default default] Added segment 807ce26a-33bc-4931-809a-64f47010d6cb of type vxlan for network 255c6f66-b109-4b6c-8bba-68e3ce206273 [pid: 7|app: 0|req: 553/1053] 10.0.0.53 () {34 vars in 669 bytes} [Thu Jun 11 08:01:56 2026] POST /v2.0/networks => generated 1245 bytes in 490 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 554/1054] 10.0.0.53 () {32 vars in 648 bytes} [Thu Jun 11 08:01:56 2026] GET /v2.0/networks => generated 1844 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-11 08:01:57.080 7 INFO neutron.services.segments.plugin [-] Segment 8c9c26c1-bfaf-44a7-9230-00b7f447eb19 resource provider aggregate not found 2026-06-11 08:01:57.088 7 INFO neutron.services.segments.plugin [-] Segment 8c9c26c1-bfaf-44a7-9230-00b7f447eb19 resource provider aggregate not found 2026-06-11 08:01:57.100 7 INFO neutron.services.segments.plugin [-] Segment 8c9c26c1-bfaf-44a7-9230-00b7f447eb19 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8c9c26c1-bfaf-44a7-9230-00b7f447eb19 found for delete ", "request_id": "req-803bdfaf-4906-4a4d-9a4c-ee68224a49d0"}]} [pid: 7|app: 0|req: 555/1055] 10.0.0.53 () {32 vars in 725 bytes} [Thu Jun 11 08:01:56 2026] DELETE /v2.0/networks/d8d3e123-560c-4c17-a479-16fda473fd77 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-11 08:01:57.109 7 INFO neutron.services.segments.plugin [-] Segment 8c9c26c1-bfaf-44a7-9230-00b7f447eb19 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8c9c26c1-bfaf-44a7-9230-00b7f447eb19 found for delete ", "request_id": "req-4fecc4f6-aec8-4dea-a540-b23646ac7552"}]} 2026-06-11 08:01:57.123 8 INFO neutron.services.segments.plugin [-] Segment 2c024583-b6bb-4319-b51a-80dc2909fedc resource provider aggregate not found 2026-06-11 08:01:57.130 8 INFO neutron.services.segments.plugin [-] Segment 2c024583-b6bb-4319-b51a-80dc2909fedc resource provider aggregate not found 2026-06-11 08:01:57.152 8 INFO neutron.services.segments.plugin [-] Segment 2c024583-b6bb-4319-b51a-80dc2909fedc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2c024583-b6bb-4319-b51a-80dc2909fedc found for delete ", "request_id": "req-9fab47b1-228d-4fab-a0b0-0870e38a7bab"}]} 2026-06-11 08:01:57.159 8 INFO neutron.services.segments.plugin [-] Segment 2c024583-b6bb-4319-b51a-80dc2909fedc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2c024583-b6bb-4319-b51a-80dc2909fedc found for delete ", "request_id": "req-9b2bdae2-a5de-4ae2-a2ca-996a47ea9b50"}]} 2026-06-11 08:01:57.160 8 INFO neutron.db.l3_hamode_db [None req-7e5fab32-2377-472d-8013-a25f78f1c0d7 d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] HA network eed77c99-ba37-47f8-8627-d9bed25b24ae was deleted as no HA routers are present in tenant 3845c5ce731344528334a3b01cea2c91. [pid: 8|app: 0|req: 501/1056] 10.0.0.53 () {32 vars in 723 bytes} [Thu Jun 11 08:01:56 2026] DELETE /v2.0/routers/74888923-923f-4b07-8856-d091f2728071 => generated 0 bytes in 936 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 556/1057] 10.0.0.53 () {32 vars in 725 bytes} [Thu Jun 11 08:01:57 2026] DELETE /v2.0/networks/255c6f66-b109-4b6c-8bba-68e3ce206273 => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 502/1058] 10.0.0.53 () {32 vars in 723 bytes} [Thu Jun 11 08:01:57 2026] DELETE /v2.0/subnets/61a0c3c0-0c02-4985-850f-b42360a216af => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 557/1059] 10.0.0.53 () {32 vars in 648 bytes} [Thu Jun 11 08:01:57 2026] GET /v2.0/networks => generated 651 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 08:01:57.420 7 INFO neutron.db.segments_db [None req-67621cfd-ca4b-4e72-a77a-676c77d6d009 35f063e4eafc4be49f01f22dc5775a94 a45e9aa2acdb4fe8af5355993f21a2b6 - - default default] Added segment e57aa494-a3ab-45de-becc-2e118d2699f3 of type vxlan for network 7458b496-47af-44bb-984d-6a21c2b5463f 2026-06-11 08:01:57.426 8 INFO neutron_taas.services.taas.taas_plugin [None req-74c13d05-6e87-4e9e-826b-2304292f1223 d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] TaaS: Handle Delete Port: 1bd9481d-40a9-4037-a3a8-ff15c292376d 2026-06-11 08:01:57.429 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-74c13d05-6e87-4e9e-826b-2304292f1223 d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] Tap Mirror: Handle Delete Port: 1bd9481d-40a9-4037-a3a8-ff15c292376d [pid: 7|app: 0|req: 558/1060] 10.0.0.53 () {34 vars in 669 bytes} [Thu Jun 11 08:01:57 2026] POST /v2.0/networks => generated 650 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 559/1061] 10.0.0.22 () {34 vars in 989 bytes} [Thu Jun 11 08:01:57 2026] GET /v2.0/ports?device_id=5dfcf365-f442-4fff-876b-8d711c659aa7 => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 503/1062] 10.0.0.53 () {32 vars in 725 bytes} [Thu Jun 11 08:01:57 2026] DELETE /v2.0/networks/fae6af12-2c95-4572-a9e5-cfa3f4bb3383 => generated 0 bytes in 255 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-11 08:01:57.606 7 INFO neutron.db.segments_db [None req-d1d8703b-d293-4fb6-b881-fd996dfe078a 35f063e4eafc4be49f01f22dc5775a94 a45e9aa2acdb4fe8af5355993f21a2b6 - - default default] Added segment 14ef9b89-7b49-4502-8ff9-f7ad60e463d8 of type vxlan for network 58087a5a-dd59-4231-95ec-b6b12222eadf [pid: 8|app: 0|req: 504/1063] 10.0.0.22 () {34 vars in 1039 bytes} [Thu Jun 11 08:01:57 2026] GET /v2.0/security-groups?id=33647512-4d64-4338-b9bf-1c807c1e002e&fields=id&fields=name => generated 114 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 560/1064] 10.0.0.53 () {34 vars in 669 bytes} [Thu Jun 11 08:01:57 2026] POST /v2.0/networks => generated 649 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 561/1065] 10.0.0.53 () {32 vars in 773 bytes} [Thu Jun 11 08:01:57 2026] GET /v2.0/security-groups?tenant_id=3845c5ce731344528334a3b01cea2c91&name=default => generated 2921 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 562/1066] 10.0.0.53 () {32 vars in 739 bytes} [Thu Jun 11 08:01:57 2026] DELETE /v2.0/security-groups/006010dd-007c-49a8-bf56-0462ba3e98b1 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 505/1067] 10.0.0.53 () {34 vars in 664 bytes} [Thu Jun 11 08:01:57 2026] POST /v2.0/ports => generated 1506 bytes in 599 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 563/1068] 10.0.0.53 () {32 vars in 642 bytes} [Thu Jun 11 08:01:58 2026] GET /v2.0/ports => generated 1506 bytes in 133 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-11 08:01:58.549 8 INFO neutron_taas.services.taas.taas_plugin [None req-c1047947-3810-49d7-a1ea-9316571c779b 35f063e4eafc4be49f01f22dc5775a94 a45e9aa2acdb4fe8af5355993f21a2b6 - - default default] TaaS: Handle Delete Port: c49d9dbe-7db1-4b4b-9df5-96c64af7ba22 2026-06-11 08:01:58.552 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c1047947-3810-49d7-a1ea-9316571c779b 35f063e4eafc4be49f01f22dc5775a94 a45e9aa2acdb4fe8af5355993f21a2b6 - - default default] Tap Mirror: Handle Delete Port: c49d9dbe-7db1-4b4b-9df5-96c64af7ba22 [pid: 8|app: 0|req: 506/1069] 10.0.0.53 () {32 vars in 719 bytes} [Thu Jun 11 08:01:58 2026] DELETE /v2.0/ports/c49d9dbe-7db1-4b4b-9df5-96c64af7ba22 => generated 0 bytes in 178 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-11 08:01:58.777 7 INFO neutron_taas.services.taas.taas_plugin [None req-510b7f72-5288-4541-ba9b-88bc75cea81f 35f063e4eafc4be49f01f22dc5775a94 a45e9aa2acdb4fe8af5355993f21a2b6 - - default default] TaaS: Handle Delete Port: 0ebf401a-24e8-42ed-af40-17964d7c3e91 2026-06-11 08:01:58.781 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-510b7f72-5288-4541-ba9b-88bc75cea81f 35f063e4eafc4be49f01f22dc5775a94 a45e9aa2acdb4fe8af5355993f21a2b6 - - default default] Tap Mirror: Handle Delete Port: 0ebf401a-24e8-42ed-af40-17964d7c3e91 [pid: 7|app: 0|req: 564/1070] 10.0.0.53 () {32 vars in 719 bytes} [Thu Jun 11 08:01:58 2026] DELETE /v2.0/ports/0ebf401a-24e8-42ed-af40-17964d7c3e91 => generated 0 bytes in 225 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 507/1071] 10.0.0.53 () {32 vars in 642 bytes} [Thu Jun 11 08:01:58 2026] GET /v2.0/ports => generated 12 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-11 08:01:58.986 7 INFO neutron.db.segments_db [None req-d03ec280-16fa-4eb0-aceb-dfeee021e0a3 35f063e4eafc4be49f01f22dc5775a94 a45e9aa2acdb4fe8af5355993f21a2b6 - - default default] Added segment aa899ea5-5662-4ac7-bf0b-fb7e7043d74c of type vxlan for network ec808066-71a6-4c01-ba54-46032c4f89c0 [pid: 7|app: 0|req: 565/1072] 10.0.0.53 () {34 vars in 669 bytes} [Thu Jun 11 08:01:58 2026] POST /v2.0/networks => generated 649 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-11 08:01:59.121 7 INFO neutron.services.segments.plugin [-] Segment 807ce26a-33bc-4931-809a-64f47010d6cb resource provider aggregate not found 2026-06-11 08:01:59.130 7 INFO neutron.services.segments.plugin [-] Segment 807ce26a-33bc-4931-809a-64f47010d6cb resource provider aggregate not found 2026-06-11 08:01:59.131 7 INFO neutron.services.segments.plugin [-] Segment 807ce26a-33bc-4931-809a-64f47010d6cb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 807ce26a-33bc-4931-809a-64f47010d6cb found for delete ", "request_id": "req-b46e513d-946f-4a86-b12b-7e8c41363f4f"}]} 2026-06-11 08:01:59.141 8 INFO neutron.db.segments_db [None req-f6554048-5086-4004-a32c-5b026c2b98cf 35f063e4eafc4be49f01f22dc5775a94 a45e9aa2acdb4fe8af5355993f21a2b6 - - default default] Added segment 6553a339-1b7f-4904-8e6e-7cdab3d63171 of type vxlan for network 6ef2539e-02a9-421d-bc4b-b45317ac9ea4 2026-06-11 08:01:59.144 7 INFO neutron.services.segments.plugin [-] Segment 807ce26a-33bc-4931-809a-64f47010d6cb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 807ce26a-33bc-4931-809a-64f47010d6cb found for delete ", "request_id": "req-36bf5e6d-3100-4efe-920e-633696933da6"}]} 2026-06-11 08:01:59.176 8 INFO neutron.services.segments.plugin [-] Segment d40dbbe6-1f60-49b9-b88d-a8b263854085 resource provider aggregate not found 2026-06-11 08:01:59.184 8 INFO neutron.services.segments.plugin [-] Segment d40dbbe6-1f60-49b9-b88d-a8b263854085 resource provider aggregate not found 2026-06-11 08:01:59.192 8 INFO neutron.services.segments.plugin [-] Segment d40dbbe6-1f60-49b9-b88d-a8b263854085 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d40dbbe6-1f60-49b9-b88d-a8b263854085 found for delete ", "request_id": "req-85a557b7-3cb3-4d36-bce5-10da2f1b6d08"}]} 2026-06-11 08:01:59.204 8 INFO neutron.services.segments.plugin [-] Segment d40dbbe6-1f60-49b9-b88d-a8b263854085 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d40dbbe6-1f60-49b9-b88d-a8b263854085 found for delete ", "request_id": "req-6ab22026-7451-4523-9034-dd1a3de778db"}]} [pid: 8|app: 0|req: 508/1073] 10.0.0.53 () {34 vars in 669 bytes} [Thu Jun 11 08:01:59 2026] POST /v2.0/networks => generated 649 bytes in 192 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 566/1074] 10.0.0.53 () {34 vars in 668 bytes} [Thu Jun 11 08:01:59 2026] POST /v2.0/subnets => generated 1273 bytes in 386 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 567/1075] 10.0.0.53 () {32 vars in 646 bytes} [Thu Jun 11 08:01:59 2026] GET /v2.0/subnets => generated 1909 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 568/1076] 10.0.0.53 () {32 vars in 723 bytes} [Thu Jun 11 08:01:59 2026] DELETE /v2.0/subnets/33de7868-bfb7-46a0-a3ec-39a3bd22b201 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-11 08:01:59.944 8 INFO neutron.db.segments_db [None req-9dfa9d0d-c03e-4670-8a02-5dff6944ca8b d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] Added segment 5fda3ebd-3fda-4ff3-b5c3-f66b975075e4 of type vxlan for network 016cd22c-1258-4d41-b0e6-3e19c1d9c7dc [pid: 7|app: 0|req: 569/1077] 10.0.0.53 () {32 vars in 723 bytes} [Thu Jun 11 08:01:59 2026] DELETE /v2.0/subnets/7d2c96b2-a362-4733-ab85-a52b8e06c6af => generated 0 bytes in 127 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 570/1078] 10.0.0.53 () {32 vars in 646 bytes} [Thu Jun 11 08:01:59 2026] GET /v2.0/subnets => generated 649 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 509/1079] 10.0.0.53 () {34 vars in 670 bytes} [Thu Jun 11 08:01:59 2026] POST /v2.0/networks => generated 738 bytes in 401 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 571/1080] 10.0.0.53 () {32 vars in 725 bytes} [Thu Jun 11 08:02:00 2026] DELETE /v2.0/networks/6ef2539e-02a9-421d-bc4b-b45317ac9ea4 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 510/1081] 10.0.0.53 () {34 vars in 668 bytes} [Thu Jun 11 08:02:00 2026] POST /v2.0/subnets => generated 685 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-11 08:02:00.252 8 INFO neutron.db.segments_db [None req-1a5c0922-48a6-410e-a037-42d90f1d6bcd d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] Added segment 48a4cd75-a0b5-4872-9c92-14250d748b3f of type vxlan for network fc4ad3be-2bda-4179-9ffe-e7164d71a476 [pid: 7|app: 0|req: 572/1082] 10.0.0.53 () {32 vars in 725 bytes} [Thu Jun 11 08:02:00 2026] DELETE /v2.0/networks/ec808066-71a6-4c01-ba54-46032c4f89c0 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 573/1083] 10.0.0.53 () {32 vars in 725 bytes} [Thu Jun 11 08:02:00 2026] DELETE /v2.0/networks/58087a5a-dd59-4231-95ec-b6b12222eadf => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-11 08:02:00.533 8 INFO neutron.db.l3_hamode_db [None req-1a5c0922-48a6-410e-a037-42d90f1d6bcd d93995fb333d41e4830df63ac334fdfa 58cf3c1c93564b6994c8071f758b4f84 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 574/1084] 10.0.0.53 () {32 vars in 725 bytes} [Thu Jun 11 08:02:00 2026] DELETE /v2.0/networks/7458b496-47af-44bb-984d-6a21c2b5463f => generated 0 bytes in 118 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-11 08:02:01.157 7 INFO neutron.services.segments.plugin [-] Segment 6553a339-1b7f-4904-8e6e-7cdab3d63171 resource provider aggregate not found [pid: 7|app: 0|req: 575/1085] 10.0.0.53 () {32 vars in 773 bytes} [Thu Jun 11 08:02:01 2026] GET /v2.0/security-groups?tenant_id=a45e9aa2acdb4fe8af5355993f21a2b6&name=default => generated 2925 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-11 08:02:01.179 7 INFO neutron.services.segments.plugin [-] Segment 6553a339-1b7f-4904-8e6e-7cdab3d63171 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6553a339-1b7f-4904-8e6e-7cdab3d63171 found for delete ", "request_id": "req-3e66c6f7-a229-4001-9eee-8e7b499e641e"}]} 2026-06-11 08:02:01.180 7 INFO neutron.services.segments.plugin [-] Segment 6553a339-1b7f-4904-8e6e-7cdab3d63171 resource provider aggregate not found 2026-06-11 08:02:01.202 7 INFO neutron.services.segments.plugin [-] Segment aa899ea5-5662-4ac7-bf0b-fb7e7043d74c resource provider aggregate not found 2026-06-11 08:02:01.205 7 INFO neutron.services.segments.plugin [-] Segment 6553a339-1b7f-4904-8e6e-7cdab3d63171 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6553a339-1b7f-4904-8e6e-7cdab3d63171 found for delete ", "request_id": "req-63c2b53a-1b7c-42a0-bf78-5fbfc8306185"}]} 2026-06-11 08:02:01.222 7 INFO neutron.services.segments.plugin [-] Segment aa899ea5-5662-4ac7-bf0b-fb7e7043d74c resource provider aggregate not found 2026-06-11 08:02:01.228 7 INFO neutron.services.segments.plugin [-] Segment aa899ea5-5662-4ac7-bf0b-fb7e7043d74c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aa899ea5-5662-4ac7-bf0b-fb7e7043d74c found for delete ", "request_id": "req-c8489214-9916-4603-80bc-af2021b3c363"}]} 2026-06-11 08:02:01.251 7 INFO neutron.services.segments.plugin [-] Segment 14ef9b89-7b49-4502-8ff9-f7ad60e463d8 resource provider aggregate not found 2026-06-11 08:02:01.251 7 INFO neutron.services.segments.plugin [-] Segment aa899ea5-5662-4ac7-bf0b-fb7e7043d74c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aa899ea5-5662-4ac7-bf0b-fb7e7043d74c found for delete ", "request_id": "req-f3c3cf25-d47e-4acf-a535-1e8473aa00d8"}]} 2026-06-11 08:02:01.281 7 INFO neutron.services.segments.plugin [-] Segment 14ef9b89-7b49-4502-8ff9-f7ad60e463d8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 14ef9b89-7b49-4502-8ff9-f7ad60e463d8 found for delete ", "request_id": "req-f709b758-7fc7-4c17-b8c2-642c9dab1839"}]} 2026-06-11 08:02:01.281 8 INFO neutron.db.l3_hamode_db [None req-1a5c0922-48a6-410e-a037-42d90f1d6bcd d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-11 08:02:01.287 7 INFO neutron.services.segments.plugin [-] Segment 14ef9b89-7b49-4502-8ff9-f7ad60e463d8 resource provider aggregate not found 2026-06-11 08:02:01.313 7 INFO neutron.services.segments.plugin [-] Segment 14ef9b89-7b49-4502-8ff9-f7ad60e463d8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 14ef9b89-7b49-4502-8ff9-f7ad60e463d8 found for delete ", "request_id": "req-1605a4f2-048d-43e9-beb5-f169b90bc03e"}]} 2026-06-11 08:02:01.317 7 INFO neutron.services.segments.plugin [-] Segment e57aa494-a3ab-45de-becc-2e118d2699f3 resource provider aggregate not found 2026-06-11 08:02:01.336 7 INFO neutron.services.segments.plugin [-] Segment e57aa494-a3ab-45de-becc-2e118d2699f3 resource provider aggregate not found 2026-06-11 08:02:01.340 7 INFO neutron.services.segments.plugin [-] Segment e57aa494-a3ab-45de-becc-2e118d2699f3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e57aa494-a3ab-45de-becc-2e118d2699f3 found for delete ", "request_id": "req-182568db-a9a0-430f-82dc-a58d763853b3"}]} 2026-06-11 08:02:01.363 7 INFO neutron.services.segments.plugin [-] Segment e57aa494-a3ab-45de-becc-2e118d2699f3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e57aa494-a3ab-45de-becc-2e118d2699f3 found for delete ", "request_id": "req-b30e4e92-9f2e-4c21-add0-4a7df94c6848"}]} [pid: 7|app: 0|req: 576/1086] 10.0.0.53 () {32 vars in 739 bytes} [Thu Jun 11 08:02:01 2026] DELETE /v2.0/security-groups/e9ca836a-5cfa-4e89-8e85-4575fdb42a18 => generated 0 bytes in 206 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 511/1087] 10.0.0.53 () {34 vars in 668 bytes} [Thu Jun 11 08:02:00 2026] POST /v2.0/routers => generated 725 bytes in 1954 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-11 08:02:03.376 8 INFO neutron.db.segments_db [None req-ec3e4b14-b023-43a2-bac4-39928de65768 4951a5daccc2416ba5ec1f0565eb7692 67ca785c9d5c4027a8c72d870fa3251a - - default default] Added segment 834efd31-8e25-4044-b009-974e929808cf of type vxlan for network d2eadcf1-55e8-4c9a-a290-dffa6b0549ab [pid: 7|app: 0|req: 577/1088] 10.0.0.53 () {34 vars in 782 bytes} [Thu Jun 11 08:02:02 2026] PUT /v2.0/routers/35998deb-01ba-4866-8d4b-98b67f76ca40/add_router_interface => generated 309 bytes in 1297 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 512/1089] 10.0.0.53 () {34 vars in 669 bytes} [Thu Jun 11 08:02:03 2026] POST /v2.0/networks => generated 644 bytes in 413 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 578/1090] 10.0.0.53 () {34 vars in 668 bytes} [Thu Jun 11 08:02:03 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) 2026-06-11 08:02:03.875 8 INFO neutron.db.segments_db [None req-3dc90525-fcd3-428f-8ccf-334253831da4 4951a5daccc2416ba5ec1f0565eb7692 67ca785c9d5c4027a8c72d870fa3251a - - default default] Added segment f6685c8e-296c-4b63-af06-896b6e932fd1 of type vxlan for network fa7c0c0b-9d62-43b0-b9ad-b7c12e23b94e [pid: 8|app: 0|req: 513/1093] 10.0.0.53 () {34 vars in 669 bytes} [Thu Jun 11 08:02:03 2026] POST /v2.0/networks => generated 644 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 581/1094] 10.0.0.53 () {34 vars in 742 bytes} [Thu Jun 11 08:02:03 2026] PUT /v2.0/networks/fa7c0c0b-9d62-43b0-b9ad-b7c12e23b94e => generated 592 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 514/1095] 10.0.0.53 () {34 vars in 684 bytes} [Thu Jun 11 08:02:04 2026] POST /v2.0/security-groups => generated 1660 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 515/1096] 10.0.0.53 () {34 vars in 694 bytes} [Thu Jun 11 08:02:04 2026] POST /v2.0/security-group-rules => generated 597 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 582/1097] 10.0.0.53 () {34 vars in 668 bytes} [Thu Jun 11 08:02:04 2026] POST /v2.0/subnets => generated 626 bytes in 278 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 516/1098] 10.0.0.53 () {34 vars in 694 bytes} [Thu Jun 11 08:02:04 2026] POST /v2.0/security-group-rules => generated 602 bytes in 90 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 583/1099] 10.0.0.53 () {34 vars in 740 bytes} [Thu Jun 11 08:02:04 2026] PUT /v2.0/subnets/1e1f6c0d-876b-47ed-bda1-dcf0f62c6870 => generated 636 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 08:02:04.702 7 INFO neutron.services.segments.plugin [-] Segment f6685c8e-296c-4b63-af06-896b6e932fd1 resource provider aggregate not found 2026-06-11 08:02:04.709 7 INFO neutron.services.segments.plugin [-] Segment f6685c8e-296c-4b63-af06-896b6e932fd1 resource provider aggregate not found 2026-06-11 08:02:04.725 7 INFO neutron.services.segments.plugin [-] Segment f6685c8e-296c-4b63-af06-896b6e932fd1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f6685c8e-296c-4b63-af06-896b6e932fd1 found for delete ", "request_id": "req-e3d15788-42a1-44bd-b6e1-bda94849200a"}]} [pid: 7|app: 0|req: 584/1100] 10.0.0.53 () {32 vars in 725 bytes} [Thu Jun 11 08:02:04 2026] DELETE /v2.0/networks/fa7c0c0b-9d62-43b0-b9ad-b7c12e23b94e => generated 0 bytes in 224 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-11 08:02:04.737 7 INFO neutron.services.segments.plugin [-] Segment f6685c8e-296c-4b63-af06-896b6e932fd1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f6685c8e-296c-4b63-af06-896b6e932fd1 found for delete ", "request_id": "req-dee84704-b82c-40f6-a821-be39b7737e20"}]} 2026-06-11 08:02:04.754 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4cb4a70a-6fa9-46fa-9a58-01959307b431 4951a5daccc2416ba5ec1f0565eb7692 67ca785c9d5c4027a8c72d870fa3251a - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 585/1101] 10.0.0.53 () {32 vars in 725 bytes} [Thu Jun 11 08:02:04 2026] DELETE /v2.0/networks/fa7c0c0b-9d62-43b0-b9ad-b7c12e23b94e => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 517/1102] 10.0.0.53 () {34 vars in 675 bytes} [Thu Jun 11 08:02:04 2026] POST /v2.0/floatingips => generated 552 bytes in 443 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 586/1103] 10.0.0.53 () {32 vars in 693 bytes} [Thu Jun 11 08:02:04 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 518/1104] 10.0.0.53 () {32 vars in 741 bytes} [Thu Jun 11 08:02:04 2026] GET /v2.0/subnets?network_id=6271ef13-df5a-423b-a08b-eb07a1cd6870 => generated 649 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 587/1105] 10.0.0.53 () {32 vars in 652 bytes} [Thu Jun 11 08:02:04 2026] GET /v2.0/extensions => generated 21537 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 519/1106] 10.0.0.53 () {32 vars in 648 bytes} [Thu Jun 11 08:02:04 2026] GET /v2.0/networks => generated 1309 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 588/1107] 10.0.0.53 () {32 vars in 646 bytes} [Thu Jun 11 08:02:04 2026] GET /v2.0/subnets => generated 1280 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 520/1108] 10.0.0.53 () {32 vars in 722 bytes} [Thu Jun 11 08:02:05 2026] GET /v2.0/networks/d2eadcf1-55e8-4c9a-a290-dffa6b0549ab => generated 669 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 589/1109] 10.0.0.53 () {32 vars in 720 bytes} [Thu Jun 11 08:02:05 2026] GET /v2.0/subnets/d751adad-6c3b-436e-862e-5f83ff790824 => generated 641 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 08:02:05.185 8 INFO neutron.pecan_wsgi.hooks.translation [None req-58e5baf2-8b97-4e99-a4b0-9b697a62206f 4951a5daccc2416ba5ec1f0565eb7692 67ca785c9d5c4027a8c72d870fa3251a - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 521/1110] 10.0.0.53 () {32 vars in 723 bytes} [Thu Jun 11 08:02:05 2026] DELETE /v2.0/subnets/1e1f6c0d-876b-47ed-bda1-dcf0f62c6870 => generated 136 bytes in 50 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-11 08:02:05.230 7 INFO neutron.pecan_wsgi.hooks.translation [None req-eb396c97-d474-456e-b850-c1ae8239fc2e 4951a5daccc2416ba5ec1f0565eb7692 67ca785c9d5c4027a8c72d870fa3251a - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 590/1111] 10.0.0.53 () {32 vars in 725 bytes} [Thu Jun 11 08:02:05 2026] DELETE /v2.0/networks/fa7c0c0b-9d62-43b0-b9ad-b7c12e23b94e => generated 138 bytes in 34 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 591/1112] 10.0.0.72 () {34 vars in 1097 bytes} [Thu Jun 11 08:02:05 2026] GET /v2.0/security-groups?name=tempest-securitygroup--681907166&fields=id&tenant_id=58cf3c1c93564b6994c8071f758b4f84 => generated 69 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 592/1113] 10.0.0.72 () {34 vars in 981 bytes} [Thu Jun 11 08:02:05 2026] GET /v2.0/networks?id=016cd22c-1258-4d41-b0e6-3e19c1d9c7dc => generated 670 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 593/1114] 10.0.0.72 () {34 vars in 964 bytes} [Thu Jun 11 08:02:05 2026] GET /v2.0/quotas/58cf3c1c93564b6994c8071f758b4f84 => generated 292 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 522/1115] 10.0.0.53 () {32 vars in 723 bytes} [Thu Jun 11 08:02:05 2026] DELETE /v2.0/subnets/d751adad-6c3b-436e-862e-5f83ff790824 => generated 0 bytes in 384 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 523/1116] 10.0.0.72 () {34 vars in 1001 bytes} [Thu Jun 11 08:02:05 2026] GET /v2.0/ports?tenant_id=58cf3c1c93564b6994c8071f758b4f84&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: 594/1117] 10.0.0.53 () {32 vars in 725 bytes} [Thu Jun 11 08:02:05 2026] DELETE /v2.0/networks/d2eadcf1-55e8-4c9a-a290-dffa6b0549ab => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 524/1118] 10.0.0.72 () {34 vars in 906 bytes} [Thu Jun 11 08:02:06 2026] GET /v2.0/extensions => generated 21537 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 595/1119] 10.0.0.72 () {34 vars in 1007 bytes} [Thu Jun 11 08:02:06 2026] GET /v2.0/networks/016cd22c-1258-4d41-b0e6-3e19c1d9c7dc?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: 525/1120] 10.0.0.72 () {34 vars in 1107 bytes} [Thu Jun 11 08:02:06 2026] GET /v2.0/networks/016cd22c-1258-4d41-b0e6-3e19c1d9c7dc?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 596/1121] 10.0.0.53 () {32 vars in 773 bytes} [Thu Jun 11 08:02:06 2026] GET /v2.0/security-groups?tenant_id=67ca785c9d5c4027a8c72d870fa3251a&name=default => generated 2925 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 597/1122] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:02:06 2026] GET /v2.0/ports?device_id=a53351d2-57bb-44be-b8e9-7faabd52a10e => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 526/1123] 10.0.0.53 () {32 vars in 739 bytes} [Thu Jun 11 08:02:06 2026] DELETE /v2.0/security-groups/c432eff6-050a-456c-b27e-5188e8c2c9c1 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-11 08:02:06.746 7 INFO neutron.services.segments.plugin [-] Segment 834efd31-8e25-4044-b009-974e929808cf resource provider aggregate not found 2026-06-11 08:02:06.755 7 INFO neutron.services.segments.plugin [-] Segment 834efd31-8e25-4044-b009-974e929808cf resource provider aggregate not found 2026-06-11 08:02:06.764 7 INFO neutron.services.segments.plugin [-] Segment 834efd31-8e25-4044-b009-974e929808cf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 834efd31-8e25-4044-b009-974e929808cf found for delete ", "request_id": "req-1216c318-99c4-42a5-b196-31250ae1096c"}]} 2026-06-11 08:02:06.770 7 INFO neutron.services.segments.plugin [-] Segment 834efd31-8e25-4044-b009-974e929808cf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 834efd31-8e25-4044-b009-974e929808cf found for delete ", "request_id": "req-9f396e8f-56f8-4b5f-bf30-fd694b3a74c3"}]} [pid: 7|app: 0|req: 598/1124] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:02:07 2026] GET /v2.0/ports?device_id=a53351d2-57bb-44be-b8e9-7faabd52a10e => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 527/1125] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:02:07 2026] GET /v2.0/ports?device_id=5dfcf365-f442-4fff-876b-8d711c659aa7 => generated 975 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 599/1126] 10.0.0.72 () {34 vars in 1039 bytes} [Thu Jun 11 08:02:07 2026] GET /v2.0/security-groups?id=33647512-4d64-4338-b9bf-1c807c1e002e&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: 528/1127] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:02:07 2026] GET /v2.0/ports?device_id=5dfcf365-f442-4fff-876b-8d711c659aa7 => generated 975 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 600/1128] 10.0.0.72 () {34 vars in 1039 bytes} [Thu Jun 11 08:02:07 2026] GET /v2.0/security-groups?id=33647512-4d64-4338-b9bf-1c807c1e002e&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 08:02:08.620 8 INFO neutron.db.segments_db [None req-939d5616-d9d4-4294-ba48-e3b390c1f08d bfd6c14154c4485e93f29c1db22c6505 7e9ad319a5514c5ba875735f542e5850 - - default default] Added segment e0f3e443-7753-45ed-979d-015bcf511921 of type vxlan for network a5558ab7-3d21-4a88-9780-643004ab6de0 [pid: 8|app: 0|req: 529/1129] 10.0.0.53 () {34 vars in 669 bytes} [Thu Jun 11 08:02:08 2026] POST /v2.0/networks => generated 629 bytes in 429 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 601/1130] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:02:08 2026] GET /v2.0/ports?device_id=a53351d2-57bb-44be-b8e9-7faabd52a10e => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-11 08:02:08.776 8 INFO neutron.db.segments_db [None req-d4c9ac5d-7955-49fa-9699-bff6fe3b5193 bfd6c14154c4485e93f29c1db22c6505 7e9ad319a5514c5ba875735f542e5850 - - default default] Added segment 08676680-1514-4e6b-9884-fa6cf356acde of type vxlan for network 7a9aed1f-b822-4b4b-adf1-5d36365c2b53 [pid: 8|app: 0|req: 530/1131] 10.0.0.53 () {34 vars in 669 bytes} [Thu Jun 11 08:02:08 2026] POST /v2.0/networks => generated 630 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 602/1132] 10.0.0.53 () {34 vars in 668 bytes} [Thu Jun 11 08:02:08 2026] POST /v2.0/subnets => generated 626 bytes in 256 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 603/1133] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:02:09 2026] GET /v2.0/ports?device_id=5dfcf365-f442-4fff-876b-8d711c659aa7 => generated 975 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 531/1134] 10.0.0.53 () {32 vars in 773 bytes} [Thu Jun 11 08:02:09 2026] GET /v2.0/security-groups?tenant_id=1b8d6b340e1c4dd88659b45371448750&name=default => generated 2925 bytes in 224 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 532/1135] 10.0.0.72 () {34 vars in 1039 bytes} [Thu Jun 11 08:02:09 2026] GET /v2.0/security-groups?id=33647512-4d64-4338-b9bf-1c807c1e002e&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: 533/1136] 10.0.0.53 () {32 vars in 739 bytes} [Thu Jun 11 08:02:09 2026] DELETE /v2.0/security-groups/866ea611-280c-49df-a377-f13176646da4 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 604/1137] 10.0.0.53 () {34 vars in 668 bytes} [Thu Jun 11 08:02:09 2026] POST /v2.0/subnets => generated 626 bytes in 270 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-11 08:02:09.551 8 INFO neutron.db.segments_db [None req-aa7a03b1-5a5a-4b26-aceb-047fa962853f bfd6c14154c4485e93f29c1db22c6505 7e9ad319a5514c5ba875735f542e5850 - - default default] Added segment 368d4e65-f551-402b-a190-980238b4ed68 of type vxlan for network ec97dc74-23d5-43ea-95d1-386e2aaa5307 [pid: 7|app: 0|req: 605/1138] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:02:09 2026] GET /v2.0/ports?device_id=a53351d2-57bb-44be-b8e9-7faabd52a10e => generated 12 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-11 08:02:09.866 8 INFO neutron.db.l3_hamode_db [None req-aa7a03b1-5a5a-4b26-aceb-047fa962853f bfd6c14154c4485e93f29c1db22c6505 7e9ad319a5514c5ba875735f542e5850 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-11 08:02:10.020 8 INFO neutron.db.l3_hamode_db [None req-aa7a03b1-5a5a-4b26-aceb-047fa962853f bfd6c14154c4485e93f29c1db22c6505 7e9ad319a5514c5ba875735f542e5850 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 606/1139] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:02:10 2026] GET /v2.0/ports?device_id=5dfcf365-f442-4fff-876b-8d711c659aa7 => 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: 607/1140] 199.204.45.229 () {34 vars in 994 bytes} [Thu Jun 11 08:02:10 2026] GET /v2.0/ports?device_id=5dfcf365-f442-4fff-876b-8d711c659aa7 => generated 975 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 608/1141] 10.0.0.72 () {34 vars in 1039 bytes} [Thu Jun 11 08:02:10 2026] GET /v2.0/security-groups?id=33647512-4d64-4338-b9bf-1c807c1e002e&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 08:02:10.664 7 INFO neutron_taas.services.taas.taas_plugin [req-c86f76ff-7ba7-49c7-8359-3b30d86573c1 req-50c44c16-cf9f-423d-8e96-ec925c126777 93a4f56df54a4bedaaf7931b326dd273 aceb32e1e07f4ddd8626daf150b8c3e4 - - default default] TaaS: Handle Delete Port: 39b45129-6b15-4671-b990-cf54fa21498c 2026-06-11 08:02:10.667 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-c86f76ff-7ba7-49c7-8359-3b30d86573c1 req-50c44c16-cf9f-423d-8e96-ec925c126777 93a4f56df54a4bedaaf7931b326dd273 aceb32e1e07f4ddd8626daf150b8c3e4 - - default default] Tap Mirror: Handle Delete Port: 39b45129-6b15-4671-b990-cf54fa21498c [pid: 8|app: 0|req: 534/1142] 10.0.0.53 () {34 vars in 668 bytes} [Thu Jun 11 08:02:09 2026] POST /v2.0/routers => generated 506 bytes in 1202 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-11 08:02:10.790 7 INFO neutron.db.l3_db [req-c86f76ff-7ba7-49c7-8359-3b30d86573c1 req-50c44c16-cf9f-423d-8e96-ec925c126777 93a4f56df54a4bedaaf7931b326dd273 aceb32e1e07f4ddd8626daf150b8c3e4 - - default default] Floating IP c888af86-f480-404c-8c33-0332ca56a2aa disassociated. External IP: 10.96.250.216, port: 39b45129-6b15-4671-b990-cf54fa21498c. [pid: 7|app: 0|req: 609/1143] 199.204.45.229 () {36 vars in 997 bytes} [Thu Jun 11 08:02:10 2026] DELETE /v2.0/ports/39b45129-6b15-4671-b990-cf54fa21498c => generated 0 bytes in 626 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-11 08:02:11.234 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-161a65e0-2f43-4bfe-b9d5-8f82c6f22bf4'] response: {'server_uuid': '5dfcf365-f442-4fff-876b-8d711c659aa7', 'name': 'network-vif-deleted', 'tag': '39b45129-6b15-4671-b990-cf54fa21498c', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 610/1144] 199.204.45.229 () {34 vars in 986 bytes} [Thu Jun 11 08:02:11 2026] GET /v2.0/networks?id=016cd22c-1258-4d41-b0e6-3e19c1d9c7dc => generated 670 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 611/1145] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:02:11 2026] GET /v2.0/ports?device_id=a53351d2-57bb-44be-b8e9-7faabd52a10e => 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: 612/1146] 199.204.45.229 () {34 vars in 1050 bytes} [Thu Jun 11 08:02:11 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=58cf3c1c93564b6994c8071f758b4f84 => generated 180 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 535/1147] 10.0.0.53 () {34 vars in 782 bytes} [Thu Jun 11 08:02:10 2026] PUT /v2.0/routers/5b9863b5-72ce-4e15-b6b3-70fd93feba1b/add_router_interface => generated 309 bytes in 1302 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 536/1148] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:02:12 2026] GET /v2.0/ports?device_id=5dfcf365-f442-4fff-876b-8d711c659aa7 => 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: 537/1149] 10.0.0.53 () {32 vars in 716 bytes} [Thu Jun 11 08:02:12 2026] GET /v2.0/ports/3769ec1b-2a8f-4388-9b6e-d564ad1f3efb => generated 955 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 613/1150] 199.204.45.229 () {38 vars in 955 bytes} [Thu Jun 11 08:02:11 2026] POST /v2.0/ports => generated 954 bytes in 3940 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: 614/1151] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:02:15 2026] GET /v2.0/ports?device_id=a53351d2-57bb-44be-b8e9-7faabd52a10e => generated 957 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 615/1152] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:02:15 2026] GET /v2.0/ports?device_id=5dfcf365-f442-4fff-876b-8d711c659aa7 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 616/1153] 199.204.45.229 () {38 vars in 1028 bytes} [Thu Jun 11 08:02:15 2026] PUT /v2.0/ports/7f03d46f-97e3-42ca-af5d-35d7aeb79053 => generated 1235 bytes in 481 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: 617/1154] 10.0.0.72 () {34 vars in 1039 bytes} [Thu Jun 11 08:02:15 2026] GET /v2.0/security-groups?id=ef6f57bf-366f-4612-8c07-0179833bdd92&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 08:02:15.861 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-0bd751d7-c8ef-4f08-a09f-f73e64287331'] response: {'name': 'network-changed', 'server_uuid': 'a53351d2-57bb-44be-b8e9-7faabd52a10e', 'tag': '7f03d46f-97e3-42ca-af5d-35d7aeb79053', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 618/1155] 10.0.0.117 () {32 vars in 801 bytes} [Thu Jun 11 08:02:15 2026] GET /v2.0/extensions => generated 21537 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 619/1156] 10.0.0.117 () {30 vars in 724 bytes} [Thu Jun 11 08:02:16 2026] GET /v2.0/quotas/c8d44c4156cf481b98559c15e5ae003d/details => generated 847 bytes in 154 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 620/1157] 199.204.45.229 () {34 vars in 1080 bytes} [Thu Jun 11 08:02:16 2026] GET /v2.0/ports?tenant_id=58cf3c1c93564b6994c8071f758b4f84&device_id=a53351d2-57bb-44be-b8e9-7faabd52a10e => generated 1238 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 621/1158] 199.204.45.229 () {34 vars in 1018 bytes} [Thu Jun 11 08:02:16 2026] GET /v2.0/networks?tenant_id=58cf3c1c93564b6994c8071f758b4f84&shared=False => generated 766 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 622/1159] 199.204.45.229 () {34 vars in 930 bytes} [Thu Jun 11 08:02:16 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 538/1160] 10.0.0.53 () {34 vars in 782 bytes} [Thu Jun 11 08:02:12 2026] PUT /v2.0/routers/5b9863b5-72ce-4e15-b6b3-70fd93feba1b/add_router_interface => generated 309 bytes in 4495 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 539/1161] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:02:16 2026] GET /v2.0/ports?device_id=5dfcf365-f442-4fff-876b-8d711c659aa7 => 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: 623/1162] 10.0.0.53 () {32 vars in 716 bytes} [Thu Jun 11 08:02:16 2026] GET /v2.0/ports/d66c852b-fc5f-498f-8652-e60a0d9fea26 => generated 955 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 624/1163] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:02:16 2026] GET /v2.0/ports?device_id=a53351d2-57bb-44be-b8e9-7faabd52a10e => generated 969 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 625/1164] 10.0.0.72 () {34 vars in 1039 bytes} [Thu Jun 11 08:02:17 2026] GET /v2.0/security-groups?id=ef6f57bf-366f-4612-8c07-0179833bdd92&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 08:02:17.062 8 INFO neutron_taas.services.taas.taas_plugin [None req-bc1f0d5c-44b0-4215-a5a3-7e6572a064a4 bfd6c14154c4485e93f29c1db22c6505 7e9ad319a5514c5ba875735f542e5850 - - default default] TaaS: Handle Delete Port: d66c852b-fc5f-498f-8652-e60a0d9fea26 2026-06-11 08:02:17.066 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bc1f0d5c-44b0-4215-a5a3-7e6572a064a4 bfd6c14154c4485e93f29c1db22c6505 7e9ad319a5514c5ba875735f542e5850 - - default default] Tap Mirror: Handle Delete Port: d66c852b-fc5f-498f-8652-e60a0d9fea26 [pid: 8|app: 0|req: 540/1165] 10.0.0.53 () {34 vars in 788 bytes} [Thu Jun 11 08:02:16 2026] PUT /v2.0/routers/5b9863b5-72ce-4e15-b6b3-70fd93feba1b/remove_router_interface => generated 309 bytes in 858 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 626/1166] 199.204.45.229 () {34 vars in 1080 bytes} [Thu Jun 11 08:02:17 2026] GET /v2.0/ports?tenant_id=58cf3c1c93564b6994c8071f758b4f84&device_id=a53351d2-57bb-44be-b8e9-7faabd52a10e => generated 1238 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 627/1167] 199.204.45.229 () {34 vars in 1058 bytes} [Thu Jun 11 08:02:17 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=7f03d46f-97e3-42ca-af5d-35d7aeb79053 => 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: 628/1168] 199.204.45.229 () {34 vars in 984 bytes} [Thu Jun 11 08:02:17 2026] GET /v2.0/subnets?id=666aa877-5d5a-4a80-8eae-1d6e4b4fed8d => generated 688 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 629/1169] 199.204.45.229 () {34 vars in 1052 bytes} [Thu Jun 11 08:02:17 2026] GET /v2.0/ports?network_id=016cd22c-1258-4d41-b0e6-3e19c1d9c7dc&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: 630/1170] 199.204.45.229 () {34 vars in 1012 bytes} [Thu Jun 11 08:02:17 2026] GET /v2.0/networks/016cd22c-1258-4d41-b0e6-3e19c1d9c7dc?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: 631/1171] 199.204.45.229 () {34 vars in 1112 bytes} [Thu Jun 11 08:02:17 2026] GET /v2.0/networks/016cd22c-1258-4d41-b0e6-3e19c1d9c7dc?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 632/1172] 10.0.0.53 () {32 vars in 739 bytes} [Thu Jun 11 08:02:17 2026] DELETE /v2.0/security-groups/33647512-4d64-4338-b9bf-1c807c1e002e => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-11 08:02:17.912 7 INFO neutron.api.v2.resource [None req-ed53d594-ee9a-4cdf-a261-c61bc088f8b1 93a4f56df54a4bedaaf7931b326dd273 aceb32e1e07f4ddd8626daf150b8c3e4 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 633/1173] 10.0.0.53 () {32 vars in 736 bytes} [Thu Jun 11 08:02:17 2026] GET /v2.0/security-groups/33647512-4d64-4338-b9bf-1c807c1e002e => generated 146 bytes in 8 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-11 08:02:17.915 8 INFO neutron_taas.services.taas.taas_plugin [None req-e8a7f6b0-b690-4fcb-9a45-8b5efa06d894 bfd6c14154c4485e93f29c1db22c6505 7e9ad319a5514c5ba875735f542e5850 - - default default] TaaS: Handle Delete Port: 3769ec1b-2a8f-4388-9b6e-d564ad1f3efb 2026-06-11 08:02:17.918 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e8a7f6b0-b690-4fcb-9a45-8b5efa06d894 bfd6c14154c4485e93f29c1db22c6505 7e9ad319a5514c5ba875735f542e5850 - - default default] Tap Mirror: Handle Delete Port: 3769ec1b-2a8f-4388-9b6e-d564ad1f3efb 2026-06-11 08:02:18.017 7 INFO neutron_taas.services.taas.taas_plugin [None req-bddc1d4a-59b4-4b88-b9df-d141fd0c2bd8 93a4f56df54a4bedaaf7931b326dd273 aceb32e1e07f4ddd8626daf150b8c3e4 - - default default] TaaS: Handle Delete Port: 99c38375-dedf-4190-b09c-e13989dd2bf0 2026-06-11 08:02:18.020 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bddc1d4a-59b4-4b88-b9df-d141fd0c2bd8 93a4f56df54a4bedaaf7931b326dd273 aceb32e1e07f4ddd8626daf150b8c3e4 - - default default] Tap Mirror: Handle Delete Port: 99c38375-dedf-4190-b09c-e13989dd2bf0 [pid: 7|app: 0|req: 634/1174] 10.0.0.53 () {32 vars in 731 bytes} [Thu Jun 11 08:02:17 2026] DELETE /v2.0/floatingips/c888af86-f480-404c-8c33-0332ca56a2aa => generated 0 bytes in 301 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 635/1175] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:02:18 2026] GET /v2.0/ports?device_id=a53351d2-57bb-44be-b8e9-7faabd52a10e => 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: 541/1176] 10.0.0.53 () {34 vars in 788 bytes} [Thu Jun 11 08:02:17 2026] PUT /v2.0/routers/5b9863b5-72ce-4e15-b6b3-70fd93feba1b/remove_router_interface => generated 309 bytes in 893 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 542/1177] 10.0.0.72 () {34 vars in 1039 bytes} [Thu Jun 11 08:02:18 2026] GET /v2.0/security-groups?id=ef6f57bf-366f-4612-8c07-0179833bdd92&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 543/1178] 10.0.0.53 () {32 vars in 735 bytes} [Thu Jun 11 08:02:18 2026] GET /v2.0/ports?device_id=5b9863b5-72ce-4e15-b6b3-70fd93feba1b => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-11 08:02:18.692 8 INFO neutron_taas.services.taas.taas_plugin [None req-942e0781-cc8d-4979-9115-194f1fc5d18d bfd6c14154c4485e93f29c1db22c6505 7e9ad319a5514c5ba875735f542e5850 - - default default] TaaS: Handle Delete Port: 818efe80-d4af-430b-8a4d-4f0018753e2d 2026-06-11 08:02:18.695 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-942e0781-cc8d-4979-9115-194f1fc5d18d bfd6c14154c4485e93f29c1db22c6505 7e9ad319a5514c5ba875735f542e5850 - - default default] Tap Mirror: Handle Delete Port: 818efe80-d4af-430b-8a4d-4f0018753e2d 2026-06-11 08:02:18.695 7 INFO neutron_taas.services.taas.taas_plugin [None req-af0b2a10-72d9-4fd5-b27b-193cadb32c4b d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] TaaS: Handle Delete Port: 7f07e2c8-8d00-44d6-b577-dab470f0e417 2026-06-11 08:02:18.700 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-af0b2a10-72d9-4fd5-b27b-193cadb32c4b d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] Tap Mirror: Handle Delete Port: 7f07e2c8-8d00-44d6-b577-dab470f0e417 2026-06-11 08:02:19.091 8 INFO neutron.services.segments.plugin [-] Segment 368d4e65-f551-402b-a190-980238b4ed68 resource provider aggregate not found 2026-06-11 08:02:19.099 8 INFO neutron.services.segments.plugin [-] Segment 368d4e65-f551-402b-a190-980238b4ed68 resource provider aggregate not found 2026-06-11 08:02:19.114 8 INFO neutron.services.segments.plugin [-] Segment 368d4e65-f551-402b-a190-980238b4ed68 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 368d4e65-f551-402b-a190-980238b4ed68 found for delete ", "request_id": "req-bb121344-dbca-459b-a753-b8bad830b848"}]} 2026-06-11 08:02:19.125 8 INFO neutron.services.segments.plugin [-] Segment 368d4e65-f551-402b-a190-980238b4ed68 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 368d4e65-f551-402b-a190-980238b4ed68 found for delete ", "request_id": "req-c66df4d6-8087-4cf4-917f-37cc97c99e58"}]} 2026-06-11 08:02:19.135 8 INFO neutron.db.l3_hamode_db [None req-942e0781-cc8d-4979-9115-194f1fc5d18d bfd6c14154c4485e93f29c1db22c6505 7e9ad319a5514c5ba875735f542e5850 - - default default] HA network ec97dc74-23d5-43ea-95d1-386e2aaa5307 was deleted as no HA routers are present in tenant 7e9ad319a5514c5ba875735f542e5850. [pid: 8|app: 0|req: 544/1179] 10.0.0.53 () {32 vars in 723 bytes} [Thu Jun 11 08:02:18 2026] DELETE /v2.0/routers/5b9863b5-72ce-4e15-b6b3-70fd93feba1b => generated 0 bytes in 644 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 547/1182] 10.0.0.53 () {32 vars in 723 bytes} [Thu Jun 11 08:02:19 2026] DELETE /v2.0/subnets/df7c38d4-0e5a-4f77-b2e7-5bf9c8057fb6 => generated 0 bytes in 182 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 548/1183] 10.0.0.117 () {32 vars in 801 bytes} [Thu Jun 11 08:02:19 2026] GET /v2.0/extensions => generated 21537 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 636/1184] 10.0.0.53 () {34 vars in 788 bytes} [Thu Jun 11 08:02:18 2026] PUT /v2.0/routers/da01972b-ea81-4010-8dd2-5aba54cae0c4/remove_router_interface => generated 309 bytes in 1151 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 549/1185] 10.0.0.53 () {32 vars in 723 bytes} [Thu Jun 11 08:02:19 2026] DELETE /v2.0/subnets/90b2b59d-8be9-4cca-aa17-68b03812f453 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 550/1186] 10.0.0.117 () {30 vars in 724 bytes} [Thu Jun 11 08:02:19 2026] GET /v2.0/quotas/c8d44c4156cf481b98559c15e5ae003d/details => generated 847 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 08:02:19.652 7 INFO neutron_taas.services.taas.taas_plugin [None req-8335de8c-8c2a-4f87-9935-48df64320827 d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] TaaS: Handle Delete Port: 5b1d96bd-8d0c-4d05-b77b-82a48cebd220 2026-06-11 08:02:19.656 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8335de8c-8c2a-4f87-9935-48df64320827 d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] Tap Mirror: Handle Delete Port: 5b1d96bd-8d0c-4d05-b77b-82a48cebd220 2026-06-11 08:02:19.670 8 INFO neutron_taas.services.taas.taas_plugin [None req-52d1dc71-1fb2-4a2d-b164-4903c4b48697 bfd6c14154c4485e93f29c1db22c6505 7e9ad319a5514c5ba875735f542e5850 - - default default] TaaS: Handle Delete Port: fe359cff-79d0-41c9-88e1-24d9743667bf 2026-06-11 08:02:19.672 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-52d1dc71-1fb2-4a2d-b164-4903c4b48697 bfd6c14154c4485e93f29c1db22c6505 7e9ad319a5514c5ba875735f542e5850 - - default default] Tap Mirror: Handle Delete Port: fe359cff-79d0-41c9-88e1-24d9743667bf [pid: 8|app: 0|req: 551/1187] 10.0.0.53 () {32 vars in 725 bytes} [Thu Jun 11 08:02:19 2026] DELETE /v2.0/networks/7a9aed1f-b822-4b4b-adf1-5d36365c2b53 => generated 0 bytes in 254 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 552/1188] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:02:19 2026] GET /v2.0/ports?device_id=a53351d2-57bb-44be-b8e9-7faabd52a10e => generated 969 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 08:02:19.942 7 INFO neutron_taas.services.taas.taas_plugin [None req-8335de8c-8c2a-4f87-9935-48df64320827 d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] TaaS: Handle Delete Port: 5de3482d-9281-4bac-9533-ea50ecd28af6 2026-06-11 08:02:19.948 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8335de8c-8c2a-4f87-9935-48df64320827 d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] Tap Mirror: Handle Delete Port: 5de3482d-9281-4bac-9533-ea50ecd28af6 2026-06-11 08:02:20.009 8 INFO neutron_taas.services.taas.taas_plugin [None req-6b1b791f-ac4e-40aa-9fa3-88362d245946 bfd6c14154c4485e93f29c1db22c6505 7e9ad319a5514c5ba875735f542e5850 - - default default] TaaS: Handle Delete Port: d97fa7ce-b324-4150-8e6f-6beee178a198 2026-06-11 08:02:20.012 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6b1b791f-ac4e-40aa-9fa3-88362d245946 bfd6c14154c4485e93f29c1db22c6505 7e9ad319a5514c5ba875735f542e5850 - - default default] Tap Mirror: Handle Delete Port: d97fa7ce-b324-4150-8e6f-6beee178a198 [pid: 8|app: 0|req: 553/1189] 10.0.0.53 () {32 vars in 725 bytes} [Thu Jun 11 08:02:19 2026] DELETE /v2.0/networks/a5558ab7-3d21-4a88-9780-643004ab6de0 => generated 0 bytes in 269 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 554/1190] 10.0.0.72 () {34 vars in 1039 bytes} [Thu Jun 11 08:02:20 2026] GET /v2.0/security-groups?id=ef6f57bf-366f-4612-8c07-0179833bdd92&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 08:02:20.315 8 INFO neutron.db.segments_db [None req-092d4692-48c6-4559-a70c-927ae2a00b2f bfd6c14154c4485e93f29c1db22c6505 7e9ad319a5514c5ba875735f542e5850 - - default default] Added segment 4a94865c-8a81-4071-9399-c9afed4f7bd5 of type vxlan for network f248e9b3-de1e-491d-b9d1-64826ea34f8b 2026-06-11 08:02:20.370 7 INFO neutron.services.segments.plugin [-] Segment a253b353-b82a-481c-8327-26566523b4ec resource provider aggregate not found 2026-06-11 08:02:20.378 7 INFO neutron.services.segments.plugin [-] Segment a253b353-b82a-481c-8327-26566523b4ec resource provider aggregate not found 2026-06-11 08:02:20.394 7 INFO neutron.services.segments.plugin [-] Segment a253b353-b82a-481c-8327-26566523b4ec resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a253b353-b82a-481c-8327-26566523b4ec found for delete ", "request_id": "req-0ed3d6ff-40ed-489e-9fab-5972d2f0b2b1"}]} 2026-06-11 08:02:20.402 7 INFO neutron.services.segments.plugin [-] Segment a253b353-b82a-481c-8327-26566523b4ec resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a253b353-b82a-481c-8327-26566523b4ec found for delete ", "request_id": "req-1a1ab7c5-f356-4fd3-beaf-02de03c2d637"}]} 2026-06-11 08:02:20.405 7 INFO neutron.db.l3_hamode_db [None req-8335de8c-8c2a-4f87-9935-48df64320827 d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] HA network 525cb2d1-8060-410a-8096-5fe981482220 was deleted as no HA routers are present in tenant aceb32e1e07f4ddd8626daf150b8c3e4. [pid: 7|app: 0|req: 637/1191] 10.0.0.53 () {32 vars in 723 bytes} [Thu Jun 11 08:02:19 2026] DELETE /v2.0/routers/da01972b-ea81-4010-8dd2-5aba54cae0c4 => generated 0 bytes in 998 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 555/1192] 10.0.0.53 () {34 vars in 669 bytes} [Thu Jun 11 08:02:20 2026] POST /v2.0/networks => generated 629 bytes in 192 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 638/1193] 10.0.0.53 () {32 vars in 723 bytes} [Thu Jun 11 08:02:20 2026] DELETE /v2.0/subnets/ee250cdb-2e9e-49ea-9401-eea6778505cf => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-11 08:02:20.631 7 INFO neutron_taas.services.taas.taas_plugin [None req-6037d869-e449-469f-b923-e2f2192cb431 d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] TaaS: Handle Delete Port: d0c6a326-dcf8-422e-9dfb-64b069a9e11a 2026-06-11 08:02:20.633 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6037d869-e449-469f-b923-e2f2192cb431 d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] Tap Mirror: Handle Delete Port: d0c6a326-dcf8-422e-9dfb-64b069a9e11a [pid: 8|app: 0|req: 556/1194] 10.0.0.53 () {34 vars in 668 bytes} [Thu Jun 11 08:02:20 2026] POST /v2.0/subnets => generated 626 bytes in 242 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-11 08:02:20.728 8 INFO neutron.db.segments_db [None req-537d531a-4e73-49d4-acc5-eaf6af8f201e bfd6c14154c4485e93f29c1db22c6505 7e9ad319a5514c5ba875735f542e5850 - - default default] Added segment 1d17fd7e-418d-4a12-a16c-cc845a1c074b of type vxlan for network adb9445f-501c-4257-af3c-2c588993d79d [pid: 7|app: 0|req: 639/1195] 10.0.0.53 () {32 vars in 725 bytes} [Thu Jun 11 08:02:20 2026] DELETE /v2.0/networks/441c7b78-e829-4413-a968-13eea599ac63 => generated 0 bytes in 223 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 640/1196] 10.0.0.53 () {32 vars in 773 bytes} [Thu Jun 11 08:02:20 2026] GET /v2.0/security-groups?tenant_id=aceb32e1e07f4ddd8626daf150b8c3e4&name=default => generated 2925 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-11 08:02:20.987 8 INFO neutron.db.l3_hamode_db [None req-537d531a-4e73-49d4-acc5-eaf6af8f201e bfd6c14154c4485e93f29c1db22c6505 7e9ad319a5514c5ba875735f542e5850 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-11 08:02:21.134 8 INFO neutron.services.segments.plugin [-] Segment 08676680-1514-4e6b-9884-fa6cf356acde resource provider aggregate not found [pid: 7|app: 0|req: 641/1197] 10.0.0.53 () {32 vars in 739 bytes} [Thu Jun 11 08:02:20 2026] DELETE /v2.0/security-groups/33004005-7652-421d-a8f3-039607e9c913 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-11 08:02:21.146 8 INFO neutron.services.segments.plugin [-] Segment 08676680-1514-4e6b-9884-fa6cf356acde resource provider aggregate not found 2026-06-11 08:02:21.154 8 INFO neutron.services.segments.plugin [-] Segment 08676680-1514-4e6b-9884-fa6cf356acde resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 08676680-1514-4e6b-9884-fa6cf356acde found for delete ", "request_id": "req-79b76dbe-af94-4904-a1bd-c5d05d561392"}]} 2026-06-11 08:02:21.164 8 INFO neutron.services.segments.plugin [-] Segment 08676680-1514-4e6b-9884-fa6cf356acde resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 08676680-1514-4e6b-9884-fa6cf356acde found for delete ", "request_id": "req-db937d32-7b65-4d1d-9607-6873189d62be"}]} 2026-06-11 08:02:21.169 8 INFO neutron.db.l3_hamode_db [None req-537d531a-4e73-49d4-acc5-eaf6af8f201e bfd6c14154c4485e93f29c1db22c6505 7e9ad319a5514c5ba875735f542e5850 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-11 08:02:21.179 8 INFO neutron.services.segments.plugin [-] Segment e0f3e443-7753-45ed-979d-015bcf511921 resource provider aggregate not found 2026-06-11 08:02:21.185 8 INFO neutron.services.segments.plugin [-] Segment e0f3e443-7753-45ed-979d-015bcf511921 resource provider aggregate not found 2026-06-11 08:02:21.213 8 INFO neutron.services.segments.plugin [-] Segment e0f3e443-7753-45ed-979d-015bcf511921 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e0f3e443-7753-45ed-979d-015bcf511921 found for delete ", "request_id": "req-c0f40984-6b50-4eb4-b41c-9d812e6ea76b"}]} 2026-06-11 08:02:21.214 8 INFO neutron.services.segments.plugin [-] Segment e0f3e443-7753-45ed-979d-015bcf511921 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e0f3e443-7753-45ed-979d-015bcf511921 found for delete ", "request_id": "req-da4c2546-d2f7-4757-ac42-be338c389628"}]} [pid: 7|app: 0|req: 642/1198] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:02:21 2026] GET /v2.0/ports?device_id=a53351d2-57bb-44be-b8e9-7faabd52a10e => generated 971 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 643/1199] 10.0.0.72 () {34 vars in 1039 bytes} [Thu Jun 11 08:02:21 2026] GET /v2.0/security-groups?id=ef6f57bf-366f-4612-8c07-0179833bdd92&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: 557/1200] 10.0.0.53 () {34 vars in 668 bytes} [Thu Jun 11 08:02:20 2026] POST /v2.0/routers => generated 507 bytes in 1209 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 644/1201] 10.0.0.53 () {34 vars in 664 bytes} [Thu Jun 11 08:02:21 2026] POST /v2.0/ports => generated 947 bytes in 423 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-11 08:02:22.413 7 INFO neutron.services.segments.plugin [-] Segment 95f5ea01-b1c6-49c5-8681-a58fbde495cd resource provider aggregate not found 2026-06-11 08:02:22.426 7 INFO neutron.services.segments.plugin [-] Segment 95f5ea01-b1c6-49c5-8681-a58fbde495cd resource provider aggregate not found 2026-06-11 08:02:22.432 7 INFO neutron.services.segments.plugin [-] Segment 95f5ea01-b1c6-49c5-8681-a58fbde495cd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 95f5ea01-b1c6-49c5-8681-a58fbde495cd found for delete ", "request_id": "req-eac26e29-056e-4771-87ef-89c3e9f95e70"}]} 2026-06-11 08:02:22.445 7 INFO neutron.services.segments.plugin [-] Segment 95f5ea01-b1c6-49c5-8681-a58fbde495cd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 95f5ea01-b1c6-49c5-8681-a58fbde495cd found for delete ", "request_id": "req-24a40bed-b5f3-4fb9-844b-5dd6608c2a26"}]} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 645/1202] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:02:22 2026] GET /v2.0/ports?device_id=a53351d2-57bb-44be-b8e9-7faabd52a10e => 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: 646/1203] 10.0.0.72 () {34 vars in 1039 bytes} [Thu Jun 11 08:02:22 2026] GET /v2.0/security-groups?id=ef6f57bf-366f-4612-8c07-0179833bdd92&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: 647/1204] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:02:22 2026] GET /v2.0/ports?device_id=a53351d2-57bb-44be-b8e9-7faabd52a10e => generated 971 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 648/1205] 10.0.0.53 () {32 vars in 773 bytes} [Thu Jun 11 08:02:22 2026] GET /v2.0/security-groups?tenant_id=c8d44c4156cf481b98559c15e5ae003d&name=default => generated 2925 bytes in 399 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-11 08:02:23.469 7 INFO neutron.db.l3_db [None req-b4343ca7-8ad7-436d-b156-5106944a977a 59717ff1c10e4bca88104c0f1a747ca3 58cf3c1c93564b6994c8071f758b4f84 - - default default] Floating IP 1c139ebe-0da6-412b-ae2b-c93a7aab61b9 associated. External IP: 10.96.250.211, port: 7f03d46f-97e3-42ca-af5d-35d7aeb79053. [pid: 8|app: 0|req: 558/1206] 10.0.0.53 () {34 vars in 782 bytes} [Thu Jun 11 08:02:22 2026] PUT /v2.0/routers/6d8f4488-214c-40d7-9a5f-8658072a0d93/add_router_interface => generated 309 bytes in 1307 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: 559/1207] 10.0.0.53 () {32 vars in 739 bytes} [Thu Jun 11 08:02:23 2026] DELETE /v2.0/security-groups/40070c16-09e9-484a-a5ab-ab11f267c19e => 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: 560/1208] 10.0.0.53 () {32 vars in 716 bytes} [Thu Jun 11 08:02:23 2026] GET /v2.0/ports/16f015d8-0877-48b2-84d1-9f2f1c3a341f => generated 1021 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 649/1209] 10.0.0.53 () {34 vars in 748 bytes} [Thu Jun 11 08:02:23 2026] PUT /v2.0/floatingips/1c139ebe-0da6-412b-ae2b-c93a7aab61b9 => generated 855 bytes in 720 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 08:02:23.898 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2e6f71c9-1d0f-44e6-a584-62e77cbebb5f'] response: {'name': 'network-changed', 'server_uuid': 'a53351d2-57bb-44be-b8e9-7faabd52a10e', 'tag': '7f03d46f-97e3-42ca-af5d-35d7aeb79053', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 650/1210] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:02:23 2026] GET /v2.0/ports?device_id=a53351d2-57bb-44be-b8e9-7faabd52a10e => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 651/1211] 10.0.0.72 () {34 vars in 1039 bytes} [Thu Jun 11 08:02:23 2026] GET /v2.0/security-groups?id=ef6f57bf-366f-4612-8c07-0179833bdd92&fields=id&fields=name => generated 113 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 08:02:24.164 8 INFO neutron_taas.services.taas.taas_plugin [None req-59835e53-782d-4695-a08d-a57e7accc79e bfd6c14154c4485e93f29c1db22c6505 7e9ad319a5514c5ba875735f542e5850 - - default default] TaaS: Handle Delete Port: 16f015d8-0877-48b2-84d1-9f2f1c3a341f 2026-06-11 08:02:24.167 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-59835e53-782d-4695-a08d-a57e7accc79e bfd6c14154c4485e93f29c1db22c6505 7e9ad319a5514c5ba875735f542e5850 - - default default] Tap Mirror: Handle Delete Port: 16f015d8-0877-48b2-84d1-9f2f1c3a341f [pid: 7|app: 0|req: 652/1212] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:02:24 2026] GET /v2.0/ports?device_id=a53351d2-57bb-44be-b8e9-7faabd52a10e => generated 971 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 653/1213] 10.0.0.72 () {34 vars in 1039 bytes} [Thu Jun 11 08:02:24 2026] GET /v2.0/security-groups?id=ef6f57bf-366f-4612-8c07-0179833bdd92&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: 654/1214] 199.204.45.229 () {34 vars in 1080 bytes} [Thu Jun 11 08:02:24 2026] GET /v2.0/ports?tenant_id=58cf3c1c93564b6994c8071f758b4f84&device_id=a53351d2-57bb-44be-b8e9-7faabd52a10e => generated 1240 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 655/1215] 199.204.45.229 () {34 vars in 986 bytes} [Thu Jun 11 08:02:24 2026] GET /v2.0/networks?id=016cd22c-1258-4d41-b0e6-3e19c1d9c7dc => generated 766 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 656/1216] 199.204.45.229 () {34 vars in 1058 bytes} [Thu Jun 11 08:02:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=7f03d46f-97e3-42ca-af5d-35d7aeb79053 => generated 858 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 657/1217] 199.204.45.229 () {34 vars in 984 bytes} [Thu Jun 11 08:02:24 2026] GET /v2.0/subnets?id=666aa877-5d5a-4a80-8eae-1d6e4b4fed8d => generated 688 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 658/1218] 199.204.45.229 () {34 vars in 1052 bytes} [Thu Jun 11 08:02:24 2026] GET /v2.0/ports?network_id=016cd22c-1258-4d41-b0e6-3e19c1d9c7dc&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: 659/1219] 199.204.45.229 () {34 vars in 1012 bytes} [Thu Jun 11 08:02:24 2026] GET /v2.0/networks/016cd22c-1258-4d41-b0e6-3e19c1d9c7dc?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: 660/1220] 199.204.45.229 () {34 vars in 1112 bytes} [Thu Jun 11 08:02:24 2026] GET /v2.0/networks/016cd22c-1258-4d41-b0e6-3e19c1d9c7dc?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 561/1221] 10.0.0.53 () {34 vars in 788 bytes} [Thu Jun 11 08:02:23 2026] PUT /v2.0/routers/6d8f4488-214c-40d7-9a5f-8658072a0d93/remove_router_interface => generated 309 bytes in 991 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 08:02:25.041 7 INFO neutron.api.v2.resource [None req-874d8c0b-d1ce-4c48-948d-9b22d86bfcd6 bfd6c14154c4485e93f29c1db22c6505 7e9ad319a5514c5ba875735f542e5850 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 661/1222] 10.0.0.53 () {34 vars in 788 bytes} [Thu Jun 11 08:02:24 2026] PUT /v2.0/routers/6d8f4488-214c-40d7-9a5f-8658072a0d93/remove_router_interface => generated 197 bytes in 233 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 562/1223] 10.0.0.53 () {32 vars in 735 bytes} [Thu Jun 11 08:02:25 2026] GET /v2.0/ports?device_id=6d8f4488-214c-40d7-9a5f-8658072a0d93 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-11 08:02:25.273 7 INFO neutron_taas.services.taas.taas_plugin [None req-3aa61104-b4e4-4164-900d-11d6bed02e51 bfd6c14154c4485e93f29c1db22c6505 7e9ad319a5514c5ba875735f542e5850 - - default default] TaaS: Handle Delete Port: a40a516e-09b8-4bcc-b860-8fd922698f76 2026-06-11 08:02:25.281 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3aa61104-b4e4-4164-900d-11d6bed02e51 bfd6c14154c4485e93f29c1db22c6505 7e9ad319a5514c5ba875735f542e5850 - - default default] Tap Mirror: Handle Delete Port: a40a516e-09b8-4bcc-b860-8fd922698f76 [pid: 8|app: 0|req: 563/1224] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:02:25 2026] GET /v2.0/ports?device_id=a53351d2-57bb-44be-b8e9-7faabd52a10e => 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: 564/1225] 10.0.0.72 () {34 vars in 1039 bytes} [Thu Jun 11 08:02:25 2026] GET /v2.0/security-groups?id=ef6f57bf-366f-4612-8c07-0179833bdd92&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 08:02:25.723 7 INFO neutron.services.segments.plugin [-] Segment 1d17fd7e-418d-4a12-a16c-cc845a1c074b resource provider aggregate not found 2026-06-11 08:02:25.730 7 INFO neutron.services.segments.plugin [-] Segment 1d17fd7e-418d-4a12-a16c-cc845a1c074b resource provider aggregate not found 2026-06-11 08:02:25.745 7 INFO neutron.services.segments.plugin [-] Segment 1d17fd7e-418d-4a12-a16c-cc845a1c074b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1d17fd7e-418d-4a12-a16c-cc845a1c074b found for delete ", "request_id": "req-b804682a-806c-4d15-8ce4-b14135c104cb"}]} 2026-06-11 08:02:25.748 7 INFO neutron.services.segments.plugin [-] Segment 1d17fd7e-418d-4a12-a16c-cc845a1c074b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1d17fd7e-418d-4a12-a16c-cc845a1c074b found for delete ", "request_id": "req-e2091d81-1464-49a2-9fbb-2995e0876a5b"}]} 2026-06-11 08:02:25.760 7 INFO neutron.db.l3_hamode_db [None req-3aa61104-b4e4-4164-900d-11d6bed02e51 bfd6c14154c4485e93f29c1db22c6505 7e9ad319a5514c5ba875735f542e5850 - - default default] HA network adb9445f-501c-4257-af3c-2c588993d79d was deleted as no HA routers are present in tenant 7e9ad319a5514c5ba875735f542e5850. [pid: 7|app: 0|req: 662/1226] 10.0.0.53 () {32 vars in 723 bytes} [Thu Jun 11 08:02:25 2026] DELETE /v2.0/routers/6d8f4488-214c-40d7-9a5f-8658072a0d93 => generated 0 bytes in 686 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 565/1227] 10.0.0.53 () {32 vars in 723 bytes} [Thu Jun 11 08:02:25 2026] DELETE /v2.0/subnets/7be30b36-084c-45b6-9f9f-e10cb7f1eaf3 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 663/1228] 10.0.0.53 () {32 vars in 725 bytes} [Thu Jun 11 08:02:25 2026] DELETE /v2.0/networks/f248e9b3-de1e-491d-b9d1-64826ea34f8b => generated 0 bytes in 92 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-11 08:02:26.089 8 INFO neutron.db.segments_db [None req-2b603dc5-4d29-43f7-b8cf-afcb722ba214 bfd6c14154c4485e93f29c1db22c6505 7e9ad319a5514c5ba875735f542e5850 - - default default] Added segment 643c467b-15c5-45ce-83eb-b479c1bb5fd7 of type vxlan for network 1aacac36-4c8b-4672-a6f1-0db995a53b9b [pid: 8|app: 0|req: 566/1229] 10.0.0.53 () {34 vars in 669 bytes} [Thu Jun 11 08:02:26 2026] POST /v2.0/networks => generated 629 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 664/1230] 10.0.0.53 () {34 vars in 668 bytes} [Thu Jun 11 08:02:26 2026] POST /v2.0/subnets => generated 626 bytes in 263 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-11 08:02:26.494 8 INFO neutron.db.segments_db [None req-700e047f-f8bf-45b7-91ee-c796b5f646d6 bfd6c14154c4485e93f29c1db22c6505 7e9ad319a5514c5ba875735f542e5850 - - default default] Added segment f5803cdf-1f3a-46b2-9f69-258e5bff1665 of type vxlan for network 3335dd06-2caf-4c31-ad22-b2576eeee399 [pid: 7|app: 0|req: 665/1231] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:02:26 2026] GET /v2.0/ports?device_id=a53351d2-57bb-44be-b8e9-7faabd52a10e => generated 971 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 08:02:26.766 8 INFO neutron.db.l3_hamode_db [None req-700e047f-f8bf-45b7-91ee-c796b5f646d6 bfd6c14154c4485e93f29c1db22c6505 7e9ad319a5514c5ba875735f542e5850 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 666/1232] 199.204.45.229 () {34 vars in 994 bytes} [Thu Jun 11 08:02:26 2026] GET /v2.0/ports?device_id=a53351d2-57bb-44be-b8e9-7faabd52a10e => generated 971 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 667/1233] 10.0.0.72 () {34 vars in 1039 bytes} [Thu Jun 11 08:02:26 2026] GET /v2.0/security-groups?id=ef6f57bf-366f-4612-8c07-0179833bdd92&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 08:02:26.907 8 INFO neutron.db.l3_hamode_db [None req-700e047f-f8bf-45b7-91ee-c796b5f646d6 bfd6c14154c4485e93f29c1db22c6505 7e9ad319a5514c5ba875735f542e5850 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-11 08:02:26.921 7 INFO neutron_taas.services.taas.taas_plugin [req-2c1abe7b-8048-4943-8be1-29901511003d req-70da8f83-5d29-4c2e-9edd-a9539061525c 59717ff1c10e4bca88104c0f1a747ca3 58cf3c1c93564b6994c8071f758b4f84 - - default default] TaaS: Handle Delete Port: 7f03d46f-97e3-42ca-af5d-35d7aeb79053 2026-06-11 08:02:26.923 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-2c1abe7b-8048-4943-8be1-29901511003d req-70da8f83-5d29-4c2e-9edd-a9539061525c 59717ff1c10e4bca88104c0f1a747ca3 58cf3c1c93564b6994c8071f758b4f84 - - default default] Tap Mirror: Handle Delete Port: 7f03d46f-97e3-42ca-af5d-35d7aeb79053 2026-06-11 08:02:27.042 7 INFO neutron.db.l3_db [req-2c1abe7b-8048-4943-8be1-29901511003d req-70da8f83-5d29-4c2e-9edd-a9539061525c 59717ff1c10e4bca88104c0f1a747ca3 58cf3c1c93564b6994c8071f758b4f84 - - default default] Floating IP 1c139ebe-0da6-412b-ae2b-c93a7aab61b9 disassociated. External IP: 10.96.250.211, port: 7f03d46f-97e3-42ca-af5d-35d7aeb79053. [pid: 8|app: 0|req: 567/1234] 10.0.0.53 () {34 vars in 668 bytes} [Thu Jun 11 08:02:26 2026] POST /v2.0/routers => generated 505 bytes in 1118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-11 08:02:27.826 7 INFO neutron.services.segments.plugin [-] Segment 4a94865c-8a81-4071-9399-c9afed4f7bd5 resource provider aggregate not found 2026-06-11 08:02:27.830 7 INFO neutron.services.segments.plugin [-] Segment 4a94865c-8a81-4071-9399-c9afed4f7bd5 resource provider aggregate not found 2026-06-11 08:02:27.858 7 INFO neutron.services.segments.plugin [-] Segment 4a94865c-8a81-4071-9399-c9afed4f7bd5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4a94865c-8a81-4071-9399-c9afed4f7bd5 found for delete ", "request_id": "req-60eeee27-9a9b-4ba9-a388-7feaae711ced"}]} 2026-06-11 08:02:27.863 7 INFO neutron.services.segments.plugin [-] Segment 4a94865c-8a81-4071-9399-c9afed4f7bd5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4a94865c-8a81-4071-9399-c9afed4f7bd5 found for delete ", "request_id": "req-6d10417a-00b9-42f0-9031-72f71cda665a"}]} [pid: 7|app: 0|req: 668/1235] 199.204.45.229 () {36 vars in 997 bytes} [Thu Jun 11 08:02:26 2026] DELETE /v2.0/ports/7f03d46f-97e3-42ca-af5d-35d7aeb79053 => generated 0 bytes in 1102 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 669/1236] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:02:27 2026] GET /v2.0/ports?device_id=a53351d2-57bb-44be-b8e9-7faabd52a10e => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-11 08:02:27.945 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d080b056-d900-40a7-9e52-c463f31ecd2e'] response: {'server_uuid': 'a53351d2-57bb-44be-b8e9-7faabd52a10e', 'name': 'network-vif-deleted', 'tag': '7f03d46f-97e3-42ca-af5d-35d7aeb79053', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 670/1237] 10.0.0.53 () {32 vars in 773 bytes} [Thu Jun 11 08:02:28 2026] GET /v2.0/security-groups?tenant_id=9dbf4a7bcf2d447b8e8bdb8dd89becde&name=default => generated 2925 bytes in 258 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 671/1238] 10.0.0.53 () {32 vars in 739 bytes} [Thu Jun 11 08:02:28 2026] DELETE /v2.0/security-groups/182f5e05-8eb1-47af-bfba-766523e8b5aa => 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: 672/1239] 10.0.0.53 () {32 vars in 773 bytes} [Thu Jun 11 08:02:28 2026] GET /v2.0/security-groups?tenant_id=2c8ef4652ab3456f985f79cc73b542f0&name=default => generated 2925 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 673/1240] 10.0.0.53 () {32 vars in 739 bytes} [Thu Jun 11 08:02:28 2026] DELETE /v2.0/security-groups/40ae0a2c-2a0e-4fa8-a170-ee9ba3a1467b => 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: 568/1241] 10.0.0.53 () {34 vars in 782 bytes} [Thu Jun 11 08:02:27 2026] PUT /v2.0/routers/bf7e1792-0453-4a42-89d9-855882303a15/add_router_interface => generated 309 bytes in 1196 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 674/1242] 10.0.0.53 () {32 vars in 716 bytes} [Thu Jun 11 08:02:28 2026] GET /v2.0/ports/174808a4-b2bd-40e0-8211-3a6b03a850a2 => generated 955 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 675/1243] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:02:29 2026] GET /v2.0/ports?device_id=a53351d2-57bb-44be-b8e9-7faabd52a10e => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-11 08:02:29.219 8 INFO neutron_taas.services.taas.taas_plugin [None req-ec9ed5eb-6b80-44b8-8c00-e882f40d8fad bfd6c14154c4485e93f29c1db22c6505 7e9ad319a5514c5ba875735f542e5850 - - default default] TaaS: Handle Delete Port: 174808a4-b2bd-40e0-8211-3a6b03a850a2 2026-06-11 08:02:29.222 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ec9ed5eb-6b80-44b8-8c00-e882f40d8fad bfd6c14154c4485e93f29c1db22c6505 7e9ad319a5514c5ba875735f542e5850 - - default default] Tap Mirror: Handle Delete Port: 174808a4-b2bd-40e0-8211-3a6b03a850a2 2026-06-11 08:02:29.498 7 INFO neutron.db.segments_db [None req-c4323555-86b4-4393-9db8-f01e4aa644fe dea17d44ba5e4b1da0af40ab39fa5f46 995707230e9642269d48435601e9df37 - - default default] Added segment 748dc426-31a4-4519-8938-68f06172f338 of type vxlan for network 3297a735-fccd-4c53-a152-51efe3e7dee2 [pid: 8|app: 0|req: 569/1244] 10.0.0.53 () {34 vars in 788 bytes} [Thu Jun 11 08:02:28 2026] PUT /v2.0/routers/bf7e1792-0453-4a42-89d9-855882303a15/remove_router_interface => generated 309 bytes in 880 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 570/1245] 10.0.0.53 () {32 vars in 735 bytes} [Thu Jun 11 08:02:29 2026] GET /v2.0/ports?device_id=bf7e1792-0453-4a42-89d9-855882303a15 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-11 08:02:29.799 7 INFO neutron.db.l3_hamode_db [None req-c4323555-86b4-4393-9db8-f01e4aa644fe dea17d44ba5e4b1da0af40ab39fa5f46 995707230e9642269d48435601e9df37 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-11 08:02:29.901 8 INFO neutron_taas.services.taas.taas_plugin [None req-38c0e0fa-61ea-4374-8113-df559b31ce76 bfd6c14154c4485e93f29c1db22c6505 7e9ad319a5514c5ba875735f542e5850 - - default default] TaaS: Handle Delete Port: 7b17b30f-b57f-4041-ac55-e5e943187d62 2026-06-11 08:02:29.906 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-38c0e0fa-61ea-4374-8113-df559b31ce76 bfd6c14154c4485e93f29c1db22c6505 7e9ad319a5514c5ba875735f542e5850 - - default default] Tap Mirror: Handle Delete Port: 7b17b30f-b57f-4041-ac55-e5e943187d62 2026-06-11 08:02:29.936 7 INFO neutron.db.l3_hamode_db [None req-c4323555-86b4-4393-9db8-f01e4aa644fe dea17d44ba5e4b1da0af40ab39fa5f46 995707230e9642269d48435601e9df37 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-11 08:02:30.247 8 INFO neutron.services.segments.plugin [-] Segment f5803cdf-1f3a-46b2-9f69-258e5bff1665 resource provider aggregate not found 2026-06-11 08:02:30.252 8 INFO neutron.services.segments.plugin [-] Segment f5803cdf-1f3a-46b2-9f69-258e5bff1665 resource provider aggregate not found 2026-06-11 08:02:30.276 8 INFO neutron.services.segments.plugin [-] Segment f5803cdf-1f3a-46b2-9f69-258e5bff1665 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f5803cdf-1f3a-46b2-9f69-258e5bff1665 found for delete ", "request_id": "req-9af0c69a-17af-40ea-a880-d75d1bb500e8"}]} 2026-06-11 08:02:30.284 8 INFO neutron.services.segments.plugin [-] Segment f5803cdf-1f3a-46b2-9f69-258e5bff1665 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f5803cdf-1f3a-46b2-9f69-258e5bff1665 found for delete ", "request_id": "req-4154a1e1-ad7e-448c-a7f6-e576b91f9324"}]} 2026-06-11 08:02:30.290 8 INFO neutron.db.l3_hamode_db [None req-38c0e0fa-61ea-4374-8113-df559b31ce76 bfd6c14154c4485e93f29c1db22c6505 7e9ad319a5514c5ba875735f542e5850 - - default default] HA network 3335dd06-2caf-4c31-ad22-b2576eeee399 was deleted as no HA routers are present in tenant 7e9ad319a5514c5ba875735f542e5850. [pid: 8|app: 0|req: 571/1246] 10.0.0.53 () {32 vars in 723 bytes} [Thu Jun 11 08:02:29 2026] DELETE /v2.0/routers/bf7e1792-0453-4a42-89d9-855882303a15 => generated 0 bytes in 569 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 572/1247] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:02:30 2026] GET /v2.0/ports?device_id=a53351d2-57bb-44be-b8e9-7faabd52a10e => 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: 573/1248] 10.0.0.53 () {32 vars in 723 bytes} [Thu Jun 11 08:02:30 2026] DELETE /v2.0/subnets/1b42879f-74bc-4438-adad-35ca75e1a03a => generated 0 bytes in 201 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-11 08:02:30.602 8 INFO neutron_taas.services.taas.taas_plugin [None req-752befe5-5cd4-4b6f-ac88-2ac619fb79ff bfd6c14154c4485e93f29c1db22c6505 7e9ad319a5514c5ba875735f542e5850 - - default default] TaaS: Handle Delete Port: aabbfca1-5e22-47bf-997b-61481d6c2a0d 2026-06-11 08:02:30.606 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-752befe5-5cd4-4b6f-ac88-2ac619fb79ff bfd6c14154c4485e93f29c1db22c6505 7e9ad319a5514c5ba875735f542e5850 - - default default] Tap Mirror: Handle Delete Port: aabbfca1-5e22-47bf-997b-61481d6c2a0d [pid: 7|app: 0|req: 676/1249] 10.0.0.53 () {34 vars in 667 bytes} [Thu Jun 11 08:02:29 2026] POST /v2.0/routers => generated 474 bytes in 1350 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-11 08:02:30.670 7 INFO neutron.db.l3_hamode_db [None req-e4bafa18-ce8d-4af1-afc4-83eb93ffbf71 dea17d44ba5e4b1da0af40ab39fa5f46 995707230e9642269d48435601e9df37 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-11 08:02:30.795 7 INFO neutron.db.l3_hamode_db [None req-e4bafa18-ce8d-4af1-afc4-83eb93ffbf71 dea17d44ba5e4b1da0af40ab39fa5f46 995707230e9642269d48435601e9df37 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 574/1250] 10.0.0.53 () {32 vars in 725 bytes} [Thu Jun 11 08:02:30 2026] DELETE /v2.0/networks/1aacac36-4c8b-4672-a6f1-0db995a53b9b => generated 0 bytes in 284 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-11 08:02:30.868 8 INFO neutron.db.segments_db [None req-3a50f6e3-4f30-4cd2-93fb-5d31322ecb8c bfd6c14154c4485e93f29c1db22c6505 7e9ad319a5514c5ba875735f542e5850 - - default default] Added segment 421d857c-9b13-4a1a-ab87-d0bc6ab92d65 of type vxlan for network d90a2546-3df5-498f-b406-85a243514620 2026-06-11 08:02:31.132 8 INFO neutron.db.l3_hamode_db [None req-3a50f6e3-4f30-4cd2-93fb-5d31322ecb8c bfd6c14154c4485e93f29c1db22c6505 7e9ad319a5514c5ba875735f542e5850 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 677/1251] 10.0.0.53 () {34 vars in 667 bytes} [Thu Jun 11 08:02:30 2026] POST /v2.0/routers => generated 474 bytes in 890 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 678/1252] 10.0.0.53 () {32 vars in 739 bytes} [Thu Jun 11 08:02:31 2026] DELETE /v2.0/security-groups/ef6f57bf-366f-4612-8c07-0179833bdd92 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-11 08:02:31.687 7 INFO neutron.db.l3_hamode_db [None req-16cbe47b-e733-4e4c-994c-4ad34e77f2d0 dea17d44ba5e4b1da0af40ab39fa5f46 995707230e9642269d48435601e9df37 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-11 08:02:31.827 7 INFO neutron.db.l3_hamode_db [None req-16cbe47b-e733-4e4c-994c-4ad34e77f2d0 dea17d44ba5e4b1da0af40ab39fa5f46 995707230e9642269d48435601e9df37 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-11 08:02:32.076 8 INFO neutron.db.l3_hamode_db [None req-3a50f6e3-4f30-4cd2-93fb-5d31322ecb8c bfd6c14154c4485e93f29c1db22c6505 7e9ad319a5514c5ba875735f542e5850 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-11 08:02:32.300 8 INFO neutron.services.segments.plugin [-] Segment 643c467b-15c5-45ce-83eb-b479c1bb5fd7 resource provider aggregate not found 2026-06-11 08:02:32.308 8 INFO neutron.services.segments.plugin [-] Segment 643c467b-15c5-45ce-83eb-b479c1bb5fd7 resource provider aggregate not found 2026-06-11 08:02:32.330 8 INFO neutron.services.segments.plugin [-] Segment 643c467b-15c5-45ce-83eb-b479c1bb5fd7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 643c467b-15c5-45ce-83eb-b479c1bb5fd7 found for delete ", "request_id": "req-554eeccb-8270-4db9-b91f-601f406c09df"}]} 2026-06-11 08:02:32.330 8 INFO neutron.services.segments.plugin [-] Segment 643c467b-15c5-45ce-83eb-b479c1bb5fd7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 643c467b-15c5-45ce-83eb-b479c1bb5fd7 found for delete ", "request_id": "req-9e7cbb39-0974-4393-b470-9820afe0c141"}]} [pid: 7|app: 0|req: 679/1253] 10.0.0.53 () {34 vars in 667 bytes} [Thu Jun 11 08:02:31 2026] POST /v2.0/routers => generated 474 bytes in 885 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-11 08:02:32.525 7 INFO neutron.api.v2.resource [None req-a82496bf-a0aa-4fab-99a9-23a2cce52bda 59717ff1c10e4bca88104c0f1a747ca3 58cf3c1c93564b6994c8071f758b4f84 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 680/1254] 10.0.0.53 () {32 vars in 736 bytes} [Thu Jun 11 08:02:32 2026] GET /v2.0/security-groups/ef6f57bf-366f-4612-8c07-0179833bdd92 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-11 08:02:32.595 7 INFO neutron.db.l3_hamode_db [None req-b05a93e2-ec2e-443b-8d0b-88b4d61d7278 dea17d44ba5e4b1da0af40ab39fa5f46 995707230e9642269d48435601e9df37 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-11 08:02:32.709 7 INFO neutron.db.l3_hamode_db [None req-b05a93e2-ec2e-443b-8d0b-88b4d61d7278 dea17d44ba5e4b1da0af40ab39fa5f46 995707230e9642269d48435601e9df37 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 575/1255] 10.0.0.53 () {34 vars in 668 bytes} [Thu Jun 11 08:02:30 2026] POST /v2.0/routers => generated 687 bytes in 2238 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-11 08:02:33.149 8 INFO neutron_taas.services.taas.taas_plugin [None req-d7461ccf-8157-415c-9c51-46dd6a189f6d 59717ff1c10e4bca88104c0f1a747ca3 58cf3c1c93564b6994c8071f758b4f84 - - default default] TaaS: Handle Delete Port: 0837c9ef-c2b3-4aad-8722-a98c1fa3bfdb 2026-06-11 08:02:33.151 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d7461ccf-8157-415c-9c51-46dd6a189f6d 59717ff1c10e4bca88104c0f1a747ca3 58cf3c1c93564b6994c8071f758b4f84 - - default default] Tap Mirror: Handle Delete Port: 0837c9ef-c2b3-4aad-8722-a98c1fa3bfdb [pid: 8|app: 0|req: 576/1256] 10.0.0.53 () {32 vars in 731 bytes} [Thu Jun 11 08:02:33 2026] DELETE /v2.0/floatingips/1c139ebe-0da6-412b-ae2b-c93a7aab61b9 => generated 0 bytes in 242 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 681/1257] 10.0.0.53 () {34 vars in 667 bytes} [Thu Jun 11 08:02:32 2026] POST /v2.0/routers => generated 474 bytes in 799 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 577/1258] 10.0.0.53 () {32 vars in 720 bytes} [Thu Jun 11 08:02:33 2026] GET /v2.0/routers/b33c3f5d-f89e-4e55-aafa-f0783f959857 => generated 693 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 08:02:33.456 8 INFO neutron.db.l3_hamode_db [None req-5394ae4f-b3b0-459b-bae7-d84f91175bfc dea17d44ba5e4b1da0af40ab39fa5f46 995707230e9642269d48435601e9df37 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-11 08:02:33.553 8 INFO neutron.db.l3_hamode_db [None req-5394ae4f-b3b0-459b-bae7-d84f91175bfc dea17d44ba5e4b1da0af40ab39fa5f46 995707230e9642269d48435601e9df37 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-11 08:02:33.698 7 INFO neutron_taas.services.taas.taas_plugin [None req-ba44ced8-94f6-4ae5-afa1-1830fcd1597b d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] TaaS: Handle Delete Port: ecf43865-50c5-4b24-8ce1-939dec3070f0 2026-06-11 08:02:33.701 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ba44ced8-94f6-4ae5-afa1-1830fcd1597b d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] Tap Mirror: Handle Delete Port: ecf43865-50c5-4b24-8ce1-939dec3070f0 [pid: 8|app: 0|req: 578/1259] 10.0.0.53 () {34 vars in 667 bytes} [Thu Jun 11 08:02:33 2026] POST /v2.0/routers => generated 474 bytes in 709 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 579/1260] 10.0.0.53 () {32 vars in 646 bytes} [Thu Jun 11 08:02:34 2026] GET /v2.0/routers => generated 696 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 682/1263] 10.0.0.53 () {34 vars in 788 bytes} [Thu Jun 11 08:02:33 2026] PUT /v2.0/routers/35998deb-01ba-4866-8d4b-98b67f76ca40/remove_router_interface => generated 309 bytes in 873 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 582/1264] 10.0.0.53 () {34 vars in 750 bytes} [Thu Jun 11 08:02:34 2026] PUT /v2.0/routers/e1dd79c3-ae19-4b2f-965b-95108e2e9cfd/tags => generated 17 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 683/1265] 10.0.0.53 () {34 vars in 740 bytes} [Thu Jun 11 08:02:34 2026] PUT /v2.0/routers/b33c3f5d-f89e-4e55-aafa-f0783f959857 => generated 700 bytes in 467 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 684/1266] 10.0.0.53 () {34 vars in 750 bytes} [Thu Jun 11 08:02:34 2026] PUT /v2.0/routers/024eebef-7857-41a1-a202-ab95b7a66e97/tags => generated 25 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 685/1267] 10.0.0.53 () {32 vars in 720 bytes} [Thu Jun 11 08:02:34 2026] GET /v2.0/routers/b33c3f5d-f89e-4e55-aafa-f0783f959857 => generated 700 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 08:02:34.938 8 INFO neutron_taas.services.taas.taas_plugin [None req-dfcd9461-497d-4666-8f55-b9f7b0f43cbb d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] TaaS: Handle Delete Port: 8bf7497e-373b-4dc2-8dac-6e5458fb8f24 2026-06-11 08:02:34.942 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dfcd9461-497d-4666-8f55-b9f7b0f43cbb d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] Tap Mirror: Handle Delete Port: 8bf7497e-373b-4dc2-8dac-6e5458fb8f24 [pid: 7|app: 0|req: 686/1268] 10.0.0.53 () {32 vars in 773 bytes} [Thu Jun 11 08:02:34 2026] GET /v2.0/security-groups?tenant_id=e637683269344f26b741122c25dc17fa&name=default => generated 2925 bytes in 291 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-11 08:02:35.247 8 INFO neutron_taas.services.taas.taas_plugin [None req-dfcd9461-497d-4666-8f55-b9f7b0f43cbb d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] TaaS: Handle Delete Port: 7094b9dd-b203-419a-b189-7a7db48408bb 2026-06-11 08:02:35.253 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dfcd9461-497d-4666-8f55-b9f7b0f43cbb d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] Tap Mirror: Handle Delete Port: 7094b9dd-b203-419a-b189-7a7db48408bb [pid: 7|app: 0|req: 687/1269] 10.0.0.53 () {34 vars in 750 bytes} [Thu Jun 11 08:02:35 2026] PUT /v2.0/routers/8bdee30a-e247-4b62-ba8d-986c39776726/tags => generated 34 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 688/1270] 10.0.0.53 () {32 vars in 735 bytes} [Thu Jun 11 08:02:35 2026] GET /v2.0/ports?device_id=b33c3f5d-f89e-4e55-aafa-f0783f959857 => 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: 689/1271] 10.0.0.53 () {32 vars in 739 bytes} [Thu Jun 11 08:02:35 2026] DELETE /v2.0/security-groups/162fbe4b-4e5b-4699-b839-ca24ea53dd57 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 690/1272] 10.0.0.53 () {34 vars in 750 bytes} [Thu Jun 11 08:02:35 2026] PUT /v2.0/routers/053e9ced-c07a-41ed-bbd2-5ccfaaa0ae9d/tags => generated 19 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-11 08:02:35.655 8 INFO neutron.services.segments.plugin [-] Segment 48a4cd75-a0b5-4872-9c92-14250d748b3f resource provider aggregate not found 2026-06-11 08:02:35.656 8 INFO neutron.services.segments.plugin [-] Segment 48a4cd75-a0b5-4872-9c92-14250d748b3f resource provider aggregate not found 2026-06-11 08:02:35.669 8 INFO neutron.db.l3_hamode_db [None req-dfcd9461-497d-4666-8f55-b9f7b0f43cbb d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] HA network fc4ad3be-2bda-4179-9ffe-e7164d71a476 was deleted as no HA routers are present in tenant 58cf3c1c93564b6994c8071f758b4f84. 2026-06-11 08:02:35.678 8 INFO neutron.services.segments.plugin [-] Segment 48a4cd75-a0b5-4872-9c92-14250d748b3f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 48a4cd75-a0b5-4872-9c92-14250d748b3f found for delete ", "request_id": "req-ab4b501b-cbad-4cec-87c3-58b6729c26ba"}]} 2026-06-11 08:02:35.679 8 INFO neutron.services.segments.plugin [-] Segment 48a4cd75-a0b5-4872-9c92-14250d748b3f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 48a4cd75-a0b5-4872-9c92-14250d748b3f found for delete ", "request_id": "req-3ac42f91-09f4-447c-9fa7-48a37f9103c7"}]} [pid: 8|app: 0|req: 583/1273] 10.0.0.53 () {32 vars in 723 bytes} [Thu Jun 11 08:02:34 2026] DELETE /v2.0/routers/35998deb-01ba-4866-8d4b-98b67f76ca40 => generated 0 bytes in 1370 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-11 08:02:35.756 7 INFO neutron_taas.services.taas.taas_plugin [None req-dabd3f61-3481-49c5-afb5-b686c6ee5169 bfd6c14154c4485e93f29c1db22c6505 7e9ad319a5514c5ba875735f542e5850 - - default default] TaaS: Handle Delete Port: 0febad85-6c0d-4680-99c9-04d3a74a5f59 2026-06-11 08:02:35.759 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dabd3f61-3481-49c5-afb5-b686c6ee5169 bfd6c14154c4485e93f29c1db22c6505 7e9ad319a5514c5ba875735f542e5850 - - default default] Tap Mirror: Handle Delete Port: 0febad85-6c0d-4680-99c9-04d3a74a5f59 [pid: 8|app: 0|req: 584/1274] 10.0.0.53 () {32 vars in 773 bytes} [Thu Jun 11 08:02:35 2026] GET /v2.0/security-groups?tenant_id=291e472a5d424b7eaec4358ca6f63c34&name=default => generated 2925 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 585/1275] 10.0.0.53 () {32 vars in 663 bytes} [Thu Jun 11 08:02:35 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 586/1276] 10.0.0.53 () {32 vars in 723 bytes} [Thu Jun 11 08:02:35 2026] DELETE /v2.0/subnets/666aa877-5d5a-4a80-8eae-1d6e4b4fed8d => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-11 08:02:36.029 7 INFO neutron_taas.services.taas.taas_plugin [None req-dabd3f61-3481-49c5-afb5-b686c6ee5169 bfd6c14154c4485e93f29c1db22c6505 7e9ad319a5514c5ba875735f542e5850 - - default default] TaaS: Handle Delete Port: 70a59937-aece-45e8-b7e6-28bcf16178d6 2026-06-11 08:02:36.032 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dabd3f61-3481-49c5-afb5-b686c6ee5169 bfd6c14154c4485e93f29c1db22c6505 7e9ad319a5514c5ba875735f542e5850 - - default default] Tap Mirror: Handle Delete Port: 70a59937-aece-45e8-b7e6-28bcf16178d6 [pid: 8|app: 0|req: 587/1277] 10.0.0.53 () {32 vars in 739 bytes} [Thu Jun 11 08:02:36 2026] DELETE /v2.0/security-groups/bc3769f0-bdc6-4a75-be19-ecb8c78c686b => 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: 588/1278] 10.0.0.53 () {32 vars in 677 bytes} [Thu Jun 11 08:02:36 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 08:02:36.287 8 INFO neutron_taas.services.taas.taas_plugin [None req-02bd4086-78ce-4439-bddc-af3e2915ad4a d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] TaaS: Handle Delete Port: 832f863e-8215-4e75-8b8f-c31990b81122 2026-06-11 08:02:36.293 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-02bd4086-78ce-4439-bddc-af3e2915ad4a d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] Tap Mirror: Handle Delete Port: 832f863e-8215-4e75-8b8f-c31990b81122 2026-06-11 08:02:36.458 7 INFO neutron.services.segments.plugin [-] Segment 421d857c-9b13-4a1a-ab87-d0bc6ab92d65 resource provider aggregate not found 2026-06-11 08:02:36.468 7 INFO neutron.services.segments.plugin [-] Segment 421d857c-9b13-4a1a-ab87-d0bc6ab92d65 resource provider aggregate not found 2026-06-11 08:02:36.490 7 INFO neutron.services.segments.plugin [-] Segment 421d857c-9b13-4a1a-ab87-d0bc6ab92d65 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 421d857c-9b13-4a1a-ab87-d0bc6ab92d65 found for delete ", "request_id": "req-75429973-8bfd-4bc5-a984-fc6e9e4df8e1"}]} 2026-06-11 08:02:36.491 7 INFO neutron.services.segments.plugin [-] Segment 421d857c-9b13-4a1a-ab87-d0bc6ab92d65 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 421d857c-9b13-4a1a-ab87-d0bc6ab92d65 found for delete ", "request_id": "req-d1f1bd7a-95ac-4380-a538-e367abb2d3d7"}]} 2026-06-11 08:02:36.496 7 INFO neutron.db.l3_hamode_db [None req-dabd3f61-3481-49c5-afb5-b686c6ee5169 bfd6c14154c4485e93f29c1db22c6505 7e9ad319a5514c5ba875735f542e5850 - - default default] HA network d90a2546-3df5-498f-b406-85a243514620 was deleted as no HA routers are present in tenant 7e9ad319a5514c5ba875735f542e5850. [pid: 7|app: 0|req: 691/1279] 10.0.0.53 () {32 vars in 723 bytes} [Thu Jun 11 08:02:35 2026] DELETE /v2.0/routers/b33c3f5d-f89e-4e55-aafa-f0783f959857 => generated 0 bytes in 955 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 589/1280] 10.0.0.53 () {32 vars in 725 bytes} [Thu Jun 11 08:02:36 2026] DELETE /v2.0/networks/016cd22c-1258-4d41-b0e6-3e19c1d9c7dc => generated 0 bytes in 344 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 590/1281] 10.0.0.53 () {32 vars in 735 bytes} [Thu Jun 11 08:02:36 2026] GET /v2.0/ports?device_id=b33c3f5d-f89e-4e55-aafa-f0783f959857 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-11 08:02:36.571 8 INFO neutron.api.v2.resource [None req-b4cd12f0-11dd-4179-afee-4bdf46b3a568 bfd6c14154c4485e93f29c1db22c6505 7e9ad319a5514c5ba875735f542e5850 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 591/1282] 10.0.0.53 () {32 vars in 723 bytes} [Thu Jun 11 08:02:36 2026] DELETE /v2.0/routers/b33c3f5d-f89e-4e55-aafa-f0783f959857 => generated 135 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 592/1283] 10.0.0.53 () {32 vars in 735 bytes} [Thu Jun 11 08:02:36 2026] GET /v2.0/ports?device_id=bf7e1792-0453-4a42-89d9-855882303a15 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-11 08:02:36.609 8 INFO neutron.api.v2.resource [None req-5918100c-2dad-410b-b2c9-66e41f96d579 bfd6c14154c4485e93f29c1db22c6505 7e9ad319a5514c5ba875735f542e5850 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 593/1284] 10.0.0.53 () {32 vars in 723 bytes} [Thu Jun 11 08:02:36 2026] DELETE /v2.0/routers/bf7e1792-0453-4a42-89d9-855882303a15 => 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: 692/1285] 10.0.0.53 () {32 vars in 673 bytes} [Thu Jun 11 08:02:36 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 08:02:36.625 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1bfd7cea-e559-48f9-91c4-cc9bc3beba5e bfd6c14154c4485e93f29c1db22c6505 7e9ad319a5514c5ba875735f542e5850 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 594/1286] 10.0.0.53 () {32 vars in 723 bytes} [Thu Jun 11 08:02:36 2026] DELETE /v2.0/subnets/1b42879f-74bc-4438-adad-35ca75e1a03a => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 595/1287] 10.0.0.53 () {32 vars in 735 bytes} [Thu Jun 11 08:02:36 2026] GET /v2.0/ports?device_id=6d8f4488-214c-40d7-9a5f-8658072a0d93 => generated 12 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-11 08:02:36.664 8 INFO neutron.api.v2.resource [None req-bb1e0e35-f4a8-4065-94b8-dd63d773e313 bfd6c14154c4485e93f29c1db22c6505 7e9ad319a5514c5ba875735f542e5850 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 596/1288] 10.0.0.53 () {32 vars in 723 bytes} [Thu Jun 11 08:02:36 2026] DELETE /v2.0/routers/6d8f4488-214c-40d7-9a5f-8658072a0d93 => generated 135 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-11 08:02:36.679 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7c3a6c9d-5bbf-4931-8840-80e9ca84de46 bfd6c14154c4485e93f29c1db22c6505 7e9ad319a5514c5ba875735f542e5850 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 597/1289] 10.0.0.53 () {32 vars in 723 bytes} [Thu Jun 11 08:02:36 2026] DELETE /v2.0/subnets/7be30b36-084c-45b6-9f9f-e10cb7f1eaf3 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 693/1290] 10.0.0.53 () {32 vars in 685 bytes} [Thu Jun 11 08:02:36 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 598/1291] 10.0.0.53 () {32 vars in 735 bytes} [Thu Jun 11 08:02:36 2026] GET /v2.0/ports?device_id=5b9863b5-72ce-4e15-b6b3-70fd93feba1b => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-11 08:02:36.766 8 INFO neutron.api.v2.resource [None req-ac0fd549-9243-4633-9df4-0ff63dc3fbef bfd6c14154c4485e93f29c1db22c6505 7e9ad319a5514c5ba875735f542e5850 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 599/1292] 10.0.0.53 () {32 vars in 723 bytes} [Thu Jun 11 08:02:36 2026] DELETE /v2.0/routers/5b9863b5-72ce-4e15-b6b3-70fd93feba1b => generated 135 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 600/1293] 10.0.0.53 () {32 vars in 773 bytes} [Thu Jun 11 08:02:36 2026] GET /v2.0/security-groups?tenant_id=58cf3c1c93564b6994c8071f758b4f84&name=default => generated 2925 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-11 08:02:36.808 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2a1b3a8a-0cc7-41f1-818a-e675f76afc2a bfd6c14154c4485e93f29c1db22c6505 7e9ad319a5514c5ba875735f542e5850 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 601/1294] 10.0.0.53 () {32 vars in 723 bytes} [Thu Jun 11 08:02:36 2026] DELETE /v2.0/subnets/df7c38d4-0e5a-4f77-b2e7-5bf9c8057fb6 => generated 136 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 694/1295] 10.0.0.53 () {32 vars in 671 bytes} [Thu Jun 11 08:02:36 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 08:02:36.841 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b1aa7b44-2195-43e0-a51c-de49716834e7 bfd6c14154c4485e93f29c1db22c6505 7e9ad319a5514c5ba875735f542e5850 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 695/1296] 10.0.0.53 () {32 vars in 723 bytes} [Thu Jun 11 08:02:36 2026] DELETE /v2.0/subnets/90b2b59d-8be9-4cca-aa17-68b03812f453 => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 602/1297] 10.0.0.53 () {32 vars in 739 bytes} [Thu Jun 11 08:02:36 2026] DELETE /v2.0/security-groups/7f56d591-4948-4517-9e29-4d3b9956f30d => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 696/1298] 10.0.0.53 () {32 vars in 685 bytes} [Thu Jun 11 08:02:36 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 603/1299] 10.0.0.53 () {32 vars in 681 bytes} [Thu Jun 11 08:02:36 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 697/1300] 10.0.0.53 () {32 vars in 693 bytes} [Thu Jun 11 08:02:37 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 604/1301] 10.0.0.53 () {32 vars in 720 bytes} [Thu Jun 11 08:02:37 2026] GET /v2.0/routers/e1dd79c3-ae19-4b2f-965b-95108e2e9cfd => generated 485 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 605/1302] 10.0.0.53 () {32 vars in 773 bytes} [Thu Jun 11 08:02:37 2026] GET /v2.0/security-groups?tenant_id=7e9ad319a5514c5ba875735f542e5850&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: 606/1303] 10.0.0.53 () {32 vars in 739 bytes} [Thu Jun 11 08:02:37 2026] DELETE /v2.0/security-groups/aba7b594-4eb2-4a2d-ae00-1353dc861600 => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-11 08:02:37.697 8 INFO neutron.services.segments.plugin [-] Segment 5fda3ebd-3fda-4ff3-b5c3-f66b975075e4 resource provider aggregate not found 2026-06-11 08:02:37.702 8 INFO neutron.services.segments.plugin [-] Segment 5fda3ebd-3fda-4ff3-b5c3-f66b975075e4 resource provider aggregate not found 2026-06-11 08:02:37.716 8 INFO neutron.services.segments.plugin [-] Segment 5fda3ebd-3fda-4ff3-b5c3-f66b975075e4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5fda3ebd-3fda-4ff3-b5c3-f66b975075e4 found for delete ", "request_id": "req-b14c1225-61c6-47f8-8c96-41740276355a"}]} 2026-06-11 08:02:37.719 8 INFO neutron.services.segments.plugin [-] Segment 5fda3ebd-3fda-4ff3-b5c3-f66b975075e4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5fda3ebd-3fda-4ff3-b5c3-f66b975075e4 found for delete ", "request_id": "req-4e78a346-449e-4e90-9dfa-af970039c136"}]} [pid: 7|app: 0|req: 698/1304] 10.0.0.53 () {34 vars in 741 bytes} [Thu Jun 11 08:02:37 2026] PUT /v2.0/routers/e1dd79c3-ae19-4b2f-965b-95108e2e9cfd => generated 485 bytes in 525 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 607/1305] 10.0.0.53 () {32 vars in 735 bytes} [Thu Jun 11 08:02:37 2026] GET /v2.0/ports?device_id=e1dd79c3-ae19-4b2f-965b-95108e2e9cfd => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-11 08:02:37.939 7 INFO neutron_taas.services.taas.taas_plugin [None req-24af620a-6880-42bf-afc1-ac9257db7f40 dea17d44ba5e4b1da0af40ab39fa5f46 995707230e9642269d48435601e9df37 - - default default] TaaS: Handle Delete Port: 0d183630-af3f-4492-acf5-49b8218be5e9 2026-06-11 08:02:37.944 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-24af620a-6880-42bf-afc1-ac9257db7f40 dea17d44ba5e4b1da0af40ab39fa5f46 995707230e9642269d48435601e9df37 - - default default] Tap Mirror: Handle Delete Port: 0d183630-af3f-4492-acf5-49b8218be5e9 [pid: 7|app: 0|req: 699/1306] 10.0.0.53 () {32 vars in 723 bytes} [Thu Jun 11 08:02:37 2026] DELETE /v2.0/routers/e1dd79c3-ae19-4b2f-965b-95108e2e9cfd => generated 0 bytes in 379 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 608/1307] 10.0.0.53 () {32 vars in 720 bytes} [Thu Jun 11 08:02:38 2026] GET /v2.0/routers/024eebef-7857-41a1-a202-ab95b7a66e97 => generated 493 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 700/1308] 10.0.0.53 () {34 vars in 741 bytes} [Thu Jun 11 08:02:38 2026] PUT /v2.0/routers/024eebef-7857-41a1-a202-ab95b7a66e97 => generated 493 bytes in 477 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 609/1309] 10.0.0.53 () {32 vars in 773 bytes} [Thu Jun 11 08:02:38 2026] GET /v2.0/security-groups?tenant_id=885867a561ef467a9bd8c35d5930e7d5&name=default => generated 2925 bytes in 288 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-11 08:02:38.937 7 INFO neutron.db.segments_db [None req-73a89c3e-ba1f-4ccf-8d46-0e086ddde95b d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] Added segment 1c061a8f-4a86-4733-8c13-059ece3763c9 of type vxlan for network 495665b5-c029-4ae7-858f-4dec4943c673 [pid: 8|app: 0|req: 610/1310] 10.0.0.53 () {32 vars in 735 bytes} [Thu Jun 11 08:02:38 2026] GET /v2.0/ports?device_id=024eebef-7857-41a1-a202-ab95b7a66e97 => 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: 701/1311] 10.0.0.53 () {34 vars in 670 bytes} [Thu Jun 11 08:02:38 2026] POST /v2.0/networks => generated 744 bytes in 315 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 611/1312] 10.0.0.53 () {32 vars in 739 bytes} [Thu Jun 11 08:02:38 2026] DELETE /v2.0/security-groups/23868307-815a-4f68-9e12-e3de486a6cd1 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-11 08:02:39.162 7 INFO neutron_taas.services.taas.taas_plugin [None req-46991cc6-c0f3-4bf6-82d1-9fbfecbfd60d dea17d44ba5e4b1da0af40ab39fa5f46 995707230e9642269d48435601e9df37 - - default default] TaaS: Handle Delete Port: 9b9e6cff-992f-4799-8abe-11f0629a98b3 2026-06-11 08:02:39.165 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-46991cc6-c0f3-4bf6-82d1-9fbfecbfd60d dea17d44ba5e4b1da0af40ab39fa5f46 995707230e9642269d48435601e9df37 - - default default] Tap Mirror: Handle Delete Port: 9b9e6cff-992f-4799-8abe-11f0629a98b3 [pid: 8|app: 0|req: 612/1313] 10.0.0.53 () {34 vars in 668 bytes} [Thu Jun 11 08:02:39 2026] POST /v2.0/subnets => generated 691 bytes in 190 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-11 08:02:39.300 8 INFO neutron.db.segments_db [None req-1ff3cf76-a70e-4a0a-bf3c-9fc6948852e9 d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] Added segment f39612eb-3e99-46bc-ad19-821b2ce5778b of type vxlan for network f8ee5d64-4875-4039-a888-11ec7612e96a [pid: 7|app: 0|req: 702/1314] 10.0.0.53 () {32 vars in 723 bytes} [Thu Jun 11 08:02:39 2026] DELETE /v2.0/routers/024eebef-7857-41a1-a202-ab95b7a66e97 => generated 0 bytes in 360 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 703/1315] 10.0.0.53 () {32 vars in 720 bytes} [Thu Jun 11 08:02:39 2026] GET /v2.0/routers/8bdee30a-e247-4b62-ba8d-986c39776726 => generated 502 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 08:02:39.566 8 INFO neutron.db.l3_hamode_db [None req-1ff3cf76-a70e-4a0a-bf3c-9fc6948852e9 d93995fb333d41e4830df63ac334fdfa 37fe61e5f513488f858dc1fa07930b5b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 704/1316] 10.0.0.53 () {34 vars in 741 bytes} [Thu Jun 11 08:02:39 2026] PUT /v2.0/routers/8bdee30a-e247-4b62-ba8d-986c39776726 => generated 502 bytes in 566 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 705/1317] 10.0.0.53 () {32 vars in 735 bytes} [Thu Jun 11 08:02:39 2026] GET /v2.0/ports?device_id=8bdee30a-e247-4b62-ba8d-986c39776726 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-11 08:02:40.208 7 INFO neutron_taas.services.taas.taas_plugin [None req-f9af3f24-2f5e-4335-9e05-0b44e8f5378f dea17d44ba5e4b1da0af40ab39fa5f46 995707230e9642269d48435601e9df37 - - default default] TaaS: Handle Delete Port: ea7e360b-daa2-4a3c-b9d0-548400273085 2026-06-11 08:02:40.211 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f9af3f24-2f5e-4335-9e05-0b44e8f5378f dea17d44ba5e4b1da0af40ab39fa5f46 995707230e9642269d48435601e9df37 - - default default] Tap Mirror: Handle Delete Port: ea7e360b-daa2-4a3c-b9d0-548400273085 [pid: 7|app: 0|req: 706/1318] 10.0.0.53 () {32 vars in 723 bytes} [Thu Jun 11 08:02:40 2026] DELETE /v2.0/routers/8bdee30a-e247-4b62-ba8d-986c39776726 => generated 0 bytes in 468 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-11 08:02:40.530 8 INFO neutron.db.l3_hamode_db [None req-1ff3cf76-a70e-4a0a-bf3c-9fc6948852e9 d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 707/1319] 10.0.0.53 () {32 vars in 720 bytes} [Thu Jun 11 08:02:40 2026] GET /v2.0/routers/053e9ced-c07a-41ed-bbd2-5ccfaaa0ae9d => generated 487 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 708/1320] 10.0.0.53 () {34 vars in 741 bytes} [Thu Jun 11 08:02:40 2026] PUT /v2.0/routers/053e9ced-c07a-41ed-bbd2-5ccfaaa0ae9d => generated 487 bytes in 489 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 08:02:41.314 7 INFO neutron.db.segments_db [None req-43c6c2f9-b2ca-4d5d-99ac-d4a8246f44c1 fef9aaced99347fe92163e75b9e21b84 548b5088384f4d4c91d16f40c4a13e40 - - default default] Added segment b9daa6ee-9cf1-4dc9-8d1e-5488c0ab30ed of type vxlan for network c982944d-a30a-4182-b69b-f85161a004c4 [pid: 7|app: 0|req: 709/1321] 10.0.0.53 () {34 vars in 669 bytes} [Thu Jun 11 08:02:41 2026] POST /v2.0/networks => generated 650 bytes in 357 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 613/1322] 10.0.0.53 () {34 vars in 668 bytes} [Thu Jun 11 08:02:39 2026] POST /v2.0/routers => generated 731 bytes in 2182 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 614/1323] 10.0.0.53 () {32 vars in 735 bytes} [Thu Jun 11 08:02:41 2026] GET /v2.0/ports?device_id=053e9ced-c07a-41ed-bbd2-5ccfaaa0ae9d => 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: 710/1324] 10.0.0.53 () {32 vars in 773 bytes} [Thu Jun 11 08:02:41 2026] GET /v2.0/security-groups?tenant_id=4e4ff53b838545c6bead6d5025c2ca92&name=default => generated 2925 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 615/1325] 10.0.0.53 () {34 vars in 668 bytes} [Thu Jun 11 08:02:41 2026] POST /v2.0/subnets => generated 627 bytes in 246 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-11 08:02:41.924 8 INFO neutron_taas.services.taas.taas_plugin [None req-38426113-cd02-4e94-b363-7be735a127bc dea17d44ba5e4b1da0af40ab39fa5f46 995707230e9642269d48435601e9df37 - - default default] TaaS: Handle Delete Port: 878c44dc-ce03-417d-b102-6996c14252e6 2026-06-11 08:02:41.932 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-38426113-cd02-4e94-b363-7be735a127bc dea17d44ba5e4b1da0af40ab39fa5f46 995707230e9642269d48435601e9df37 - - default default] Tap Mirror: Handle Delete Port: 878c44dc-ce03-417d-b102-6996c14252e6 [pid: 8|app: 0|req: 616/1326] 10.0.0.53 () {32 vars in 723 bytes} [Thu Jun 11 08:02:41 2026] DELETE /v2.0/routers/053e9ced-c07a-41ed-bbd2-5ccfaaa0ae9d => generated 0 bytes in 473 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 617/1327] 10.0.0.53 () {32 vars in 739 bytes} [Thu Jun 11 08:02:42 2026] DELETE /v2.0/security-groups/d2af8901-0663-4b3a-8928-681eda665a3a => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-11 08:02:42.311 8 INFO neutron.db.segments_db [None req-277f8adc-5b12-41ed-9ff7-a1849990dd4b fef9aaced99347fe92163e75b9e21b84 548b5088384f4d4c91d16f40c4a13e40 - - default default] Added segment 34188856-933a-44f1-abe2-f77adc8690d8 of type vxlan for network 84ff9e59-b235-40fb-8d51-cadba09c565d 2026-06-11 08:02:42.597 8 INFO neutron.db.l3_hamode_db [None req-277f8adc-5b12-41ed-9ff7-a1849990dd4b fef9aaced99347fe92163e75b9e21b84 548b5088384f4d4c91d16f40c4a13e40 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 711/1328] 10.0.0.53 () {34 vars in 782 bytes} [Thu Jun 11 08:02:41 2026] PUT /v2.0/routers/4ca5fe47-8c1d-462f-a361-55dddc595f26/add_router_interface => generated 309 bytes in 1942 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 712/1329] 10.0.0.53 () {32 vars in 720 bytes} [Thu Jun 11 08:02:43 2026] GET /v2.0/routers/cf859072-48fb-4a5b-86ff-713ccfd5c88d => generated 480 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 08:02:43.630 8 INFO neutron.db.l3_hamode_db [None req-277f8adc-5b12-41ed-9ff7-a1849990dd4b fef9aaced99347fe92163e75b9e21b84 548b5088384f4d4c91d16f40c4a13e40 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 713/1330] 10.0.0.53 () {34 vars in 741 bytes} [Thu Jun 11 08:02:43 2026] PUT /v2.0/routers/cf859072-48fb-4a5b-86ff-713ccfd5c88d => generated 480 bytes in 669 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 714/1331] 10.0.0.53 () {34 vars in 684 bytes} [Thu Jun 11 08:02:44 2026] POST /v2.0/security-groups => generated 1660 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 715/1332] 10.0.0.53 () {32 vars in 735 bytes} [Thu Jun 11 08:02:44 2026] GET /v2.0/ports?device_id=cf859072-48fb-4a5b-86ff-713ccfd5c88d => 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: 716/1333] 10.0.0.53 () {34 vars in 694 bytes} [Thu Jun 11 08:02:44 2026] POST /v2.0/security-group-rules => generated 597 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-11 08:02:44.652 7 INFO neutron_taas.services.taas.taas_plugin [None req-bc311da4-59e0-4bfb-8e31-e2be7098a46b dea17d44ba5e4b1da0af40ab39fa5f46 995707230e9642269d48435601e9df37 - - default default] TaaS: Handle Delete Port: 0389e06c-daa6-47a1-b8e2-bad637a8914f 2026-06-11 08:02:44.654 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bc311da4-59e0-4bfb-8e31-e2be7098a46b dea17d44ba5e4b1da0af40ab39fa5f46 995707230e9642269d48435601e9df37 - - default default] Tap Mirror: Handle Delete Port: 0389e06c-daa6-47a1-b8e2-bad637a8914f [pid: 8|app: 0|req: 618/1334] 10.0.0.53 () {34 vars in 668 bytes} [Thu Jun 11 08:02:42 2026] POST /v2.0/routers => generated 695 bytes in 2391 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 619/1335] 10.0.0.53 () {34 vars in 694 bytes} [Thu Jun 11 08:02:44 2026] POST /v2.0/security-group-rules => generated 602 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-11 08:02:45.018 7 INFO neutron.services.segments.plugin [-] Segment 748dc426-31a4-4519-8938-68f06172f338 resource provider aggregate not found 2026-06-11 08:02:45.022 7 INFO neutron.services.segments.plugin [-] Segment 748dc426-31a4-4519-8938-68f06172f338 resource provider aggregate not found 2026-06-11 08:02:45.037 7 INFO neutron.services.segments.plugin [-] Segment 748dc426-31a4-4519-8938-68f06172f338 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 748dc426-31a4-4519-8938-68f06172f338 found for delete ", "request_id": "req-7b679046-137d-4e67-9ef5-a05dea6caa60"}]} 2026-06-11 08:02:45.039 7 INFO neutron.services.segments.plugin [-] Segment 748dc426-31a4-4519-8938-68f06172f338 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 748dc426-31a4-4519-8938-68f06172f338 found for delete ", "request_id": "req-6154d5eb-387f-43f3-9df6-90f45c2a7c27"}]} 2026-06-11 08:02:45.054 7 INFO neutron.db.l3_hamode_db [None req-bc311da4-59e0-4bfb-8e31-e2be7098a46b dea17d44ba5e4b1da0af40ab39fa5f46 995707230e9642269d48435601e9df37 - - default default] HA network 3297a735-fccd-4c53-a152-51efe3e7dee2 was deleted as no HA routers are present in tenant 995707230e9642269d48435601e9df37. [pid: 7|app: 0|req: 717/1336] 10.0.0.53 () {32 vars in 723 bytes} [Thu Jun 11 08:02:44 2026] DELETE /v2.0/routers/cf859072-48fb-4a5b-86ff-713ccfd5c88d => generated 0 bytes in 612 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 718/1337] 10.0.0.53 () {32 vars in 773 bytes} [Thu Jun 11 08:02:45 2026] GET /v2.0/security-groups?tenant_id=4f30a0a03bd14d67b19f57857e0f778d&name=default => generated 2925 bytes in 371 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 719/1338] 10.0.0.53 () {34 vars in 675 bytes} [Thu Jun 11 08:02:45 2026] POST /v2.0/floatingips => generated 552 bytes in 489 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 620/1339] 10.0.0.53 () {34 vars in 782 bytes} [Thu Jun 11 08:02:44 2026] PUT /v2.0/routers/d13becff-f615-4ed9-a1d2-91abe8f34c8c/add_router_interface => generated 309 bytes in 1240 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 720/1340] 10.0.0.53 () {32 vars in 739 bytes} [Thu Jun 11 08:02:45 2026] DELETE /v2.0/security-groups/44679e08-16ce-4395-b9c6-7ecf578aa61f => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 621/1341] 10.0.0.53 () {32 vars in 773 bytes} [Thu Jun 11 08:02:46 2026] GET /v2.0/security-groups?tenant_id=8c11124ea53e470ca97a78ef20c7bea9&name=default => generated 2925 bytes in 12711 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 622/1342] 10.0.0.72 () {34 vars in 1099 bytes} [Thu Jun 11 08:02:58 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1541200280&fields=id&tenant_id=37fe61e5f513488f858dc1fa07930b5b => generated 69 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 721/1345] 10.0.0.53 () {34 vars in 664 bytes} [Thu Jun 11 08:02:46 2026] POST /v2.0/ports => generated 955 bytes in 12777 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: 722/1346] 10.0.0.72 () {34 vars in 981 bytes} [Thu Jun 11 08:02:58 2026] GET /v2.0/networks?id=495665b5-c029-4ae7-858f-4dec4943c673 => generated 676 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 625/1347] 10.0.0.53 () {32 vars in 739 bytes} [Thu Jun 11 08:02:58 2026] DELETE /v2.0/security-groups/9148035f-c25a-480f-832e-8ff3b5e51233 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 626/1348] 10.0.0.72 () {34 vars in 964 bytes} [Thu Jun 11 08:02:58 2026] GET /v2.0/quotas/37fe61e5f513488f858dc1fa07930b5b => generated 292 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 627/1349] 10.0.0.72 () {34 vars in 1001 bytes} [Thu Jun 11 08:02:58 2026] GET /v2.0/ports?tenant_id=37fe61e5f513488f858dc1fa07930b5b&fields=id => generated 103 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 628/1350] 10.0.0.72 () {34 vars in 1007 bytes} [Thu Jun 11 08:02:59 2026] GET /v2.0/networks/495665b5-c029-4ae7-858f-4dec4943c673?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: 629/1351] 10.0.0.53 () {32 vars in 773 bytes} [Thu Jun 11 08:02:59 2026] GET /v2.0/security-groups?tenant_id=475b6eed4c3a432ab503a31c713fd692&name=default => generated 2925 bytes in 179 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 630/1352] 10.0.0.72 () {34 vars in 1107 bytes} [Thu Jun 11 08:02:59 2026] GET /v2.0/networks/495665b5-c029-4ae7-858f-4dec4943c673?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 723/1353] 10.0.0.53 () {34 vars in 664 bytes} [Thu Jun 11 08:02:58 2026] POST /v2.0/ports => generated 954 bytes in 449 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: 631/1354] 10.0.0.53 () {32 vars in 739 bytes} [Thu Jun 11 08:02:59 2026] DELETE /v2.0/security-groups/40da864b-c411-4cc7-a507-24dd4628c689 => 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: 632/1355] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:02:59 2026] GET /v2.0/ports?device_id=89fbce62-448c-4ff1-a1ff-f1dc9d0ac294 => 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: 633/1356] 10.0.0.53 () {32 vars in 773 bytes} [Thu Jun 11 08:02:59 2026] GET /v2.0/security-groups?tenant_id=995707230e9642269d48435601e9df37&name=default => generated 2925 bytes in 166 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 634/1357] 10.0.0.53 () {32 vars in 739 bytes} [Thu Jun 11 08:02:59 2026] DELETE /v2.0/security-groups/8917de16-0d92-450e-bd86-4b399d46c919 => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-11 08:03:00.469 7 INFO neutron.db.l3_db [None req-ec9e345b-0fe6-46a7-9afe-7335e1307189 fef9aaced99347fe92163e75b9e21b84 548b5088384f4d4c91d16f40c4a13e40 - - default default] Floating IP 7fc5b06c-c387-470f-bfec-b3126bc590a5 associated. External IP: 10.96.250.212, port: bd8061ba-c5f2-4c14-9d2e-3554735b5c3e. [pid: 8|app: 0|req: 635/1358] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:03:00 2026] GET /v2.0/ports?device_id=89fbce62-448c-4ff1-a1ff-f1dc9d0ac294 => 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: 724/1359] 10.0.0.53 () {34 vars in 676 bytes} [Thu Jun 11 08:02:59 2026] POST /v2.0/floatingips => generated 841 bytes in 1451 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-11 08:03:00.902 8 INFO neutron.db.l3_db [None req-8540225f-65ad-496f-af21-2ee6a3faf8bf fef9aaced99347fe92163e75b9e21b84 548b5088384f4d4c91d16f40c4a13e40 - - default default] Floating IP 7fc5b06c-c387-470f-bfec-b3126bc590a5 disassociated. External IP: 10.96.250.212, port: bd8061ba-c5f2-4c14-9d2e-3554735b5c3e. [pid: 8|app: 0|req: 636/1360] 10.0.0.53 () {34 vars in 748 bytes} [Thu Jun 11 08:03:00 2026] PUT /v2.0/floatingips/7fc5b06c-c387-470f-bfec-b3126bc590a5 => generated 552 bytes in 498 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 08:03:01.438 7 INFO neutron_taas.services.taas.taas_plugin [None req-9ab67073-5954-43db-8a5d-0905a505f871 fef9aaced99347fe92163e75b9e21b84 548b5088384f4d4c91d16f40c4a13e40 - - default default] TaaS: Handle Delete Port: 6f57c825-234b-4c7e-b9db-6758cd019360 2026-06-11 08:03:01.442 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9ab67073-5954-43db-8a5d-0905a505f871 fef9aaced99347fe92163e75b9e21b84 548b5088384f4d4c91d16f40c4a13e40 - - default default] Tap Mirror: Handle Delete Port: 6f57c825-234b-4c7e-b9db-6758cd019360 [pid: 7|app: 0|req: 725/1361] 10.0.0.53 () {32 vars in 731 bytes} [Thu Jun 11 08:03:01 2026] DELETE /v2.0/floatingips/7fc5b06c-c387-470f-bfec-b3126bc590a5 => generated 0 bytes in 307 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 726/1362] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:03:01 2026] GET /v2.0/ports?device_id=89fbce62-448c-4ff1-a1ff-f1dc9d0ac294 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-11 08:03:02.349 8 INFO neutron.db.l3_db [None req-32ce6663-0a01-46e5-8604-a7b9cbd1c384 fef9aaced99347fe92163e75b9e21b84 548b5088384f4d4c91d16f40c4a13e40 - - default default] Floating IP 2fe6cef8-489c-4bb9-98db-e8de014099ec associated. External IP: 10.96.250.211, port: da29f1e1-cbdf-40b0-9e64-2d2af8702796. [pid: 8|app: 0|req: 637/1363] 10.0.0.53 () {34 vars in 676 bytes} [Thu Jun 11 08:03:01 2026] POST /v2.0/floatingips => generated 842 bytes in 1053 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-11 08:03:02.694 7 INFO neutron.db.segments_db [None req-d604524b-de8a-4864-a398-247a34528319 a1cd9c559f1d44318d032eddb096a48a 6b2d681860db4323bd05b9591f8311e5 - - default default] Added segment db4d9c01-0579-4665-b366-48f368b8fee3 of type vxlan for network 218d6db9-119c-415e-a6f2-9c18ff84b2e4 [pid: 8|app: 0|req: 638/1364] 10.0.0.53 () {32 vars in 728 bytes} [Thu Jun 11 08:03:02 2026] GET /v2.0/floatingips/2fe6cef8-489c-4bb9-98db-e8de014099ec => generated 842 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 727/1365] 10.0.0.53 () {34 vars in 669 bytes} [Thu Jun 11 08:03:02 2026] POST /v2.0/networks => generated 725 bytes in 441 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 639/1366] 10.0.0.53 () {32 vars in 654 bytes} [Thu Jun 11 08:03:02 2026] GET /v2.0/floatingips => generated 845 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 728/1367] 10.0.0.53 () {34 vars in 668 bytes} [Thu Jun 11 08:03:02 2026] POST /v2.0/subnets => generated 644 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 729/1368] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:03:02 2026] GET /v2.0/ports?device_id=89fbce62-448c-4ff1-a1ff-f1dc9d0ac294 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-11 08:03:02.976 7 WARNING neutron.api.v2.base [None req-b0d1ea15-ace1-4ea7-9ed3-f9a29c538cb1 a1cd9c559f1d44318d032eddb096a48a 6b2d681860db4323bd05b9591f8311e5 - - 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-11 08:03:02.976 7 INFO neutron.api.v2.resource [None req-b0d1ea15-ace1-4ea7-9ed3-f9a29c538cb1 a1cd9c559f1d44318d032eddb096a48a 6b2d681860db4323bd05b9591f8311e5 - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 7|app: 0|req: 730/1369] 10.0.0.53 () {34 vars in 680 bytes} [Thu Jun 11 08:03:02 2026] POST /v2.0/rbac-policies => generated 143 bytes in 4 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) 2026-06-11 08:03:03.150 7 INFO neutron.services.segments.plugin [-] Segment db4d9c01-0579-4665-b366-48f368b8fee3 resource provider aggregate not found 2026-06-11 08:03:03.156 7 INFO neutron.services.segments.plugin [-] Segment db4d9c01-0579-4665-b366-48f368b8fee3 resource provider aggregate not found 2026-06-11 08:03:03.171 7 INFO neutron.services.segments.plugin [-] Segment db4d9c01-0579-4665-b366-48f368b8fee3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid db4d9c01-0579-4665-b366-48f368b8fee3 found for delete ", "request_id": "req-320311e3-c8f0-4134-aaa4-bdad5891c517"}]} 2026-06-11 08:03:03.174 7 INFO neutron.services.segments.plugin [-] Segment db4d9c01-0579-4665-b366-48f368b8fee3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid db4d9c01-0579-4665-b366-48f368b8fee3 found for delete ", "request_id": "req-d3f39554-43fe-4efd-af3f-6d3080639bc0"}]} 2026-06-11 08:03:03.175 8 INFO neutron.db.l3_db [None req-5dfb45fc-8b9f-4659-b1fd-d1add718aee9 fef9aaced99347fe92163e75b9e21b84 548b5088384f4d4c91d16f40c4a13e40 - - default default] Floating IP 2fe6cef8-489c-4bb9-98db-e8de014099ec associated. External IP: 10.96.250.211, port: da29f1e1-cbdf-40b0-9e64-2d2af8702796. [pid: 7|app: 0|req: 731/1370] 10.0.0.53 () {32 vars in 725 bytes} [Thu Jun 11 08:03:02 2026] DELETE /v2.0/networks/218d6db9-119c-415e-a6f2-9c18ff84b2e4 => generated 0 bytes in 200 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-11 08:03:03.238 7 INFO neutron.db.segments_db [None req-12112928-353a-4e2e-bcfb-0baf7550e228 a1cd9c559f1d44318d032eddb096a48a 6b2d681860db4323bd05b9591f8311e5 - - default default] Added segment c8177724-70b0-465f-9d2b-85a0d5fab9e2 of type vxlan for network c4deaf98-f488-4f01-b7e6-f1c748812a46 [pid: 7|app: 0|req: 732/1371] 10.0.0.53 () {34 vars in 669 bytes} [Thu Jun 11 08:03:03 2026] POST /v2.0/networks => generated 726 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 733/1372] 10.0.0.53 () {34 vars in 668 bytes} [Thu Jun 11 08:03:03 2026] POST /v2.0/subnets => generated 647 bytes in 204 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-11 08:03:03.573 7 WARNING neutron.api.v2.base [None req-7ff2e396-20aa-405d-8f41-aa8870f3f1ce a1cd9c559f1d44318d032eddb096a48a 6b2d681860db4323bd05b9591f8311e5 - - 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-11 08:03:03.573 7 INFO neutron.api.v2.resource [None req-7ff2e396-20aa-405d-8f41-aa8870f3f1ce a1cd9c559f1d44318d032eddb096a48a 6b2d681860db4323bd05b9591f8311e5 - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 7|app: 0|req: 734/1373] 10.0.0.53 () {34 vars in 680 bytes} [Thu Jun 11 08:03:03 2026] POST /v2.0/rbac-policies => generated 547 bytes in 7 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 7|app: 0|req: 735/1374] 10.0.0.53 () {32 vars in 725 bytes} [Thu Jun 11 08:03:03 2026] DELETE /v2.0/networks/c4deaf98-f488-4f01-b7e6-f1c748812a46 => generated 0 bytes in 183 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-11 08:03:03.830 7 INFO neutron.db.segments_db [None req-31803963-8be2-42ad-8455-cfea3e5818c6 a1cd9c559f1d44318d032eddb096a48a 6b2d681860db4323bd05b9591f8311e5 - - default default] Added segment d072a93d-bce5-4a7c-b7bb-03a686f7f877 of type vxlan for network e33aad14-0e74-4c9d-9ab7-88ddfd016075 [pid: 8|app: 0|req: 640/1375] 10.0.0.53 () {34 vars in 748 bytes} [Thu Jun 11 08:03:02 2026] PUT /v2.0/floatingips/2fe6cef8-489c-4bb9-98db-e8de014099ec => generated 841 bytes in 1061 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 641/1376] 199.204.45.229 () {34 vars in 986 bytes} [Thu Jun 11 08:03:03 2026] GET /v2.0/networks?id=495665b5-c029-4ae7-858f-4dec4943c673 => generated 676 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 736/1379] 10.0.0.53 () {34 vars in 669 bytes} [Thu Jun 11 08:03:03 2026] POST /v2.0/networks => generated 727 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 737/1380] 199.204.45.229 () {34 vars in 1050 bytes} [Thu Jun 11 08:03:03 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=37fe61e5f513488f858dc1fa07930b5b => generated 181 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 08:03:04.022 8 INFO neutron.db.l3_db [None req-c244ae64-26d6-43cd-aae6-7b8fb11dfbce fef9aaced99347fe92163e75b9e21b84 548b5088384f4d4c91d16f40c4a13e40 - - default default] Floating IP 2fe6cef8-489c-4bb9-98db-e8de014099ec disassociated. External IP: 10.96.250.211, port: bd8061ba-c5f2-4c14-9d2e-3554735b5c3e. [pid: 7|app: 0|req: 738/1381] 10.0.0.53 () {34 vars in 668 bytes} [Thu Jun 11 08:03:03 2026] POST /v2.0/subnets => generated 647 bytes in 212 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 644/1382] 10.0.0.53 () {34 vars in 748 bytes} [Thu Jun 11 08:03:03 2026] PUT /v2.0/floatingips/2fe6cef8-489c-4bb9-98db-e8de014099ec => generated 552 bytes in 450 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 645/1383] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:03:04 2026] GET /v2.0/ports?device_id=89fbce62-448c-4ff1-a1ff-f1dc9d0ac294 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 739/1384] 199.204.45.229 () {38 vars in 955 bytes} [Thu Jun 11 08:03:04 2026] POST /v2.0/ports => generated 954 bytes in 401 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 646/1385] 10.0.0.53 () {34 vars in 680 bytes} [Thu Jun 11 08:03:04 2026] POST /v2.0/rbac-policies => generated 324 bytes in 241 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-11 08:03:04.731 8 INFO neutron_taas.services.taas.taas_plugin [None req-eb5e909c-cd2d-4292-ae83-fa75f7d871b7 fef9aaced99347fe92163e75b9e21b84 548b5088384f4d4c91d16f40c4a13e40 - - default default] TaaS: Handle Delete Port: f837cad1-c28f-4fc4-93fe-897f13fcae9a 2026-06-11 08:03:04.735 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-eb5e909c-cd2d-4292-ae83-fa75f7d871b7 fef9aaced99347fe92163e75b9e21b84 548b5088384f4d4c91d16f40c4a13e40 - - default default] Tap Mirror: Handle Delete Port: f837cad1-c28f-4fc4-93fe-897f13fcae9a [pid: 8|app: 0|req: 647/1386] 10.0.0.53 () {32 vars in 731 bytes} [Thu Jun 11 08:03:04 2026] DELETE /v2.0/floatingips/2fe6cef8-489c-4bb9-98db-e8de014099ec => generated 0 bytes in 298 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 740/1387] 10.0.0.53 () {34 vars in 683 bytes} [Thu Jun 11 08:03:04 2026] POST /v2.0/security-groups => generated 1601 bytes in 372 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-11 08:03:04.958 7 INFO neutron.api.v2.resource [None req-7620efd8-cf4a-465b-b53c-886eb1ad7b0d fef9aaced99347fe92163e75b9e21b84 548b5088384f4d4c91d16f40c4a13e40 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 741/1388] 10.0.0.53 () {32 vars in 731 bytes} [Thu Jun 11 08:03:04 2026] DELETE /v2.0/floatingips/2fe6cef8-489c-4bb9-98db-e8de014099ec => generated 144 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 742/1389] 10.0.0.53 () {34 vars in 683 bytes} [Thu Jun 11 08:03:04 2026] POST /v2.0/security-groups => generated 1601 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 743/1390] 10.0.0.53 () {32 vars in 722 bytes} [Thu Jun 11 08:03:05 2026] GET /v2.0/networks/e33aad14-0e74-4c9d-9ab7-88ddfd016075 => generated 655 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 08:03:05.195 7 INFO neutron.services.segments.plugin [-] Segment c8177724-70b0-465f-9d2b-85a0d5fab9e2 resource provider aggregate not found 2026-06-11 08:03:05.201 7 INFO neutron.services.segments.plugin [-] Segment c8177724-70b0-465f-9d2b-85a0d5fab9e2 resource provider aggregate not found 2026-06-11 08:03:05.217 7 INFO neutron.services.segments.plugin [-] Segment c8177724-70b0-465f-9d2b-85a0d5fab9e2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c8177724-70b0-465f-9d2b-85a0d5fab9e2 found for delete ", "request_id": "req-880d8dcc-a3d8-4714-b473-d9f4767df6f0"}]} 2026-06-11 08:03:05.224 7 INFO neutron.services.segments.plugin [-] Segment c8177724-70b0-465f-9d2b-85a0d5fab9e2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c8177724-70b0-465f-9d2b-85a0d5fab9e2 found for delete ", "request_id": "req-b33d50cf-61b2-477a-bfcc-46296205ce99"}]} [pid: 8|app: 0|req: 648/1391] 199.204.45.229 () {38 vars in 1028 bytes} [Thu Jun 11 08:03:04 2026] PUT /v2.0/ports/9b7f2543-bbdc-4455-9ce2-6edff335a9c6 => generated 1235 bytes in 450 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-11 08:03:05.401 7 INFO neutron_taas.services.taas.taas_plugin [None req-4733cb9d-ec59-47da-8292-196c8b66fff4 fef9aaced99347fe92163e75b9e21b84 548b5088384f4d4c91d16f40c4a13e40 - - default default] TaaS: Handle Delete Port: bd8061ba-c5f2-4c14-9d2e-3554735b5c3e 2026-06-11 08:03:05.406 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-fdeb8974-7f49-4c82-8786-5f94cf56d5b1'] response: {'name': 'network-changed', 'server_uuid': '89fbce62-448c-4ff1-a1ff-f1dc9d0ac294', 'tag': '9b7f2543-bbdc-4455-9ce2-6edff335a9c6', 'status': 'completed', 'code': 200} 2026-06-11 08:03:05.411 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4733cb9d-ec59-47da-8292-196c8b66fff4 fef9aaced99347fe92163e75b9e21b84 548b5088384f4d4c91d16f40c4a13e40 - - default default] Tap Mirror: Handle Delete Port: bd8061ba-c5f2-4c14-9d2e-3554735b5c3e [pid: 8|app: 0|req: 649/1392] 10.0.0.53 () {34 vars in 683 bytes} [Thu Jun 11 08:03:05 2026] POST /v2.0/security-groups => generated 1601 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 650/1393] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:03:05 2026] GET /v2.0/ports?device_id=89fbce62-448c-4ff1-a1ff-f1dc9d0ac294 => generated 969 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 744/1394] 10.0.0.53 () {32 vars in 719 bytes} [Thu Jun 11 08:03:05 2026] DELETE /v2.0/ports/bd8061ba-c5f2-4c14-9d2e-3554735b5c3e => generated 0 bytes in 409 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-11 08:03:05.636 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0243c529-f254-4ad2-80fc-75116307dd37 0c7d520010664e38b63131da4ec98490 e0e142d43b4c41ab9c8f27da2c42d8ab - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 745/1395] 10.0.0.53 () {32 vars in 722 bytes} [Thu Jun 11 08:03:05 2026] GET /v2.0/networks/e33aad14-0e74-4c9d-9ab7-88ddfd016075 => generated 138 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 746/1396] 10.0.0.72 () {34 vars in 1039 bytes} [Thu Jun 11 08:03:05 2026] GET /v2.0/security-groups?id=c3ff0432-ea76-4d45-96d6-bc7666e85a59&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: 651/1397] 10.0.0.53 () {34 vars in 683 bytes} [Thu Jun 11 08:03:05 2026] POST /v2.0/security-groups => generated 1601 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-11 08:03:05.760 7 INFO neutron_taas.services.taas.taas_plugin [None req-0f01df72-726f-4c85-865a-0c97deeadbe2 fef9aaced99347fe92163e75b9e21b84 548b5088384f4d4c91d16f40c4a13e40 - - default default] TaaS: Handle Delete Port: da29f1e1-cbdf-40b0-9e64-2d2af8702796 2026-06-11 08:03:05.763 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0f01df72-726f-4c85-865a-0c97deeadbe2 fef9aaced99347fe92163e75b9e21b84 548b5088384f4d4c91d16f40c4a13e40 - - default default] Tap Mirror: Handle Delete Port: da29f1e1-cbdf-40b0-9e64-2d2af8702796 2026-06-11 08:03:05.885 8 INFO neutron.services.segments.plugin [-] Segment d072a93d-bce5-4a7c-b7bb-03a686f7f877 resource provider aggregate not found 2026-06-11 08:03:05.890 8 INFO neutron.services.segments.plugin [-] Segment d072a93d-bce5-4a7c-b7bb-03a686f7f877 resource provider aggregate not found 2026-06-11 08:03:05.907 8 INFO neutron.services.segments.plugin [-] Segment d072a93d-bce5-4a7c-b7bb-03a686f7f877 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d072a93d-bce5-4a7c-b7bb-03a686f7f877 found for delete ", "request_id": "req-4180f30e-8563-41f5-9cfa-3b83372d5fda"}]} [pid: 7|app: 0|req: 747/1398] 10.0.0.53 () {32 vars in 719 bytes} [Thu Jun 11 08:03:05 2026] DELETE /v2.0/ports/da29f1e1-cbdf-40b0-9e64-2d2af8702796 => generated 0 bytes in 242 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-11 08:03:05.909 8 INFO neutron.services.segments.plugin [-] Segment d072a93d-bce5-4a7c-b7bb-03a686f7f877 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d072a93d-bce5-4a7c-b7bb-03a686f7f877 found for delete ", "request_id": "req-5a93d79b-e4fc-401b-b89b-8c2459d3a6c1"}]} [pid: 8|app: 0|req: 652/1399] 10.0.0.53 () {32 vars in 725 bytes} [Thu Jun 11 08:03:05 2026] DELETE /v2.0/networks/e33aad14-0e74-4c9d-9ab7-88ddfd016075 => generated 0 bytes in 205 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 653/1400] 10.0.0.53 () {32 vars in 735 bytes} [Thu Jun 11 08:03:05 2026] GET /v2.0/ports?device_id=d13becff-f615-4ed9-a1d2-91abe8f34c8c => generated 958 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 08:03:05.991 8 INFO neutron.pecan_wsgi.hooks.translation [None req-dae22315-5002-4b8c-9d31-6dba16a07113 a1cd9c559f1d44318d032eddb096a48a 6b2d681860db4323bd05b9591f8311e5 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 654/1401] 10.0.0.53 () {32 vars in 723 bytes} [Thu Jun 11 08:03:05 2026] DELETE /v2.0/subnets/93e49f1f-b360-44fb-8c5d-d9febaf3fac0 => generated 136 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 748/1402] 10.0.0.53 () {34 vars in 683 bytes} [Thu Jun 11 08:03:05 2026] POST /v2.0/security-groups => generated 1601 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 655/1403] 199.204.45.229 () {34 vars in 1080 bytes} [Thu Jun 11 08:03:05 2026] GET /v2.0/ports?tenant_id=37fe61e5f513488f858dc1fa07930b5b&device_id=89fbce62-448c-4ff1-a1ff-f1dc9d0ac294 => generated 1238 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-11 08:03:06.032 8 INFO neutron.pecan_wsgi.hooks.translation [None req-371ed360-b568-40db-a0dc-250358eea105 a1cd9c559f1d44318d032eddb096a48a 6b2d681860db4323bd05b9591f8311e5 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 656/1404] 10.0.0.53 () {32 vars in 723 bytes} [Thu Jun 11 08:03:06 2026] DELETE /v2.0/subnets/2faca47d-361a-4eff-b657-f144cf0d8159 => generated 136 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 657/1405] 10.0.0.53 () {34 vars in 766 bytes} [Thu Jun 11 08:03:06 2026] PUT /v2.0/security-groups/82ab866d-bf0c-4510-9e09-6c827745d9ca/tags => generated 17 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 658/1406] 199.204.45.229 () {34 vars in 1018 bytes} [Thu Jun 11 08:03:06 2026] GET /v2.0/networks?tenant_id=37fe61e5f513488f858dc1fa07930b5b&shared=False => generated 772 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 08:03:06.131 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e2c02e00-a1aa-4a37-bc63-dfbe12764591 a1cd9c559f1d44318d032eddb096a48a 6b2d681860db4323bd05b9591f8311e5 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 659/1407] 10.0.0.53 () {32 vars in 723 bytes} [Thu Jun 11 08:03:06 2026] DELETE /v2.0/subnets/002a1344-2eb8-4391-999e-c7de67081de0 => generated 136 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 660/1408] 10.0.0.53 () {34 vars in 766 bytes} [Thu Jun 11 08:03:06 2026] PUT /v2.0/security-groups/41fbf7d0-05dd-46f8-adf8-e8017dc1e179/tags => generated 25 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 661/1409] 199.204.45.229 () {34 vars in 930 bytes} [Thu Jun 11 08:03:06 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 662/1410] 10.0.0.53 () {34 vars in 766 bytes} [Thu Jun 11 08:03:06 2026] PUT /v2.0/security-groups/87d36ba8-48cb-4069-856f-43e208d44e95/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: 663/1411] 10.0.0.53 () {34 vars in 766 bytes} [Thu Jun 11 08:03:06 2026] PUT /v2.0/security-groups/5267df4b-f4ee-429f-98cc-144d0f2658b9/tags => generated 19 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 664/1412] 10.0.0.53 () {32 vars in 679 bytes} [Thu Jun 11 08:03:06 2026] GET /v2.0/security-groups?tags=red => generated 4804 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-11 08:03:06.408 7 INFO neutron_taas.services.taas.taas_plugin [None req-afcb9923-fb17-4bed-8cdf-2b4246efeb76 fef9aaced99347fe92163e75b9e21b84 548b5088384f4d4c91d16f40c4a13e40 - - default default] TaaS: Handle Delete Port: 3e204769-7f12-4d64-a4a9-bd76599e4d5d 2026-06-11 08:03:06.411 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-afcb9923-fb17-4bed-8cdf-2b4246efeb76 fef9aaced99347fe92163e75b9e21b84 548b5088384f4d4c91d16f40c4a13e40 - - default default] Tap Mirror: Handle Delete Port: 3e204769-7f12-4d64-a4a9-bd76599e4d5d [pid: 8|app: 0|req: 665/1413] 10.0.0.53 () {32 vars in 693 bytes} [Thu Jun 11 08:03:06 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3218 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 666/1414] 10.0.0.53 () {32 vars in 689 bytes} [Thu Jun 11 08:03:06 2026] GET /v2.0/security-groups?tags-any=blue => generated 3218 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 667/1415] 10.0.0.53 () {32 vars in 701 bytes} [Thu Jun 11 08:03:06 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4804 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 668/1416] 10.0.0.53 () {32 vars in 687 bytes} [Thu Jun 11 08:03:06 2026] GET /v2.0/security-groups?not-tags=red => generated 6094 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 669/1417] 10.0.0.53 () {32 vars in 701 bytes} [Thu Jun 11 08:03:06 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7680 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 670/1418] 10.0.0.53 () {32 vars in 697 bytes} [Thu Jun 11 08:03:06 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7680 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 749/1419] 10.0.0.53 () {34 vars in 788 bytes} [Thu Jun 11 08:03:06 2026] PUT /v2.0/routers/d13becff-f615-4ed9-a1d2-91abe8f34c8c/remove_router_interface => generated 309 bytes in 891 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 750/1420] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:03:06 2026] GET /v2.0/ports?device_id=89fbce62-448c-4ff1-a1ff-f1dc9d0ac294 => generated 969 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 671/1421] 10.0.0.53 () {32 vars in 709 bytes} [Thu Jun 11 08:03:06 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6094 bytes in 441 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-11 08:03:07.157 7 INFO neutron_taas.services.taas.taas_plugin [None req-60c9e263-cab7-4e40-9755-7a9f61d49e1c fef9aaced99347fe92163e75b9e21b84 548b5088384f4d4c91d16f40c4a13e40 - - default default] TaaS: Handle Delete Port: 3550ea28-4deb-43b7-ad1c-200a2320de51 2026-06-11 08:03:07.161 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-60c9e263-cab7-4e40-9755-7a9f61d49e1c fef9aaced99347fe92163e75b9e21b84 548b5088384f4d4c91d16f40c4a13e40 - - default default] Tap Mirror: Handle Delete Port: 3550ea28-4deb-43b7-ad1c-200a2320de51 [pid: 8|app: 0|req: 672/1422] 10.0.0.53 () {32 vars in 773 bytes} [Thu Jun 11 08:03:07 2026] GET /v2.0/security-groups?tenant_id=6b2d681860db4323bd05b9591f8311e5&name=default => generated 2925 bytes in 185 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 673/1423] 10.0.0.72 () {34 vars in 1039 bytes} [Thu Jun 11 08:03:07 2026] GET /v2.0/security-groups?id=c3ff0432-ea76-4d45-96d6-bc7666e85a59&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: 674/1424] 10.0.0.53 () {32 vars in 739 bytes} [Thu Jun 11 08:03:07 2026] DELETE /v2.0/security-groups/82ab866d-bf0c-4510-9e09-6c827745d9ca => 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: 675/1425] 199.204.45.229 () {34 vars in 1080 bytes} [Thu Jun 11 08:03:07 2026] GET /v2.0/ports?tenant_id=37fe61e5f513488f858dc1fa07930b5b&device_id=89fbce62-448c-4ff1-a1ff-f1dc9d0ac294 => generated 1238 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-11 08:03:07.428 7 INFO neutron_taas.services.taas.taas_plugin [None req-60c9e263-cab7-4e40-9755-7a9f61d49e1c fef9aaced99347fe92163e75b9e21b84 548b5088384f4d4c91d16f40c4a13e40 - - default default] TaaS: Handle Delete Port: 16c85d20-b19c-43d9-b45a-e50e61dc3b90 2026-06-11 08:03:07.431 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-60c9e263-cab7-4e40-9755-7a9f61d49e1c fef9aaced99347fe92163e75b9e21b84 548b5088384f4d4c91d16f40c4a13e40 - - default default] Tap Mirror: Handle Delete Port: 16c85d20-b19c-43d9-b45a-e50e61dc3b90 [pid: 8|app: 0|req: 676/1426] 10.0.0.53 () {32 vars in 739 bytes} [Thu Jun 11 08:03:07 2026] DELETE /v2.0/security-groups/46c1265a-4f6c-4f27-8df1-7d116c937394 => 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: 677/1427] 10.0.0.53 () {32 vars in 739 bytes} [Thu Jun 11 08:03:07 2026] DELETE /v2.0/security-groups/41fbf7d0-05dd-46f8-adf8-e8017dc1e179 => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 678/1428] 199.204.45.229 () {34 vars in 1058 bytes} [Thu Jun 11 08:03:07 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=9b7f2543-bbdc-4455-9ce2-6edff335a9c6 => generated 19 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 679/1429] 10.0.0.53 () {32 vars in 739 bytes} [Thu Jun 11 08:03:07 2026] DELETE /v2.0/security-groups/87d36ba8-48cb-4069-856f-43e208d44e95 => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-11 08:03:07.756 7 INFO neutron.services.segments.plugin [-] Segment 34188856-933a-44f1-abe2-f77adc8690d8 resource provider aggregate not found 2026-06-11 08:03:07.763 7 INFO neutron.services.segments.plugin [-] Segment 34188856-933a-44f1-abe2-f77adc8690d8 resource provider aggregate not found 2026-06-11 08:03:07.773 7 INFO neutron.services.segments.plugin [-] Segment 34188856-933a-44f1-abe2-f77adc8690d8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 34188856-933a-44f1-abe2-f77adc8690d8 found for delete ", "request_id": "req-b86fca01-c0bf-4d70-b798-2edca828df2f"}]} 2026-06-11 08:03:07.781 7 INFO neutron.services.segments.plugin [-] Segment 34188856-933a-44f1-abe2-f77adc8690d8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 34188856-933a-44f1-abe2-f77adc8690d8 found for delete ", "request_id": "req-0817de62-20dc-4400-bf54-d08a9a8cb661"}]} 2026-06-11 08:03:07.787 7 INFO neutron.db.l3_hamode_db [None req-60c9e263-cab7-4e40-9755-7a9f61d49e1c fef9aaced99347fe92163e75b9e21b84 548b5088384f4d4c91d16f40c4a13e40 - - default default] HA network 84ff9e59-b235-40fb-8d51-cadba09c565d was deleted as no HA routers are present in tenant 548b5088384f4d4c91d16f40c4a13e40. [pid: 8|app: 0|req: 680/1430] 10.0.0.53 () {32 vars in 773 bytes} [Thu Jun 11 08:03:07 2026] GET /v2.0/security-groups?tenant_id=88bdb7d656704d838e01428c09b9dc4e&name=default => generated 2925 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 751/1431] 10.0.0.53 () {32 vars in 723 bytes} [Thu Jun 11 08:03:06 2026] DELETE /v2.0/routers/d13becff-f615-4ed9-a1d2-91abe8f34c8c => generated 0 bytes in 861 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 681/1432] 199.204.45.229 () {34 vars in 984 bytes} [Thu Jun 11 08:03:07 2026] GET /v2.0/subnets?id=f4c53db4-2526-4f5d-8750-6a65f517c660 => generated 694 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 752/1433] 10.0.0.53 () {32 vars in 739 bytes} [Thu Jun 11 08:03:07 2026] DELETE /v2.0/security-groups/5267df4b-f4ee-429f-98cc-144d0f2658b9 => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 682/1434] 10.0.0.53 () {32 vars in 739 bytes} [Thu Jun 11 08:03:07 2026] DELETE /v2.0/security-groups/0f1e50a7-0e77-448d-a6da-7227106b6cb1 => 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: 683/1435] 199.204.45.229 () {34 vars in 1052 bytes} [Thu Jun 11 08:03:07 2026] GET /v2.0/ports?network_id=495665b5-c029-4ae7-858f-4dec4943c673&device_owner=network%3Adhcp => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 753/1436] 10.0.0.53 () {32 vars in 723 bytes} [Thu Jun 11 08:03:07 2026] DELETE /v2.0/subnets/178f7180-594f-48c9-9c63-d05b979c2dac => generated 0 bytes in 110 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 754/1437] 199.204.45.229 () {34 vars in 1012 bytes} [Thu Jun 11 08:03:07 2026] GET /v2.0/networks/495665b5-c029-4ae7-858f-4dec4943c673?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: 684/1438] 10.0.0.53 () {32 vars in 739 bytes} [Thu Jun 11 08:03:07 2026] DELETE /v2.0/security-groups/4f123db5-3935-4401-84a4-f2f6a113b983 => 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: 685/1439] 199.204.45.229 () {34 vars in 1112 bytes} [Thu Jun 11 08:03:08 2026] GET /v2.0/networks/495665b5-c029-4ae7-858f-4dec4943c673?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: 755/1440] 10.0.0.53 () {32 vars in 725 bytes} [Thu Jun 11 08:03:08 2026] DELETE /v2.0/networks/c982944d-a30a-4182-b69b-f85161a004c4 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 686/1441] 10.0.0.53 () {32 vars in 773 bytes} [Thu Jun 11 08:03:08 2026] GET /v2.0/security-groups?tenant_id=e0e142d43b4c41ab9c8f27da2c42d8ab&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: 756/1442] 10.0.0.53 () {32 vars in 739 bytes} [Thu Jun 11 08:03:08 2026] DELETE /v2.0/security-groups/2cc41b44-573b-4494-9a26-570660404655 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 687/1443] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:03:08 2026] GET /v2.0/ports?device_id=89fbce62-448c-4ff1-a1ff-f1dc9d0ac294 => 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: 757/1444] 10.0.0.72 () {34 vars in 1039 bytes} [Thu Jun 11 08:03:08 2026] GET /v2.0/security-groups?id=c3ff0432-ea76-4d45-96d6-bc7666e85a59&fields=id&fields=name => generated 114 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 688/1445] 10.0.0.53 () {32 vars in 773 bytes} [Thu Jun 11 08:03:08 2026] GET /v2.0/security-groups?tenant_id=548b5088384f4d4c91d16f40c4a13e40&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: 758/1446] 10.0.0.53 () {32 vars in 739 bytes} [Thu Jun 11 08:03:08 2026] DELETE /v2.0/security-groups/932921a0-d171-4a3b-b2b2-1be121ab3da9 => 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: 689/1447] 10.0.0.53 () {32 vars in 773 bytes} [Thu Jun 11 08:03:08 2026] GET /v2.0/security-groups?tenant_id=d6afcacaec08426c8fc803727411e2b5&name=default => generated 2925 bytes in 174 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 759/1448] 10.0.0.53 () {32 vars in 739 bytes} [Thu Jun 11 08:03:09 2026] DELETE /v2.0/security-groups/91fba352-4fce-47ca-bc48-e8f85e967fda => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 690/1449] 10.0.0.53 () {32 vars in 773 bytes} [Thu Jun 11 08:03:09 2026] GET /v2.0/security-groups?tenant_id=7de942781add464d92aa3adbb4b56dcb&name=default => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 760/1450] 10.0.0.53 () {32 vars in 739 bytes} [Thu Jun 11 08:03:09 2026] DELETE /v2.0/security-groups/10a6dbcb-62d7-49f9-ad13-deb43b732d68 => 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: 691/1451] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:03:09 2026] GET /v2.0/ports?device_id=89fbce62-448c-4ff1-a1ff-f1dc9d0ac294 => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 692/1452] 10.0.0.72 () {34 vars in 1039 bytes} [Thu Jun 11 08:03:09 2026] GET /v2.0/security-groups?id=c3ff0432-ea76-4d45-96d6-bc7666e85a59&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 761/1453] 10.0.0.53 () {32 vars in 773 bytes} [Thu Jun 11 08:03:09 2026] GET /v2.0/security-groups?tenant_id=78991f6fce5c4d7e96de6a3c300a9d4d&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: 693/1454] 10.0.0.53 () {32 vars in 739 bytes} [Thu Jun 11 08:03:09 2026] DELETE /v2.0/security-groups/da9b5b5d-3fe0-42eb-a989-90c112b2cccb => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-11 08:03:09.790 7 INFO neutron.services.segments.plugin [-] Segment b9daa6ee-9cf1-4dc9-8d1e-5488c0ab30ed resource provider aggregate not found 2026-06-11 08:03:09.797 7 INFO neutron.services.segments.plugin [-] Segment b9daa6ee-9cf1-4dc9-8d1e-5488c0ab30ed resource provider aggregate not found 2026-06-11 08:03:09.804 7 INFO neutron.services.segments.plugin [-] Segment b9daa6ee-9cf1-4dc9-8d1e-5488c0ab30ed resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b9daa6ee-9cf1-4dc9-8d1e-5488c0ab30ed found for delete ", "request_id": "req-02fad3c2-3f5b-4f3c-a55a-c0932e2b510a"}]} 2026-06-11 08:03:09.812 7 INFO neutron.services.segments.plugin [-] Segment b9daa6ee-9cf1-4dc9-8d1e-5488c0ab30ed resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b9daa6ee-9cf1-4dc9-8d1e-5488c0ab30ed found for delete ", "request_id": "req-58a0013b-756a-4f23-a697-ff48c5f1c3ae"}]} [pid: 7|app: 0|req: 762/1455] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:03:10 2026] GET /v2.0/ports?device_id=89fbce62-448c-4ff1-a1ff-f1dc9d0ac294 => generated 969 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 694/1456] 10.0.0.72 () {34 vars in 1039 bytes} [Thu Jun 11 08:03:10 2026] GET /v2.0/security-groups?id=c3ff0432-ea76-4d45-96d6-bc7666e85a59&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-11 08:03:11.135 7 INFO neutron.db.segments_db [None req-6ccbccb9-4dc0-41b2-8a6d-d7c1f1177a57 3c539d9873a24477b4891ee3b54e4360 875cbac3a67e4d7e8fd3acb2f4f5ce24 - - default default] Added segment fe549094-a7a2-4f56-a528-0ace95fff5db of type vxlan for network 4624a583-8feb-4e59-82f1-56d783355e61 [pid: 7|app: 0|req: 763/1457] 10.0.0.53 () {34 vars in 669 bytes} [Thu Jun 11 08:03:10 2026] POST /v2.0/networks => generated 649 bytes in 476 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 695/1458] 10.0.0.53 () {34 vars in 664 bytes} [Thu Jun 11 08:03:11 2026] POST /v2.0/ports => generated 779 bytes in 358 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-11 08:03:11.672 7 INFO neutron.db.segments_db [None req-cead25d5-c059-4001-8212-6eb6fd1eced9 3c539d9873a24477b4891ee3b54e4360 875cbac3a67e4d7e8fd3acb2f4f5ce24 - - default default] Added segment 586482a8-1ffb-409f-986e-a31cd4eb9b5d of type vxlan for network 0cb7bdca-0290-4e20-8e11-dc511a6796d4 [pid: 7|app: 0|req: 764/1459] 10.0.0.53 () {34 vars in 669 bytes} [Thu Jun 11 08:03:11 2026] POST /v2.0/networks => generated 635 bytes in 155 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: 765/1460] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:03:11 2026] GET /v2.0/ports?device_id=89fbce62-448c-4ff1-a1ff-f1dc9d0ac294 => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 766/1461] 10.0.0.72 () {34 vars in 1039 bytes} [Thu Jun 11 08:03:11 2026] GET /v2.0/security-groups?id=c3ff0432-ea76-4d45-96d6-bc7666e85a59&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: 696/1462] 10.0.0.53 () {34 vars in 668 bytes} [Thu Jun 11 08:03:11 2026] POST /v2.0/subnets => generated 646 bytes in 278 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 767/1463] 10.0.0.53 () {34 vars in 664 bytes} [Thu Jun 11 08:03:12 2026] POST /v2.0/ports => generated 965 bytes in 440 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-11 08:03:12.619 8 INFO neutron_taas.services.taas.taas_plugin [None req-bb72da9f-e041-4037-8db1-1104d7b764b4 3c539d9873a24477b4891ee3b54e4360 875cbac3a67e4d7e8fd3acb2f4f5ce24 - - default default] TaaS: Handle Delete Port: f1b7bb3e-fe5e-41e1-99cf-95c9048fd10f 2026-06-11 08:03:12.622 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bb72da9f-e041-4037-8db1-1104d7b764b4 3c539d9873a24477b4891ee3b54e4360 875cbac3a67e4d7e8fd3acb2f4f5ce24 - - default default] Tap Mirror: Handle Delete Port: f1b7bb3e-fe5e-41e1-99cf-95c9048fd10f [pid: 8|app: 0|req: 697/1464] 10.0.0.53 () {32 vars in 719 bytes} [Thu Jun 11 08:03:12 2026] DELETE /v2.0/ports/f1b7bb3e-fe5e-41e1-99cf-95c9048fd10f => generated 0 bytes in 223 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-11 08:03:12.754 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b7487ed6-60eb-4fa8-9dad-69ff5171eadf 3c539d9873a24477b4891ee3b54e4360 875cbac3a67e4d7e8fd3acb2f4f5ce24 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 768/1465] 10.0.0.53 () {32 vars in 719 bytes} [Thu Jun 11 08:03:12 2026] DELETE /v2.0/ports/f1b7bb3e-fe5e-41e1-99cf-95c9048fd10f => generated 132 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-11 08:03:12.786 8 INFO neutron.pecan_wsgi.hooks.translation [None req-44ba6ba6-1b5d-4e10-8edd-d860b00fb84d 3c539d9873a24477b4891ee3b54e4360 875cbac3a67e4d7e8fd3acb2f4f5ce24 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 698/1466] 10.0.0.53 () {32 vars in 716 bytes} [Thu Jun 11 08:03:12 2026] GET /v2.0/ports/f1b7bb3e-fe5e-41e1-99cf-95c9048fd10f => generated 132 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 699/1467] 10.0.0.53 () {32 vars in 723 bytes} [Thu Jun 11 08:03:12 2026] DELETE /v2.0/subnets/bd8e6ded-512c-4521-a459-25bd9e506e66 => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-11 08:03:13.051 8 INFO neutron_taas.services.taas.taas_plugin [None req-15f5d549-3c9d-4cfe-b669-688f17077428 3c539d9873a24477b4891ee3b54e4360 875cbac3a67e4d7e8fd3acb2f4f5ce24 - - default default] TaaS: Handle Delete Port: 3ab76526-28ef-4ac6-83c0-b93edf47aa3a 2026-06-11 08:03:13.054 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-15f5d549-3c9d-4cfe-b669-688f17077428 3c539d9873a24477b4891ee3b54e4360 875cbac3a67e4d7e8fd3acb2f4f5ce24 - - default default] Tap Mirror: Handle Delete Port: 3ab76526-28ef-4ac6-83c0-b93edf47aa3a 2026-06-11 08:03:13.174 7 INFO neutron.db.segments_db [None req-d95a1b10-24b7-4e63-96e1-1fc52bbff271 acb9805b45c44aceab9c47066cdbb0fe dcc7180582684f1882fba3cfa226260a - - default default] Added segment 1634969c-e6b9-4e1f-8206-2d023a982d69 of type vxlan for network 7bbdb7a1-b872-4337-8418-803f57f301e0 2026-06-11 08:03:13.263 8 INFO neutron.services.segments.plugin [-] Segment 586482a8-1ffb-409f-986e-a31cd4eb9b5d resource provider aggregate not found 2026-06-11 08:03:13.279 8 INFO neutron.services.segments.plugin [-] Segment 586482a8-1ffb-409f-986e-a31cd4eb9b5d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 586482a8-1ffb-409f-986e-a31cd4eb9b5d found for delete ", "request_id": "req-69aab21e-947a-4c60-8c84-0326d16a9c4d"}]} 2026-06-11 08:03:13.283 8 INFO neutron.services.segments.plugin [-] Segment 586482a8-1ffb-409f-986e-a31cd4eb9b5d resource provider aggregate not found [pid: 8|app: 0|req: 700/1468] 10.0.0.53 () {32 vars in 725 bytes} [Thu Jun 11 08:03:12 2026] DELETE /v2.0/networks/0cb7bdca-0290-4e20-8e11-dc511a6796d4 => generated 0 bytes in 326 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 769/1469] 10.0.0.53 () {34 vars in 669 bytes} [Thu Jun 11 08:03:12 2026] POST /v2.0/networks => generated 632 bytes in 515 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-11 08:03:13.306 8 INFO neutron.services.segments.plugin [-] Segment 586482a8-1ffb-409f-986e-a31cd4eb9b5d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 586482a8-1ffb-409f-986e-a31cd4eb9b5d found for delete ", "request_id": "req-ead010d9-6750-410d-b343-27b42d3f6a9a"}]} [pid: 8|app: 0|req: 701/1470] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:03:13 2026] GET /v2.0/ports?device_id=89fbce62-448c-4ff1-a1ff-f1dc9d0ac294 => generated 971 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 08:03:13.505 8 INFO neutron.db.segments_db [None req-1a8753ab-3395-4ff2-abe3-703ea06b8245 3c539d9873a24477b4891ee3b54e4360 875cbac3a67e4d7e8fd3acb2f4f5ce24 - - default default] Added segment aaa5c5b5-87a5-4c46-9f3e-50c3dc990189 of type vxlan for network 0d539cd6-25ba-4bf5-bf1a-d2a7a05a32fc [pid: 8|app: 0|req: 702/1471] 10.0.0.53 () {34 vars in 669 bytes} [Thu Jun 11 08:03:13 2026] POST /v2.0/networks => generated 636 bytes in 200 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 703/1472] 10.0.0.53 () {34 vars in 668 bytes} [Thu Jun 11 08:03:13 2026] POST /v2.0/subnets => generated 626 bytes in 250 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 770/1473] 10.0.0.53 () {34 vars in 675 bytes} [Thu Jun 11 08:03:13 2026] POST /v2.0/floatingips => generated 552 bytes in 570 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 704/1474] 10.0.0.72 () {34 vars in 1039 bytes} [Thu Jun 11 08:03:13 2026] GET /v2.0/security-groups?id=c3ff0432-ea76-4d45-96d6-bc7666e85a59&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 08:03:13.927 8 INFO neutron.db.segments_db [None req-55c28f48-dc7b-47d9-ab56-ee4f1b594a35 acb9805b45c44aceab9c47066cdbb0fe dcc7180582684f1882fba3cfa226260a - - default default] Added segment 5cc1306a-b4cc-4593-a633-32925a1a2444 of type vxlan for network 83e2f9c4-ba6b-42ef-85e1-81761cf6d724 [pid: 8|app: 0|req: 705/1475] 10.0.0.53 () {34 vars in 669 bytes} [Thu Jun 11 08:03:13 2026] POST /v2.0/networks => generated 632 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 771/1476] 10.0.0.53 () {34 vars in 668 bytes} [Thu Jun 11 08:03:13 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: 8|app: 0|req: 706/1477] 10.0.0.53 () {34 vars in 758 bytes} [Thu Jun 11 08:03:14 2026] PUT /v2.0/floatingips/6e281b4d-cf1a-4aab-ba14-8a027db14376/tags => generated 25 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 772/1478] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:03:14 2026] GET /v2.0/ports?device_id=89fbce62-448c-4ff1-a1ff-f1dc9d0ac294 => 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: 707/1479] 10.0.0.53 () {34 vars in 668 bytes} [Thu Jun 11 08:03:14 2026] POST /v2.0/subnets => generated 629 bytes in 272 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 708/1480] 10.0.0.53 () {32 vars in 738 bytes} [Thu Jun 11 08:03:14 2026] GET /v2.0/floatingips/6e281b4d-cf1a-4aab-ba14-8a027db14376/tags => generated 25 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 773/1481] 10.0.0.53 () {34 vars in 664 bytes} [Thu Jun 11 08:03:14 2026] POST /v2.0/ports => generated 924 bytes in 284 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-11 08:03:14.502 7 INFO neutron.db.segments_db [None req-6da2be71-5ab9-417c-a259-1e5b8d9def56 acb9805b45c44aceab9c47066cdbb0fe dcc7180582684f1882fba3cfa226260a - - default default] Added segment 70ce714a-ba05-40b5-bfcb-77f10a7e8404 of type vxlan for network a2b971b8-daf1-4aa1-a3be-79f1d0940ab5 [pid: 7|app: 0|req: 774/1482] 10.0.0.53 () {34 vars in 669 bytes} [Thu Jun 11 08:03:14 2026] POST /v2.0/networks => generated 631 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 775/1483] 10.0.0.53 () {34 vars in 769 bytes} [Thu Jun 11 08:03:14 2026] PUT /v2.0/floatingips/6e281b4d-cf1a-4aab-ba14-8a027db14376/tags/green => generated 4 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-06-11 08:03:14.787 8 INFO neutron.db.l3_db [None req-aca43ffd-3508-451d-96c6-d481b6ec5138 36572ad2b8524a488a4bfa04f6e4b5cd 37fe61e5f513488f858dc1fa07930b5b - - default default] Floating IP 23f78aab-17b9-4553-a305-99258d34e727 associated. External IP: 10.96.250.208, port: 9b7f2543-bbdc-4455-9ce2-6edff335a9c6. 2026-06-11 08:03:14.805 7 INFO neutron_taas.services.taas.taas_plugin [None req-d144a7e9-283c-4dc2-9a88-8cfe75b9e7da 3c539d9873a24477b4891ee3b54e4360 875cbac3a67e4d7e8fd3acb2f4f5ce24 - - default default] TaaS: Handle Delete Port: 0465356b-ca7d-46ee-92c3-6c8cc857e3c8 2026-06-11 08:03:14.808 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d144a7e9-283c-4dc2-9a88-8cfe75b9e7da 3c539d9873a24477b4891ee3b54e4360 875cbac3a67e4d7e8fd3acb2f4f5ce24 - - default default] Tap Mirror: Handle Delete Port: 0465356b-ca7d-46ee-92c3-6c8cc857e3c8 [pid: 7|app: 0|req: 776/1484] 10.0.0.53 () {32 vars in 719 bytes} [Thu Jun 11 08:03:14 2026] DELETE /v2.0/ports/0465356b-ca7d-46ee-92c3-6c8cc857e3c8 => generated 0 bytes in 203 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 709/1485] 10.0.0.53 () {34 vars in 748 bytes} [Thu Jun 11 08:03:14 2026] PUT /v2.0/floatingips/23f78aab-17b9-4553-a305-99258d34e727 => generated 855 bytes in 663 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 777/1486] 10.0.0.53 () {34 vars in 668 bytes} [Thu Jun 11 08:03:14 2026] POST /v2.0/subnets => generated 629 bytes in 229 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-11 08:03:15.140 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-039b964a-fc7e-4646-b9d5-d7cf11a4f9dd'] response: {'name': 'network-changed', 'server_uuid': '89fbce62-448c-4ff1-a1ff-f1dc9d0ac294', 'tag': '9b7f2543-bbdc-4455-9ce2-6edff335a9c6', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 710/1487] 10.0.0.53 () {32 vars in 738 bytes} [Thu Jun 11 08:03:15 2026] GET /v2.0/floatingips/6e281b4d-cf1a-4aab-ba14-8a027db14376/tags => generated 34 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-11 08:03:15.161 7 INFO neutron.pecan_wsgi.hooks.translation [None req-81b9b01a-28ab-4096-8ef3-ad44ffd1b7d6 3c539d9873a24477b4891ee3b54e4360 875cbac3a67e4d7e8fd3acb2f4f5ce24 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 778/1488] 10.0.0.53 () {32 vars in 716 bytes} [Thu Jun 11 08:03:15 2026] GET /v2.0/ports/0465356b-ca7d-46ee-92c3-6c8cc857e3c8 => generated 132 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-11 08:03:15.206 8 INFO neutron.db.segments_db [None req-5add0ea0-eb57-4a9c-8487-bb6b0ea968e8 acb9805b45c44aceab9c47066cdbb0fe dcc7180582684f1882fba3cfa226260a - - default default] Added segment 8f329df4-2d2d-41de-a204-525b4eda4b2c of type vxlan for network 42faca9a-8d59-494a-9dc6-7ddb62ce8727 [pid: 7|app: 0|req: 779/1489] 10.0.0.53 () {34 vars in 765 bytes} [Thu Jun 11 08:03:15 2026] PUT /v2.0/floatingips/6e281b4d-cf1a-4aab-ba14-8a027db14376/tags/red => generated 4 bytes in 81 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 780/1490] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:03:15 2026] GET /v2.0/ports?device_id=89fbce62-448c-4ff1-a1ff-f1dc9d0ac294 => generated 971 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 711/1491] 10.0.0.53 () {34 vars in 669 bytes} [Thu Jun 11 08:03:15 2026] POST /v2.0/networks => generated 631 bytes in 193 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 712/1492] 10.0.0.53 () {32 vars in 738 bytes} [Thu Jun 11 08:03:15 2026] GET /v2.0/floatingips/6e281b4d-cf1a-4aab-ba14-8a027db14376/tags => generated 34 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 713/1493] 10.0.0.72 () {34 vars in 1039 bytes} [Thu Jun 11 08:03:15 2026] GET /v2.0/security-groups?id=c3ff0432-ea76-4d45-96d6-bc7666e85a59&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: 781/1494] 10.0.0.53 () {32 vars in 723 bytes} [Thu Jun 11 08:03:15 2026] DELETE /v2.0/subnets/c8f81fc6-f72a-49cb-a073-87dcd1b46ea3 => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 782/1495] 10.0.0.53 () {34 vars in 787 bytes} [Thu Jun 11 08:03:15 2026] PUT /v2.0/floatingips/6e281b4d-cf1a-4aab-ba14-8a027db14376/tags/black.or.white => generated 4 bytes in 55 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-06-11 08:03:15.619 7 INFO neutron.services.segments.plugin [-] Segment aaa5c5b5-87a5-4c46-9f3e-50c3dc990189 resource provider aggregate not found 2026-06-11 08:03:15.626 7 INFO neutron.services.segments.plugin [-] Segment aaa5c5b5-87a5-4c46-9f3e-50c3dc990189 resource provider aggregate not found 2026-06-11 08:03:15.644 7 INFO neutron.services.segments.plugin [-] Segment aaa5c5b5-87a5-4c46-9f3e-50c3dc990189 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aaa5c5b5-87a5-4c46-9f3e-50c3dc990189 found for delete ", "request_id": "req-594d283c-92ab-4632-9e67-9da643552177"}]} 2026-06-11 08:03:15.648 7 INFO neutron.services.segments.plugin [-] Segment aaa5c5b5-87a5-4c46-9f3e-50c3dc990189 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aaa5c5b5-87a5-4c46-9f3e-50c3dc990189 found for delete ", "request_id": "req-bc343d97-23b9-4992-8895-559526428b52"}]} [pid: 7|app: 0|req: 783/1496] 10.0.0.53 () {32 vars in 725 bytes} [Thu Jun 11 08:03:15 2026] DELETE /v2.0/networks/0d539cd6-25ba-4bf5-bf1a-d2a7a05a32fc => 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: 714/1497] 10.0.0.53 () {34 vars in 668 bytes} [Thu Jun 11 08:03:15 2026] POST /v2.0/subnets => generated 629 bytes in 256 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 784/1498] 10.0.0.53 () {32 vars in 738 bytes} [Thu Jun 11 08:03:15 2026] GET /v2.0/floatingips/6e281b4d-cf1a-4aab-ba14-8a027db14376/tags => generated 52 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 715/1499] 199.204.45.229 () {34 vars in 1080 bytes} [Thu Jun 11 08:03:15 2026] GET /v2.0/ports?tenant_id=37fe61e5f513488f858dc1fa07930b5b&device_id=89fbce62-448c-4ff1-a1ff-f1dc9d0ac294 => generated 1240 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 785/1500] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:03:15 2026] GET /v2.0/ports?device_id=89fbce62-448c-4ff1-a1ff-f1dc9d0ac294 => generated 971 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 08:03:15.789 7 INFO neutron.db.segments_db [None req-0af30be0-1985-4fb3-a282-545852f2684f acb9805b45c44aceab9c47066cdbb0fe dcc7180582684f1882fba3cfa226260a - - default default] Added segment 2336f9e0-6e85-426a-9f59-38ac9115b526 of type vxlan for network 1674ebd0-b09b-4cc6-90e9-5db8ef145285 [pid: 7|app: 0|req: 786/1501] 10.0.0.53 () {34 vars in 669 bytes} [Thu Jun 11 08:03:15 2026] POST /v2.0/networks => generated 631 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 787/1502] 10.0.0.53 () {34 vars in 758 bytes} [Thu Jun 11 08:03:15 2026] PUT /v2.0/floatingips/6e281b4d-cf1a-4aab-ba14-8a027db14376/tags => generated 37 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 716/1503] 10.0.0.53 () {34 vars in 664 bytes} [Thu Jun 11 08:03:15 2026] POST /v2.0/ports => generated 778 bytes in 268 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: 788/1504] 199.204.45.229 () {34 vars in 986 bytes} [Thu Jun 11 08:03:15 2026] GET /v2.0/networks?id=495665b5-c029-4ae7-858f-4dec4943c673 => generated 772 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 717/1505] 10.0.0.72 () {34 vars in 1039 bytes} [Thu Jun 11 08:03:15 2026] GET /v2.0/security-groups?id=c3ff0432-ea76-4d45-96d6-bc7666e85a59&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: 718/1506] 10.0.0.53 () {32 vars in 738 bytes} [Thu Jun 11 08:03:16 2026] GET /v2.0/floatingips/6e281b4d-cf1a-4aab-ba14-8a027db14376/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: 719/1507] 10.0.0.53 () {34 vars in 736 bytes} [Thu Jun 11 08:03:16 2026] PUT /v2.0/ports/bfa339db-83a2-4c4a-8a89-1adfa1836175 => generated 752 bytes in 180 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: 789/1508] 10.0.0.53 () {34 vars in 668 bytes} [Thu Jun 11 08:03:15 2026] POST /v2.0/subnets => generated 629 bytes in 273 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 720/1509] 199.204.45.229 () {34 vars in 1058 bytes} [Thu Jun 11 08:03:16 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=9b7f2543-bbdc-4455-9ce2-6edff335a9c6 => generated 858 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 790/1510] 10.0.0.53 () {32 vars in 746 bytes} [Thu Jun 11 08:03:16 2026] GET /v2.0/floatingips/6e281b4d-cf1a-4aab-ba14-8a027db14376/tags/red => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-11 08:03:16.381 8 INFO neutron_taas.services.taas.taas_plugin [None req-a43334af-723a-44c7-acf3-75e6595d01ac 3c539d9873a24477b4891ee3b54e4360 875cbac3a67e4d7e8fd3acb2f4f5ce24 - - default default] TaaS: Handle Delete Port: bfa339db-83a2-4c4a-8a89-1adfa1836175 [pid: 7|app: 0|req: 791/1511] 10.0.0.53 () {34 vars in 750 bytes} [Thu Jun 11 08:03:16 2026] PUT /v2.0/subnets/12436160-fbe9-4fc4-9dc6-ded86bdfded3/tags => generated 17 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-11 08:03:16.386 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a43334af-723a-44c7-acf3-75e6595d01ac 3c539d9873a24477b4891ee3b54e4360 875cbac3a67e4d7e8fd3acb2f4f5ce24 - - default default] Tap Mirror: Handle Delete Port: bfa339db-83a2-4c4a-8a89-1adfa1836175 [pid: 7|app: 0|req: 792/1512] 199.204.45.229 () {34 vars in 984 bytes} [Thu Jun 11 08:03:16 2026] GET /v2.0/subnets?id=f4c53db4-2526-4f5d-8750-6a65f517c660 => generated 694 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 08:03:16.459 7 INFO neutron.api.v2.resource [None req-f93e0fa6-358d-4675-b7c3-947574947510 4d556000b3d6494587f35c1b631cdb26 97f69662e5c041daa17052349a77f9a5 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 793/1513] 10.0.0.53 () {32 vars in 750 bytes} [Thu Jun 11 08:03:16 2026] GET /v2.0/floatingips/6e281b4d-cf1a-4aab-ba14-8a027db14376/tags/green => generated 99 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 721/1514] 10.0.0.53 () {32 vars in 719 bytes} [Thu Jun 11 08:03:16 2026] DELETE /v2.0/ports/bfa339db-83a2-4c4a-8a89-1adfa1836175 => generated 0 bytes in 187 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 722/1515] 199.204.45.229 () {34 vars in 1052 bytes} [Thu Jun 11 08:03:16 2026] GET /v2.0/ports?network_id=495665b5-c029-4ae7-858f-4dec4943c673&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: 794/1516] 10.0.0.53 () {34 vars in 750 bytes} [Thu Jun 11 08:03:16 2026] PUT /v2.0/subnets/762df551-b290-4ef5-a834-c34429bb3352/tags => generated 25 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 723/1517] 10.0.0.53 () {32 vars in 749 bytes} [Thu Jun 11 08:03:16 2026] DELETE /v2.0/floatingips/6e281b4d-cf1a-4aab-ba14-8a027db14376/tags/red => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 795/1518] 10.0.0.53 () {32 vars in 642 bytes} [Thu Jun 11 08:03:16 2026] GET /v2.0/ports => generated 782 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 724/1519] 199.204.45.229 () {34 vars in 1012 bytes} [Thu Jun 11 08:03:16 2026] GET /v2.0/networks/495665b5-c029-4ae7-858f-4dec4943c673?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 725/1520] 10.0.0.53 () {32 vars in 738 bytes} [Thu Jun 11 08:03:16 2026] GET /v2.0/floatingips/6e281b4d-cf1a-4aab-ba14-8a027db14376/tags => generated 30 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-11 08:03:16.642 8 INFO neutron.pecan_wsgi.hooks.translation [None req-616ec0f8-0260-4629-90f0-ed78fb41c4fe 3c539d9873a24477b4891ee3b54e4360 875cbac3a67e4d7e8fd3acb2f4f5ce24 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 726/1521] 10.0.0.53 () {32 vars in 716 bytes} [Thu Jun 11 08:03:16 2026] GET /v2.0/ports/bfa339db-83a2-4c4a-8a89-1adfa1836175 => generated 132 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 796/1522] 10.0.0.53 () {34 vars in 750 bytes} [Thu Jun 11 08:03:16 2026] PUT /v2.0/subnets/5bbb6c48-ac40-40b3-843e-9360c63af52c/tags => generated 34 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-11 08:03:16.694 7 INFO neutron.api.v2.resource [None req-583035f4-09bb-441e-a392-4c490eabd1fe 4d556000b3d6494587f35c1b631cdb26 97f69662e5c041daa17052349a77f9a5 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 797/1523] 10.0.0.53 () {32 vars in 753 bytes} [Thu Jun 11 08:03:16 2026] DELETE /v2.0/floatingips/6e281b4d-cf1a-4aab-ba14-8a027db14376/tags/green => generated 99 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 727/1524] 199.204.45.229 () {34 vars in 1112 bytes} [Thu Jun 11 08:03:16 2026] GET /v2.0/networks/495665b5-c029-4ae7-858f-4dec4943c673?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 798/1525] 10.0.0.53 () {32 vars in 642 bytes} [Thu Jun 11 08:03:16 2026] GET /v2.0/ports => generated 782 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 728/1526] 10.0.0.53 () {34 vars in 750 bytes} [Thu Jun 11 08:03:16 2026] PUT /v2.0/subnets/754260de-165c-4e3b-bf77-a7f2ca258a44/tags => generated 19 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 799/1527] 10.0.0.53 () {32 vars in 741 bytes} [Thu Jun 11 08:03:16 2026] DELETE /v2.0/floatingips/6e281b4d-cf1a-4aab-ba14-8a027db14376/tags => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 800/1528] 10.0.0.53 () {32 vars in 663 bytes} [Thu Jun 11 08:03:16 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 729/1529] 10.0.0.53 () {32 vars in 716 bytes} [Thu Jun 11 08:03:16 2026] GET /v2.0/ports/8ff41e39-3c3b-4202-a04e-237e95accec3 => generated 779 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 801/1530] 10.0.0.53 () {32 vars in 738 bytes} [Thu Jun 11 08:03:16 2026] GET /v2.0/floatingips/6e281b4d-cf1a-4aab-ba14-8a027db14376/tags => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-11 08:03:16.920 7 INFO neutron.pecan_wsgi.hooks.translation [None req-45e2e421-6b5d-468c-be10-40dab28567a4 3c539d9873a24477b4891ee3b54e4360 875cbac3a67e4d7e8fd3acb2f4f5ce24 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 802/1531] 10.0.0.53 () {32 vars in 719 bytes} [Thu Jun 11 08:03:16 2026] DELETE /v2.0/ports/0465356b-ca7d-46ee-92c3-6c8cc857e3c8 => generated 132 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 730/1532] 10.0.0.53 () {32 vars in 677 bytes} [Thu Jun 11 08:03:16 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-11 08:03:16.944 8 INFO neutron.pecan_wsgi.hooks.translation [None req-15ea65ec-c4a3-4762-9f16-d1e93d08f6e7 3c539d9873a24477b4891ee3b54e4360 875cbac3a67e4d7e8fd3acb2f4f5ce24 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 731/1533] 10.0.0.53 () {32 vars in 723 bytes} [Thu Jun 11 08:03:16 2026] DELETE /v2.0/subnets/c8f81fc6-f72a-49cb-a073-87dcd1b46ea3 => generated 136 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 732/1534] 10.0.0.53 () {32 vars in 673 bytes} [Thu Jun 11 08:03:16 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-11 08:03:16.995 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3a2b6e16-f9d3-492a-9fad-a21ee26322e1 3c539d9873a24477b4891ee3b54e4360 875cbac3a67e4d7e8fd3acb2f4f5ce24 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 733/1535] 10.0.0.53 () {32 vars in 723 bytes} [Thu Jun 11 08:03:16 2026] DELETE /v2.0/subnets/bd8e6ded-512c-4521-a459-25bd9e506e66 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 734/1536] 10.0.0.53 () {32 vars in 685 bytes} [Thu Jun 11 08:03:16 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-11 08:03:17.061 7 INFO neutron_taas.services.taas.taas_plugin [None req-15c284e9-18fa-45c4-80be-a324b64d50a6 4d556000b3d6494587f35c1b631cdb26 97f69662e5c041daa17052349a77f9a5 - - default default] TaaS: Handle Delete Port: fc70b3d0-5983-4889-944b-e904f2fb5c47 2026-06-11 08:03:17.067 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-15c284e9-18fa-45c4-80be-a324b64d50a6 4d556000b3d6494587f35c1b631cdb26 97f69662e5c041daa17052349a77f9a5 - - default default] Tap Mirror: Handle Delete Port: fc70b3d0-5983-4889-944b-e904f2fb5c47 2026-06-11 08:03:17.126 8 INFO neutron_taas.services.taas.taas_plugin [None req-c8323695-7e78-4bb2-943f-f337a6455271 3c539d9873a24477b4891ee3b54e4360 875cbac3a67e4d7e8fd3acb2f4f5ce24 - - default default] TaaS: Handle Delete Port: 8ff41e39-3c3b-4202-a04e-237e95accec3 2026-06-11 08:03:17.129 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c8323695-7e78-4bb2-943f-f337a6455271 3c539d9873a24477b4891ee3b54e4360 875cbac3a67e4d7e8fd3acb2f4f5ce24 - - default default] Tap Mirror: Handle Delete Port: 8ff41e39-3c3b-4202-a04e-237e95accec3 [pid: 8|app: 0|req: 735/1537] 10.0.0.53 () {32 vars in 719 bytes} [Thu Jun 11 08:03:17 2026] DELETE /v2.0/ports/8ff41e39-3c3b-4202-a04e-237e95accec3 => generated 0 bytes in 196 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 803/1538] 10.0.0.53 () {32 vars in 731 bytes} [Thu Jun 11 08:03:16 2026] DELETE /v2.0/floatingips/6e281b4d-cf1a-4aab-ba14-8a027db14376 => generated 0 bytes in 297 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 736/1539] 10.0.0.53 () {32 vars in 671 bytes} [Thu Jun 11 08:03:17 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 804/1540] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:03:17 2026] GET /v2.0/ports?device_id=89fbce62-448c-4ff1-a1ff-f1dc9d0ac294 => generated 971 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 805/1541] 10.0.0.53 () {32 vars in 685 bytes} [Thu Jun 11 08:03:17 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 806/1542] 10.0.0.72 () {34 vars in 1039 bytes} [Thu Jun 11 08:03:17 2026] GET /v2.0/security-groups?id=c3ff0432-ea76-4d45-96d6-bc7666e85a59&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 08:03:17.424 8 INFO neutron.services.segments.plugin [-] Segment fe549094-a7a2-4f56-a528-0ace95fff5db resource provider aggregate not found 2026-06-11 08:03:17.427 8 INFO neutron.services.segments.plugin [-] Segment fe549094-a7a2-4f56-a528-0ace95fff5db resource provider aggregate not found 2026-06-11 08:03:17.445 8 INFO neutron.services.segments.plugin [-] Segment fe549094-a7a2-4f56-a528-0ace95fff5db resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fe549094-a7a2-4f56-a528-0ace95fff5db found for delete ", "request_id": "req-683aecba-b077-4893-a331-5e3cd5ab5de8"}]} 2026-06-11 08:03:17.453 8 INFO neutron.services.segments.plugin [-] Segment fe549094-a7a2-4f56-a528-0ace95fff5db resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fe549094-a7a2-4f56-a528-0ace95fff5db found for delete ", "request_id": "req-804c5525-1c19-4eee-b576-d549a6620a75"}]} [pid: 7|app: 0|req: 807/1543] 10.0.0.53 () {32 vars in 681 bytes} [Thu Jun 11 08:03:17 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 737/1544] 10.0.0.53 () {32 vars in 725 bytes} [Thu Jun 11 08:03:17 2026] DELETE /v2.0/networks/4624a583-8feb-4e59-82f1-56d783355e61 => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 808/1545] 10.0.0.53 () {32 vars in 693 bytes} [Thu Jun 11 08:03:17 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 738/1546] 10.0.0.53 () {32 vars in 723 bytes} [Thu Jun 11 08:03:17 2026] DELETE /v2.0/subnets/12436160-fbe9-4fc4-9dc6-ded86bdfded3 => generated 0 bytes in 199 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 809/1547] 10.0.0.53 () {32 vars in 723 bytes} [Thu Jun 11 08:03:17 2026] DELETE /v2.0/subnets/762df551-b290-4ef5-a834-c34429bb3352 => 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: 739/1548] 10.0.0.53 () {32 vars in 723 bytes} [Thu Jun 11 08:03:17 2026] DELETE /v2.0/subnets/5bbb6c48-ac40-40b3-843e-9360c63af52c => generated 0 bytes in 118 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 740/1549] 10.0.0.53 () {32 vars in 773 bytes} [Thu Jun 11 08:03:18 2026] GET /v2.0/security-groups?tenant_id=875cbac3a67e4d7e8fd3acb2f4f5ce24&name=default => generated 2925 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 810/1550] 10.0.0.53 () {32 vars in 773 bytes} [Thu Jun 11 08:03:17 2026] GET /v2.0/security-groups?tenant_id=f919ef3e69ef4ab59bdbe89411a5f6d8&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: 741/1551] 10.0.0.53 () {32 vars in 723 bytes} [Thu Jun 11 08:03:18 2026] DELETE /v2.0/subnets/754260de-165c-4e3b-bf77-a7f2ca258a44 => 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: 742/1552] 199.204.45.229 () {34 vars in 994 bytes} [Thu Jun 11 08:03:18 2026] GET /v2.0/ports?device_id=89fbce62-448c-4ff1-a1ff-f1dc9d0ac294 => generated 971 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 811/1553] 10.0.0.53 () {32 vars in 739 bytes} [Thu Jun 11 08:03:18 2026] DELETE /v2.0/security-groups/d0fa12a0-4369-4230-897b-7de49293156f => 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: 743/1554] 10.0.0.53 () {32 vars in 739 bytes} [Thu Jun 11 08:03:18 2026] DELETE /v2.0/security-groups/c9296a61-ba33-48b8-8d32-79a2f3e12b73 => 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: 812/1555] 10.0.0.53 () {32 vars in 723 bytes} [Thu Jun 11 08:03:18 2026] DELETE /v2.0/subnets/c69e25fc-ce63-40c6-8a11-c87fe42d30ea => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-11 08:03:18.564 7 INFO neutron_taas.services.taas.taas_plugin [None req-9292378f-bc19-4a0b-b7fa-65b156ba4e57 acb9805b45c44aceab9c47066cdbb0fe dcc7180582684f1882fba3cfa226260a - - default default] TaaS: Handle Delete Port: e81871a2-1a1c-4fc0-8d66-62c87e46e2f2 2026-06-11 08:03:18.566 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9292378f-bc19-4a0b-b7fa-65b156ba4e57 acb9805b45c44aceab9c47066cdbb0fe dcc7180582684f1882fba3cfa226260a - - default default] Tap Mirror: Handle Delete Port: e81871a2-1a1c-4fc0-8d66-62c87e46e2f2 2026-06-11 08:03:18.582 8 INFO neutron_taas.services.taas.taas_plugin [req-ce2ec112-eb7a-4702-aa91-3c980397bf4e req-949e8ee4-03c7-41a7-b532-fae0d80dfbd1 36572ad2b8524a488a4bfa04f6e4b5cd 37fe61e5f513488f858dc1fa07930b5b - - default default] TaaS: Handle Delete Port: 9b7f2543-bbdc-4455-9ce2-6edff335a9c6 2026-06-11 08:03:18.585 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-ce2ec112-eb7a-4702-aa91-3c980397bf4e req-949e8ee4-03c7-41a7-b532-fae0d80dfbd1 36572ad2b8524a488a4bfa04f6e4b5cd 37fe61e5f513488f858dc1fa07930b5b - - default default] Tap Mirror: Handle Delete Port: 9b7f2543-bbdc-4455-9ce2-6edff335a9c6 2026-06-11 08:03:18.720 7 INFO neutron.services.segments.plugin [-] Segment 1634969c-e6b9-4e1f-8206-2d023a982d69 resource provider aggregate not found 2026-06-11 08:03:18.735 8 INFO neutron.db.l3_db [req-ce2ec112-eb7a-4702-aa91-3c980397bf4e req-949e8ee4-03c7-41a7-b532-fae0d80dfbd1 36572ad2b8524a488a4bfa04f6e4b5cd 37fe61e5f513488f858dc1fa07930b5b - - default default] Floating IP 23f78aab-17b9-4553-a305-99258d34e727 disassociated. External IP: 10.96.250.208, port: 9b7f2543-bbdc-4455-9ce2-6edff335a9c6. 2026-06-11 08:03:18.746 7 INFO neutron.services.segments.plugin [-] Segment 1634969c-e6b9-4e1f-8206-2d023a982d69 resource provider aggregate not found 2026-06-11 08:03:18.763 7 INFO neutron.services.segments.plugin [-] Segment 1634969c-e6b9-4e1f-8206-2d023a982d69 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1634969c-e6b9-4e1f-8206-2d023a982d69 found for delete ", "request_id": "req-73ffc8ad-a71b-4aa1-88bd-1ff5cb493ff7"}]} 2026-06-11 08:03:18.766 7 INFO neutron.services.segments.plugin [-] Segment 1634969c-e6b9-4e1f-8206-2d023a982d69 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1634969c-e6b9-4e1f-8206-2d023a982d69 found for delete ", "request_id": "req-b8ad0840-5f3b-429b-9df4-65f8882ccf40"}]} [pid: 7|app: 0|req: 813/1556] 10.0.0.53 () {32 vars in 725 bytes} [Thu Jun 11 08:03:18 2026] DELETE /v2.0/networks/7bbdb7a1-b872-4337-8418-803f57f301e0 => generated 0 bytes in 286 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 814/1557] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:03:18 2026] GET /v2.0/ports?device_id=89fbce62-448c-4ff1-a1ff-f1dc9d0ac294 => 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: 815/1558] 10.0.0.53 () {32 vars in 773 bytes} [Thu Jun 11 08:03:18 2026] GET /v2.0/security-groups?tenant_id=97f69662e5c041daa17052349a77f9a5&name=default => generated 2925 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 816/1559] 10.0.0.53 () {32 vars in 725 bytes} [Thu Jun 11 08:03:18 2026] DELETE /v2.0/networks/83e2f9c4-ba6b-42ef-85e1-81761cf6d724 => 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: 817/1560] 10.0.0.72 () {34 vars in 1039 bytes} [Thu Jun 11 08:03:19 2026] GET /v2.0/security-groups?id=c3ff0432-ea76-4d45-96d6-bc7666e85a59&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: 744/1563] 199.204.45.229 () {36 vars in 997 bytes} [Thu Jun 11 08:03:18 2026] DELETE /v2.0/ports/9b7f2543-bbdc-4455-9ce2-6edff335a9c6 => generated 0 bytes in 716 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-11 08:03:19.165 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e6968166-3ed8-44aa-b2df-c7235c005df3'] response: {'server_uuid': '89fbce62-448c-4ff1-a1ff-f1dc9d0ac294', 'name': 'network-vif-deleted', 'tag': '9b7f2543-bbdc-4455-9ce2-6edff335a9c6', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 820/1564] 10.0.0.53 () {32 vars in 739 bytes} [Thu Jun 11 08:03:19 2026] DELETE /v2.0/security-groups/6c1cdf04-d6b2-4ce1-80f1-f72db352f493 => 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: 745/1565] 10.0.0.53 () {32 vars in 725 bytes} [Thu Jun 11 08:03:19 2026] DELETE /v2.0/networks/a2b971b8-daf1-4aa1-a3be-79f1d0940ab5 => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 821/1566] 10.0.0.53 () {32 vars in 725 bytes} [Thu Jun 11 08:03:19 2026] DELETE /v2.0/networks/42faca9a-8d59-494a-9dc6-7ddb62ce8727 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-11 08:03:19.477 8 INFO neutron.services.segments.plugin [-] Segment 70ce714a-ba05-40b5-bfcb-77f10a7e8404 resource provider aggregate not found 2026-06-11 08:03:19.485 8 INFO neutron.services.segments.plugin [-] Segment 70ce714a-ba05-40b5-bfcb-77f10a7e8404 resource provider aggregate not found 2026-06-11 08:03:19.505 8 INFO neutron.services.segments.plugin [-] Segment 70ce714a-ba05-40b5-bfcb-77f10a7e8404 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 70ce714a-ba05-40b5-bfcb-77f10a7e8404 found for delete ", "request_id": "req-469adf98-e2d9-4448-8551-dfee8a38fea2"}]} 2026-06-11 08:03:19.510 8 INFO neutron.services.segments.plugin [-] Segment 70ce714a-ba05-40b5-bfcb-77f10a7e8404 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 70ce714a-ba05-40b5-bfcb-77f10a7e8404 found for delete ", "request_id": "req-b34697a3-4012-4af2-9dec-e09988ef493a"}]} [pid: 8|app: 0|req: 746/1567] 10.0.0.53 () {32 vars in 725 bytes} [Thu Jun 11 08:03:19 2026] DELETE /v2.0/networks/1674ebd0-b09b-4cc6-90e9-5db8ef145285 => generated 0 bytes in 174 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 822/1568] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:03:20 2026] GET /v2.0/ports?device_id=89fbce62-448c-4ff1-a1ff-f1dc9d0ac294 => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-11 08:03:20.558 8 INFO neutron.db.segments_db [None req-d22c6550-129b-4402-a48a-c102ee2d5aab fd42e8c6808142c29790215bfd049b15 068a66afcf1a423aba687b68dd166799 - - default default] Added segment 7fe1df45-1c6a-427b-94ab-ec030da7c20d of type vxlan for network 1a64aa87-e5e5-4112-9ea0-48a165a665f3 [pid: 7|app: 0|req: 823/1569] 10.0.0.53 () {32 vars in 773 bytes} [Thu Jun 11 08:03:20 2026] GET /v2.0/security-groups?tenant_id=5feb9dc0f4e249b0a99dda4fb69f3845&name=default => generated 2925 bytes in 232 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 747/1570] 10.0.0.53 () {34 vars in 669 bytes} [Thu Jun 11 08:03:20 2026] POST /v2.0/networks => generated 634 bytes in 480 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-11 08:03:20.720 8 INFO neutron.db.segments_db [None req-b9919218-33ee-48c7-9d48-dbd0e072fc27 fd42e8c6808142c29790215bfd049b15 068a66afcf1a423aba687b68dd166799 - - default default] Added segment 3b176847-625d-412d-87ee-550af6da7948 of type vxlan for network 112648f6-b96b-41ae-bca6-16e958186e40 [pid: 7|app: 0|req: 824/1571] 10.0.0.53 () {32 vars in 739 bytes} [Thu Jun 11 08:03:20 2026] DELETE /v2.0/security-groups/9d0b0f34-1160-4887-9251-64b1ddd43b8b => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-11 08:03:20.784 7 INFO neutron.services.segments.plugin [-] Segment 5cc1306a-b4cc-4593-a633-32925a1a2444 resource provider aggregate not found 2026-06-11 08:03:20.790 7 INFO neutron.services.segments.plugin [-] Segment 5cc1306a-b4cc-4593-a633-32925a1a2444 resource provider aggregate not found [pid: 8|app: 0|req: 748/1572] 10.0.0.53 () {34 vars in 669 bytes} [Thu Jun 11 08:03:20 2026] POST /v2.0/networks => generated 634 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-11 08:03:20.800 7 INFO neutron.services.segments.plugin [-] Segment 5cc1306a-b4cc-4593-a633-32925a1a2444 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5cc1306a-b4cc-4593-a633-32925a1a2444 found for delete ", "request_id": "req-ad7eb17e-0223-47c4-95c8-39cdc0e6183e"}]} 2026-06-11 08:03:20.811 7 INFO neutron.services.segments.plugin [-] Segment 5cc1306a-b4cc-4593-a633-32925a1a2444 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5cc1306a-b4cc-4593-a633-32925a1a2444 found for delete ", "request_id": "req-4bfc2993-9214-48f9-a58f-163aeb7e42d0"}]} 2026-06-11 08:03:20.826 7 INFO neutron.services.segments.plugin [-] Segment 8f329df4-2d2d-41de-a204-525b4eda4b2c resource provider aggregate not found 2026-06-11 08:03:20.835 7 INFO neutron.services.segments.plugin [-] Segment 8f329df4-2d2d-41de-a204-525b4eda4b2c resource provider aggregate not found 2026-06-11 08:03:20.850 7 INFO neutron.services.segments.plugin [-] Segment 8f329df4-2d2d-41de-a204-525b4eda4b2c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8f329df4-2d2d-41de-a204-525b4eda4b2c found for delete ", "request_id": "req-00a1ed54-712a-4dec-a53e-0de477460c0b"}]} 2026-06-11 08:03:20.855 7 INFO neutron.services.segments.plugin [-] Segment 8f329df4-2d2d-41de-a204-525b4eda4b2c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8f329df4-2d2d-41de-a204-525b4eda4b2c found for delete ", "request_id": "req-7dc568ab-b8e8-487b-80bb-a5e0cb6398e4"}]} [pid: 8|app: 0|req: 749/1573] 10.0.0.53 () {32 vars in 773 bytes} [Thu Jun 11 08:03:20 2026] GET /v2.0/security-groups?tenant_id=dcc7180582684f1882fba3cfa226260a&name=default => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 825/1574] 10.0.0.53 () {34 vars in 668 bytes} [Thu Jun 11 08:03:20 2026] POST /v2.0/subnets => generated 646 bytes in 223 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 750/1575] 10.0.0.53 () {32 vars in 739 bytes} [Thu Jun 11 08:03:20 2026] DELETE /v2.0/security-groups/5767446e-f16e-4ed0-b30e-d6fdf4c930b2 => 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: 826/1576] 10.0.0.53 () {34 vars in 668 bytes} [Thu Jun 11 08:03:21 2026] POST /v2.0/subnets => generated 655 bytes in 189 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-11 08:03:21.292 7 INFO neutron.db.segments_db [None req-931caa1f-9e94-4b80-b074-17c3b562019c fd42e8c6808142c29790215bfd049b15 068a66afcf1a423aba687b68dd166799 - - default default] Added segment 80c8bcd1-8190-4b38-8397-0523a7c6b6ab of type vxlan for network 0a2e35f1-8458-4a2a-8f42-af7cd879c0dd [pid: 8|app: 0|req: 751/1577] 10.0.0.53 () {32 vars in 773 bytes} [Thu Jun 11 08:03:21 2026] GET /v2.0/security-groups?tenant_id=89b03a49a8b946fc87c0f83202a5826e&name=default => generated 2925 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 752/1578] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:03:21 2026] GET /v2.0/ports?device_id=89fbce62-448c-4ff1-a1ff-f1dc9d0ac294 => 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: 753/1579] 10.0.0.53 () {32 vars in 739 bytes} [Thu Jun 11 08:03:21 2026] DELETE /v2.0/security-groups/8d3da5a7-070d-4906-ac97-aa836f472a56 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-11 08:03:21.523 8 INFO neutron.services.segments.plugin [-] Segment 2336f9e0-6e85-426a-9f59-38ac9115b526 resource provider aggregate not found 2026-06-11 08:03:21.530 8 INFO neutron.services.segments.plugin [-] Segment 2336f9e0-6e85-426a-9f59-38ac9115b526 resource provider aggregate not found 2026-06-11 08:03:21.545 8 INFO neutron.services.segments.plugin [-] Segment 2336f9e0-6e85-426a-9f59-38ac9115b526 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2336f9e0-6e85-426a-9f59-38ac9115b526 found for delete ", "request_id": "req-a5d020b0-124e-4ea0-ad82-29f7553fd553"}]} 2026-06-11 08:03:21.545 8 INFO neutron.services.segments.plugin [-] Segment 2336f9e0-6e85-426a-9f59-38ac9115b526 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2336f9e0-6e85-426a-9f59-38ac9115b526 found for delete ", "request_id": "req-66497c74-ac54-4006-9867-0926712b541e"}]} 2026-06-11 08:03:21.559 7 INFO neutron.db.l3_hamode_db [None req-931caa1f-9e94-4b80-b074-17c3b562019c fd42e8c6808142c29790215bfd049b15 068a66afcf1a423aba687b68dd166799 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-11 08:03:21.687 7 INFO neutron.db.l3_hamode_db [None req-931caa1f-9e94-4b80-b074-17c3b562019c fd42e8c6808142c29790215bfd049b15 068a66afcf1a423aba687b68dd166799 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 827/1580] 10.0.0.53 () {34 vars in 668 bytes} [Thu Jun 11 08:03:21 2026] POST /v2.0/routers => generated 510 bytes in 1098 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 828/1581] 10.0.0.53 () {32 vars in 739 bytes} [Thu Jun 11 08:03:22 2026] DELETE /v2.0/security-groups/c3ff0432-ea76-4d45-96d6-bc7666e85a59 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-11 08:03:22.539 7 INFO neutron.api.v2.resource [None req-09e521c8-83a6-4d05-a5ee-343e3a11754a 36572ad2b8524a488a4bfa04f6e4b5cd 37fe61e5f513488f858dc1fa07930b5b - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 829/1582] 10.0.0.53 () {32 vars in 736 bytes} [Thu Jun 11 08:03:22 2026] GET /v2.0/security-groups/c3ff0432-ea76-4d45-96d6-bc7666e85a59 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-11 08:03:22.745 7 INFO neutron.db.segments_db [None req-56f8bb65-3ea0-4685-b118-659c9e920939 6230f5e73b674752b13ceb7d10f47083 9766e1a2263e417eb1cfed4ed018f34a - - default default] Added segment 13bd5331-b50a-4357-b041-d33c008ef0dd of type vxlan for network 112c9675-4fc2-4b01-9539-bab852bc5cbc 2026-06-11 08:03:23.019 7 INFO neutron.db.l3_hamode_db [None req-56f8bb65-3ea0-4685-b118-659c9e920939 6230f5e73b674752b13ceb7d10f47083 9766e1a2263e417eb1cfed4ed018f34a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-11 08:03:23.136 7 INFO neutron.db.l3_hamode_db [None req-56f8bb65-3ea0-4685-b118-659c9e920939 6230f5e73b674752b13ceb7d10f47083 9766e1a2263e417eb1cfed4ed018f34a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 754/1583] 10.0.0.53 () {34 vars in 782 bytes} [Thu Jun 11 08:03:22 2026] PUT /v2.0/routers/f5e8fb43-85c4-4f6d-9e26-be9326185dae/add_router_interface => generated 309 bytes in 1155 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 08:03:23.595 8 INFO neutron_taas.services.taas.taas_plugin [None req-d0ae2d57-e17c-4829-b621-b38f687d0407 36572ad2b8524a488a4bfa04f6e4b5cd 37fe61e5f513488f858dc1fa07930b5b - - default default] TaaS: Handle Delete Port: 20e06d42-9a22-44cf-8a63-d1a68f270c09 2026-06-11 08:03:23.599 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d0ae2d57-e17c-4829-b621-b38f687d0407 36572ad2b8524a488a4bfa04f6e4b5cd 37fe61e5f513488f858dc1fa07930b5b - - default default] Tap Mirror: Handle Delete Port: 20e06d42-9a22-44cf-8a63-d1a68f270c09 [pid: 7|app: 0|req: 830/1584] 10.0.0.53 () {34 vars in 667 bytes} [Thu Jun 11 08:03:22 2026] POST /v2.0/routers => generated 474 bytes in 1157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 831/1585] 10.0.0.53 () {32 vars in 716 bytes} [Thu Jun 11 08:03:23 2026] GET /v2.0/ports/b75596eb-a45a-4fe7-a661-084dbc92f0b6 => generated 959 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 755/1586] 10.0.0.53 () {32 vars in 731 bytes} [Thu Jun 11 08:03:23 2026] DELETE /v2.0/floatingips/23f78aab-17b9-4553-a305-99258d34e727 => generated 0 bytes in 257 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 832/1587] 10.0.0.53 () {34 vars in 750 bytes} [Thu Jun 11 08:03:23 2026] PUT /v2.0/routers/f96d02f9-c4f4-41be-a6ca-fe7ae4dcc322/tags => generated 25 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-11 08:03:24.188 7 INFO neutron_taas.services.taas.taas_plugin [None req-b03689db-1bae-44b6-a097-09aa8df2fcb7 d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] TaaS: Handle Delete Port: 99db8f5a-793a-4a09-89f2-03b623858a03 2026-06-11 08:03:24.191 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b03689db-1bae-44b6-a097-09aa8df2fcb7 d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] Tap Mirror: Handle Delete Port: 99db8f5a-793a-4a09-89f2-03b623858a03 [pid: 7|app: 0|req: 833/1588] 10.0.0.53 () {34 vars in 788 bytes} [Thu Jun 11 08:03:23 2026] PUT /v2.0/routers/4ca5fe47-8c1d-462f-a361-55dddc595f26/remove_router_interface => generated 309 bytes in 956 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 756/1589] 10.0.0.53 () {34 vars in 782 bytes} [Thu Jun 11 08:03:23 2026] PUT /v2.0/routers/f5e8fb43-85c4-4f6d-9e26-be9326185dae/add_router_interface => generated 309 bytes in 1042 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 834/1590] 10.0.0.53 () {32 vars in 730 bytes} [Thu Jun 11 08:03:24 2026] GET /v2.0/routers/f96d02f9-c4f4-41be-a6ca-fe7ae4dcc322/tags => generated 25 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 835/1591] 10.0.0.53 () {32 vars in 716 bytes} [Thu Jun 11 08:03:24 2026] GET /v2.0/ports/bf73ad0d-7b03-456f-bbe7-8a155f60871a => generated 967 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 08:03:25.016 8 INFO neutron_taas.services.taas.taas_plugin [None req-5700492f-45fb-435a-933e-507c81014f6b d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] TaaS: Handle Delete Port: a56f3cdf-dd39-4659-a969-8ac515cd0b51 2026-06-11 08:03:25.019 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5700492f-45fb-435a-933e-507c81014f6b d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] Tap Mirror: Handle Delete Port: a56f3cdf-dd39-4659-a969-8ac515cd0b51 [pid: 7|app: 0|req: 836/1592] 10.0.0.53 () {34 vars in 761 bytes} [Thu Jun 11 08:03:24 2026] PUT /v2.0/routers/f96d02f9-c4f4-41be-a6ca-fe7ae4dcc322/tags/green => generated 4 bytes in 203 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-06-11 08:03:25.321 8 INFO neutron_taas.services.taas.taas_plugin [None req-5700492f-45fb-435a-933e-507c81014f6b d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] TaaS: Handle Delete Port: 3314f0ac-c10a-4844-8cf7-43cff7caadfa 2026-06-11 08:03:25.325 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5700492f-45fb-435a-933e-507c81014f6b d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] Tap Mirror: Handle Delete Port: 3314f0ac-c10a-4844-8cf7-43cff7caadfa 2026-06-11 08:03:25.473 7 INFO neutron_taas.services.taas.taas_plugin [None req-d63b6b77-afab-4acc-a7c9-98ddb6944e94 fd42e8c6808142c29790215bfd049b15 068a66afcf1a423aba687b68dd166799 - - default default] TaaS: Handle Delete Port: bf73ad0d-7b03-456f-bbe7-8a155f60871a 2026-06-11 08:03:25.477 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d63b6b77-afab-4acc-a7c9-98ddb6944e94 fd42e8c6808142c29790215bfd049b15 068a66afcf1a423aba687b68dd166799 - - default default] Tap Mirror: Handle Delete Port: bf73ad0d-7b03-456f-bbe7-8a155f60871a 2026-06-11 08:03:25.669 8 INFO neutron.services.segments.plugin [-] Segment f39612eb-3e99-46bc-ad19-821b2ce5778b resource provider aggregate not found 2026-06-11 08:03:25.675 8 INFO neutron.services.segments.plugin [-] Segment f39612eb-3e99-46bc-ad19-821b2ce5778b resource provider aggregate not found 2026-06-11 08:03:25.691 8 INFO neutron.services.segments.plugin [-] Segment f39612eb-3e99-46bc-ad19-821b2ce5778b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f39612eb-3e99-46bc-ad19-821b2ce5778b found for delete ", "request_id": "req-d0fcf9d1-b44d-491a-95e5-03cfb46369b7"}]} 2026-06-11 08:03:25.698 8 INFO neutron.services.segments.plugin [-] Segment f39612eb-3e99-46bc-ad19-821b2ce5778b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f39612eb-3e99-46bc-ad19-821b2ce5778b found for delete ", "request_id": "req-6f10b088-9ad2-4b05-86e3-9f9cdc2cd666"}]} 2026-06-11 08:03:25.710 8 INFO neutron.db.l3_hamode_db [None req-5700492f-45fb-435a-933e-507c81014f6b d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] HA network f8ee5d64-4875-4039-a888-11ec7612e96a was deleted as no HA routers are present in tenant 37fe61e5f513488f858dc1fa07930b5b. [pid: 8|app: 0|req: 757/1593] 10.0.0.53 () {32 vars in 723 bytes} [Thu Jun 11 08:03:24 2026] DELETE /v2.0/routers/4ca5fe47-8c1d-462f-a361-55dddc595f26 => generated 0 bytes in 918 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 758/1594] 10.0.0.53 () {32 vars in 730 bytes} [Thu Jun 11 08:03:25 2026] GET /v2.0/routers/f96d02f9-c4f4-41be-a6ca-fe7ae4dcc322/tags => generated 34 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-11 08:03:26.086 8 INFO neutron.db.segments_db [None req-b26c576e-52e8-4146-b5ff-cf3a17333587 9508687586234306ba660062685c82df 989bb2ac7ccb41c09a6fca90d14dbf47 - - default default] Added segment 4daa3740-bb44-4108-93ef-0cb7dd7ab82b of type vxlan for network bc9c40f1-a2e5-4f06-a0dd-ae80eaab719f [pid: 8|app: 0|req: 759/1595] 10.0.0.53 () {34 vars in 669 bytes} [Thu Jun 11 08:03:25 2026] POST /v2.0/networks => generated 632 bytes in 360 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 760/1596] 10.0.0.53 () {32 vars in 723 bytes} [Thu Jun 11 08:03:26 2026] DELETE /v2.0/subnets/f4c53db4-2526-4f5d-8750-6a65f517c660 => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 837/1597] 10.0.0.53 () {34 vars in 788 bytes} [Thu Jun 11 08:03:25 2026] PUT /v2.0/routers/f5e8fb43-85c4-4f6d-9e26-be9326185dae/remove_router_interface => generated 309 bytes in 1222 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 761/1598] 10.0.0.53 () {34 vars in 757 bytes} [Thu Jun 11 08:03:26 2026] PUT /v2.0/routers/f96d02f9-c4f4-41be-a6ca-fe7ae4dcc322/tags/red => generated 4 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-06-11 08:03:26.586 8 INFO neutron_taas.services.taas.taas_plugin [None req-d8be9e7f-9bd9-4b6b-ab53-eb376e38bc58 d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] TaaS: Handle Delete Port: e144ce2a-1903-4078-ba41-21792564817e 2026-06-11 08:03:26.588 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d8be9e7f-9bd9-4b6b-ab53-eb376e38bc58 d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] Tap Mirror: Handle Delete Port: e144ce2a-1903-4078-ba41-21792564817e [pid: 7|app: 0|req: 838/1599] 10.0.0.53 () {34 vars in 663 bytes} [Thu Jun 11 08:03:26 2026] POST /v2.0/ports => generated 743 bytes in 236 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: 762/1600] 10.0.0.53 () {32 vars in 725 bytes} [Thu Jun 11 08:03:26 2026] DELETE /v2.0/networks/495665b5-c029-4ae7-858f-4dec4943c673 => generated 0 bytes in 278 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 763/1601] 10.0.0.53 () {32 vars in 730 bytes} [Thu Jun 11 08:03:26 2026] GET /v2.0/routers/f96d02f9-c4f4-41be-a6ca-fe7ae4dcc322/tags => generated 34 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-11 08:03:26.916 7 INFO neutron_taas.services.taas.taas_plugin [None req-a3550f17-acca-463f-9ba1-d55f26ef31d0 fd42e8c6808142c29790215bfd049b15 068a66afcf1a423aba687b68dd166799 - - default default] TaaS: Handle Delete Port: b75596eb-a45a-4fe7-a661-084dbc92f0b6 2026-06-11 08:03:26.920 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a3550f17-acca-463f-9ba1-d55f26ef31d0 fd42e8c6808142c29790215bfd049b15 068a66afcf1a423aba687b68dd166799 - - default default] Tap Mirror: Handle Delete Port: b75596eb-a45a-4fe7-a661-084dbc92f0b6 [pid: 8|app: 0|req: 764/1602] 10.0.0.53 () {34 vars in 665 bytes} [Thu Jun 11 08:03:26 2026] POST /v2.0/trunks => generated 407 bytes in 220 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 765/1603] 10.0.0.53 () {34 vars in 779 bytes} [Thu Jun 11 08:03:27 2026] PUT /v2.0/routers/f96d02f9-c4f4-41be-a6ca-fe7ae4dcc322/tags/black.or.white => generated 4 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 766/1604] 10.0.0.53 () {32 vars in 773 bytes} [Thu Jun 11 08:03:27 2026] GET /v2.0/security-groups?tenant_id=37fe61e5f513488f858dc1fa07930b5b&name=default => generated 2925 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 839/1605] 10.0.0.53 () {34 vars in 788 bytes} [Thu Jun 11 08:03:26 2026] PUT /v2.0/routers/f5e8fb43-85c4-4f6d-9e26-be9326185dae/remove_router_interface => generated 309 bytes in 724 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 08:03:27.326 8 INFO neutron.db.segments_db [None req-f3c20f2e-42f9-414d-a457-595c9177ddb6 9508687586234306ba660062685c82df 989bb2ac7ccb41c09a6fca90d14dbf47 - - default default] Added segment f49959c2-158e-4d0c-9538-e7837e5442e4 of type vxlan for network 3b2565f2-a7a1-438a-a62f-b9eb2eae7dba [pid: 7|app: 0|req: 840/1606] 10.0.0.53 () {32 vars in 730 bytes} [Thu Jun 11 08:03:27 2026] GET /v2.0/routers/f96d02f9-c4f4-41be-a6ca-fe7ae4dcc322/tags => generated 52 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 767/1607] 10.0.0.53 () {34 vars in 669 bytes} [Thu Jun 11 08:03:27 2026] POST /v2.0/networks => generated 632 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 768/1608] 10.0.0.53 () {32 vars in 735 bytes} [Thu Jun 11 08:03:27 2026] GET /v2.0/ports?device_id=f5e8fb43-85c4-4f6d-9e26-be9326185dae => 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: 841/1609] 10.0.0.53 () {32 vars in 739 bytes} [Thu Jun 11 08:03:27 2026] DELETE /v2.0/security-groups/e4c8e97b-8095-4c6a-94ee-22f7392d9000 => 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: 769/1610] 10.0.0.53 () {34 vars in 750 bytes} [Thu Jun 11 08:03:27 2026] PUT /v2.0/routers/f96d02f9-c4f4-41be-a6ca-fe7ae4dcc322/tags => generated 37 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-11 08:03:27.671 8 INFO neutron_taas.services.taas.taas_plugin [None req-bfe144fc-7b58-44ae-ae63-61689e79edcc fd42e8c6808142c29790215bfd049b15 068a66afcf1a423aba687b68dd166799 - - default default] TaaS: Handle Delete Port: e4782351-f7ea-451c-87a6-c63f81641576 2026-06-11 08:03:27.674 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bfe144fc-7b58-44ae-ae63-61689e79edcc fd42e8c6808142c29790215bfd049b15 068a66afcf1a423aba687b68dd166799 - - default default] Tap Mirror: Handle Delete Port: e4782351-f7ea-451c-87a6-c63f81641576 2026-06-11 08:03:27.720 8 INFO neutron.services.segments.plugin [-] Segment 1c061a8f-4a86-4733-8c13-059ece3763c9 resource provider aggregate not found 2026-06-11 08:03:27.728 8 INFO neutron.services.segments.plugin [-] Segment 1c061a8f-4a86-4733-8c13-059ece3763c9 resource provider aggregate not found 2026-06-11 08:03:27.734 8 INFO neutron.services.segments.plugin [-] Segment 1c061a8f-4a86-4733-8c13-059ece3763c9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1c061a8f-4a86-4733-8c13-059ece3763c9 found for delete ", "request_id": "req-cc6a0f28-ff01-4f6a-a787-daa83d561aec"}]} 2026-06-11 08:03:27.743 8 INFO neutron.services.segments.plugin [-] Segment 1c061a8f-4a86-4733-8c13-059ece3763c9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1c061a8f-4a86-4733-8c13-059ece3763c9 found for delete ", "request_id": "req-bc67adc9-03a2-4b20-bccc-392f6494fd43"}]} [pid: 7|app: 0|req: 842/1611] 10.0.0.53 () {34 vars in 663 bytes} [Thu Jun 11 08:03:27 2026] POST /v2.0/ports => generated 743 bytes in 328 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: 843/1612] 10.0.0.53 () {32 vars in 730 bytes} [Thu Jun 11 08:03:27 2026] GET /v2.0/routers/f96d02f9-c4f4-41be-a6ca-fe7ae4dcc322/tags => generated 37 bytes in 165 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-11 08:03:28.043 8 INFO neutron.db.l3_hamode_db [None req-bfe144fc-7b58-44ae-ae63-61689e79edcc fd42e8c6808142c29790215bfd049b15 068a66afcf1a423aba687b68dd166799 - - default default] HA network 0a2e35f1-8458-4a2a-8f42-af7cd879c0dd was deleted as no HA routers are present in tenant 068a66afcf1a423aba687b68dd166799. [pid: 8|app: 0|req: 770/1613] 10.0.0.53 () {32 vars in 723 bytes} [Thu Jun 11 08:03:27 2026] DELETE /v2.0/routers/f5e8fb43-85c4-4f6d-9e26-be9326185dae => generated 0 bytes in 507 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 771/1614] 10.0.0.53 () {32 vars in 738 bytes} [Thu Jun 11 08:03:28 2026] GET /v2.0/routers/f96d02f9-c4f4-41be-a6ca-fe7ae4dcc322/tags/red => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 844/1615] 10.0.0.53 () {34 vars in 665 bytes} [Thu Jun 11 08:03:27 2026] POST /v2.0/trunks => generated 407 bytes in 213 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-11 08:03:28.278 7 INFO neutron.api.v2.resource [None req-dc4cd2a6-247c-4dda-a8bb-540f942e7126 6230f5e73b674752b13ceb7d10f47083 9766e1a2263e417eb1cfed4ed018f34a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 772/1616] 10.0.0.53 () {32 vars in 723 bytes} [Thu Jun 11 08:03:28 2026] DELETE /v2.0/subnets/d029eac4-c975-4b89-84b8-817e5fce3b66 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 845/1617] 10.0.0.53 () {32 vars in 742 bytes} [Thu Jun 11 08:03:28 2026] GET /v2.0/routers/f96d02f9-c4f4-41be-a6ca-fe7ae4dcc322/tags/green => generated 99 bytes in 80 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-06-11 08:03:28.338 8 INFO neutron.db.segments_db [None req-1316bc83-fe03-4071-9db7-94032d04119a 9508687586234306ba660062685c82df 989bb2ac7ccb41c09a6fca90d14dbf47 - - default default] Added segment 1402442b-0dc9-4bc4-aa0c-1254972efc7a of type vxlan for network 793cfbff-4492-4293-bd13-8fa82a59adce [pid: 7|app: 0|req: 846/1618] 10.0.0.53 () {32 vars in 723 bytes} [Thu Jun 11 08:03:28 2026] DELETE /v2.0/subnets/69bd493c-f3c9-4a4b-8336-b42c0430eb85 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 773/1619] 10.0.0.53 () {34 vars in 669 bytes} [Thu Jun 11 08:03:28 2026] POST /v2.0/networks => generated 632 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-11 08:03:28.512 8 INFO neutron_taas.services.taas.taas_plugin [None req-5154f024-6c9d-407c-a180-8a1cb29d8e4d fd42e8c6808142c29790215bfd049b15 068a66afcf1a423aba687b68dd166799 - - default default] TaaS: Handle Delete Port: afbb5255-93e2-4847-aadf-9fda33759de9 2026-06-11 08:03:28.515 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5154f024-6c9d-407c-a180-8a1cb29d8e4d fd42e8c6808142c29790215bfd049b15 068a66afcf1a423aba687b68dd166799 - - default default] Tap Mirror: Handle Delete Port: afbb5255-93e2-4847-aadf-9fda33759de9 [pid: 7|app: 0|req: 847/1620] 10.0.0.53 () {32 vars in 741 bytes} [Thu Jun 11 08:03:28 2026] DELETE /v2.0/routers/f96d02f9-c4f4-41be-a6ca-fe7ae4dcc322/tags/red => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 774/1621] 10.0.0.53 () {32 vars in 725 bytes} [Thu Jun 11 08:03:28 2026] DELETE /v2.0/networks/112648f6-b96b-41ae-bca6-16e958186e40 => generated 0 bytes in 285 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 775/1622] 10.0.0.53 () {32 vars in 730 bytes} [Thu Jun 11 08:03:28 2026] GET /v2.0/routers/f96d02f9-c4f4-41be-a6ca-fe7ae4dcc322/tags => generated 30 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 848/1623] 10.0.0.53 () {34 vars in 663 bytes} [Thu Jun 11 08:03:28 2026] POST /v2.0/ports => generated 743 bytes in 299 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/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-11 08:03:28.890 7 INFO neutron.api.v2.resource [None req-966e6532-6219-481a-b1b9-5d8a41b48464 6230f5e73b674752b13ceb7d10f47083 9766e1a2263e417eb1cfed4ed018f34a - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 849/1624] 10.0.0.53 () {32 vars in 745 bytes} [Thu Jun 11 08:03:28 2026] DELETE /v2.0/routers/f96d02f9-c4f4-41be-a6ca-fe7ae4dcc322/tags/green => generated 99 bytes in 75 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 776/1625] 10.0.0.53 () {32 vars in 725 bytes} [Thu Jun 11 08:03:28 2026] DELETE /v2.0/networks/1a64aa87-e5e5-4112-9ea0-48a165a665f3 => 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: 777/1626] 10.0.0.53 () {32 vars in 733 bytes} [Thu Jun 11 08:03:28 2026] DELETE /v2.0/routers/f96d02f9-c4f4-41be-a6ca-fe7ae4dcc322/tags => 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: 850/1627] 10.0.0.53 () {34 vars in 665 bytes} [Thu Jun 11 08:03:28 2026] POST /v2.0/trunks => generated 407 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-11 08:03:29.074 8 INFO neutron.db.segments_db [None req-f8e4354e-38c9-4ffa-9b44-85c543e94424 fd42e8c6808142c29790215bfd049b15 068a66afcf1a423aba687b68dd166799 - - default default] Added segment f3d6cebc-aeec-4a36-a48e-12d526733aae of type vxlan for network 107c7cca-2990-46ed-8774-333f03083c89 [pid: 7|app: 0|req: 851/1628] 10.0.0.53 () {32 vars in 730 bytes} [Thu Jun 11 08:03:29 2026] GET /v2.0/routers/f96d02f9-c4f4-41be-a6ca-fe7ae4dcc322/tags => generated 12 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 778/1629] 10.0.0.53 () {34 vars in 669 bytes} [Thu Jun 11 08:03:29 2026] POST /v2.0/networks => generated 633 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-11 08:03:29.179 7 INFO neutron.db.segments_db [None req-0f6ad79d-fa24-4600-a163-adaf2692f551 9508687586234306ba660062685c82df 989bb2ac7ccb41c09a6fca90d14dbf47 - - default default] Added segment 5668c770-22e1-438e-9f76-d6e6cfa22734 of type vxlan for network db98145a-a4f0-447d-adcc-63c2f6bcaa12 [pid: 8|app: 0|req: 779/1630] 10.0.0.53 () {32 vars in 720 bytes} [Thu Jun 11 08:03:29 2026] GET /v2.0/routers/f96d02f9-c4f4-41be-a6ca-fe7ae4dcc322 => generated 480 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 852/1631] 10.0.0.53 () {34 vars in 669 bytes} [Thu Jun 11 08:03:29 2026] POST /v2.0/networks => generated 631 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 780/1632] 10.0.0.53 () {34 vars in 668 bytes} [Thu Jun 11 08:03:29 2026] POST /v2.0/subnets => generated 646 bytes in 254 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 781/1633] 10.0.0.53 () {34 vars in 663 bytes} [Thu Jun 11 08:03:29 2026] POST /v2.0/ports => generated 743 bytes in 274 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-11 08:03:29.758 8 INFO neutron.services.segments.plugin [-] Segment 80c8bcd1-8190-4b38-8397-0523a7c6b6ab resource provider aggregate not found 2026-06-11 08:03:29.765 8 INFO neutron.services.segments.plugin [-] Segment 80c8bcd1-8190-4b38-8397-0523a7c6b6ab resource provider aggregate not found 2026-06-11 08:03:29.778 8 INFO neutron.services.segments.plugin [-] Segment 80c8bcd1-8190-4b38-8397-0523a7c6b6ab resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 80c8bcd1-8190-4b38-8397-0523a7c6b6ab found for delete ", "request_id": "req-3d57cae8-7ea4-45f5-a5a8-db541cf779bc"}]} 2026-06-11 08:03:29.783 8 INFO neutron.services.segments.plugin [-] Segment 80c8bcd1-8190-4b38-8397-0523a7c6b6ab resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 80c8bcd1-8190-4b38-8397-0523a7c6b6ab found for delete ", "request_id": "req-0c73653b-db76-47d4-a014-3582996b9715"}]} 2026-06-11 08:03:29.793 8 INFO neutron.services.segments.plugin [-] Segment 3b176847-625d-412d-87ee-550af6da7948 resource provider aggregate not found 2026-06-11 08:03:29.806 8 INFO neutron.db.segments_db [None req-488813c3-eca0-405f-a128-b0ced16d369a fd42e8c6808142c29790215bfd049b15 068a66afcf1a423aba687b68dd166799 - - default default] Added segment afe8a45f-81a6-4cca-b38a-3f3e4de100eb of type vxlan for network d586965e-3a78-45da-a96b-3b8dc5d956e2 2026-06-11 08:03:29.806 8 INFO neutron.services.segments.plugin [-] Segment 3b176847-625d-412d-87ee-550af6da7948 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3b176847-625d-412d-87ee-550af6da7948 found for delete ", "request_id": "req-b046389a-0704-4dae-9535-8cc579fc0877"}]} 2026-06-11 08:03:29.816 8 INFO neutron.services.segments.plugin [-] Segment 3b176847-625d-412d-87ee-550af6da7948 resource provider aggregate not found [pid: 7|app: 0|req: 853/1634] 10.0.0.53 () {34 vars in 741 bytes} [Thu Jun 11 08:03:29 2026] PUT /v2.0/routers/f96d02f9-c4f4-41be-a6ca-fe7ae4dcc322 => generated 480 bytes in 564 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 08:03:29.837 8 INFO neutron.services.segments.plugin [-] Segment 7fe1df45-1c6a-427b-94ab-ec030da7c20d resource provider aggregate not found 2026-06-11 08:03:29.845 8 INFO neutron.services.segments.plugin [-] Segment 3b176847-625d-412d-87ee-550af6da7948 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3b176847-625d-412d-87ee-550af6da7948 found for delete ", "request_id": "req-b9970366-9424-46da-a0ee-2d3399da47c3"}]} 2026-06-11 08:03:29.861 8 INFO neutron.services.segments.plugin [-] Segment 7fe1df45-1c6a-427b-94ab-ec030da7c20d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7fe1df45-1c6a-427b-94ab-ec030da7c20d found for delete ", "request_id": "req-32086b2c-8b8a-4b3e-995b-452133fcdc00"}]} 2026-06-11 08:03:29.876 8 INFO neutron.services.segments.plugin [-] Segment 7fe1df45-1c6a-427b-94ab-ec030da7c20d resource provider aggregate not found 2026-06-11 08:03:29.899 8 INFO neutron.services.segments.plugin [-] Segment 7fe1df45-1c6a-427b-94ab-ec030da7c20d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7fe1df45-1c6a-427b-94ab-ec030da7c20d found for delete ", "request_id": "req-6e504387-aee8-4110-96cb-13a26e555579"}]} [pid: 7|app: 0|req: 854/1635] 10.0.0.53 () {34 vars in 665 bytes} [Thu Jun 11 08:03:29 2026] POST /v2.0/trunks => generated 407 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 855/1636] 10.0.0.53 () {32 vars in 735 bytes} [Thu Jun 11 08:03:30 2026] GET /v2.0/ports?device_id=f96d02f9-c4f4-41be-a6ca-fe7ae4dcc322 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-11 08:03:30.076 7 INFO neutron.db.segments_db [None req-35f37f8e-bc6c-44f5-852f-f3db395ea865 9508687586234306ba660062685c82df 989bb2ac7ccb41c09a6fca90d14dbf47 - - default default] Added segment 6df7ce0b-50b7-4c5f-974f-2a1e4e82739d of type vxlan for network 3ad3b662-975d-414f-9bdf-58facb92d699 2026-06-11 08:03:30.110 8 INFO neutron.db.l3_hamode_db [None req-488813c3-eca0-405f-a128-b0ced16d369a fd42e8c6808142c29790215bfd049b15 068a66afcf1a423aba687b68dd166799 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 856/1637] 10.0.0.53 () {34 vars in 669 bytes} [Thu Jun 11 08:03:30 2026] POST /v2.0/networks => generated 631 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-11 08:03:30.235 8 INFO neutron.db.l3_hamode_db [None req-488813c3-eca0-405f-a128-b0ced16d369a fd42e8c6808142c29790215bfd049b15 068a66afcf1a423aba687b68dd166799 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-11 08:03:30.370 7 INFO neutron_taas.services.taas.taas_plugin [None req-04dcf4f1-d3c8-4957-ae8a-af3f192d4afc 6230f5e73b674752b13ceb7d10f47083 9766e1a2263e417eb1cfed4ed018f34a - - default default] TaaS: Handle Delete Port: cea2ea66-cfe3-4aa1-93ec-c2da9edbce4f 2026-06-11 08:03:30.372 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-04dcf4f1-d3c8-4957-ae8a-af3f192d4afc 6230f5e73b674752b13ceb7d10f47083 9766e1a2263e417eb1cfed4ed018f34a - - default default] Tap Mirror: Handle Delete Port: cea2ea66-cfe3-4aa1-93ec-c2da9edbce4f 2026-06-11 08:03:30.681 7 INFO neutron.services.segments.plugin [-] Segment 13bd5331-b50a-4357-b041-d33c008ef0dd resource provider aggregate not found 2026-06-11 08:03:30.695 7 INFO neutron.services.segments.plugin [-] Segment 13bd5331-b50a-4357-b041-d33c008ef0dd resource provider aggregate not found 2026-06-11 08:03:30.698 7 INFO neutron.services.segments.plugin [-] Segment 13bd5331-b50a-4357-b041-d33c008ef0dd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 13bd5331-b50a-4357-b041-d33c008ef0dd found for delete ", "request_id": "req-8dcd9927-2426-4c80-b069-7e7904c39049"}]} 2026-06-11 08:03:30.710 7 INFO neutron.db.l3_hamode_db [None req-04dcf4f1-d3c8-4957-ae8a-af3f192d4afc 6230f5e73b674752b13ceb7d10f47083 9766e1a2263e417eb1cfed4ed018f34a - - default default] HA network 112c9675-4fc2-4b01-9539-bab852bc5cbc was deleted as no HA routers are present in tenant 9766e1a2263e417eb1cfed4ed018f34a. [pid: 7|app: 0|req: 857/1638] 10.0.0.53 () {32 vars in 723 bytes} [Thu Jun 11 08:03:30 2026] DELETE /v2.0/routers/f96d02f9-c4f4-41be-a6ca-fe7ae4dcc322 => generated 0 bytes in 538 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-11 08:03:30.719 7 INFO neutron.services.segments.plugin [-] Segment 13bd5331-b50a-4357-b041-d33c008ef0dd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 13bd5331-b50a-4357-b041-d33c008ef0dd found for delete ", "request_id": "req-7ddb34f0-ed04-48fc-9560-226484317223"}]} [pid: 8|app: 0|req: 782/1639] 10.0.0.53 () {34 vars in 668 bytes} [Thu Jun 11 08:03:29 2026] POST /v2.0/routers => generated 511 bytes in 1079 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 858/1640] 10.0.0.53 () {34 vars in 663 bytes} [Thu Jun 11 08:03:30 2026] POST /v2.0/ports => generated 743 bytes in 289 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: 783/1641] 10.0.0.53 () {34 vars in 664 bytes} [Thu Jun 11 08:03:30 2026] POST /v2.0/ports => generated 964 bytes in 326 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 859/1642] 10.0.0.53 () {34 vars in 665 bytes} [Thu Jun 11 08:03:31 2026] POST /v2.0/trunks => generated 407 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 860/1643] 10.0.0.53 () {34 vars in 748 bytes} [Thu Jun 11 08:03:31 2026] PUT /v2.0/trunks/08518cec-87e9-435e-b53b-1bdd0356b68a/tags => generated 17 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 861/1644] 10.0.0.53 () {34 vars in 748 bytes} [Thu Jun 11 08:03:31 2026] PUT /v2.0/trunks/30d4fc2d-14b9-4be3-b1a6-5f3631985269/tags => generated 25 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 862/1645] 10.0.0.53 () {34 vars in 748 bytes} [Thu Jun 11 08:03:31 2026] PUT /v2.0/trunks/1f6b37dc-e51e-476a-8940-d9d6d63a53d7/tags => generated 34 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 863/1646] 10.0.0.53 () {34 vars in 748 bytes} [Thu Jun 11 08:03:31 2026] PUT /v2.0/trunks/a2dfa2e8-8127-4037-a2bf-2f1c36ecc370/tags => generated 19 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 864/1647] 10.0.0.53 () {32 vars in 661 bytes} [Thu Jun 11 08:03:31 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 865/1648] 10.0.0.53 () {32 vars in 675 bytes} [Thu Jun 11 08:03:31 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 866/1649] 10.0.0.53 () {32 vars in 671 bytes} [Thu Jun 11 08:03:31 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 867/1650] 10.0.0.53 () {32 vars in 683 bytes} [Thu Jun 11 08:03:31 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 868/1651] 10.0.0.53 () {32 vars in 669 bytes} [Thu Jun 11 08:03:31 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 869/1652] 10.0.0.53 () {32 vars in 773 bytes} [Thu Jun 11 08:03:31 2026] GET /v2.0/security-groups?tenant_id=c8108724f7b54504bd65ca4389c9e9bb&name=default => generated 2925 bytes in 311 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 870/1653] 10.0.0.53 () {32 vars in 683 bytes} [Thu Jun 11 08:03:31 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 871/1654] 10.0.0.53 () {32 vars in 739 bytes} [Thu Jun 11 08:03:31 2026] DELETE /v2.0/security-groups/ac223227-3435-4ce1-a0b5-3e0811779b24 => 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: 872/1655] 10.0.0.53 () {32 vars in 679 bytes} [Thu Jun 11 08:03:31 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 873/1656] 10.0.0.53 () {32 vars in 691 bytes} [Thu Jun 11 08:03:31 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 874/1657] 10.0.0.53 () {32 vars in 718 bytes} [Thu Jun 11 08:03:31 2026] GET /v2.0/trunks/08518cec-87e9-435e-b53b-1bdd0356b68a => generated 412 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 875/1658] 10.0.0.53 () {32 vars in 716 bytes} [Thu Jun 11 08:03:31 2026] GET /v2.0/ports/a255577a-e78d-459a-a335-b40ac17df96f => generated 826 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 876/1659] 10.0.0.53 () {32 vars in 721 bytes} [Thu Jun 11 08:03:32 2026] DELETE /v2.0/trunks/08518cec-87e9-435e-b53b-1bdd0356b68a => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 784/1660] 10.0.0.53 () {34 vars in 782 bytes} [Thu Jun 11 08:03:31 2026] PUT /v2.0/routers/4dd5baaf-5037-4b15-a7fe-2ee9dfeaa3f2/add_router_interface => generated 309 bytes in 1008 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: 785/1661] 10.0.0.53 () {32 vars in 718 bytes} [Thu Jun 11 08:03:32 2026] GET /v2.0/trunks/30d4fc2d-14b9-4be3-b1a6-5f3631985269 => generated 420 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 786/1662] 10.0.0.53 () {32 vars in 716 bytes} [Thu Jun 11 08:03:32 2026] GET /v2.0/ports/59dc8ec4-0eca-4b37-b0ae-b74416bed00f => generated 1038 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 877/1663] 10.0.0.53 () {32 vars in 773 bytes} [Thu Jun 11 08:03:32 2026] GET /v2.0/security-groups?tenant_id=9766e1a2263e417eb1cfed4ed018f34a&name=default => generated 2925 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 787/1664] 10.0.0.53 () {32 vars in 716 bytes} [Thu Jun 11 08:03:32 2026] GET /v2.0/ports/5c7b7f6c-89cb-4667-ade5-c8f7247c0845 => generated 826 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 788/1665] 10.0.0.53 () {32 vars in 739 bytes} [Thu Jun 11 08:03:32 2026] DELETE /v2.0/security-groups/f0980278-169e-404b-9f2a-bed1cfdb5dc3 => 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: 789/1666] 10.0.0.53 () {32 vars in 721 bytes} [Thu Jun 11 08:03:32 2026] DELETE /v2.0/trunks/30d4fc2d-14b9-4be3-b1a6-5f3631985269 => 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: 790/1667] 10.0.0.53 () {32 vars in 718 bytes} [Thu Jun 11 08:03:32 2026] GET /v2.0/trunks/1f6b37dc-e51e-476a-8940-d9d6d63a53d7 => generated 429 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 791/1668] 10.0.0.53 () {32 vars in 716 bytes} [Thu Jun 11 08:03:32 2026] GET /v2.0/ports/aaba59e8-2e6d-4787-bd0a-733874d27937 => generated 826 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 08:03:32.562 7 INFO neutron_taas.services.taas.taas_plugin [None req-af127d5a-18e7-4b24-9a13-7c6875cc64f1 fd42e8c6808142c29790215bfd049b15 068a66afcf1a423aba687b68dd166799 - - default default] TaaS: Handle Delete Port: 59dc8ec4-0eca-4b37-b0ae-b74416bed00f 2026-06-11 08:03:32.564 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-af127d5a-18e7-4b24-9a13-7c6875cc64f1 fd42e8c6808142c29790215bfd049b15 068a66afcf1a423aba687b68dd166799 - - default default] Tap Mirror: Handle Delete Port: 59dc8ec4-0eca-4b37-b0ae-b74416bed00f [pid: 8|app: 0|req: 792/1669] 10.0.0.53 () {32 vars in 721 bytes} [Thu Jun 11 08:03:32 2026] DELETE /v2.0/trunks/1f6b37dc-e51e-476a-8940-d9d6d63a53d7 => 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: 793/1670] 10.0.0.53 () {32 vars in 718 bytes} [Thu Jun 11 08:03:32 2026] GET /v2.0/trunks/a2dfa2e8-8127-4037-a2bf-2f1c36ecc370 => generated 414 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 794/1671] 10.0.0.53 () {32 vars in 716 bytes} [Thu Jun 11 08:03:32 2026] GET /v2.0/ports/5e11f484-ea74-4512-be22-bd46b38517a3 => generated 826 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 795/1672] 10.0.0.53 () {32 vars in 721 bytes} [Thu Jun 11 08:03:32 2026] DELETE /v2.0/trunks/a2dfa2e8-8127-4037-a2bf-2f1c36ecc370 => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 796/1673] 10.0.0.53 () {32 vars in 718 bytes} [Thu Jun 11 08:03:32 2026] GET /v2.0/trunks/1d870d36-6939-4a5a-8b78-86f80f38c9de => generated 407 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 797/1674] 10.0.0.53 () {32 vars in 716 bytes} [Thu Jun 11 08:03:32 2026] GET /v2.0/ports/baab3466-7a94-4be9-9b07-483ff7e804cd => generated 826 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 798/1675] 10.0.0.53 () {32 vars in 721 bytes} [Thu Jun 11 08:03:32 2026] DELETE /v2.0/trunks/1d870d36-6939-4a5a-8b78-86f80f38c9de => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 878/1676] 10.0.0.53 () {34 vars in 788 bytes} [Thu Jun 11 08:03:32 2026] PUT /v2.0/routers/4dd5baaf-5037-4b15-a7fe-2ee9dfeaa3f2/remove_router_interface => generated 309 bytes in 755 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-11 08:03:33.092 7 INFO neutron_taas.services.taas.taas_plugin [None req-ca66fee9-90f1-4038-9920-682af18de6ec 9508687586234306ba660062685c82df 989bb2ac7ccb41c09a6fca90d14dbf47 - - default default] TaaS: Handle Delete Port: a255577a-e78d-459a-a335-b40ac17df96f 2026-06-11 08:03:33.095 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ca66fee9-90f1-4038-9920-682af18de6ec 9508687586234306ba660062685c82df 989bb2ac7ccb41c09a6fca90d14dbf47 - - default default] Tap Mirror: Handle Delete Port: a255577a-e78d-459a-a335-b40ac17df96f [pid: 8|app: 0|req: 799/1677] 10.0.0.53 () {32 vars in 773 bytes} [Thu Jun 11 08:03:32 2026] GET /v2.0/security-groups?tenant_id=810758060f3f4e55ba4af2f9ebc1daa8&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: 879/1678] 10.0.0.53 () {32 vars in 719 bytes} [Thu Jun 11 08:03:32 2026] DELETE /v2.0/ports/a255577a-e78d-459a-a335-b40ac17df96f => generated 0 bytes in 201 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 880/1679] 10.0.0.53 () {32 vars in 739 bytes} [Thu Jun 11 08:03:33 2026] DELETE /v2.0/security-groups/49fb0e36-6ddc-4cb9-af64-5257121fbd60 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-11 08:03:33.292 8 INFO neutron.api.v2.resource [None req-afc0fe93-d92a-4851-af11-1d49e2978b5f fd42e8c6808142c29790215bfd049b15 068a66afcf1a423aba687b68dd166799 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 800/1680] 10.0.0.53 () {34 vars in 788 bytes} [Thu Jun 11 08:03:33 2026] PUT /v2.0/routers/4dd5baaf-5037-4b15-a7fe-2ee9dfeaa3f2/remove_router_interface => generated 197 bytes in 128 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 801/1681] 10.0.0.53 () {32 vars in 735 bytes} [Thu Jun 11 08:03:33 2026] GET /v2.0/ports?device_id=4dd5baaf-5037-4b15-a7fe-2ee9dfeaa3f2 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-11 08:03:33.405 7 INFO neutron_taas.services.taas.taas_plugin [None req-236ae7d4-27dc-4f85-9be1-a84734aba315 9508687586234306ba660062685c82df 989bb2ac7ccb41c09a6fca90d14dbf47 - - default default] TaaS: Handle Delete Port: 5c7b7f6c-89cb-4667-ade5-c8f7247c0845 2026-06-11 08:03:33.408 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-236ae7d4-27dc-4f85-9be1-a84734aba315 9508687586234306ba660062685c82df 989bb2ac7ccb41c09a6fca90d14dbf47 - - default default] Tap Mirror: Handle Delete Port: 5c7b7f6c-89cb-4667-ade5-c8f7247c0845 [pid: 7|app: 0|req: 881/1682] 10.0.0.53 () {32 vars in 719 bytes} [Thu Jun 11 08:03:33 2026] DELETE /v2.0/ports/5c7b7f6c-89cb-4667-ade5-c8f7247c0845 => generated 0 bytes in 227 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-11 08:03:33.507 8 INFO neutron_taas.services.taas.taas_plugin [None req-ef248dc5-532d-4d11-bd47-6868e155abb2 fd42e8c6808142c29790215bfd049b15 068a66afcf1a423aba687b68dd166799 - - default default] TaaS: Handle Delete Port: 9d220487-ec0a-4841-8d81-841aa5e2ead7 2026-06-11 08:03:33.510 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ef248dc5-532d-4d11-bd47-6868e155abb2 fd42e8c6808142c29790215bfd049b15 068a66afcf1a423aba687b68dd166799 - - default default] Tap Mirror: Handle Delete Port: 9d220487-ec0a-4841-8d81-841aa5e2ead7 [pid: 7|app: 0|req: 882/1683] 10.0.0.53 () {32 vars in 773 bytes} [Thu Jun 11 08:03:33 2026] GET /v2.0/security-groups?tenant_id=f7bcad7ece9d4b5db72f6b79d78dd351&name=default => generated 2925 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-11 08:03:33.720 7 INFO neutron_taas.services.taas.taas_plugin [None req-c90e6ae3-b759-4abf-8f0c-979e9cefc3cf 9508687586234306ba660062685c82df 989bb2ac7ccb41c09a6fca90d14dbf47 - - default default] TaaS: Handle Delete Port: aaba59e8-2e6d-4787-bd0a-733874d27937 2026-06-11 08:03:33.724 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c90e6ae3-b759-4abf-8f0c-979e9cefc3cf 9508687586234306ba660062685c82df 989bb2ac7ccb41c09a6fca90d14dbf47 - - default default] Tap Mirror: Handle Delete Port: aaba59e8-2e6d-4787-bd0a-733874d27937 [pid: 7|app: 0|req: 883/1684] 10.0.0.53 () {32 vars in 719 bytes} [Thu Jun 11 08:03:33 2026] DELETE /v2.0/ports/aaba59e8-2e6d-4787-bd0a-733874d27937 => generated 0 bytes in 185 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-11 08:03:33.818 8 INFO neutron.services.segments.plugin [-] Segment afe8a45f-81a6-4cca-b38a-3f3e4de100eb resource provider aggregate not found 2026-06-11 08:03:33.829 8 INFO neutron.services.segments.plugin [-] Segment afe8a45f-81a6-4cca-b38a-3f3e4de100eb resource provider aggregate not found 2026-06-11 08:03:33.844 8 INFO neutron.services.segments.plugin [-] Segment afe8a45f-81a6-4cca-b38a-3f3e4de100eb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid afe8a45f-81a6-4cca-b38a-3f3e4de100eb found for delete ", "request_id": "req-416f0729-fbae-4a86-9e7d-34a2d4f77413"}]} 2026-06-11 08:03:33.847 8 INFO neutron.services.segments.plugin [-] Segment afe8a45f-81a6-4cca-b38a-3f3e4de100eb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid afe8a45f-81a6-4cca-b38a-3f3e4de100eb found for delete ", "request_id": "req-5879a181-02e4-42f4-a786-4014fbeca0bf"}]} 2026-06-11 08:03:33.854 8 INFO neutron.db.l3_hamode_db [None req-ef248dc5-532d-4d11-bd47-6868e155abb2 fd42e8c6808142c29790215bfd049b15 068a66afcf1a423aba687b68dd166799 - - default default] HA network d586965e-3a78-45da-a96b-3b8dc5d956e2 was deleted as no HA routers are present in tenant 068a66afcf1a423aba687b68dd166799. [pid: 8|app: 0|req: 802/1685] 10.0.0.53 () {32 vars in 723 bytes} [Thu Jun 11 08:03:33 2026] DELETE /v2.0/routers/4dd5baaf-5037-4b15-a7fe-2ee9dfeaa3f2 => generated 0 bytes in 543 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 884/1686] 10.0.0.53 () {32 vars in 739 bytes} [Thu Jun 11 08:03:33 2026] DELETE /v2.0/security-groups/355c8f13-e955-46f6-adda-291d76ebe075 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-11 08:03:33.950 8 INFO neutron_taas.services.taas.taas_plugin [None req-698832b6-8884-44fc-9375-a145906651dc 9508687586234306ba660062685c82df 989bb2ac7ccb41c09a6fca90d14dbf47 - - default default] TaaS: Handle Delete Port: 5e11f484-ea74-4512-be22-bd46b38517a3 2026-06-11 08:03:33.954 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-698832b6-8884-44fc-9375-a145906651dc 9508687586234306ba660062685c82df 989bb2ac7ccb41c09a6fca90d14dbf47 - - default default] Tap Mirror: Handle Delete Port: 5e11f484-ea74-4512-be22-bd46b38517a3 [pid: 8|app: 0|req: 803/1689] 10.0.0.53 () {32 vars in 719 bytes} [Thu Jun 11 08:03:33 2026] DELETE /v2.0/ports/5e11f484-ea74-4512-be22-bd46b38517a3 => generated 0 bytes in 198 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 887/1690] 10.0.0.53 () {32 vars in 723 bytes} [Thu Jun 11 08:03:33 2026] DELETE /v2.0/subnets/b11aced1-59f8-4cac-8dcb-31201b8a6563 => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-11 08:03:34.179 8 INFO neutron_taas.services.taas.taas_plugin [None req-010d90d2-72f2-4c6c-9b6b-92d5b40d1bbd 9508687586234306ba660062685c82df 989bb2ac7ccb41c09a6fca90d14dbf47 - - default default] TaaS: Handle Delete Port: baab3466-7a94-4be9-9b07-483ff7e804cd 2026-06-11 08:03:34.189 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-010d90d2-72f2-4c6c-9b6b-92d5b40d1bbd 9508687586234306ba660062685c82df 989bb2ac7ccb41c09a6fca90d14dbf47 - - default default] Tap Mirror: Handle Delete Port: baab3466-7a94-4be9-9b07-483ff7e804cd 2026-06-11 08:03:34.193 7 INFO neutron.services.segments.plugin [-] Segment f3d6cebc-aeec-4a36-a48e-12d526733aae resource provider aggregate not found 2026-06-11 08:03:34.196 7 INFO neutron.services.segments.plugin [-] Segment f3d6cebc-aeec-4a36-a48e-12d526733aae resource provider aggregate not found 2026-06-11 08:03:34.209 7 INFO neutron.services.segments.plugin [-] Segment f3d6cebc-aeec-4a36-a48e-12d526733aae resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f3d6cebc-aeec-4a36-a48e-12d526733aae found for delete ", "request_id": "req-76dd2117-19ba-4ce5-9bbb-b116c1bdb2ea"}]} [pid: 7|app: 0|req: 888/1691] 10.0.0.53 () {32 vars in 725 bytes} [Thu Jun 11 08:03:34 2026] DELETE /v2.0/networks/107c7cca-2990-46ed-8774-333f03083c89 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-11 08:03:34.220 7 INFO neutron.services.segments.plugin [-] Segment f3d6cebc-aeec-4a36-a48e-12d526733aae resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f3d6cebc-aeec-4a36-a48e-12d526733aae found for delete ", "request_id": "req-6339678f-0f55-46eb-9699-856512f3cf09"}]} [pid: 8|app: 0|req: 804/1692] 10.0.0.53 () {32 vars in 719 bytes} [Thu Jun 11 08:03:34 2026] DELETE /v2.0/ports/baab3466-7a94-4be9-9b07-483ff7e804cd => generated 0 bytes in 209 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-11 08:03:34.300 7 INFO neutron.db.segments_db [None req-bbf8f26c-818b-436c-a650-ea33de1b1913 fd42e8c6808142c29790215bfd049b15 068a66afcf1a423aba687b68dd166799 - - default default] Added segment b28850e4-ebc9-49f7-81ed-c1e9123183bc of type vxlan for network eb9b3223-1069-4ad8-a340-aa16cf9bf3f2 [pid: 7|app: 0|req: 889/1693] 10.0.0.53 () {34 vars in 669 bytes} [Thu Jun 11 08:03:34 2026] POST /v2.0/networks => generated 634 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 805/1694] 10.0.0.53 () {32 vars in 725 bytes} [Thu Jun 11 08:03:34 2026] DELETE /v2.0/networks/bc9c40f1-a2e5-4f06-a0dd-ae80eaab719f => 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: 806/1695] 10.0.0.53 () {32 vars in 725 bytes} [Thu Jun 11 08:03:34 2026] DELETE /v2.0/networks/3b2565f2-a7a1-438a-a62f-b9eb2eae7dba => generated 0 bytes in 127 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 890/1696] 10.0.0.53 () {34 vars in 668 bytes} [Thu Jun 11 08:03:34 2026] POST /v2.0/subnets => generated 646 bytes in 252 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 807/1697] 10.0.0.53 () {32 vars in 725 bytes} [Thu Jun 11 08:03:34 2026] DELETE /v2.0/networks/793cfbff-4492-4293-bd13-8fa82a59adce => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-11 08:03:34.699 7 INFO neutron.db.segments_db [None req-f64963f9-ea9f-4ca1-aecf-187009eeeee8 fd42e8c6808142c29790215bfd049b15 068a66afcf1a423aba687b68dd166799 - - default default] Added segment 0172d811-a07b-4194-a86a-5014f803be4f of type vxlan for network 0826672a-12ba-409c-9a78-8e2668624c45 [pid: 8|app: 0|req: 808/1698] 10.0.0.53 () {32 vars in 725 bytes} [Thu Jun 11 08:03:34 2026] DELETE /v2.0/networks/db98145a-a4f0-447d-adcc-63c2f6bcaa12 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-11 08:03:34.956 7 INFO neutron.db.l3_hamode_db [None req-f64963f9-ea9f-4ca1-aecf-187009eeeee8 fd42e8c6808142c29790215bfd049b15 068a66afcf1a423aba687b68dd166799 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 809/1699] 10.0.0.53 () {32 vars in 725 bytes} [Thu Jun 11 08:03:34 2026] DELETE /v2.0/networks/3ad3b662-975d-414f-9bdf-58facb92d699 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-11 08:03:35.060 7 INFO neutron.db.l3_hamode_db [None req-f64963f9-ea9f-4ca1-aecf-187009eeeee8 fd42e8c6808142c29790215bfd049b15 068a66afcf1a423aba687b68dd166799 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 891/1700] 10.0.0.53 () {34 vars in 668 bytes} [Thu Jun 11 08:03:34 2026] POST /v2.0/routers => generated 511 bytes in 914 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 892/1701] 10.0.0.53 () {34 vars in 683 bytes} [Thu Jun 11 08:03:35 2026] POST /v2.0/security-groups => generated 1601 bytes in 326 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-11 08:03:36.105 8 INFO neutron.services.segments.plugin [-] Segment 4daa3740-bb44-4108-93ef-0cb7dd7ab82b resource provider aggregate not found 2026-06-11 08:03:36.123 8 INFO neutron.services.segments.plugin [-] Segment 4daa3740-bb44-4108-93ef-0cb7dd7ab82b resource provider aggregate not found 2026-06-11 08:03:36.143 8 INFO neutron.services.segments.plugin [-] Segment 4daa3740-bb44-4108-93ef-0cb7dd7ab82b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4daa3740-bb44-4108-93ef-0cb7dd7ab82b found for delete ", "request_id": "req-783bbc20-cbde-4622-9087-a32997b457f5"}]} 2026-06-11 08:03:36.150 8 INFO neutron.services.segments.plugin [-] Segment 4daa3740-bb44-4108-93ef-0cb7dd7ab82b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4daa3740-bb44-4108-93ef-0cb7dd7ab82b found for delete ", "request_id": "req-d563648d-ae0e-41b6-83c3-0c0b26370cc4"}]} 2026-06-11 08:03:36.159 8 INFO neutron.services.segments.plugin [-] Segment f49959c2-158e-4d0c-9538-e7837e5442e4 resource provider aggregate not found 2026-06-11 08:03:36.171 8 INFO neutron.services.segments.plugin [-] Segment f49959c2-158e-4d0c-9538-e7837e5442e4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f49959c2-158e-4d0c-9538-e7837e5442e4 found for delete ", "request_id": "req-1645e038-bd40-41d8-9728-2cbd3b1bab37"}]} 2026-06-11 08:03:36.175 8 INFO neutron.services.segments.plugin [-] Segment f49959c2-158e-4d0c-9538-e7837e5442e4 resource provider aggregate not found 2026-06-11 08:03:36.194 8 INFO neutron.services.segments.plugin [-] Segment f49959c2-158e-4d0c-9538-e7837e5442e4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f49959c2-158e-4d0c-9538-e7837e5442e4 found for delete ", "request_id": "req-306cb25a-4d5b-4e71-810d-3c74c89c5c9b"}]} 2026-06-11 08:03:36.198 8 INFO neutron.services.segments.plugin [-] Segment 1402442b-0dc9-4bc4-aa0c-1254972efc7a resource provider aggregate not found 2026-06-11 08:03:36.216 8 INFO neutron.services.segments.plugin [-] Segment 1402442b-0dc9-4bc4-aa0c-1254972efc7a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1402442b-0dc9-4bc4-aa0c-1254972efc7a found for delete ", "request_id": "req-1b4b1692-0aa1-4406-8d2d-b8c67d53ef3c"}]} 2026-06-11 08:03:36.220 8 INFO neutron.services.segments.plugin [-] Segment 1402442b-0dc9-4bc4-aa0c-1254972efc7a resource provider aggregate not found [pid: 7|app: 0|req: 893/1702] 10.0.0.53 () {32 vars in 773 bytes} [Thu Jun 11 08:03:36 2026] GET /v2.0/security-groups?tenant_id=6f714da01fc643c2aad2900ea1d6ba4f&name=default => generated 2925 bytes in 216 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-11 08:03:36.247 8 INFO neutron.services.segments.plugin [-] Segment 5668c770-22e1-438e-9f76-d6e6cfa22734 resource provider aggregate not found 2026-06-11 08:03:36.253 8 INFO neutron.services.segments.plugin [-] Segment 1402442b-0dc9-4bc4-aa0c-1254972efc7a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1402442b-0dc9-4bc4-aa0c-1254972efc7a found for delete ", "request_id": "req-13283e89-7cb4-4513-8ab3-039505ebceb8"}]} 2026-06-11 08:03:36.274 8 INFO neutron.services.segments.plugin [-] Segment 5668c770-22e1-438e-9f76-d6e6cfa22734 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5668c770-22e1-438e-9f76-d6e6cfa22734 found for delete ", "request_id": "req-1c7a2f03-66b7-499d-b572-db695f6f6a97"}]} 2026-06-11 08:03:36.283 8 INFO neutron.services.segments.plugin [-] Segment 5668c770-22e1-438e-9f76-d6e6cfa22734 resource provider aggregate not found [pid: 7|app: 0|req: 894/1703] 10.0.0.53 () {34 vars in 766 bytes} [Thu Jun 11 08:03:36 2026] PUT /v2.0/security-groups/495a96be-e316-47ab-90a8-0abba1289d2a/tags => generated 25 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-11 08:03:36.299 8 INFO neutron.services.segments.plugin [-] Segment 6df7ce0b-50b7-4c5f-974f-2a1e4e82739d resource provider aggregate not found 2026-06-11 08:03:36.307 8 INFO neutron.services.segments.plugin [-] Segment 5668c770-22e1-438e-9f76-d6e6cfa22734 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5668c770-22e1-438e-9f76-d6e6cfa22734 found for delete ", "request_id": "req-bef2f296-7808-4c2a-9be3-c57ce84f2fa8"}]} 2026-06-11 08:03:36.324 8 INFO neutron.services.segments.plugin [-] Segment 6df7ce0b-50b7-4c5f-974f-2a1e4e82739d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6df7ce0b-50b7-4c5f-974f-2a1e4e82739d found for delete ", "request_id": "req-a36cd49d-2c27-485d-9c09-1234338ed41a"}]} 2026-06-11 08:03:36.331 8 INFO neutron.services.segments.plugin [-] Segment 6df7ce0b-50b7-4c5f-974f-2a1e4e82739d resource provider aggregate not found 2026-06-11 08:03:36.352 8 INFO neutron.services.segments.plugin [-] Segment 6df7ce0b-50b7-4c5f-974f-2a1e4e82739d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6df7ce0b-50b7-4c5f-974f-2a1e4e82739d found for delete ", "request_id": "req-c058c221-79c1-43aa-b214-a6c756f4b5da"}]} [pid: 7|app: 0|req: 895/1704] 10.0.0.53 () {32 vars in 739 bytes} [Thu Jun 11 08:03:36 2026] DELETE /v2.0/security-groups/61feaf10-2e8e-44cb-b4e2-79503bcf6ca9 => 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: 896/1705] 10.0.0.53 () {32 vars in 746 bytes} [Thu Jun 11 08:03:36 2026] GET /v2.0/security-groups/495a96be-e316-47ab-90a8-0abba1289d2a/tags => generated 25 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 897/1706] 10.0.0.53 () {34 vars in 777 bytes} [Thu Jun 11 08:03:36 2026] PUT /v2.0/security-groups/495a96be-e316-47ab-90a8-0abba1289d2a/tags/green => generated 4 bytes in 58 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 898/1707] 10.0.0.53 () {32 vars in 746 bytes} [Thu Jun 11 08:03:36 2026] GET /v2.0/security-groups/495a96be-e316-47ab-90a8-0abba1289d2a/tags => generated 34 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 899/1708] 10.0.0.53 () {32 vars in 773 bytes} [Thu Jun 11 08:03:36 2026] GET /v2.0/security-groups?tenant_id=989bb2ac7ccb41c09a6fca90d14dbf47&name=default => generated 2925 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 900/1709] 10.0.0.53 () {34 vars in 773 bytes} [Thu Jun 11 08:03:36 2026] PUT /v2.0/security-groups/495a96be-e316-47ab-90a8-0abba1289d2a/tags/red => generated 4 bytes in 38 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 901/1710] 10.0.0.53 () {32 vars in 739 bytes} [Thu Jun 11 08:03:36 2026] DELETE /v2.0/security-groups/09a29683-bc33-4ab5-b094-1e197ab83600 => 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: 902/1711] 10.0.0.53 () {32 vars in 746 bytes} [Thu Jun 11 08:03:36 2026] GET /v2.0/security-groups/495a96be-e316-47ab-90a8-0abba1289d2a/tags => generated 34 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 903/1712] 10.0.0.53 () {34 vars in 795 bytes} [Thu Jun 11 08:03:36 2026] PUT /v2.0/security-groups/495a96be-e316-47ab-90a8-0abba1289d2a/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: 904/1713] 10.0.0.53 () {32 vars in 746 bytes} [Thu Jun 11 08:03:36 2026] GET /v2.0/security-groups/495a96be-e316-47ab-90a8-0abba1289d2a/tags => generated 52 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 905/1714] 10.0.0.53 () {32 vars in 773 bytes} [Thu Jun 11 08:03:36 2026] GET /v2.0/security-groups?tenant_id=04a0991851d144e4b9ef73b16f97ccbf&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: 906/1715] 10.0.0.53 () {34 vars in 766 bytes} [Thu Jun 11 08:03:36 2026] PUT /v2.0/security-groups/495a96be-e316-47ab-90a8-0abba1289d2a/tags => generated 37 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 907/1716] 10.0.0.53 () {32 vars in 739 bytes} [Thu Jun 11 08:03:37 2026] DELETE /v2.0/security-groups/50cf5be0-1644-44ba-9ea4-953968252323 => 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: 908/1717] 10.0.0.53 () {32 vars in 746 bytes} [Thu Jun 11 08:03:37 2026] GET /v2.0/security-groups/495a96be-e316-47ab-90a8-0abba1289d2a/tags => generated 37 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 909/1718] 10.0.0.53 () {32 vars in 754 bytes} [Thu Jun 11 08:03:37 2026] GET /v2.0/security-groups/495a96be-e316-47ab-90a8-0abba1289d2a/tags/red => generated 0 bytes in 29 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 810/1719] 10.0.0.53 () {34 vars in 782 bytes} [Thu Jun 11 08:03:35 2026] PUT /v2.0/routers/63a94d8f-4bb8-4a26-a2e5-231375b78dd6/add_router_interface => generated 309 bytes in 1630 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 08:03:37.219 7 INFO neutron.api.v2.resource [None req-18c62763-e343-4363-98a2-3caf6e5fce07 0092ab687d3f400f90d3cbee30dce599 f7c9567a9ec4403b88a510bbcbc1ccf1 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 910/1720] 10.0.0.53 () {32 vars in 758 bytes} [Thu Jun 11 08:03:37 2026] GET /v2.0/security-groups/495a96be-e316-47ab-90a8-0abba1289d2a/tags/green => generated 99 bytes in 33 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 911/1721] 10.0.0.53 () {32 vars in 757 bytes} [Thu Jun 11 08:03:37 2026] DELETE /v2.0/security-groups/495a96be-e316-47ab-90a8-0abba1289d2a/tags/red => 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: 811/1722] 10.0.0.53 () {32 vars in 716 bytes} [Thu Jun 11 08:03:37 2026] GET /v2.0/ports/0dfcd80d-7cec-46b9-90a2-a378539c10df => generated 959 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 912/1723] 10.0.0.53 () {32 vars in 746 bytes} [Thu Jun 11 08:03:37 2026] GET /v2.0/security-groups/495a96be-e316-47ab-90a8-0abba1289d2a/tags => generated 30 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-11 08:03:37.373 7 INFO neutron.api.v2.resource [None req-63264e02-54c2-450a-848c-5182185dc5f2 0092ab687d3f400f90d3cbee30dce599 f7c9567a9ec4403b88a510bbcbc1ccf1 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 913/1724] 10.0.0.53 () {32 vars in 761 bytes} [Thu Jun 11 08:03:37 2026] DELETE /v2.0/security-groups/495a96be-e316-47ab-90a8-0abba1289d2a/tags/green => generated 99 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 914/1725] 10.0.0.53 () {32 vars in 749 bytes} [Thu Jun 11 08:03:37 2026] DELETE /v2.0/security-groups/495a96be-e316-47ab-90a8-0abba1289d2a/tags => 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: 915/1726] 10.0.0.53 () {32 vars in 746 bytes} [Thu Jun 11 08:03:37 2026] GET /v2.0/security-groups/495a96be-e316-47ab-90a8-0abba1289d2a/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: 916/1727] 10.0.0.53 () {32 vars in 739 bytes} [Thu Jun 11 08:03:37 2026] DELETE /v2.0/security-groups/495a96be-e316-47ab-90a8-0abba1289d2a => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-11 08:03:37.632 8 INFO neutron_taas.services.taas.taas_plugin [None req-3ebd59fe-1370-4061-ab91-0b0635945dd6 fd42e8c6808142c29790215bfd049b15 068a66afcf1a423aba687b68dd166799 - - default default] TaaS: Handle Delete Port: 0dfcd80d-7cec-46b9-90a2-a378539c10df 2026-06-11 08:03:37.635 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3ebd59fe-1370-4061-ab91-0b0635945dd6 fd42e8c6808142c29790215bfd049b15 068a66afcf1a423aba687b68dd166799 - - default default] Tap Mirror: Handle Delete Port: 0dfcd80d-7cec-46b9-90a2-a378539c10df [pid: 8|app: 0|req: 812/1728] 10.0.0.53 () {34 vars in 788 bytes} [Thu Jun 11 08:03:37 2026] PUT /v2.0/routers/63a94d8f-4bb8-4a26-a2e5-231375b78dd6/remove_router_interface => generated 309 bytes in 735 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 917/1729] 10.0.0.53 () {32 vars in 735 bytes} [Thu Jun 11 08:03:38 2026] GET /v2.0/ports?device_id=63a94d8f-4bb8-4a26-a2e5-231375b78dd6 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-11 08:03:38.264 8 INFO neutron_taas.services.taas.taas_plugin [None req-a9211f88-fd6d-4257-a7db-703e250136db fd42e8c6808142c29790215bfd049b15 068a66afcf1a423aba687b68dd166799 - - default default] TaaS: Handle Delete Port: 4d5f4961-6115-49d4-a3d8-45f27ce9405d 2026-06-11 08:03:38.269 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a9211f88-fd6d-4257-a7db-703e250136db fd42e8c6808142c29790215bfd049b15 068a66afcf1a423aba687b68dd166799 - - default default] Tap Mirror: Handle Delete Port: 4d5f4961-6115-49d4-a3d8-45f27ce9405d [pid: 7|app: 0|req: 918/1730] 10.0.0.53 () {32 vars in 773 bytes} [Thu Jun 11 08:03:38 2026] GET /v2.0/security-groups?tenant_id=f7c9567a9ec4403b88a510bbcbc1ccf1&name=default => generated 2925 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 919/1731] 10.0.0.53 () {32 vars in 739 bytes} [Thu Jun 11 08:03:38 2026] DELETE /v2.0/security-groups/cddf9281-884a-4d40-8ff6-5a8763fc20f7 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-11 08:03:38.644 8 INFO neutron.services.segments.plugin [-] Segment 0172d811-a07b-4194-a86a-5014f803be4f resource provider aggregate not found 2026-06-11 08:03:38.648 8 INFO neutron.services.segments.plugin [-] Segment 0172d811-a07b-4194-a86a-5014f803be4f resource provider aggregate not found 2026-06-11 08:03:38.668 8 INFO neutron.services.segments.plugin [-] Segment 0172d811-a07b-4194-a86a-5014f803be4f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0172d811-a07b-4194-a86a-5014f803be4f found for delete ", "request_id": "req-43fa060c-963f-4978-8b71-d60b64aa2d82"}]} 2026-06-11 08:03:38.674 8 INFO neutron.services.segments.plugin [-] Segment 0172d811-a07b-4194-a86a-5014f803be4f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0172d811-a07b-4194-a86a-5014f803be4f found for delete ", "request_id": "req-20b60d26-e858-4e2a-a35a-f57c39232e5f"}]} 2026-06-11 08:03:38.682 8 INFO neutron.db.l3_hamode_db [None req-a9211f88-fd6d-4257-a7db-703e250136db fd42e8c6808142c29790215bfd049b15 068a66afcf1a423aba687b68dd166799 - - default default] HA network 0826672a-12ba-409c-9a78-8e2668624c45 was deleted as no HA routers are present in tenant 068a66afcf1a423aba687b68dd166799. [pid: 8|app: 0|req: 813/1732] 10.0.0.53 () {32 vars in 723 bytes} [Thu Jun 11 08:03:38 2026] DELETE /v2.0/routers/63a94d8f-4bb8-4a26-a2e5-231375b78dd6 => generated 0 bytes in 610 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 920/1733] 10.0.0.53 () {32 vars in 773 bytes} [Thu Jun 11 08:03:38 2026] GET /v2.0/security-groups?tenant_id=cccb244baef24a6ca730ed666c8a2520&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: 921/1734] 10.0.0.53 () {32 vars in 739 bytes} [Thu Jun 11 08:03:38 2026] DELETE /v2.0/security-groups/2ffae1b1-b39c-4024-9ea2-4b6366bb1890 => 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: 814/1735] 10.0.0.53 () {32 vars in 723 bytes} [Thu Jun 11 08:03:38 2026] DELETE /v2.0/subnets/e42675a3-35ce-4b93-a142-c30d7df60655 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-11 08:03:38.941 7 INFO neutron.services.segments.plugin [-] Segment b28850e4-ebc9-49f7-81ed-c1e9123183bc resource provider aggregate not found 2026-06-11 08:03:38.945 7 INFO neutron.services.segments.plugin [-] Segment b28850e4-ebc9-49f7-81ed-c1e9123183bc resource provider aggregate not found [pid: 7|app: 0|req: 922/1736] 10.0.0.53 () {32 vars in 725 bytes} [Thu Jun 11 08:03:38 2026] DELETE /v2.0/networks/eb9b3223-1069-4ad8-a340-aa16cf9bf3f2 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-11 08:03:38.975 7 INFO neutron.services.segments.plugin [-] Segment b28850e4-ebc9-49f7-81ed-c1e9123183bc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b28850e4-ebc9-49f7-81ed-c1e9123183bc found for delete ", "request_id": "req-8bc090d9-f5cd-4c25-afad-5ba53f908ee4"}]} 2026-06-11 08:03:38.976 7 INFO neutron.services.segments.plugin [-] Segment b28850e4-ebc9-49f7-81ed-c1e9123183bc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b28850e4-ebc9-49f7-81ed-c1e9123183bc found for delete ", "request_id": "req-a58cda39-04e5-4d4f-b3e8-0b5b3014a44c"}]} 2026-06-11 08:03:39.023 8 INFO neutron.db.segments_db [None req-933d3738-e430-478a-b60a-974ccd391f0d fd42e8c6808142c29790215bfd049b15 068a66afcf1a423aba687b68dd166799 - - default default] Added segment 6c2fc370-ccec-4bc4-bc99-0e19b0ec413f of type vxlan for network 4402bdea-582a-45b2-a638-d3fc20a74bc1 2026-06-11 08:03:39.322 8 INFO neutron.db.l3_hamode_db [None req-933d3738-e430-478a-b60a-974ccd391f0d fd42e8c6808142c29790215bfd049b15 068a66afcf1a423aba687b68dd166799 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-11 08:03:40.171 8 INFO neutron.db.l3_hamode_db [None req-933d3738-e430-478a-b60a-974ccd391f0d fd42e8c6808142c29790215bfd049b15 068a66afcf1a423aba687b68dd166799 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 923/1737] 10.0.0.53 () {32 vars in 773 bytes} [Thu Jun 11 08:03:40 2026] GET /v2.0/security-groups?tenant_id=6ec8eb4ee7b142039bafe862bfa5498b&name=default => generated 2925 bytes in 237 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 815/1738] 10.0.0.53 () {34 vars in 668 bytes} [Thu Jun 11 08:03:38 2026] POST /v2.0/routers => generated 691 bytes in 2085 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 816/1739] 10.0.0.53 () {32 vars in 739 bytes} [Thu Jun 11 08:03:41 2026] DELETE /v2.0/security-groups/187bc3ca-58e3-48d8-b36c-328f388b741c => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-11 08:03:41.210 7 INFO neutron.db.segments_db [None req-cc8bca84-6d07-435f-9061-129f087bd220 efae222702544a199a2886ec3d243c5f 661ce7af8f2f48be961b0106a16cb8a3 - - default default] Added segment 722c6566-d81f-4114-9d25-cbbd89f0a90c of type vxlan for network f1f1d350-4a0e-4e51-a929-f58d173f80d3 [pid: 8|app: 0|req: 817/1740] 10.0.0.53 () {32 vars in 720 bytes} [Thu Jun 11 08:03:41 2026] GET /v2.0/routers/d9b08b87-0b20-4b2e-8444-283abea3cb56 => generated 697 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 818/1741] 10.0.0.53 () {32 vars in 646 bytes} [Thu Jun 11 08:03:41 2026] GET /v2.0/routers => generated 700 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 924/1742] 10.0.0.53 () {34 vars in 669 bytes} [Thu Jun 11 08:03:40 2026] POST /v2.0/networks => generated 631 bytes in 366 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 819/1743] 10.0.0.53 () {32 vars in 773 bytes} [Thu Jun 11 08:03:41 2026] GET /v2.0/security-groups?tenant_id=5722835554484aaca0567a4573be49b0&name=default => generated 2925 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 820/1744] 10.0.0.53 () {34 vars in 663 bytes} [Thu Jun 11 08:03:41 2026] POST /v2.0/ports => generated 743 bytes in 268 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 925/1745] 10.0.0.53 () {34 vars in 740 bytes} [Thu Jun 11 08:03:41 2026] PUT /v2.0/routers/d9b08b87-0b20-4b2e-8444-283abea3cb56 => generated 704 bytes in 392 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 821/1746] 10.0.0.53 () {32 vars in 739 bytes} [Thu Jun 11 08:03:41 2026] DELETE /v2.0/security-groups/08f55dbd-5a94-4d7c-8792-b671852cae7f => 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: 926/1747] 10.0.0.53 () {34 vars in 746 bytes} [Thu Jun 11 08:03:41 2026] PUT /v2.0/ports/83099c1b-87aa-4111-8115-8dc13c11289f/tags => generated 25 bytes in 68 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: 822/1748] 10.0.0.53 () {32 vars in 720 bytes} [Thu Jun 11 08:03:41 2026] GET /v2.0/routers/d9b08b87-0b20-4b2e-8444-283abea3cb56 => generated 704 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 823/1749] 10.0.0.53 () {32 vars in 735 bytes} [Thu Jun 11 08:03:41 2026] GET /v2.0/ports?device_id=d9b08b87-0b20-4b2e-8444-283abea3cb56 => 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: 927/1750] 10.0.0.53 () {32 vars in 726 bytes} [Thu Jun 11 08:03:41 2026] GET /v2.0/ports/83099c1b-87aa-4111-8115-8dc13c11289f/tags => generated 25 bytes in 99 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: 928/1751] 10.0.0.53 () {34 vars in 757 bytes} [Thu Jun 11 08:03:41 2026] PUT /v2.0/ports/83099c1b-87aa-4111-8115-8dc13c11289f/tags/green => generated 4 bytes in 83 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 929/1752] 10.0.0.53 () {32 vars in 726 bytes} [Thu Jun 11 08:03:41 2026] GET /v2.0/ports/83099c1b-87aa-4111-8115-8dc13c11289f/tags => generated 34 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-11 08:03:42.067 8 INFO neutron_taas.services.taas.taas_plugin [None req-1063e5ac-3b59-45c7-9141-c5c26aaadfcb fd42e8c6808142c29790215bfd049b15 068a66afcf1a423aba687b68dd166799 - - default default] TaaS: Handle Delete Port: 872644f0-640f-49a7-8b00-6ed8e0533a19 2026-06-11 08:03:42.071 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1063e5ac-3b59-45c7-9141-c5c26aaadfcb fd42e8c6808142c29790215bfd049b15 068a66afcf1a423aba687b68dd166799 - - default default] Tap Mirror: Handle Delete Port: 872644f0-640f-49a7-8b00-6ed8e0533a19 [pid: 7|app: 0|req: 930/1753] 10.0.0.53 () {34 vars in 753 bytes} [Thu Jun 11 08:03:42 2026] PUT /v2.0/ports/83099c1b-87aa-4111-8115-8dc13c11289f/tags/red => generated 4 bytes in 80 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: 931/1754] 10.0.0.53 () {32 vars in 726 bytes} [Thu Jun 11 08:03:42 2026] GET /v2.0/ports/83099c1b-87aa-4111-8115-8dc13c11289f/tags => generated 34 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 932/1755] 10.0.0.53 () {34 vars in 775 bytes} [Thu Jun 11 08:03:42 2026] PUT /v2.0/ports/83099c1b-87aa-4111-8115-8dc13c11289f/tags/black.or.white => generated 4 bytes in 87 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-11 08:03:42.341 8 INFO neutron_taas.services.taas.taas_plugin [None req-1063e5ac-3b59-45c7-9141-c5c26aaadfcb fd42e8c6808142c29790215bfd049b15 068a66afcf1a423aba687b68dd166799 - - default default] TaaS: Handle Delete Port: 423ed0d4-148a-4df8-a115-4ea47467e08b 2026-06-11 08:03:42.345 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1063e5ac-3b59-45c7-9141-c5c26aaadfcb fd42e8c6808142c29790215bfd049b15 068a66afcf1a423aba687b68dd166799 - - default default] Tap Mirror: Handle Delete Port: 423ed0d4-148a-4df8-a115-4ea47467e08b [pid: 7|app: 0|req: 933/1756] 10.0.0.53 () {32 vars in 726 bytes} [Thu Jun 11 08:03:42 2026] GET /v2.0/ports/83099c1b-87aa-4111-8115-8dc13c11289f/tags => generated 52 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 934/1757] 10.0.0.53 () {34 vars in 746 bytes} [Thu Jun 11 08:03:42 2026] PUT /v2.0/ports/83099c1b-87aa-4111-8115-8dc13c11289f/tags => generated 37 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: 935/1758] 10.0.0.53 () {32 vars in 726 bytes} [Thu Jun 11 08:03:42 2026] GET /v2.0/ports/83099c1b-87aa-4111-8115-8dc13c11289f/tags => generated 37 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 936/1759] 10.0.0.53 () {32 vars in 734 bytes} [Thu Jun 11 08:03:42 2026] GET /v2.0/ports/83099c1b-87aa-4111-8115-8dc13c11289f/tags/red => generated 0 bytes in 46 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-11 08:03:42.583 7 INFO neutron.api.v2.resource [None req-99af06a9-6e24-4e04-ba43-ebb8e4e02e2b efae222702544a199a2886ec3d243c5f 661ce7af8f2f48be961b0106a16cb8a3 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 937/1760] 10.0.0.53 () {32 vars in 738 bytes} [Thu Jun 11 08:03:42 2026] GET /v2.0/ports/83099c1b-87aa-4111-8115-8dc13c11289f/tags/green => generated 99 bytes in 57 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-11 08:03:42.716 8 INFO neutron.services.segments.plugin [-] Segment 6c2fc370-ccec-4bc4-bc99-0e19b0ec413f resource provider aggregate not found 2026-06-11 08:03:42.720 8 INFO neutron.services.segments.plugin [-] Segment 6c2fc370-ccec-4bc4-bc99-0e19b0ec413f resource provider aggregate not found 2026-06-11 08:03:42.738 8 INFO neutron.services.segments.plugin [-] Segment 6c2fc370-ccec-4bc4-bc99-0e19b0ec413f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6c2fc370-ccec-4bc4-bc99-0e19b0ec413f found for delete ", "request_id": "req-b4825283-909d-43b6-921e-ac566a420093"}]} 2026-06-11 08:03:42.743 8 INFO neutron.services.segments.plugin [-] Segment 6c2fc370-ccec-4bc4-bc99-0e19b0ec413f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6c2fc370-ccec-4bc4-bc99-0e19b0ec413f found for delete ", "request_id": "req-d13ee5d4-be8b-4839-be84-f1915044ea1f"}]} 2026-06-11 08:03:42.752 8 INFO neutron.db.l3_hamode_db [None req-1063e5ac-3b59-45c7-9141-c5c26aaadfcb fd42e8c6808142c29790215bfd049b15 068a66afcf1a423aba687b68dd166799 - - default default] HA network 4402bdea-582a-45b2-a638-d3fc20a74bc1 was deleted as no HA routers are present in tenant 068a66afcf1a423aba687b68dd166799. [pid: 8|app: 0|req: 824/1761] 10.0.0.53 () {32 vars in 723 bytes} [Thu Jun 11 08:03:41 2026] DELETE /v2.0/routers/d9b08b87-0b20-4b2e-8444-283abea3cb56 => generated 0 bytes in 885 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 825/1762] 10.0.0.53 () {32 vars in 737 bytes} [Thu Jun 11 08:03:42 2026] DELETE /v2.0/ports/83099c1b-87aa-4111-8115-8dc13c11289f/tags/red => generated 0 bytes in 57 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: 938/1763] 10.0.0.53 () {32 vars in 773 bytes} [Thu Jun 11 08:03:42 2026] GET /v2.0/security-groups?tenant_id=e0ceee7cfe084c38ab531c463595ecb6&name=default => generated 2925 bytes in 237 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 826/1764] 10.0.0.53 () {32 vars in 735 bytes} [Thu Jun 11 08:03:42 2026] GET /v2.0/ports?device_id=d9b08b87-0b20-4b2e-8444-283abea3cb56 => 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: 939/1765] 10.0.0.53 () {32 vars in 726 bytes} [Thu Jun 11 08:03:42 2026] GET /v2.0/ports/83099c1b-87aa-4111-8115-8dc13c11289f/tags => generated 30 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-11 08:03:42.887 7 INFO neutron.api.v2.resource [None req-04db6650-03a5-4830-bd8d-cbc5b55910f8 fd42e8c6808142c29790215bfd049b15 068a66afcf1a423aba687b68dd166799 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 940/1766] 10.0.0.53 () {32 vars in 723 bytes} [Thu Jun 11 08:03:42 2026] DELETE /v2.0/routers/d9b08b87-0b20-4b2e-8444-283abea3cb56 => generated 135 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 827/1767] 10.0.0.53 () {32 vars in 739 bytes} [Thu Jun 11 08:03:42 2026] DELETE /v2.0/security-groups/c5d7fc3f-608e-4f85-a8e6-3258cbbba28c => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-11 08:03:42.944 7 INFO neutron.api.v2.resource [None req-e95a36c4-af5a-4436-a312-92248f6bf7c0 efae222702544a199a2886ec3d243c5f 661ce7af8f2f48be961b0106a16cb8a3 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 828/1768] 10.0.0.53 () {32 vars in 735 bytes} [Thu Jun 11 08:03:42 2026] GET /v2.0/ports?device_id=63a94d8f-4bb8-4a26-a2e5-231375b78dd6 => 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: 941/1769] 10.0.0.53 () {32 vars in 741 bytes} [Thu Jun 11 08:03:42 2026] DELETE /v2.0/ports/83099c1b-87aa-4111-8115-8dc13c11289f/tags/green => generated 99 bytes in 56 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-11 08:03:42.969 8 INFO neutron.api.v2.resource [None req-90b495a3-bc66-41df-913d-9583550fe531 fd42e8c6808142c29790215bfd049b15 068a66afcf1a423aba687b68dd166799 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 829/1770] 10.0.0.53 () {32 vars in 723 bytes} [Thu Jun 11 08:03:42 2026] DELETE /v2.0/routers/63a94d8f-4bb8-4a26-a2e5-231375b78dd6 => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-11 08:03:42.984 8 INFO neutron.pecan_wsgi.hooks.translation [None req-65125727-e280-4f4c-8d48-da4d34d66203 fd42e8c6808142c29790215bfd049b15 068a66afcf1a423aba687b68dd166799 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 830/1771] 10.0.0.53 () {32 vars in 723 bytes} [Thu Jun 11 08:03:42 2026] DELETE /v2.0/subnets/e42675a3-35ce-4b93-a142-c30d7df60655 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 831/1772] 10.0.0.53 () {32 vars in 735 bytes} [Thu Jun 11 08:03:42 2026] GET /v2.0/ports?device_id=4dd5baaf-5037-4b15-a7fe-2ee9dfeaa3f2 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 942/1773] 10.0.0.53 () {32 vars in 729 bytes} [Thu Jun 11 08:03:42 2026] DELETE /v2.0/ports/83099c1b-87aa-4111-8115-8dc13c11289f/tags => 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, ' 2026-06-11 08:03:43.034 8 INFO neutron.api.v2.resource [None req-fa435d36-097e-4d77-a7e7-7c5c1e470183 fd42e8c6808142c29790215bfd049b15 068a66afcf1a423aba687b68dd166799 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 832/1774] 10.0.0.53 () {32 vars in 723 bytes} [Thu Jun 11 08:03:43 2026] DELETE /v2.0/routers/4dd5baaf-5037-4b15-a7fe-2ee9dfeaa3f2 => generated 135 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-11 08:03:43.056 8 INFO neutron.pecan_wsgi.hooks.translation [None req-705001ab-c437-4b4d-9930-d70290b65f93 fd42e8c6808142c29790215bfd049b15 068a66afcf1a423aba687b68dd166799 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 833/1775] 10.0.0.53 () {32 vars in 723 bytes} [Thu Jun 11 08:03:43 2026] DELETE /v2.0/subnets/b11aced1-59f8-4cac-8dcb-31201b8a6563 => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 943/1776] 10.0.0.53 () {32 vars in 726 bytes} [Thu Jun 11 08:03:43 2026] GET /v2.0/ports/83099c1b-87aa-4111-8115-8dc13c11289f/tags => generated 12 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 944/1777] 10.0.0.53 () {32 vars in 735 bytes} [Thu Jun 11 08:03:43 2026] GET /v2.0/ports?device_id=f5e8fb43-85c4-4f6d-9e26-be9326185dae => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-11 08:03:43.168 7 INFO neutron_taas.services.taas.taas_plugin [None req-b3a03128-f038-41d6-ac14-70ad371a347d efae222702544a199a2886ec3d243c5f 661ce7af8f2f48be961b0106a16cb8a3 - - default default] TaaS: Handle Delete Port: 83099c1b-87aa-4111-8115-8dc13c11289f 2026-06-11 08:03:43.171 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b3a03128-f038-41d6-ac14-70ad371a347d efae222702544a199a2886ec3d243c5f 661ce7af8f2f48be961b0106a16cb8a3 - - default default] Tap Mirror: Handle Delete Port: 83099c1b-87aa-4111-8115-8dc13c11289f [pid: 8|app: 0|req: 834/1778] 10.0.0.53 () {32 vars in 773 bytes} [Thu Jun 11 08:03:43 2026] GET /v2.0/security-groups?tenant_id=91b1dab71e964f8b9875fb367b1ea277&name=default => generated 2925 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-11 08:03:43.193 8 INFO neutron.api.v2.resource [None req-a62e51e2-77fd-4cee-9a10-fe4a147358d7 fd42e8c6808142c29790215bfd049b15 068a66afcf1a423aba687b68dd166799 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 835/1779] 10.0.0.53 () {32 vars in 723 bytes} [Thu Jun 11 08:03:43 2026] DELETE /v2.0/routers/f5e8fb43-85c4-4f6d-9e26-be9326185dae => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 945/1780] 10.0.0.53 () {32 vars in 719 bytes} [Thu Jun 11 08:03:43 2026] DELETE /v2.0/ports/83099c1b-87aa-4111-8115-8dc13c11289f => generated 0 bytes in 186 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-11 08:03:43.280 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6e80ed47-4bee-4e4d-a185-13b7d83df5cb fd42e8c6808142c29790215bfd049b15 068a66afcf1a423aba687b68dd166799 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 946/1781] 10.0.0.53 () {32 vars in 723 bytes} [Thu Jun 11 08:03:43 2026] DELETE /v2.0/subnets/d029eac4-c975-4b89-84b8-817e5fce3b66 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 836/1782] 10.0.0.53 () {32 vars in 739 bytes} [Thu Jun 11 08:03:43 2026] DELETE /v2.0/security-groups/ec73c5c0-0586-4673-b877-c117aa4f9a82 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-11 08:03:43.303 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5d666021-17f6-4f4a-9f39-95bee8a7aa2e fd42e8c6808142c29790215bfd049b15 068a66afcf1a423aba687b68dd166799 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 837/1783] 10.0.0.53 () {32 vars in 723 bytes} [Thu Jun 11 08:03:43 2026] DELETE /v2.0/subnets/69bd493c-f3c9-4a4b-8336-b42c0430eb85 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-11 08:03:43.414 7 INFO neutron.services.segments.plugin [-] Segment 722c6566-d81f-4114-9d25-cbbd89f0a90c resource provider aggregate not found 2026-06-11 08:03:43.414 7 INFO neutron.services.segments.plugin [-] Segment 722c6566-d81f-4114-9d25-cbbd89f0a90c resource provider aggregate not found 2026-06-11 08:03:43.443 7 INFO neutron.services.segments.plugin [-] Segment 722c6566-d81f-4114-9d25-cbbd89f0a90c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 722c6566-d81f-4114-9d25-cbbd89f0a90c found for delete ", "request_id": "req-ccdca085-7636-4bfb-9bc2-8299210cba08"}]} [pid: 7|app: 0|req: 947/1784] 10.0.0.53 () {32 vars in 725 bytes} [Thu Jun 11 08:03:43 2026] DELETE /v2.0/networks/f1f1d350-4a0e-4e51-a929-f58d173f80d3 => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-11 08:03:43.449 7 INFO neutron.services.segments.plugin [-] Segment 722c6566-d81f-4114-9d25-cbbd89f0a90c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 722c6566-d81f-4114-9d25-cbbd89f0a90c found for delete ", "request_id": "req-2a93a4d9-032c-4078-bb11-b3ac6750140c"}]} [pid: 8|app: 0|req: 838/1785] 10.0.0.53 () {32 vars in 773 bytes} [Thu Jun 11 08:03:43 2026] GET /v2.0/security-groups?tenant_id=068a66afcf1a423aba687b68dd166799&name=default => generated 2925 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 948/1786] 10.0.0.53 () {32 vars in 739 bytes} [Thu Jun 11 08:03:43 2026] DELETE /v2.0/security-groups/e9731058-cdd7-4505-8a21-a0a139640dc4 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 839/1787] 10.0.0.53 () {32 vars in 773 bytes} [Thu Jun 11 08:03:44 2026] GET /v2.0/security-groups?tenant_id=661ce7af8f2f48be961b0106a16cb8a3&name=default => generated 2925 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 949/1788] 10.0.0.53 () {32 vars in 739 bytes} [Thu Jun 11 08:03:44 2026] DELETE /v2.0/security-groups/25cc0e73-2772-421b-a930-7bb8a33ae4d0 => 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: 840/1789] 10.0.0.53 () {32 vars in 773 bytes} [Thu Jun 11 08:03:44 2026] GET /v2.0/security-groups?tenant_id=a13a5a2e76db43a9937e1a203d085884&name=default => generated 2925 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 950/1790] 10.0.0.53 () {32 vars in 739 bytes} [Thu Jun 11 08:03:44 2026] DELETE /v2.0/security-groups/c02a6551-0355-43a5-a8fc-3510756b9fa4 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 841/1791] 10.0.0.53 () {32 vars in 773 bytes} [Thu Jun 11 08:03:45 2026] GET /v2.0/security-groups?tenant_id=d2a74f48866244fe9d946537bbf9732c&name=default => generated 2925 bytes in 212 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 951/1792] 10.0.0.53 () {32 vars in 739 bytes} [Thu Jun 11 08:03:45 2026] DELETE /v2.0/security-groups/1d912a53-3f7d-4281-9454-124cc37439f2 => 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: 842/1793] 10.0.0.53 () {34 vars in 683 bytes} [Thu Jun 11 08:03:45 2026] POST /v2.0/security-groups => generated 1625 bytes in 234 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 952/1794] 10.0.0.53 () {32 vars in 662 bytes} [Thu Jun 11 08:03:46 2026] GET /v2.0/security-groups => generated 4530 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 953/1795] 10.0.0.53 () {34 vars in 757 bytes} [Thu Jun 11 08:03:46 2026] PUT /v2.0/security-groups/bd54ba16-cf74-423a-bcb5-d51136cf8fa8 => generated 1663 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 954/1796] 10.0.0.53 () {32 vars in 736 bytes} [Thu Jun 11 08:03:46 2026] GET /v2.0/security-groups/bd54ba16-cf74-423a-bcb5-d51136cf8fa8 => generated 1663 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 843/1797] 10.0.0.53 () {32 vars in 773 bytes} [Thu Jun 11 08:03:46 2026] GET /v2.0/security-groups?tenant_id=e3f21277644d4e5d8578c647db49cedb&name=default => generated 2925 bytes in 165 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 955/1798] 10.0.0.53 () {32 vars in 739 bytes} [Thu Jun 11 08:03:46 2026] DELETE /v2.0/security-groups/bd54ba16-cf74-423a-bcb5-d51136cf8fa8 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 956/1799] 10.0.0.53 () {32 vars in 662 bytes} [Thu Jun 11 08:03:46 2026] GET /v2.0/security-groups => generated 2925 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-11 08:03:46.371 7 INFO neutron.api.v2.resource [None req-91a19c2e-606e-4a29-a3da-955abb3c3ad7 aee0663c4f2244d5bab930ca3ce316ab 67e2fd4310aa48be87faeab5119d3c2f - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 957/1800] 10.0.0.53 () {32 vars in 739 bytes} [Thu Jun 11 08:03:46 2026] DELETE /v2.0/security-groups/bd54ba16-cf74-423a-bcb5-d51136cf8fa8 => 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: 844/1801] 10.0.0.53 () {32 vars in 739 bytes} [Thu Jun 11 08:03:46 2026] DELETE /v2.0/security-groups/52aad2e9-366b-40f5-ad41-752f7726d92d => 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: 958/1802] 10.0.0.53 () {34 vars in 683 bytes} [Thu Jun 11 08:03:46 2026] POST /v2.0/security-groups => generated 1625 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 845/1803] 10.0.0.53 () {34 vars in 694 bytes} [Thu Jun 11 08:03:46 2026] POST /v2.0/security-group-rules => generated 601 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 959/1804] 10.0.0.53 () {32 vars in 746 bytes} [Thu Jun 11 08:03:46 2026] GET /v2.0/security-group-rules/35ecdeca-5a2d-426e-b392-8162da972387 => generated 601 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 846/1805] 10.0.0.53 () {32 vars in 672 bytes} [Thu Jun 11 08:03:46 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 960/1806] 10.0.0.53 () {32 vars in 749 bytes} [Thu Jun 11 08:03:46 2026] DELETE /v2.0/security-group-rules/35ecdeca-5a2d-426e-b392-8162da972387 => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 847/1807] 10.0.0.53 () {32 vars in 672 bytes} [Thu Jun 11 08:03:46 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 961/1808] 10.0.0.53 () {34 vars in 694 bytes} [Thu Jun 11 08:03:46 2026] POST /v2.0/security-group-rules => generated 601 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 848/1809] 10.0.0.53 () {32 vars in 746 bytes} [Thu Jun 11 08:03:46 2026] GET /v2.0/security-group-rules/ab96786a-fa7e-4e66-b978-a751ccb8b5da => 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: 962/1810] 10.0.0.53 () {32 vars in 672 bytes} [Thu Jun 11 08:03:46 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 849/1811] 10.0.0.53 () {32 vars in 749 bytes} [Thu Jun 11 08:03:47 2026] DELETE /v2.0/security-group-rules/ab96786a-fa7e-4e66-b978-a751ccb8b5da => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 963/1812] 10.0.0.53 () {32 vars in 672 bytes} [Thu Jun 11 08:03:47 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-11 08:03:47.225 8 INFO neutron.db.securitygroups_db [None req-139f4169-3865-4932-9ed6-cf5da619502c aee0663c4f2244d5bab930ca3ce316ab 67e2fd4310aa48be87faeab5119d3c2f - - default default] Project 67e2fd4310aa48be87faeab5119d3c2f 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: 850/1813] 10.0.0.53 () {34 vars in 694 bytes} [Thu Jun 11 08:03:47 2026] POST /v2.0/security-group-rules => generated 607 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 964/1814] 10.0.0.53 () {32 vars in 746 bytes} [Thu Jun 11 08:03:47 2026] GET /v2.0/security-group-rules/758fa486-d5ab-41c6-8ac2-470237a8aadd => generated 607 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 851/1815] 10.0.0.53 () {32 vars in 672 bytes} [Thu Jun 11 08:03:47 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 965/1816] 10.0.0.53 () {32 vars in 749 bytes} [Thu Jun 11 08:03:47 2026] DELETE /v2.0/security-group-rules/758fa486-d5ab-41c6-8ac2-470237a8aadd => 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: 852/1817] 10.0.0.53 () {32 vars in 672 bytes} [Thu Jun 11 08:03:47 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 966/1818] 10.0.0.53 () {32 vars in 739 bytes} [Thu Jun 11 08:03:47 2026] DELETE /v2.0/security-groups/c72a09a8-16e3-4c3e-b7b8-5948a0bab114 => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 853/1819] 10.0.0.53 () {32 vars in 662 bytes} [Thu Jun 11 08:03:47 2026] GET /v2.0/security-groups => generated 2925 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 967/1820] 10.0.0.53 () {32 vars in 662 bytes} [Thu Jun 11 08:03:47 2026] GET /v2.0/security-groups => generated 2925 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 854/1821] 10.0.0.53 () {34 vars in 677 bytes} [Thu Jun 11 08:03:47 2026] POST /v2.0/qos/policies => generated 359 bytes in 212 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 968/1822] 10.0.0.53 () {34 vars in 752 bytes} [Thu Jun 11 08:03:48 2026] PUT /v2.0/policies/de5dfb42-1cf5-46d2-a668-8aac83bd2822/tags => generated 25 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 855/1823] 10.0.0.53 () {32 vars in 732 bytes} [Thu Jun 11 08:03:48 2026] GET /v2.0/policies/de5dfb42-1cf5-46d2-a668-8aac83bd2822/tags => generated 25 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 969/1824] 10.0.0.53 () {34 vars in 763 bytes} [Thu Jun 11 08:03:48 2026] PUT /v2.0/policies/de5dfb42-1cf5-46d2-a668-8aac83bd2822/tags/green => generated 4 bytes in 58 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 856/1825] 10.0.0.53 () {32 vars in 732 bytes} [Thu Jun 11 08:03:48 2026] GET /v2.0/policies/de5dfb42-1cf5-46d2-a668-8aac83bd2822/tags => generated 34 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 857/1826] 10.0.0.53 () {34 vars in 759 bytes} [Thu Jun 11 08:03:48 2026] PUT /v2.0/policies/de5dfb42-1cf5-46d2-a668-8aac83bd2822/tags/red => generated 4 bytes in 38 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 970/1827] 10.0.0.53 () {32 vars in 773 bytes} [Thu Jun 11 08:03:48 2026] GET /v2.0/security-groups?tenant_id=67e2fd4310aa48be87faeab5119d3c2f&name=default => generated 2925 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 858/1828] 10.0.0.53 () {32 vars in 732 bytes} [Thu Jun 11 08:03:48 2026] GET /v2.0/policies/de5dfb42-1cf5-46d2-a668-8aac83bd2822/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: 971/1829] 10.0.0.53 () {32 vars in 739 bytes} [Thu Jun 11 08:03:48 2026] DELETE /v2.0/security-groups/750f1d1e-c1e0-4b50-a61d-8317d7583b45 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 859/1830] 10.0.0.53 () {34 vars in 781 bytes} [Thu Jun 11 08:03:48 2026] PUT /v2.0/policies/de5dfb42-1cf5-46d2-a668-8aac83bd2822/tags/black.or.white => generated 4 bytes in 63 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 972/1831] 10.0.0.53 () {32 vars in 732 bytes} [Thu Jun 11 08:03:48 2026] GET /v2.0/policies/de5dfb42-1cf5-46d2-a668-8aac83bd2822/tags => generated 52 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 860/1832] 10.0.0.53 () {34 vars in 752 bytes} [Thu Jun 11 08:03:48 2026] PUT /v2.0/policies/de5dfb42-1cf5-46d2-a668-8aac83bd2822/tags => generated 37 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 973/1833] 10.0.0.53 () {32 vars in 732 bytes} [Thu Jun 11 08:03:48 2026] GET /v2.0/policies/de5dfb42-1cf5-46d2-a668-8aac83bd2822/tags => generated 37 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 861/1834] 10.0.0.53 () {32 vars in 740 bytes} [Thu Jun 11 08:03:48 2026] GET /v2.0/policies/de5dfb42-1cf5-46d2-a668-8aac83bd2822/tags/red => generated 0 bytes in 30 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-11 08:03:48.539 7 INFO neutron.api.v2.resource [None req-9d22a374-487a-43bf-87cb-eeab4f1ae694 47985f2080164b89bc35f60c2c1f61b9 f3973c63739a4eed9a31d0ce3b0647ac - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 974/1835] 10.0.0.53 () {32 vars in 744 bytes} [Thu Jun 11 08:03:48 2026] GET /v2.0/policies/de5dfb42-1cf5-46d2-a668-8aac83bd2822/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: 862/1836] 10.0.0.53 () {32 vars in 743 bytes} [Thu Jun 11 08:03:48 2026] DELETE /v2.0/policies/de5dfb42-1cf5-46d2-a668-8aac83bd2822/tags/red => 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: 975/1837] 10.0.0.53 () {32 vars in 732 bytes} [Thu Jun 11 08:03:48 2026] GET /v2.0/policies/de5dfb42-1cf5-46d2-a668-8aac83bd2822/tags => generated 30 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-11 08:03:48.666 8 INFO neutron.api.v2.resource [None req-e089e3e5-d0f7-4e65-87c0-517b126a4426 47985f2080164b89bc35f60c2c1f61b9 f3973c63739a4eed9a31d0ce3b0647ac - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 863/1838] 10.0.0.53 () {32 vars in 747 bytes} [Thu Jun 11 08:03:48 2026] DELETE /v2.0/policies/de5dfb42-1cf5-46d2-a668-8aac83bd2822/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: 976/1839] 10.0.0.53 () {32 vars in 735 bytes} [Thu Jun 11 08:03:48 2026] DELETE /v2.0/policies/de5dfb42-1cf5-46d2-a668-8aac83bd2822/tags => 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: 977/1840] 10.0.0.53 () {32 vars in 732 bytes} [Thu Jun 11 08:03:48 2026] GET /v2.0/policies/de5dfb42-1cf5-46d2-a668-8aac83bd2822/tags => 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: 978/1841] 10.0.0.53 () {32 vars in 733 bytes} [Thu Jun 11 08:03:48 2026] DELETE /v2.0/qos/policies/de5dfb42-1cf5-46d2-a668-8aac83bd2822 => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 864/1844] 10.0.0.53 () {32 vars in 773 bytes} [Thu Jun 11 08:03:48 2026] GET /v2.0/security-groups?tenant_id=51271e3a2bc140b8a07ca7b5ac892c71&name=default => generated 2925 bytes in 293 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 981/1845] 10.0.0.53 () {32 vars in 739 bytes} [Thu Jun 11 08:03:49 2026] DELETE /v2.0/security-groups/a8461e3c-be30-4268-811a-4d2bda118f09 => 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: 865/1846] 10.0.0.53 () {32 vars in 773 bytes} [Thu Jun 11 08:03:49 2026] GET /v2.0/security-groups?tenant_id=e490523622c245c995192095e8f14e4c&name=default => generated 2925 bytes in 266 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 982/1847] 10.0.0.53 () {32 vars in 739 bytes} [Thu Jun 11 08:03:49 2026] DELETE /v2.0/security-groups/bc3368a4-8581-41c1-8157-6d389ac246da => 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: 866/1848] 10.0.0.53 () {32 vars in 773 bytes} [Thu Jun 11 08:03:49 2026] GET /v2.0/security-groups?tenant_id=f3973c63739a4eed9a31d0ce3b0647ac&name=default => generated 2925 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 867/1849] 10.0.0.53 () {32 vars in 739 bytes} [Thu Jun 11 08:03:50 2026] DELETE /v2.0/security-groups/a126a220-7f4b-465f-9245-f9b783450316 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 983/1850] 10.0.0.53 () {34 vars in 683 bytes} [Thu Jun 11 08:03:49 2026] POST /v2.0/security-groups => generated 1624 bytes in 494 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 868/1851] 10.0.0.53 () {32 vars in 662 bytes} [Thu Jun 11 08:03:50 2026] GET /v2.0/security-groups => generated 4529 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 984/1852] 10.0.0.53 () {34 vars in 757 bytes} [Thu Jun 11 08:03:50 2026] PUT /v2.0/security-groups/862ed149-f8c3-49ea-a1f1-e3d704c49c61 => generated 1664 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 869/1853] 10.0.0.53 () {32 vars in 736 bytes} [Thu Jun 11 08:03:50 2026] GET /v2.0/security-groups/862ed149-f8c3-49ea-a1f1-e3d704c49c61 => generated 1664 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 985/1854] 10.0.0.53 () {32 vars in 739 bytes} [Thu Jun 11 08:03:50 2026] DELETE /v2.0/security-groups/862ed149-f8c3-49ea-a1f1-e3d704c49c61 => 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: 870/1855] 10.0.0.53 () {32 vars in 662 bytes} [Thu Jun 11 08:03:50 2026] GET /v2.0/security-groups => generated 2925 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-11 08:03:50.797 7 INFO neutron.api.v2.resource [None req-490f4027-c76d-4890-8e52-cabbf5a8d3d9 264baeb3676141a79c5cfeebf33f8b8c 955e7d43540748f79e46aff28bb322a7 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 986/1856] 10.0.0.53 () {32 vars in 739 bytes} [Thu Jun 11 08:03:50 2026] DELETE /v2.0/security-groups/862ed149-f8c3-49ea-a1f1-e3d704c49c61 => generated 146 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 871/1857] 10.0.0.53 () {34 vars in 683 bytes} [Thu Jun 11 08:03:50 2026] POST /v2.0/security-groups => generated 1624 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 987/1858] 10.0.0.53 () {34 vars in 694 bytes} [Thu Jun 11 08:03:50 2026] POST /v2.0/security-group-rules => generated 601 bytes in 93 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 872/1859] 10.0.0.53 () {32 vars in 746 bytes} [Thu Jun 11 08:03:51 2026] GET /v2.0/security-group-rules/1ecaab31-b604-4809-a778-b022d1671477 => generated 601 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 988/1860] 10.0.0.53 () {32 vars in 672 bytes} [Thu Jun 11 08:03:51 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 873/1861] 10.0.0.53 () {32 vars in 749 bytes} [Thu Jun 11 08:03:51 2026] DELETE /v2.0/security-group-rules/1ecaab31-b604-4809-a778-b022d1671477 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 989/1862] 10.0.0.53 () {32 vars in 672 bytes} [Thu Jun 11 08:03:51 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: 7|app: 0|req: 990/1863] 10.0.0.53 () {34 vars in 694 bytes} [Thu Jun 11 08:03:51 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: 991/1864] 10.0.0.53 () {32 vars in 746 bytes} [Thu Jun 11 08:03:51 2026] GET /v2.0/security-group-rules/42cc0ee3-47be-455e-8d57-22b5b7b1f56e => 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: 992/1865] 10.0.0.53 () {32 vars in 672 bytes} [Thu Jun 11 08:03:51 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 993/1866] 10.0.0.53 () {32 vars in 749 bytes} [Thu Jun 11 08:03:51 2026] DELETE /v2.0/security-group-rules/42cc0ee3-47be-455e-8d57-22b5b7b1f56e => generated 0 bytes in 41 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 874/1867] 10.0.0.53 () {32 vars in 773 bytes} [Thu Jun 11 08:03:51 2026] GET /v2.0/security-groups?tenant_id=9c56ed0791424c2eae4073b126f0b3c3&name=default => generated 2925 bytes in 282 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 994/1868] 10.0.0.53 () {32 vars in 672 bytes} [Thu Jun 11 08:03:51 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 875/1869] 10.0.0.53 () {32 vars in 739 bytes} [Thu Jun 11 08:03:51 2026] DELETE /v2.0/security-groups/77ddbda2-8cd4-4c29-b165-91cfcb340164 => 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: 995/1870] 10.0.0.53 () {34 vars in 694 bytes} [Thu Jun 11 08:03:51 2026] POST /v2.0/security-group-rules => generated 602 bytes in 91 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 876/1871] 10.0.0.53 () {32 vars in 746 bytes} [Thu Jun 11 08:03:51 2026] GET /v2.0/security-group-rules/5d2692a7-04c0-4fc9-b91e-a778128a0497 => generated 602 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 996/1872] 10.0.0.53 () {32 vars in 672 bytes} [Thu Jun 11 08:03:51 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 877/1873] 10.0.0.53 () {32 vars in 749 bytes} [Thu Jun 11 08:03:51 2026] DELETE /v2.0/security-group-rules/5d2692a7-04c0-4fc9-b91e-a778128a0497 => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 997/1874] 10.0.0.53 () {32 vars in 672 bytes} [Thu Jun 11 08:03:51 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: 8|app: 0|req: 878/1875] 10.0.0.53 () {32 vars in 739 bytes} [Thu Jun 11 08:03:51 2026] DELETE /v2.0/security-groups/373418d0-8e66-4593-9356-ff63577b108c => 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: 998/1876] 10.0.0.53 () {32 vars in 662 bytes} [Thu Jun 11 08:03:51 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: 879/1877] 10.0.0.53 () {32 vars in 662 bytes} [Thu Jun 11 08:03:52 2026] GET /v2.0/security-groups => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 999/1878] 10.0.0.53 () {32 vars in 773 bytes} [Thu Jun 11 08:03:52 2026] GET /v2.0/security-groups?tenant_id=955e7d43540748f79e46aff28bb322a7&name=default => generated 2925 bytes in 183 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 880/1879] 10.0.0.53 () {32 vars in 739 bytes} [Thu Jun 11 08:03:52 2026] DELETE /v2.0/security-groups/76ed7615-3b7f-46be-ade7-b09d377af6a9 => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-11 08:03:53.713 7 INFO neutron.db.segments_db [None req-c5334a83-dfd4-4a6f-a399-85d6cbed3022 e6b0bdcf47eb439b9a7deaba36d1a0ff d4007833673140cc8a77144fc13759c7 - - default default] Added segment df740c0d-5f65-4177-a637-1a6cab3aaec9 of type vxlan for network c118954c-134a-4473-b95e-9b761027259c 2026-06-11 08:03:53.733 8 INFO neutron.db.segments_db [None req-ed089908-1aeb-417f-b7ca-aa9e61f56283 ad6dd18288024cd3be9ad2fcffb352aa 99746571eea14d31aa0a877ac253ae13 - - default default] Added segment e2f24a81-7a25-433f-9136-5d97e4d862d7 of type vxlan for network 52c279ee-5c8f-4680-a3fb-48d3f0d84048 2026-06-11 08:03:53.777 8 INFO neutron.db.segments_db [None req-ed089908-1aeb-417f-b7ca-aa9e61f56283 ad6dd18288024cd3be9ad2fcffb352aa 99746571eea14d31aa0a877ac253ae13 - - default default] Added segment 40d8443c-10c6-4ebf-9404-ab5010a2dd63 of type vxlan for network 44ac4ebc-18af-48cd-b0f2-0095c542eaeb [pid: 7|app: 0|req: 1000/1880] 10.0.0.53 () {34 vars in 669 bytes} [Thu Jun 11 08:03:53 2026] POST /v2.0/networks => generated 632 bytes in 340 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 881/1881] 10.0.0.53 () {34 vars in 669 bytes} [Thu Jun 11 08:03:53 2026] POST /v2.0/networks => generated 1246 bytes in 419 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 882/1882] 10.0.0.53 () {32 vars in 648 bytes} [Thu Jun 11 08:03:53 2026] GET /v2.0/networks => generated 1845 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1001/1883] 10.0.0.53 () {34 vars in 668 bytes} [Thu Jun 11 08:03:53 2026] POST /v2.0/subnets => generated 626 bytes in 233 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-11 08:03:54.051 8 INFO neutron.services.segments.plugin [-] Segment e2f24a81-7a25-433f-9136-5d97e4d862d7 resource provider aggregate not found 2026-06-11 08:03:54.055 8 INFO neutron.services.segments.plugin [-] Segment e2f24a81-7a25-433f-9136-5d97e4d862d7 resource provider aggregate not found 2026-06-11 08:03:54.072 8 INFO neutron.services.segments.plugin [-] Segment e2f24a81-7a25-433f-9136-5d97e4d862d7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e2f24a81-7a25-433f-9136-5d97e4d862d7 found for delete ", "request_id": "req-fd536d1a-3a30-485b-92b8-d89e0780c3d2"}]} 2026-06-11 08:03:54.078 8 INFO neutron.services.segments.plugin [-] Segment e2f24a81-7a25-433f-9136-5d97e4d862d7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e2f24a81-7a25-433f-9136-5d97e4d862d7 found for delete ", "request_id": "req-ffcc3149-797d-4370-becd-7dddb52fa8cf"}]} [pid: 8|app: 0|req: 883/1884] 10.0.0.53 () {32 vars in 725 bytes} [Thu Jun 11 08:03:53 2026] DELETE /v2.0/networks/52c279ee-5c8f-4680-a3fb-48d3f0d84048 => 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: 1002/1885] 10.0.0.53 () {34 vars in 750 bytes} [Thu Jun 11 08:03:54 2026] PUT /v2.0/subnets/0c269ca8-2e45-4a8c-84c6-8569ceb0c3dd/tags => generated 25 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1003/1886] 10.0.0.53 () {32 vars in 730 bytes} [Thu Jun 11 08:03:54 2026] GET /v2.0/subnets/0c269ca8-2e45-4a8c-84c6-8569ceb0c3dd/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: 1004/1887] 10.0.0.53 () {34 vars in 761 bytes} [Thu Jun 11 08:03:54 2026] PUT /v2.0/subnets/0c269ca8-2e45-4a8c-84c6-8569ceb0c3dd/tags/green => generated 4 bytes in 52 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1005/1888] 10.0.0.53 () {32 vars in 730 bytes} [Thu Jun 11 08:03:54 2026] GET /v2.0/subnets/0c269ca8-2e45-4a8c-84c6-8569ceb0c3dd/tags => generated 34 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 884/1889] 10.0.0.53 () {32 vars in 725 bytes} [Thu Jun 11 08:03:54 2026] DELETE /v2.0/networks/44ac4ebc-18af-48cd-b0f2-0095c542eaeb => 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: 1006/1890] 10.0.0.53 () {34 vars in 757 bytes} [Thu Jun 11 08:03:54 2026] PUT /v2.0/subnets/0c269ca8-2e45-4a8c-84c6-8569ceb0c3dd/tags/red => generated 4 bytes in 59 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 885/1891] 10.0.0.53 () {32 vars in 648 bytes} [Thu Jun 11 08:03:54 2026] GET /v2.0/networks => generated 651 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1007/1892] 10.0.0.53 () {32 vars in 730 bytes} [Thu Jun 11 08:03:54 2026] GET /v2.0/subnets/0c269ca8-2e45-4a8c-84c6-8569ceb0c3dd/tags => generated 34 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-11 08:03:54.411 8 INFO neutron.db.segments_db [None req-3f2d7735-a637-4017-8128-c34fcfbe6280 ad6dd18288024cd3be9ad2fcffb352aa 99746571eea14d31aa0a877ac253ae13 - - default default] Added segment 2ef158dc-6a64-4c77-ad01-8e4ed8e3cac3 of type vxlan for network 6bab68ce-c0a6-4a94-9748-096efad9e7f7 [pid: 7|app: 0|req: 1008/1893] 10.0.0.53 () {34 vars in 779 bytes} [Thu Jun 11 08:03:54 2026] PUT /v2.0/subnets/0c269ca8-2e45-4a8c-84c6-8569ceb0c3dd/tags/black.or.white => generated 4 bytes in 81 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 886/1894] 10.0.0.53 () {34 vars in 669 bytes} [Thu Jun 11 08:03:54 2026] POST /v2.0/networks => generated 653 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1009/1895] 10.0.0.53 () {32 vars in 730 bytes} [Thu Jun 11 08:03:54 2026] GET /v2.0/subnets/0c269ca8-2e45-4a8c-84c6-8569ceb0c3dd/tags => generated 52 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-11 08:03:54.542 8 INFO neutron.db.segments_db [None req-4c31bc3d-2123-45a0-b101-e4c690da53d0 ad6dd18288024cd3be9ad2fcffb352aa 99746571eea14d31aa0a877ac253ae13 - - default default] Added segment fea199bf-54bf-434d-a8a1-c8e2944bff84 of type vxlan for network 3d1de2e6-d893-4427-a0cc-8dd9d4a2ee02 [pid: 7|app: 0|req: 1010/1896] 10.0.0.53 () {34 vars in 750 bytes} [Thu Jun 11 08:03:54 2026] PUT /v2.0/subnets/0c269ca8-2e45-4a8c-84c6-8569ceb0c3dd/tags => generated 37 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1011/1897] 10.0.0.53 () {32 vars in 730 bytes} [Thu Jun 11 08:03:54 2026] GET /v2.0/subnets/0c269ca8-2e45-4a8c-84c6-8569ceb0c3dd/tags => generated 37 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 887/1898] 10.0.0.53 () {34 vars in 669 bytes} [Thu Jun 11 08:03:54 2026] POST /v2.0/networks => generated 654 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1012/1899] 10.0.0.53 () {32 vars in 738 bytes} [Thu Jun 11 08:03:54 2026] GET /v2.0/subnets/0c269ca8-2e45-4a8c-84c6-8569ceb0c3dd/tags/red => generated 0 bytes in 40 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-11 08:03:54.686 7 INFO neutron.api.v2.resource [None req-3de0f771-8f3b-414a-81e5-4ceb2e5650c6 e6b0bdcf47eb439b9a7deaba36d1a0ff d4007833673140cc8a77144fc13759c7 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1013/1900] 10.0.0.53 () {32 vars in 742 bytes} [Thu Jun 11 08:03:54 2026] GET /v2.0/subnets/0c269ca8-2e45-4a8c-84c6-8569ceb0c3dd/tags/green => generated 99 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1014/1901] 10.0.0.53 () {32 vars in 741 bytes} [Thu Jun 11 08:03:54 2026] DELETE /v2.0/subnets/0c269ca8-2e45-4a8c-84c6-8569ceb0c3dd/tags/red => 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: 1015/1902] 10.0.0.53 () {32 vars in 730 bytes} [Thu Jun 11 08:03:54 2026] GET /v2.0/subnets/0c269ca8-2e45-4a8c-84c6-8569ceb0c3dd/tags => generated 30 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-11 08:03:54.841 7 INFO neutron.api.v2.resource [None req-4d2ed5c5-f6f7-4b28-8f18-dd34e78af25e e6b0bdcf47eb439b9a7deaba36d1a0ff d4007833673140cc8a77144fc13759c7 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1016/1903] 10.0.0.53 () {32 vars in 745 bytes} [Thu Jun 11 08:03:54 2026] DELETE /v2.0/subnets/0c269ca8-2e45-4a8c-84c6-8569ceb0c3dd/tags/green => generated 99 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1017/1904] 10.0.0.53 () {32 vars in 733 bytes} [Thu Jun 11 08:03:54 2026] DELETE /v2.0/subnets/0c269ca8-2e45-4a8c-84c6-8569ceb0c3dd/tags => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1018/1905] 10.0.0.53 () {32 vars in 730 bytes} [Thu Jun 11 08:03:54 2026] GET /v2.0/subnets/0c269ca8-2e45-4a8c-84c6-8569ceb0c3dd/tags => generated 12 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 888/1906] 10.0.0.53 () {34 vars in 664 bytes} [Thu Jun 11 08:03:54 2026] POST /v2.0/ports => generated 1505 bytes in 586 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1019/1907] 10.0.0.53 () {32 vars in 723 bytes} [Thu Jun 11 08:03:54 2026] DELETE /v2.0/subnets/0c269ca8-2e45-4a8c-84c6-8569ceb0c3dd => generated 0 bytes in 238 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: 889/1908] 10.0.0.53 () {32 vars in 642 bytes} [Thu Jun 11 08:03:55 2026] GET /v2.0/ports => generated 1505 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-11 08:03:55.316 7 INFO neutron_taas.services.taas.taas_plugin [None req-d0828ca1-f908-49cc-981e-1b0088f2a338 e6b0bdcf47eb439b9a7deaba36d1a0ff d4007833673140cc8a77144fc13759c7 - - default default] TaaS: Handle Delete Port: 9fc9fd99-e1df-4373-9eb2-f1578d1da4a4 2026-06-11 08:03:55.318 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d0828ca1-f908-49cc-981e-1b0088f2a338 e6b0bdcf47eb439b9a7deaba36d1a0ff d4007833673140cc8a77144fc13759c7 - - default default] Tap Mirror: Handle Delete Port: 9fc9fd99-e1df-4373-9eb2-f1578d1da4a4 2026-06-11 08:03:55.353 8 INFO neutron_taas.services.taas.taas_plugin [None req-209490f5-a426-4349-b4fa-1ac981cc1aec ad6dd18288024cd3be9ad2fcffb352aa 99746571eea14d31aa0a877ac253ae13 - - default default] TaaS: Handle Delete Port: 9ccc8ae9-68dd-4b38-83a3-ce6a566a6ee2 2026-06-11 08:03:55.356 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-209490f5-a426-4349-b4fa-1ac981cc1aec ad6dd18288024cd3be9ad2fcffb352aa 99746571eea14d31aa0a877ac253ae13 - - default default] Tap Mirror: Handle Delete Port: 9ccc8ae9-68dd-4b38-83a3-ce6a566a6ee2 [pid: 8|app: 0|req: 890/1909] 10.0.0.53 () {32 vars in 719 bytes} [Thu Jun 11 08:03:55 2026] DELETE /v2.0/ports/9ccc8ae9-68dd-4b38-83a3-ce6a566a6ee2 => generated 0 bytes in 188 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-11 08:03:55.485 7 INFO neutron.services.segments.plugin [-] Segment df740c0d-5f65-4177-a637-1a6cab3aaec9 resource provider aggregate not found 2026-06-11 08:03:55.490 7 INFO neutron.services.segments.plugin [-] Segment df740c0d-5f65-4177-a637-1a6cab3aaec9 resource provider aggregate not found 2026-06-11 08:03:55.508 7 INFO neutron.services.segments.plugin [-] Segment df740c0d-5f65-4177-a637-1a6cab3aaec9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid df740c0d-5f65-4177-a637-1a6cab3aaec9 found for delete ", "request_id": "req-89f46881-0c0c-4315-b555-3996afa2e14e"}]} 2026-06-11 08:03:55.511 7 INFO neutron.services.segments.plugin [-] Segment df740c0d-5f65-4177-a637-1a6cab3aaec9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid df740c0d-5f65-4177-a637-1a6cab3aaec9 found for delete ", "request_id": "req-59037411-8971-456e-b437-c5fdddd85f0e"}]} [pid: 7|app: 0|req: 1020/1910] 10.0.0.53 () {32 vars in 725 bytes} [Thu Jun 11 08:03:55 2026] DELETE /v2.0/networks/c118954c-134a-4473-b95e-9b761027259c => generated 0 bytes in 315 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-11 08:03:55.557 8 INFO neutron_taas.services.taas.taas_plugin [None req-bbe5093c-3c8b-44f8-be15-57906f4ff4ef ad6dd18288024cd3be9ad2fcffb352aa 99746571eea14d31aa0a877ac253ae13 - - default default] TaaS: Handle Delete Port: d2456e2f-cd41-4db3-8d8b-6544f28f6432 2026-06-11 08:03:55.560 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bbe5093c-3c8b-44f8-be15-57906f4ff4ef ad6dd18288024cd3be9ad2fcffb352aa 99746571eea14d31aa0a877ac253ae13 - - default default] Tap Mirror: Handle Delete Port: d2456e2f-cd41-4db3-8d8b-6544f28f6432 [pid: 8|app: 0|req: 891/1911] 10.0.0.53 () {32 vars in 719 bytes} [Thu Jun 11 08:03:55 2026] DELETE /v2.0/ports/d2456e2f-cd41-4db3-8d8b-6544f28f6432 => generated 0 bytes in 204 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1021/1912] 10.0.0.53 () {32 vars in 642 bytes} [Thu Jun 11 08:03:55 2026] GET /v2.0/ports => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-11 08:03:55.733 8 INFO neutron.db.segments_db [None req-0b8bb334-5c55-482a-96d5-9d26635d4916 ad6dd18288024cd3be9ad2fcffb352aa 99746571eea14d31aa0a877ac253ae13 - - default default] Added segment 650239bf-b6a5-433f-8bf6-a280e9b3bc5a of type vxlan for network da5b051d-9367-4ce8-8c3a-b1b28b8218e7 [pid: 8|app: 0|req: 892/1913] 10.0.0.53 () {34 vars in 669 bytes} [Thu Jun 11 08:03:55 2026] POST /v2.0/networks => generated 653 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-11 08:03:55.882 7 INFO neutron.db.segments_db [None req-fa309790-c9d7-49d3-8683-a03c3f17c579 ad6dd18288024cd3be9ad2fcffb352aa 99746571eea14d31aa0a877ac253ae13 - - default default] Added segment 0cab5d9c-13ba-46c8-9539-5a5efe6d2400 of type vxlan for network 12035a0b-179d-42cd-b6cf-797019e1960a [pid: 7|app: 0|req: 1022/1914] 10.0.0.53 () {34 vars in 669 bytes} [Thu Jun 11 08:03:55 2026] POST /v2.0/networks => generated 654 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-11 08:03:56.094 8 INFO neutron.services.segments.plugin [-] Segment 40d8443c-10c6-4ebf-9404-ab5010a2dd63 resource provider aggregate not found 2026-06-11 08:03:56.100 8 INFO neutron.services.segments.plugin [-] Segment 40d8443c-10c6-4ebf-9404-ab5010a2dd63 resource provider aggregate not found 2026-06-11 08:03:56.117 8 INFO neutron.services.segments.plugin [-] Segment 40d8443c-10c6-4ebf-9404-ab5010a2dd63 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 40d8443c-10c6-4ebf-9404-ab5010a2dd63 found for delete ", "request_id": "req-80885577-236d-4f8a-a362-4521ec7cfcec"}]} 2026-06-11 08:03:56.126 8 INFO neutron.services.segments.plugin [-] Segment 40d8443c-10c6-4ebf-9404-ab5010a2dd63 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 40d8443c-10c6-4ebf-9404-ab5010a2dd63 found for delete ", "request_id": "req-19558f35-941f-4bda-9e88-cd174bc9dffc"}]} [pid: 8|app: 0|req: 893/1915] 10.0.0.53 () {32 vars in 773 bytes} [Thu Jun 11 08:03:56 2026] GET /v2.0/security-groups?tenant_id=408b6cd606334296b58b62fcf073dcf4&name=default => generated 2925 bytes in 239 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1023/1916] 10.0.0.53 () {32 vars in 739 bytes} [Thu Jun 11 08:03:56 2026] DELETE /v2.0/security-groups/bdb99b05-8672-4713-b8be-4e92e9aa2a9b => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1024/1917] 10.0.0.53 () {32 vars in 773 bytes} [Thu Jun 11 08:03:56 2026] GET /v2.0/security-groups?tenant_id=d4007833673140cc8a77144fc13759c7&name=default => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1025/1918] 10.0.0.53 () {32 vars in 739 bytes} [Thu Jun 11 08:03:56 2026] DELETE /v2.0/security-groups/b2fa05b2-c190-4f52-afc1-472af862e394 => 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: 894/1919] 10.0.0.53 () {34 vars in 668 bytes} [Thu Jun 11 08:03:56 2026] POST /v2.0/subnets => generated 1324 bytes in 469 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1026/1920] 10.0.0.53 () {32 vars in 646 bytes} [Thu Jun 11 08:03:56 2026] GET /v2.0/subnets => generated 1960 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 895/1921] 10.0.0.53 () {32 vars in 723 bytes} [Thu Jun 11 08:03:56 2026] DELETE /v2.0/subnets/e6403b25-1b7c-4af6-85dd-411531bb7371 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 896/1922] 10.0.0.53 () {32 vars in 723 bytes} [Thu Jun 11 08:03:57 2026] DELETE /v2.0/subnets/b5c39411-9ebd-4705-8787-948f5f330c3b => 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: 897/1923] 10.0.0.53 () {32 vars in 646 bytes} [Thu Jun 11 08:03:57 2026] GET /v2.0/subnets => generated 649 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1027/1924] 10.0.0.53 () {32 vars in 773 bytes} [Thu Jun 11 08:03:57 2026] GET /v2.0/security-groups?tenant_id=e5337d8bc2ac475a8b6860c5c47634e5&name=default => generated 2925 bytes in 282 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 898/1925] 10.0.0.53 () {32 vars in 725 bytes} [Thu Jun 11 08:03:57 2026] DELETE /v2.0/networks/12035a0b-179d-42cd-b6cf-797019e1960a => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1028/1926] 10.0.0.53 () {32 vars in 739 bytes} [Thu Jun 11 08:03:57 2026] DELETE /v2.0/security-groups/48ed7428-3b99-4f01-bea8-72e5822eb189 => 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: 899/1927] 10.0.0.53 () {32 vars in 725 bytes} [Thu Jun 11 08:03:57 2026] DELETE /v2.0/networks/da5b051d-9367-4ce8-8c3a-b1b28b8218e7 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1029/1928] 10.0.0.53 () {32 vars in 773 bytes} [Thu Jun 11 08:03:57 2026] GET /v2.0/security-groups?tenant_id=3c9cfc5ab92141aaa04414c673bdb17c&name=default => generated 2925 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 900/1929] 10.0.0.53 () {32 vars in 725 bytes} [Thu Jun 11 08:03:57 2026] DELETE /v2.0/networks/3d1de2e6-d893-4427-a0cc-8dd9d4a2ee02 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1030/1930] 10.0.0.53 () {32 vars in 739 bytes} [Thu Jun 11 08:03:57 2026] DELETE /v2.0/security-groups/52102510-b020-485a-ab8c-2a59030404f0 => 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: 901/1931] 10.0.0.53 () {32 vars in 725 bytes} [Thu Jun 11 08:03:57 2026] DELETE /v2.0/networks/6bab68ce-c0a6-4a94-9748-096efad9e7f7 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-11 08:03:58.146 8 INFO neutron.services.segments.plugin [-] Segment 0cab5d9c-13ba-46c8-9539-5a5efe6d2400 resource provider aggregate not found 2026-06-11 08:03:58.153 8 INFO neutron.services.segments.plugin [-] Segment 0cab5d9c-13ba-46c8-9539-5a5efe6d2400 resource provider aggregate not found 2026-06-11 08:03:58.162 8 INFO neutron.services.segments.plugin [-] Segment 0cab5d9c-13ba-46c8-9539-5a5efe6d2400 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0cab5d9c-13ba-46c8-9539-5a5efe6d2400 found for delete ", "request_id": "req-99b8eb06-c76e-463c-8e1b-8c3c1d7619aa"}]} 2026-06-11 08:03:58.183 8 INFO neutron.services.segments.plugin [-] Segment 0cab5d9c-13ba-46c8-9539-5a5efe6d2400 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0cab5d9c-13ba-46c8-9539-5a5efe6d2400 found for delete ", "request_id": "req-f642bf44-c6a9-4cfc-af42-2decbb9f8faf"}]} 2026-06-11 08:03:58.197 8 INFO neutron.services.segments.plugin [-] Segment 650239bf-b6a5-433f-8bf6-a280e9b3bc5a resource provider aggregate not found 2026-06-11 08:03:58.204 8 INFO neutron.services.segments.plugin [-] Segment 650239bf-b6a5-433f-8bf6-a280e9b3bc5a resource provider aggregate not found 2026-06-11 08:03:58.207 8 INFO neutron.services.segments.plugin [-] Segment 650239bf-b6a5-433f-8bf6-a280e9b3bc5a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 650239bf-b6a5-433f-8bf6-a280e9b3bc5a found for delete ", "request_id": "req-6ac6572b-e5d4-4cf1-9816-a5cf6d32285b"}]} 2026-06-11 08:03:58.221 8 INFO neutron.services.segments.plugin [-] Segment fea199bf-54bf-434d-a8a1-c8e2944bff84 resource provider aggregate not found 2026-06-11 08:03:58.224 8 INFO neutron.services.segments.plugin [-] Segment 650239bf-b6a5-433f-8bf6-a280e9b3bc5a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 650239bf-b6a5-433f-8bf6-a280e9b3bc5a found for delete ", "request_id": "req-8557d0e4-171c-4357-a968-10d45bec6816"}]} 2026-06-11 08:03:58.236 8 INFO neutron.services.segments.plugin [-] Segment fea199bf-54bf-434d-a8a1-c8e2944bff84 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fea199bf-54bf-434d-a8a1-c8e2944bff84 found for delete ", "request_id": "req-463e0e84-da0e-40c4-9554-0db90fc54873"}]} 2026-06-11 08:03:58.242 8 INFO neutron.services.segments.plugin [-] Segment fea199bf-54bf-434d-a8a1-c8e2944bff84 resource provider aggregate not found 2026-06-11 08:03:58.248 8 INFO neutron.services.segments.plugin [-] Segment 2ef158dc-6a64-4c77-ad01-8e4ed8e3cac3 resource provider aggregate not found 2026-06-11 08:03:58.257 8 INFO neutron.services.segments.plugin [-] Segment fea199bf-54bf-434d-a8a1-c8e2944bff84 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fea199bf-54bf-434d-a8a1-c8e2944bff84 found for delete ", "request_id": "req-c2e04aed-b9d9-4c4b-883a-f7068002175e"}]} 2026-06-11 08:03:58.260 8 INFO neutron.services.segments.plugin [-] Segment 2ef158dc-6a64-4c77-ad01-8e4ed8e3cac3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2ef158dc-6a64-4c77-ad01-8e4ed8e3cac3 found for delete ", "request_id": "req-daa27d5a-12b6-4a2d-bb5b-e225bacbf207"}]} 2026-06-11 08:03:58.275 8 INFO neutron.services.segments.plugin [-] Segment 2ef158dc-6a64-4c77-ad01-8e4ed8e3cac3 resource provider aggregate not found 2026-06-11 08:03:58.299 8 INFO neutron.services.segments.plugin [-] Segment 2ef158dc-6a64-4c77-ad01-8e4ed8e3cac3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2ef158dc-6a64-4c77-ad01-8e4ed8e3cac3 found for delete ", "request_id": "req-9a8da91e-4ed9-4ca8-9d45-3f28947babc2"}]} [pid: 7|app: 0|req: 1031/1932] 10.0.0.53 () {32 vars in 773 bytes} [Thu Jun 11 08:03:58 2026] GET /v2.0/security-groups?tenant_id=99746571eea14d31aa0a877ac253ae13&name=default => generated 2925 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 902/1933] 10.0.0.53 () {32 vars in 739 bytes} [Thu Jun 11 08:03:58 2026] DELETE /v2.0/security-groups/88a37ba7-7d11-4c4e-8c29-5b5c2acd03b0 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-11 08:04:00.300 7 INFO neutron.db.segments_db [None req-03550315-4674-49f0-934c-3864349783bc e66a839910244ccd8019ca30e9e440ec 525b8344135646cb81b0b2d9a8dfce2c - - default default] Added segment 82b9049c-ae90-40f0-9eb9-a4472acf69fc of type vxlan for network dded0342-e4b8-44fe-957d-769a6e18eee6 [pid: 7|app: 0|req: 1032/1934] 10.0.0.53 () {34 vars in 669 bytes} [Thu Jun 11 08:03:59 2026] POST /v2.0/networks => generated 631 bytes in 436 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-11 08:04:00.510 8 INFO neutron.db.segments_db [None req-fd92fa3a-1675-4573-8e03-44de67234caa 065f0d26300d43eea93b92f501eb8c35 ea704193480c4a4f84abb18514ea0d03 - - default default] Added segment 11b150ab-09be-4e68-86d7-174c60e7695b of type vxlan for network 7767dcb3-e0cd-483f-aa9f-efe526b80fa2 [pid: 8|app: 0|req: 903/1935] 10.0.0.53 () {34 vars in 669 bytes} [Thu Jun 11 08:04:00 2026] POST /v2.0/networks => generated 645 bytes in 291 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1033/1936] 10.0.0.53 () {34 vars in 663 bytes} [Thu Jun 11 08:04:00 2026] POST /v2.0/ports => generated 743 bytes in 292 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1034/1937] 10.0.0.53 () {34 vars in 665 bytes} [Thu Jun 11 08:04:00 2026] POST /v2.0/trunks => generated 407 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 904/1938] 10.0.0.53 () {34 vars in 664 bytes} [Thu Jun 11 08:04:00 2026] POST /v2.0/ports => generated 774 bytes in 302 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: 905/1939] 10.0.0.53 () {34 vars in 748 bytes} [Thu Jun 11 08:04:00 2026] PUT /v2.0/trunks/e2c0c35a-9ffd-4bfd-a3d7-0a90c5d09343/tags => generated 25 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-11 08:04:00.990 8 INFO neutron.db.segments_db [None req-74297efd-b990-4e6e-856f-94ec4a3324b1 065f0d26300d43eea93b92f501eb8c35 ea704193480c4a4f84abb18514ea0d03 - - default default] Added segment 9185e3d6-6abe-4231-8feb-e6a495a09732 of type vxlan for network 6386debc-30dd-4960-b851-25d42c622421 [pid: 7|app: 0|req: 1035/1940] 10.0.0.53 () {32 vars in 773 bytes} [Thu Jun 11 08:04:00 2026] GET /v2.0/security-groups?tenant_id=ddc9a9f0f8e544438bc1f9f9f19d7d05&name=default => generated 2925 bytes in 216 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 906/1941] 10.0.0.53 () {34 vars in 669 bytes} [Thu Jun 11 08:04:00 2026] POST /v2.0/networks => generated 631 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1036/1942] 10.0.0.53 () {32 vars in 728 bytes} [Thu Jun 11 08:04:01 2026] GET /v2.0/trunks/e2c0c35a-9ffd-4bfd-a3d7-0a90c5d09343/tags => generated 25 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 907/1943] 10.0.0.53 () {32 vars in 739 bytes} [Thu Jun 11 08:04:01 2026] DELETE /v2.0/security-groups/22a5b232-3b9c-4883-a8e4-51ba55666f11 => 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: 908/1944] 10.0.0.53 () {34 vars in 759 bytes} [Thu Jun 11 08:04:01 2026] PUT /v2.0/trunks/e2c0c35a-9ffd-4bfd-a3d7-0a90c5d09343/tags/green => generated 4 bytes in 42 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 909/1945] 10.0.0.53 () {32 vars in 728 bytes} [Thu Jun 11 08:04:01 2026] GET /v2.0/trunks/e2c0c35a-9ffd-4bfd-a3d7-0a90c5d09343/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: 910/1946] 10.0.0.53 () {34 vars in 755 bytes} [Thu Jun 11 08:04:01 2026] PUT /v2.0/trunks/e2c0c35a-9ffd-4bfd-a3d7-0a90c5d09343/tags/red => generated 4 bytes in 50 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 911/1947] 10.0.0.53 () {32 vars in 728 bytes} [Thu Jun 11 08:04:01 2026] GET /v2.0/trunks/e2c0c35a-9ffd-4bfd-a3d7-0a90c5d09343/tags => generated 34 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1037/1948] 10.0.0.53 () {34 vars in 668 bytes} [Thu Jun 11 08:04:01 2026] POST /v2.0/subnets => generated 626 bytes in 268 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 912/1949] 10.0.0.53 () {34 vars in 777 bytes} [Thu Jun 11 08:04:01 2026] PUT /v2.0/trunks/e2c0c35a-9ffd-4bfd-a3d7-0a90c5d09343/tags/black.or.white => generated 4 bytes in 40 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 913/1950] 10.0.0.53 () {32 vars in 728 bytes} [Thu Jun 11 08:04:01 2026] GET /v2.0/trunks/e2c0c35a-9ffd-4bfd-a3d7-0a90c5d09343/tags => generated 52 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 914/1951] 10.0.0.53 () {34 vars in 748 bytes} [Thu Jun 11 08:04:01 2026] PUT /v2.0/trunks/e2c0c35a-9ffd-4bfd-a3d7-0a90c5d09343/tags => generated 37 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 915/1952] 10.0.0.53 () {32 vars in 728 bytes} [Thu Jun 11 08:04:01 2026] GET /v2.0/trunks/e2c0c35a-9ffd-4bfd-a3d7-0a90c5d09343/tags => generated 37 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 916/1953] 10.0.0.53 () {32 vars in 736 bytes} [Thu Jun 11 08:04:01 2026] GET /v2.0/trunks/e2c0c35a-9ffd-4bfd-a3d7-0a90c5d09343/tags/red => generated 0 bytes in 15 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-11 08:04:01.503 8 INFO neutron.api.v2.resource [None req-3eb83254-2bb8-41b3-9673-5d2a40198dfd e66a839910244ccd8019ca30e9e440ec 525b8344135646cb81b0b2d9a8dfce2c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 917/1954] 10.0.0.53 () {32 vars in 740 bytes} [Thu Jun 11 08:04:01 2026] GET /v2.0/trunks/e2c0c35a-9ffd-4bfd-a3d7-0a90c5d09343/tags/green => generated 99 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 918/1955] 10.0.0.53 () {32 vars in 739 bytes} [Thu Jun 11 08:04:01 2026] DELETE /v2.0/trunks/e2c0c35a-9ffd-4bfd-a3d7-0a90c5d09343/tags/red => generated 0 bytes in 38 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 919/1956] 10.0.0.53 () {32 vars in 728 bytes} [Thu Jun 11 08:04:01 2026] GET /v2.0/trunks/e2c0c35a-9ffd-4bfd-a3d7-0a90c5d09343/tags => generated 30 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-11 08:04:01.621 8 INFO neutron.api.v2.resource [None req-e427907c-aca6-4e40-a04c-ee2acfbdc324 e66a839910244ccd8019ca30e9e440ec 525b8344135646cb81b0b2d9a8dfce2c - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 920/1957] 10.0.0.53 () {32 vars in 743 bytes} [Thu Jun 11 08:04:01 2026] DELETE /v2.0/trunks/e2c0c35a-9ffd-4bfd-a3d7-0a90c5d09343/tags/green => generated 99 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 921/1958] 10.0.0.53 () {32 vars in 731 bytes} [Thu Jun 11 08:04:01 2026] DELETE /v2.0/trunks/e2c0c35a-9ffd-4bfd-a3d7-0a90c5d09343/tags => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 922/1959] 10.0.0.53 () {32 vars in 728 bytes} [Thu Jun 11 08:04:01 2026] GET /v2.0/trunks/e2c0c35a-9ffd-4bfd-a3d7-0a90c5d09343/tags => 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: 923/1960] 10.0.0.53 () {32 vars in 718 bytes} [Thu Jun 11 08:04:01 2026] GET /v2.0/trunks/e2c0c35a-9ffd-4bfd-a3d7-0a90c5d09343 => generated 407 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1038/1961] 10.0.0.53 () {34 vars in 664 bytes} [Thu Jun 11 08:04:01 2026] POST /v2.0/ports => generated 950 bytes in 388 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 924/1962] 10.0.0.53 () {32 vars in 716 bytes} [Thu Jun 11 08:04:01 2026] GET /v2.0/ports/a0af1083-4509-4923-acc5-1edf4618d525 => generated 826 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 925/1963] 10.0.0.53 () {32 vars in 721 bytes} [Thu Jun 11 08:04:01 2026] DELETE /v2.0/trunks/e2c0c35a-9ffd-4bfd-a3d7-0a90c5d09343 => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-11 08:04:01.876 7 INFO neutron_taas.services.taas.taas_plugin [None req-1e7abe55-1d5f-432e-bf5f-7bd01d680fdb 065f0d26300d43eea93b92f501eb8c35 ea704193480c4a4f84abb18514ea0d03 - - default default] TaaS: Handle Delete Port: 04670c75-b66c-4492-915f-50f9454cb7ee 2026-06-11 08:04:01.879 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1e7abe55-1d5f-432e-bf5f-7bd01d680fdb 065f0d26300d43eea93b92f501eb8c35 ea704193480c4a4f84abb18514ea0d03 - - default default] Tap Mirror: Handle Delete Port: 04670c75-b66c-4492-915f-50f9454cb7ee 2026-06-11 08:04:01.948 8 INFO neutron_taas.services.taas.taas_plugin [None req-1610a753-6c2d-4dc3-8ce7-4bceee80a56d e66a839910244ccd8019ca30e9e440ec 525b8344135646cb81b0b2d9a8dfce2c - - default default] TaaS: Handle Delete Port: a0af1083-4509-4923-acc5-1edf4618d525 2026-06-11 08:04:01.951 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1610a753-6c2d-4dc3-8ce7-4bceee80a56d e66a839910244ccd8019ca30e9e440ec 525b8344135646cb81b0b2d9a8dfce2c - - default default] Tap Mirror: Handle Delete Port: a0af1083-4509-4923-acc5-1edf4618d525 [pid: 8|app: 0|req: 926/1964] 10.0.0.53 () {32 vars in 719 bytes} [Thu Jun 11 08:04:01 2026] DELETE /v2.0/ports/a0af1083-4509-4923-acc5-1edf4618d525 => generated 0 bytes in 184 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1039/1965] 10.0.0.53 () {32 vars in 719 bytes} [Thu Jun 11 08:04:01 2026] DELETE /v2.0/ports/04670c75-b66c-4492-915f-50f9454cb7ee => generated 0 bytes in 297 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-11 08:04:02.082 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0304656b-7ea0-42ac-b20d-875c9432ead8 065f0d26300d43eea93b92f501eb8c35 ea704193480c4a4f84abb18514ea0d03 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1040/1966] 10.0.0.53 () {32 vars in 719 bytes} [Thu Jun 11 08:04:02 2026] DELETE /v2.0/ports/04670c75-b66c-4492-915f-50f9454cb7ee => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-11 08:04:02.103 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f3bc3d49-069f-4540-a030-3ccac15d1cf5 065f0d26300d43eea93b92f501eb8c35 ea704193480c4a4f84abb18514ea0d03 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1041/1967] 10.0.0.53 () {32 vars in 716 bytes} [Thu Jun 11 08:04:02 2026] GET /v2.0/ports/04670c75-b66c-4492-915f-50f9454cb7ee => generated 132 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-11 08:04:02.203 8 INFO neutron.services.segments.plugin [-] Segment 82b9049c-ae90-40f0-9eb9-a4472acf69fc resource provider aggregate not found 2026-06-11 08:04:02.206 8 INFO neutron.services.segments.plugin [-] Segment 82b9049c-ae90-40f0-9eb9-a4472acf69fc resource provider aggregate not found 2026-06-11 08:04:02.234 8 INFO neutron.services.segments.plugin [-] Segment 82b9049c-ae90-40f0-9eb9-a4472acf69fc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 82b9049c-ae90-40f0-9eb9-a4472acf69fc found for delete ", "request_id": "req-d5bf8947-acc1-43fe-b826-5774f83c2eab"}]} 2026-06-11 08:04:02.235 8 INFO neutron.services.segments.plugin [-] Segment 82b9049c-ae90-40f0-9eb9-a4472acf69fc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 82b9049c-ae90-40f0-9eb9-a4472acf69fc found for delete ", "request_id": "req-d4348f0d-49d2-437c-86ea-1ed37c7f5cb6"}]} [pid: 8|app: 0|req: 927/1968] 10.0.0.53 () {32 vars in 725 bytes} [Thu Jun 11 08:04:02 2026] DELETE /v2.0/networks/dded0342-e4b8-44fe-957d-769a6e18eee6 => generated 0 bytes in 181 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1042/1969] 10.0.0.53 () {32 vars in 723 bytes} [Thu Jun 11 08:04:02 2026] DELETE /v2.0/subnets/e4bdba33-fedb-4e71-a294-a0e81860bd2b => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 928/1970] 10.0.0.53 () {32 vars in 725 bytes} [Thu Jun 11 08:04:02 2026] DELETE /v2.0/networks/6386debc-30dd-4960-b851-25d42c622421 => generated 0 bytes in 177 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-11 08:04:02.480 7 INFO neutron.db.segments_db [None req-0deb5208-c86f-41e6-9658-0925cca6955a 065f0d26300d43eea93b92f501eb8c35 ea704193480c4a4f84abb18514ea0d03 - - default default] Added segment a9409bce-93a8-4385-83fa-cc7db690eb01 of type vxlan for network 92adc477-2496-4a4b-a836-c5164ffca455 [pid: 7|app: 0|req: 1043/1971] 10.0.0.53 () {34 vars in 669 bytes} [Thu Jun 11 08:04:02 2026] POST /v2.0/networks => generated 631 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 929/1972] 10.0.0.53 () {34 vars in 668 bytes} [Thu Jun 11 08:04:02 2026] POST /v2.0/subnets => generated 626 bytes in 262 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1044/1973] 10.0.0.53 () {34 vars in 664 bytes} [Thu Jun 11 08:04:02 2026] POST /v2.0/ports => generated 912 bytes in 313 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 930/1974] 10.0.0.53 () {32 vars in 773 bytes} [Thu Jun 11 08:04:02 2026] GET /v2.0/security-groups?tenant_id=a5a35758896e4a79ae4f167639aa60d6&name=default => generated 2925 bytes in 330 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-11 08:04:03.256 7 INFO neutron_taas.services.taas.taas_plugin [None req-c609b335-63ae-417b-aa39-53570a05d667 065f0d26300d43eea93b92f501eb8c35 ea704193480c4a4f84abb18514ea0d03 - - default default] TaaS: Handle Delete Port: cfdefa2d-bcc0-4961-8a15-71c3a80eae60 2026-06-11 08:04:03.259 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c609b335-63ae-417b-aa39-53570a05d667 065f0d26300d43eea93b92f501eb8c35 ea704193480c4a4f84abb18514ea0d03 - - default default] Tap Mirror: Handle Delete Port: cfdefa2d-bcc0-4961-8a15-71c3a80eae60 [pid: 8|app: 0|req: 931/1975] 10.0.0.53 () {32 vars in 739 bytes} [Thu Jun 11 08:04:03 2026] DELETE /v2.0/security-groups/72fd0cba-8b2b-4ead-84c5-10cf6512b272 => 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: 932/1976] 10.0.0.53 () {32 vars in 773 bytes} [Thu Jun 11 08:04:03 2026] GET /v2.0/security-groups?tenant_id=525b8344135646cb81b0b2d9a8dfce2c&name=default => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1045/1977] 10.0.0.53 () {32 vars in 719 bytes} [Thu Jun 11 08:04:03 2026] DELETE /v2.0/ports/cfdefa2d-bcc0-4961-8a15-71c3a80eae60 => generated 0 bytes in 295 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-11 08:04:03.462 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e31040f1-2943-4bdc-a557-671f5d89a414 065f0d26300d43eea93b92f501eb8c35 ea704193480c4a4f84abb18514ea0d03 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1046/1978] 10.0.0.53 () {32 vars in 716 bytes} [Thu Jun 11 08:04:03 2026] GET /v2.0/ports/cfdefa2d-bcc0-4961-8a15-71c3a80eae60 => 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: 933/1979] 10.0.0.53 () {32 vars in 739 bytes} [Thu Jun 11 08:04:03 2026] DELETE /v2.0/security-groups/0da10ecc-1ce4-4e95-882c-77056488ff02 => 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: 1047/1980] 10.0.0.53 () {32 vars in 723 bytes} [Thu Jun 11 08:04:03 2026] DELETE /v2.0/subnets/e905e66a-c602-414b-af13-49291c95934b => 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: 934/1981] 10.0.0.53 () {32 vars in 725 bytes} [Thu Jun 11 08:04:03 2026] DELETE /v2.0/networks/92adc477-2496-4a4b-a836-c5164ffca455 => 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: 1048/1984] 10.0.0.53 () {34 vars in 664 bytes} [Thu Jun 11 08:04:03 2026] POST /v2.0/ports => generated 773 bytes in 290 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 937/1985] 10.0.0.53 () {34 vars in 736 bytes} [Thu Jun 11 08:04:04 2026] PUT /v2.0/ports/52e68566-0dc3-4865-9fce-5da344dcd54b => generated 752 bytes in 161 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-11 08:04:04.254 8 INFO neutron.services.segments.plugin [-] Segment 9185e3d6-6abe-4231-8feb-e6a495a09732 resource provider aggregate not found 2026-06-11 08:04:04.258 8 INFO neutron.services.segments.plugin [-] Segment 9185e3d6-6abe-4231-8feb-e6a495a09732 resource provider aggregate not found 2026-06-11 08:04:04.280 8 INFO neutron.services.segments.plugin [-] Segment 9185e3d6-6abe-4231-8feb-e6a495a09732 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9185e3d6-6abe-4231-8feb-e6a495a09732 found for delete ", "request_id": "req-28a15d28-38d2-4295-988c-eafda182f781"}]} 2026-06-11 08:04:04.283 8 INFO neutron.services.segments.plugin [-] Segment 9185e3d6-6abe-4231-8feb-e6a495a09732 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9185e3d6-6abe-4231-8feb-e6a495a09732 found for delete ", "request_id": "req-5095443f-12e0-43cf-8a43-d8ef5cb8cda9"}]} 2026-06-11 08:04:04.302 8 INFO neutron.services.segments.plugin [-] Segment a9409bce-93a8-4385-83fa-cc7db690eb01 resource provider aggregate not found 2026-06-11 08:04:04.306 8 INFO neutron.services.segments.plugin [-] Segment a9409bce-93a8-4385-83fa-cc7db690eb01 resource provider aggregate not found 2026-06-11 08:04:04.319 8 INFO neutron.services.segments.plugin [-] Segment a9409bce-93a8-4385-83fa-cc7db690eb01 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a9409bce-93a8-4385-83fa-cc7db690eb01 found for delete ", "request_id": "req-8551a905-a4f2-4309-b16c-a9fe43cdcbfa"}]} 2026-06-11 08:04:04.328 8 INFO neutron.services.segments.plugin [-] Segment a9409bce-93a8-4385-83fa-cc7db690eb01 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a9409bce-93a8-4385-83fa-cc7db690eb01 found for delete ", "request_id": "req-6aaf7469-6b59-44b6-abee-b39b0b9b0cd2"}]} 2026-06-11 08:04:04.330 7 INFO neutron_taas.services.taas.taas_plugin [None req-e5111e0d-95dd-4e52-b459-e247229dc131 065f0d26300d43eea93b92f501eb8c35 ea704193480c4a4f84abb18514ea0d03 - - default default] TaaS: Handle Delete Port: 52e68566-0dc3-4865-9fce-5da344dcd54b 2026-06-11 08:04:04.333 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e5111e0d-95dd-4e52-b459-e247229dc131 065f0d26300d43eea93b92f501eb8c35 ea704193480c4a4f84abb18514ea0d03 - - default default] Tap Mirror: Handle Delete Port: 52e68566-0dc3-4865-9fce-5da344dcd54b [pid: 7|app: 0|req: 1049/1986] 10.0.0.53 () {32 vars in 719 bytes} [Thu Jun 11 08:04:04 2026] DELETE /v2.0/ports/52e68566-0dc3-4865-9fce-5da344dcd54b => generated 0 bytes in 202 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: 938/1987] 10.0.0.53 () {32 vars in 642 bytes} [Thu Jun 11 08:04:04 2026] GET /v2.0/ports => generated 777 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 08:04:04.478 7 INFO neutron.pecan_wsgi.hooks.translation [None req-87810948-9d5b-4a33-a585-0a5bfab33f22 065f0d26300d43eea93b92f501eb8c35 ea704193480c4a4f84abb18514ea0d03 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1050/1988] 10.0.0.53 () {32 vars in 716 bytes} [Thu Jun 11 08:04:04 2026] GET /v2.0/ports/52e68566-0dc3-4865-9fce-5da344dcd54b => 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: 939/1989] 10.0.0.53 () {32 vars in 642 bytes} [Thu Jun 11 08:04:04 2026] GET /v2.0/ports => generated 777 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1051/1990] 10.0.0.53 () {32 vars in 716 bytes} [Thu Jun 11 08:04:04 2026] GET /v2.0/ports/18f49b76-4e8c-4491-894b-f4bc72d49d08 => generated 774 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 08:04:04.585 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8c325141-e416-454d-a38d-57c30706b74a 065f0d26300d43eea93b92f501eb8c35 ea704193480c4a4f84abb18514ea0d03 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 940/1991] 10.0.0.53 () {32 vars in 719 bytes} [Thu Jun 11 08:04:04 2026] DELETE /v2.0/ports/cfdefa2d-bcc0-4961-8a15-71c3a80eae60 => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-11 08:04:04.608 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d4b39833-0311-417e-b5c5-971e764ccde6 065f0d26300d43eea93b92f501eb8c35 ea704193480c4a4f84abb18514ea0d03 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1052/1992] 10.0.0.53 () {32 vars in 723 bytes} [Thu Jun 11 08:04:04 2026] DELETE /v2.0/subnets/e905e66a-c602-414b-af13-49291c95934b => generated 136 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-11 08:04:04.630 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4d462fcb-73fe-4d1a-aa15-996f306708a4 065f0d26300d43eea93b92f501eb8c35 ea704193480c4a4f84abb18514ea0d03 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 941/1993] 10.0.0.53 () {32 vars in 723 bytes} [Thu Jun 11 08:04:04 2026] DELETE /v2.0/subnets/e4bdba33-fedb-4e71-a294-a0e81860bd2b => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-11 08:04:04.759 7 INFO neutron_taas.services.taas.taas_plugin [None req-1ccfe231-765b-4d99-bb04-4f6fa9e6d9e1 065f0d26300d43eea93b92f501eb8c35 ea704193480c4a4f84abb18514ea0d03 - - default default] TaaS: Handle Delete Port: 18f49b76-4e8c-4491-894b-f4bc72d49d08 2026-06-11 08:04:04.765 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1ccfe231-765b-4d99-bb04-4f6fa9e6d9e1 065f0d26300d43eea93b92f501eb8c35 ea704193480c4a4f84abb18514ea0d03 - - default default] Tap Mirror: Handle Delete Port: 18f49b76-4e8c-4491-894b-f4bc72d49d08 [pid: 7|app: 0|req: 1053/1994] 10.0.0.53 () {32 vars in 719 bytes} [Thu Jun 11 08:04:04 2026] DELETE /v2.0/ports/18f49b76-4e8c-4491-894b-f4bc72d49d08 => generated 0 bytes in 226 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 942/1995] 10.0.0.53 () {32 vars in 725 bytes} [Thu Jun 11 08:04:04 2026] DELETE /v2.0/networks/7767dcb3-e0cd-483f-aa9f-efe526b80fa2 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1054/1996] 10.0.0.53 () {32 vars in 773 bytes} [Thu Jun 11 08:04:05 2026] GET /v2.0/security-groups?tenant_id=ea704193480c4a4f84abb18514ea0d03&name=default => generated 2925 bytes in 166 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 943/1997] 10.0.0.53 () {32 vars in 739 bytes} [Thu Jun 11 08:04:05 2026] DELETE /v2.0/security-groups/63738e69-d5f1-4479-a350-877be02168b0 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-11 08:04:06.337 8 INFO neutron.services.segments.plugin [-] Segment 11b150ab-09be-4e68-86d7-174c60e7695b resource provider aggregate not found 2026-06-11 08:04:06.345 8 INFO neutron.services.segments.plugin [-] Segment 11b150ab-09be-4e68-86d7-174c60e7695b resource provider aggregate not found 2026-06-11 08:04:06.358 8 INFO neutron.services.segments.plugin [-] Segment 11b150ab-09be-4e68-86d7-174c60e7695b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 11b150ab-09be-4e68-86d7-174c60e7695b found for delete ", "request_id": "req-496e6fa6-deab-4f4c-8266-347b37c3ff75"}]} 2026-06-11 08:04:06.362 8 INFO neutron.services.segments.plugin [-] Segment 11b150ab-09be-4e68-86d7-174c60e7695b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 11b150ab-09be-4e68-86d7-174c60e7695b found for delete ", "request_id": "req-483278b6-8966-491f-b834-886820f89ecd"}]} [pid: 7|app: 0|req: 1055/1998] 10.0.0.53 () {32 vars in 773 bytes} [Thu Jun 11 08:04:09 2026] GET /v2.0/security-groups?tenant_id=90d103ef3031480fb0e97a129ab6623e&name=default => generated 2925 bytes in 272 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 944/1999] 10.0.0.53 () {32 vars in 739 bytes} [Thu Jun 11 08:04:09 2026] DELETE /v2.0/security-groups/c9ee8a20-1539-4584-b1cb-07440b733d58 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-11 08:04:11.644 7 INFO neutron.db.segments_db [None req-915ca911-7496-465a-81b5-bd5754ee8a59 d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] Added segment 1b796ba4-71d6-46ea-b4ec-c4c371004274 of type vxlan for network 39897b41-010e-40c8-b37b-8829699b3c29 [pid: 8|app: 0|req: 945/2000] 10.0.0.53 () {32 vars in 773 bytes} [Thu Jun 11 08:04:11 2026] GET /v2.0/security-groups?tenant_id=9993ed746aa14abaa49addce06120243&name=default => generated 2925 bytes in 228 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1056/2001] 10.0.0.53 () {34 vars in 670 bytes} [Thu Jun 11 08:04:11 2026] POST /v2.0/networks => generated 741 bytes in 380 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 946/2002] 10.0.0.53 () {32 vars in 739 bytes} [Thu Jun 11 08:04:11 2026] DELETE /v2.0/security-groups/0b152ec3-98d3-4eb3-80b2-99e5235f7570 => 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: 1057/2003] 10.0.0.53 () {34 vars in 668 bytes} [Thu Jun 11 08:04:11 2026] POST /v2.0/subnets => generated 688 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-11 08:04:11.950 8 INFO neutron.db.segments_db [None req-7073166c-827f-4ee6-9cdc-a66d9d55aa98 d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] Added segment 2731ea01-e70c-4e51-9869-8181f9e240ef of type vxlan for network c5d327e4-9583-437a-8845-8dbafc8b4bb0 2026-06-11 08:04:12.203 8 INFO neutron.db.l3_hamode_db [None req-7073166c-827f-4ee6-9cdc-a66d9d55aa98 d93995fb333d41e4830df63ac334fdfa b3904a8d46bb44cebe4ffa30ceb0babd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-11 08:04:13.158 8 INFO neutron.db.l3_hamode_db [None req-7073166c-827f-4ee6-9cdc-a66d9d55aa98 d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 947/2004] 10.0.0.53 () {34 vars in 668 bytes} [Thu Jun 11 08:04:11 2026] POST /v2.0/routers => generated 728 bytes in 2132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1058/2005] 10.0.0.53 () {34 vars in 782 bytes} [Thu Jun 11 08:04:14 2026] PUT /v2.0/routers/6bdff3b5-54c8-4c7b-bf9b-dca0120d1721/add_router_interface => generated 309 bytes in 1163 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 948/2006] 10.0.0.72 () {34 vars in 981 bytes} [Thu Jun 11 08:04:17 2026] GET /v2.0/networks?id=39897b41-010e-40c8-b37b-8829699b3c29 => generated 673 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1059/2007] 10.0.0.72 () {34 vars in 964 bytes} [Thu Jun 11 08:04:17 2026] GET /v2.0/quotas/b3904a8d46bb44cebe4ffa30ceb0babd => generated 292 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 949/2008] 10.0.0.72 () {34 vars in 1001 bytes} [Thu Jun 11 08:04:17 2026] GET /v2.0/ports?tenant_id=b3904a8d46bb44cebe4ffa30ceb0babd&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: 1060/2009] 10.0.0.72 () {34 vars in 1007 bytes} [Thu Jun 11 08:04:17 2026] GET /v2.0/networks/39897b41-010e-40c8-b37b-8829699b3c29?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: 950/2010] 10.0.0.72 () {34 vars in 1107 bytes} [Thu Jun 11 08:04:17 2026] GET /v2.0/networks/39897b41-010e-40c8-b37b-8829699b3c29?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1061/2011] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:04:17 2026] GET /v2.0/ports?device_id=cf72eb3c-a5f8-45ec-9e77-cae620a6afd8 => 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: 952/2014] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:04:18 2026] GET /v2.0/ports?device_id=cf72eb3c-a5f8-45ec-9e77-cae620a6afd8 => 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: 1063/2015] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:04:20 2026] GET /v2.0/ports?device_id=cf72eb3c-a5f8-45ec-9e77-cae620a6afd8 => 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: 1064/2016] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:04:21 2026] GET /v2.0/ports?device_id=cf72eb3c-a5f8-45ec-9e77-cae620a6afd8 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-11 08:04:21.210 8 INFO neutron.db.segments_db [None req-b3744a15-100b-4654-9e1e-317015fc04c7 b41a2ea921144765b2d0ea471d91d146 82a57869cb414d9a9c79124d55ca8efe - - default default] Added segment 4d063d00-53f7-445c-8c48-38500853692e of type vxlan for network 3661f99f-f3c3-4cc6-ac42-ae44c7dfad16 [pid: 8|app: 0|req: 953/2017] 10.0.0.53 () {34 vars in 669 bytes} [Thu Jun 11 08:04:20 2026] POST /v2.0/networks => generated 639 bytes in 386 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1065/2018] 10.0.0.53 () {34 vars in 668 bytes} [Thu Jun 11 08:04:21 2026] POST /v2.0/subnets => generated 658 bytes in 272 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 954/2019] 10.0.0.53 () {32 vars in 721 bytes} [Thu Jun 11 08:04:21 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1066/2020] 10.0.0.53 () {34 vars in 668 bytes} [Thu Jun 11 08:04:21 2026] POST /v2.0/subnets => generated 732 bytes in 233 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-11 08:04:21.939 8 INFO neutron.db.segments_db [None req-1a14e0a9-32ca-4493-9547-9a993825d436 b41a2ea921144765b2d0ea471d91d146 82a57869cb414d9a9c79124d55ca8efe - - default default] Added segment 0815ff5e-a658-419d-b62d-4eac2200211f of type vxlan for network 6a733532-aee9-4960-b068-49f6ce0d2c71 [pid: 8|app: 0|req: 955/2021] 10.0.0.53 () {34 vars in 669 bytes} [Thu Jun 11 08:04:21 2026] POST /v2.0/networks => generated 637 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 956/2022] 199.204.45.229 () {34 vars in 986 bytes} [Thu Jun 11 08:04:22 2026] GET /v2.0/networks?id=39897b41-010e-40c8-b37b-8829699b3c29 => generated 673 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1067/2023] 10.0.0.53 () {34 vars in 668 bytes} [Thu Jun 11 08:04:22 2026] POST /v2.0/subnets => generated 656 bytes in 284 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1068/2024] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:04:22 2026] GET /v2.0/ports?device_id=cf72eb3c-a5f8-45ec-9e77-cae620a6afd8 => 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: 1069/2025] 10.0.0.53 () {34 vars in 668 bytes} [Thu Jun 11 08:04:22 2026] POST /v2.0/subnets => generated 726 bytes in 223 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 957/2026] 199.204.45.229 () {38 vars in 955 bytes} [Thu Jun 11 08:04:22 2026] POST /v2.0/ports => generated 954 bytes in 352 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-11 08:04:22.647 8 INFO neutron.db.segments_db [None req-07eaa78a-a5dd-48fa-812e-8eaf0835a1d9 b41a2ea921144765b2d0ea471d91d146 82a57869cb414d9a9c79124d55ca8efe - - default default] Added segment 394ebcda-3bc3-43d9-8275-e7e49762380f of type vxlan for network 1bc40d3a-c3dc-4db5-b7e1-5406c923e4fa [pid: 8|app: 0|req: 958/2027] 10.0.0.53 () {34 vars in 669 bytes} [Thu Jun 11 08:04:22 2026] POST /v2.0/networks => generated 638 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 959/2028] 10.0.0.53 () {34 vars in 668 bytes} [Thu Jun 11 08:04:22 2026] POST /v2.0/subnets => generated 654 bytes in 245 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1070/2029] 199.204.45.229 () {38 vars in 1028 bytes} [Thu Jun 11 08:04:22 2026] PUT /v2.0/ports/1caa0822-5bc6-49cd-ab1b-77480d49e3b9 => generated 1235 bytes in 483 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-11 08:04:23.092 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a74aa7c6-df0a-41a3-b854-9d5ffa2185dc'] response: {'name': 'network-changed', 'server_uuid': 'cf72eb3c-a5f8-45ec-9e77-cae620a6afd8', 'tag': '1caa0822-5bc6-49cd-ab1b-77480d49e3b9', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 960/2030] 10.0.0.53 () {34 vars in 668 bytes} [Thu Jun 11 08:04:22 2026] POST /v2.0/subnets => generated 728 bytes in 249 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-11 08:04:23.298 7 INFO neutron.db.segments_db [None req-052c7ea3-cd7e-4874-b1cf-7caec1861fe7 b41a2ea921144765b2d0ea471d91d146 82a57869cb414d9a9c79124d55ca8efe - - default default] Added segment aff51be1-8712-4ea8-84c6-e7efd40b4904 of type vxlan for network 54e1db35-6ec7-4ea0-9d25-8467168aa44d [pid: 8|app: 0|req: 961/2031] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:04:23 2026] GET /v2.0/ports?device_id=cf72eb3c-a5f8-45ec-9e77-cae620a6afd8 => generated 969 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 962/2032] 10.0.0.72 () {34 vars in 1039 bytes} [Thu Jun 11 08:04:23 2026] GET /v2.0/security-groups?id=062d9c8e-b24c-482e-bdcc-ae9efff4eaf7&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-11 08:04:23.569 7 INFO neutron.db.l3_hamode_db [None req-052c7ea3-cd7e-4874-b1cf-7caec1861fe7 b41a2ea921144765b2d0ea471d91d146 82a57869cb414d9a9c79124d55ca8efe - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 963/2033] 199.204.45.229 () {34 vars in 1080 bytes} [Thu Jun 11 08:04:23 2026] GET /v2.0/ports?tenant_id=b3904a8d46bb44cebe4ffa30ceb0babd&device_id=cf72eb3c-a5f8-45ec-9e77-cae620a6afd8 => generated 1238 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 964/2034] 199.204.45.229 () {34 vars in 1018 bytes} [Thu Jun 11 08:04:23 2026] GET /v2.0/networks?tenant_id=b3904a8d46bb44cebe4ffa30ceb0babd&shared=False => generated 769 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 965/2035] 199.204.45.229 () {34 vars in 930 bytes} [Thu Jun 11 08:04:23 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 966/2036] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:04:24 2026] GET /v2.0/ports?device_id=cf72eb3c-a5f8-45ec-9e77-cae620a6afd8 => generated 969 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 967/2037] 10.0.0.72 () {34 vars in 1039 bytes} [Thu Jun 11 08:04:24 2026] GET /v2.0/security-groups?id=062d9c8e-b24c-482e-bdcc-ae9efff4eaf7&fields=id&fields=name => generated 88 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-11 08:04:24.759 7 INFO neutron.db.l3_hamode_db [None req-052c7ea3-cd7e-4874-b1cf-7caec1861fe7 b41a2ea921144765b2d0ea471d91d146 82a57869cb414d9a9c79124d55ca8efe - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 968/2038] 199.204.45.229 () {34 vars in 1080 bytes} [Thu Jun 11 08:04:24 2026] GET /v2.0/ports?tenant_id=b3904a8d46bb44cebe4ffa30ceb0babd&device_id=cf72eb3c-a5f8-45ec-9e77-cae620a6afd8 => generated 1238 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 969/2039] 199.204.45.229 () {34 vars in 1058 bytes} [Thu Jun 11 08:04:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=1caa0822-5bc6-49cd-ab1b-77480d49e3b9 => 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: 970/2040] 199.204.45.229 () {34 vars in 984 bytes} [Thu Jun 11 08:04:24 2026] GET /v2.0/subnets?id=22bf7922-274c-4615-943d-61e34ad389c1 => generated 691 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 971/2041] 199.204.45.229 () {34 vars in 1052 bytes} [Thu Jun 11 08:04:24 2026] GET /v2.0/ports?network_id=39897b41-010e-40c8-b37b-8829699b3c29&device_owner=network%3Adhcp => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 972/2042] 199.204.45.229 () {34 vars in 1012 bytes} [Thu Jun 11 08:04:24 2026] GET /v2.0/networks/39897b41-010e-40c8-b37b-8829699b3c29?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: 973/2043] 199.204.45.229 () {34 vars in 1112 bytes} [Thu Jun 11 08:04:24 2026] GET /v2.0/networks/39897b41-010e-40c8-b37b-8829699b3c29?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: 1071/2044] 10.0.0.53 () {34 vars in 668 bytes} [Thu Jun 11 08:04:23 2026] POST /v2.0/routers => generated 685 bytes in 2381 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1072/2045] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:04:25 2026] GET /v2.0/ports?device_id=cf72eb3c-a5f8-45ec-9e77-cae620a6afd8 => generated 969 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1073/2046] 10.0.0.72 () {34 vars in 1039 bytes} [Thu Jun 11 08:04:25 2026] GET /v2.0/security-groups?id=062d9c8e-b24c-482e-bdcc-ae9efff4eaf7&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: 1074/2047] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:04:26 2026] GET /v2.0/ports?device_id=cf72eb3c-a5f8-45ec-9e77-cae620a6afd8 => generated 969 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1075/2048] 10.0.0.72 () {34 vars in 1039 bytes} [Thu Jun 11 08:04:26 2026] GET /v2.0/security-groups?id=062d9c8e-b24c-482e-bdcc-ae9efff4eaf7&fields=id&fields=name => generated 88 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 974/2049] 10.0.0.53 () {34 vars in 782 bytes} [Thu Jun 11 08:04:25 2026] PUT /v2.0/routers/de87e106-34f0-47bf-8522-a98025a68fc5/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: 975/2050] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:04:28 2026] GET /v2.0/ports?device_id=cf72eb3c-a5f8-45ec-9e77-cae620a6afd8 => 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: 976/2051] 10.0.0.72 () {34 vars in 1039 bytes} [Thu Jun 11 08:04:28 2026] GET /v2.0/security-groups?id=062d9c8e-b24c-482e-bdcc-ae9efff4eaf7&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: 1076/2052] 10.0.0.53 () {34 vars in 782 bytes} [Thu Jun 11 08:04:27 2026] PUT /v2.0/routers/de87e106-34f0-47bf-8522-a98025a68fc5/add_router_interface => generated 309 bytes in 1543 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1077/2053] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:04:29 2026] GET /v2.0/ports?device_id=cf72eb3c-a5f8-45ec-9e77-cae620a6afd8 => generated 971 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1078/2054] 10.0.0.72 () {34 vars in 1039 bytes} [Thu Jun 11 08:04:29 2026] GET /v2.0/security-groups?id=062d9c8e-b24c-482e-bdcc-ae9efff4eaf7&fields=id&fields=name => generated 88 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 977/2055] 10.0.0.53 () {34 vars in 782 bytes} [Thu Jun 11 08:04:28 2026] PUT /v2.0/routers/de87e106-34f0-47bf-8522-a98025a68fc5/add_router_interface => generated 309 bytes in 1124 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1079/2056] 10.0.0.53 () {34 vars in 683 bytes} [Thu Jun 11 08:04:29 2026] POST /v2.0/security-groups => generated 1628 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 978/2057] 10.0.0.53 () {34 vars in 694 bytes} [Thu Jun 11 08:04:29 2026] POST /v2.0/security-group-rules => generated 597 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1080/2058] 10.0.0.53 () {34 vars in 694 bytes} [Thu Jun 11 08:04:30 2026] POST /v2.0/security-group-rules => generated 597 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 979/2059] 10.0.0.53 () {34 vars in 694 bytes} [Thu Jun 11 08:04:30 2026] POST /v2.0/security-group-rules => generated 599 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1081/2060] 10.0.0.53 () {34 vars in 694 bytes} [Thu Jun 11 08:04:30 2026] POST /v2.0/security-group-rules => generated 601 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 980/2061] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:04:30 2026] GET /v2.0/ports?device_id=cf72eb3c-a5f8-45ec-9e77-cae620a6afd8 => generated 971 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 981/2062] 10.0.0.72 () {34 vars in 1039 bytes} [Thu Jun 11 08:04:30 2026] GET /v2.0/security-groups?id=062d9c8e-b24c-482e-bdcc-ae9efff4eaf7&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: 1082/2063] 10.0.0.53 () {34 vars in 694 bytes} [Thu Jun 11 08:04:30 2026] POST /v2.0/security-group-rules => generated 601 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 982/2064] 10.0.0.53 () {34 vars in 694 bytes} [Thu Jun 11 08:04:30 2026] POST /v2.0/security-group-rules => generated 597 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1083/2065] 10.0.0.53 () {34 vars in 694 bytes} [Thu Jun 11 08:04:30 2026] POST /v2.0/security-group-rules => generated 597 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 983/2066] 10.0.0.53 () {34 vars in 694 bytes} [Thu Jun 11 08:04:30 2026] POST /v2.0/security-group-rules => generated 597 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1084/2067] 10.0.0.53 () {34 vars in 694 bytes} [Thu Jun 11 08:04:30 2026] POST /v2.0/security-group-rules => generated 599 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 984/2068] 10.0.0.53 () {34 vars in 694 bytes} [Thu Jun 11 08:04:31 2026] POST /v2.0/security-group-rules => generated 601 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1085/2069] 10.0.0.53 () {34 vars in 694 bytes} [Thu Jun 11 08:04:31 2026] POST /v2.0/security-group-rules => generated 597 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 985/2070] 10.0.0.72 () {34 vars in 1095 bytes} [Thu Jun 11 08:04:31 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1095135986&fields=id&tenant_id=82a57869cb414d9a9c79124d55ca8efe => generated 69 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1086/2071] 10.0.0.72 () {34 vars in 981 bytes} [Thu Jun 11 08:04:31 2026] GET /v2.0/networks?id=6a733532-aee9-4960-b068-49f6ce0d2c71 => generated 704 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 986/2072] 10.0.0.72 () {34 vars in 964 bytes} [Thu Jun 11 08:04:31 2026] GET /v2.0/quotas/82a57869cb414d9a9c79124d55ca8efe => 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: 987/2073] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:04:31 2026] GET /v2.0/ports?device_id=cf72eb3c-a5f8-45ec-9e77-cae620a6afd8 => generated 971 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1087/2074] 10.0.0.72 () {34 vars in 1001 bytes} [Thu Jun 11 08:04:31 2026] GET /v2.0/ports?tenant_id=82a57869cb414d9a9c79124d55ca8efe&fields=id => generated 287 bytes in 161 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 988/2075] 10.0.0.72 () {34 vars in 1039 bytes} [Thu Jun 11 08:04:31 2026] GET /v2.0/security-groups?id=062d9c8e-b24c-482e-bdcc-ae9efff4eaf7&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1088/2076] 10.0.0.72 () {34 vars in 1007 bytes} [Thu Jun 11 08:04:32 2026] GET /v2.0/networks/6a733532-aee9-4960-b068-49f6ce0d2c71?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: 989/2077] 10.0.0.72 () {34 vars in 1107 bytes} [Thu Jun 11 08:04:32 2026] GET /v2.0/networks/6a733532-aee9-4960-b068-49f6ce0d2c71?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: 1089/2078] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:04:32 2026] GET /v2.0/ports?device_id=b60a4341-9a79-46fe-8129-7402467a94e0 => 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: 990/2079] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:04:33 2026] GET /v2.0/ports?device_id=cf72eb3c-a5f8-45ec-9e77-cae620a6afd8 => 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: 1090/2080] 10.0.0.72 () {34 vars in 1039 bytes} [Thu Jun 11 08:04:33 2026] GET /v2.0/security-groups?id=062d9c8e-b24c-482e-bdcc-ae9efff4eaf7&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: 8|app: 0|req: 992/2083] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:04:34 2026] GET /v2.0/ports?device_id=cf72eb3c-a5f8-45ec-9e77-cae620a6afd8 => generated 971 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1092/2084] 10.0.0.72 () {34 vars in 1039 bytes} [Thu Jun 11 08:04:34 2026] GET /v2.0/security-groups?id=062d9c8e-b24c-482e-bdcc-ae9efff4eaf7&fields=id&fields=name => generated 88 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 993/2085] 199.204.45.229 () {34 vars in 994 bytes} [Thu Jun 11 08:04:34 2026] GET /v2.0/ports?device_id=cf72eb3c-a5f8-45ec-9e77-cae620a6afd8 => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 08:04:34.562 7 INFO neutron_taas.services.taas.taas_plugin [req-ca2e08ba-7bdd-4a37-a12a-34683e6aaf4c req-1a6e0db9-f3f6-4b40-ad95-422690e4de77 c8abcba1b6084297888378aa2dc6b819 b3904a8d46bb44cebe4ffa30ceb0babd - - default default] TaaS: Handle Delete Port: 1caa0822-5bc6-49cd-ab1b-77480d49e3b9 2026-06-11 08:04:34.569 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-ca2e08ba-7bdd-4a37-a12a-34683e6aaf4c req-1a6e0db9-f3f6-4b40-ad95-422690e4de77 c8abcba1b6084297888378aa2dc6b819 b3904a8d46bb44cebe4ffa30ceb0babd - - default default] Tap Mirror: Handle Delete Port: 1caa0822-5bc6-49cd-ab1b-77480d49e3b9 [pid: 7|app: 0|req: 1093/2086] 199.204.45.229 () {36 vars in 997 bytes} [Thu Jun 11 08:04:34 2026] DELETE /v2.0/ports/1caa0822-5bc6-49cd-ab1b-77480d49e3b9 => generated 0 bytes in 314 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-11 08:04:34.765 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-981b1f2f-7bb3-4312-8de2-677bb10f189b'] response: {'server_uuid': 'cf72eb3c-a5f8-45ec-9e77-cae620a6afd8', 'name': 'network-vif-deleted', 'tag': '1caa0822-5bc6-49cd-ab1b-77480d49e3b9', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 994/2087] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:04:35 2026] GET /v2.0/ports?device_id=cf72eb3c-a5f8-45ec-9e77-cae620a6afd8 => 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: 1094/2088] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:04:36 2026] GET /v2.0/ports?device_id=cf72eb3c-a5f8-45ec-9e77-cae620a6afd8 => 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: 995/2089] 199.204.45.229 () {34 vars in 986 bytes} [Thu Jun 11 08:04:36 2026] GET /v2.0/networks?id=6a733532-aee9-4960-b068-49f6ce0d2c71 => generated 704 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1095/2090] 199.204.45.229 () {34 vars in 1050 bytes} [Thu Jun 11 08:04:36 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=82a57869cb414d9a9c79124d55ca8efe => generated 179 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 996/2091] 199.204.45.229 () {38 vars in 955 bytes} [Thu Jun 11 08:04:36 2026] POST /v2.0/ports => generated 1175 bytes in 477 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: 997/2092] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:04:37 2026] GET /v2.0/ports?device_id=b60a4341-9a79-46fe-8129-7402467a94e0 => generated 1190 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 998/2093] 10.0.0.72 () {34 vars in 1039 bytes} [Thu Jun 11 08:04:37 2026] GET /v2.0/security-groups?id=c6765a72-272d-4b62-a693-1964b0a7a61b&fields=id&fields=name => generated 112 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 999/2094] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:04:37 2026] GET /v2.0/ports?device_id=cf72eb3c-a5f8-45ec-9e77-cae620a6afd8 => 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: 1096/2095] 199.204.45.229 () {38 vars in 1028 bytes} [Thu Jun 11 08:04:37 2026] PUT /v2.0/ports/ff5f8d64-ddc2-4b77-9391-d2475a977f36 => generated 1456 bytes in 502 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-11 08:04:37.650 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-da7a6df3-246a-4027-8897-8ed7bbd16021'] response: {'name': 'network-changed', 'server_uuid': 'b60a4341-9a79-46fe-8129-7402467a94e0', 'tag': 'ff5f8d64-ddc2-4b77-9391-d2475a977f36', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1000/2096] 199.204.45.229 () {34 vars in 1080 bytes} [Thu Jun 11 08:04:38 2026] GET /v2.0/ports?tenant_id=82a57869cb414d9a9c79124d55ca8efe&device_id=b60a4341-9a79-46fe-8129-7402467a94e0 => generated 1459 bytes in 32 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: 1097/2097] 199.204.45.229 () {34 vars in 1018 bytes} [Thu Jun 11 08:04:38 2026] GET /v2.0/networks?tenant_id=82a57869cb414d9a9c79124d55ca8efe&shared=False => generated 2374 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1001/2098] 199.204.45.229 () {34 vars in 930 bytes} [Thu Jun 11 08:04:38 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1098/2099] 199.204.45.229 () {34 vars in 1080 bytes} [Thu Jun 11 08:04:39 2026] GET /v2.0/ports?tenant_id=82a57869cb414d9a9c79124d55ca8efe&device_id=b60a4341-9a79-46fe-8129-7402467a94e0 => generated 1459 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1002/2100] 199.204.45.229 () {34 vars in 1056 bytes} [Thu Jun 11 08:04:39 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.80&port_id=ff5f8d64-ddc2-4b77-9391-d2475a977f36 => 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: 1099/2101] 199.204.45.229 () {34 vars in 1102 bytes} [Thu Jun 11 08:04:39 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A4f&port_id=ff5f8d64-ddc2-4b77-9391-d2475a977f36 => 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: 1003/2102] 199.204.45.229 () {34 vars in 1064 bytes} [Thu Jun 11 08:04:39 2026] GET /v2.0/subnets?id=cd054bd0-8549-450e-aa12-14dc073b97f4&id=a999f349-0fac-45a1-8729-368f55ca2b22 => generated 1411 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1100/2103] 199.204.45.229 () {34 vars in 1052 bytes} [Thu Jun 11 08:04:39 2026] GET /v2.0/ports?network_id=6a733532-aee9-4960-b068-49f6ce0d2c71&device_owner=network%3Adhcp => generated 1457 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1004/2104] 199.204.45.229 () {34 vars in 1052 bytes} [Thu Jun 11 08:04:39 2026] GET /v2.0/ports?network_id=6a733532-aee9-4960-b068-49f6ce0d2c71&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: 1101/2105] 199.204.45.229 () {34 vars in 1012 bytes} [Thu Jun 11 08:04:39 2026] GET /v2.0/networks/6a733532-aee9-4960-b068-49f6ce0d2c71?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: 1005/2106] 199.204.45.229 () {34 vars in 1112 bytes} [Thu Jun 11 08:04:39 2026] GET /v2.0/networks/6a733532-aee9-4960-b068-49f6ce0d2c71?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-11 08:04:40.243 7 INFO neutron_taas.services.taas.taas_plugin [None req-fddf3db9-e898-45af-86bd-4dfb027e847b d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] TaaS: Handle Delete Port: f1b8689f-c717-4cc6-967e-6bbcb5b6f664 2026-06-11 08:04:40.250 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fddf3db9-e898-45af-86bd-4dfb027e847b d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] Tap Mirror: Handle Delete Port: f1b8689f-c717-4cc6-967e-6bbcb5b6f664 [pid: 7|app: 0|req: 1102/2107] 10.0.0.53 () {34 vars in 788 bytes} [Thu Jun 11 08:04:39 2026] PUT /v2.0/routers/6bdff3b5-54c8-4c7b-bf9b-dca0120d1721/remove_router_interface => generated 309 bytes in 1030 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 08:04:41.083 8 INFO neutron_taas.services.taas.taas_plugin [None req-5adf7acf-8f45-4740-8f57-ed0d38d924c9 d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] TaaS: Handle Delete Port: 0b295beb-46e1-4a78-947e-119a7b35e229 2026-06-11 08:04:41.090 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5adf7acf-8f45-4740-8f57-ed0d38d924c9 d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] Tap Mirror: Handle Delete Port: 0b295beb-46e1-4a78-947e-119a7b35e229 2026-06-11 08:04:41.343 8 INFO neutron_taas.services.taas.taas_plugin [None req-5adf7acf-8f45-4740-8f57-ed0d38d924c9 d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] TaaS: Handle Delete Port: 96e64ba5-a518-41f2-a1c2-1c7fbb34c9bc 2026-06-11 08:04:41.346 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5adf7acf-8f45-4740-8f57-ed0d38d924c9 d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] Tap Mirror: Handle Delete Port: 96e64ba5-a518-41f2-a1c2-1c7fbb34c9bc 2026-06-11 08:04:41.716 8 INFO neutron.services.segments.plugin [-] Segment 2731ea01-e70c-4e51-9869-8181f9e240ef resource provider aggregate not found 2026-06-11 08:04:41.723 8 INFO neutron.services.segments.plugin [-] Segment 2731ea01-e70c-4e51-9869-8181f9e240ef resource provider aggregate not found 2026-06-11 08:04:41.748 8 INFO neutron.services.segments.plugin [-] Segment 2731ea01-e70c-4e51-9869-8181f9e240ef resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2731ea01-e70c-4e51-9869-8181f9e240ef found for delete ", "request_id": "req-5e7f91f1-d131-4e7a-8c66-a46dbb7089b3"}]} 2026-06-11 08:04:41.749 8 INFO neutron.services.segments.plugin [-] Segment 2731ea01-e70c-4e51-9869-8181f9e240ef resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2731ea01-e70c-4e51-9869-8181f9e240ef found for delete ", "request_id": "req-fbd5439b-48d0-439c-8e01-df5f223a7f23"}]} 2026-06-11 08:04:41.761 8 INFO neutron.db.l3_hamode_db [None req-5adf7acf-8f45-4740-8f57-ed0d38d924c9 d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] HA network c5d327e4-9583-437a-8845-8dbafc8b4bb0 was deleted as no HA routers are present in tenant b3904a8d46bb44cebe4ffa30ceb0babd. [pid: 8|app: 0|req: 1006/2108] 10.0.0.53 () {32 vars in 723 bytes} [Thu Jun 11 08:04:40 2026] DELETE /v2.0/routers/6bdff3b5-54c8-4c7b-bf9b-dca0120d1721 => generated 0 bytes in 905 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1103/2109] 10.0.0.53 () {32 vars in 723 bytes} [Thu Jun 11 08:04:41 2026] DELETE /v2.0/subnets/22bf7922-274c-4615-943d-61e34ad389c1 => generated 0 bytes in 179 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-11 08:04:42.055 8 INFO neutron_taas.services.taas.taas_plugin [None req-08715a86-5b30-4ec6-aff0-23160bcd07ea d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] TaaS: Handle Delete Port: 458d9472-310f-45af-8843-dfe9aca26fa5 2026-06-11 08:04:42.059 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-08715a86-5b30-4ec6-aff0-23160bcd07ea d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] Tap Mirror: Handle Delete Port: 458d9472-310f-45af-8843-dfe9aca26fa5 [pid: 8|app: 0|req: 1007/2110] 10.0.0.53 () {32 vars in 725 bytes} [Thu Jun 11 08:04:41 2026] DELETE /v2.0/networks/39897b41-010e-40c8-b37b-8829699b3c29 => generated 0 bytes in 334 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1104/2111] 10.0.0.53 () {32 vars in 773 bytes} [Thu Jun 11 08:04:42 2026] GET /v2.0/security-groups?tenant_id=b3904a8d46bb44cebe4ffa30ceb0babd&name=default => generated 2925 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1105/2112] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:04:42 2026] GET /v2.0/ports?device_id=b60a4341-9a79-46fe-8129-7402467a94e0 => generated 1190 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1106/2113] 10.0.0.72 () {34 vars in 1039 bytes} [Thu Jun 11 08:04:42 2026] GET /v2.0/security-groups?id=c6765a72-272d-4b62-a693-1964b0a7a61b&fields=id&fields=name => generated 112 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1008/2114] 10.0.0.53 () {32 vars in 739 bytes} [Thu Jun 11 08:04:42 2026] DELETE /v2.0/security-groups/062d9c8e-b24c-482e-bdcc-ae9efff4eaf7 => generated 0 bytes in 158 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-11 08:04:43.771 8 INFO neutron.services.segments.plugin [-] Segment 1b796ba4-71d6-46ea-b4ec-c4c371004274 resource provider aggregate not found 2026-06-11 08:04:43.778 8 INFO neutron.services.segments.plugin [-] Segment 1b796ba4-71d6-46ea-b4ec-c4c371004274 resource provider aggregate not found 2026-06-11 08:04:43.792 8 INFO neutron.services.segments.plugin [-] Segment 1b796ba4-71d6-46ea-b4ec-c4c371004274 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1b796ba4-71d6-46ea-b4ec-c4c371004274 found for delete ", "request_id": "req-45897a48-32b9-4f9c-a4a0-34d7c9014bed"}]} 2026-06-11 08:04:43.794 8 INFO neutron.services.segments.plugin [-] Segment 1b796ba4-71d6-46ea-b4ec-c4c371004274 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1b796ba4-71d6-46ea-b4ec-c4c371004274 found for delete ", "request_id": "req-caa0cfb3-5c6e-4b06-b537-bd3d8dfbca70"}]} 2026-06-11 08:04:46.041 7 INFO neutron.db.segments_db [None req-44b09131-7fe5-4bc3-a376-30bd207aff9b 69ea70e49dc445908248a204f631f352 96ab7d4b5c124b3f9dfd4b824d6bc0bb - - default default] Added segment 076248fe-593e-430f-82fb-b8b71ab3418a of type vxlan for network 628a0951-d303-456c-a47d-01aac6c7ce2d [pid: 7|app: 0|req: 1107/2115] 10.0.0.53 () {34 vars in 670 bytes} [Thu Jun 11 08:04:45 2026] POST /v2.0/networks => generated 632 bytes in 493 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-11 08:04:46.198 8 INFO neutron.db.segments_db [None req-19b875ba-0a1a-4139-80bd-b38a494d7a5a 69ea70e49dc445908248a204f631f352 96ab7d4b5c124b3f9dfd4b824d6bc0bb - - default default] Added segment 18bff483-5c1a-477f-9eb8-f02ea6759998 of type vxlan for network 15466384-d74d-4219-a77a-8db93af5b9ab 2026-06-11 08:04:46.480 8 INFO neutron.db.l3_hamode_db [None req-19b875ba-0a1a-4139-80bd-b38a494d7a5a 69ea70e49dc445908248a204f631f352 96ab7d4b5c124b3f9dfd4b824d6bc0bb - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-11 08:04:47.241 8 INFO neutron.db.l3_hamode_db [None req-19b875ba-0a1a-4139-80bd-b38a494d7a5a 69ea70e49dc445908248a204f631f352 96ab7d4b5c124b3f9dfd4b824d6bc0bb - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1108/2116] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:04:47 2026] GET /v2.0/ports?device_id=b60a4341-9a79-46fe-8129-7402467a94e0 => generated 1192 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1109/2117] 10.0.0.72 () {34 vars in 1039 bytes} [Thu Jun 11 08:04:47 2026] GET /v2.0/security-groups?id=c6765a72-272d-4b62-a693-1964b0a7a61b&fields=id&fields=name => generated 112 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1110/2118] 10.0.0.53 () {32 vars in 817 bytes} [Thu Jun 11 08:04:47 2026] GET /v2.0/ports?network_id=6a733532-aee9-4960-b068-49f6ce0d2c71&mac_address=fa%3A16%3A3e%3A40%3A83%3A9d => generated 1192 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1009/2119] 10.0.0.53 () {34 vars in 668 bytes} [Thu Jun 11 08:04:46 2026] POST /v2.0/routers => generated 694 bytes in 1930 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1010/2120] 10.0.0.53 () {32 vars in 775 bytes} [Thu Jun 11 08:04:48 2026] GET /v2.0/subnets?project_id=96ab7d4b5c124b3f9dfd4b824d6bc0bb&cidr=10.100.0.0%2F28 => generated 14 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1011/2121] 10.0.0.53 () {32 vars in 693 bytes} [Thu Jun 11 08:04:48 2026] GET /v2.0/networks?router%3Aexternal=True => generated 753 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1012/2122] 10.0.0.53 () {32 vars in 783 bytes} [Thu Jun 11 08:04:48 2026] GET /v2.0/subnets?network_id=6271ef13-df5a-423b-a08b-eb07a1cd6870&cidr=10.100.0.0%2F28 => 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: 1013/2123] 10.0.0.53 () {34 vars in 668 bytes} [Thu Jun 11 08:04:48 2026] POST /v2.0/subnets => generated 657 bytes in 246 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-11 08:04:48.606 7 INFO neutron.db.l3_db [None req-618d9e96-5fdf-49c5-8c01-3ebf5bbf062d b41a2ea921144765b2d0ea471d91d146 82a57869cb414d9a9c79124d55ca8efe - - default default] Floating IP f9eaffe5-6309-4634-a2da-54bcf557c8aa associated. External IP: 10.96.250.210, port: ff5f8d64-ddc2-4b77-9391-d2475a977f36. [pid: 7|app: 0|req: 1111/2124] 10.0.0.53 () {34 vars in 676 bytes} [Thu Jun 11 08:04:47 2026] POST /v2.0/floatingips => generated 854 bytes in 995 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-11 08:04:48.949 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-86e26f49-25bd-41d9-912a-2c7fb18999d1'] response: {'name': 'network-changed', 'server_uuid': 'b60a4341-9a79-46fe-8129-7402467a94e0', 'tag': 'ff5f8d64-ddc2-4b77-9391-d2475a977f36', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1114/2127] 10.0.0.72 () {34 vars in 1095 bytes} [Thu Jun 11 08:04:48 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1095135986&fields=id&tenant_id=82a57869cb414d9a9c79124d55ca8efe => generated 69 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1115/2128] 10.0.0.72 () {34 vars in 981 bytes} [Thu Jun 11 08:04:49 2026] GET /v2.0/networks?id=1bc40d3a-c3dc-4db5-b7e1-5406c923e4fa => generated 705 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1116/2129] 10.0.0.72 () {34 vars in 964 bytes} [Thu Jun 11 08:04:49 2026] GET /v2.0/quotas/82a57869cb414d9a9c79124d55ca8efe => 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: 1117/2130] 10.0.0.72 () {34 vars in 1001 bytes} [Thu Jun 11 08:04:49 2026] GET /v2.0/ports?tenant_id=82a57869cb414d9a9c79124d55ca8efe&fields=id => generated 333 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1118/2131] 10.0.0.72 () {34 vars in 1007 bytes} [Thu Jun 11 08:04:49 2026] GET /v2.0/networks/1bc40d3a-c3dc-4db5-b7e1-5406c923e4fa?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: 1119/2132] 10.0.0.72 () {34 vars in 1107 bytes} [Thu Jun 11 08:04:49 2026] GET /v2.0/networks/1bc40d3a-c3dc-4db5-b7e1-5406c923e4fa?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1120/2133] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:04:49 2026] GET /v2.0/ports?device_id=8099f9b1-4e9d-49c1-85d2-d710157a803b => 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: 1121/2134] 199.204.45.229 () {34 vars in 1080 bytes} [Thu Jun 11 08:04:49 2026] GET /v2.0/ports?tenant_id=82a57869cb414d9a9c79124d55ca8efe&device_id=b60a4341-9a79-46fe-8129-7402467a94e0 => 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: 1122/2135] 199.204.45.229 () {34 vars in 986 bytes} [Thu Jun 11 08:04:49 2026] GET /v2.0/networks?id=6a733532-aee9-4960-b068-49f6ce0d2c71 => generated 800 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1123/2136] 199.204.45.229 () {34 vars in 1056 bytes} [Thu Jun 11 08:04:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.80&port_id=ff5f8d64-ddc2-4b77-9391-d2475a977f36 => generated 857 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1124/2137] 199.204.45.229 () {34 vars in 1102 bytes} [Thu Jun 11 08:04:49 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A4f&port_id=ff5f8d64-ddc2-4b77-9391-d2475a977f36 => 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: 1125/2138] 199.204.45.229 () {34 vars in 1064 bytes} [Thu Jun 11 08:04:49 2026] GET /v2.0/subnets?id=cd054bd0-8549-450e-aa12-14dc073b97f4&id=a999f349-0fac-45a1-8729-368f55ca2b22 => generated 1411 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1126/2139] 199.204.45.229 () {34 vars in 1052 bytes} [Thu Jun 11 08:04:49 2026] GET /v2.0/ports?network_id=6a733532-aee9-4960-b068-49f6ce0d2c71&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: 1127/2140] 199.204.45.229 () {34 vars in 1052 bytes} [Thu Jun 11 08:04:49 2026] GET /v2.0/ports?network_id=6a733532-aee9-4960-b068-49f6ce0d2c71&device_owner=network%3Adhcp => generated 1457 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1128/2141] 199.204.45.229 () {34 vars in 1012 bytes} [Thu Jun 11 08:04:49 2026] GET /v2.0/networks/6a733532-aee9-4960-b068-49f6ce0d2c71?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: 1129/2142] 199.204.45.229 () {34 vars in 1112 bytes} [Thu Jun 11 08:04:49 2026] GET /v2.0/networks/6a733532-aee9-4960-b068-49f6ce0d2c71?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: 1014/2143] 10.0.0.53 () {34 vars in 782 bytes} [Thu Jun 11 08:04:48 2026] PUT /v2.0/routers/68ba3c74-a8c2-452a-89be-edd6121d2c36/add_router_interface => generated 309 bytes in 1870 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1130/2144] 10.0.0.53 () {32 vars in 648 bytes} [Thu Jun 11 08:04:50 2026] GET /v2.0/networks => generated 6662 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1015/2145] 10.0.0.53 () {32 vars in 646 bytes} [Thu Jun 11 08:04:50 2026] GET /v2.0/subnets => generated 7419 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1131/2146] 10.0.0.53 () {32 vars in 646 bytes} [Thu Jun 11 08:04:50 2026] GET /v2.0/routers => generated 1452 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1016/2147] 10.0.0.53 () {34 vars in 684 bytes} [Thu Jun 11 08:04:50 2026] POST /v2.0/security-groups => generated 1677 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1132/2148] 10.0.0.53 () {34 vars in 694 bytes} [Thu Jun 11 08:04:50 2026] POST /v2.0/security-group-rules => generated 597 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1017/2149] 10.0.0.53 () {34 vars in 694 bytes} [Thu Jun 11 08:04:50 2026] POST /v2.0/security-group-rules => generated 596 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1133/2150] 10.0.0.53 () {34 vars in 694 bytes} [Thu Jun 11 08:04:51 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: 1018/2151] 10.0.0.53 () {34 vars in 694 bytes} [Thu Jun 11 08:04:51 2026] POST /v2.0/security-group-rules => generated 601 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-11 08:04:51.356 7 INFO neutron.db.securitygroups_db [None req-82639ece-8295-4712-964d-54cdf49b3841 69ea70e49dc445908248a204f631f352 96ab7d4b5c124b3f9dfd4b824d6bc0bb - - default default] Project 96ab7d4b5c124b3f9dfd4b824d6bc0bb 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: 1134/2152] 10.0.0.53 () {34 vars in 694 bytes} [Thu Jun 11 08:04:51 2026] POST /v2.0/security-group-rules => generated 607 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-11 08:04:51.475 8 INFO neutron.db.securitygroups_db [None req-0a0fc105-4d45-49b7-afe5-db1bb1735182 69ea70e49dc445908248a204f631f352 96ab7d4b5c124b3f9dfd4b824d6bc0bb - - default default] Project 96ab7d4b5c124b3f9dfd4b824d6bc0bb 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: 1019/2153] 10.0.0.53 () {34 vars in 694 bytes} [Thu Jun 11 08:04:51 2026] POST /v2.0/security-group-rules => generated 606 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1135/2154] 10.0.0.53 () {32 vars in 648 bytes} [Thu Jun 11 08:04:51 2026] GET /v2.0/networks => generated 1297 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1020/2155] 10.0.0.72 () {34 vars in 1099 bytes} [Thu Jun 11 08:04:52 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1219339616&fields=id&tenant_id=96ab7d4b5c124b3f9dfd4b824d6bc0bb => 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: 1136/2156] 10.0.0.72 () {34 vars in 981 bytes} [Thu Jun 11 08:04:52 2026] GET /v2.0/networks?id=628a0951-d303-456c-a47d-01aac6c7ce2d => generated 660 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1021/2157] 10.0.0.72 () {34 vars in 964 bytes} [Thu Jun 11 08:04:52 2026] GET /v2.0/quotas/96ab7d4b5c124b3f9dfd4b824d6bc0bb => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1137/2158] 10.0.0.72 () {34 vars in 1001 bytes} [Thu Jun 11 08:04:52 2026] GET /v2.0/ports?tenant_id=96ab7d4b5c124b3f9dfd4b824d6bc0bb&fields=id => generated 57 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1022/2159] 10.0.0.72 () {34 vars in 1007 bytes} [Thu Jun 11 08:04:52 2026] GET /v2.0/networks/628a0951-d303-456c-a47d-01aac6c7ce2d?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: 1138/2160] 10.0.0.72 () {34 vars in 1107 bytes} [Thu Jun 11 08:04:52 2026] GET /v2.0/networks/628a0951-d303-456c-a47d-01aac6c7ce2d?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: 1023/2161] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:04:52 2026] GET /v2.0/ports?device_id=5a8c2318-94ea-4eed-8bf1-f5b7003cf9d3 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1139/2162] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:04:53 2026] GET /v2.0/ports?device_id=5a8c2318-94ea-4eed-8bf1-f5b7003cf9d3 => 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: 1024/2163] 199.204.45.229 () {34 vars in 986 bytes} [Thu Jun 11 08:04:53 2026] GET /v2.0/networks?id=1bc40d3a-c3dc-4db5-b7e1-5406c923e4fa => generated 705 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1140/2164] 199.204.45.229 () {34 vars in 1050 bytes} [Thu Jun 11 08:04:54 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=82a57869cb414d9a9c79124d55ca8efe => generated 179 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1025/2165] 199.204.45.229 () {38 vars in 955 bytes} [Thu Jun 11 08:04:54 2026] POST /v2.0/ports => generated 1183 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: 1026/2166] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:04:54 2026] GET /v2.0/ports?device_id=8099f9b1-4e9d-49c1-85d2-d710157a803b => generated 1186 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1027/2167] 10.0.0.72 () {34 vars in 1039 bytes} [Thu Jun 11 08:04:54 2026] GET /v2.0/security-groups?id=c6765a72-272d-4b62-a693-1964b0a7a61b&fields=id&fields=name => generated 112 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1028/2168] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:04:54 2026] GET /v2.0/ports?device_id=5a8c2318-94ea-4eed-8bf1-f5b7003cf9d3 => 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: 1141/2169] 199.204.45.229 () {38 vars in 1028 bytes} [Thu Jun 11 08:04:54 2026] PUT /v2.0/ports/af005396-25ff-4343-8c19-c04670513dc9 => generated 1464 bytes in 453 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-11 08:04:55.023 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2ed0b8fd-1f2a-44b3-8870-a05306c0c31f'] response: {'name': 'network-changed', 'server_uuid': '8099f9b1-4e9d-49c1-85d2-d710157a803b', 'tag': 'af005396-25ff-4343-8c19-c04670513dc9', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1029/2170] 199.204.45.229 () {34 vars in 1080 bytes} [Thu Jun 11 08:04:55 2026] GET /v2.0/ports?tenant_id=82a57869cb414d9a9c79124d55ca8efe&device_id=8099f9b1-4e9d-49c1-85d2-d710157a803b => generated 1467 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1142/2171] 199.204.45.229 () {34 vars in 1018 bytes} [Thu Jun 11 08:04:55 2026] GET /v2.0/networks?tenant_id=82a57869cb414d9a9c79124d55ca8efe&shared=False => generated 2374 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1030/2172] 199.204.45.229 () {34 vars in 930 bytes} [Thu Jun 11 08:04:55 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1143/2173] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:04:55 2026] GET /v2.0/ports?device_id=5a8c2318-94ea-4eed-8bf1-f5b7003cf9d3 => 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: 1031/2174] 199.204.45.229 () {34 vars in 1080 bytes} [Thu Jun 11 08:04:56 2026] GET /v2.0/ports?tenant_id=82a57869cb414d9a9c79124d55ca8efe&device_id=8099f9b1-4e9d-49c1-85d2-d710157a803b => generated 1467 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1144/2175] 199.204.45.229 () {34 vars in 1056 bytes} [Thu Jun 11 08:04:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.29&port_id=af005396-25ff-4343-8c19-c04670513dc9 => 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: 1032/2176] 199.204.45.229 () {34 vars in 1106 bytes} [Thu Jun 11 08:04:56 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A18c&port_id=af005396-25ff-4343-8c19-c04670513dc9 => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1145/2177] 199.204.45.229 () {34 vars in 1064 bytes} [Thu Jun 11 08:04:56 2026] GET /v2.0/subnets?id=1499b733-6a00-4574-bda4-0afd4e2a8dda&id=564dd39b-819e-4252-a4de-84545235c764 => generated 1411 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1033/2178] 199.204.45.229 () {34 vars in 1052 bytes} [Thu Jun 11 08:04:56 2026] GET /v2.0/ports?network_id=1bc40d3a-c3dc-4db5-b7e1-5406c923e4fa&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: 1034/2179] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:04:56 2026] GET /v2.0/ports?device_id=5a8c2318-94ea-4eed-8bf1-f5b7003cf9d3 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1146/2180] 199.204.45.229 () {34 vars in 1052 bytes} [Thu Jun 11 08:04:56 2026] GET /v2.0/ports?network_id=1bc40d3a-c3dc-4db5-b7e1-5406c923e4fa&device_owner=network%3Adhcp => generated 1461 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1147/2181] 199.204.45.229 () {34 vars in 1012 bytes} [Thu Jun 11 08:04:56 2026] GET /v2.0/networks/1bc40d3a-c3dc-4db5-b7e1-5406c923e4fa?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: 1148/2182] 199.204.45.229 () {34 vars in 1112 bytes} [Thu Jun 11 08:04:57 2026] GET /v2.0/networks/1bc40d3a-c3dc-4db5-b7e1-5406c923e4fa?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: 1035/2183] 10.0.0.22 () {34 vars in 989 bytes} [Thu Jun 11 08:04:56 2026] GET /v2.0/ports?device_id=b60a4341-9a79-46fe-8129-7402467a94e0 => generated 1461 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1149/2184] 10.0.0.22 () {34 vars in 1039 bytes} [Thu Jun 11 08:04:57 2026] GET /v2.0/security-groups?id=c6765a72-272d-4b62-a693-1964b0a7a61b&fields=id&fields=name => generated 112 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1036/2185] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:04:58 2026] GET /v2.0/ports?device_id=5a8c2318-94ea-4eed-8bf1-f5b7003cf9d3 => 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: 1150/2186] 199.204.45.229 () {34 vars in 986 bytes} [Thu Jun 11 08:04:58 2026] GET /v2.0/networks?id=628a0951-d303-456c-a47d-01aac6c7ce2d => generated 660 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1037/2187] 199.204.45.229 () {34 vars in 1050 bytes} [Thu Jun 11 08:04:58 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=96ab7d4b5c124b3f9dfd4b824d6bc0bb => generated 181 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1038/2188] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:04:59 2026] GET /v2.0/ports?device_id=5a8c2318-94ea-4eed-8bf1-f5b7003cf9d3 => generated 961 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1151/2189] 199.204.45.229 () {38 vars in 955 bytes} [Thu Jun 11 08:04:58 2026] POST /v2.0/ports => generated 958 bytes in 343 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1039/2190] 10.0.0.72 () {34 vars in 1039 bytes} [Thu Jun 11 08:04:59 2026] GET /v2.0/security-groups?id=ecf90124-a5aa-43b4-ad32-a43a0c50ae56&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1152/2191] 199.204.45.229 () {38 vars in 1028 bytes} [Thu Jun 11 08:04:59 2026] PUT /v2.0/ports/55797c7f-6c2c-4c45-9558-c988782332b0 => generated 1239 bytes in 429 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-11 08:04:59.678 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b464d6a2-3bda-41be-bf5a-3faff1d50c29'] response: {'name': 'network-changed', 'server_uuid': '5a8c2318-94ea-4eed-8bf1-f5b7003cf9d3', 'tag': '55797c7f-6c2c-4c45-9558-c988782332b0', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1040/2192] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:04:59 2026] GET /v2.0/ports?device_id=8099f9b1-4e9d-49c1-85d2-d710157a803b => generated 1200 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: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1153/2193] 10.0.0.72 () {34 vars in 1039 bytes} [Thu Jun 11 08:04:59 2026] GET /v2.0/security-groups?id=c6765a72-272d-4b62-a693-1964b0a7a61b&fields=id&fields=name => generated 112 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1041/2194] 199.204.45.229 () {34 vars in 1080 bytes} [Thu Jun 11 08:05:00 2026] GET /v2.0/ports?tenant_id=96ab7d4b5c124b3f9dfd4b824d6bc0bb&device_id=5a8c2318-94ea-4eed-8bf1-f5b7003cf9d3 => 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: 1154/2195] 199.204.45.229 () {34 vars in 1018 bytes} [Thu Jun 11 08:05:00 2026] GET /v2.0/networks?tenant_id=96ab7d4b5c124b3f9dfd4b824d6bc0bb&shared=False => generated 756 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1042/2196] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:05:00 2026] GET /v2.0/ports?device_id=5a8c2318-94ea-4eed-8bf1-f5b7003cf9d3 => generated 973 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1155/2197] 199.204.45.229 () {34 vars in 930 bytes} [Thu Jun 11 08:05:00 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: 8|app: 0|req: 1043/2198] 10.0.0.72 () {34 vars in 1039 bytes} [Thu Jun 11 08:05:00 2026] GET /v2.0/security-groups?id=ecf90124-a5aa-43b4-ad32-a43a0c50ae56&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1156/2199] 199.204.45.229 () {34 vars in 1080 bytes} [Thu Jun 11 08:05:01 2026] GET /v2.0/ports?tenant_id=96ab7d4b5c124b3f9dfd4b824d6bc0bb&device_id=5a8c2318-94ea-4eed-8bf1-f5b7003cf9d3 => generated 1242 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1044/2200] 199.204.45.229 () {34 vars in 1060 bytes} [Thu Jun 11 08:05:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=55797c7f-6c2c-4c45-9558-c988782332b0 => generated 19 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1157/2201] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:05:01 2026] GET /v2.0/ports?device_id=5a8c2318-94ea-4eed-8bf1-f5b7003cf9d3 => generated 973 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1045/2202] 199.204.45.229 () {34 vars in 984 bytes} [Thu Jun 11 08:05:01 2026] GET /v2.0/subnets?id=79d71ab3-0a99-4b7a-a7d7-ef52dcf2135f => generated 678 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1158/2203] 10.0.0.72 () {34 vars in 1039 bytes} [Thu Jun 11 08:05:01 2026] GET /v2.0/security-groups?id=ecf90124-a5aa-43b4-ad32-a43a0c50ae56&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: 1046/2204] 199.204.45.229 () {34 vars in 1052 bytes} [Thu Jun 11 08:05:01 2026] GET /v2.0/ports?network_id=628a0951-d303-456c-a47d-01aac6c7ce2d&device_owner=network%3Adhcp => generated 1244 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1159/2205] 199.204.45.229 () {34 vars in 1012 bytes} [Thu Jun 11 08:05:01 2026] GET /v2.0/networks/628a0951-d303-456c-a47d-01aac6c7ce2d?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: 1047/2206] 199.204.45.229 () {34 vars in 1112 bytes} [Thu Jun 11 08:05:01 2026] GET /v2.0/networks/628a0951-d303-456c-a47d-01aac6c7ce2d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1160/2207] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:05:02 2026] GET /v2.0/ports?device_id=5a8c2318-94ea-4eed-8bf1-f5b7003cf9d3 => generated 973 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1048/2208] 10.0.0.72 () {34 vars in 1039 bytes} [Thu Jun 11 08:05:02 2026] GET /v2.0/security-groups?id=ecf90124-a5aa-43b4-ad32-a43a0c50ae56&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1161/2209] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:05:03 2026] GET /v2.0/ports?device_id=5a8c2318-94ea-4eed-8bf1-f5b7003cf9d3 => generated 973 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1049/2210] 10.0.0.72 () {34 vars in 1039 bytes} [Thu Jun 11 08:05:03 2026] GET /v2.0/security-groups?id=ecf90124-a5aa-43b4-ad32-a43a0c50ae56&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: 1163/2213] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:05:04 2026] GET /v2.0/ports?device_id=8099f9b1-4e9d-49c1-85d2-d710157a803b => generated 1200 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1051/2214] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:05:04 2026] GET /v2.0/ports?device_id=5a8c2318-94ea-4eed-8bf1-f5b7003cf9d3 => generated 973 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1164/2215] 10.0.0.72 () {34 vars in 1039 bytes} [Thu Jun 11 08:05:04 2026] GET /v2.0/security-groups?id=c6765a72-272d-4b62-a693-1964b0a7a61b&fields=id&fields=name => generated 112 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1052/2216] 10.0.0.72 () {34 vars in 1039 bytes} [Thu Jun 11 08:05:04 2026] GET /v2.0/security-groups?id=ecf90124-a5aa-43b4-ad32-a43a0c50ae56&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: 1165/2217] 10.0.0.53 () {32 vars in 817 bytes} [Thu Jun 11 08:05:05 2026] GET /v2.0/ports?network_id=1bc40d3a-c3dc-4db5-b7e1-5406c923e4fa&mac_address=fa%3A16%3A3e%3Ab4%3A71%3A51 => generated 1200 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-11 08:05:05.890 8 INFO neutron.db.l3_db [None req-ca3859ed-1083-4e53-bd21-18aa7fabb5f8 b41a2ea921144765b2d0ea471d91d146 82a57869cb414d9a9c79124d55ca8efe - - default default] Floating IP d77814bc-c789-4097-ac74-812f405f0637 associated. External IP: 10.96.250.214, port: af005396-25ff-4343-8c19-c04670513dc9. [pid: 7|app: 0|req: 1166/2218] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:05:06 2026] GET /v2.0/ports?device_id=5a8c2318-94ea-4eed-8bf1-f5b7003cf9d3 => generated 975 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1167/2219] 10.0.0.72 () {34 vars in 1039 bytes} [Thu Jun 11 08:05:06 2026] GET /v2.0/security-groups?id=ecf90124-a5aa-43b4-ad32-a43a0c50ae56&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: 1053/2220] 10.0.0.53 () {34 vars in 676 bytes} [Thu Jun 11 08:05:05 2026] POST /v2.0/floatingips => generated 854 bytes in 1184 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-11 08:05:06.327 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-84357797-059f-4944-a84b-a60926343ea9'] response: {'name': 'network-changed', 'server_uuid': '8099f9b1-4e9d-49c1-85d2-d710157a803b', 'tag': 'af005396-25ff-4343-8c19-c04670513dc9', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1168/2221] 199.204.45.229 () {34 vars in 1080 bytes} [Thu Jun 11 08:05:06 2026] GET /v2.0/ports?tenant_id=82a57869cb414d9a9c79124d55ca8efe&device_id=8099f9b1-4e9d-49c1-85d2-d710157a803b => generated 1469 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1054/2222] 199.204.45.229 () {34 vars in 986 bytes} [Thu Jun 11 08:05:06 2026] GET /v2.0/networks?id=1bc40d3a-c3dc-4db5-b7e1-5406c923e4fa => 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: 1169/2223] 199.204.45.229 () {34 vars in 1056 bytes} [Thu Jun 11 08:05:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.29&port_id=af005396-25ff-4343-8c19-c04670513dc9 => generated 857 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1055/2224] 199.204.45.229 () {34 vars in 1106 bytes} [Thu Jun 11 08:05:07 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A18c&port_id=af005396-25ff-4343-8c19-c04670513dc9 => 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: 1170/2225] 199.204.45.229 () {34 vars in 1064 bytes} [Thu Jun 11 08:05:07 2026] GET /v2.0/subnets?id=1499b733-6a00-4574-bda4-0afd4e2a8dda&id=564dd39b-819e-4252-a4de-84545235c764 => generated 1411 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1056/2226] 199.204.45.229 () {34 vars in 1052 bytes} [Thu Jun 11 08:05:07 2026] GET /v2.0/ports?network_id=1bc40d3a-c3dc-4db5-b7e1-5406c923e4fa&device_owner=network%3Adhcp => generated 1461 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1171/2227] 199.204.45.229 () {34 vars in 1052 bytes} [Thu Jun 11 08:05:07 2026] GET /v2.0/ports?network_id=1bc40d3a-c3dc-4db5-b7e1-5406c923e4fa&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: 1057/2228] 199.204.45.229 () {34 vars in 1012 bytes} [Thu Jun 11 08:05:07 2026] GET /v2.0/networks/1bc40d3a-c3dc-4db5-b7e1-5406c923e4fa?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1172/2229] 199.204.45.229 () {34 vars in 1112 bytes} [Thu Jun 11 08:05:07 2026] GET /v2.0/networks/1bc40d3a-c3dc-4db5-b7e1-5406c923e4fa?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1058/2230] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:05:07 2026] GET /v2.0/ports?device_id=5a8c2318-94ea-4eed-8bf1-f5b7003cf9d3 => generated 975 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1173/2231] 10.0.0.72 () {34 vars in 1039 bytes} [Thu Jun 11 08:05:07 2026] GET /v2.0/security-groups?id=ecf90124-a5aa-43b4-ad32-a43a0c50ae56&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: 1059/2232] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:05:07 2026] GET /v2.0/ports?device_id=5a8c2318-94ea-4eed-8bf1-f5b7003cf9d3 => 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: 1174/2233] 10.0.0.72 () {34 vars in 1039 bytes} [Thu Jun 11 08:05:07 2026] GET /v2.0/security-groups?id=ecf90124-a5aa-43b4-ad32-a43a0c50ae56&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: 1060/2234] 10.0.0.53 () {32 vars in 735 bytes} [Thu Jun 11 08:05:07 2026] GET /v2.0/ports?device_id=5a8c2318-94ea-4eed-8bf1-f5b7003cf9d3 => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-11 08:05:08.501 7 INFO neutron.db.l3_db [None req-00051cb5-0e91-4580-8202-e05e6d924e92 69ea70e49dc445908248a204f631f352 96ab7d4b5c124b3f9dfd4b824d6bc0bb - - default default] Floating IP 3b3bf17c-4004-42d6-b40e-8fc75bb74d50 associated. External IP: 10.96.250.203, port: 55797c7f-6c2c-4c45-9558-c988782332b0. [pid: 7|app: 0|req: 1175/2235] 10.0.0.53 () {34 vars in 676 bytes} [Thu Jun 11 08:05:07 2026] POST /v2.0/floatingips => generated 856 bytes in 1216 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-11 08:05:08.892 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-76259f5c-ff4b-4da9-a7fc-84ef17432245'] response: {'name': 'network-changed', 'server_uuid': '5a8c2318-94ea-4eed-8bf1-f5b7003cf9d3', 'tag': '55797c7f-6c2c-4c45-9558-c988782332b0', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1061/2236] 10.0.0.53 () {32 vars in 728 bytes} [Thu Jun 11 08:05:08 2026] GET /v2.0/floatingips/3b3bf17c-4004-42d6-b40e-8fc75bb74d50 => generated 856 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1176/2237] 199.204.45.229 () {34 vars in 1080 bytes} [Thu Jun 11 08:05:09 2026] GET /v2.0/ports?tenant_id=96ab7d4b5c124b3f9dfd4b824d6bc0bb&device_id=5a8c2318-94ea-4eed-8bf1-f5b7003cf9d3 => 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: 1062/2238] 199.204.45.229 () {34 vars in 986 bytes} [Thu Jun 11 08:05:09 2026] GET /v2.0/networks?id=628a0951-d303-456c-a47d-01aac6c7ce2d => generated 756 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1177/2239] 199.204.45.229 () {34 vars in 1060 bytes} [Thu Jun 11 08:05:09 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=55797c7f-6c2c-4c45-9558-c988782332b0 => generated 859 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1063/2240] 199.204.45.229 () {34 vars in 984 bytes} [Thu Jun 11 08:05:09 2026] GET /v2.0/subnets?id=79d71ab3-0a99-4b7a-a7d7-ef52dcf2135f => generated 678 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1178/2241] 199.204.45.229 () {34 vars in 1052 bytes} [Thu Jun 11 08:05:09 2026] GET /v2.0/ports?network_id=628a0951-d303-456c-a47d-01aac6c7ce2d&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: 1064/2242] 199.204.45.229 () {34 vars in 1012 bytes} [Thu Jun 11 08:05:09 2026] GET /v2.0/networks/628a0951-d303-456c-a47d-01aac6c7ce2d?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: 1179/2243] 199.204.45.229 () {34 vars in 1112 bytes} [Thu Jun 11 08:05:09 2026] GET /v2.0/networks/628a0951-d303-456c-a47d-01aac6c7ce2d?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: 1065/2244] 10.0.0.53 () {32 vars in 728 bytes} [Thu Jun 11 08:05:09 2026] GET /v2.0/floatingips/3b3bf17c-4004-42d6-b40e-8fc75bb74d50 => generated 856 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1180/2245] 10.0.0.53 () {32 vars in 728 bytes} [Thu Jun 11 08:05:10 2026] GET /v2.0/floatingips/3b3bf17c-4004-42d6-b40e-8fc75bb74d50 => generated 858 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1066/2246] 10.0.0.22 () {34 vars in 989 bytes} [Thu Jun 11 08:05:11 2026] GET /v2.0/ports?device_id=8099f9b1-4e9d-49c1-85d2-d710157a803b => 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: 1181/2247] 10.0.0.22 () {34 vars in 1039 bytes} [Thu Jun 11 08:05:11 2026] GET /v2.0/security-groups?id=c6765a72-272d-4b62-a693-1964b0a7a61b&fields=id&fields=name => generated 112 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1067/2248] 10.0.0.22 () {34 vars in 989 bytes} [Thu Jun 11 08:05:18 2026] GET /v2.0/ports?device_id=5a8c2318-94ea-4eed-8bf1-f5b7003cf9d3 => 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: 1182/2249] 10.0.0.22 () {34 vars in 1039 bytes} [Thu Jun 11 08:05:18 2026] GET /v2.0/security-groups?id=ecf90124-a5aa-43b4-ad32-a43a0c50ae56&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: 1069/2252] 10.0.0.53 () {32 vars in 720 bytes} [Thu Jun 11 08:05:22 2026] GET /v2.0/subnets/da9c744d-03c0-45ed-b031-9101574e0d72 => 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: 1184/2253] 10.0.0.253 () {30 vars in 690 bytes} [Thu Jun 11 08:05:23 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1070/2254] 10.0.0.253 () {30 vars in 692 bytes} [Thu Jun 11 08:05:23 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: 1185/2255] 10.0.0.253 () {30 vars in 668 bytes} [Thu Jun 11 08:05:23 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1071/2256] 10.0.0.253 () {30 vars in 704 bytes} [Thu Jun 11 08:05:23 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: 1186/2257] 10.0.0.253 () {28 vars in 439 bytes} [Thu Jun 11 08:05:24 2026] GET / => generated 151 bytes in 2 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1072/2258] 10.0.0.253 () {30 vars in 728 bytes} [Thu Jun 11 08:05:24 2026] GET /v2.0/subnets/da9c744d-03c0-45ed-b031-9101574e0d72 => generated 658 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1187/2259] 10.0.0.253 () {30 vars in 690 bytes} [Thu Jun 11 08:05:24 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: 1073/2260] 10.0.0.253 () {30 vars in 692 bytes} [Thu Jun 11 08:05:24 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1188/2261] 10.0.0.253 () {30 vars in 668 bytes} [Thu Jun 11 08:05:24 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1074/2262] 10.0.0.253 () {30 vars in 704 bytes} [Thu Jun 11 08:05: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) [pid: 7|app: 0|req: 1189/2263] 10.0.0.253 () {30 vars in 728 bytes} [Thu Jun 11 08:05:24 2026] GET /v2.0/subnets/da9c744d-03c0-45ed-b031-9101574e0d72 => generated 676 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1075/2264] 10.0.0.253 () {30 vars in 690 bytes} [Thu Jun 11 08:05: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: 1190/2265] 10.0.0.253 () {30 vars in 692 bytes} [Thu Jun 11 08:05:24 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: 1076/2266] 10.0.0.253 () {30 vars in 668 bytes} [Thu Jun 11 08:05:24 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1191/2267] 10.0.0.253 () {30 vars in 704 bytes} [Thu Jun 11 08:05:24 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1077/2268] 10.0.0.253 () {30 vars in 730 bytes} [Thu Jun 11 08:05:24 2026] GET /v2.0/networks/3661f99f-f3c3-4cc6-ac42-ae44c7dfad16 => generated 799 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1192/2269] 10.0.0.253 () {30 vars in 682 bytes} [Thu Jun 11 08:05:24 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1078/2270] 10.0.0.253 () {34 vars in 704 bytes} [Thu Jun 11 08:05:24 2026] POST /v2.0/ports => generated 1128 bytes in 321 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1193/2271] 10.0.0.53 () {32 vars in 825 bytes} [Thu Jun 11 08:05:28 2026] GET /v2.0/ports?project_id=96ab7d4b5c124b3f9dfd4b824d6bc0bb&network_id=628a0951-d303-456c-a47d-01aac6c7ce2d => generated 3695 bytes in 73 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: 1079/2272] 10.0.0.53 () {32 vars in 741 bytes} [Thu Jun 11 08:05:28 2026] GET /v2.0/subnets?network_id=6271ef13-df5a-423b-a08b-eb07a1cd6870 => generated 667 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 08:05:28.887 7 INFO neutron.db.l3_db [None req-515ebaad-367a-4c9a-9a02-682032b39be0 69ea70e49dc445908248a204f631f352 96ab7d4b5c124b3f9dfd4b824d6bc0bb - - default default] Floating IP 3b3bf17c-4004-42d6-b40e-8fc75bb74d50 disassociated. External IP: 10.96.250.203, port: 55797c7f-6c2c-4c45-9558-c988782332b0. [pid: 7|app: 0|req: 1194/2273] 10.0.0.53 () {34 vars in 748 bytes} [Thu Jun 11 08:05:28 2026] PUT /v2.0/floatingips/3b3bf17c-4004-42d6-b40e-8fc75bb74d50 => generated 554 bytes in 512 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1080/2274] 10.0.0.53 () {32 vars in 728 bytes} [Thu Jun 11 08:05:29 2026] GET /v2.0/floatingips/3b3bf17c-4004-42d6-b40e-8fc75bb74d50 => generated 554 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 08:05:29.298 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-44472d2b-8ec8-49ce-a393-1248e313d3e8'] response: {'name': 'network-changed', 'server_uuid': '5a8c2318-94ea-4eed-8bf1-f5b7003cf9d3', 'tag': '55797c7f-6c2c-4c45-9558-c988782332b0', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1195/2275] 199.204.45.229 () {34 vars in 1080 bytes} [Thu Jun 11 08:05:29 2026] GET /v2.0/ports?tenant_id=96ab7d4b5c124b3f9dfd4b824d6bc0bb&device_id=5a8c2318-94ea-4eed-8bf1-f5b7003cf9d3 => 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: 1081/2276] 199.204.45.229 () {34 vars in 986 bytes} [Thu Jun 11 08:05:29 2026] GET /v2.0/networks?id=628a0951-d303-456c-a47d-01aac6c7ce2d => generated 756 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1196/2277] 199.204.45.229 () {34 vars in 1060 bytes} [Thu Jun 11 08:05:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=55797c7f-6c2c-4c45-9558-c988782332b0 => 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: 1082/2278] 199.204.45.229 () {34 vars in 984 bytes} [Thu Jun 11 08:05:29 2026] GET /v2.0/subnets?id=79d71ab3-0a99-4b7a-a7d7-ef52dcf2135f => generated 678 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1197/2279] 199.204.45.229 () {34 vars in 1052 bytes} [Thu Jun 11 08:05:29 2026] GET /v2.0/ports?network_id=628a0951-d303-456c-a47d-01aac6c7ce2d&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: 8|app: 0|req: 1083/2280] 199.204.45.229 () {34 vars in 1012 bytes} [Thu Jun 11 08:05:30 2026] GET /v2.0/networks/628a0951-d303-456c-a47d-01aac6c7ce2d?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: 1198/2281] 199.204.45.229 () {34 vars in 1112 bytes} [Thu Jun 11 08:05:30 2026] GET /v2.0/networks/628a0951-d303-456c-a47d-01aac6c7ce2d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1084/2282] 10.0.0.53 () {32 vars in 728 bytes} [Thu Jun 11 08:05:30 2026] GET /v2.0/floatingips/3b3bf17c-4004-42d6-b40e-8fc75bb74d50 => generated 554 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1199/2283] 199.204.45.229 () {30 vars in 703 bytes} [Thu Jun 11 08:05:30 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1085/2284] 199.204.45.229 () {30 vars in 705 bytes} [Thu Jun 11 08:05:30 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1200/2285] 199.204.45.229 () {30 vars in 681 bytes} [Thu Jun 11 08:05:30 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1086/2286] 199.204.45.229 () {30 vars in 717 bytes} [Thu Jun 11 08:05:30 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1201/2287] 199.204.45.229 () {30 vars in 737 bytes} [Thu Jun 11 08:05:30 2026] GET /v2.0/ports/34e5a44f-7089-409d-873f-a1b431b9d5ab => 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: 1087/2288] 199.204.45.229 () {30 vars in 703 bytes} [Thu Jun 11 08:05:30 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1202/2289] 199.204.45.229 () {30 vars in 705 bytes} [Thu Jun 11 08:05:30 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: 1088/2290] 199.204.45.229 () {30 vars in 681 bytes} [Thu Jun 11 08:05:30 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1203/2291] 199.204.45.229 () {30 vars in 717 bytes} [Thu Jun 11 08:05:31 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 08:05:31.041 8 INFO neutron.api.v2.resource [None req-3884a35d-95ae-408d-9741-14e38e5e8d2b d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1089/2292] 199.204.45.229 () {30 vars in 763 bytes} [Thu Jun 11 08:05:31 2026] GET /v2.0/security-groups/lb-0781a20b-28d0-459d-a9be-d7b2c0bcbec6 => generated 149 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1204/2293] 199.204.45.229 () {30 vars in 785 bytes} [Thu Jun 11 08:05:31 2026] GET /v2.0/security-groups?name=lb-0781a20b-28d0-459d-a9be-d7b2c0bcbec6 => generated 23 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1090/2294] 199.204.45.229 () {34 vars in 736 bytes} [Thu Jun 11 08:05:31 2026] POST /v2.0/security-groups => generated 1638 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1205/2295] 199.204.45.229 () {30 vars in 815 bytes} [Thu Jun 11 08:05:31 2026] GET /v2.0/security-group-rules?security_group_id=b8602296-eedb-4dc2-9355-be79038ace14 => generated 1182 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1206/2296] 10.0.0.53 () {32 vars in 728 bytes} [Thu Jun 11 08:05:31 2026] GET /v2.0/floatingips/3b3bf17c-4004-42d6-b40e-8fc75bb74d50 => generated 552 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1091/2297] 199.204.45.229 () {34 vars in 789 bytes} [Thu Jun 11 08:05:31 2026] PUT /v2.0/ports/34e5a44f-7089-409d-873f-a1b431b9d5ab => generated 1128 bytes in 261 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1207/2298] 199.204.45.229 () {30 vars in 703 bytes} [Thu Jun 11 08:05:31 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: 1092/2299] 199.204.45.229 () {30 vars in 705 bytes} [Thu Jun 11 08:05:31 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1208/2300] 199.204.45.229 () {30 vars in 681 bytes} [Thu Jun 11 08:05:31 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: 1093/2301] 199.204.45.229 () {30 vars in 717 bytes} [Thu Jun 11 08:05:31 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1209/2302] 199.204.45.229 () {30 vars in 741 bytes} [Thu Jun 11 08:05:31 2026] GET /v2.0/subnets/da9c744d-03c0-45ed-b031-9101574e0d72 => generated 676 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1094/2303] 10.0.0.53 () {34 vars in 684 bytes} [Thu Jun 11 08:05:32 2026] POST /v2.0/security-groups => generated 1675 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1210/2304] 10.0.0.53 () {34 vars in 694 bytes} [Thu Jun 11 08:05:32 2026] POST /v2.0/security-group-rules => generated 597 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1095/2305] 10.0.0.53 () {34 vars in 694 bytes} [Thu Jun 11 08:05:32 2026] POST /v2.0/security-group-rules => generated 596 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1211/2306] 10.0.0.53 () {34 vars in 694 bytes} [Thu Jun 11 08:05:32 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: 1096/2307] 10.0.0.53 () {34 vars in 694 bytes} [Thu Jun 11 08:05:32 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) 2026-06-11 08:05:33.035 7 INFO neutron.db.securitygroups_db [None req-c2001e6d-3810-4172-8180-dc9786c45b2f 69ea70e49dc445908248a204f631f352 96ab7d4b5c124b3f9dfd4b824d6bc0bb - - default default] Project 96ab7d4b5c124b3f9dfd4b824d6bc0bb 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: 1212/2308] 10.0.0.53 () {34 vars in 694 bytes} [Thu Jun 11 08:05:32 2026] POST /v2.0/security-group-rules => generated 607 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-11 08:05:33.175 8 INFO neutron.db.securitygroups_db [None req-65553354-8dcb-4847-b961-a2b32e2a78a3 69ea70e49dc445908248a204f631f352 96ab7d4b5c124b3f9dfd4b824d6bc0bb - - default default] Project 96ab7d4b5c124b3f9dfd4b824d6bc0bb 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: 1097/2309] 10.0.0.53 () {34 vars in 694 bytes} [Thu Jun 11 08:05:33 2026] POST /v2.0/security-group-rules => generated 606 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1213/2310] 10.0.0.53 () {32 vars in 648 bytes} [Thu Jun 11 08:05:33 2026] GET /v2.0/networks => generated 1297 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1098/2311] 10.0.0.72 () {34 vars in 1097 bytes} [Thu Jun 11 08:05:33 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-761072499&fields=id&tenant_id=96ab7d4b5c124b3f9dfd4b824d6bc0bb => generated 69 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1214/2314] 10.0.0.72 () {34 vars in 981 bytes} [Thu Jun 11 08:05:33 2026] GET /v2.0/networks?id=628a0951-d303-456c-a47d-01aac6c7ce2d => generated 660 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1101/2315] 10.0.0.72 () {34 vars in 964 bytes} [Thu Jun 11 08:05:33 2026] GET /v2.0/quotas/96ab7d4b5c124b3f9dfd4b824d6bc0bb => 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: 1215/2316] 10.0.0.72 () {34 vars in 1001 bytes} [Thu Jun 11 08:05:33 2026] GET /v2.0/ports?tenant_id=96ab7d4b5c124b3f9dfd4b824d6bc0bb&fields=id => generated 149 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1102/2317] 10.0.0.72 () {34 vars in 1007 bytes} [Thu Jun 11 08:05:33 2026] GET /v2.0/networks/628a0951-d303-456c-a47d-01aac6c7ce2d?fields=segments => generated 14 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1216/2318] 10.0.0.72 () {34 vars in 1107 bytes} [Thu Jun 11 08:05:34 2026] GET /v2.0/networks/628a0951-d303-456c-a47d-01aac6c7ce2d?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: 1103/2319] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:05:34 2026] GET /v2.0/ports?device_id=564daff4-d132-409a-a071-3527e82a0c7d => 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: 1217/2320] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:05:35 2026] GET /v2.0/ports?device_id=564daff4-d132-409a-a071-3527e82a0c7d => 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: 1104/2321] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:05:36 2026] GET /v2.0/ports?device_id=564daff4-d132-409a-a071-3527e82a0c7d => 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: 1218/2322] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:05:37 2026] GET /v2.0/ports?device_id=564daff4-d132-409a-a071-3527e82a0c7d => 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: 1105/2323] 199.204.45.229 () {34 vars in 986 bytes} [Thu Jun 11 08:05:38 2026] GET /v2.0/networks?id=628a0951-d303-456c-a47d-01aac6c7ce2d => generated 660 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1106/2324] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:05:38 2026] GET /v2.0/ports?device_id=564daff4-d132-409a-a071-3527e82a0c7d => 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: 1219/2325] 199.204.45.229 () {34 vars in 1050 bytes} [Thu Jun 11 08:05:38 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=96ab7d4b5c124b3f9dfd4b824d6bc0bb => generated 273 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1220/2326] 10.0.0.72 () {34 vars in 1015 bytes} [Thu Jun 11 08:05:38 2026] GET /v2.0/security-groups?id=c3d6c5ed-cd30-4425-9b8e-3d8a45536501&fields=id => generated 69 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1221/2327] 10.0.0.72 () {34 vars in 981 bytes} [Thu Jun 11 08:05:38 2026] GET /v2.0/networks?id=44565dec-d060-408d-b3e8-f5cc0bd69595 => generated 735 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1222/2328] 10.0.0.72 () {34 vars in 964 bytes} [Thu Jun 11 08:05:38 2026] GET /v2.0/quotas/383bf5ee5afc4a6098fb7c6746918ba8 => generated 291 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1223/2329] 10.0.0.72 () {34 vars in 1001 bytes} [Thu Jun 11 08:05:38 2026] GET /v2.0/ports?tenant_id=383bf5ee5afc4a6098fb7c6746918ba8&fields=id => generated 149 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1224/2330] 10.0.0.72 () {34 vars in 1007 bytes} [Thu Jun 11 08:05:38 2026] GET /v2.0/networks/44565dec-d060-408d-b3e8-f5cc0bd69595?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1225/2331] 10.0.0.72 () {34 vars in 1107 bytes} [Thu Jun 11 08:05:38 2026] GET /v2.0/networks/44565dec-d060-408d-b3e8-f5cc0bd69595?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: 1107/2332] 199.204.45.229 () {38 vars in 955 bytes} [Thu Jun 11 08:05:38 2026] POST /v2.0/ports => generated 958 bytes in 396 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1226/2333] 199.204.45.229 () {38 vars in 1028 bytes} [Thu Jun 11 08:05:38 2026] PUT /v2.0/ports/c6b5de60-675f-4aa5-89b6-20b7da82b0b6 => generated 1239 bytes in 407 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: 1108/2334] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:05:39 2026] GET /v2.0/ports?device_id=2a2a7776-14fb-4f09-ab48-9ae9f5b04533 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-11 08:05:39.426 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-62d07eba-eebb-427a-88d5-9514af2b4c33'] response: {'name': 'network-changed', 'server_uuid': '564daff4-d132-409a-a071-3527e82a0c7d', 'tag': 'c6b5de60-675f-4aa5-89b6-20b7da82b0b6', '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: 1227/2335] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:05:39 2026] GET /v2.0/ports?device_id=2a2a7776-14fb-4f09-ab48-9ae9f5b04533 => 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: 1109/2336] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:05:39 2026] GET /v2.0/ports?device_id=564daff4-d132-409a-a071-3527e82a0c7d => 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: 1228/2337] 10.0.0.72 () {34 vars in 1039 bytes} [Thu Jun 11 08:05:39 2026] GET /v2.0/security-groups?id=2a8c47c1-d405-4447-a258-086340726d6a&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: 1110/2338] 199.204.45.229 () {34 vars in 1080 bytes} [Thu Jun 11 08:05:39 2026] GET /v2.0/ports?tenant_id=96ab7d4b5c124b3f9dfd4b824d6bc0bb&device_id=564daff4-d132-409a-a071-3527e82a0c7d => generated 1242 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1229/2339] 199.204.45.229 () {34 vars in 1018 bytes} [Thu Jun 11 08:05:39 2026] GET /v2.0/networks?tenant_id=96ab7d4b5c124b3f9dfd4b824d6bc0bb&shared=False => generated 756 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1111/2340] 199.204.45.229 () {34 vars in 930 bytes} [Thu Jun 11 08:05:40 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1230/2341] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:05:40 2026] GET /v2.0/ports?device_id=564daff4-d132-409a-a071-3527e82a0c7d => generated 973 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1112/2342] 10.0.0.72 () {34 vars in 1039 bytes} [Thu Jun 11 08:05:40 2026] GET /v2.0/security-groups?id=2a8c47c1-d405-4447-a258-086340726d6a&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: 1231/2343] 199.204.45.229 () {34 vars in 1080 bytes} [Thu Jun 11 08:05:41 2026] GET /v2.0/ports?tenant_id=96ab7d4b5c124b3f9dfd4b824d6bc0bb&device_id=564daff4-d132-409a-a071-3527e82a0c7d => generated 1242 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1113/2344] 199.204.45.229 () {34 vars in 1060 bytes} [Thu Jun 11 08:05:41 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=c6b5de60-675f-4aa5-89b6-20b7da82b0b6 => 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: 1232/2345] 199.204.45.229 () {34 vars in 984 bytes} [Thu Jun 11 08:05:41 2026] GET /v2.0/subnets?id=79d71ab3-0a99-4b7a-a7d7-ef52dcf2135f => generated 678 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1114/2346] 199.204.45.229 () {34 vars in 1052 bytes} [Thu Jun 11 08:05:41 2026] GET /v2.0/ports?network_id=628a0951-d303-456c-a47d-01aac6c7ce2d&device_owner=network%3Adhcp => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1233/2347] 199.204.45.229 () {34 vars in 1012 bytes} [Thu Jun 11 08:05:41 2026] GET /v2.0/networks/628a0951-d303-456c-a47d-01aac6c7ce2d?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: 1115/2348] 199.204.45.229 () {34 vars in 1112 bytes} [Thu Jun 11 08:05:41 2026] GET /v2.0/networks/628a0951-d303-456c-a47d-01aac6c7ce2d?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: 1234/2349] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:05:41 2026] GET /v2.0/ports?device_id=564daff4-d132-409a-a071-3527e82a0c7d => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1116/2350] 10.0.0.72 () {34 vars in 1039 bytes} [Thu Jun 11 08:05:42 2026] GET /v2.0/security-groups?id=2a8c47c1-d405-4447-a258-086340726d6a&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: 1235/2351] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:05:42 2026] GET /v2.0/ports?device_id=2a2a7776-14fb-4f09-ab48-9ae9f5b04533 => 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: 1117/2352] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:05:42 2026] GET /v2.0/ports?device_id=2a2a7776-14fb-4f09-ab48-9ae9f5b04533 => 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: 1236/2353] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:05:43 2026] GET /v2.0/ports?device_id=564daff4-d132-409a-a071-3527e82a0c7d => generated 973 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1118/2354] 10.0.0.72 () {34 vars in 1039 bytes} [Thu Jun 11 08:05:43 2026] GET /v2.0/security-groups?id=2a8c47c1-d405-4447-a258-086340726d6a&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: 1237/2355] 199.204.45.229 () {34 vars in 986 bytes} [Thu Jun 11 08:05:43 2026] GET /v2.0/networks?id=44565dec-d060-408d-b3e8-f5cc0bd69595 => generated 735 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1119/2356] 199.204.45.229 () {34 vars in 1050 bytes} [Thu Jun 11 08:05:43 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=383bf5ee5afc4a6098fb7c6746918ba8 => generated 343 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1238/2357] 199.204.45.229 () {38 vars in 955 bytes} [Thu Jun 11 08:05:43 2026] POST /v2.0/ports => generated 1082 bytes in 289 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: 1239/2358] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:05:44 2026] GET /v2.0/ports?device_id=564daff4-d132-409a-a071-3527e82a0c7d => generated 973 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1240/2359] 10.0.0.72 () {34 vars in 1039 bytes} [Thu Jun 11 08:05:44 2026] GET /v2.0/security-groups?id=2a8c47c1-d405-4447-a258-086340726d6a&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: 1120/2360] 199.204.45.229 () {38 vars in 1028 bytes} [Thu Jun 11 08:05:43 2026] PUT /v2.0/ports/2003d46c-65c7-4349-9f82-708dfdea1479 => generated 1243 bytes in 457 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-11 08:05:44.445 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-2e6629a0-f874-4453-aed7-17aae62c35d2'] response: {'name': 'network-changed', 'server_uuid': '2a2a7776-14fb-4f09-ab48-9ae9f5b04533', 'tag': '2003d46c-65c7-4349-9f82-708dfdea1479', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1241/2361] 199.204.45.229 () {34 vars in 1080 bytes} [Thu Jun 11 08:05:44 2026] GET /v2.0/ports?tenant_id=383bf5ee5afc4a6098fb7c6746918ba8&device_id=2a2a7776-14fb-4f09-ab48-9ae9f5b04533 => generated 1246 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1121/2362] 199.204.45.229 () {34 vars in 1018 bytes} [Thu Jun 11 08:05:45 2026] GET /v2.0/networks?tenant_id=383bf5ee5afc4a6098fb7c6746918ba8&shared=False => generated 735 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1242/2363] 199.204.45.229 () {34 vars in 930 bytes} [Thu Jun 11 08:05:45 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1122/2364] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:05:45 2026] GET /v2.0/ports?device_id=2a2a7776-14fb-4f09-ab48-9ae9f5b04533 => generated 1246 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1243/2365] 10.0.0.72 () {34 vars in 1039 bytes} [Thu Jun 11 08:05:45 2026] GET /v2.0/security-groups?id=c3d6c5ed-cd30-4425-9b8e-3d8a45536501&fields=id&fields=name => generated 96 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1244/2366] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:05:45 2026] GET /v2.0/ports?device_id=2a2a7776-14fb-4f09-ab48-9ae9f5b04533 => generated 1246 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1123/2367] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:05:45 2026] GET /v2.0/ports?device_id=564daff4-d132-409a-a071-3527e82a0c7d => generated 975 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1245/2368] 10.0.0.72 () {34 vars in 1039 bytes} [Thu Jun 11 08:05:45 2026] GET /v2.0/security-groups?id=2a8c47c1-d405-4447-a258-086340726d6a&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: 8|app: 0|req: 1124/2369] 199.204.45.229 () {34 vars in 1080 bytes} [Thu Jun 11 08:05:46 2026] GET /v2.0/ports?tenant_id=383bf5ee5afc4a6098fb7c6746918ba8&device_id=2a2a7776-14fb-4f09-ab48-9ae9f5b04533 => generated 1246 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1246/2370] 199.204.45.229 () {34 vars in 1062 bytes} [Thu Jun 11 08:05:46 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.228&port_id=2003d46c-65c7-4349-9f82-708dfdea1479 => 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: 1125/2371] 199.204.45.229 () {34 vars in 984 bytes} [Thu Jun 11 08:05:46 2026] GET /v2.0/subnets?id=761a427e-2c0e-40c2-a25a-7a4be5d690d1 => generated 654 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1247/2372] 199.204.45.229 () {34 vars in 1052 bytes} [Thu Jun 11 08:05:46 2026] GET /v2.0/ports?network_id=44565dec-d060-408d-b3e8-f5cc0bd69595&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: 1126/2373] 199.204.45.229 () {34 vars in 1012 bytes} [Thu Jun 11 08:05:46 2026] GET /v2.0/networks/44565dec-d060-408d-b3e8-f5cc0bd69595?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: 1248/2374] 199.204.45.229 () {34 vars in 1112 bytes} [Thu Jun 11 08:05:46 2026] GET /v2.0/networks/44565dec-d060-408d-b3e8-f5cc0bd69595?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: 1127/2375] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:05:46 2026] GET /v2.0/ports?device_id=564daff4-d132-409a-a071-3527e82a0c7d => 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: 1249/2376] 10.0.0.72 () {34 vars in 1039 bytes} [Thu Jun 11 08:05:46 2026] GET /v2.0/security-groups?id=2a8c47c1-d405-4447-a258-086340726d6a&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: 1128/2377] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:05:46 2026] GET /v2.0/ports?device_id=564daff4-d132-409a-a071-3527e82a0c7d => generated 975 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1250/2378] 10.0.0.72 () {34 vars in 1039 bytes} [Thu Jun 11 08:05:46 2026] GET /v2.0/security-groups?id=2a8c47c1-d405-4447-a258-086340726d6a&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1129/2379] 10.0.0.53 () {32 vars in 735 bytes} [Thu Jun 11 08:05:46 2026] GET /v2.0/ports?device_id=564daff4-d132-409a-a071-3527e82a0c7d => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-11 08:05:47.235 7 INFO neutron.db.l3_db [None req-039e5f5e-13ba-4856-a615-3a6b018e74e5 69ea70e49dc445908248a204f631f352 96ab7d4b5c124b3f9dfd4b824d6bc0bb - - default default] Floating IP 3b3bf17c-4004-42d6-b40e-8fc75bb74d50 associated. External IP: 10.96.250.203, port: c6b5de60-675f-4aa5-89b6-20b7da82b0b6. [pid: 7|app: 0|req: 1251/2380] 10.0.0.53 () {34 vars in 748 bytes} [Thu Jun 11 08:05:46 2026] PUT /v2.0/floatingips/3b3bf17c-4004-42d6-b40e-8fc75bb74d50 => generated 856 bytes in 632 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1130/2381] 10.0.0.53 () {32 vars in 728 bytes} [Thu Jun 11 08:05:47 2026] GET /v2.0/floatingips/3b3bf17c-4004-42d6-b40e-8fc75bb74d50 => generated 856 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 08:05:47.613 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-780df405-ad6c-417a-acbb-9b4b12679f9c'] response: {'name': 'network-changed', 'server_uuid': '564daff4-d132-409a-a071-3527e82a0c7d', 'tag': 'c6b5de60-675f-4aa5-89b6-20b7da82b0b6', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1252/2382] 199.204.45.229 () {34 vars in 1080 bytes} [Thu Jun 11 08:05:48 2026] GET /v2.0/ports?tenant_id=96ab7d4b5c124b3f9dfd4b824d6bc0bb&device_id=564daff4-d132-409a-a071-3527e82a0c7d => 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: 1131/2383] 199.204.45.229 () {34 vars in 986 bytes} [Thu Jun 11 08:05:48 2026] GET /v2.0/networks?id=628a0951-d303-456c-a47d-01aac6c7ce2d => generated 756 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1253/2384] 199.204.45.229 () {34 vars in 1060 bytes} [Thu Jun 11 08:05:48 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=c6b5de60-675f-4aa5-89b6-20b7da82b0b6 => generated 859 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1132/2385] 199.204.45.229 () {34 vars in 984 bytes} [Thu Jun 11 08:05:48 2026] GET /v2.0/subnets?id=79d71ab3-0a99-4b7a-a7d7-ef52dcf2135f => generated 678 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1254/2386] 199.204.45.229 () {34 vars in 1052 bytes} [Thu Jun 11 08:05:48 2026] GET /v2.0/ports?network_id=628a0951-d303-456c-a47d-01aac6c7ce2d&device_owner=network%3Adhcp => generated 1244 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1133/2387] 199.204.45.229 () {34 vars in 1012 bytes} [Thu Jun 11 08:05:48 2026] GET /v2.0/networks/628a0951-d303-456c-a47d-01aac6c7ce2d?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1255/2388] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:05:48 2026] GET /v2.0/ports?device_id=2a2a7776-14fb-4f09-ab48-9ae9f5b04533 => generated 1246 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1134/2389] 199.204.45.229 () {34 vars in 1112 bytes} [Thu Jun 11 08:05:48 2026] GET /v2.0/networks/628a0951-d303-456c-a47d-01aac6c7ce2d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1256/2390] 10.0.0.72 () {34 vars in 1039 bytes} [Thu Jun 11 08:05:48 2026] GET /v2.0/security-groups?id=c3d6c5ed-cd30-4425-9b8e-3d8a45536501&fields=id&fields=name => generated 96 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1135/2391] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:05:48 2026] GET /v2.0/ports?device_id=2a2a7776-14fb-4f09-ab48-9ae9f5b04533 => generated 1246 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1257/2392] 10.0.0.53 () {32 vars in 728 bytes} [Thu Jun 11 08:05:48 2026] GET /v2.0/floatingips/3b3bf17c-4004-42d6-b40e-8fc75bb74d50 => generated 856 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1259/2395] 10.0.0.53 () {32 vars in 728 bytes} [Thu Jun 11 08:05:49 2026] GET /v2.0/floatingips/3b3bf17c-4004-42d6-b40e-8fc75bb74d50 => generated 858 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1137/2396] 199.204.45.229 () {34 vars in 994 bytes} [Thu Jun 11 08:05:49 2026] GET /v2.0/ports?device_id=2a2a7776-14fb-4f09-ab48-9ae9f5b04533 => generated 1248 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1260/2397] 199.204.45.229 () {34 vars in 1044 bytes} [Thu Jun 11 08:05:50 2026] GET /v2.0/security-groups?id=c3d6c5ed-cd30-4425-9b8e-3d8a45536501&fields=id&fields=name => generated 96 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1138/2398] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:05:51 2026] GET /v2.0/ports?device_id=2a2a7776-14fb-4f09-ab48-9ae9f5b04533 => generated 1248 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1261/2399] 10.0.0.72 () {34 vars in 1039 bytes} [Thu Jun 11 08:05:51 2026] GET /v2.0/security-groups?id=c3d6c5ed-cd30-4425-9b8e-3d8a45536501&fields=id&fields=name => generated 96 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1139/2400] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:05:51 2026] GET /v2.0/ports?device_id=2a2a7776-14fb-4f09-ab48-9ae9f5b04533 => generated 1248 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1262/2401] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:05:54 2026] GET /v2.0/ports?device_id=2a2a7776-14fb-4f09-ab48-9ae9f5b04533 => 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: 1140/2402] 10.0.0.72 () {34 vars in 1039 bytes} [Thu Jun 11 08:05:54 2026] GET /v2.0/security-groups?id=c3d6c5ed-cd30-4425-9b8e-3d8a45536501&fields=id&fields=name => generated 96 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1263/2403] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:05:54 2026] GET /v2.0/ports?device_id=2a2a7776-14fb-4f09-ab48-9ae9f5b04533 => 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: 1141/2404] 10.0.0.22 () {34 vars in 989 bytes} [Thu Jun 11 08:05:58 2026] GET /v2.0/ports?device_id=564daff4-d132-409a-a071-3527e82a0c7d => 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: 1264/2405] 10.0.0.22 () {34 vars in 1039 bytes} [Thu Jun 11 08:05:58 2026] GET /v2.0/security-groups?id=2a8c47c1-d405-4447-a258-086340726d6a&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: 1266/2408] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:06:12 2026] GET /v2.0/ports?device_id=564daff4-d132-409a-a071-3527e82a0c7d => generated 975 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1143/2409] 10.0.0.72 () {34 vars in 1039 bytes} [Thu Jun 11 08:06:12 2026] GET /v2.0/security-groups?id=2a8c47c1-d405-4447-a258-086340726d6a&fields=id&fields=name => generated 113 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1267/2410] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:06:13 2026] GET /v2.0/ports?device_id=564daff4-d132-409a-a071-3527e82a0c7d => generated 975 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1144/2411] 10.0.0.72 () {34 vars in 1039 bytes} [Thu Jun 11 08:06:13 2026] GET /v2.0/security-groups?id=2a8c47c1-d405-4447-a258-086340726d6a&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: 1268/2412] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:06:15 2026] GET /v2.0/ports?device_id=564daff4-d132-409a-a071-3527e82a0c7d => 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: 1145/2413] 10.0.0.72 () {34 vars in 1039 bytes} [Thu Jun 11 08:06:15 2026] GET /v2.0/security-groups?id=2a8c47c1-d405-4447-a258-086340726d6a&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: 1269/2414] 199.204.45.229 () {34 vars in 994 bytes} [Thu Jun 11 08:06:15 2026] GET /v2.0/ports?device_id=564daff4-d132-409a-a071-3527e82a0c7d => generated 975 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 08:06:15.427 8 INFO neutron_taas.services.taas.taas_plugin [req-33619011-61f7-47f2-bfac-65c89d8667c6 req-5998e4ec-d2a0-4765-bb88-df42e91999d0 69ea70e49dc445908248a204f631f352 96ab7d4b5c124b3f9dfd4b824d6bc0bb - - default default] TaaS: Handle Delete Port: c6b5de60-675f-4aa5-89b6-20b7da82b0b6 2026-06-11 08:06:15.432 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-33619011-61f7-47f2-bfac-65c89d8667c6 req-5998e4ec-d2a0-4765-bb88-df42e91999d0 69ea70e49dc445908248a204f631f352 96ab7d4b5c124b3f9dfd4b824d6bc0bb - - default default] Tap Mirror: Handle Delete Port: c6b5de60-675f-4aa5-89b6-20b7da82b0b6 2026-06-11 08:06:15.568 8 INFO neutron.db.l3_db [req-33619011-61f7-47f2-bfac-65c89d8667c6 req-5998e4ec-d2a0-4765-bb88-df42e91999d0 69ea70e49dc445908248a204f631f352 96ab7d4b5c124b3f9dfd4b824d6bc0bb - - default default] Floating IP 3b3bf17c-4004-42d6-b40e-8fc75bb74d50 disassociated. External IP: 10.96.250.203, port: c6b5de60-675f-4aa5-89b6-20b7da82b0b6. [pid: 8|app: 0|req: 1146/2415] 199.204.45.229 () {36 vars in 997 bytes} [Thu Jun 11 08:06:15 2026] DELETE /v2.0/ports/c6b5de60-675f-4aa5-89b6-20b7da82b0b6 => generated 0 bytes in 757 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-11 08:06:16.112 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-5ac852cf-fdda-4e6e-8db7-f96aecb7dc79'] response: {'server_uuid': '564daff4-d132-409a-a071-3527e82a0c7d', 'name': 'network-vif-deleted', 'tag': 'c6b5de60-675f-4aa5-89b6-20b7da82b0b6', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1270/2416] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:06:16 2026] GET /v2.0/ports?device_id=564daff4-d132-409a-a071-3527e82a0c7d => 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: 1147/2417] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:06:17 2026] GET /v2.0/ports?device_id=564daff4-d132-409a-a071-3527e82a0c7d => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1271/2418] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:06:18 2026] GET /v2.0/ports?device_id=564daff4-d132-409a-a071-3527e82a0c7d => 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: 1273/2421] 10.0.0.53 () {32 vars in 739 bytes} [Thu Jun 11 08:06:19 2026] DELETE /v2.0/security-groups/2a8c47c1-d405-4447-a258-086340726d6a => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-11 08:06:19.774 8 INFO neutron_taas.services.taas.taas_plugin [None req-433678b9-cf25-4cc0-a526-9ca6b4c9e6db 69ea70e49dc445908248a204f631f352 96ab7d4b5c124b3f9dfd4b824d6bc0bb - - default default] TaaS: Handle Delete Port: 374bad45-474f-46c7-8cf6-e66f4d2b9be4 2026-06-11 08:06:19.777 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-433678b9-cf25-4cc0-a526-9ca6b4c9e6db 69ea70e49dc445908248a204f631f352 96ab7d4b5c124b3f9dfd4b824d6bc0bb - - default default] Tap Mirror: Handle Delete Port: 374bad45-474f-46c7-8cf6-e66f4d2b9be4 [pid: 8|app: 0|req: 1149/2422] 10.0.0.53 () {32 vars in 731 bytes} [Thu Jun 11 08:06:19 2026] DELETE /v2.0/floatingips/3b3bf17c-4004-42d6-b40e-8fc75bb74d50 => generated 0 bytes in 283 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1274/2423] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:06:20 2026] GET /v2.0/ports?device_id=5a8c2318-94ea-4eed-8bf1-f5b7003cf9d3 => generated 975 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1150/2424] 10.0.0.72 () {34 vars in 1039 bytes} [Thu Jun 11 08:06:20 2026] GET /v2.0/security-groups?id=ecf90124-a5aa-43b4-ad32-a43a0c50ae56&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1275/2425] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:06:21 2026] GET /v2.0/ports?device_id=5a8c2318-94ea-4eed-8bf1-f5b7003cf9d3 => generated 975 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1151/2426] 10.0.0.72 () {34 vars in 1039 bytes} [Thu Jun 11 08:06:21 2026] GET /v2.0/security-groups?id=ecf90124-a5aa-43b4-ad32-a43a0c50ae56&fields=id&fields=name => generated 114 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1276/2427] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:06:22 2026] GET /v2.0/ports?device_id=5a8c2318-94ea-4eed-8bf1-f5b7003cf9d3 => generated 975 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1152/2428] 10.0.0.72 () {34 vars in 1039 bytes} [Thu Jun 11 08:06:22 2026] GET /v2.0/security-groups?id=ecf90124-a5aa-43b4-ad32-a43a0c50ae56&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1277/2429] 199.204.45.229 () {34 vars in 994 bytes} [Thu Jun 11 08:06:22 2026] GET /v2.0/ports?device_id=5a8c2318-94ea-4eed-8bf1-f5b7003cf9d3 => generated 975 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 08:06:22.750 8 INFO neutron_taas.services.taas.taas_plugin [req-8fd0ae84-87b7-497c-a513-1618ca68bafc req-a8d75419-dc07-4fca-ba31-b4ddb3a3ede8 69ea70e49dc445908248a204f631f352 96ab7d4b5c124b3f9dfd4b824d6bc0bb - - default default] TaaS: Handle Delete Port: 55797c7f-6c2c-4c45-9558-c988782332b0 2026-06-11 08:06:22.753 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-8fd0ae84-87b7-497c-a513-1618ca68bafc req-a8d75419-dc07-4fca-ba31-b4ddb3a3ede8 69ea70e49dc445908248a204f631f352 96ab7d4b5c124b3f9dfd4b824d6bc0bb - - default default] Tap Mirror: Handle Delete Port: 55797c7f-6c2c-4c45-9558-c988782332b0 [pid: 8|app: 0|req: 1153/2430] 199.204.45.229 () {36 vars in 997 bytes} [Thu Jun 11 08:06:22 2026] DELETE /v2.0/ports/55797c7f-6c2c-4c45-9558-c988782332b0 => generated 0 bytes in 323 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-11 08:06:22.961 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-73bdc2bf-76c8-4771-95e2-ba389529efb2'] response: {'server_uuid': '5a8c2318-94ea-4eed-8bf1-f5b7003cf9d3', 'name': 'network-vif-deleted', 'tag': '55797c7f-6c2c-4c45-9558-c988782332b0', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1278/2431] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:06:23 2026] GET /v2.0/ports?device_id=5a8c2318-94ea-4eed-8bf1-f5b7003cf9d3 => 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: 1154/2432] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:06:24 2026] GET /v2.0/ports?device_id=5a8c2318-94ea-4eed-8bf1-f5b7003cf9d3 => 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: 1279/2433] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:06:25 2026] GET /v2.0/ports?device_id=5a8c2318-94ea-4eed-8bf1-f5b7003cf9d3 => 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: 1155/2434] 10.0.0.53 () {32 vars in 739 bytes} [Thu Jun 11 08:06:26 2026] DELETE /v2.0/security-groups/ecf90124-a5aa-43b4-ad32-a43a0c50ae56 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-11 08:06:27.505 7 INFO neutron_taas.services.taas.taas_plugin [None req-8d0b3010-4e49-4556-9b1f-6e01c7348ec5 69ea70e49dc445908248a204f631f352 96ab7d4b5c124b3f9dfd4b824d6bc0bb - - default default] TaaS: Handle Delete Port: 6006b4c4-dfc1-4c9c-b6a3-c1da3d2047e4 2026-06-11 08:06:27.509 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8d0b3010-4e49-4556-9b1f-6e01c7348ec5 69ea70e49dc445908248a204f631f352 96ab7d4b5c124b3f9dfd4b824d6bc0bb - - default default] Tap Mirror: Handle Delete Port: 6006b4c4-dfc1-4c9c-b6a3-c1da3d2047e4 [pid: 7|app: 0|req: 1280/2435] 10.0.0.53 () {34 vars in 788 bytes} [Thu Jun 11 08:06:27 2026] PUT /v2.0/routers/68ba3c74-a8c2-452a-89be-edd6121d2c36/remove_router_interface => generated 309 bytes in 1013 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1156/2436] 10.0.0.53 () {32 vars in 723 bytes} [Thu Jun 11 08:06:28 2026] DELETE /v2.0/subnets/79d71ab3-0a99-4b7a-a7d7-ef52dcf2135f => generated 0 bytes in 200 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-11 08:06:28.544 7 INFO neutron_taas.services.taas.taas_plugin [None req-15101f86-9fd6-49b4-81e8-4a11ce24e053 69ea70e49dc445908248a204f631f352 96ab7d4b5c124b3f9dfd4b824d6bc0bb - - default default] TaaS: Handle Delete Port: 517e036d-b34f-43ce-9cc5-f4a8993cbebf 2026-06-11 08:06:28.548 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-15101f86-9fd6-49b4-81e8-4a11ce24e053 69ea70e49dc445908248a204f631f352 96ab7d4b5c124b3f9dfd4b824d6bc0bb - - default default] Tap Mirror: Handle Delete Port: 517e036d-b34f-43ce-9cc5-f4a8993cbebf 2026-06-11 08:06:28.827 7 INFO neutron_taas.services.taas.taas_plugin [None req-15101f86-9fd6-49b4-81e8-4a11ce24e053 69ea70e49dc445908248a204f631f352 96ab7d4b5c124b3f9dfd4b824d6bc0bb - - default default] TaaS: Handle Delete Port: 9d3ca5f5-dd04-46ce-8763-f28ff9aa208b 2026-06-11 08:06:28.830 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-15101f86-9fd6-49b4-81e8-4a11ce24e053 69ea70e49dc445908248a204f631f352 96ab7d4b5c124b3f9dfd4b824d6bc0bb - - default default] Tap Mirror: Handle Delete Port: 9d3ca5f5-dd04-46ce-8763-f28ff9aa208b 2026-06-11 08:06:29.206 7 INFO neutron.db.l3_hamode_db [None req-15101f86-9fd6-49b4-81e8-4a11ce24e053 69ea70e49dc445908248a204f631f352 96ab7d4b5c124b3f9dfd4b824d6bc0bb - - default default] HA network 15466384-d74d-4219-a77a-8db93af5b9ab was deleted as no HA routers are present in tenant 96ab7d4b5c124b3f9dfd4b824d6bc0bb. [pid: 7|app: 0|req: 1281/2437] 10.0.0.53 () {32 vars in 723 bytes} [Thu Jun 11 08:06:28 2026] DELETE /v2.0/routers/68ba3c74-a8c2-452a-89be-edd6121d2c36 => generated 0 bytes in 915 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-11 08:06:29.238 7 INFO neutron.services.segments.plugin [-] Segment 18bff483-5c1a-477f-9eb8-f02ea6759998 resource provider aggregate not found 2026-06-11 08:06:29.254 7 INFO neutron.services.segments.plugin [-] Segment 18bff483-5c1a-477f-9eb8-f02ea6759998 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 18bff483-5c1a-477f-9eb8-f02ea6759998 found for delete ", "request_id": "req-d3ae46e8-54f1-4948-908e-88c58113977f"}]} 2026-06-11 08:06:29.258 7 INFO neutron.services.segments.plugin [-] Segment 18bff483-5c1a-477f-9eb8-f02ea6759998 resource provider aggregate not found 2026-06-11 08:06:29.275 7 INFO neutron.services.segments.plugin [-] Segment 18bff483-5c1a-477f-9eb8-f02ea6759998 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 18bff483-5c1a-477f-9eb8-f02ea6759998 found for delete ", "request_id": "req-30660d4b-2e4f-46f7-9112-2b3c4af025fc"}]} 2026-06-11 08:06:29.328 8 INFO neutron_taas.services.taas.taas_plugin [None req-976f20f6-5216-4143-b794-0b0750cfda0f 69ea70e49dc445908248a204f631f352 96ab7d4b5c124b3f9dfd4b824d6bc0bb - - default default] TaaS: Handle Delete Port: 54722418-0db0-4296-b045-c6b47e70b9c5 2026-06-11 08:06:29.331 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-976f20f6-5216-4143-b794-0b0750cfda0f 69ea70e49dc445908248a204f631f352 96ab7d4b5c124b3f9dfd4b824d6bc0bb - - default default] Tap Mirror: Handle Delete Port: 54722418-0db0-4296-b045-c6b47e70b9c5 [pid: 7|app: 0|req: 1282/2438] 199.204.45.229 () {30 vars in 703 bytes} [Thu Jun 11 08:06: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: 7|app: 0|req: 1283/2439] 199.204.45.229 () {30 vars in 705 bytes} [Thu Jun 11 08:06:29 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: 1284/2440] 199.204.45.229 () {30 vars in 681 bytes} [Thu Jun 11 08:06:29 2026] GET /v2.0/extensions/qos => generated 166 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1285/2441] 199.204.45.229 () {30 vars in 717 bytes} [Thu Jun 11 08:06:29 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: 1286/2442] 199.204.45.229 () {30 vars in 741 bytes} [Thu Jun 11 08:06:29 2026] GET /v2.0/subnets/da9c744d-03c0-45ed-b031-9101574e0d72 => 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: 1287/2443] 199.204.45.229 () {30 vars in 769 bytes} [Thu Jun 11 08:06:29 2026] GET /v2.0/ports?device_id=2a2a7776-14fb-4f09-ab48-9ae9f5b04533 => generated 1248 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1157/2444] 10.0.0.53 () {32 vars in 725 bytes} [Thu Jun 11 08:06:29 2026] DELETE /v2.0/networks/628a0951-d303-456c-a47d-01aac6c7ce2d => generated 0 bytes in 348 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-11 08:06:29.572 8 INFO neutron.services.segments.plugin [-] Segment 076248fe-593e-430f-82fb-b8b71ab3418a resource provider aggregate not found 2026-06-11 08:06:29.589 8 INFO neutron.services.segments.plugin [-] Segment 076248fe-593e-430f-82fb-b8b71ab3418a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 076248fe-593e-430f-82fb-b8b71ab3418a found for delete ", "request_id": "req-e160fc63-a6b8-463a-9f07-d4e3cb4b3bc9"}]} 2026-06-11 08:06:29.605 8 INFO neutron.services.segments.plugin [-] Segment 076248fe-593e-430f-82fb-b8b71ab3418a resource provider aggregate not found 2026-06-11 08:06:29.625 8 INFO neutron.services.segments.plugin [-] Segment 076248fe-593e-430f-82fb-b8b71ab3418a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 076248fe-593e-430f-82fb-b8b71ab3418a found for delete ", "request_id": "req-9e4b5b9a-8463-48f7-a9be-8870d5969aca"}]} [pid: 7|app: 0|req: 1288/2445] 199.204.45.229 () {34 vars in 717 bytes} [Thu Jun 11 08:06:29 2026] POST /v2.0/ports => generated 1059 bytes in 322 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1158/2446] 10.0.0.72 () {34 vars in 970 bytes} [Thu Jun 11 08:06:29 2026] GET /v2.0/ports/c5edee69-2ca0-4d6b-bcb7-533130c88ff5 => generated 1059 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1289/2447] 10.0.0.72 () {34 vars in 906 bytes} [Thu Jun 11 08:06:30 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1159/2448] 10.0.0.53 () {32 vars in 773 bytes} [Thu Jun 11 08:06:30 2026] GET /v2.0/security-groups?tenant_id=96ab7d4b5c124b3f9dfd4b824d6bc0bb&name=default => generated 2925 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1290/2449] 10.0.0.53 () {32 vars in 739 bytes} [Thu Jun 11 08:06:30 2026] DELETE /v2.0/security-groups/a299ffba-b6df-4a0f-ac4f-a0fa8d95cd61 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1160/2450] 10.0.0.53 () {32 vars in 773 bytes} [Thu Jun 11 08:06:30 2026] GET /v2.0/security-groups?tenant_id=4c45763048aa4e56881316e116bc2217&name=default => generated 2929 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1291/2451] 10.0.0.53 () {32 vars in 739 bytes} [Thu Jun 11 08:06:30 2026] DELETE /v2.0/security-groups/84a7944b-3599-486c-a380-38c407f80f5a => 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: 1161/2452] 199.204.45.229 () {34 vars in 1262 bytes} [Thu Jun 11 08:06:31 2026] GET /v2.0/ports/c5edee69-2ca0-4d6b-bcb7-533130c88ff5?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1292/2453] 199.204.45.229 () {34 vars in 1012 bytes} [Thu Jun 11 08:06:31 2026] GET /v2.0/networks/3661f99f-f3c3-4cc6-ac42-ae44c7dfad16?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: 1162/2454] 199.204.45.229 () {34 vars in 1112 bytes} [Thu Jun 11 08:06:31 2026] GET /v2.0/networks/3661f99f-f3c3-4cc6-ac42-ae44c7dfad16?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1293/2455] 199.204.45.229 () {34 vars in 975 bytes} [Thu Jun 11 08:06:31 2026] GET /v2.0/ports/c5edee69-2ca0-4d6b-bcb7-533130c88ff5 => generated 1059 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1163/2456] 199.204.45.229 () {34 vars in 986 bytes} [Thu Jun 11 08:06:31 2026] GET /v2.0/networks?id=3661f99f-f3c3-4cc6-ac42-ae44c7dfad16 => generated 802 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1294/2457] 199.204.45.229 () {38 vars in 1028 bytes} [Thu Jun 11 08:06:31 2026] PUT /v2.0/ports/c5edee69-2ca0-4d6b-bcb7-533130c88ff5 => generated 1249 bytes in 463 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-11 08:06:32.623 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2e78b6a5-bb15-42ad-80a5-db1e1517d41c'] response: {'name': 'network-changed', 'server_uuid': '2a2a7776-14fb-4f09-ab48-9ae9f5b04533', 'tag': 'c5edee69-2ca0-4d6b-bcb7-533130c88ff5', 'status': 'completed', 'code': 200} 2026-06-11 08:06:32.779 8 INFO neutron.db.segments_db [None req-6ca00290-d429-4cc6-a7c2-141f9ed43e51 d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] Added segment 4e819002-749b-479a-a38b-aff9c76f2510 of type vxlan for network 85e959d3-7b56-49c4-9679-16ea96cfed9b [pid: 8|app: 0|req: 1164/2458] 10.0.0.53 () {34 vars in 670 bytes} [Thu Jun 11 08:06:32 2026] POST /v2.0/networks => generated 741 bytes in 400 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1295/2459] 10.0.0.53 () {34 vars in 668 bytes} [Thu Jun 11 08:06:32 2026] POST /v2.0/subnets => generated 688 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-11 08:06:33.112 8 INFO neutron.db.segments_db [None req-44283635-5029-494c-a295-a0719e6081a9 d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] Added segment afe0ce26-0040-447e-98fb-eedcf7609f54 of type vxlan for network e81bb817-c883-4ef9-9225-1ed7cc179282 [pid: 7|app: 0|req: 1296/2460] 199.204.45.229 () {34 vars in 1080 bytes} [Thu Jun 11 08:06:33 2026] GET /v2.0/ports?tenant_id=383bf5ee5afc4a6098fb7c6746918ba8&device_id=2a2a7776-14fb-4f09-ab48-9ae9f5b04533 => generated 2489 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1297/2461] 199.204.45.229 () {34 vars in 986 bytes} [Thu Jun 11 08:06:33 2026] GET /v2.0/networks?id=3661f99f-f3c3-4cc6-ac42-ae44c7dfad16 => generated 802 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1298/2462] 199.204.45.229 () {34 vars in 1058 bytes} [Thu Jun 11 08:06:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.248&port_id=c5edee69-2ca0-4d6b-bcb7-533130c88ff5 => 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: 1299/2463] 199.204.45.229 () {34 vars in 984 bytes} [Thu Jun 11 08:06:33 2026] GET /v2.0/subnets?id=da9c744d-03c0-45ed-b031-9101574e0d72 => generated 679 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1300/2464] 199.204.45.229 () {34 vars in 1052 bytes} [Thu Jun 11 08:06:33 2026] GET /v2.0/ports?network_id=3661f99f-f3c3-4cc6-ac42-ae44c7dfad16&device_owner=network%3Adhcp => generated 1461 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1301/2465] 199.204.45.229 () {34 vars in 1012 bytes} [Thu Jun 11 08:06:33 2026] GET /v2.0/networks/3661f99f-f3c3-4cc6-ac42-ae44c7dfad16?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-11 08:06:33.411 8 INFO neutron.db.l3_hamode_db [None req-44283635-5029-494c-a295-a0719e6081a9 d93995fb333d41e4830df63ac334fdfa 480b9eac15a94c24bd11c45b366578e0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1302/2466] 199.204.45.229 () {34 vars in 1112 bytes} [Thu Jun 11 08:06:33 2026] GET /v2.0/networks/3661f99f-f3c3-4cc6-ac42-ae44c7dfad16?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-11 08:06:34.245 8 INFO neutron.db.l3_hamode_db [None req-44283635-5029-494c-a295-a0719e6081a9 d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1305/2469] 199.204.45.229 () {34 vars in 1080 bytes} [Thu Jun 11 08:06:34 2026] GET /v2.0/ports?tenant_id=383bf5ee5afc4a6098fb7c6746918ba8&device_id=2a2a7776-14fb-4f09-ab48-9ae9f5b04533 => generated 2489 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1306/2470] 199.204.45.229 () {34 vars in 1062 bytes} [Thu Jun 11 08:06:34 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.228&port_id=2003d46c-65c7-4349-9f82-708dfdea1479 => 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: 1307/2471] 199.204.45.229 () {34 vars in 984 bytes} [Thu Jun 11 08:06:34 2026] GET /v2.0/subnets?id=761a427e-2c0e-40c2-a25a-7a4be5d690d1 => generated 654 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1308/2472] 199.204.45.229 () {34 vars in 1052 bytes} [Thu Jun 11 08:06:34 2026] GET /v2.0/ports?network_id=44565dec-d060-408d-b3e8-f5cc0bd69595&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1309/2473] 199.204.45.229 () {34 vars in 1012 bytes} [Thu Jun 11 08:06:34 2026] GET /v2.0/networks/44565dec-d060-408d-b3e8-f5cc0bd69595?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: 1310/2474] 199.204.45.229 () {34 vars in 1112 bytes} [Thu Jun 11 08:06:34 2026] GET /v2.0/networks/44565dec-d060-408d-b3e8-f5cc0bd69595?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: 1311/2475] 199.204.45.229 () {34 vars in 1058 bytes} [Thu Jun 11 08:06:34 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.248&port_id=c5edee69-2ca0-4d6b-bcb7-533130c88ff5 => 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: 1312/2476] 199.204.45.229 () {34 vars in 984 bytes} [Thu Jun 11 08:06:34 2026] GET /v2.0/subnets?id=da9c744d-03c0-45ed-b031-9101574e0d72 => 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: 1313/2477] 199.204.45.229 () {34 vars in 1052 bytes} [Thu Jun 11 08:06:34 2026] GET /v2.0/ports?network_id=3661f99f-f3c3-4cc6-ac42-ae44c7dfad16&device_owner=network%3Adhcp => generated 1461 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1314/2478] 199.204.45.229 () {34 vars in 1012 bytes} [Thu Jun 11 08:06:34 2026] GET /v2.0/networks/3661f99f-f3c3-4cc6-ac42-ae44c7dfad16?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: 1315/2479] 199.204.45.229 () {34 vars in 1112 bytes} [Thu Jun 11 08:06:34 2026] GET /v2.0/networks/3661f99f-f3c3-4cc6-ac42-ae44c7dfad16?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: 1165/2480] 10.0.0.53 () {34 vars in 668 bytes} [Thu Jun 11 08:06:33 2026] POST /v2.0/routers => generated 728 bytes in 2068 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1316/2481] 10.0.0.53 () {34 vars in 782 bytes} [Thu Jun 11 08:06:35 2026] PUT /v2.0/routers/09e239ef-a8ec-41d4-bc22-3126ad3245fe/add_router_interface => generated 309 bytes in 1225 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 08:06:37.565 8 INFO neutron.db.segments_db [None req-2ebbe3db-3c2f-4846-b791-3261554fa14e d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] Added segment 6f1dc14f-fb67-49af-ab1e-bad6dad26a9a of type vxlan for network 651d2395-ec57-40f5-b7fb-a2665cd8f027 [pid: 8|app: 0|req: 1166/2482] 10.0.0.53 () {34 vars in 670 bytes} [Thu Jun 11 08:06:37 2026] POST /v2.0/networks => generated 740 bytes in 259 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1317/2483] 10.0.0.53 () {34 vars in 668 bytes} [Thu Jun 11 08:06:37 2026] POST /v2.0/subnets => generated 687 bytes in 201 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-11 08:06:37.920 8 INFO neutron.db.segments_db [None req-7ef07b17-5713-48cc-93d4-b13959223f68 d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] Added segment 51d239d7-95c4-436c-9afd-299746b077e1 of type vxlan for network 427c8f58-be2d-445b-95f7-d67e772ec0e5 2026-06-11 08:06:38.211 8 INFO neutron.db.l3_hamode_db [None req-7ef07b17-5713-48cc-93d4-b13959223f68 d93995fb333d41e4830df63ac334fdfa a622f387054d46b7946a400e66fecf73 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-11 08:06:39.047 8 INFO neutron.db.l3_hamode_db [None req-7ef07b17-5713-48cc-93d4-b13959223f68 d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1318/2484] 10.0.0.72 () {34 vars in 970 bytes} [Thu Jun 11 08:06:39 2026] GET /v2.0/ports/c5edee69-2ca0-4d6b-bcb7-533130c88ff5 => generated 1251 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1319/2485] 199.204.45.229 () {34 vars in 789 bytes} [Thu Jun 11 08:06:39 2026] PUT /v2.0/ports/c5edee69-2ca0-4d6b-bcb7-533130c88ff5 => generated 1275 bytes in 237 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-11 08:06:39.417 7 INFO neutron.api.v2.resource [None req-a3dca383-6432-4f82-b9bc-b4cfdacc8430 d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1320/2486] 199.204.45.229 () {30 vars in 763 bytes} [Thu Jun 11 08:06:39 2026] GET /v2.0/security-groups/lb-0781a20b-28d0-459d-a9be-d7b2c0bcbec6 => generated 149 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-11 08:06:39.443 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8c95a073-cccb-4d39-9fce-29c024cf78c0'] response: {'name': 'network-changed', 'server_uuid': '2a2a7776-14fb-4f09-ab48-9ae9f5b04533', 'tag': 'c5edee69-2ca0-4d6b-bcb7-533130c88ff5', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1321/2487] 199.204.45.229 () {30 vars in 785 bytes} [Thu Jun 11 08:06:39 2026] GET /v2.0/security-groups?name=lb-0781a20b-28d0-459d-a9be-d7b2c0bcbec6 => generated 1639 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1322/2488] 199.204.45.229 () {34 vars in 789 bytes} [Thu Jun 11 08:06:39 2026] PUT /v2.0/ports/c5edee69-2ca0-4d6b-bcb7-533130c88ff5 => generated 1313 bytes in 229 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: 1323/2489] 199.204.45.229 () {34 vars in 1080 bytes} [Thu Jun 11 08:06:39 2026] GET /v2.0/ports?tenant_id=383bf5ee5afc4a6098fb7c6746918ba8&device_id=2a2a7776-14fb-4f09-ab48-9ae9f5b04533 => generated 2589 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1167/2490] 10.0.0.53 () {34 vars in 668 bytes} [Thu Jun 11 08:06:37 2026] POST /v2.0/routers => generated 727 bytes in 2152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1324/2491] 199.204.45.229 () {34 vars in 986 bytes} [Thu Jun 11 08:06:39 2026] GET /v2.0/networks?id=3661f99f-f3c3-4cc6-ac42-ae44c7dfad16 => generated 802 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1325/2492] 199.204.45.229 () {34 vars in 1058 bytes} [Thu Jun 11 08:06:40 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.248&port_id=c5edee69-2ca0-4d6b-bcb7-533130c88ff5 => 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: 1326/2493] 199.204.45.229 () {34 vars in 984 bytes} [Thu Jun 11 08:06:40 2026] GET /v2.0/subnets?id=da9c744d-03c0-45ed-b031-9101574e0d72 => 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: 1327/2494] 199.204.45.229 () {34 vars in 1052 bytes} [Thu Jun 11 08:06:40 2026] GET /v2.0/ports?network_id=3661f99f-f3c3-4cc6-ac42-ae44c7dfad16&device_owner=network%3Adhcp => generated 1461 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1328/2495] 199.204.45.229 () {34 vars in 1012 bytes} [Thu Jun 11 08:06:40 2026] GET /v2.0/networks/3661f99f-f3c3-4cc6-ac42-ae44c7dfad16?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: 1329/2496] 199.204.45.229 () {34 vars in 1112 bytes} [Thu Jun 11 08:06:40 2026] GET /v2.0/networks/3661f99f-f3c3-4cc6-ac42-ae44c7dfad16?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1330/2497] 199.204.45.229 () {30 vars in 703 bytes} [Thu Jun 11 08:06:40 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1331/2498] 199.204.45.229 () {30 vars in 705 bytes} [Thu Jun 11 08:06:40 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1332/2499] 199.204.45.229 () {30 vars in 681 bytes} [Thu Jun 11 08:06:40 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1333/2500] 199.204.45.229 () {30 vars in 717 bytes} [Thu Jun 11 08:06:40 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1334/2501] 199.204.45.229 () {30 vars in 741 bytes} [Thu Jun 11 08:06:40 2026] GET /v2.0/subnets/da9c744d-03c0-45ed-b031-9101574e0d72 => generated 676 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1335/2502] 199.204.45.229 () {30 vars in 737 bytes} [Thu Jun 11 08:06:40 2026] GET /v2.0/ports/34e5a44f-7089-409d-873f-a1b431b9d5ab => 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: 1336/2503] 199.204.45.229 () {30 vars in 737 bytes} [Thu Jun 11 08:06:40 2026] GET /v2.0/ports/c5edee69-2ca0-4d6b-bcb7-533130c88ff5 => generated 1349 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1337/2504] 199.204.45.229 () {30 vars in 741 bytes} [Thu Jun 11 08:06:40 2026] GET /v2.0/subnets/da9c744d-03c0-45ed-b031-9101574e0d72 => generated 676 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1338/2505] 199.204.45.229 () {30 vars in 743 bytes} [Thu Jun 11 08:06:40 2026] GET /v2.0/networks/3661f99f-f3c3-4cc6-ac42-ae44c7dfad16 => generated 799 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1339/2506] 199.204.45.229 () {30 vars in 737 bytes} [Thu Jun 11 08:06:40 2026] GET /v2.0/ports/34e5a44f-7089-409d-873f-a1b431b9d5ab => generated 1128 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1340/2507] 199.204.45.229 () {30 vars in 741 bytes} [Thu Jun 11 08:06:40 2026] GET /v2.0/subnets/da9c744d-03c0-45ed-b031-9101574e0d72 => generated 676 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 08:06:41.482 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-184faeba-7923-49f6-acdb-220dc5f1e83d'] response: {'name': 'network-changed', 'server_uuid': '2a2a7776-14fb-4f09-ab48-9ae9f5b04533', 'tag': 'c5edee69-2ca0-4d6b-bcb7-533130c88ff5', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1168/2508] 10.0.0.53 () {34 vars in 782 bytes} [Thu Jun 11 08:06:40 2026] PUT /v2.0/routers/dcd7150b-7005-4209-9e7b-d46e4b817452/add_router_interface => generated 309 bytes in 1476 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1341/2509] 199.204.45.229 () {34 vars in 1080 bytes} [Thu Jun 11 08:06:41 2026] GET /v2.0/ports?tenant_id=383bf5ee5afc4a6098fb7c6746918ba8&device_id=2a2a7776-14fb-4f09-ab48-9ae9f5b04533 => generated 2589 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1169/2510] 199.204.45.229 () {34 vars in 986 bytes} [Thu Jun 11 08:06:42 2026] GET /v2.0/networks?id=3661f99f-f3c3-4cc6-ac42-ae44c7dfad16 => generated 802 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1342/2511] 199.204.45.229 () {34 vars in 1058 bytes} [Thu Jun 11 08:06:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.248&port_id=c5edee69-2ca0-4d6b-bcb7-533130c88ff5 => 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: 1170/2512] 199.204.45.229 () {34 vars in 984 bytes} [Thu Jun 11 08:06:42 2026] GET /v2.0/subnets?id=da9c744d-03c0-45ed-b031-9101574e0d72 => generated 679 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1343/2513] 199.204.45.229 () {34 vars in 1052 bytes} [Thu Jun 11 08:06:42 2026] GET /v2.0/ports?network_id=3661f99f-f3c3-4cc6-ac42-ae44c7dfad16&device_owner=network%3Adhcp => generated 1461 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1344/2514] 199.204.45.229 () {34 vars in 1012 bytes} [Thu Jun 11 08:06:42 2026] GET /v2.0/networks/3661f99f-f3c3-4cc6-ac42-ae44c7dfad16?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: 1345/2515] 199.204.45.229 () {34 vars in 1112 bytes} [Thu Jun 11 08:06:42 2026] GET /v2.0/networks/3661f99f-f3c3-4cc6-ac42-ae44c7dfad16?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: 1171/2516] 10.0.0.53 () {34 vars in 684 bytes} [Thu Jun 11 08:06:42 2026] POST /v2.0/security-groups => generated 1677 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1346/2517] 10.0.0.53 () {34 vars in 694 bytes} [Thu Jun 11 08:06:42 2026] POST /v2.0/security-group-rules => generated 597 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1172/2518] 10.0.0.53 () {34 vars in 694 bytes} [Thu Jun 11 08:06:42 2026] POST /v2.0/security-group-rules => generated 596 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1347/2519] 10.0.0.53 () {34 vars in 694 bytes} [Thu Jun 11 08:06:42 2026] POST /v2.0/security-group-rules => generated 602 bytes in 177 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1173/2520] 10.0.0.53 () {34 vars in 694 bytes} [Thu Jun 11 08:06:42 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) 2026-06-11 08:06:43.028 7 INFO neutron.db.securitygroups_db [None req-86243524-88c9-4cf7-9c00-e6f6f1b2ed4a 59cf9c23a91f4f228cf822f47d43347e 480b9eac15a94c24bd11c45b366578e0 - - default default] Project 480b9eac15a94c24bd11c45b366578e0 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: 1348/2521] 10.0.0.53 () {34 vars in 694 bytes} [Thu Jun 11 08:06:42 2026] POST /v2.0/security-group-rules => generated 607 bytes in 181 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-11 08:06:43.202 8 INFO neutron.db.securitygroups_db [None req-114663a2-5de9-49c4-b05c-6ba926e4f31d 59cf9c23a91f4f228cf822f47d43347e 480b9eac15a94c24bd11c45b366578e0 - - default default] Project 480b9eac15a94c24bd11c45b366578e0 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: 1174/2522] 10.0.0.53 () {34 vars in 694 bytes} [Thu Jun 11 08:06:43 2026] POST /v2.0/security-group-rules => generated 606 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1349/2523] 10.0.0.53 () {34 vars in 684 bytes} [Thu Jun 11 08:06:43 2026] POST /v2.0/security-groups => generated 1661 bytes in 573 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1175/2524] 10.0.0.53 () {34 vars in 694 bytes} [Thu Jun 11 08:06:44 2026] POST /v2.0/security-group-rules => generated 597 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1350/2525] 10.0.0.53 () {34 vars in 694 bytes} [Thu Jun 11 08:06:44 2026] POST /v2.0/security-group-rules => generated 602 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1176/2526] 10.0.0.53 () {34 vars in 675 bytes} [Thu Jun 11 08:06:44 2026] POST /v2.0/floatingips => generated 552 bytes in 502 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1351/2527] 10.0.0.72 () {34 vars in 1097 bytes} [Thu Jun 11 08:06:45 2026] GET /v2.0/security-groups?name=tempest-securitygroup--504432632&fields=id&tenant_id=480b9eac15a94c24bd11c45b366578e0 => 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: 1177/2528] 10.0.0.72 () {34 vars in 1099 bytes} [Thu Jun 11 08:06:45 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1658260634&fields=id&tenant_id=480b9eac15a94c24bd11c45b366578e0 => generated 69 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1352/2529] 10.0.0.72 () {34 vars in 981 bytes} [Thu Jun 11 08:06:45 2026] GET /v2.0/networks?id=85e959d3-7b56-49c4-9679-16ea96cfed9b => generated 673 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1178/2530] 10.0.0.72 () {34 vars in 964 bytes} [Thu Jun 11 08:06:45 2026] GET /v2.0/quotas/480b9eac15a94c24bd11c45b366578e0 => 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: 1353/2531] 10.0.0.72 () {34 vars in 1001 bytes} [Thu Jun 11 08:06:45 2026] GET /v2.0/ports?tenant_id=480b9eac15a94c24bd11c45b366578e0&fields=id => generated 103 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1179/2532] 10.0.0.72 () {34 vars in 1007 bytes} [Thu Jun 11 08:06:45 2026] GET /v2.0/networks/85e959d3-7b56-49c4-9679-16ea96cfed9b?fields=segments => generated 14 bytes in 164 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1354/2533] 10.0.0.72 () {34 vars in 1107 bytes} [Thu Jun 11 08:06:45 2026] GET /v2.0/networks/85e959d3-7b56-49c4-9679-16ea96cfed9b?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: 1180/2534] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:06:45 2026] GET /v2.0/ports?device_id=9bea7832-39ec-4e20-91f3-01a884e46a42 => 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: 1355/2535] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:06:46 2026] GET /v2.0/ports?device_id=9bea7832-39ec-4e20-91f3-01a884e46a42 => 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: 1356/2536] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:06:47 2026] GET /v2.0/ports?device_id=9bea7832-39ec-4e20-91f3-01a884e46a42 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-11 08:06:48.383 8 INFO neutron.db.l3_db [None req-008779f2-288c-4783-a493-79f574d3ada4 b41a2ea921144765b2d0ea471d91d146 82a57869cb414d9a9c79124d55ca8efe - - default default] Floating IP 56a9af47-903a-4a01-a555-d10d7d8fcbb2 associated. External IP: 10.96.250.213, port: 34e5a44f-7089-409d-873f-a1b431b9d5ab. [pid: 8|app: 0|req: 1181/2537] 10.0.0.53 () {34 vars in 676 bytes} [Thu Jun 11 08:06:47 2026] POST /v2.0/floatingips => generated 898 bytes in 1063 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1358/2540] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:06:49 2026] GET /v2.0/ports?device_id=9bea7832-39ec-4e20-91f3-01a884e46a42 => 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: 1359/2541] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:06:50 2026] GET /v2.0/ports?device_id=9bea7832-39ec-4e20-91f3-01a884e46a42 => 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: 1183/2542] 199.204.45.229 () {34 vars in 986 bytes} [Thu Jun 11 08:06:50 2026] GET /v2.0/networks?id=85e959d3-7b56-49c4-9679-16ea96cfed9b => generated 673 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1360/2543] 199.204.45.229 () {34 vars in 1050 bytes} [Thu Jun 11 08:06:50 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=480b9eac15a94c24bd11c45b366578e0 => generated 273 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1184/2544] 199.204.45.229 () {38 vars in 955 bytes} [Thu Jun 11 08:06:50 2026] POST /v2.0/ports => generated 993 bytes in 415 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1361/2545] 199.204.45.229 () {38 vars in 1028 bytes} [Thu Jun 11 08:06:50 2026] PUT /v2.0/ports/8970ddda-a979-41c0-93e6-777e9d4e6976 => generated 1274 bytes in 389 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-11 08:06:51.042 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-3004b17f-8f6d-46d5-9e73-c384786e238c'] response: {'name': 'network-changed', 'server_uuid': '9bea7832-39ec-4e20-91f3-01a884e46a42', 'tag': '8970ddda-a979-41c0-93e6-777e9d4e6976', '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: 1185/2546] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:06:51 2026] GET /v2.0/ports?device_id=9bea7832-39ec-4e20-91f3-01a884e46a42 => generated 1008 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1362/2547] 10.0.0.72 () {34 vars in 1119 bytes} [Thu Jun 11 08:06:51 2026] GET /v2.0/security-groups?id=88c606b3-5fbe-4abe-ad0b-1da336e32054&id=dec60d53-737c-4f3a-91a6-fb78806c4188&fields=id&fields=name => generated 206 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1186/2548] 199.204.45.229 () {30 vars in 703 bytes} [Thu Jun 11 08:06:51 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1363/2549] 199.204.45.229 () {30 vars in 705 bytes} [Thu Jun 11 08:06:51 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: 1187/2550] 199.204.45.229 () {30 vars in 681 bytes} [Thu Jun 11 08:06:51 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1364/2551] 199.204.45.229 () {30 vars in 717 bytes} [Thu Jun 11 08:06:51 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 08:06:51.413 8 INFO neutron.api.v2.resource [None req-80c874d9-8c0e-4055-93b9-77b208fa2005 d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1188/2552] 199.204.45.229 () {30 vars in 763 bytes} [Thu Jun 11 08:06:51 2026] GET /v2.0/security-groups/lb-0781a20b-28d0-459d-a9be-d7b2c0bcbec6 => generated 149 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1365/2553] 199.204.45.229 () {30 vars in 785 bytes} [Thu Jun 11 08:06:51 2026] GET /v2.0/security-groups?name=lb-0781a20b-28d0-459d-a9be-d7b2c0bcbec6 => generated 1639 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1189/2554] 199.204.45.229 () {30 vars in 815 bytes} [Thu Jun 11 08:06:51 2026] GET /v2.0/security-group-rules?security_group_id=b8602296-eedb-4dc2-9355-be79038ace14 => generated 1182 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1190/2555] 199.204.45.229 () {34 vars in 1080 bytes} [Thu Jun 11 08:06:51 2026] GET /v2.0/ports?tenant_id=480b9eac15a94c24bd11c45b366578e0&device_id=9bea7832-39ec-4e20-91f3-01a884e46a42 => 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: 1366/2556] 199.204.45.229 () {34 vars in 747 bytes} [Thu Jun 11 08:06:51 2026] POST /v2.0/security-group-rules => generated 601 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1191/2557] 199.204.45.229 () {34 vars in 1018 bytes} [Thu Jun 11 08:06:51 2026] GET /v2.0/networks?tenant_id=480b9eac15a94c24bd11c45b366578e0&shared=False => generated 769 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1192/2558] 199.204.45.229 () {34 vars in 930 bytes} [Thu Jun 11 08:06:51 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1367/2559] 199.204.45.229 () {34 vars in 747 bytes} [Thu Jun 11 08:06:51 2026] POST /v2.0/security-group-rules => generated 597 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1193/2560] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:06:52 2026] GET /v2.0/ports?device_id=9bea7832-39ec-4e20-91f3-01a884e46a42 => generated 1008 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1368/2561] 10.0.0.72 () {34 vars in 1119 bytes} [Thu Jun 11 08:06:52 2026] GET /v2.0/security-groups?id=88c606b3-5fbe-4abe-ad0b-1da336e32054&id=dec60d53-737c-4f3a-91a6-fb78806c4188&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: 1194/2562] 199.204.45.229 () {34 vars in 1080 bytes} [Thu Jun 11 08:06:52 2026] GET /v2.0/ports?tenant_id=480b9eac15a94c24bd11c45b366578e0&device_id=9bea7832-39ec-4e20-91f3-01a884e46a42 => generated 1277 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1369/2563] 199.204.45.229 () {34 vars in 1058 bytes} [Thu Jun 11 08:06:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=8970ddda-a979-41c0-93e6-777e9d4e6976 => 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: 1195/2564] 199.204.45.229 () {34 vars in 984 bytes} [Thu Jun 11 08:06:52 2026] GET /v2.0/subnets?id=ecb13650-7b24-45ec-8e8b-3e6b4da1197e => generated 691 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1370/2565] 199.204.45.229 () {34 vars in 1052 bytes} [Thu Jun 11 08:06:52 2026] GET /v2.0/ports?network_id=85e959d3-7b56-49c4-9679-16ea96cfed9b&device_owner=network%3Adhcp => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1196/2566] 199.204.45.229 () {34 vars in 1012 bytes} [Thu Jun 11 08:06:52 2026] GET /v2.0/networks/85e959d3-7b56-49c4-9679-16ea96cfed9b?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1371/2567] 199.204.45.229 () {34 vars in 1112 bytes} [Thu Jun 11 08:06:52 2026] GET /v2.0/networks/85e959d3-7b56-49c4-9679-16ea96cfed9b?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: 1197/2568] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:06:53 2026] GET /v2.0/ports?device_id=9bea7832-39ec-4e20-91f3-01a884e46a42 => generated 1008 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1372/2569] 10.0.0.72 () {34 vars in 1119 bytes} [Thu Jun 11 08:06:53 2026] GET /v2.0/security-groups?id=88c606b3-5fbe-4abe-ad0b-1da336e32054&id=dec60d53-737c-4f3a-91a6-fb78806c4188&fields=id&fields=name => generated 206 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1198/2570] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:06:54 2026] GET /v2.0/ports?device_id=9bea7832-39ec-4e20-91f3-01a884e46a42 => generated 1008 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1373/2571] 10.0.0.72 () {34 vars in 1119 bytes} [Thu Jun 11 08:06:54 2026] GET /v2.0/security-groups?id=88c606b3-5fbe-4abe-ad0b-1da336e32054&id=dec60d53-737c-4f3a-91a6-fb78806c4188&fields=id&fields=name => generated 206 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1199/2572] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:06:55 2026] GET /v2.0/ports?device_id=9bea7832-39ec-4e20-91f3-01a884e46a42 => generated 1010 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1374/2573] 10.0.0.72 () {34 vars in 1119 bytes} [Thu Jun 11 08:06:55 2026] GET /v2.0/security-groups?id=88c606b3-5fbe-4abe-ad0b-1da336e32054&id=dec60d53-737c-4f3a-91a6-fb78806c4188&fields=id&fields=name => generated 206 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1200/2574] 199.204.45.229 () {34 vars in 994 bytes} [Thu Jun 11 08:06:56 2026] GET /v2.0/ports?device_id=9bea7832-39ec-4e20-91f3-01a884e46a42 => generated 1279 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1375/2575] 199.204.45.229 () {34 vars in 1124 bytes} [Thu Jun 11 08:06:56 2026] GET /v2.0/security-groups?id=88c606b3-5fbe-4abe-ad0b-1da336e32054&id=dec60d53-737c-4f3a-91a6-fb78806c4188&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: 1201/2576] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:06:56 2026] GET /v2.0/ports?device_id=9bea7832-39ec-4e20-91f3-01a884e46a42 => generated 1010 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1376/2577] 10.0.0.72 () {34 vars in 1119 bytes} [Thu Jun 11 08:06:57 2026] GET /v2.0/security-groups?id=88c606b3-5fbe-4abe-ad0b-1da336e32054&id=dec60d53-737c-4f3a-91a6-fb78806c4188&fields=id&fields=name => generated 206 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1202/2578] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:06:58 2026] GET /v2.0/ports?device_id=9bea7832-39ec-4e20-91f3-01a884e46a42 => generated 1010 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1377/2579] 10.0.0.72 () {34 vars in 1119 bytes} [Thu Jun 11 08:06:58 2026] GET /v2.0/security-groups?id=88c606b3-5fbe-4abe-ad0b-1da336e32054&id=dec60d53-737c-4f3a-91a6-fb78806c4188&fields=id&fields=name => generated 206 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1203/2580] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:06:58 2026] GET /v2.0/ports?device_id=9bea7832-39ec-4e20-91f3-01a884e46a42 => generated 1010 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-11 08:06:58.711 7 INFO neutron.db.l3_db [None req-c1a09390-acac-4e2a-b1c3-901dbe27a585 59cf9c23a91f4f228cf822f47d43347e 480b9eac15a94c24bd11c45b366578e0 - - default default] Floating IP 352fb33e-24d9-49cb-b447-da170d5b40ce associated. External IP: 10.96.250.208, port: 8970ddda-a979-41c0-93e6-777e9d4e6976. [pid: 7|app: 0|req: 1378/2581] 10.0.0.53 () {34 vars in 748 bytes} [Thu Jun 11 08:06:58 2026] PUT /v2.0/floatingips/352fb33e-24d9-49cb-b447-da170d5b40ce => generated 855 bytes in 743 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 08:06:59.140 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-191ce7da-8bac-47df-b8f2-c6659728a2c7'] response: {'name': 'network-changed', 'server_uuid': '9bea7832-39ec-4e20-91f3-01a884e46a42', 'tag': '8970ddda-a979-41c0-93e6-777e9d4e6976', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1204/2582] 199.204.45.229 () {34 vars in 1080 bytes} [Thu Jun 11 08:06:59 2026] GET /v2.0/ports?tenant_id=480b9eac15a94c24bd11c45b366578e0&device_id=9bea7832-39ec-4e20-91f3-01a884e46a42 => generated 1279 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1379/2583] 199.204.45.229 () {34 vars in 986 bytes} [Thu Jun 11 08:06:59 2026] GET /v2.0/networks?id=85e959d3-7b56-49c4-9679-16ea96cfed9b => generated 769 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1205/2584] 199.204.45.229 () {34 vars in 1058 bytes} [Thu Jun 11 08:06:59 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=8970ddda-a979-41c0-93e6-777e9d4e6976 => generated 858 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1380/2585] 199.204.45.229 () {34 vars in 984 bytes} [Thu Jun 11 08:06:59 2026] GET /v2.0/subnets?id=ecb13650-7b24-45ec-8e8b-3e6b4da1197e => generated 691 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1206/2586] 199.204.45.229 () {34 vars in 1052 bytes} [Thu Jun 11 08:06:59 2026] GET /v2.0/ports?network_id=85e959d3-7b56-49c4-9679-16ea96cfed9b&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: 1381/2587] 199.204.45.229 () {34 vars in 1012 bytes} [Thu Jun 11 08:06:59 2026] GET /v2.0/networks/85e959d3-7b56-49c4-9679-16ea96cfed9b?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: 1207/2588] 199.204.45.229 () {34 vars in 1112 bytes} [Thu Jun 11 08:06:59 2026] GET /v2.0/networks/85e959d3-7b56-49c4-9679-16ea96cfed9b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1382/2589] 10.0.0.253 () {30 vars in 690 bytes} [Thu Jun 11 08:07:00 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1208/2590] 10.0.0.253 () {30 vars in 692 bytes} [Thu Jun 11 08:07:00 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: 1383/2591] 10.0.0.253 () {30 vars in 668 bytes} [Thu Jun 11 08:07:00 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1209/2592] 10.0.0.253 () {30 vars in 704 bytes} [Thu Jun 11 08:07:00 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: 1384/2593] 10.0.0.253 () {28 vars in 439 bytes} [Thu Jun 11 08:07:00 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: 1210/2594] 10.0.0.253 () {30 vars in 728 bytes} [Thu Jun 11 08:07:00 2026] GET /v2.0/subnets/cd054bd0-8549-450e-aa12-14dc073b97f4 => generated 656 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1385/2595] 199.204.45.229 () {30 vars in 703 bytes} [Thu Jun 11 08:07:01 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: 1211/2596] 199.204.45.229 () {30 vars in 705 bytes} [Thu Jun 11 08:07:01 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: 1386/2597] 199.204.45.229 () {30 vars in 681 bytes} [Thu Jun 11 08:07:01 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1212/2598] 199.204.45.229 () {30 vars in 717 bytes} [Thu Jun 11 08:07:01 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: 1387/2599] 199.204.45.229 () {30 vars in 741 bytes} [Thu Jun 11 08:07:01 2026] GET /v2.0/subnets/cd054bd0-8549-450e-aa12-14dc073b97f4 => generated 674 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1213/2600] 199.204.45.229 () {30 vars in 769 bytes} [Thu Jun 11 08:07:01 2026] GET /v2.0/ports?device_id=2a2a7776-14fb-4f09-ab48-9ae9f5b04533 => generated 2589 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1388/2601] 199.204.45.229 () {30 vars in 703 bytes} [Thu Jun 11 08:07: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: 1214/2602] 199.204.45.229 () {30 vars in 705 bytes} [Thu Jun 11 08:07:02 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: 1389/2603] 199.204.45.229 () {30 vars in 681 bytes} [Thu Jun 11 08:07:02 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1215/2604] 199.204.45.229 () {30 vars in 717 bytes} [Thu Jun 11 08:07:02 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: 1390/2605] 199.204.45.229 () {34 vars in 717 bytes} [Thu Jun 11 08:07:02 2026] POST /v2.0/ports => generated 1328 bytes in 353 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1216/2606] 10.0.0.72 () {34 vars in 970 bytes} [Thu Jun 11 08:07:02 2026] GET /v2.0/ports/615c11c2-2df1-4b36-acd1-0d58c877fb06 => generated 1328 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1391/2607] 199.204.45.229 () {34 vars in 1262 bytes} [Thu Jun 11 08:07:03 2026] GET /v2.0/ports/615c11c2-2df1-4b36-acd1-0d58c877fb06?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: 8|app: 0|req: 1217/2608] 199.204.45.229 () {34 vars in 1012 bytes} [Thu Jun 11 08:07:03 2026] GET /v2.0/networks/6a733532-aee9-4960-b068-49f6ce0d2c71?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: 1392/2609] 199.204.45.229 () {34 vars in 1112 bytes} [Thu Jun 11 08:07:03 2026] GET /v2.0/networks/6a733532-aee9-4960-b068-49f6ce0d2c71?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: 1219/2612] 199.204.45.229 () {34 vars in 975 bytes} [Thu Jun 11 08:07:04 2026] GET /v2.0/ports/615c11c2-2df1-4b36-acd1-0d58c877fb06 => generated 1328 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1394/2613] 199.204.45.229 () {34 vars in 986 bytes} [Thu Jun 11 08:07:04 2026] GET /v2.0/networks?id=6a733532-aee9-4960-b068-49f6ce0d2c71 => generated 800 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1220/2614] 199.204.45.229 () {38 vars in 1028 bytes} [Thu Jun 11 08:07:04 2026] PUT /v2.0/ports/615c11c2-2df1-4b36-acd1-0d58c877fb06 => generated 1518 bytes in 449 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-11 08:07:04.925 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8bae3887-4815-4fb6-be0d-ce012d4157a6'] response: {'name': 'network-changed', 'server_uuid': '2a2a7776-14fb-4f09-ab48-9ae9f5b04533', 'tag': '615c11c2-2df1-4b36-acd1-0d58c877fb06', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1395/2615] 199.204.45.229 () {34 vars in 1080 bytes} [Thu Jun 11 08:07:05 2026] GET /v2.0/ports?tenant_id=383bf5ee5afc4a6098fb7c6746918ba8&device_id=2a2a7776-14fb-4f09-ab48-9ae9f5b04533 => generated 4099 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, ' [pid: 8|app: 0|req: 1221/2616] 199.204.45.229 () {34 vars in 986 bytes} [Thu Jun 11 08:07:05 2026] GET /v2.0/networks?id=6a733532-aee9-4960-b068-49f6ce0d2c71 => generated 800 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1396/2617] 199.204.45.229 () {34 vars in 1058 bytes} [Thu Jun 11 08:07:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.249&port_id=615c11c2-2df1-4b36-acd1-0d58c877fb06 => 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: 1222/2618] 199.204.45.229 () {34 vars in 1104 bytes} [Thu Jun 11 08:07:05 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A3bc&port_id=615c11c2-2df1-4b36-acd1-0d58c877fb06 => 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: 1397/2619] 199.204.45.229 () {34 vars in 1064 bytes} [Thu Jun 11 08:07:05 2026] GET /v2.0/subnets?id=cd054bd0-8549-450e-aa12-14dc073b97f4&id=a999f349-0fac-45a1-8729-368f55ca2b22 => generated 1411 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1223/2620] 199.204.45.229 () {34 vars in 1052 bytes} [Thu Jun 11 08:07:05 2026] GET /v2.0/ports?network_id=6a733532-aee9-4960-b068-49f6ce0d2c71&device_owner=network%3Adhcp => generated 1457 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1398/2621] 199.204.45.229 () {34 vars in 1052 bytes} [Thu Jun 11 08:07:05 2026] GET /v2.0/ports?network_id=6a733532-aee9-4960-b068-49f6ce0d2c71&device_owner=network%3Adhcp => generated 1457 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1224/2622] 199.204.45.229 () {34 vars in 1012 bytes} [Thu Jun 11 08:07:05 2026] GET /v2.0/networks/6a733532-aee9-4960-b068-49f6ce0d2c71?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: 1399/2623] 199.204.45.229 () {34 vars in 1112 bytes} [Thu Jun 11 08:07:05 2026] GET /v2.0/networks/6a733532-aee9-4960-b068-49f6ce0d2c71?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: 1225/2624] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:07:06 2026] GET /v2.0/ports?device_id=9bea7832-39ec-4e20-91f3-01a884e46a42 => generated 1010 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1400/2625] 10.0.0.72 () {34 vars in 1119 bytes} [Thu Jun 11 08:07:06 2026] GET /v2.0/security-groups?id=88c606b3-5fbe-4abe-ad0b-1da336e32054&id=dec60d53-737c-4f3a-91a6-fb78806c4188&fields=id&fields=name => generated 206 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1226/2626] 10.0.0.53 () {32 vars in 735 bytes} [Thu Jun 11 08:07:06 2026] GET /v2.0/ports?device_id=9bea7832-39ec-4e20-91f3-01a884e46a42 => generated 1279 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1401/2627] 199.204.45.229 () {34 vars in 1080 bytes} [Thu Jun 11 08:07:06 2026] GET /v2.0/ports?tenant_id=383bf5ee5afc4a6098fb7c6746918ba8&device_id=2a2a7776-14fb-4f09-ab48-9ae9f5b04533 => generated 4099 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1402/2628] 199.204.45.229 () {34 vars in 1062 bytes} [Thu Jun 11 08:07:06 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.228&port_id=2003d46c-65c7-4349-9f82-708dfdea1479 => 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: 1227/2629] 10.0.0.53 () {32 vars in 857 bytes} [Thu Jun 11 08:07:06 2026] GET /v2.0/floatingips?floating_network_id=6271ef13-df5a-423b-a08b-eb07a1cd6870&port_id=8970ddda-a979-41c0-93e6-777e9d4e6976 => generated 860 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1403/2630] 199.204.45.229 () {34 vars in 984 bytes} [Thu Jun 11 08:07:06 2026] GET /v2.0/subnets?id=761a427e-2c0e-40c2-a25a-7a4be5d690d1 => generated 654 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1228/2631] 199.204.45.229 () {34 vars in 1052 bytes} [Thu Jun 11 08:07:06 2026] GET /v2.0/ports?network_id=44565dec-d060-408d-b3e8-f5cc0bd69595&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: 1404/2632] 199.204.45.229 () {34 vars in 1012 bytes} [Thu Jun 11 08:07:06 2026] GET /v2.0/networks/44565dec-d060-408d-b3e8-f5cc0bd69595?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: 1229/2633] 199.204.45.229 () {34 vars in 1112 bytes} [Thu Jun 11 08:07:07 2026] GET /v2.0/networks/44565dec-d060-408d-b3e8-f5cc0bd69595?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: 1405/2634] 199.204.45.229 () {34 vars in 1058 bytes} [Thu Jun 11 08:07:07 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.248&port_id=c5edee69-2ca0-4d6b-bcb7-533130c88ff5 => 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: 1230/2635] 199.204.45.229 () {34 vars in 984 bytes} [Thu Jun 11 08:07:07 2026] GET /v2.0/subnets?id=da9c744d-03c0-45ed-b031-9101574e0d72 => generated 679 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1406/2636] 199.204.45.229 () {34 vars in 1052 bytes} [Thu Jun 11 08:07:07 2026] GET /v2.0/ports?network_id=3661f99f-f3c3-4cc6-ac42-ae44c7dfad16&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: 8|app: 0|req: 1231/2637] 199.204.45.229 () {34 vars in 1012 bytes} [Thu Jun 11 08:07:07 2026] GET /v2.0/networks/3661f99f-f3c3-4cc6-ac42-ae44c7dfad16?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1407/2638] 199.204.45.229 () {34 vars in 1112 bytes} [Thu Jun 11 08:07:07 2026] GET /v2.0/networks/3661f99f-f3c3-4cc6-ac42-ae44c7dfad16?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: 1232/2639] 199.204.45.229 () {34 vars in 1058 bytes} [Thu Jun 11 08:07:07 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.249&port_id=615c11c2-2df1-4b36-acd1-0d58c877fb06 => 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: 1408/2640] 199.204.45.229 () {34 vars in 1104 bytes} [Thu Jun 11 08:07:07 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A3bc&port_id=615c11c2-2df1-4b36-acd1-0d58c877fb06 => 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: 1233/2641] 199.204.45.229 () {34 vars in 1064 bytes} [Thu Jun 11 08:07:07 2026] GET /v2.0/subnets?id=cd054bd0-8549-450e-aa12-14dc073b97f4&id=a999f349-0fac-45a1-8729-368f55ca2b22 => generated 1411 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1409/2642] 199.204.45.229 () {34 vars in 1052 bytes} [Thu Jun 11 08:07:07 2026] GET /v2.0/ports?network_id=6a733532-aee9-4960-b068-49f6ce0d2c71&device_owner=network%3Adhcp => generated 1457 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1234/2643] 199.204.45.229 () {34 vars in 1052 bytes} [Thu Jun 11 08:07:07 2026] GET /v2.0/ports?network_id=6a733532-aee9-4960-b068-49f6ce0d2c71&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: 1410/2644] 199.204.45.229 () {34 vars in 1012 bytes} [Thu Jun 11 08:07:07 2026] GET /v2.0/networks/6a733532-aee9-4960-b068-49f6ce0d2c71?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: 1235/2645] 199.204.45.229 () {34 vars in 1112 bytes} [Thu Jun 11 08:07:07 2026] GET /v2.0/networks/6a733532-aee9-4960-b068-49f6ce0d2c71?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1411/2646] 10.0.0.22 () {34 vars in 989 bytes} [Thu Jun 11 08:07:07 2026] GET /v2.0/ports?device_id=9bea7832-39ec-4e20-91f3-01a884e46a42 => generated 1279 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1236/2647] 10.0.0.22 () {34 vars in 1119 bytes} [Thu Jun 11 08:07:07 2026] GET /v2.0/security-groups?id=dec60d53-737c-4f3a-91a6-fb78806c4188&id=88c606b3-5fbe-4abe-ad0b-1da336e32054&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: 1412/2648] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:07:10 2026] GET /v2.0/ports?device_id=9bea7832-39ec-4e20-91f3-01a884e46a42 => generated 1010 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1237/2649] 10.0.0.72 () {34 vars in 1119 bytes} [Thu Jun 11 08:07:10 2026] GET /v2.0/security-groups?id=88c606b3-5fbe-4abe-ad0b-1da336e32054&id=dec60d53-737c-4f3a-91a6-fb78806c4188&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: 1413/2650] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:07:11 2026] GET /v2.0/ports?device_id=9bea7832-39ec-4e20-91f3-01a884e46a42 => generated 1010 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1238/2651] 10.0.0.72 () {34 vars in 1119 bytes} [Thu Jun 11 08:07:11 2026] GET /v2.0/security-groups?id=88c606b3-5fbe-4abe-ad0b-1da336e32054&id=dec60d53-737c-4f3a-91a6-fb78806c4188&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: 1414/2652] 10.0.0.72 () {34 vars in 970 bytes} [Thu Jun 11 08:07:11 2026] GET /v2.0/ports/615c11c2-2df1-4b36-acd1-0d58c877fb06 => generated 1520 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1239/2653] 199.204.45.229 () {30 vars in 743 bytes} [Thu Jun 11 08:07:11 2026] GET /v2.0/networks/6a733532-aee9-4960-b068-49f6ce0d2c71 => generated 797 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1415/2654] 199.204.45.229 () {30 vars in 741 bytes} [Thu Jun 11 08:07:11 2026] GET /v2.0/subnets/cd054bd0-8549-450e-aa12-14dc073b97f4 => 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: 1240/2655] 199.204.45.229 () {30 vars in 741 bytes} [Thu Jun 11 08:07:11 2026] GET /v2.0/subnets/a999f349-0fac-45a1-8729-368f55ca2b22 => generated 744 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1416/2656] 199.204.45.229 () {30 vars in 703 bytes} [Thu Jun 11 08:07:12 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1241/2657] 199.204.45.229 () {30 vars in 705 bytes} [Thu Jun 11 08:07:12 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1417/2658] 199.204.45.229 () {30 vars in 681 bytes} [Thu Jun 11 08:07:12 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1242/2659] 199.204.45.229 () {30 vars in 717 bytes} [Thu Jun 11 08:07:12 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: 1418/2660] 199.204.45.229 () {30 vars in 741 bytes} [Thu Jun 11 08:07:12 2026] GET /v2.0/subnets/da9c744d-03c0-45ed-b031-9101574e0d72 => generated 676 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1243/2661] 199.204.45.229 () {30 vars in 737 bytes} [Thu Jun 11 08:07:12 2026] GET /v2.0/ports/34e5a44f-7089-409d-873f-a1b431b9d5ab => generated 1128 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1419/2662] 199.204.45.229 () {30 vars in 737 bytes} [Thu Jun 11 08:07:12 2026] GET /v2.0/ports/c5edee69-2ca0-4d6b-bcb7-533130c88ff5 => generated 1349 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1244/2663] 199.204.45.229 () {30 vars in 741 bytes} [Thu Jun 11 08:07:12 2026] GET /v2.0/subnets/da9c744d-03c0-45ed-b031-9101574e0d72 => 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: 1420/2664] 199.204.45.229 () {30 vars in 743 bytes} [Thu Jun 11 08:07:12 2026] GET /v2.0/networks/3661f99f-f3c3-4cc6-ac42-ae44c7dfad16 => generated 799 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1245/2665] 199.204.45.229 () {30 vars in 737 bytes} [Thu Jun 11 08:07:12 2026] GET /v2.0/ports/34e5a44f-7089-409d-873f-a1b431b9d5ab => 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: 1421/2666] 199.204.45.229 () {30 vars in 741 bytes} [Thu Jun 11 08:07:12 2026] GET /v2.0/subnets/da9c744d-03c0-45ed-b031-9101574e0d72 => generated 676 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1246/2667] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:07:12 2026] GET /v2.0/ports?device_id=9bea7832-39ec-4e20-91f3-01a884e46a42 => generated 1010 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1422/2668] 10.0.0.72 () {34 vars in 1119 bytes} [Thu Jun 11 08:07:12 2026] GET /v2.0/security-groups?id=88c606b3-5fbe-4abe-ad0b-1da336e32054&id=dec60d53-737c-4f3a-91a6-fb78806c4188&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: 8|app: 0|req: 1247/2669] 199.204.45.229 () {34 vars in 994 bytes} [Thu Jun 11 08:07:12 2026] GET /v2.0/ports?device_id=9bea7832-39ec-4e20-91f3-01a884e46a42 => generated 1010 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-11 08:07:13.139 7 INFO neutron_taas.services.taas.taas_plugin [req-4f6cc71b-d5d9-4934-ad05-80ebcfaa2726 req-55aee9ae-0a9f-485f-a3a1-dc93ad94aa4d 59cf9c23a91f4f228cf822f47d43347e 480b9eac15a94c24bd11c45b366578e0 - - default default] TaaS: Handle Delete Port: 8970ddda-a979-41c0-93e6-777e9d4e6976 2026-06-11 08:07:13.144 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-4f6cc71b-d5d9-4934-ad05-80ebcfaa2726 req-55aee9ae-0a9f-485f-a3a1-dc93ad94aa4d 59cf9c23a91f4f228cf822f47d43347e 480b9eac15a94c24bd11c45b366578e0 - - default default] Tap Mirror: Handle Delete Port: 8970ddda-a979-41c0-93e6-777e9d4e6976 2026-06-11 08:07:13.308 7 INFO neutron.db.l3_db [req-4f6cc71b-d5d9-4934-ad05-80ebcfaa2726 req-55aee9ae-0a9f-485f-a3a1-dc93ad94aa4d 59cf9c23a91f4f228cf822f47d43347e 480b9eac15a94c24bd11c45b366578e0 - - default default] Floating IP 352fb33e-24d9-49cb-b447-da170d5b40ce disassociated. External IP: 10.96.250.208, port: 8970ddda-a979-41c0-93e6-777e9d4e6976. [pid: 7|app: 0|req: 1423/2670] 199.204.45.229 () {36 vars in 997 bytes} [Thu Jun 11 08:07:13 2026] DELETE /v2.0/ports/8970ddda-a979-41c0-93e6-777e9d4e6976 => generated 0 bytes in 649 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-11 08:07:13.687 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-3a74aa4b-f8c9-4220-a0ee-e3ed6611e73c'] response: {'server_uuid': '9bea7832-39ec-4e20-91f3-01a884e46a42', 'name': 'network-vif-deleted', 'tag': '8970ddda-a979-41c0-93e6-777e9d4e6976', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1248/2671] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:07:14 2026] GET /v2.0/ports?device_id=9bea7832-39ec-4e20-91f3-01a884e46a42 => 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: 1424/2672] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:07:15 2026] GET /v2.0/ports?device_id=9bea7832-39ec-4e20-91f3-01a884e46a42 => 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: 1249/2673] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:07:16 2026] GET /v2.0/ports?device_id=9bea7832-39ec-4e20-91f3-01a884e46a42 => 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: 1425/2674] 10.0.0.53 () {32 vars in 739 bytes} [Thu Jun 11 08:07:17 2026] DELETE /v2.0/security-groups/88c606b3-5fbe-4abe-ad0b-1da336e32054 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-11 08:07:17.493 8 INFO neutron.api.v2.resource [None req-850b7294-4697-4f60-9a2c-a2485f3e1cdf 59cf9c23a91f4f228cf822f47d43347e 480b9eac15a94c24bd11c45b366578e0 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1250/2675] 10.0.0.53 () {32 vars in 736 bytes} [Thu Jun 11 08:07:17 2026] GET /v2.0/security-groups/88c606b3-5fbe-4abe-ad0b-1da336e32054 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-11 08:07:17.591 7 INFO neutron_taas.services.taas.taas_plugin [None req-06f959ec-4922-45e2-98a6-54b003b8a402 59cf9c23a91f4f228cf822f47d43347e 480b9eac15a94c24bd11c45b366578e0 - - default default] TaaS: Handle Delete Port: 608b1619-38b3-4cc1-af98-138d590e31ca 2026-06-11 08:07:17.594 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-06f959ec-4922-45e2-98a6-54b003b8a402 59cf9c23a91f4f228cf822f47d43347e 480b9eac15a94c24bd11c45b366578e0 - - default default] Tap Mirror: Handle Delete Port: 608b1619-38b3-4cc1-af98-138d590e31ca [pid: 7|app: 0|req: 1426/2676] 10.0.0.53 () {32 vars in 731 bytes} [Thu Jun 11 08:07:17 2026] DELETE /v2.0/floatingips/352fb33e-24d9-49cb-b447-da170d5b40ce => generated 0 bytes in 253 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1251/2677] 10.0.0.53 () {32 vars in 739 bytes} [Thu Jun 11 08:07:17 2026] DELETE /v2.0/security-groups/dec60d53-737c-4f3a-91a6-fb78806c4188 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-11 08:07:18.344 7 INFO neutron_taas.services.taas.taas_plugin [None req-954116c8-54e6-4ff9-b3f4-fa3541ae281c d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] TaaS: Handle Delete Port: 26879cae-9052-4709-8f1f-327a8abf7ef9 2026-06-11 08:07:18.347 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-954116c8-54e6-4ff9-b3f4-fa3541ae281c d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] Tap Mirror: Handle Delete Port: 26879cae-9052-4709-8f1f-327a8abf7ef9 [pid: 7|app: 0|req: 1427/2680] 10.0.0.53 () {34 vars in 788 bytes} [Thu Jun 11 08:07:17 2026] PUT /v2.0/routers/09e239ef-a8ec-41d4-bc22-3126ad3245fe/remove_router_interface => generated 309 bytes in 945 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 08:07:19.084 8 INFO neutron_taas.services.taas.taas_plugin [None req-dd5e049c-ee1d-48ea-9d28-b3c4dce50399 d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] TaaS: Handle Delete Port: b89cab15-6a6a-474a-8aeb-295291e601c7 2026-06-11 08:07:19.087 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dd5e049c-ee1d-48ea-9d28-b3c4dce50399 d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] Tap Mirror: Handle Delete Port: b89cab15-6a6a-474a-8aeb-295291e601c7 2026-06-11 08:07:19.351 8 INFO neutron_taas.services.taas.taas_plugin [None req-dd5e049c-ee1d-48ea-9d28-b3c4dce50399 d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] TaaS: Handle Delete Port: 2d22b412-0752-4578-80d8-1d8f6aa7fccc 2026-06-11 08:07:19.354 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dd5e049c-ee1d-48ea-9d28-b3c4dce50399 d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] Tap Mirror: Handle Delete Port: 2d22b412-0752-4578-80d8-1d8f6aa7fccc 2026-06-11 08:07:19.719 8 INFO neutron.services.segments.plugin [-] Segment afe0ce26-0040-447e-98fb-eedcf7609f54 resource provider aggregate not found 2026-06-11 08:07:19.723 8 INFO neutron.services.segments.plugin [-] Segment afe0ce26-0040-447e-98fb-eedcf7609f54 resource provider aggregate not found 2026-06-11 08:07:19.738 8 INFO neutron.services.segments.plugin [-] Segment afe0ce26-0040-447e-98fb-eedcf7609f54 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid afe0ce26-0040-447e-98fb-eedcf7609f54 found for delete ", "request_id": "req-b326a53c-87bc-4870-8142-f2b4bebfc489"}]} 2026-06-11 08:07:19.740 8 INFO neutron.services.segments.plugin [-] Segment afe0ce26-0040-447e-98fb-eedcf7609f54 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid afe0ce26-0040-447e-98fb-eedcf7609f54 found for delete ", "request_id": "req-5990d823-0b78-4796-83c8-3e66406e4cc1"}]} 2026-06-11 08:07:19.748 8 INFO neutron.db.l3_hamode_db [None req-dd5e049c-ee1d-48ea-9d28-b3c4dce50399 d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] HA network e81bb817-c883-4ef9-9225-1ed7cc179282 was deleted as no HA routers are present in tenant 480b9eac15a94c24bd11c45b366578e0. [pid: 8|app: 0|req: 1254/2681] 10.0.0.53 () {32 vars in 723 bytes} [Thu Jun 11 08:07:18 2026] DELETE /v2.0/routers/09e239ef-a8ec-41d4-bc22-3126ad3245fe => generated 0 bytes in 871 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1428/2682] 10.0.0.53 () {32 vars in 723 bytes} [Thu Jun 11 08:07:19 2026] DELETE /v2.0/subnets/ecb13650-7b24-45ec-8e8b-3e6b4da1197e => generated 0 bytes in 175 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-11 08:07:20.029 8 INFO neutron_taas.services.taas.taas_plugin [None req-8196a3f7-6d4f-462a-a7c4-bb2e3952d138 d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] TaaS: Handle Delete Port: 4a58b578-d2ec-4086-ab3b-6ab50f6bf283 2026-06-11 08:07:20.033 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8196a3f7-6d4f-462a-a7c4-bb2e3952d138 d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] Tap Mirror: Handle Delete Port: 4a58b578-d2ec-4086-ab3b-6ab50f6bf283 [pid: 8|app: 0|req: 1255/2683] 10.0.0.53 () {32 vars in 725 bytes} [Thu Jun 11 08:07:19 2026] DELETE /v2.0/networks/85e959d3-7b56-49c4-9679-16ea96cfed9b => generated 0 bytes in 304 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-11 08:07:20.664 7 INFO neutron_taas.services.taas.taas_plugin [None req-49a67739-8b28-4019-bc41-07d7b1c66288 d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] TaaS: Handle Delete Port: 6758d172-8f25-44fe-b36e-2d24d2286de9 2026-06-11 08:07:20.668 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-49a67739-8b28-4019-bc41-07d7b1c66288 d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] Tap Mirror: Handle Delete Port: 6758d172-8f25-44fe-b36e-2d24d2286de9 [pid: 7|app: 0|req: 1429/2684] 10.0.0.53 () {34 vars in 788 bytes} [Thu Jun 11 08:07:20 2026] PUT /v2.0/routers/dcd7150b-7005-4209-9e7b-d46e4b817452/remove_router_interface => generated 309 bytes in 1032 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 08:07:21.509 8 INFO neutron_taas.services.taas.taas_plugin [None req-16d6dcd5-c34d-4eb0-97e4-b6abe8852664 d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] TaaS: Handle Delete Port: 1eca185f-4302-414d-9240-6984aa1fdb6f 2026-06-11 08:07:21.512 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-16d6dcd5-c34d-4eb0-97e4-b6abe8852664 d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] Tap Mirror: Handle Delete Port: 1eca185f-4302-414d-9240-6984aa1fdb6f [pid: 7|app: 0|req: 1430/2685] 10.0.0.253 () {30 vars in 690 bytes} [Thu Jun 11 08:07:21 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1431/2686] 10.0.0.253 () {30 vars in 692 bytes} [Thu Jun 11 08:07:21 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: 1432/2687] 10.0.0.253 () {30 vars in 668 bytes} [Thu Jun 11 08:07:21 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1433/2688] 10.0.0.253 () {30 vars in 704 bytes} [Thu Jun 11 08:07:21 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 08:07:21.746 8 INFO neutron_taas.services.taas.taas_plugin [None req-16d6dcd5-c34d-4eb0-97e4-b6abe8852664 d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] TaaS: Handle Delete Port: 3c40e062-8784-42c4-83bc-73a6c8079b52 2026-06-11 08:07:21.750 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-16d6dcd5-c34d-4eb0-97e4-b6abe8852664 d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] Tap Mirror: Handle Delete Port: 3c40e062-8784-42c4-83bc-73a6c8079b52 2026-06-11 08:07:21.755 8 INFO neutron.services.segments.plugin [-] Segment 4e819002-749b-479a-a38b-aff9c76f2510 resource provider aggregate not found 2026-06-11 08:07:21.770 8 INFO neutron.services.segments.plugin [-] Segment 4e819002-749b-479a-a38b-aff9c76f2510 resource provider aggregate not found 2026-06-11 08:07:21.773 8 INFO neutron.services.segments.plugin [-] Segment 4e819002-749b-479a-a38b-aff9c76f2510 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4e819002-749b-479a-a38b-aff9c76f2510 found for delete ", "request_id": "req-979c04e6-b2d6-4a07-850b-2856cd0c1773"}]} 2026-06-11 08:07:21.796 8 INFO neutron.services.segments.plugin [-] Segment 4e819002-749b-479a-a38b-aff9c76f2510 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4e819002-749b-479a-a38b-aff9c76f2510 found for delete ", "request_id": "req-459ce13a-1020-400a-a6cf-dd2d88985b12"}]} [pid: 7|app: 0|req: 1434/2689] 10.0.0.253 () {28 vars in 439 bytes} [Thu Jun 11 08:07:21 2026] GET / => generated 151 bytes in 2 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1435/2690] 10.0.0.253 () {30 vars in 728 bytes} [Thu Jun 11 08:07:21 2026] GET /v2.0/subnets/564dd39b-819e-4252-a4de-84545235c764 => generated 654 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 08:07:22.131 8 INFO neutron.db.l3_hamode_db [None req-16d6dcd5-c34d-4eb0-97e4-b6abe8852664 d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] HA network 427c8f58-be2d-445b-95f7-d67e772ec0e5 was deleted as no HA routers are present in tenant a622f387054d46b7946a400e66fecf73. [pid: 8|app: 0|req: 1256/2691] 10.0.0.53 () {32 vars in 723 bytes} [Thu Jun 11 08:07:21 2026] DELETE /v2.0/routers/dcd7150b-7005-4209-9e7b-d46e4b817452 => generated 0 bytes in 853 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1436/2692] 10.0.0.53 () {32 vars in 723 bytes} [Thu Jun 11 08:07:22 2026] DELETE /v2.0/subnets/3e64166a-b513-4ed7-b9a8-2087dbf2885f => generated 0 bytes in 193 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-11 08:07:22.451 8 INFO neutron_taas.services.taas.taas_plugin [None req-4d5b5be5-0369-4a58-9531-2cc8a61530bc d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] TaaS: Handle Delete Port: 40e8690d-fecc-41ee-bd2b-ac33808a39ee 2026-06-11 08:07:22.453 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4d5b5be5-0369-4a58-9531-2cc8a61530bc d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] Tap Mirror: Handle Delete Port: 40e8690d-fecc-41ee-bd2b-ac33808a39ee [pid: 8|app: 0|req: 1257/2693] 10.0.0.53 () {32 vars in 725 bytes} [Thu Jun 11 08:07:22 2026] DELETE /v2.0/networks/651d2395-ec57-40f5-b7fb-a2665cd8f027 => generated 0 bytes in 278 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1437/2694] 10.0.0.53 () {32 vars in 773 bytes} [Thu Jun 11 08:07:22 2026] GET /v2.0/security-groups?tenant_id=480b9eac15a94c24bd11c45b366578e0&name=default => generated 2929 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1258/2695] 10.0.0.53 () {32 vars in 739 bytes} [Thu Jun 11 08:07:22 2026] DELETE /v2.0/security-groups/55e9bcf9-97f2-4da6-996c-f510924df05b => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1438/2696] 10.0.0.53 () {32 vars in 773 bytes} [Thu Jun 11 08:07:23 2026] GET /v2.0/security-groups?tenant_id=a622f387054d46b7946a400e66fecf73&name=default => generated 2929 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1259/2697] 10.0.0.53 () {32 vars in 739 bytes} [Thu Jun 11 08:07:23 2026] DELETE /v2.0/security-groups/97005370-7edf-4c4e-a5e8-f7dc75881650 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-11 08:07:23.803 8 INFO neutron.services.segments.plugin [-] Segment 51d239d7-95c4-436c-9afd-299746b077e1 resource provider aggregate not found 2026-06-11 08:07:23.825 8 INFO neutron.services.segments.plugin [-] Segment 51d239d7-95c4-436c-9afd-299746b077e1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 51d239d7-95c4-436c-9afd-299746b077e1 found for delete ", "request_id": "req-51a5ea9b-4330-43ba-bd13-9b40522eda29"}]} 2026-06-11 08:07:23.832 8 INFO neutron.services.segments.plugin [-] Segment 51d239d7-95c4-436c-9afd-299746b077e1 resource provider aggregate not found 2026-06-11 08:07:23.850 8 INFO neutron.services.segments.plugin [-] Segment 6f1dc14f-fb67-49af-ab1e-bad6dad26a9a resource provider aggregate not found 2026-06-11 08:07:23.855 8 INFO neutron.services.segments.plugin [-] Segment 51d239d7-95c4-436c-9afd-299746b077e1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 51d239d7-95c4-436c-9afd-299746b077e1 found for delete ", "request_id": "req-d1b08899-db73-4006-b57b-b8e0759016a8"}]} 2026-06-11 08:07:23.869 8 INFO neutron.services.segments.plugin [-] Segment 6f1dc14f-fb67-49af-ab1e-bad6dad26a9a resource provider aggregate not found 2026-06-11 08:07:23.877 8 INFO neutron.services.segments.plugin [-] Segment 6f1dc14f-fb67-49af-ab1e-bad6dad26a9a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6f1dc14f-fb67-49af-ab1e-bad6dad26a9a found for delete ", "request_id": "req-3714342c-0b4d-433e-9395-f5814cd01480"}]} 2026-06-11 08:07:23.887 8 INFO neutron.services.segments.plugin [-] Segment 6f1dc14f-fb67-49af-ab1e-bad6dad26a9a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6f1dc14f-fb67-49af-ab1e-bad6dad26a9a found for delete ", "request_id": "req-6b30755a-841b-4260-b5d5-845462e5e4a4"}]} [pid: 7|app: 0|req: 1439/2698] 199.204.45.229 () {30 vars in 703 bytes} [Thu Jun 11 08:07:24 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 214 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1260/2699] 199.204.45.229 () {30 vars in 705 bytes} [Thu Jun 11 08:07:24 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: 1440/2700] 199.204.45.229 () {30 vars in 681 bytes} [Thu Jun 11 08:07:24 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: 1261/2701] 199.204.45.229 () {30 vars in 717 bytes} [Thu Jun 11 08:07:24 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1441/2702] 199.204.45.229 () {30 vars in 741 bytes} [Thu Jun 11 08:07:25 2026] GET /v2.0/subnets/cd054bd0-8549-450e-aa12-14dc073b97f4 => 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: 1262/2703] 199.204.45.229 () {30 vars in 741 bytes} [Thu Jun 11 08:07:25 2026] GET /v2.0/subnets/564dd39b-819e-4252-a4de-84545235c764 => generated 672 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1442/2704] 199.204.45.229 () {30 vars in 769 bytes} [Thu Jun 11 08:07:25 2026] GET /v2.0/ports?device_id=2a2a7776-14fb-4f09-ab48-9ae9f5b04533 => generated 4101 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1263/2705] 199.204.45.229 () {30 vars in 703 bytes} [Thu Jun 11 08:07:25 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: 1443/2706] 199.204.45.229 () {30 vars in 705 bytes} [Thu Jun 11 08:07:25 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1264/2707] 199.204.45.229 () {30 vars in 681 bytes} [Thu Jun 11 08:07:25 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: 1444/2708] 199.204.45.229 () {30 vars in 717 bytes} [Thu Jun 11 08:07:25 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1265/2709] 199.204.45.229 () {34 vars in 717 bytes} [Thu Jun 11 08:07:25 2026] POST /v2.0/ports => generated 1328 bytes in 351 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1445/2710] 10.0.0.72 () {34 vars in 970 bytes} [Thu Jun 11 08:07:26 2026] GET /v2.0/ports/5eed8712-037d-42ca-a660-fbbe37b6b291 => generated 1328 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1446/2711] 199.204.45.229 () {34 vars in 1262 bytes} [Thu Jun 11 08:07:27 2026] GET /v2.0/ports/5eed8712-037d-42ca-a660-fbbe37b6b291?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1447/2712] 199.204.45.229 () {34 vars in 1012 bytes} [Thu Jun 11 08:07:27 2026] GET /v2.0/networks/1bc40d3a-c3dc-4db5-b7e1-5406c923e4fa?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: 1448/2713] 199.204.45.229 () {34 vars in 1112 bytes} [Thu Jun 11 08:07:27 2026] GET /v2.0/networks/1bc40d3a-c3dc-4db5-b7e1-5406c923e4fa?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1449/2714] 199.204.45.229 () {34 vars in 975 bytes} [Thu Jun 11 08:07:28 2026] GET /v2.0/ports/5eed8712-037d-42ca-a660-fbbe37b6b291 => generated 1328 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1450/2715] 199.204.45.229 () {34 vars in 986 bytes} [Thu Jun 11 08:07:28 2026] GET /v2.0/networks?id=1bc40d3a-c3dc-4db5-b7e1-5406c923e4fa => generated 800 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1266/2716] 10.0.0.53 () {34 vars in 675 bytes} [Thu Jun 11 08:07:27 2026] POST /v2.0/floatingips => generated 552 bytes in 1082 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1451/2717] 199.204.45.229 () {38 vars in 1028 bytes} [Thu Jun 11 08:07:28 2026] PUT /v2.0/ports/5eed8712-037d-42ca-a660-fbbe37b6b291 => generated 1518 bytes in 463 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-11 08:07:28.650 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b5db29ab-8c3c-4f43-8b3c-1e5599bfdb4d'] response: {'name': 'network-changed', 'server_uuid': '2a2a7776-14fb-4f09-ab48-9ae9f5b04533', 'tag': '5eed8712-037d-42ca-a660-fbbe37b6b291', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1267/2718] 10.0.0.53 () {34 vars in 675 bytes} [Thu Jun 11 08:07:28 2026] POST /v2.0/floatingips => generated 552 bytes in 517 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1268/2719] 199.204.45.229 () {34 vars in 1080 bytes} [Thu Jun 11 08:07:29 2026] GET /v2.0/ports?tenant_id=383bf5ee5afc4a6098fb7c6746918ba8&device_id=2a2a7776-14fb-4f09-ab48-9ae9f5b04533 => generated 5611 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1269/2720] 199.204.45.229 () {34 vars in 986 bytes} [Thu Jun 11 08:07:29 2026] GET /v2.0/networks?id=1bc40d3a-c3dc-4db5-b7e1-5406c923e4fa => 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: 1270/2721] 199.204.45.229 () {34 vars in 1056 bytes} [Thu Jun 11 08:07:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.56&port_id=5eed8712-037d-42ca-a660-fbbe37b6b291 => generated 19 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1271/2722] 199.204.45.229 () {34 vars in 1106 bytes} [Thu Jun 11 08:07:29 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A349&port_id=5eed8712-037d-42ca-a660-fbbe37b6b291 => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1272/2723] 199.204.45.229 () {34 vars in 1064 bytes} [Thu Jun 11 08:07:29 2026] GET /v2.0/subnets?id=1499b733-6a00-4574-bda4-0afd4e2a8dda&id=564dd39b-819e-4252-a4de-84545235c764 => generated 1411 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1452/2724] 10.0.0.53 () {34 vars in 675 bytes} [Thu Jun 11 08:07:28 2026] POST /v2.0/floatingips => generated 552 bytes in 538 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1273/2725] 199.204.45.229 () {34 vars in 1052 bytes} [Thu Jun 11 08:07:29 2026] GET /v2.0/ports?network_id=1bc40d3a-c3dc-4db5-b7e1-5406c923e4fa&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: 1274/2726] 199.204.45.229 () {34 vars in 1052 bytes} [Thu Jun 11 08:07:29 2026] GET /v2.0/ports?network_id=1bc40d3a-c3dc-4db5-b7e1-5406c923e4fa&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: 1275/2727] 199.204.45.229 () {34 vars in 1012 bytes} [Thu Jun 11 08:07:29 2026] GET /v2.0/networks/1bc40d3a-c3dc-4db5-b7e1-5406c923e4fa?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: 1276/2728] 199.204.45.229 () {34 vars in 1112 bytes} [Thu Jun 11 08:07:29 2026] GET /v2.0/networks/1bc40d3a-c3dc-4db5-b7e1-5406c923e4fa?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: 1453/2729] 10.0.0.53 () {34 vars in 675 bytes} [Thu Jun 11 08:07:29 2026] POST /v2.0/floatingips => generated 552 bytes in 514 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1277/2730] 10.0.0.53 () {34 vars in 675 bytes} [Thu Jun 11 08:07:29 2026] POST /v2.0/floatingips => generated 552 bytes in 510 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1454/2731] 10.0.0.53 () {34 vars in 758 bytes} [Thu Jun 11 08:07:30 2026] PUT /v2.0/floatingips/413b429e-107b-4f18-af76-f2630e94c809/tags => generated 17 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1278/2732] 10.0.0.53 () {34 vars in 758 bytes} [Thu Jun 11 08:07:30 2026] PUT /v2.0/floatingips/c7bbccc4-e9f7-4cb6-9f5d-7c53fa7ac572/tags => generated 25 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1455/2733] 10.0.0.53 () {34 vars in 758 bytes} [Thu Jun 11 08:07:30 2026] PUT /v2.0/floatingips/c8d84475-3b84-4694-9476-66ae6fe92650/tags => generated 34 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1279/2734] 199.204.45.229 () {34 vars in 1080 bytes} [Thu Jun 11 08:07:30 2026] GET /v2.0/ports?tenant_id=383bf5ee5afc4a6098fb7c6746918ba8&device_id=2a2a7776-14fb-4f09-ab48-9ae9f5b04533 => generated 5611 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1280/2735] 199.204.45.229 () {34 vars in 1062 bytes} [Thu Jun 11 08:07:30 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.228&port_id=2003d46c-65c7-4349-9f82-708dfdea1479 => 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: 1456/2736] 10.0.0.53 () {34 vars in 758 bytes} [Thu Jun 11 08:07:30 2026] PUT /v2.0/floatingips/af6779d0-b2c3-45d2-85c3-5f3051ce0b35/tags => generated 19 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1281/2737] 199.204.45.229 () {34 vars in 984 bytes} [Thu Jun 11 08:07:30 2026] GET /v2.0/subnets?id=761a427e-2c0e-40c2-a25a-7a4be5d690d1 => 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: 1457/2738] 10.0.0.53 () {32 vars in 671 bytes} [Thu Jun 11 08:07:30 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1282/2739] 199.204.45.229 () {34 vars in 1052 bytes} [Thu Jun 11 08:07:30 2026] GET /v2.0/ports?network_id=44565dec-d060-408d-b3e8-f5cc0bd69595&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1458/2740] 10.0.0.53 () {32 vars in 685 bytes} [Thu Jun 11 08:07:30 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1283/2741] 199.204.45.229 () {34 vars in 1012 bytes} [Thu Jun 11 08:07:30 2026] GET /v2.0/networks/44565dec-d060-408d-b3e8-f5cc0bd69595?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: 1459/2742] 10.0.0.53 () {32 vars in 681 bytes} [Thu Jun 11 08:07:30 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1284/2743] 199.204.45.229 () {34 vars in 1112 bytes} [Thu Jun 11 08:07:30 2026] GET /v2.0/networks/44565dec-d060-408d-b3e8-f5cc0bd69595?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: 1460/2744] 10.0.0.53 () {32 vars in 693 bytes} [Thu Jun 11 08:07:30 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1285/2745] 199.204.45.229 () {34 vars in 1058 bytes} [Thu Jun 11 08:07:30 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.248&port_id=c5edee69-2ca0-4d6b-bcb7-533130c88ff5 => 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: 1286/2746] 199.204.45.229 () {34 vars in 984 bytes} [Thu Jun 11 08:07:30 2026] GET /v2.0/subnets?id=da9c744d-03c0-45ed-b031-9101574e0d72 => generated 679 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1461/2747] 10.0.0.53 () {32 vars in 679 bytes} [Thu Jun 11 08:07:30 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1287/2748] 199.204.45.229 () {34 vars in 1052 bytes} [Thu Jun 11 08:07:30 2026] GET /v2.0/ports?network_id=3661f99f-f3c3-4cc6-ac42-ae44c7dfad16&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: 1462/2749] 10.0.0.53 () {32 vars in 693 bytes} [Thu Jun 11 08:07:30 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1288/2750] 199.204.45.229 () {34 vars in 1012 bytes} [Thu Jun 11 08:07:30 2026] GET /v2.0/networks/3661f99f-f3c3-4cc6-ac42-ae44c7dfad16?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: 1463/2751] 10.0.0.53 () {32 vars in 689 bytes} [Thu Jun 11 08:07:30 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1464/2752] 10.0.0.53 () {32 vars in 701 bytes} [Thu Jun 11 08:07:31 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1289/2753] 199.204.45.229 () {34 vars in 1112 bytes} [Thu Jun 11 08:07:31 2026] GET /v2.0/networks/3661f99f-f3c3-4cc6-ac42-ae44c7dfad16?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: 1290/2754] 199.204.45.229 () {34 vars in 1058 bytes} [Thu Jun 11 08:07:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.249&port_id=615c11c2-2df1-4b36-acd1-0d58c877fb06 => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1291/2755] 199.204.45.229 () {34 vars in 1104 bytes} [Thu Jun 11 08:07:31 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A3bc&port_id=615c11c2-2df1-4b36-acd1-0d58c877fb06 => 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: 1292/2756] 199.204.45.229 () {34 vars in 1064 bytes} [Thu Jun 11 08:07:31 2026] GET /v2.0/subnets?id=cd054bd0-8549-450e-aa12-14dc073b97f4&id=a999f349-0fac-45a1-8729-368f55ca2b22 => generated 1411 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-11 08:07:31.176 7 INFO neutron_taas.services.taas.taas_plugin [None req-cb7d13ff-5737-401b-93c8-5edfc83bbe3a b9b8250b3e3644e5bd7edb7bc4acb1ab 06c88d702de7427ebbad009b1b50fec8 - - default default] TaaS: Handle Delete Port: 6e1f1f36-f2ad-42fe-a59e-6e7503c8b59e 2026-06-11 08:07:31.178 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cb7d13ff-5737-401b-93c8-5edfc83bbe3a b9b8250b3e3644e5bd7edb7bc4acb1ab 06c88d702de7427ebbad009b1b50fec8 - - default default] Tap Mirror: Handle Delete Port: 6e1f1f36-f2ad-42fe-a59e-6e7503c8b59e [pid: 8|app: 0|req: 1293/2757] 199.204.45.229 () {34 vars in 1052 bytes} [Thu Jun 11 08:07:31 2026] GET /v2.0/ports?network_id=6a733532-aee9-4960-b068-49f6ce0d2c71&device_owner=network%3Adhcp => generated 1457 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1294/2758] 199.204.45.229 () {34 vars in 1052 bytes} [Thu Jun 11 08:07:31 2026] GET /v2.0/ports?network_id=6a733532-aee9-4960-b068-49f6ce0d2c71&device_owner=network%3Adhcp => generated 1457 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1295/2759] 199.204.45.229 () {34 vars in 1012 bytes} [Thu Jun 11 08:07:31 2026] GET /v2.0/networks/6a733532-aee9-4960-b068-49f6ce0d2c71?fields=segments => generated 14 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1465/2760] 10.0.0.53 () {32 vars in 731 bytes} [Thu Jun 11 08:07:31 2026] DELETE /v2.0/floatingips/413b429e-107b-4f18-af76-f2630e94c809 => generated 0 bytes in 282 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1296/2761] 199.204.45.229 () {34 vars in 1112 bytes} [Thu Jun 11 08:07:31 2026] GET /v2.0/networks/6a733532-aee9-4960-b068-49f6ce0d2c71?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: 1297/2762] 199.204.45.229 () {34 vars in 1056 bytes} [Thu Jun 11 08:07:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.56&port_id=5eed8712-037d-42ca-a660-fbbe37b6b291 => 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: 1298/2763] 199.204.45.229 () {34 vars in 1106 bytes} [Thu Jun 11 08:07:31 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A349&port_id=5eed8712-037d-42ca-a660-fbbe37b6b291 => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-11 08:07:31.452 7 INFO neutron_taas.services.taas.taas_plugin [None req-9b5a34dd-a2c0-4684-841c-775f6e905919 b9b8250b3e3644e5bd7edb7bc4acb1ab 06c88d702de7427ebbad009b1b50fec8 - - default default] TaaS: Handle Delete Port: c5fbcf59-3971-4848-b052-48b52e2fe0bb 2026-06-11 08:07:31.455 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9b5a34dd-a2c0-4684-841c-775f6e905919 b9b8250b3e3644e5bd7edb7bc4acb1ab 06c88d702de7427ebbad009b1b50fec8 - - default default] Tap Mirror: Handle Delete Port: c5fbcf59-3971-4848-b052-48b52e2fe0bb [pid: 8|app: 0|req: 1299/2764] 199.204.45.229 () {34 vars in 1064 bytes} [Thu Jun 11 08:07:31 2026] GET /v2.0/subnets?id=1499b733-6a00-4574-bda4-0afd4e2a8dda&id=564dd39b-819e-4252-a4de-84545235c764 => generated 1411 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1300/2765] 199.204.45.229 () {34 vars in 1052 bytes} [Thu Jun 11 08:07:31 2026] GET /v2.0/ports?network_id=1bc40d3a-c3dc-4db5-b7e1-5406c923e4fa&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: 1301/2766] 199.204.45.229 () {34 vars in 1052 bytes} [Thu Jun 11 08:07:31 2026] GET /v2.0/ports?network_id=1bc40d3a-c3dc-4db5-b7e1-5406c923e4fa&device_owner=network%3Adhcp => generated 1461 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1466/2767] 10.0.0.53 () {32 vars in 731 bytes} [Thu Jun 11 08:07:31 2026] DELETE /v2.0/floatingips/c7bbccc4-e9f7-4cb6-9f5d-7c53fa7ac572 => generated 0 bytes in 249 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1302/2768] 199.204.45.229 () {34 vars in 1012 bytes} [Thu Jun 11 08:07:31 2026] GET /v2.0/networks/1bc40d3a-c3dc-4db5-b7e1-5406c923e4fa?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: 1303/2769] 199.204.45.229 () {34 vars in 1112 bytes} [Thu Jun 11 08:07:31 2026] GET /v2.0/networks/1bc40d3a-c3dc-4db5-b7e1-5406c923e4fa?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-11 08:07:31.698 7 INFO neutron_taas.services.taas.taas_plugin [None req-f941b82a-f838-4e43-96a9-a6cc28173286 b9b8250b3e3644e5bd7edb7bc4acb1ab 06c88d702de7427ebbad009b1b50fec8 - - default default] TaaS: Handle Delete Port: abacc2e6-6279-4f60-ba9e-3f885f52bb1f 2026-06-11 08:07:31.701 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f941b82a-f838-4e43-96a9-a6cc28173286 b9b8250b3e3644e5bd7edb7bc4acb1ab 06c88d702de7427ebbad009b1b50fec8 - - default default] Tap Mirror: Handle Delete Port: abacc2e6-6279-4f60-ba9e-3f885f52bb1f [pid: 7|app: 0|req: 1467/2770] 10.0.0.53 () {32 vars in 731 bytes} [Thu Jun 11 08:07:31 2026] DELETE /v2.0/floatingips/c8d84475-3b84-4694-9476-66ae6fe92650 => generated 0 bytes in 262 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-11 08:07:31.976 8 INFO neutron_taas.services.taas.taas_plugin [None req-8ee9d9a7-8a00-41eb-92f8-a497eb24232b b9b8250b3e3644e5bd7edb7bc4acb1ab 06c88d702de7427ebbad009b1b50fec8 - - default default] TaaS: Handle Delete Port: e185ed79-709f-45da-8c4f-e1cd251151d7 2026-06-11 08:07:31.979 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8ee9d9a7-8a00-41eb-92f8-a497eb24232b b9b8250b3e3644e5bd7edb7bc4acb1ab 06c88d702de7427ebbad009b1b50fec8 - - default default] Tap Mirror: Handle Delete Port: e185ed79-709f-45da-8c4f-e1cd251151d7 [pid: 8|app: 0|req: 1304/2771] 10.0.0.53 () {32 vars in 731 bytes} [Thu Jun 11 08:07:31 2026] DELETE /v2.0/floatingips/af6779d0-b2c3-45d2-85c3-5f3051ce0b35 => generated 0 bytes in 253 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-11 08:07:32.293 7 INFO neutron_taas.services.taas.taas_plugin [None req-8ec09c1d-039a-420e-aef9-71b89b8824ee b9b8250b3e3644e5bd7edb7bc4acb1ab 06c88d702de7427ebbad009b1b50fec8 - - default default] TaaS: Handle Delete Port: 39e984fe-31ab-47dc-b090-d745ebfce2c6 2026-06-11 08:07:32.298 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8ec09c1d-039a-420e-aef9-71b89b8824ee b9b8250b3e3644e5bd7edb7bc4acb1ab 06c88d702de7427ebbad009b1b50fec8 - - default default] Tap Mirror: Handle Delete Port: 39e984fe-31ab-47dc-b090-d745ebfce2c6 [pid: 7|app: 0|req: 1468/2772] 10.0.0.53 () {32 vars in 731 bytes} [Thu Jun 11 08:07:32 2026] DELETE /v2.0/floatingips/8fe7cf6c-e491-4637-8696-bfc44a78b2e6 => generated 0 bytes in 342 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1305/2773] 10.0.0.53 () {32 vars in 773 bytes} [Thu Jun 11 08:07:33 2026] GET /v2.0/security-groups?tenant_id=a1657ee2044e4e9eb003048a351299cb&name=default => generated 2929 bytes in 273 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1469/2774] 10.0.0.53 () {32 vars in 739 bytes} [Thu Jun 11 08:07:33 2026] DELETE /v2.0/security-groups/4d7403cb-be37-4114-970e-2693d700ca7b => 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: 1306/2775] 10.0.0.53 () {32 vars in 773 bytes} [Thu Jun 11 08:07:33 2026] GET /v2.0/security-groups?tenant_id=08ad136a375d4257a05afe87425d2236&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: 1470/2778] 10.0.0.53 () {32 vars in 739 bytes} [Thu Jun 11 08:07:33 2026] DELETE /v2.0/security-groups/ba5f5500-f4b1-4649-954c-cff7503cb1bd => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1309/2779] 10.0.0.53 () {32 vars in 773 bytes} [Thu Jun 11 08:07:34 2026] GET /v2.0/security-groups?tenant_id=06c88d702de7427ebbad009b1b50fec8&name=default => generated 2929 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1471/2780] 10.0.0.53 () {32 vars in 739 bytes} [Thu Jun 11 08:07:34 2026] DELETE /v2.0/security-groups/916adb71-c10a-44ca-8785-d62ca18df439 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1310/2781] 10.0.0.72 () {34 vars in 970 bytes} [Thu Jun 11 08:07:35 2026] GET /v2.0/ports/5eed8712-037d-42ca-a660-fbbe37b6b291 => generated 1520 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1472/2782] 199.204.45.229 () {30 vars in 743 bytes} [Thu Jun 11 08:07:35 2026] GET /v2.0/networks/1bc40d3a-c3dc-4db5-b7e1-5406c923e4fa => 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: 1311/2783] 199.204.45.229 () {30 vars in 741 bytes} [Thu Jun 11 08:07:35 2026] GET /v2.0/subnets/564dd39b-819e-4252-a4de-84545235c764 => generated 672 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1473/2784] 199.204.45.229 () {30 vars in 741 bytes} [Thu Jun 11 08:07:35 2026] GET /v2.0/subnets/1499b733-6a00-4574-bda4-0afd4e2a8dda => generated 746 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1312/2785] 199.204.45.229 () {30 vars in 737 bytes} [Thu Jun 11 08:07:35 2026] GET /v2.0/ports/615c11c2-2df1-4b36-acd1-0d58c877fb06 => generated 1520 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1474/2786] 199.204.45.229 () {34 vars in 790 bytes} [Thu Jun 11 08:07:35 2026] PUT /v2.0/ports/615c11c2-2df1-4b36-acd1-0d58c877fb06 => generated 1255 bytes in 341 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-11 08:07:36.034 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-5c575558-15c3-4470-8265-f2244e072b4b'] response: {'name': 'network-changed', 'server_uuid': '2a2a7776-14fb-4f09-ab48-9ae9f5b04533', 'tag': '615c11c2-2df1-4b36-acd1-0d58c877fb06', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1313/2787] 199.204.45.229 () {30 vars in 743 bytes} [Thu Jun 11 08:07:36 2026] GET /v2.0/networks/6a733532-aee9-4960-b068-49f6ce0d2c71 => generated 797 bytes in 47 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: 1475/2788] 199.204.45.229 () {30 vars in 741 bytes} [Thu Jun 11 08:07:36 2026] GET /v2.0/subnets/cd054bd0-8549-450e-aa12-14dc073b97f4 => 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: 1314/2789] 199.204.45.229 () {30 vars in 703 bytes} [Thu Jun 11 08:07:36 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1476/2790] 199.204.45.229 () {30 vars in 705 bytes} [Thu Jun 11 08:07:36 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: 1315/2791] 199.204.45.229 () {30 vars in 681 bytes} [Thu Jun 11 08:07:36 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: 1477/2792] 199.204.45.229 () {30 vars in 717 bytes} [Thu Jun 11 08:07:36 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: 1316/2793] 199.204.45.229 () {30 vars in 741 bytes} [Thu Jun 11 08:07:36 2026] GET /v2.0/subnets/da9c744d-03c0-45ed-b031-9101574e0d72 => 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: 1478/2794] 199.204.45.229 () {30 vars in 737 bytes} [Thu Jun 11 08:07:36 2026] GET /v2.0/ports/34e5a44f-7089-409d-873f-a1b431b9d5ab => generated 1128 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1317/2795] 199.204.45.229 () {30 vars in 737 bytes} [Thu Jun 11 08:07:36 2026] GET /v2.0/ports/c5edee69-2ca0-4d6b-bcb7-533130c88ff5 => generated 1349 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1479/2796] 199.204.45.229 () {30 vars in 741 bytes} [Thu Jun 11 08:07:36 2026] GET /v2.0/subnets/da9c744d-03c0-45ed-b031-9101574e0d72 => generated 676 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1318/2797] 199.204.45.229 () {30 vars in 743 bytes} [Thu Jun 11 08:07:36 2026] GET /v2.0/networks/3661f99f-f3c3-4cc6-ac42-ae44c7dfad16 => generated 799 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1480/2798] 199.204.45.229 () {30 vars in 737 bytes} [Thu Jun 11 08:07:36 2026] GET /v2.0/ports/34e5a44f-7089-409d-873f-a1b431b9d5ab => generated 1128 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1319/2799] 199.204.45.229 () {30 vars in 741 bytes} [Thu Jun 11 08:07:36 2026] GET /v2.0/subnets/da9c744d-03c0-45ed-b031-9101574e0d72 => 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: 1481/2800] 199.204.45.229 () {34 vars in 1080 bytes} [Thu Jun 11 08:07:36 2026] GET /v2.0/ports?tenant_id=383bf5ee5afc4a6098fb7c6746918ba8&device_id=2a2a7776-14fb-4f09-ab48-9ae9f5b04533 => generated 5384 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1320/2801] 199.204.45.229 () {34 vars in 986 bytes} [Thu Jun 11 08:07:36 2026] GET /v2.0/networks?id=6a733532-aee9-4960-b068-49f6ce0d2c71 => generated 800 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1482/2802] 199.204.45.229 () {34 vars in 1058 bytes} [Thu Jun 11 08:07:36 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.249&port_id=615c11c2-2df1-4b36-acd1-0d58c877fb06 => 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: 1321/2803] 199.204.45.229 () {34 vars in 984 bytes} [Thu Jun 11 08:07:36 2026] GET /v2.0/subnets?id=cd054bd0-8549-450e-aa12-14dc073b97f4 => generated 677 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1483/2804] 199.204.45.229 () {34 vars in 1052 bytes} [Thu Jun 11 08:07:36 2026] GET /v2.0/ports?network_id=6a733532-aee9-4960-b068-49f6ce0d2c71&device_owner=network%3Adhcp => generated 1457 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1322/2805] 199.204.45.229 () {34 vars in 1012 bytes} [Thu Jun 11 08:07:36 2026] GET /v2.0/networks/6a733532-aee9-4960-b068-49f6ce0d2c71?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: 1484/2806] 199.204.45.229 () {34 vars in 1112 bytes} [Thu Jun 11 08:07:36 2026] GET /v2.0/networks/6a733532-aee9-4960-b068-49f6ce0d2c71?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: 1323/2807] 10.0.0.53 () {34 vars in 677 bytes} [Thu Jun 11 08:07:38 2026] POST /v2.0/qos/policies => generated 359 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1485/2808] 10.0.0.53 () {34 vars in 677 bytes} [Thu Jun 11 08:07:38 2026] POST /v2.0/qos/policies => generated 359 bytes in 40 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1324/2809] 10.0.0.53 () {34 vars in 677 bytes} [Thu Jun 11 08:07:38 2026] POST /v2.0/qos/policies => generated 359 bytes in 34 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1486/2810] 10.0.0.53 () {34 vars in 677 bytes} [Thu Jun 11 08:07:38 2026] POST /v2.0/qos/policies => generated 359 bytes in 45 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1325/2811] 10.0.0.53 () {34 vars in 677 bytes} [Thu Jun 11 08:07:38 2026] POST /v2.0/qos/policies => generated 359 bytes in 36 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1487/2812] 10.0.0.53 () {34 vars in 752 bytes} [Thu Jun 11 08:07:38 2026] PUT /v2.0/policies/198aa6aa-f543-4ef3-9a59-90683b64e0dc/tags => generated 17 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1326/2813] 10.0.0.53 () {34 vars in 752 bytes} [Thu Jun 11 08:07:38 2026] PUT /v2.0/policies/0c6ba6ad-a0f3-4c29-9f25-b9acb20e2ec5/tags => generated 25 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1488/2814] 10.0.0.53 () {34 vars in 752 bytes} [Thu Jun 11 08:07:38 2026] PUT /v2.0/policies/336ad485-626b-41fb-a63b-3755f0cfbae3/tags => generated 34 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1327/2815] 10.0.0.53 () {34 vars in 752 bytes} [Thu Jun 11 08:07:38 2026] PUT /v2.0/policies/659b6f5a-4dcd-4adb-ae95-19ff401c42d2/tags => generated 19 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1489/2816] 10.0.0.53 () {32 vars in 673 bytes} [Thu Jun 11 08:07:39 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1328/2817] 10.0.0.53 () {32 vars in 687 bytes} [Thu Jun 11 08:07:39 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1490/2818] 10.0.0.53 () {32 vars in 683 bytes} [Thu Jun 11 08:07:39 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1329/2819] 10.0.0.53 () {32 vars in 695 bytes} [Thu Jun 11 08:07:39 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1491/2820] 10.0.0.53 () {32 vars in 681 bytes} [Thu Jun 11 08:07:39 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1330/2821] 10.0.0.53 () {32 vars in 695 bytes} [Thu Jun 11 08:07:39 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1492/2822] 10.0.0.53 () {32 vars in 691 bytes} [Thu Jun 11 08:07:39 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1331/2823] 10.0.0.53 () {32 vars in 703 bytes} [Thu Jun 11 08:07:39 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1493/2824] 10.0.0.53 () {32 vars in 733 bytes} [Thu Jun 11 08:07:39 2026] DELETE /v2.0/qos/policies/198aa6aa-f543-4ef3-9a59-90683b64e0dc => 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: 1332/2825] 10.0.0.53 () {32 vars in 733 bytes} [Thu Jun 11 08:07:39 2026] DELETE /v2.0/qos/policies/0c6ba6ad-a0f3-4c29-9f25-b9acb20e2ec5 => 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: 1494/2826] 10.0.0.53 () {32 vars in 733 bytes} [Thu Jun 11 08:07:39 2026] DELETE /v2.0/qos/policies/336ad485-626b-41fb-a63b-3755f0cfbae3 => 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: 1333/2827] 10.0.0.53 () {32 vars in 733 bytes} [Thu Jun 11 08:07:39 2026] DELETE /v2.0/qos/policies/659b6f5a-4dcd-4adb-ae95-19ff401c42d2 => 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: 1495/2828] 10.0.0.53 () {32 vars in 733 bytes} [Thu Jun 11 08:07:40 2026] DELETE /v2.0/qos/policies/60ae024f-e711-42b1-9df0-5c3434efd495 => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1334/2829] 10.0.0.53 () {32 vars in 773 bytes} [Thu Jun 11 08:07:40 2026] GET /v2.0/security-groups?tenant_id=a0ddf303866242218d39415a3d33bd38&name=default => generated 2929 bytes in 265 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1496/2830] 10.0.0.53 () {32 vars in 739 bytes} [Thu Jun 11 08:07:41 2026] DELETE /v2.0/security-groups/e2202794-7fd9-49e5-ab41-b66cf865d556 => 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: 1335/2831] 10.0.0.53 () {32 vars in 773 bytes} [Thu Jun 11 08:07:41 2026] GET /v2.0/security-groups?tenant_id=e373addb08c4404dbf4d617a638e8501&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: 1497/2832] 10.0.0.53 () {32 vars in 739 bytes} [Thu Jun 11 08:07:41 2026] DELETE /v2.0/security-groups/184158fb-2a76-478d-8f96-7e01a0fb6096 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1336/2833] 10.0.0.53 () {32 vars in 773 bytes} [Thu Jun 11 08:07:41 2026] GET /v2.0/security-groups?tenant_id=2c31f1a4206e462e86484c7e7a0c74a5&name=default => generated 2929 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1498/2834] 10.0.0.53 () {32 vars in 739 bytes} [Thu Jun 11 08:07:41 2026] DELETE /v2.0/security-groups/32fcd2ba-cd3b-48c8-a71a-9d5216a90996 => 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: 1337/2835] 10.0.0.53 () {34 vars in 675 bytes} [Thu Jun 11 08:07:45 2026] POST /v2.0/subnetpools => generated 516 bytes in 198 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1499/2836] 10.0.0.53 () {34 vars in 758 bytes} [Thu Jun 11 08:07:45 2026] PUT /v2.0/subnetpools/715bfd5d-9798-42ee-8747-306ddbb447fe/tags => generated 25 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1338/2837] 10.0.0.53 () {32 vars in 738 bytes} [Thu Jun 11 08:07:45 2026] GET /v2.0/subnetpools/715bfd5d-9798-42ee-8747-306ddbb447fe/tags => generated 25 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1500/2838] 10.0.0.53 () {34 vars in 769 bytes} [Thu Jun 11 08:07:45 2026] PUT /v2.0/subnetpools/715bfd5d-9798-42ee-8747-306ddbb447fe/tags/green => generated 4 bytes in 47 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1339/2839] 10.0.0.53 () {32 vars in 738 bytes} [Thu Jun 11 08:07:45 2026] GET /v2.0/subnetpools/715bfd5d-9798-42ee-8747-306ddbb447fe/tags => generated 34 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1501/2840] 10.0.0.53 () {34 vars in 765 bytes} [Thu Jun 11 08:07:45 2026] PUT /v2.0/subnetpools/715bfd5d-9798-42ee-8747-306ddbb447fe/tags/red => generated 4 bytes in 30 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1340/2841] 10.0.0.53 () {32 vars in 738 bytes} [Thu Jun 11 08:07:45 2026] GET /v2.0/subnetpools/715bfd5d-9798-42ee-8747-306ddbb447fe/tags => generated 34 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1502/2842] 10.0.0.53 () {34 vars in 787 bytes} [Thu Jun 11 08:07:45 2026] PUT /v2.0/subnetpools/715bfd5d-9798-42ee-8747-306ddbb447fe/tags/black.or.white => generated 4 bytes in 47 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1341/2843] 10.0.0.53 () {32 vars in 738 bytes} [Thu Jun 11 08:07:45 2026] GET /v2.0/subnetpools/715bfd5d-9798-42ee-8747-306ddbb447fe/tags => generated 52 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1503/2844] 10.0.0.53 () {34 vars in 758 bytes} [Thu Jun 11 08:07:45 2026] PUT /v2.0/subnetpools/715bfd5d-9798-42ee-8747-306ddbb447fe/tags => generated 37 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1342/2845] 10.0.0.53 () {32 vars in 738 bytes} [Thu Jun 11 08:07:45 2026] GET /v2.0/subnetpools/715bfd5d-9798-42ee-8747-306ddbb447fe/tags => generated 37 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1504/2846] 10.0.0.53 () {32 vars in 746 bytes} [Thu Jun 11 08:07:45 2026] GET /v2.0/subnetpools/715bfd5d-9798-42ee-8747-306ddbb447fe/tags/red => generated 0 bytes in 29 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-11 08:07:45.780 8 INFO neutron.api.v2.resource [None req-d695e2fc-3dd2-4087-b12b-75d85bcbe9c4 448171fd76c94ec08219801642b1e5d2 51c83689f41f47299f89cbba436bcaea - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1343/2847] 10.0.0.53 () {32 vars in 750 bytes} [Thu Jun 11 08:07:45 2026] GET /v2.0/subnetpools/715bfd5d-9798-42ee-8747-306ddbb447fe/tags/green => generated 99 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1505/2848] 10.0.0.53 () {32 vars in 749 bytes} [Thu Jun 11 08:07:45 2026] DELETE /v2.0/subnetpools/715bfd5d-9798-42ee-8747-306ddbb447fe/tags/red => generated 0 bytes in 42 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1344/2849] 10.0.0.53 () {32 vars in 738 bytes} [Thu Jun 11 08:07:45 2026] GET /v2.0/subnetpools/715bfd5d-9798-42ee-8747-306ddbb447fe/tags => generated 30 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-11 08:07:45.899 7 INFO neutron.api.v2.resource [None req-116f0f2a-fdff-4278-866c-ef0d820772c6 448171fd76c94ec08219801642b1e5d2 51c83689f41f47299f89cbba436bcaea - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1506/2850] 10.0.0.53 () {32 vars in 753 bytes} [Thu Jun 11 08:07:45 2026] DELETE /v2.0/subnetpools/715bfd5d-9798-42ee-8747-306ddbb447fe/tags/green => generated 99 bytes in 30 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1345/2851] 10.0.0.53 () {32 vars in 741 bytes} [Thu Jun 11 08:07:45 2026] DELETE /v2.0/subnetpools/715bfd5d-9798-42ee-8747-306ddbb447fe/tags => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1507/2852] 10.0.0.53 () {32 vars in 738 bytes} [Thu Jun 11 08:07:45 2026] GET /v2.0/subnetpools/715bfd5d-9798-42ee-8747-306ddbb447fe/tags => 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: 1346/2853] 10.0.0.53 () {32 vars in 731 bytes} [Thu Jun 11 08:07:45 2026] DELETE /v2.0/subnetpools/715bfd5d-9798-42ee-8747-306ddbb447fe => 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: 1347/2854] 199.204.45.229 () {30 vars in 703 bytes} [Thu Jun 11 08:07:46 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1348/2855] 199.204.45.229 () {30 vars in 705 bytes} [Thu Jun 11 08:07:46 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: 1349/2856] 199.204.45.229 () {30 vars in 681 bytes} [Thu Jun 11 08:07:46 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1350/2857] 199.204.45.229 () {30 vars in 717 bytes} [Thu Jun 11 08:07:46 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: 1351/2858] 199.204.45.229 () {30 vars in 741 bytes} [Thu Jun 11 08:07:46 2026] GET /v2.0/subnets/cd054bd0-8549-450e-aa12-14dc073b97f4 => generated 674 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1352/2859] 199.204.45.229 () {30 vars in 769 bytes} [Thu Jun 11 08:07:46 2026] GET /v2.0/ports?device_id=2a2a7776-14fb-4f09-ab48-9ae9f5b04533 => generated 5384 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1508/2860] 10.0.0.53 () {32 vars in 773 bytes} [Thu Jun 11 08:07:46 2026] GET /v2.0/security-groups?tenant_id=51c83689f41f47299f89cbba436bcaea&name=default => generated 2929 bytes in 248 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1509/2861] 199.204.45.229 () {30 vars in 703 bytes} [Thu Jun 11 08:07: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) [pid: 7|app: 0|req: 1510/2862] 199.204.45.229 () {30 vars in 705 bytes} [Thu Jun 11 08:07:47 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: 1511/2863] 199.204.45.229 () {30 vars in 681 bytes} [Thu Jun 11 08:07:47 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1512/2864] 199.204.45.229 () {30 vars in 717 bytes} [Thu Jun 11 08:07:47 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: 1353/2865] 10.0.0.53 () {32 vars in 739 bytes} [Thu Jun 11 08:07:46 2026] DELETE /v2.0/security-groups/b078b661-d006-44ed-862e-583f583cbac4 => 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: 1513/2866] 199.204.45.229 () {30 vars in 737 bytes} [Thu Jun 11 08:07:47 2026] GET /v2.0/ports/5eed8712-037d-42ca-a660-fbbe37b6b291 => generated 1520 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1514/2867] 10.0.0.53 () {32 vars in 773 bytes} [Thu Jun 11 08:07:47 2026] GET /v2.0/security-groups?tenant_id=c780b2bedcc64a5f8f4dccd551c17029&name=default => generated 2929 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1515/2868] 10.0.0.53 () {32 vars in 739 bytes} [Thu Jun 11 08:07:47 2026] DELETE /v2.0/security-groups/9aea7207-cbd8-4bfe-b80a-97f3ac2472c0 => 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: 1354/2869] 199.204.45.229 () {34 vars in 790 bytes} [Thu Jun 11 08:07:47 2026] PUT /v2.0/ports/5eed8712-037d-42ca-a660-fbbe37b6b291 => generated 1251 bytes in 329 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-11 08:07:47.462 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-aac225ab-ae32-481f-b339-b93c326df2d7'] response: {'name': 'network-changed', 'server_uuid': '2a2a7776-14fb-4f09-ab48-9ae9f5b04533', 'tag': '5eed8712-037d-42ca-a660-fbbe37b6b291', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1516/2870] 199.204.45.229 () {30 vars in 743 bytes} [Thu Jun 11 08:07:47 2026] GET /v2.0/networks/1bc40d3a-c3dc-4db5-b7e1-5406c923e4fa => generated 797 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1355/2871] 199.204.45.229 () {30 vars in 741 bytes} [Thu Jun 11 08:07:47 2026] GET /v2.0/subnets/564dd39b-819e-4252-a4de-84545235c764 => generated 672 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1517/2872] 199.204.45.229 () {30 vars in 737 bytes} [Thu Jun 11 08:07:47 2026] GET /v2.0/ports/5eed8712-037d-42ca-a660-fbbe37b6b291 => generated 1287 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1356/2873] 199.204.45.229 () {34 vars in 789 bytes} [Thu Jun 11 08:07:47 2026] PUT /v2.0/ports/5eed8712-037d-42ca-a660-fbbe37b6b291 => generated 1080 bytes in 297 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1518/2874] 199.204.45.229 () {30 vars in 743 bytes} [Thu Jun 11 08:07:47 2026] GET /v2.0/networks/1bc40d3a-c3dc-4db5-b7e1-5406c923e4fa => generated 797 bytes in 47 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: 1357/2875] 199.204.45.229 () {30 vars in 769 bytes} [Thu Jun 11 08:07:47 2026] GET /v2.0/ports?device_id=2a2a7776-14fb-4f09-ab48-9ae9f5b04533 => generated 4980 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1519/2876] 199.204.45.229 () {34 vars in 1080 bytes} [Thu Jun 11 08:07:47 2026] GET /v2.0/ports?tenant_id=383bf5ee5afc4a6098fb7c6746918ba8&device_id=2a2a7776-14fb-4f09-ab48-9ae9f5b04533 => generated 4980 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1358/2877] 199.204.45.229 () {34 vars in 986 bytes} [Thu Jun 11 08:07:48 2026] GET /v2.0/networks?id=1bc40d3a-c3dc-4db5-b7e1-5406c923e4fa => generated 800 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1520/2878] 199.204.45.229 () {30 vars in 769 bytes} [Thu Jun 11 08:07:48 2026] GET /v2.0/ports?device_id=2a2a7776-14fb-4f09-ab48-9ae9f5b04533 => generated 4980 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1359/2879] 199.204.45.229 () {34 vars in 1012 bytes} [Thu Jun 11 08:07:48 2026] GET /v2.0/networks/1bc40d3a-c3dc-4db5-b7e1-5406c923e4fa?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: 1521/2880] 199.204.45.229 () {34 vars in 1112 bytes} [Thu Jun 11 08:07:48 2026] GET /v2.0/networks/1bc40d3a-c3dc-4db5-b7e1-5406c923e4fa?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: 1523/2883] 199.204.45.229 () {30 vars in 769 bytes} [Thu Jun 11 08:07:49 2026] GET /v2.0/ports?device_id=2a2a7776-14fb-4f09-ab48-9ae9f5b04533 => generated 4980 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-11 08:07:49.502 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-9a39df91-25d8-48d1-86d3-3e7c25a1dffc'] response: {'name': 'network-changed', 'server_uuid': '2a2a7776-14fb-4f09-ab48-9ae9f5b04533', 'tag': '5eed8712-037d-42ca-a660-fbbe37b6b291', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1361/2884] 199.204.45.229 () {34 vars in 1080 bytes} [Thu Jun 11 08:07:50 2026] GET /v2.0/ports?tenant_id=383bf5ee5afc4a6098fb7c6746918ba8&device_id=2a2a7776-14fb-4f09-ab48-9ae9f5b04533 => generated 4980 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1524/2885] 199.204.45.229 () {34 vars in 986 bytes} [Thu Jun 11 08:07:50 2026] GET /v2.0/networks?id=1bc40d3a-c3dc-4db5-b7e1-5406c923e4fa => generated 800 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1362/2886] 199.204.45.229 () {34 vars in 1012 bytes} [Thu Jun 11 08:07:50 2026] GET /v2.0/networks/1bc40d3a-c3dc-4db5-b7e1-5406c923e4fa?fields=segments => generated 14 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1525/2887] 199.204.45.229 () {34 vars in 1112 bytes} [Thu Jun 11 08:07:50 2026] GET /v2.0/networks/1bc40d3a-c3dc-4db5-b7e1-5406c923e4fa?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: 1363/2888] 199.204.45.229 () {30 vars in 769 bytes} [Thu Jun 11 08:07:50 2026] GET /v2.0/ports?device_id=2a2a7776-14fb-4f09-ab48-9ae9f5b04533 => generated 4980 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1526/2889] 199.204.45.229 () {34 vars in 975 bytes} [Thu Jun 11 08:07:50 2026] GET /v2.0/ports/5eed8712-037d-42ca-a660-fbbe37b6b291 => generated 1116 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1364/2890] 199.204.45.229 () {34 vars in 1060 bytes} [Thu Jun 11 08:07:50 2026] GET /v2.0/ports/5eed8712-037d-42ca-a660-fbbe37b6b291?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: 1527/2891] 199.204.45.229 () {34 vars in 1016 bytes} [Thu Jun 11 08:07:50 2026] GET /v2.0/networks/1bc40d3a-c3dc-4db5-b7e1-5406c923e4fa?fields=dns_domain => generated 29 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1365/2892] 199.204.45.229 () {38 vars in 1028 bytes} [Thu Jun 11 08:07:50 2026] PUT /v2.0/ports/5eed8712-037d-42ca-a660-fbbe37b6b291 => generated 917 bytes in 229 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 08:07:50.948 7 INFO neutron.db.segments_db [None req-5e62098e-1d30-4362-83ae-b4e238bca210 987f4a1a1b4f4a358061c785e470e136 55c281be500040b7a0db6a21a840fc8a - - default default] Added segment 8fa188e0-ddc8-4d87-a926-59414af4e50b of type vxlan for network 853334ab-393e-4d01-9cc6-77fa9527793f [pid: 7|app: 0|req: 1528/2893] 10.0.0.53 () {34 vars in 669 bytes} [Thu Jun 11 08:07:50 2026] POST /v2.0/networks => generated 632 bytes in 415 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-11 08:07:51.104 8 INFO neutron.db.segments_db [None req-343d4218-ecf9-4b18-9415-01a799126ce5 987f4a1a1b4f4a358061c785e470e136 55c281be500040b7a0db6a21a840fc8a - - default default] Added segment 4a029169-25ba-468b-a83e-5dc501ce90d0 of type vxlan for network c5e0c41c-4bfc-4410-8b5c-324d1ec4d299 [pid: 8|app: 0|req: 1366/2894] 10.0.0.53 () {34 vars in 669 bytes} [Thu Jun 11 08:07:51 2026] POST /v2.0/networks => generated 632 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1529/2895] 10.0.0.53 () {34 vars in 752 bytes} [Thu Jun 11 08:07:51 2026] PUT /v2.0/networks/853334ab-393e-4d01-9cc6-77fa9527793f/tags => generated 25 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1530/2896] 199.204.45.229 () {30 vars in 769 bytes} [Thu Jun 11 08:07:51 2026] GET /v2.0/ports?device_id=2a2a7776-14fb-4f09-ab48-9ae9f5b04533 => generated 3872 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1367/2897] 10.0.0.53 () {32 vars in 732 bytes} [Thu Jun 11 08:07:51 2026] GET /v2.0/networks/853334ab-393e-4d01-9cc6-77fa9527793f/tags => generated 25 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1531/2898] 10.0.0.53 () {34 vars in 752 bytes} [Thu Jun 11 08:07:51 2026] PUT /v2.0/networks/c5e0c41c-4bfc-4410-8b5c-324d1ec4d299/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: 1532/2899] 10.0.0.53 () {32 vars in 732 bytes} [Thu Jun 11 08:07:51 2026] GET /v2.0/networks/c5e0c41c-4bfc-4410-8b5c-324d1ec4d299/tags => generated 17 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-11 08:07:51.458 8 INFO neutron_taas.services.taas.taas_plugin [None req-0707c1b8-f3be-4b6c-8a4e-ca6ad536dd09 d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] TaaS: Handle Delete Port: 5eed8712-037d-42ca-a660-fbbe37b6b291 2026-06-11 08:07:51.460 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0707c1b8-f3be-4b6c-8a4e-ca6ad536dd09 d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] Tap Mirror: Handle Delete Port: 5eed8712-037d-42ca-a660-fbbe37b6b291 [pid: 7|app: 0|req: 1533/2900] 10.0.0.53 () {34 vars in 752 bytes} [Thu Jun 11 08:07:51 2026] PUT /v2.0/networks/c5e0c41c-4bfc-4410-8b5c-324d1ec4d299/tags => generated 12 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1534/2901] 10.0.0.53 () {32 vars in 732 bytes} [Thu Jun 11 08:07:51 2026] GET /v2.0/networks/c5e0c41c-4bfc-4410-8b5c-324d1ec4d299/tags => 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: 1368/2902] 199.204.45.229 () {32 vars in 759 bytes} [Thu Jun 11 08:07:51 2026] DELETE /v2.0/ports/5eed8712-037d-42ca-a660-fbbe37b6b291 => generated 0 bytes in 201 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1535/2903] 10.0.0.53 () {32 vars in 732 bytes} [Thu Jun 11 08:07:51 2026] GET /v2.0/networks/853334ab-393e-4d01-9cc6-77fa9527793f/tags => generated 25 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1536/2904] 199.204.45.229 () {30 vars in 703 bytes} [Thu Jun 11 08:07:51 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1537/2905] 199.204.45.229 () {30 vars in 705 bytes} [Thu Jun 11 08:07:51 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: 1538/2906] 199.204.45.229 () {30 vars in 681 bytes} [Thu Jun 11 08:07:51 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1539/2907] 199.204.45.229 () {30 vars in 717 bytes} [Thu Jun 11 08:07:51 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 08:07:51.727 8 INFO neutron.services.segments.plugin [-] Segment 8fa188e0-ddc8-4d87-a926-59414af4e50b resource provider aggregate not found 2026-06-11 08:07:51.732 8 INFO neutron.services.segments.plugin [-] Segment 8fa188e0-ddc8-4d87-a926-59414af4e50b resource provider aggregate not found [pid: 7|app: 0|req: 1540/2908] 199.204.45.229 () {30 vars in 741 bytes} [Thu Jun 11 08:07:51 2026] GET /v2.0/subnets/da9c744d-03c0-45ed-b031-9101574e0d72 => generated 676 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 08:07:51.747 8 INFO neutron.services.segments.plugin [-] Segment 8fa188e0-ddc8-4d87-a926-59414af4e50b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8fa188e0-ddc8-4d87-a926-59414af4e50b found for delete ", "request_id": "req-ae1d2aeb-3124-41bd-9dcd-7abd1d9fd5b3"}]} 2026-06-11 08:07:51.751 8 INFO neutron.services.segments.plugin [-] Segment 8fa188e0-ddc8-4d87-a926-59414af4e50b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8fa188e0-ddc8-4d87-a926-59414af4e50b found for delete ", "request_id": "req-a9d61b31-2888-42ad-8307-025c71114afe"}]} [pid: 8|app: 0|req: 1369/2909] 10.0.0.53 () {32 vars in 725 bytes} [Thu Jun 11 08:07:51 2026] DELETE /v2.0/networks/853334ab-393e-4d01-9cc6-77fa9527793f => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1541/2910] 199.204.45.229 () {30 vars in 737 bytes} [Thu Jun 11 08:07:51 2026] GET /v2.0/ports/34e5a44f-7089-409d-873f-a1b431b9d5ab => 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: 1542/2911] 199.204.45.229 () {30 vars in 737 bytes} [Thu Jun 11 08:07:51 2026] GET /v2.0/ports/c5edee69-2ca0-4d6b-bcb7-533130c88ff5 => generated 1349 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1543/2912] 199.204.45.229 () {30 vars in 741 bytes} [Thu Jun 11 08:07:51 2026] GET /v2.0/subnets/da9c744d-03c0-45ed-b031-9101574e0d72 => generated 676 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1370/2913] 10.0.0.53 () {32 vars in 725 bytes} [Thu Jun 11 08:07:51 2026] DELETE /v2.0/networks/c5e0c41c-4bfc-4410-8b5c-324d1ec4d299 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1544/2914] 199.204.45.229 () {30 vars in 743 bytes} [Thu Jun 11 08:07:51 2026] GET /v2.0/networks/3661f99f-f3c3-4cc6-ac42-ae44c7dfad16 => generated 799 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1371/2915] 199.204.45.229 () {30 vars in 737 bytes} [Thu Jun 11 08:07:51 2026] GET /v2.0/ports/34e5a44f-7089-409d-873f-a1b431b9d5ab => generated 1128 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1545/2916] 199.204.45.229 () {30 vars in 741 bytes} [Thu Jun 11 08:07:52 2026] GET /v2.0/subnets/da9c744d-03c0-45ed-b031-9101574e0d72 => 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: 1372/2917] 199.204.45.229 () {34 vars in 1080 bytes} [Thu Jun 11 08:07:52 2026] GET /v2.0/ports?tenant_id=383bf5ee5afc4a6098fb7c6746918ba8&device_id=2a2a7776-14fb-4f09-ab48-9ae9f5b04533 => generated 3872 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1546/2918] 199.204.45.229 () {34 vars in 1226 bytes} [Thu Jun 11 08:07:52 2026] GET /v2.0/networks?id=44565dec-d060-408d-b3e8-f5cc0bd69595&id=3661f99f-f3c3-4cc6-ac42-ae44c7dfad16&id=6a733532-aee9-4960-b068-49f6ce0d2c71&id=1bc40d3a-c3dc-4db5-b7e1-5406c923e4fa => generated 3095 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1373/2919] 199.204.45.229 () {34 vars in 1062 bytes} [Thu Jun 11 08:07:52 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.228&port_id=2003d46c-65c7-4349-9f82-708dfdea1479 => 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: 1547/2920] 199.204.45.229 () {34 vars in 984 bytes} [Thu Jun 11 08:07:52 2026] GET /v2.0/subnets?id=761a427e-2c0e-40c2-a25a-7a4be5d690d1 => 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: 1374/2921] 199.204.45.229 () {34 vars in 1052 bytes} [Thu Jun 11 08:07:52 2026] GET /v2.0/ports?network_id=44565dec-d060-408d-b3e8-f5cc0bd69595&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: 1548/2922] 199.204.45.229 () {34 vars in 1012 bytes} [Thu Jun 11 08:07:52 2026] GET /v2.0/networks/44565dec-d060-408d-b3e8-f5cc0bd69595?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: 1549/2923] 199.204.45.229 () {34 vars in 1112 bytes} [Thu Jun 11 08:07:52 2026] GET /v2.0/networks/44565dec-d060-408d-b3e8-f5cc0bd69595?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1550/2924] 199.204.45.229 () {34 vars in 1058 bytes} [Thu Jun 11 08:07:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.248&port_id=c5edee69-2ca0-4d6b-bcb7-533130c88ff5 => 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: 1551/2925] 199.204.45.229 () {34 vars in 984 bytes} [Thu Jun 11 08:07:52 2026] GET /v2.0/subnets?id=da9c744d-03c0-45ed-b031-9101574e0d72 => 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: 1552/2926] 199.204.45.229 () {34 vars in 1052 bytes} [Thu Jun 11 08:07:52 2026] GET /v2.0/ports?network_id=3661f99f-f3c3-4cc6-ac42-ae44c7dfad16&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: 8|app: 0|req: 1375/2927] 10.0.0.53 () {32 vars in 773 bytes} [Thu Jun 11 08:07:52 2026] GET /v2.0/security-groups?tenant_id=5f1784f7de484d1e96ab0b49f52a8dda&name=default => generated 2929 bytes in 243 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1553/2928] 199.204.45.229 () {34 vars in 1012 bytes} [Thu Jun 11 08:07:52 2026] GET /v2.0/networks/3661f99f-f3c3-4cc6-ac42-ae44c7dfad16?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: 1554/2929] 199.204.45.229 () {34 vars in 1112 bytes} [Thu Jun 11 08:07:52 2026] GET /v2.0/networks/3661f99f-f3c3-4cc6-ac42-ae44c7dfad16?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: 1376/2930] 10.0.0.53 () {32 vars in 739 bytes} [Thu Jun 11 08:07:52 2026] DELETE /v2.0/security-groups/af5bab18-7124-42c4-9660-6cbabd772920 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1555/2931] 199.204.45.229 () {34 vars in 1058 bytes} [Thu Jun 11 08:07:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.249&port_id=615c11c2-2df1-4b36-acd1-0d58c877fb06 => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1377/2932] 199.204.45.229 () {34 vars in 984 bytes} [Thu Jun 11 08:07:52 2026] GET /v2.0/subnets?id=cd054bd0-8549-450e-aa12-14dc073b97f4 => generated 677 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1556/2933] 199.204.45.229 () {34 vars in 1052 bytes} [Thu Jun 11 08:07:52 2026] GET /v2.0/ports?network_id=6a733532-aee9-4960-b068-49f6ce0d2c71&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: 1378/2934] 199.204.45.229 () {34 vars in 1012 bytes} [Thu Jun 11 08:07:53 2026] GET /v2.0/networks/6a733532-aee9-4960-b068-49f6ce0d2c71?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: 1557/2935] 10.0.0.53 () {32 vars in 773 bytes} [Thu Jun 11 08:07:53 2026] GET /v2.0/security-groups?tenant_id=55c281be500040b7a0db6a21a840fc8a&name=default => generated 2929 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1379/2936] 199.204.45.229 () {34 vars in 1112 bytes} [Thu Jun 11 08:07:53 2026] GET /v2.0/networks/6a733532-aee9-4960-b068-49f6ce0d2c71?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: 1558/2937] 10.0.0.53 () {32 vars in 739 bytes} [Thu Jun 11 08:07:53 2026] DELETE /v2.0/security-groups/81b67e76-721c-47e5-841c-a51325fcfc4b => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-11 08:07:53.766 8 INFO neutron.services.segments.plugin [-] Segment 4a029169-25ba-468b-a83e-5dc501ce90d0 resource provider aggregate not found 2026-06-11 08:07:53.768 8 INFO neutron.services.segments.plugin [-] Segment 4a029169-25ba-468b-a83e-5dc501ce90d0 resource provider aggregate not found 2026-06-11 08:07:53.782 8 INFO neutron.services.segments.plugin [-] Segment 4a029169-25ba-468b-a83e-5dc501ce90d0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4a029169-25ba-468b-a83e-5dc501ce90d0 found for delete ", "request_id": "req-5b951772-e2cf-4df4-af8a-4026a4a11b79"}]} 2026-06-11 08:07:53.783 8 INFO neutron.services.segments.plugin [-] Segment 4a029169-25ba-468b-a83e-5dc501ce90d0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4a029169-25ba-468b-a83e-5dc501ce90d0 found for delete ", "request_id": "req-6bfc1972-3c8b-4f20-a88d-bb28a37a26a9"}]} [pid: 8|app: 0|req: 1380/2938] 199.204.45.229 () {30 vars in 703 bytes} [Thu Jun 11 08:07:57 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1559/2939] 199.204.45.229 () {30 vars in 705 bytes} [Thu Jun 11 08:07: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: 1381/2940] 199.204.45.229 () {30 vars in 681 bytes} [Thu Jun 11 08:07:57 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1560/2941] 199.204.45.229 () {30 vars in 717 bytes} [Thu Jun 11 08:07:57 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: 1382/2942] 199.204.45.229 () {30 vars in 769 bytes} [Thu Jun 11 08:07:57 2026] GET /v2.0/ports?device_id=2a2a7776-14fb-4f09-ab48-9ae9f5b04533 => generated 3872 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1561/2943] 199.204.45.229 () {30 vars in 703 bytes} [Thu Jun 11 08:07: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: 8|app: 0|req: 1383/2944] 199.204.45.229 () {30 vars in 705 bytes} [Thu Jun 11 08:07:57 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: 1562/2945] 199.204.45.229 () {30 vars in 681 bytes} [Thu Jun 11 08:07:57 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: 1384/2946] 199.204.45.229 () {30 vars in 717 bytes} [Thu Jun 11 08:07: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: 7|app: 0|req: 1563/2947] 199.204.45.229 () {30 vars in 737 bytes} [Thu Jun 11 08:07:57 2026] GET /v2.0/ports/615c11c2-2df1-4b36-acd1-0d58c877fb06 => generated 1291 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1385/2948] 199.204.45.229 () {34 vars in 789 bytes} [Thu Jun 11 08:07:57 2026] PUT /v2.0/ports/615c11c2-2df1-4b36-acd1-0d58c877fb06 => generated 1080 bytes in 289 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-11 08:07:57.906 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-0961c9cd-6835-4ad1-80f2-d2b8106554f8'] response: {'name': 'network-changed', 'server_uuid': '2a2a7776-14fb-4f09-ab48-9ae9f5b04533', 'tag': '615c11c2-2df1-4b36-acd1-0d58c877fb06', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1564/2949] 199.204.45.229 () {30 vars in 743 bytes} [Thu Jun 11 08:07:57 2026] GET /v2.0/networks/6a733532-aee9-4960-b068-49f6ce0d2c71 => generated 797 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: 8|app: 0|req: 1386/2950] 199.204.45.229 () {30 vars in 769 bytes} [Thu Jun 11 08:07:57 2026] GET /v2.0/ports?device_id=2a2a7776-14fb-4f09-ab48-9ae9f5b04533 => generated 3697 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1565/2951] 199.204.45.229 () {30 vars in 769 bytes} [Thu Jun 11 08:07:58 2026] GET /v2.0/ports?device_id=2a2a7776-14fb-4f09-ab48-9ae9f5b04533 => generated 3697 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1387/2952] 199.204.45.229 () {34 vars in 1080 bytes} [Thu Jun 11 08:07:58 2026] GET /v2.0/ports?tenant_id=383bf5ee5afc4a6098fb7c6746918ba8&device_id=2a2a7776-14fb-4f09-ab48-9ae9f5b04533 => generated 3697 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1566/2953] 199.204.45.229 () {34 vars in 986 bytes} [Thu Jun 11 08:07:58 2026] GET /v2.0/networks?id=6a733532-aee9-4960-b068-49f6ce0d2c71 => generated 800 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1388/2954] 199.204.45.229 () {34 vars in 1012 bytes} [Thu Jun 11 08:07:58 2026] GET /v2.0/networks/6a733532-aee9-4960-b068-49f6ce0d2c71?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: 1567/2955] 199.204.45.229 () {34 vars in 1112 bytes} [Thu Jun 11 08:07:58 2026] GET /v2.0/networks/6a733532-aee9-4960-b068-49f6ce0d2c71?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: 1389/2956] 199.204.45.229 () {30 vars in 769 bytes} [Thu Jun 11 08:07:59 2026] GET /v2.0/ports?device_id=2a2a7776-14fb-4f09-ab48-9ae9f5b04533 => generated 3697 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1568/2957] 199.204.45.229 () {34 vars in 975 bytes} [Thu Jun 11 08:08:00 2026] GET /v2.0/ports/615c11c2-2df1-4b36-acd1-0d58c877fb06 => generated 1116 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1390/2958] 199.204.45.229 () {34 vars in 1060 bytes} [Thu Jun 11 08:08:00 2026] GET /v2.0/ports/615c11c2-2df1-4b36-acd1-0d58c877fb06?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: 1569/2959] 199.204.45.229 () {34 vars in 1016 bytes} [Thu Jun 11 08:08:00 2026] GET /v2.0/networks/6a733532-aee9-4960-b068-49f6ce0d2c71?fields=dns_domain => generated 29 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1391/2960] 199.204.45.229 () {30 vars in 769 bytes} [Thu Jun 11 08:08:00 2026] GET /v2.0/ports?device_id=2a2a7776-14fb-4f09-ab48-9ae9f5b04533 => generated 3697 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1570/2961] 199.204.45.229 () {38 vars in 1028 bytes} [Thu Jun 11 08:08:00 2026] PUT /v2.0/ports/615c11c2-2df1-4b36-acd1-0d58c877fb06 => generated 917 bytes in 239 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1392/2962] 199.204.45.229 () {30 vars in 769 bytes} [Thu Jun 11 08:08:01 2026] GET /v2.0/ports?device_id=2a2a7776-14fb-4f09-ab48-9ae9f5b04533 => generated 2589 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-11 08:08:01.430 7 INFO neutron_taas.services.taas.taas_plugin [None req-6a0e31fd-c08c-4225-906b-c9994e7ca7b0 d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] TaaS: Handle Delete Port: 615c11c2-2df1-4b36-acd1-0d58c877fb06 2026-06-11 08:08:01.434 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6a0e31fd-c08c-4225-906b-c9994e7ca7b0 d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] Tap Mirror: Handle Delete Port: 615c11c2-2df1-4b36-acd1-0d58c877fb06 [pid: 7|app: 0|req: 1571/2963] 199.204.45.229 () {32 vars in 759 bytes} [Thu Jun 11 08:08:01 2026] DELETE /v2.0/ports/615c11c2-2df1-4b36-acd1-0d58c877fb06 => generated 0 bytes in 198 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1393/2964] 199.204.45.229 () {30 vars in 703 bytes} [Thu Jun 11 08:08:01 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1572/2965] 199.204.45.229 () {30 vars in 705 bytes} [Thu Jun 11 08:08:01 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1394/2966] 199.204.45.229 () {30 vars in 681 bytes} [Thu Jun 11 08:08:01 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: 1573/2967] 199.204.45.229 () {30 vars in 717 bytes} [Thu Jun 11 08:08:01 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1395/2968] 199.204.45.229 () {30 vars in 741 bytes} [Thu Jun 11 08:08:01 2026] GET /v2.0/subnets/da9c744d-03c0-45ed-b031-9101574e0d72 => 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: 1574/2969] 199.204.45.229 () {30 vars in 737 bytes} [Thu Jun 11 08:08:01 2026] GET /v2.0/ports/34e5a44f-7089-409d-873f-a1b431b9d5ab => generated 1128 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1396/2970] 199.204.45.229 () {30 vars in 737 bytes} [Thu Jun 11 08:08:01 2026] GET /v2.0/ports/c5edee69-2ca0-4d6b-bcb7-533130c88ff5 => generated 1349 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1575/2971] 199.204.45.229 () {30 vars in 741 bytes} [Thu Jun 11 08:08:01 2026] GET /v2.0/subnets/da9c744d-03c0-45ed-b031-9101574e0d72 => generated 676 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1397/2972] 199.204.45.229 () {30 vars in 743 bytes} [Thu Jun 11 08:08:01 2026] GET /v2.0/networks/3661f99f-f3c3-4cc6-ac42-ae44c7dfad16 => generated 799 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1576/2973] 199.204.45.229 () {30 vars in 737 bytes} [Thu Jun 11 08:08:01 2026] GET /v2.0/ports/34e5a44f-7089-409d-873f-a1b431b9d5ab => 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: 1398/2974] 199.204.45.229 () {30 vars in 741 bytes} [Thu Jun 11 08:08:01 2026] GET /v2.0/subnets/da9c744d-03c0-45ed-b031-9101574e0d72 => generated 676 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1577/2975] 199.204.45.229 () {34 vars in 1080 bytes} [Thu Jun 11 08:08:01 2026] GET /v2.0/ports?tenant_id=383bf5ee5afc4a6098fb7c6746918ba8&device_id=2a2a7776-14fb-4f09-ab48-9ae9f5b04533 => generated 2589 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1399/2976] 199.204.45.229 () {34 vars in 1146 bytes} [Thu Jun 11 08:08:02 2026] GET /v2.0/networks?id=44565dec-d060-408d-b3e8-f5cc0bd69595&id=3661f99f-f3c3-4cc6-ac42-ae44c7dfad16&id=6a733532-aee9-4960-b068-49f6ce0d2c71 => generated 2309 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1578/2977] 199.204.45.229 () {34 vars in 1062 bytes} [Thu Jun 11 08:08:02 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.228&port_id=2003d46c-65c7-4349-9f82-708dfdea1479 => 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: 1400/2978] 199.204.45.229 () {34 vars in 984 bytes} [Thu Jun 11 08:08:02 2026] GET /v2.0/subnets?id=761a427e-2c0e-40c2-a25a-7a4be5d690d1 => generated 654 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1579/2979] 199.204.45.229 () {34 vars in 1052 bytes} [Thu Jun 11 08:08:02 2026] GET /v2.0/ports?network_id=44565dec-d060-408d-b3e8-f5cc0bd69595&device_owner=network%3Adhcp => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1401/2980] 199.204.45.229 () {34 vars in 1012 bytes} [Thu Jun 11 08:08:02 2026] GET /v2.0/networks/44565dec-d060-408d-b3e8-f5cc0bd69595?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: 1580/2981] 199.204.45.229 () {34 vars in 1112 bytes} [Thu Jun 11 08:08:02 2026] GET /v2.0/networks/44565dec-d060-408d-b3e8-f5cc0bd69595?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: 1402/2982] 199.204.45.229 () {34 vars in 1058 bytes} [Thu Jun 11 08:08:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.248&port_id=c5edee69-2ca0-4d6b-bcb7-533130c88ff5 => 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: 1581/2983] 199.204.45.229 () {34 vars in 984 bytes} [Thu Jun 11 08:08:02 2026] GET /v2.0/subnets?id=da9c744d-03c0-45ed-b031-9101574e0d72 => generated 679 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1403/2984] 199.204.45.229 () {34 vars in 1052 bytes} [Thu Jun 11 08:08:02 2026] GET /v2.0/ports?network_id=3661f99f-f3c3-4cc6-ac42-ae44c7dfad16&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: 1582/2985] 199.204.45.229 () {34 vars in 1012 bytes} [Thu Jun 11 08:08:02 2026] GET /v2.0/networks/3661f99f-f3c3-4cc6-ac42-ae44c7dfad16?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: 1404/2986] 199.204.45.229 () {34 vars in 1112 bytes} [Thu Jun 11 08:08:02 2026] GET /v2.0/networks/3661f99f-f3c3-4cc6-ac42-ae44c7dfad16?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1584/2989] 199.204.45.229 () {30 vars in 703 bytes} [Thu Jun 11 08:08:13 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1406/2990] 199.204.45.229 () {30 vars in 705 bytes} [Thu Jun 11 08:08:13 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1585/2991] 199.204.45.229 () {30 vars in 681 bytes} [Thu Jun 11 08:08:13 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1407/2992] 199.204.45.229 () {30 vars in 717 bytes} [Thu Jun 11 08:08:13 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-11 08:08:13.531 7 INFO neutron.api.v2.resource [None req-e7cc30c4-5478-4cb7-881d-af62821b03b3 d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1586/2993] 199.204.45.229 () {30 vars in 763 bytes} [Thu Jun 11 08:08:13 2026] GET /v2.0/security-groups/lb-0781a20b-28d0-459d-a9be-d7b2c0bcbec6 => 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: 1408/2994] 199.204.45.229 () {30 vars in 785 bytes} [Thu Jun 11 08:08:13 2026] GET /v2.0/security-groups?name=lb-0781a20b-28d0-459d-a9be-d7b2c0bcbec6 => generated 2865 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1587/2995] 199.204.45.229 () {30 vars in 815 bytes} [Thu Jun 11 08:08:13 2026] GET /v2.0/security-group-rules?security_group_id=b8602296-eedb-4dc2-9355-be79038ace14 => generated 2334 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1409/2996] 199.204.45.229 () {32 vars in 789 bytes} [Thu Jun 11 08:08:13 2026] DELETE /v2.0/security-group-rules/098d159d-6242-4d97-b366-647a3d879a87 => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1588/2997] 199.204.45.229 () {32 vars in 789 bytes} [Thu Jun 11 08:08:13 2026] DELETE /v2.0/security-group-rules/c8bb60a5-f84f-48a6-99a3-bc1720440648 => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-11 08:08:17.377 8 INFO neutron_taas.services.taas.taas_plugin [None req-09fa3240-2a5f-4774-bfde-68e588b43b10 b41a2ea921144765b2d0ea471d91d146 82a57869cb414d9a9c79124d55ca8efe - - default default] TaaS: Handle Delete Port: 8d988ee9-87a5-43c8-8ffd-63b605190514 2026-06-11 08:08:17.381 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-09fa3240-2a5f-4774-bfde-68e588b43b10 b41a2ea921144765b2d0ea471d91d146 82a57869cb414d9a9c79124d55ca8efe - - default default] Tap Mirror: Handle Delete Port: 8d988ee9-87a5-43c8-8ffd-63b605190514 2026-06-11 08:08:17.566 8 INFO neutron.db.l3_db [None req-09fa3240-2a5f-4774-bfde-68e588b43b10 b41a2ea921144765b2d0ea471d91d146 82a57869cb414d9a9c79124d55ca8efe - - default default] Floating IP 56a9af47-903a-4a01-a555-d10d7d8fcbb2 disassociated (deleted). External IP: 10.96.250.213, port: 34e5a44f-7089-409d-873f-a1b431b9d5ab. [pid: 8|app: 0|req: 1410/2998] 10.0.0.53 () {32 vars in 731 bytes} [Thu Jun 11 08:08:17 2026] DELETE /v2.0/floatingips/56a9af47-903a-4a01-a555-d10d7d8fcbb2 => generated 0 bytes in 636 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-11 08:08:17.878 7 INFO neutron.api.v2.resource [None req-7b50f44c-c4f7-442c-ae11-e10d3ce6030a b41a2ea921144765b2d0ea471d91d146 82a57869cb414d9a9c79124d55ca8efe - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1589/2999] 10.0.0.53 () {32 vars in 728 bytes} [Thu Jun 11 08:08:17 2026] GET /v2.0/floatingips/56a9af47-903a-4a01-a555-d10d7d8fcbb2 => generated 144 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1412/3002] 199.204.45.229 () {30 vars in 703 bytes} [Thu Jun 11 08:08:19 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1591/3003] 199.204.45.229 () {30 vars in 705 bytes} [Thu Jun 11 08:08:19 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1413/3004] 199.204.45.229 () {30 vars in 681 bytes} [Thu Jun 11 08:08:19 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1592/3005] 199.204.45.229 () {30 vars in 717 bytes} [Thu Jun 11 08:08:19 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 08:08:19.092 8 INFO neutron.api.v2.resource [None req-e543d776-c887-46c5-b9f4-ad62e83ccbc7 d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1414/3006] 199.204.45.229 () {30 vars in 763 bytes} [Thu Jun 11 08:08:19 2026] GET /v2.0/security-groups/lb-0781a20b-28d0-459d-a9be-d7b2c0bcbec6 => generated 149 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1593/3007] 199.204.45.229 () {30 vars in 785 bytes} [Thu Jun 11 08:08:19 2026] GET /v2.0/security-groups?name=lb-0781a20b-28d0-459d-a9be-d7b2c0bcbec6 => generated 1639 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1415/3008] 199.204.45.229 () {30 vars in 815 bytes} [Thu Jun 11 08:08:19 2026] GET /v2.0/security-group-rules?security_group_id=b8602296-eedb-4dc2-9355-be79038ace14 => generated 1182 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1594/3009] 199.204.45.229 () {30 vars in 703 bytes} [Thu Jun 11 08:08:19 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1416/3010] 199.204.45.229 () {30 vars in 705 bytes} [Thu Jun 11 08:08:19 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1595/3011] 199.204.45.229 () {30 vars in 681 bytes} [Thu Jun 11 08:08:19 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1417/3012] 199.204.45.229 () {30 vars in 717 bytes} [Thu Jun 11 08:08:19 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1596/3013] 199.204.45.229 () {30 vars in 741 bytes} [Thu Jun 11 08:08:19 2026] GET /v2.0/subnets/da9c744d-03c0-45ed-b031-9101574e0d72 => generated 676 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1418/3014] 199.204.45.229 () {30 vars in 769 bytes} [Thu Jun 11 08:08:19 2026] GET /v2.0/ports?device_id=2a2a7776-14fb-4f09-ab48-9ae9f5b04533 => generated 2589 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1597/3015] 199.204.45.229 () {30 vars in 769 bytes} [Thu Jun 11 08:08:19 2026] GET /v2.0/ports?device_id=2a2a7776-14fb-4f09-ab48-9ae9f5b04533 => generated 2589 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1419/3016] 199.204.45.229 () {30 vars in 769 bytes} [Thu Jun 11 08:08:19 2026] GET /v2.0/ports?device_id=2a2a7776-14fb-4f09-ab48-9ae9f5b04533 => generated 2589 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1598/3017] 199.204.45.229 () {30 vars in 769 bytes} [Thu Jun 11 08:08:20 2026] GET /v2.0/ports?device_id=2a2a7776-14fb-4f09-ab48-9ae9f5b04533 => generated 2589 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1420/3018] 199.204.45.229 () {34 vars in 975 bytes} [Thu Jun 11 08:08:21 2026] GET /v2.0/ports/c5edee69-2ca0-4d6b-bcb7-533130c88ff5 => generated 1349 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1599/3019] 199.204.45.229 () {34 vars in 1060 bytes} [Thu Jun 11 08:08:21 2026] GET /v2.0/ports/c5edee69-2ca0-4d6b-bcb7-533130c88ff5?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1421/3020] 199.204.45.229 () {30 vars in 769 bytes} [Thu Jun 11 08:08:21 2026] GET /v2.0/ports?device_id=2a2a7776-14fb-4f09-ab48-9ae9f5b04533 => generated 2589 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1600/3021] 199.204.45.229 () {34 vars in 1016 bytes} [Thu Jun 11 08:08:21 2026] GET /v2.0/networks/3661f99f-f3c3-4cc6-ac42-ae44c7dfad16?fields=dns_domain => generated 29 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1422/3022] 199.204.45.229 () {38 vars in 1028 bytes} [Thu Jun 11 08:08:21 2026] PUT /v2.0/ports/c5edee69-2ca0-4d6b-bcb7-533130c88ff5 => generated 1150 bytes in 302 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1601/3023] 199.204.45.229 () {30 vars in 769 bytes} [Thu Jun 11 08:08:22 2026] GET /v2.0/ports?device_id=2a2a7776-14fb-4f09-ab48-9ae9f5b04533 => generated 1248 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1423/3024] 199.204.45.229 () {34 vars in 789 bytes} [Thu Jun 11 08:08:22 2026] PUT /v2.0/ports/c5edee69-2ca0-4d6b-bcb7-533130c88ff5 => generated 1090 bytes in 243 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1602/3025] 199.204.45.229 () {30 vars in 737 bytes} [Thu Jun 11 08:08:22 2026] GET /v2.0/ports/c5edee69-2ca0-4d6b-bcb7-533130c88ff5 => generated 1090 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-11 08:08:23.133 8 INFO neutron_taas.services.taas.taas_plugin [None req-fb8b39c9-8220-417c-9c89-2246242d45bd d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] TaaS: Handle Delete Port: c5edee69-2ca0-4d6b-bcb7-533130c88ff5 2026-06-11 08:08:23.136 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fb8b39c9-8220-417c-9c89-2246242d45bd d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] Tap Mirror: Handle Delete Port: c5edee69-2ca0-4d6b-bcb7-533130c88ff5 [pid: 8|app: 0|req: 1424/3026] 199.204.45.229 () {32 vars in 759 bytes} [Thu Jun 11 08:08:23 2026] DELETE /v2.0/ports/c5edee69-2ca0-4d6b-bcb7-533130c88ff5 => generated 0 bytes in 259 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1603/3027] 199.204.45.229 () {30 vars in 703 bytes} [Thu Jun 11 08:08:23 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1425/3028] 199.204.45.229 () {30 vars in 705 bytes} [Thu Jun 11 08:08:23 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1604/3029] 199.204.45.229 () {30 vars in 681 bytes} [Thu Jun 11 08:08:23 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1426/3030] 199.204.45.229 () {30 vars in 717 bytes} [Thu Jun 11 08:08:23 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 08:08:23.467 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e2d1408f-e5ef-417a-bcee-7010b4e8aca7 d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1605/3031] 199.204.45.229 () {32 vars in 759 bytes} [Thu Jun 11 08:08:23 2026] DELETE /v2.0/ports/c5edee69-2ca0-4d6b-bcb7-533130c88ff5 => generated 132 bytes in 29 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1427/3032] 199.204.45.229 () {30 vars in 737 bytes} [Thu Jun 11 08:08:23 2026] GET /v2.0/ports/34e5a44f-7089-409d-873f-a1b431b9d5ab => generated 1128 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-11 08:08:23.532 8 INFO neutron.api.v2.resource [None req-bc34975b-88c3-4a84-a485-c32b4d9839dd d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1428/3033] 199.204.45.229 () {30 vars in 763 bytes} [Thu Jun 11 08:08:23 2026] GET /v2.0/security-groups/lb-0781a20b-28d0-459d-a9be-d7b2c0bcbec6 => generated 149 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1606/3034] 199.204.45.229 () {34 vars in 1080 bytes} [Thu Jun 11 08:08:23 2026] GET /v2.0/ports?tenant_id=383bf5ee5afc4a6098fb7c6746918ba8&device_id=2a2a7776-14fb-4f09-ab48-9ae9f5b04533 => 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: 1429/3035] 199.204.45.229 () {30 vars in 785 bytes} [Thu Jun 11 08:08:23 2026] GET /v2.0/security-groups?name=lb-0781a20b-28d0-459d-a9be-d7b2c0bcbec6 => generated 1639 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1607/3036] 199.204.45.229 () {34 vars in 1066 bytes} [Thu Jun 11 08:08:23 2026] GET /v2.0/networks?id=44565dec-d060-408d-b3e8-f5cc0bd69595&id=3661f99f-f3c3-4cc6-ac42-ae44c7dfad16 => generated 1523 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1430/3037] 199.204.45.229 () {30 vars in 737 bytes} [Thu Jun 11 08:08:23 2026] GET /v2.0/ports/34e5a44f-7089-409d-873f-a1b431b9d5ab => generated 1128 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1608/3038] 199.204.45.229 () {34 vars in 1062 bytes} [Thu Jun 11 08:08:23 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.228&port_id=2003d46c-65c7-4349-9f82-708dfdea1479 => 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: 1609/3039] 199.204.45.229 () {34 vars in 984 bytes} [Thu Jun 11 08:08:23 2026] GET /v2.0/subnets?id=761a427e-2c0e-40c2-a25a-7a4be5d690d1 => generated 654 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1610/3040] 199.204.45.229 () {34 vars in 1052 bytes} [Thu Jun 11 08:08:23 2026] GET /v2.0/ports?network_id=44565dec-d060-408d-b3e8-f5cc0bd69595&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: 1611/3041] 199.204.45.229 () {34 vars in 1012 bytes} [Thu Jun 11 08:08:23 2026] GET /v2.0/networks/44565dec-d060-408d-b3e8-f5cc0bd69595?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: 1612/3042] 199.204.45.229 () {34 vars in 1112 bytes} [Thu Jun 11 08:08:23 2026] GET /v2.0/networks/44565dec-d060-408d-b3e8-f5cc0bd69595?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: 1431/3043] 199.204.45.229 () {34 vars in 789 bytes} [Thu Jun 11 08:08:23 2026] PUT /v2.0/ports/34e5a44f-7089-409d-873f-a1b431b9d5ab => generated 1090 bytes in 224 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1613/3044] 199.204.45.229 () {32 vars in 779 bytes} [Thu Jun 11 08:08:23 2026] DELETE /v2.0/security-groups/b8602296-eedb-4dc2-9355-be79038ace14 => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-11 08:08:24.046 8 INFO neutron_taas.services.taas.taas_plugin [None req-6b8448ec-35d3-4a9d-963e-54f1b92eb094 d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] TaaS: Handle Delete Port: 34e5a44f-7089-409d-873f-a1b431b9d5ab 2026-06-11 08:08:24.049 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6b8448ec-35d3-4a9d-963e-54f1b92eb094 d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] Tap Mirror: Handle Delete Port: 34e5a44f-7089-409d-873f-a1b431b9d5ab [pid: 8|app: 0|req: 1432/3045] 199.204.45.229 () {32 vars in 759 bytes} [Thu Jun 11 08:08:23 2026] DELETE /v2.0/ports/34e5a44f-7089-409d-873f-a1b431b9d5ab => 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: 1614/3046] 199.204.45.229 () {34 vars in 994 bytes} [Thu Jun 11 08:08:27 2026] GET /v2.0/ports?device_id=2a2a7776-14fb-4f09-ab48-9ae9f5b04533 => generated 1248 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-11 08:08:27.228 8 INFO neutron_taas.services.taas.taas_plugin [req-97f3cd5d-f8dd-4aa6-8db6-4a1ad18ae2b3 req-19d18b4e-14bf-4755-aee8-3e0551f9b02d d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] TaaS: Handle Delete Port: 2003d46c-65c7-4349-9f82-708dfdea1479 2026-06-11 08:08:27.231 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-97f3cd5d-f8dd-4aa6-8db6-4a1ad18ae2b3 req-19d18b4e-14bf-4755-aee8-3e0551f9b02d d93995fb333d41e4830df63ac334fdfa 383bf5ee5afc4a6098fb7c6746918ba8 - - default default] Tap Mirror: Handle Delete Port: 2003d46c-65c7-4349-9f82-708dfdea1479 [pid: 8|app: 0|req: 1433/3047] 199.204.45.229 () {36 vars in 997 bytes} [Thu Jun 11 08:08:27 2026] DELETE /v2.0/ports/2003d46c-65c7-4349-9f82-708dfdea1479 => generated 0 bytes in 250 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-11 08:08:27.415 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-fe84cb78-44e5-471e-887f-059b0866fef3'] response: {'server_uuid': '2a2a7776-14fb-4f09-ab48-9ae9f5b04533', 'name': 'network-vif-deleted', 'tag': '2003d46c-65c7-4349-9f82-708dfdea1479', 'status': 'completed', 'code': 200} 2026-06-11 08:08:28.204 7 INFO neutron_taas.services.taas.taas_plugin [None req-c4a62338-0858-4a95-92e3-f45d9d25bbc4 b41a2ea921144765b2d0ea471d91d146 82a57869cb414d9a9c79124d55ca8efe - - default default] TaaS: Handle Delete Port: 4dd12cdf-209c-4a2f-93a3-dce2a90ad1a2 2026-06-11 08:08:28.207 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c4a62338-0858-4a95-92e3-f45d9d25bbc4 b41a2ea921144765b2d0ea471d91d146 82a57869cb414d9a9c79124d55ca8efe - - default default] Tap Mirror: Handle Delete Port: 4dd12cdf-209c-4a2f-93a3-dce2a90ad1a2 2026-06-11 08:08:28.402 7 INFO neutron.db.l3_db [None req-c4a62338-0858-4a95-92e3-f45d9d25bbc4 b41a2ea921144765b2d0ea471d91d146 82a57869cb414d9a9c79124d55ca8efe - - default default] Floating IP d77814bc-c789-4097-ac74-812f405f0637 disassociated (deleted). External IP: 10.96.250.214, port: af005396-25ff-4343-8c19-c04670513dc9. [pid: 7|app: 0|req: 1615/3048] 10.0.0.53 () {32 vars in 731 bytes} [Thu Jun 11 08:08:28 2026] DELETE /v2.0/floatingips/d77814bc-c789-4097-ac74-812f405f0637 => generated 0 bytes in 678 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-11 08:08:28.788 8 INFO neutron.api.v2.resource [None req-efaeaa9b-f2ae-4760-8728-2218259b8622 b41a2ea921144765b2d0ea471d91d146 82a57869cb414d9a9c79124d55ca8efe - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1434/3049] 10.0.0.53 () {32 vars in 728 bytes} [Thu Jun 11 08:08:28 2026] GET /v2.0/floatingips/d77814bc-c789-4097-ac74-812f405f0637 => generated 144 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-11 08:08:28.799 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-7fc3c1cc-e052-452a-9bb3-4141d9b1f8ff'] response: {'name': 'network-changed', 'server_uuid': '8099f9b1-4e9d-49c1-85d2-d710157a803b', 'tag': 'af005396-25ff-4343-8c19-c04670513dc9', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1616/3050] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:08:28 2026] GET /v2.0/ports?device_id=8099f9b1-4e9d-49c1-85d2-d710157a803b => generated 1200 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1435/3051] 10.0.0.72 () {34 vars in 1039 bytes} [Thu Jun 11 08:08:29 2026] GET /v2.0/security-groups?id=c6765a72-272d-4b62-a693-1964b0a7a61b&fields=id&fields=name => generated 112 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1617/3052] 199.204.45.229 () {34 vars in 1080 bytes} [Thu Jun 11 08:08:29 2026] GET /v2.0/ports?tenant_id=82a57869cb414d9a9c79124d55ca8efe&device_id=8099f9b1-4e9d-49c1-85d2-d710157a803b => generated 1469 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1436/3053] 199.204.45.229 () {34 vars in 986 bytes} [Thu Jun 11 08:08:29 2026] GET /v2.0/networks?id=1bc40d3a-c3dc-4db5-b7e1-5406c923e4fa => generated 800 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1618/3054] 199.204.45.229 () {34 vars in 1056 bytes} [Thu Jun 11 08:08:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.29&port_id=af005396-25ff-4343-8c19-c04670513dc9 => 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: 1437/3055] 199.204.45.229 () {34 vars in 1106 bytes} [Thu Jun 11 08:08:29 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A18c&port_id=af005396-25ff-4343-8c19-c04670513dc9 => 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: 1619/3056] 199.204.45.229 () {34 vars in 1064 bytes} [Thu Jun 11 08:08:29 2026] GET /v2.0/subnets?id=1499b733-6a00-4574-bda4-0afd4e2a8dda&id=564dd39b-819e-4252-a4de-84545235c764 => generated 1411 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1438/3057] 199.204.45.229 () {34 vars in 1052 bytes} [Thu Jun 11 08:08:29 2026] GET /v2.0/ports?network_id=1bc40d3a-c3dc-4db5-b7e1-5406c923e4fa&device_owner=network%3Adhcp => generated 1461 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1620/3058] 199.204.45.229 () {34 vars in 1052 bytes} [Thu Jun 11 08:08:29 2026] GET /v2.0/ports?network_id=1bc40d3a-c3dc-4db5-b7e1-5406c923e4fa&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: 1439/3059] 199.204.45.229 () {34 vars in 1012 bytes} [Thu Jun 11 08:08:29 2026] GET /v2.0/networks/1bc40d3a-c3dc-4db5-b7e1-5406c923e4fa?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: 1621/3060] 199.204.45.229 () {34 vars in 1112 bytes} [Thu Jun 11 08:08:29 2026] GET /v2.0/networks/1bc40d3a-c3dc-4db5-b7e1-5406c923e4fa?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: 1440/3061] 199.204.45.229 () {34 vars in 994 bytes} [Thu Jun 11 08:08:31 2026] GET /v2.0/ports?device_id=8099f9b1-4e9d-49c1-85d2-d710157a803b => generated 1198 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-11 08:08:31.558 7 INFO neutron_taas.services.taas.taas_plugin [req-2700b906-c6c4-400e-bfe2-9b0b92f19657 req-2eb69b04-2793-423b-958c-9064cefeac68 b41a2ea921144765b2d0ea471d91d146 82a57869cb414d9a9c79124d55ca8efe - - default default] TaaS: Handle Delete Port: af005396-25ff-4343-8c19-c04670513dc9 2026-06-11 08:08:31.561 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-2700b906-c6c4-400e-bfe2-9b0b92f19657 req-2eb69b04-2793-423b-958c-9064cefeac68 b41a2ea921144765b2d0ea471d91d146 82a57869cb414d9a9c79124d55ca8efe - - default default] Tap Mirror: Handle Delete Port: af005396-25ff-4343-8c19-c04670513dc9 [pid: 7|app: 0|req: 1622/3062] 199.204.45.229 () {36 vars in 997 bytes} [Thu Jun 11 08:08:31 2026] DELETE /v2.0/ports/af005396-25ff-4343-8c19-c04670513dc9 => generated 0 bytes in 283 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-11 08:08:31.761 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-29ec39d1-bc8f-4a37-9a07-fb94fb987942'] response: {'server_uuid': '8099f9b1-4e9d-49c1-85d2-d710157a803b', 'name': 'network-vif-deleted', 'tag': 'af005396-25ff-4343-8c19-c04670513dc9', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1442/3065] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:08:34 2026] GET /v2.0/ports?device_id=8099f9b1-4e9d-49c1-85d2-d710157a803b => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-11 08:08:39.361 7 INFO neutron_taas.services.taas.taas_plugin [None req-b98a10ab-c5da-464f-8edc-b20b981a45d4 b41a2ea921144765b2d0ea471d91d146 82a57869cb414d9a9c79124d55ca8efe - - default default] TaaS: Handle Delete Port: e2368752-6f54-4cef-b456-c69262fc8b87 2026-06-11 08:08:39.364 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b98a10ab-c5da-464f-8edc-b20b981a45d4 b41a2ea921144765b2d0ea471d91d146 82a57869cb414d9a9c79124d55ca8efe - - default default] Tap Mirror: Handle Delete Port: e2368752-6f54-4cef-b456-c69262fc8b87 2026-06-11 08:08:39.523 7 INFO neutron.db.l3_db [None req-b98a10ab-c5da-464f-8edc-b20b981a45d4 b41a2ea921144765b2d0ea471d91d146 82a57869cb414d9a9c79124d55ca8efe - - default default] Floating IP f9eaffe5-6309-4634-a2da-54bcf557c8aa disassociated (deleted). External IP: 10.96.250.210, port: ff5f8d64-ddc2-4b77-9391-d2475a977f36. [pid: 7|app: 0|req: 1624/3066] 10.0.0.53 () {32 vars in 731 bytes} [Thu Jun 11 08:08:39 2026] DELETE /v2.0/floatingips/f9eaffe5-6309-4634-a2da-54bcf557c8aa => generated 0 bytes in 600 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-11 08:08:39.842 8 INFO neutron.api.v2.resource [None req-7f5f4be0-7c8e-41f1-a834-892baefa804e b41a2ea921144765b2d0ea471d91d146 82a57869cb414d9a9c79124d55ca8efe - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1443/3067] 10.0.0.53 () {32 vars in 728 bytes} [Thu Jun 11 08:08:39 2026] GET /v2.0/floatingips/f9eaffe5-6309-4634-a2da-54bcf557c8aa => generated 144 bytes in 29 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-11 08:08:39.847 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c20df14d-48a3-4805-9738-11bc28d96d39'] response: {'name': 'network-changed', 'server_uuid': 'b60a4341-9a79-46fe-8129-7402467a94e0', 'tag': 'ff5f8d64-ddc2-4b77-9391-d2475a977f36', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1625/3068] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:08:39 2026] GET /v2.0/ports?device_id=b60a4341-9a79-46fe-8129-7402467a94e0 => generated 1192 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1444/3069] 10.0.0.72 () {34 vars in 1039 bytes} [Thu Jun 11 08:08:40 2026] GET /v2.0/security-groups?id=c6765a72-272d-4b62-a693-1964b0a7a61b&fields=id&fields=name => generated 112 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1626/3070] 199.204.45.229 () {34 vars in 1080 bytes} [Thu Jun 11 08:08:40 2026] GET /v2.0/ports?tenant_id=82a57869cb414d9a9c79124d55ca8efe&device_id=b60a4341-9a79-46fe-8129-7402467a94e0 => 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: 1445/3071] 199.204.45.229 () {34 vars in 986 bytes} [Thu Jun 11 08:08:40 2026] GET /v2.0/networks?id=6a733532-aee9-4960-b068-49f6ce0d2c71 => generated 800 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1627/3072] 199.204.45.229 () {34 vars in 1056 bytes} [Thu Jun 11 08:08:40 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.80&port_id=ff5f8d64-ddc2-4b77-9391-d2475a977f36 => 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: 1446/3073] 199.204.45.229 () {34 vars in 1102 bytes} [Thu Jun 11 08:08:40 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A4f&port_id=ff5f8d64-ddc2-4b77-9391-d2475a977f36 => 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: 1628/3074] 199.204.45.229 () {34 vars in 1064 bytes} [Thu Jun 11 08:08:40 2026] GET /v2.0/subnets?id=cd054bd0-8549-450e-aa12-14dc073b97f4&id=a999f349-0fac-45a1-8729-368f55ca2b22 => generated 1411 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1447/3075] 199.204.45.229 () {34 vars in 1052 bytes} [Thu Jun 11 08:08:40 2026] GET /v2.0/ports?network_id=6a733532-aee9-4960-b068-49f6ce0d2c71&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: 1629/3076] 199.204.45.229 () {34 vars in 1052 bytes} [Thu Jun 11 08:08:40 2026] GET /v2.0/ports?network_id=6a733532-aee9-4960-b068-49f6ce0d2c71&device_owner=network%3Adhcp => generated 1457 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1448/3077] 199.204.45.229 () {34 vars in 1012 bytes} [Thu Jun 11 08:08:40 2026] GET /v2.0/networks/6a733532-aee9-4960-b068-49f6ce0d2c71?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: 1630/3078] 199.204.45.229 () {34 vars in 1112 bytes} [Thu Jun 11 08:08:40 2026] GET /v2.0/networks/6a733532-aee9-4960-b068-49f6ce0d2c71?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: 1449/3079] 199.204.45.229 () {34 vars in 994 bytes} [Thu Jun 11 08:08:42 2026] GET /v2.0/ports?device_id=b60a4341-9a79-46fe-8129-7402467a94e0 => generated 1192 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-11 08:08:42.590 7 INFO neutron_taas.services.taas.taas_plugin [req-f624139c-42d8-4f92-a3a8-94898942fd79 req-6144cf7d-fb6d-4d29-aec9-114c4cf655b6 b41a2ea921144765b2d0ea471d91d146 82a57869cb414d9a9c79124d55ca8efe - - default default] TaaS: Handle Delete Port: ff5f8d64-ddc2-4b77-9391-d2475a977f36 2026-06-11 08:08:42.592 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-f624139c-42d8-4f92-a3a8-94898942fd79 req-6144cf7d-fb6d-4d29-aec9-114c4cf655b6 b41a2ea921144765b2d0ea471d91d146 82a57869cb414d9a9c79124d55ca8efe - - default default] Tap Mirror: Handle Delete Port: ff5f8d64-ddc2-4b77-9391-d2475a977f36 [pid: 7|app: 0|req: 1631/3080] 199.204.45.229 () {36 vars in 997 bytes} [Thu Jun 11 08:08:42 2026] DELETE /v2.0/ports/ff5f8d64-ddc2-4b77-9391-d2475a977f36 => generated 0 bytes in 221 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-11 08:08:42.771 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-aebb6244-bd03-41d7-9227-d02332e7658e'] response: {'server_uuid': 'b60a4341-9a79-46fe-8129-7402467a94e0', 'name': 'network-vif-deleted', 'tag': 'ff5f8d64-ddc2-4b77-9391-d2475a977f36', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1450/3081] 10.0.0.72 () {34 vars in 989 bytes} [Thu Jun 11 08:08:45 2026] GET /v2.0/ports?device_id=b60a4341-9a79-46fe-8129-7402467a94e0 => 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: 1452/3084] 10.0.0.53 () {32 vars in 749 bytes} [Thu Jun 11 08:08:50 2026] DELETE /v2.0/security-group-rules/a68017ed-3230-49ae-9ee8-6cc2cad101bb => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-11 08:08:50.351 7 INFO neutron.api.v2.resource [None req-be1e47ca-9b92-4749-a542-d31cb908a15c b41a2ea921144765b2d0ea471d91d146 82a57869cb414d9a9c79124d55ca8efe - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1633/3085] 10.0.0.53 () {32 vars in 746 bytes} [Thu Jun 11 08:08:50 2026] GET /v2.0/security-group-rules/a68017ed-3230-49ae-9ee8-6cc2cad101bb => generated 155 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1453/3086] 10.0.0.53 () {32 vars in 749 bytes} [Thu Jun 11 08:08:50 2026] DELETE /v2.0/security-group-rules/64bd0bb4-8f2b-414d-9bd5-114fcc0ccc89 => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-11 08:08:50.438 7 INFO neutron.api.v2.resource [None req-5376f6f8-2128-4d67-9032-e6383fdf75bb b41a2ea921144765b2d0ea471d91d146 82a57869cb414d9a9c79124d55ca8efe - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1634/3087] 10.0.0.53 () {32 vars in 746 bytes} [Thu Jun 11 08:08:50 2026] GET /v2.0/security-group-rules/64bd0bb4-8f2b-414d-9bd5-114fcc0ccc89 => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1454/3088] 10.0.0.53 () {32 vars in 749 bytes} [Thu Jun 11 08:08:50 2026] DELETE /v2.0/security-group-rules/5e3e2be3-30ce-4aec-9e94-4dd52339e41b => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-11 08:08:50.536 7 INFO neutron.api.v2.resource [None req-822730a5-f984-473d-baf0-9ea9fabf65c1 b41a2ea921144765b2d0ea471d91d146 82a57869cb414d9a9c79124d55ca8efe - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1635/3089] 10.0.0.53 () {32 vars in 746 bytes} [Thu Jun 11 08:08:50 2026] GET /v2.0/security-group-rules/5e3e2be3-30ce-4aec-9e94-4dd52339e41b => 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: 1455/3090] 10.0.0.53 () {32 vars in 749 bytes} [Thu Jun 11 08:08:50 2026] DELETE /v2.0/security-group-rules/d80e741c-e100-48e8-904e-273caab15e42 => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-11 08:08:50.624 7 INFO neutron.api.v2.resource [None req-bff7b522-89f4-4c6a-8b1b-d8e00f8fee0f b41a2ea921144765b2d0ea471d91d146 82a57869cb414d9a9c79124d55ca8efe - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1636/3091] 10.0.0.53 () {32 vars in 746 bytes} [Thu Jun 11 08:08:50 2026] GET /v2.0/security-group-rules/d80e741c-e100-48e8-904e-273caab15e42 => generated 155 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1456/3092] 10.0.0.53 () {32 vars in 749 bytes} [Thu Jun 11 08:08:50 2026] DELETE /v2.0/security-group-rules/334ef3ce-ef9d-4f78-a877-635cabb5eace => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-11 08:08:50.703 7 INFO neutron.api.v2.resource [None req-cded44bb-0c1a-4198-b0c1-acb0f3b47215 b41a2ea921144765b2d0ea471d91d146 82a57869cb414d9a9c79124d55ca8efe - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1637/3093] 10.0.0.53 () {32 vars in 746 bytes} [Thu Jun 11 08:08:50 2026] GET /v2.0/security-group-rules/334ef3ce-ef9d-4f78-a877-635cabb5eace => 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: 1457/3094] 10.0.0.53 () {32 vars in 749 bytes} [Thu Jun 11 08:08:50 2026] DELETE /v2.0/security-group-rules/61357f03-7744-48fa-88a4-3fac38d549ed => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-11 08:08:50.785 7 INFO neutron.api.v2.resource [None req-36a0c1e6-a255-4b62-bfe3-8713921b5dfc b41a2ea921144765b2d0ea471d91d146 82a57869cb414d9a9c79124d55ca8efe - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1638/3095] 10.0.0.53 () {32 vars in 746 bytes} [Thu Jun 11 08:08:50 2026] GET /v2.0/security-group-rules/61357f03-7744-48fa-88a4-3fac38d549ed => 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: 1458/3096] 10.0.0.53 () {32 vars in 749 bytes} [Thu Jun 11 08:08:50 2026] DELETE /v2.0/security-group-rules/e8fc918b-97be-468a-ad56-ff80b1365ce6 => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-11 08:08:50.871 7 INFO neutron.api.v2.resource [None req-cb7b4458-cd82-4aa5-9ce7-7c767c24a6ef b41a2ea921144765b2d0ea471d91d146 82a57869cb414d9a9c79124d55ca8efe - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1639/3097] 10.0.0.53 () {32 vars in 746 bytes} [Thu Jun 11 08:08:50 2026] GET /v2.0/security-group-rules/e8fc918b-97be-468a-ad56-ff80b1365ce6 => 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: 1459/3098] 10.0.0.53 () {32 vars in 749 bytes} [Thu Jun 11 08:08:50 2026] DELETE /v2.0/security-group-rules/e81eb340-7c25-4609-b4a2-5ced6276ea99 => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-11 08:08:50.955 7 INFO neutron.api.v2.resource [None req-a704789b-e818-4f0b-8325-3da46e8342f6 b41a2ea921144765b2d0ea471d91d146 82a57869cb414d9a9c79124d55ca8efe - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1640/3099] 10.0.0.53 () {32 vars in 746 bytes} [Thu Jun 11 08:08:50 2026] GET /v2.0/security-group-rules/e81eb340-7c25-4609-b4a2-5ced6276ea99 => generated 155 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1460/3100] 10.0.0.53 () {32 vars in 749 bytes} [Thu Jun 11 08:08:50 2026] DELETE /v2.0/security-group-rules/bbf7819a-6f7f-4986-88d1-d08a48f9068d => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-11 08:08:51.039 7 INFO neutron.api.v2.resource [None req-a3a898c6-b3f1-4c9e-8528-07e123bf3ffc b41a2ea921144765b2d0ea471d91d146 82a57869cb414d9a9c79124d55ca8efe - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1641/3101] 10.0.0.53 () {32 vars in 746 bytes} [Thu Jun 11 08:08:51 2026] GET /v2.0/security-group-rules/bbf7819a-6f7f-4986-88d1-d08a48f9068d => 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: 1461/3102] 10.0.0.53 () {32 vars in 749 bytes} [Thu Jun 11 08:08:51 2026] DELETE /v2.0/security-group-rules/2de42d7d-7d2a-4cf3-a48b-23ba41b4c17f => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-11 08:08:51.118 7 INFO neutron.api.v2.resource [None req-39541ed8-5962-4e7a-a339-cb0adb1e0ee0 b41a2ea921144765b2d0ea471d91d146 82a57869cb414d9a9c79124d55ca8efe - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1642/3103] 10.0.0.53 () {32 vars in 746 bytes} [Thu Jun 11 08:08:51 2026] GET /v2.0/security-group-rules/2de42d7d-7d2a-4cf3-a48b-23ba41b4c17f => 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: 1462/3104] 10.0.0.53 () {32 vars in 749 bytes} [Thu Jun 11 08:08:51 2026] DELETE /v2.0/security-group-rules/c7f6e272-334f-485c-be01-4bec7012d0b5 => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-11 08:08:51.194 7 INFO neutron.api.v2.resource [None req-3305ad54-a754-45cb-a061-f175e6254940 b41a2ea921144765b2d0ea471d91d146 82a57869cb414d9a9c79124d55ca8efe - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1643/3105] 10.0.0.53 () {32 vars in 746 bytes} [Thu Jun 11 08:08:51 2026] GET /v2.0/security-group-rules/c7f6e272-334f-485c-be01-4bec7012d0b5 => 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: 1463/3106] 10.0.0.53 () {32 vars in 739 bytes} [Thu Jun 11 08:08:51 2026] DELETE /v2.0/security-groups/c6765a72-272d-4b62-a693-1964b0a7a61b => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-11 08:08:51.299 7 INFO neutron.api.v2.resource [None req-20dffc0b-7cf1-4d86-a805-ba2e58f5ed46 b41a2ea921144765b2d0ea471d91d146 82a57869cb414d9a9c79124d55ca8efe - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1644/3107] 10.0.0.53 () {32 vars in 736 bytes} [Thu Jun 11 08:08:51 2026] GET /v2.0/security-groups/c6765a72-272d-4b62-a693-1964b0a7a61b => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-11 08:08:51.746 8 INFO neutron_taas.services.taas.taas_plugin [None req-d95b2f5b-069c-4fc2-a857-1892755637b3 b41a2ea921144765b2d0ea471d91d146 82a57869cb414d9a9c79124d55ca8efe - - default default] TaaS: Handle Delete Port: 50abc11b-17a8-4db9-b095-4455c58cc7de 2026-06-11 08:08:51.749 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d95b2f5b-069c-4fc2-a857-1892755637b3 b41a2ea921144765b2d0ea471d91d146 82a57869cb414d9a9c79124d55ca8efe - - default default] Tap Mirror: Handle Delete Port: 50abc11b-17a8-4db9-b095-4455c58cc7de [pid: 8|app: 0|req: 1464/3108] 10.0.0.53 () {34 vars in 788 bytes} [Thu Jun 11 08:08:51 2026] PUT /v2.0/routers/de87e106-34f0-47bf-8522-a98025a68fc5/remove_router_interface => generated 309 bytes in 973 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 08:08:52.491 7 INFO neutron.api.v2.resource [None req-cd29e0e3-cd94-4100-b7ae-0ed9d02e06be b41a2ea921144765b2d0ea471d91d146 82a57869cb414d9a9c79124d55ca8efe - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1645/3109] 10.0.0.53 () {34 vars in 788 bytes} [Thu Jun 11 08:08:52 2026] PUT /v2.0/routers/de87e106-34f0-47bf-8522-a98025a68fc5/remove_router_interface => generated 198 bytes in 165 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-11 08:08:52.910 8 INFO neutron_taas.services.taas.taas_plugin [None req-f8410544-fe7c-4429-9d8d-d91efb439073 b41a2ea921144765b2d0ea471d91d146 82a57869cb414d9a9c79124d55ca8efe - - default default] TaaS: Handle Delete Port: bded1a98-a33b-4702-84b4-0858e06cc0e1 2026-06-11 08:08:52.912 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f8410544-fe7c-4429-9d8d-d91efb439073 b41a2ea921144765b2d0ea471d91d146 82a57869cb414d9a9c79124d55ca8efe - - default default] Tap Mirror: Handle Delete Port: bded1a98-a33b-4702-84b4-0858e06cc0e1 [pid: 8|app: 0|req: 1465/3110] 10.0.0.53 () {34 vars in 788 bytes} [Thu Jun 11 08:08:52 2026] PUT /v2.0/routers/de87e106-34f0-47bf-8522-a98025a68fc5/remove_router_interface => generated 309 bytes in 1041 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 08:08:53.747 7 INFO neutron.api.v2.resource [None req-7ff32e6f-b1dc-45d4-83d1-fa87e5a66ee3 b41a2ea921144765b2d0ea471d91d146 82a57869cb414d9a9c79124d55ca8efe - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1646/3111] 10.0.0.53 () {34 vars in 788 bytes} [Thu Jun 11 08:08:53 2026] PUT /v2.0/routers/de87e106-34f0-47bf-8522-a98025a68fc5/remove_router_interface => generated 198 bytes in 202 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-11 08:08:54.076 8 INFO neutron_taas.services.taas.taas_plugin [None req-28dec63f-8f46-40d5-90a1-604ebe637869 b41a2ea921144765b2d0ea471d91d146 82a57869cb414d9a9c79124d55ca8efe - - default default] TaaS: Handle Delete Port: 1d3ea18a-683b-403d-a8d6-7ada94b5a59c 2026-06-11 08:08:54.078 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-28dec63f-8f46-40d5-90a1-604ebe637869 b41a2ea921144765b2d0ea471d91d146 82a57869cb414d9a9c79124d55ca8efe - - default default] Tap Mirror: Handle Delete Port: 1d3ea18a-683b-403d-a8d6-7ada94b5a59c [pid: 8|app: 0|req: 1466/3112] 10.0.0.53 () {34 vars in 788 bytes} [Thu Jun 11 08:08:53 2026] PUT /v2.0/routers/de87e106-34f0-47bf-8522-a98025a68fc5/remove_router_interface => generated 309 bytes in 903 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 08:08:54.811 7 INFO neutron.api.v2.resource [None req-6d06dd64-9451-43ef-bf36-0fed4da8039f b41a2ea921144765b2d0ea471d91d146 82a57869cb414d9a9c79124d55ca8efe - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1647/3113] 10.0.0.53 () {34 vars in 788 bytes} [Thu Jun 11 08:08:54 2026] PUT /v2.0/routers/de87e106-34f0-47bf-8522-a98025a68fc5/remove_router_interface => generated 198 bytes in 151 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-11 08:08:55.024 8 INFO neutron_taas.services.taas.taas_plugin [None req-d44e1397-03bd-4486-8c92-4ab7dfeb809c b41a2ea921144765b2d0ea471d91d146 82a57869cb414d9a9c79124d55ca8efe - - default default] TaaS: Handle Delete Port: 0bfbc1e3-67f5-497a-b8b8-28b2da71d926 2026-06-11 08:08:55.028 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d44e1397-03bd-4486-8c92-4ab7dfeb809c b41a2ea921144765b2d0ea471d91d146 82a57869cb414d9a9c79124d55ca8efe - - default default] Tap Mirror: Handle Delete Port: 0bfbc1e3-67f5-497a-b8b8-28b2da71d926 2026-06-11 08:08:55.256 8 INFO neutron_taas.services.taas.taas_plugin [None req-d44e1397-03bd-4486-8c92-4ab7dfeb809c b41a2ea921144765b2d0ea471d91d146 82a57869cb414d9a9c79124d55ca8efe - - default default] TaaS: Handle Delete Port: 7c1905ce-ca4f-469c-9b53-6eeea1537dbf 2026-06-11 08:08:55.259 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d44e1397-03bd-4486-8c92-4ab7dfeb809c b41a2ea921144765b2d0ea471d91d146 82a57869cb414d9a9c79124d55ca8efe - - default default] Tap Mirror: Handle Delete Port: 7c1905ce-ca4f-469c-9b53-6eeea1537dbf 2026-06-11 08:08:55.631 8 INFO neutron.services.segments.plugin [-] Segment aff51be1-8712-4ea8-84c6-e7efd40b4904 resource provider aggregate not found 2026-06-11 08:08:55.634 8 INFO neutron.services.segments.plugin [-] Segment aff51be1-8712-4ea8-84c6-e7efd40b4904 resource provider aggregate not found 2026-06-11 08:08:55.656 8 INFO neutron.services.segments.plugin [-] Segment aff51be1-8712-4ea8-84c6-e7efd40b4904 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aff51be1-8712-4ea8-84c6-e7efd40b4904 found for delete ", "request_id": "req-45ef537e-c006-432d-a604-ee58a21cf165"}]} 2026-06-11 08:08:55.656 8 INFO neutron.services.segments.plugin [-] Segment aff51be1-8712-4ea8-84c6-e7efd40b4904 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aff51be1-8712-4ea8-84c6-e7efd40b4904 found for delete ", "request_id": "req-7c906f1c-28e7-4876-b1e5-c40df3adbd46"}]} 2026-06-11 08:08:55.667 8 INFO neutron.db.l3_hamode_db [None req-d44e1397-03bd-4486-8c92-4ab7dfeb809c b41a2ea921144765b2d0ea471d91d146 82a57869cb414d9a9c79124d55ca8efe - - default default] HA network 54e1db35-6ec7-4ea0-9d25-8467168aa44d was deleted as no HA routers are present in tenant 82a57869cb414d9a9c79124d55ca8efe. [pid: 8|app: 0|req: 1467/3114] 10.0.0.53 () {32 vars in 723 bytes} [Thu Jun 11 08:08:54 2026] DELETE /v2.0/routers/de87e106-34f0-47bf-8522-a98025a68fc5 => generated 0 bytes in 856 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-11 08:08:55.699 7 INFO neutron.api.v2.resource [None req-fddd21e5-266d-489d-8fbb-500ff395cf58 b41a2ea921144765b2d0ea471d91d146 82a57869cb414d9a9c79124d55ca8efe - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1648/3115] 10.0.0.53 () {32 vars in 720 bytes} [Thu Jun 11 08:08:55 2026] GET /v2.0/routers/de87e106-34f0-47bf-8522-a98025a68fc5 => generated 135 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1468/3116] 10.0.0.53 () {32 vars in 723 bytes} [Thu Jun 11 08:08:55 2026] DELETE /v2.0/subnets/1499b733-6a00-4574-bda4-0afd4e2a8dda => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-11 08:08:55.849 7 INFO neutron.pecan_wsgi.hooks.translation [None req-08c31451-74bf-4609-88d9-f5ed2489f41c b41a2ea921144765b2d0ea471d91d146 82a57869cb414d9a9c79124d55ca8efe - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1649/3117] 10.0.0.53 () {32 vars in 720 bytes} [Thu Jun 11 08:08:55 2026] GET /v2.0/subnets/1499b733-6a00-4574-bda4-0afd4e2a8dda => 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: 1469/3118] 10.0.0.53 () {32 vars in 723 bytes} [Thu Jun 11 08:08:55 2026] DELETE /v2.0/subnets/564dd39b-819e-4252-a4de-84545235c764 => generated 0 bytes in 172 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-11 08:08:56.049 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c029f4cf-d819-4643-b05a-0d590230737c b41a2ea921144765b2d0ea471d91d146 82a57869cb414d9a9c79124d55ca8efe - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1650/3119] 10.0.0.53 () {32 vars in 720 bytes} [Thu Jun 11 08:08:56 2026] GET /v2.0/subnets/564dd39b-819e-4252-a4de-84545235c764 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-11 08:08:56.149 8 INFO neutron_taas.services.taas.taas_plugin [None req-7600510d-946f-457d-9a8f-5705bc06782d b41a2ea921144765b2d0ea471d91d146 82a57869cb414d9a9c79124d55ca8efe - - default default] TaaS: Handle Delete Port: 32ee2ccb-ea92-4e0d-a42d-fb0e9b08fe0d 2026-06-11 08:08:56.154 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7600510d-946f-457d-9a8f-5705bc06782d b41a2ea921144765b2d0ea471d91d146 82a57869cb414d9a9c79124d55ca8efe - - default default] Tap Mirror: Handle Delete Port: 32ee2ccb-ea92-4e0d-a42d-fb0e9b08fe0d [pid: 8|app: 0|req: 1470/3120] 10.0.0.53 () {32 vars in 725 bytes} [Thu Jun 11 08:08:56 2026] DELETE /v2.0/networks/1bc40d3a-c3dc-4db5-b7e1-5406c923e4fa => generated 0 bytes in 326 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-11 08:08:56.406 7 INFO neutron.pecan_wsgi.hooks.translation [None req-86a85656-fd27-47c3-9f49-1a5ff08d4fb9 b41a2ea921144765b2d0ea471d91d146 82a57869cb414d9a9c79124d55ca8efe - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1651/3121] 10.0.0.53 () {32 vars in 722 bytes} [Thu Jun 11 08:08:56 2026] GET /v2.0/networks/1bc40d3a-c3dc-4db5-b7e1-5406c923e4fa => generated 138 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1471/3122] 10.0.0.53 () {32 vars in 723 bytes} [Thu Jun 11 08:08:56 2026] DELETE /v2.0/subnets/a999f349-0fac-45a1-8729-368f55ca2b22 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-11 08:08:56.595 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3314e8dd-f73d-4ac3-b9e9-51f7144d0f45 b41a2ea921144765b2d0ea471d91d146 82a57869cb414d9a9c79124d55ca8efe - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1652/3123] 10.0.0.53 () {32 vars in 720 bytes} [Thu Jun 11 08:08:56 2026] GET /v2.0/subnets/a999f349-0fac-45a1-8729-368f55ca2b22 => 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: 1472/3124] 10.0.0.53 () {32 vars in 723 bytes} [Thu Jun 11 08:08:56 2026] DELETE /v2.0/subnets/cd054bd0-8549-450e-aa12-14dc073b97f4 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-11 08:08:56.772 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ef04e278-c336-452e-8f20-59de0676d75d b41a2ea921144765b2d0ea471d91d146 82a57869cb414d9a9c79124d55ca8efe - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1653/3125] 10.0.0.53 () {32 vars in 720 bytes} [Thu Jun 11 08:08:56 2026] GET /v2.0/subnets/cd054bd0-8549-450e-aa12-14dc073b97f4 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-11 08:08:56.890 8 INFO neutron_taas.services.taas.taas_plugin [None req-4779d4fb-6d8f-42b2-90e0-5ca0d789ff50 b41a2ea921144765b2d0ea471d91d146 82a57869cb414d9a9c79124d55ca8efe - - default default] TaaS: Handle Delete Port: 52b6426c-d85e-4620-8f04-db2d3460c50c 2026-06-11 08:08:56.892 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4779d4fb-6d8f-42b2-90e0-5ca0d789ff50 b41a2ea921144765b2d0ea471d91d146 82a57869cb414d9a9c79124d55ca8efe - - default default] Tap Mirror: Handle Delete Port: 52b6426c-d85e-4620-8f04-db2d3460c50c [pid: 8|app: 0|req: 1473/3126] 10.0.0.53 () {32 vars in 725 bytes} [Thu Jun 11 08:08:56 2026] DELETE /v2.0/networks/6a733532-aee9-4960-b068-49f6ce0d2c71 => generated 0 bytes in 311 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-11 08:08:57.108 7 INFO neutron.pecan_wsgi.hooks.translation [None req-77aae8f5-4fa2-450e-9c7c-afea72396452 b41a2ea921144765b2d0ea471d91d146 82a57869cb414d9a9c79124d55ca8efe - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1654/3127] 10.0.0.53 () {32 vars in 722 bytes} [Thu Jun 11 08:08:57 2026] GET /v2.0/networks/6a733532-aee9-4960-b068-49f6ce0d2c71 => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1474/3128] 10.0.0.53 () {32 vars in 723 bytes} [Thu Jun 11 08:08:57 2026] DELETE /v2.0/subnets/4ae0ae2b-ab2a-4477-9633-2a46e15391ea => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-11 08:08:57.306 7 INFO neutron.pecan_wsgi.hooks.translation [None req-955f42c5-3e08-48fb-aa9b-ff715e85ceb7 b41a2ea921144765b2d0ea471d91d146 82a57869cb414d9a9c79124d55ca8efe - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1655/3129] 10.0.0.53 () {32 vars in 720 bytes} [Thu Jun 11 08:08:57 2026] GET /v2.0/subnets/4ae0ae2b-ab2a-4477-9633-2a46e15391ea => 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: 1475/3130] 10.0.0.53 () {32 vars in 723 bytes} [Thu Jun 11 08:08:57 2026] DELETE /v2.0/subnets/da9c744d-03c0-45ed-b031-9101574e0d72 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-11 08:08:57.475 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1dfe2354-3955-4824-8d79-99fa8fa7f4c9 b41a2ea921144765b2d0ea471d91d146 82a57869cb414d9a9c79124d55ca8efe - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1656/3131] 10.0.0.53 () {32 vars in 720 bytes} [Thu Jun 11 08:08:57 2026] GET /v2.0/subnets/da9c744d-03c0-45ed-b031-9101574e0d72 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-11 08:08:57.588 8 INFO neutron_taas.services.taas.taas_plugin [None req-82ea59ef-3ba2-4b93-8884-7d3aa2bba3b2 b41a2ea921144765b2d0ea471d91d146 82a57869cb414d9a9c79124d55ca8efe - - default default] TaaS: Handle Delete Port: 0bee5fed-55f9-4205-a6de-7dd28ec28a2d 2026-06-11 08:08:57.591 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-82ea59ef-3ba2-4b93-8884-7d3aa2bba3b2 b41a2ea921144765b2d0ea471d91d146 82a57869cb414d9a9c79124d55ca8efe - - default default] Tap Mirror: Handle Delete Port: 0bee5fed-55f9-4205-a6de-7dd28ec28a2d 2026-06-11 08:08:57.678 8 INFO neutron.services.segments.plugin [-] Segment 394ebcda-3bc3-43d9-8275-e7e49762380f resource provider aggregate not found 2026-06-11 08:08:57.684 8 INFO neutron.services.segments.plugin [-] Segment 394ebcda-3bc3-43d9-8275-e7e49762380f resource provider aggregate not found 2026-06-11 08:08:57.705 8 INFO neutron.services.segments.plugin [-] Segment 394ebcda-3bc3-43d9-8275-e7e49762380f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 394ebcda-3bc3-43d9-8275-e7e49762380f found for delete ", "request_id": "req-e4fd36d8-d5c8-4c46-b360-274e311474b9"}]} 2026-06-11 08:08:57.708 8 INFO neutron.services.segments.plugin [-] Segment 394ebcda-3bc3-43d9-8275-e7e49762380f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 394ebcda-3bc3-43d9-8275-e7e49762380f found for delete ", "request_id": "req-e57a0da0-cadf-4028-81b0-d95769e567f8"}]} 2026-06-11 08:08:57.726 8 INFO neutron.services.segments.plugin [-] Segment 0815ff5e-a658-419d-b62d-4eac2200211f resource provider aggregate not found 2026-06-11 08:08:57.729 8 INFO neutron.services.segments.plugin [-] Segment 0815ff5e-a658-419d-b62d-4eac2200211f resource provider aggregate not found 2026-06-11 08:08:57.750 8 INFO neutron.services.segments.plugin [-] Segment 0815ff5e-a658-419d-b62d-4eac2200211f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0815ff5e-a658-419d-b62d-4eac2200211f found for delete ", "request_id": "req-cfa5e581-f7fb-4bd9-9437-82b34448e4d1"}]} 2026-06-11 08:08:57.750 8 INFO neutron.services.segments.plugin [-] Segment 0815ff5e-a658-419d-b62d-4eac2200211f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0815ff5e-a658-419d-b62d-4eac2200211f found for delete ", "request_id": "req-f9ab9574-89d8-4acd-bb38-dcdbccf4ef86"}]} [pid: 8|app: 0|req: 1476/3132] 10.0.0.53 () {32 vars in 725 bytes} [Thu Jun 11 08:08:57 2026] DELETE /v2.0/networks/3661f99f-f3c3-4cc6-ac42-ae44c7dfad16 => generated 0 bytes in 344 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-11 08:08:57.842 7 INFO neutron.pecan_wsgi.hooks.translation [None req-03ec93dc-ce0b-46da-a388-7416398ff4ba b41a2ea921144765b2d0ea471d91d146 82a57869cb414d9a9c79124d55ca8efe - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1657/3133] 10.0.0.53 () {32 vars in 722 bytes} [Thu Jun 11 08:08:57 2026] GET /v2.0/networks/3661f99f-f3c3-4cc6-ac42-ae44c7dfad16 => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-11 08:08:59.772 8 INFO neutron.services.segments.plugin [-] Segment 4d063d00-53f7-445c-8c48-38500853692e resource provider aggregate not found 2026-06-11 08:08:59.777 8 INFO neutron.services.segments.plugin [-] Segment 4d063d00-53f7-445c-8c48-38500853692e resource provider aggregate not found 2026-06-11 08:08:59.788 8 INFO neutron.services.segments.plugin [-] Segment 4d063d00-53f7-445c-8c48-38500853692e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4d063d00-53f7-445c-8c48-38500853692e found for delete ", "request_id": "req-a32dd0b4-4ded-4b4b-9aa7-15d81204ee75"}]} 2026-06-11 08:08:59.794 8 INFO neutron.services.segments.plugin [-] Segment 4d063d00-53f7-445c-8c48-38500853692e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4d063d00-53f7-445c-8c48-38500853692e found for delete ", "request_id": "req-abb7c99c-a530-4f4f-a5a4-f1c903a04b87"}]} [pid: 8|app: 0|req: 1477/3134] 10.0.0.53 () {32 vars in 773 bytes} [Thu Jun 11 08:08:59 2026] GET /v2.0/security-groups?tenant_id=b6b16537d691468b8ea551386719ed72&name=default => generated 2929 bytes in 254 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1658/3135] 10.0.0.53 () {32 vars in 739 bytes} [Thu Jun 11 08:08:59 2026] DELETE /v2.0/security-groups/d5fdf09b-db66-4a8d-83bd-40465795bf6e => 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: 1478/3136] 10.0.0.53 () {32 vars in 773 bytes} [Thu Jun 11 08:09:00 2026] GET /v2.0/security-groups?tenant_id=33f1bd4d2b184a0ca1f731b38e5df4d7&name=default => generated 2929 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1659/3137] 10.0.0.53 () {32 vars in 739 bytes} [Thu Jun 11 08:09:00 2026] DELETE /v2.0/security-groups/93a63429-7c07-43c0-9f46-d65e0497bcee => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1479/3138] 10.0.0.53 () {32 vars in 773 bytes} [Thu Jun 11 08:09:00 2026] GET /v2.0/security-groups?tenant_id=3dbd5a0fa7f34447837e82fc9098bf1f&name=default => generated 2929 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1660/3139] 10.0.0.53 () {32 vars in 739 bytes} [Thu Jun 11 08:09:00 2026] DELETE /v2.0/security-groups/534c5ce5-8e5f-4239-9910-90c7ef92b04e => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1480/3140] 10.0.0.53 () {32 vars in 773 bytes} [Thu Jun 11 08:09:00 2026] GET /v2.0/security-groups?tenant_id=1bf1bec2907f47e78c9bea1533ad123d&name=default => generated 2929 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1661/3141] 10.0.0.53 () {32 vars in 739 bytes} [Thu Jun 11 08:09:01 2026] DELETE /v2.0/security-groups/5175e220-1112-4412-878a-5a1413a00087 => 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: 1481/3142] 10.0.0.53 () {32 vars in 773 bytes} [Thu Jun 11 08:09:01 2026] GET /v2.0/security-groups?tenant_id=69734e1d50224231b640c4e6c389b6ca&name=default => generated 2929 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1662/3143] 10.0.0.53 () {32 vars in 739 bytes} [Thu Jun 11 08:09:01 2026] DELETE /v2.0/security-groups/1c6b8e8c-20bb-4e15-98c2-5dce2ae8de16 => 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: 1482/3144] 10.0.0.53 () {32 vars in 773 bytes} [Thu Jun 11 08:09:01 2026] GET /v2.0/security-groups?tenant_id=1a5434cc8a4d44a09c583b5a758a6b16&name=default => generated 2929 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1663/3145] 10.0.0.53 () {32 vars in 739 bytes} [Thu Jun 11 08:09:01 2026] DELETE /v2.0/security-groups/13829e7a-5749-42a1-a221-88b95425f804 => 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: 1483/3146] 10.0.0.53 () {32 vars in 773 bytes} [Thu Jun 11 08:09:01 2026] GET /v2.0/security-groups?tenant_id=82a57869cb414d9a9c79124d55ca8efe&name=default => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1664/3147] 10.0.0.53 () {32 vars in 739 bytes} [Thu Jun 11 08:09:02 2026] DELETE /v2.0/security-groups/ec3bd6d0-b2cc-438a-8794-5cc030cea938 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-11 08:09:06.317 8 INFO neutron.db.segments_db [None req-b82356ae-4a44-4aee-9a4c-c9cb95aa0891 711fdb113704443ca76275ce922728fb f1e8520d325e43c7807157b0a546de93 - - default default] Added segment 5194a62d-afbf-4314-8b6c-27ed87ff95ad of type vxlan for network 00c71746-ccdd-4fd9-ae69-d33cf83dfe8c [pid: 8|app: 0|req: 1485/3150] 10.0.0.53 () {34 vars in 669 bytes} [Thu Jun 11 08:09:06 2026] POST /v2.0/networks => generated 631 bytes in 411 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-11 08:09:06.498 7 INFO neutron.db.segments_db [None req-070c093f-8699-42f3-a306-48b885fef80c 711fdb113704443ca76275ce922728fb f1e8520d325e43c7807157b0a546de93 - - default default] Added segment e5dc97e6-225d-475f-a93d-11f7aa4b112e of type vxlan for network f2cd8ba3-0fc3-43b5-9d76-0f705440d992 [pid: 7|app: 0|req: 1666/3151] 10.0.0.53 () {34 vars in 669 bytes} [Thu Jun 11 08:09:06 2026] POST /v2.0/networks => generated 631 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-11 08:09:06.644 8 INFO neutron.db.segments_db [None req-9c48e53d-8b6a-4826-b508-ffeb177ee442 711fdb113704443ca76275ce922728fb f1e8520d325e43c7807157b0a546de93 - - default default] Added segment 315aaff7-4164-4a39-a72a-c6bcbe4a665b of type vxlan for network 389330f4-95da-4e8d-aa1c-59bdfe8ed669 [pid: 8|app: 0|req: 1486/3152] 10.0.0.53 () {34 vars in 669 bytes} [Thu Jun 11 08:09:06 2026] POST /v2.0/networks => generated 630 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-11 08:09:06.790 7 INFO neutron.db.segments_db [None req-d21b982d-245e-4636-9b43-1fce893fa745 711fdb113704443ca76275ce922728fb f1e8520d325e43c7807157b0a546de93 - - default default] Added segment f38bf749-35a1-4bdc-8375-7577ae4ae52d of type vxlan for network ea6b38e8-c37f-48f5-9150-e3f076381f59 [pid: 7|app: 0|req: 1667/3153] 10.0.0.53 () {34 vars in 669 bytes} [Thu Jun 11 08:09:06 2026] POST /v2.0/networks => generated 631 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-11 08:09:06.941 8 INFO neutron.db.segments_db [None req-524eb6c9-e7bd-43c2-8f9b-a90c23a545c0 711fdb113704443ca76275ce922728fb f1e8520d325e43c7807157b0a546de93 - - default default] Added segment 67dc3091-5fd9-49d1-889b-1cf5d38e2db1 of type vxlan for network 2c4ffced-bd82-4553-a1c3-1a831938878b [pid: 8|app: 0|req: 1487/3154] 10.0.0.53 () {34 vars in 669 bytes} [Thu Jun 11 08:09:06 2026] POST /v2.0/networks => generated 632 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1668/3155] 10.0.0.53 () {34 vars in 752 bytes} [Thu Jun 11 08:09:07 2026] PUT /v2.0/networks/00c71746-ccdd-4fd9-ae69-d33cf83dfe8c/tags => generated 17 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1488/3156] 10.0.0.53 () {34 vars in 752 bytes} [Thu Jun 11 08:09:07 2026] PUT /v2.0/networks/f2cd8ba3-0fc3-43b5-9d76-0f705440d992/tags => generated 25 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1669/3157] 10.0.0.53 () {34 vars in 752 bytes} [Thu Jun 11 08:09:07 2026] PUT /v2.0/networks/389330f4-95da-4e8d-aa1c-59bdfe8ed669/tags => generated 34 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1489/3158] 10.0.0.53 () {34 vars in 752 bytes} [Thu Jun 11 08:09:07 2026] PUT /v2.0/networks/ea6b38e8-c37f-48f5-9150-e3f076381f59/tags => generated 19 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1670/3159] 10.0.0.53 () {32 vars in 665 bytes} [Thu Jun 11 08:09:07 2026] GET /v2.0/networks?tags=red => generated 1853 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1490/3160] 10.0.0.53 () {32 vars in 679 bytes} [Thu Jun 11 08:09:07 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1247 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1671/3161] 10.0.0.53 () {32 vars in 675 bytes} [Thu Jun 11 08:09:07 2026] GET /v2.0/networks?tags-any=blue => generated 1247 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1491/3162] 10.0.0.53 () {32 vars in 687 bytes} [Thu Jun 11 08:09:07 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1853 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1672/3163] 10.0.0.53 () {32 vars in 673 bytes} [Thu Jun 11 08:09:07 2026] GET /v2.0/networks?not-tags=red => generated 1861 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1492/3164] 10.0.0.53 () {32 vars in 687 bytes} [Thu Jun 11 08:09:07 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2467 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1673/3165] 10.0.0.53 () {32 vars in 683 bytes} [Thu Jun 11 08:09:07 2026] GET /v2.0/networks?not-tags-any=blue => generated 2467 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1493/3166] 10.0.0.53 () {32 vars in 695 bytes} [Thu Jun 11 08:09:07 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1861 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-11 08:09:07.891 7 INFO neutron.services.segments.plugin [-] Segment 5194a62d-afbf-4314-8b6c-27ed87ff95ad resource provider aggregate not found 2026-06-11 08:09:07.898 7 INFO neutron.services.segments.plugin [-] Segment 5194a62d-afbf-4314-8b6c-27ed87ff95ad resource provider aggregate not found 2026-06-11 08:09:07.914 7 INFO neutron.services.segments.plugin [-] Segment 5194a62d-afbf-4314-8b6c-27ed87ff95ad resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5194a62d-afbf-4314-8b6c-27ed87ff95ad found for delete ", "request_id": "req-805f0496-7a20-401d-b271-333c2866d33c"}]} 2026-06-11 08:09:07.915 7 INFO neutron.services.segments.plugin [-] Segment 5194a62d-afbf-4314-8b6c-27ed87ff95ad resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5194a62d-afbf-4314-8b6c-27ed87ff95ad found for delete ", "request_id": "req-777ef718-c1d9-4e53-ace1-c75a2b6b8a2e"}]} [pid: 7|app: 0|req: 1674/3167] 10.0.0.53 () {32 vars in 725 bytes} [Thu Jun 11 08:09:07 2026] DELETE /v2.0/networks/00c71746-ccdd-4fd9-ae69-d33cf83dfe8c => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-11 08:09:08.058 8 INFO neutron.services.segments.plugin [-] Segment e5dc97e6-225d-475f-a93d-11f7aa4b112e resource provider aggregate not found 2026-06-11 08:09:08.063 8 INFO neutron.services.segments.plugin [-] Segment e5dc97e6-225d-475f-a93d-11f7aa4b112e resource provider aggregate not found 2026-06-11 08:09:08.084 8 INFO neutron.services.segments.plugin [-] Segment e5dc97e6-225d-475f-a93d-11f7aa4b112e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e5dc97e6-225d-475f-a93d-11f7aa4b112e found for delete ", "request_id": "req-816a2f41-a745-41cf-9fcc-394cffb7a80b"}]} [pid: 8|app: 0|req: 1494/3168] 10.0.0.53 () {32 vars in 725 bytes} [Thu Jun 11 08:09:07 2026] DELETE /v2.0/networks/f2cd8ba3-0fc3-43b5-9d76-0f705440d992 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-11 08:09:08.090 8 INFO neutron.services.segments.plugin [-] Segment e5dc97e6-225d-475f-a93d-11f7aa4b112e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e5dc97e6-225d-475f-a93d-11f7aa4b112e found for delete ", "request_id": "req-b9799d3e-3f12-42a2-a5dc-c7ac0d371b0a"}]} [pid: 7|app: 0|req: 1675/3169] 10.0.0.53 () {32 vars in 725 bytes} [Thu Jun 11 08:09:08 2026] DELETE /v2.0/networks/389330f4-95da-4e8d-aa1c-59bdfe8ed669 => 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: 1495/3170] 10.0.0.53 () {32 vars in 725 bytes} [Thu Jun 11 08:09:08 2026] DELETE /v2.0/networks/ea6b38e8-c37f-48f5-9150-e3f076381f59 => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1676/3171] 10.0.0.53 () {32 vars in 725 bytes} [Thu Jun 11 08:09:08 2026] DELETE /v2.0/networks/2c4ffced-bd82-4553-a1c3-1a831938878b => generated 0 bytes in 118 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1496/3172] 10.0.0.53 () {32 vars in 773 bytes} [Thu Jun 11 08:09:09 2026] GET /v2.0/security-groups?tenant_id=72baa111c2104b65b9b9c85ae16e527c&name=default => generated 2929 bytes in 320 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1677/3173] 10.0.0.53 () {32 vars in 739 bytes} [Thu Jun 11 08:09:09 2026] DELETE /v2.0/security-groups/add66c93-0295-4f4b-ac42-b0f9020ea5b3 => 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: 1497/3174] 10.0.0.53 () {32 vars in 773 bytes} [Thu Jun 11 08:09:09 2026] GET /v2.0/security-groups?tenant_id=f9a98b239fdf435e9976d142e0d3ad16&name=default => generated 2929 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-11 08:09:09.934 7 INFO neutron.services.segments.plugin [-] Segment 315aaff7-4164-4a39-a72a-c6bcbe4a665b resource provider aggregate not found 2026-06-11 08:09:09.940 7 INFO neutron.services.segments.plugin [-] Segment 315aaff7-4164-4a39-a72a-c6bcbe4a665b resource provider aggregate not found 2026-06-11 08:09:09.956 7 INFO neutron.services.segments.plugin [-] Segment 315aaff7-4164-4a39-a72a-c6bcbe4a665b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 315aaff7-4164-4a39-a72a-c6bcbe4a665b found for delete ", "request_id": "req-a323cb5c-eaef-4a96-8b42-51d621ca9e4f"}]} 2026-06-11 08:09:09.956 7 INFO neutron.services.segments.plugin [-] Segment 315aaff7-4164-4a39-a72a-c6bcbe4a665b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 315aaff7-4164-4a39-a72a-c6bcbe4a665b found for delete ", "request_id": "req-ad5c7ff7-c170-4f44-83a5-604b8c138839"}]} 2026-06-11 08:09:09.975 7 INFO neutron.services.segments.plugin [-] Segment 67dc3091-5fd9-49d1-889b-1cf5d38e2db1 resource provider aggregate not found 2026-06-11 08:09:09.983 7 INFO neutron.services.segments.plugin [-] Segment 67dc3091-5fd9-49d1-889b-1cf5d38e2db1 resource provider aggregate not found 2026-06-11 08:09:09.990 7 INFO neutron.services.segments.plugin [-] Segment 67dc3091-5fd9-49d1-889b-1cf5d38e2db1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 67dc3091-5fd9-49d1-889b-1cf5d38e2db1 found for delete ", "request_id": "req-f5cdab10-e1db-490b-a13f-f2e73f1f5a7e"}]} 2026-06-11 08:09:10.000 7 INFO neutron.services.segments.plugin [-] Segment 67dc3091-5fd9-49d1-889b-1cf5d38e2db1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 67dc3091-5fd9-49d1-889b-1cf5d38e2db1 found for delete ", "request_id": "req-4839ae9a-57cc-4b31-8afc-2b11c27c8ea5"}]} [pid: 7|app: 0|req: 1678/3175] 10.0.0.53 () {32 vars in 739 bytes} [Thu Jun 11 08:09:09 2026] DELETE /v2.0/security-groups/e7c83d79-a822-47fe-93e0-28adbeef3b30 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-11 08:09:10.100 8 INFO neutron.services.segments.plugin [-] Segment f38bf749-35a1-4bdc-8375-7577ae4ae52d resource provider aggregate not found 2026-06-11 08:09:10.107 8 INFO neutron.services.segments.plugin [-] Segment f38bf749-35a1-4bdc-8375-7577ae4ae52d resource provider aggregate not found 2026-06-11 08:09:10.113 8 INFO neutron.services.segments.plugin [-] Segment f38bf749-35a1-4bdc-8375-7577ae4ae52d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f38bf749-35a1-4bdc-8375-7577ae4ae52d found for delete ", "request_id": "req-9ebbd39c-796a-4dbf-bbf8-d6f9e5341eab"}]} 2026-06-11 08:09:10.118 8 INFO neutron.services.segments.plugin [-] Segment f38bf749-35a1-4bdc-8375-7577ae4ae52d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f38bf749-35a1-4bdc-8375-7577ae4ae52d found for delete ", "request_id": "req-e45265c3-b420-42a6-86c2-95f400ce3ae9"}]} [pid: 8|app: 0|req: 1498/3176] 10.0.0.53 () {32 vars in 773 bytes} [Thu Jun 11 08:09:10 2026] GET /v2.0/security-groups?tenant_id=f1e8520d325e43c7807157b0a546de93&name=default => generated 2929 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1679/3177] 10.0.0.53 () {32 vars in 739 bytes} [Thu Jun 11 08:09:10 2026] DELETE /v2.0/security-groups/797a3888-d275-49ab-92e0-c120dd1223f8 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-11 08:09:14.653 8 INFO neutron.db.segments_db [None req-9f8f6a62-9718-4d32-93c6-190f6fa8ec16 dc08c4263d974c8c829fa75dda8f1f36 52dec03f451b4598af5438ca29112540 - - default default] Added segment 5d532587-8ce3-4664-bc74-f3c32f9cbd3a of type vxlan for network 295c63d7-d580-4c1e-9211-1ed2f6bac923 [pid: 8|app: 0|req: 1499/3178] 10.0.0.53 () {34 vars in 669 bytes} [Thu Jun 11 08:09:14 2026] POST /v2.0/networks => generated 631 bytes in 362 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1680/3179] 10.0.0.53 () {34 vars in 663 bytes} [Thu Jun 11 08:09:14 2026] POST /v2.0/ports => generated 743 bytes in 281 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-11 08:09:15.076 8 INFO neutron.db.segments_db [None req-a35db566-09fa-4e53-984a-aa4a151ed906 dc08c4263d974c8c829fa75dda8f1f36 52dec03f451b4598af5438ca29112540 - - default default] Added segment 33899c96-7b1f-45d4-addc-77a0158c967a of type vxlan for network 55a0617c-0215-4923-aae2-6da700377d10 [pid: 8|app: 0|req: 1500/3180] 10.0.0.53 () {34 vars in 669 bytes} [Thu Jun 11 08:09:15 2026] POST /v2.0/networks => generated 630 bytes in 145 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: 1681/3181] 10.0.0.53 () {34 vars in 663 bytes} [Thu Jun 11 08:09:15 2026] POST /v2.0/ports => generated 743 bytes in 286 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-11 08:09:15.526 8 INFO neutron.db.segments_db [None req-82830b1b-a956-4407-a97d-9d7b84e967e3 dc08c4263d974c8c829fa75dda8f1f36 52dec03f451b4598af5438ca29112540 - - default default] Added segment 00b61a4d-7094-4696-b1b0-86436f3a0819 of type vxlan for network 059b7bf7-2317-4938-92e5-358739d176a8 [pid: 8|app: 0|req: 1501/3182] 10.0.0.53 () {34 vars in 669 bytes} [Thu Jun 11 08:09:15 2026] POST /v2.0/networks => generated 632 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1682/3183] 10.0.0.53 () {34 vars in 663 bytes} [Thu Jun 11 08:09:15 2026] POST /v2.0/ports => generated 743 bytes in 287 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-11 08:09:15.972 8 INFO neutron.db.segments_db [None req-8d1345e1-6400-414a-806a-ccbb2a797b0b dc08c4263d974c8c829fa75dda8f1f36 52dec03f451b4598af5438ca29112540 - - default default] Added segment abe3deef-0514-4202-abc6-2af998673b49 of type vxlan for network 84cc189c-0515-4624-a488-c18bf7426e48 [pid: 8|app: 0|req: 1502/3184] 10.0.0.53 () {34 vars in 669 bytes} [Thu Jun 11 08:09:15 2026] POST /v2.0/networks => generated 631 bytes in 138 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: 1683/3185] 10.0.0.53 () {34 vars in 663 bytes} [Thu Jun 11 08:09:16 2026] POST /v2.0/ports => generated 743 bytes in 344 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-11 08:09:16.466 8 INFO neutron.db.segments_db [None req-fb6a5cc7-e5c0-45d6-800b-a550cb6e3ab8 dc08c4263d974c8c829fa75dda8f1f36 52dec03f451b4598af5438ca29112540 - - default default] Added segment 5ae9fff4-c7dd-422b-b0bb-17585dcbf6d6 of type vxlan for network 6a7ed7aa-6ab5-4951-bc31-17be02099702 [pid: 8|app: 0|req: 1503/3186] 10.0.0.53 () {34 vars in 669 bytes} [Thu Jun 11 08:09:16 2026] POST /v2.0/networks => generated 631 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1684/3187] 10.0.0.53 () {34 vars in 663 bytes} [Thu Jun 11 08:09:16 2026] POST /v2.0/ports => generated 743 bytes in 329 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1504/3188] 10.0.0.53 () {34 vars in 746 bytes} [Thu Jun 11 08:09:16 2026] PUT /v2.0/ports/94f048d5-5abc-4aef-8649-f27788b51510/tags => generated 17 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1685/3189] 10.0.0.53 () {34 vars in 746 bytes} [Thu Jun 11 08:09:16 2026] PUT /v2.0/ports/d2a6f064-3f2e-4129-a377-a085f63e1a96/tags => generated 25 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1505/3190] 10.0.0.53 () {34 vars in 746 bytes} [Thu Jun 11 08:09:17 2026] PUT /v2.0/ports/92590e2f-9197-48f4-b216-4467a681e6a1/tags => generated 34 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1686/3191] 10.0.0.53 () {34 vars in 746 bytes} [Thu Jun 11 08:09:17 2026] PUT /v2.0/ports/41256b5d-9020-48d1-813f-f1e1a28cb334/tags => generated 19 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: 8|app: 0|req: 1506/3192] 10.0.0.53 () {32 vars in 659 bytes} [Thu Jun 11 08:09:17 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 163 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: 1687/3193] 10.0.0.53 () {32 vars in 673 bytes} [Thu Jun 11 08:09:17 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1507/3194] 10.0.0.53 () {32 vars in 669 bytes} [Thu Jun 11 08:09:17 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: 7|app: 0|req: 1688/3195] 10.0.0.53 () {32 vars in 681 bytes} [Thu Jun 11 08:09:17 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 539 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1508/3196] 10.0.0.53 () {32 vars in 667 bytes} [Thu Jun 11 08:09:18 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1689/3197] 10.0.0.53 () {32 vars in 681 bytes} [Thu Jun 11 08:09:18 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1509/3198] 10.0.0.53 () {32 vars in 677 bytes} [Thu Jun 11 08:09:18 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1690/3199] 10.0.0.53 () {32 vars in 689 bytes} [Thu Jun 11 08:09:18 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-11 08:09:18.482 8 INFO neutron_taas.services.taas.taas_plugin [None req-b2c5bcb6-7b73-4b62-87f9-73134955c71d dc08c4263d974c8c829fa75dda8f1f36 52dec03f451b4598af5438ca29112540 - - default default] TaaS: Handle Delete Port: 94f048d5-5abc-4aef-8649-f27788b51510 2026-06-11 08:09:18.487 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b2c5bcb6-7b73-4b62-87f9-73134955c71d dc08c4263d974c8c829fa75dda8f1f36 52dec03f451b4598af5438ca29112540 - - default default] Tap Mirror: Handle Delete Port: 94f048d5-5abc-4aef-8649-f27788b51510 [pid: 8|app: 0|req: 1510/3200] 10.0.0.53 () {32 vars in 719 bytes} [Thu Jun 11 08:09:18 2026] DELETE /v2.0/ports/94f048d5-5abc-4aef-8649-f27788b51510 => generated 0 bytes in 189 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-11 08:09:18.714 7 INFO neutron_taas.services.taas.taas_plugin [None req-e6935bb6-c3da-465d-b0d2-76b41e1d7efe dc08c4263d974c8c829fa75dda8f1f36 52dec03f451b4598af5438ca29112540 - - default default] TaaS: Handle Delete Port: d2a6f064-3f2e-4129-a377-a085f63e1a96 2026-06-11 08:09:18.719 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e6935bb6-c3da-465d-b0d2-76b41e1d7efe dc08c4263d974c8c829fa75dda8f1f36 52dec03f451b4598af5438ca29112540 - - default default] Tap Mirror: Handle Delete Port: d2a6f064-3f2e-4129-a377-a085f63e1a96 [pid: 7|app: 0|req: 1691/3201] 10.0.0.53 () {32 vars in 719 bytes} [Thu Jun 11 08:09:18 2026] DELETE /v2.0/ports/d2a6f064-3f2e-4129-a377-a085f63e1a96 => generated 0 bytes in 224 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-11 08:09:18.899 8 INFO neutron_taas.services.taas.taas_plugin [None req-fd85fab9-5203-4ce7-a0be-b95cca7df8cf dc08c4263d974c8c829fa75dda8f1f36 52dec03f451b4598af5438ca29112540 - - default default] TaaS: Handle Delete Port: 92590e2f-9197-48f4-b216-4467a681e6a1 2026-06-11 08:09:18.903 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fd85fab9-5203-4ce7-a0be-b95cca7df8cf dc08c4263d974c8c829fa75dda8f1f36 52dec03f451b4598af5438ca29112540 - - default default] Tap Mirror: Handle Delete Port: 92590e2f-9197-48f4-b216-4467a681e6a1 [pid: 8|app: 0|req: 1511/3204] 10.0.0.53 () {32 vars in 719 bytes} [Thu Jun 11 08:09:18 2026] DELETE /v2.0/ports/92590e2f-9197-48f4-b216-4467a681e6a1 => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-11 08:09:19.091 7 INFO neutron_taas.services.taas.taas_plugin [None req-9894f6bd-1305-4226-9112-de719deeb8f4 dc08c4263d974c8c829fa75dda8f1f36 52dec03f451b4598af5438ca29112540 - - default default] TaaS: Handle Delete Port: 41256b5d-9020-48d1-813f-f1e1a28cb334 2026-06-11 08:09:19.094 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9894f6bd-1305-4226-9112-de719deeb8f4 dc08c4263d974c8c829fa75dda8f1f36 52dec03f451b4598af5438ca29112540 - - default default] Tap Mirror: Handle Delete Port: 41256b5d-9020-48d1-813f-f1e1a28cb334 [pid: 7|app: 0|req: 1694/3205] 10.0.0.53 () {32 vars in 719 bytes} [Thu Jun 11 08:09:18 2026] DELETE /v2.0/ports/41256b5d-9020-48d1-813f-f1e1a28cb334 => generated 0 bytes in 194 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-11 08:09:19.282 8 INFO neutron_taas.services.taas.taas_plugin [None req-d9a6c038-c940-4581-9589-99c625c8b71f dc08c4263d974c8c829fa75dda8f1f36 52dec03f451b4598af5438ca29112540 - - default default] TaaS: Handle Delete Port: ca2058d3-05a4-42c4-b95b-347403978add 2026-06-11 08:09:19.288 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d9a6c038-c940-4581-9589-99c625c8b71f dc08c4263d974c8c829fa75dda8f1f36 52dec03f451b4598af5438ca29112540 - - default default] Tap Mirror: Handle Delete Port: ca2058d3-05a4-42c4-b95b-347403978add [pid: 8|app: 0|req: 1512/3206] 10.0.0.53 () {32 vars in 719 bytes} [Thu Jun 11 08:09:19 2026] DELETE /v2.0/ports/ca2058d3-05a4-42c4-b95b-347403978add => generated 0 bytes in 186 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-11 08:09:19.470 7 INFO neutron.services.segments.plugin [-] Segment 5d532587-8ce3-4664-bc74-f3c32f9cbd3a resource provider aggregate not found 2026-06-11 08:09:19.471 7 INFO neutron.services.segments.plugin [-] Segment 5d532587-8ce3-4664-bc74-f3c32f9cbd3a resource provider aggregate not found 2026-06-11 08:09:19.489 7 INFO neutron.services.segments.plugin [-] Segment 5d532587-8ce3-4664-bc74-f3c32f9cbd3a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5d532587-8ce3-4664-bc74-f3c32f9cbd3a found for delete ", "request_id": "req-4519ee96-fc3b-4e24-99e9-87a1284222c9"}]} 2026-06-11 08:09:19.490 7 INFO neutron.services.segments.plugin [-] Segment 5d532587-8ce3-4664-bc74-f3c32f9cbd3a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5d532587-8ce3-4664-bc74-f3c32f9cbd3a found for delete ", "request_id": "req-2282a637-6a1d-4d0a-a284-3fdf785cc34b"}]} [pid: 7|app: 0|req: 1695/3207] 10.0.0.53 () {32 vars in 725 bytes} [Thu Jun 11 08:09:19 2026] DELETE /v2.0/networks/295c63d7-d580-4c1e-9211-1ed2f6bac923 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-11 08:09:19.611 8 INFO neutron.services.segments.plugin [-] Segment 33899c96-7b1f-45d4-addc-77a0158c967a resource provider aggregate not found 2026-06-11 08:09:19.618 8 INFO neutron.services.segments.plugin [-] Segment 33899c96-7b1f-45d4-addc-77a0158c967a resource provider aggregate not found 2026-06-11 08:09:19.635 8 INFO neutron.services.segments.plugin [-] Segment 33899c96-7b1f-45d4-addc-77a0158c967a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 33899c96-7b1f-45d4-addc-77a0158c967a found for delete ", "request_id": "req-b6e9392d-3ab8-46a9-bd3c-ec5b7e3dcb3f"}]} 2026-06-11 08:09:19.637 8 INFO neutron.services.segments.plugin [-] Segment 33899c96-7b1f-45d4-addc-77a0158c967a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 33899c96-7b1f-45d4-addc-77a0158c967a found for delete ", "request_id": "req-fcf208c1-d4cb-48c3-a55d-15204cfc348a"}]} [pid: 8|app: 0|req: 1513/3208] 10.0.0.53 () {32 vars in 725 bytes} [Thu Jun 11 08:09:19 2026] DELETE /v2.0/networks/55a0617c-0215-4923-aae2-6da700377d10 => 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: 1696/3209] 10.0.0.53 () {32 vars in 725 bytes} [Thu Jun 11 08:09:19 2026] DELETE /v2.0/networks/059b7bf7-2317-4938-92e5-358739d176a8 => 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: 1514/3210] 10.0.0.53 () {32 vars in 725 bytes} [Thu Jun 11 08:09:19 2026] DELETE /v2.0/networks/84cc189c-0515-4624-a488-c18bf7426e48 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1697/3211] 10.0.0.53 () {32 vars in 725 bytes} [Thu Jun 11 08:09:19 2026] DELETE /v2.0/networks/6a7ed7aa-6ab5-4951-bc31-17be02099702 => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1515/3212] 10.0.0.53 () {32 vars in 773 bytes} [Thu Jun 11 08:09:20 2026] GET /v2.0/security-groups?tenant_id=52dec03f451b4598af5438ca29112540&name=default => generated 2929 bytes in 175 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1698/3213] 10.0.0.53 () {32 vars in 739 bytes} [Thu Jun 11 08:09:21 2026] DELETE /v2.0/security-groups/0b6e2b4e-7761-45da-956d-c4dcce4ba544 => 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: 1516/3214] 10.0.0.53 () {32 vars in 773 bytes} [Thu Jun 11 08:09:21 2026] GET /v2.0/security-groups?tenant_id=3a893f96ad9c48c88cd13605f7e8222a&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: 1699/3215] 10.0.0.53 () {32 vars in 739 bytes} [Thu Jun 11 08:09:21 2026] DELETE /v2.0/security-groups/598a1ed2-cdf7-4c03-8dec-27e4594497b9 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-11 08:09:21.511 7 INFO neutron.services.segments.plugin [-] Segment 00b61a4d-7094-4696-b1b0-86436f3a0819 resource provider aggregate not found 2026-06-11 08:09:21.517 7 INFO neutron.services.segments.plugin [-] Segment 00b61a4d-7094-4696-b1b0-86436f3a0819 resource provider aggregate not found 2026-06-11 08:09:21.533 7 INFO neutron.services.segments.plugin [-] Segment 00b61a4d-7094-4696-b1b0-86436f3a0819 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 00b61a4d-7094-4696-b1b0-86436f3a0819 found for delete ", "request_id": "req-4decb2ae-1023-417e-b6c0-023db5b32ba2"}]} 2026-06-11 08:09:21.539 7 INFO neutron.services.segments.plugin [-] Segment 00b61a4d-7094-4696-b1b0-86436f3a0819 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 00b61a4d-7094-4696-b1b0-86436f3a0819 found for delete ", "request_id": "req-81c22077-7f20-41b6-894b-cc1aca32550c"}]} 2026-06-11 08:09:21.553 7 INFO neutron.services.segments.plugin [-] Segment 5ae9fff4-c7dd-422b-b0bb-17585dcbf6d6 resource provider aggregate not found 2026-06-11 08:09:21.558 7 INFO neutron.services.segments.plugin [-] Segment 5ae9fff4-c7dd-422b-b0bb-17585dcbf6d6 resource provider aggregate not found 2026-06-11 08:09:21.569 7 INFO neutron.services.segments.plugin [-] Segment 5ae9fff4-c7dd-422b-b0bb-17585dcbf6d6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5ae9fff4-c7dd-422b-b0bb-17585dcbf6d6 found for delete ", "request_id": "req-86cf65f9-a34c-46da-8d30-2313defb9fbb"}]} 2026-06-11 08:09:21.575 7 INFO neutron.services.segments.plugin [-] Segment 5ae9fff4-c7dd-422b-b0bb-17585dcbf6d6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5ae9fff4-c7dd-422b-b0bb-17585dcbf6d6 found for delete ", "request_id": "req-252b3ba4-ce83-40ff-a3f5-c9b8c3a1e5cc"}]} 2026-06-11 08:09:21.658 8 INFO neutron.services.segments.plugin [-] Segment abe3deef-0514-4202-abc6-2af998673b49 resource provider aggregate not found 2026-06-11 08:09:21.670 8 INFO neutron.services.segments.plugin [-] Segment abe3deef-0514-4202-abc6-2af998673b49 resource provider aggregate not found 2026-06-11 08:09:21.696 8 INFO neutron.services.segments.plugin [-] Segment abe3deef-0514-4202-abc6-2af998673b49 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid abe3deef-0514-4202-abc6-2af998673b49 found for delete ", "request_id": "req-2524b04f-46b5-4e62-a670-150353fd2bf7"}]} 2026-06-11 08:09:21.696 8 INFO neutron.services.segments.plugin [-] Segment abe3deef-0514-4202-abc6-2af998673b49 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid abe3deef-0514-4202-abc6-2af998673b49 found for delete ", "request_id": "req-c1130bed-2acc-4632-bde6-e4c7624cc561"}]} [pid: 8|app: 0|req: 1517/3216] 10.0.0.53 () {32 vars in 773 bytes} [Thu Jun 11 08:09:21 2026] GET /v2.0/security-groups?tenant_id=9654b3bc40634155a603fec01313f420&name=default => generated 2929 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1700/3217] 10.0.0.53 () {32 vars in 739 bytes} [Thu Jun 11 08:09:21 2026] DELETE /v2.0/security-groups/af2dbd9a-c491-4ec1-b974-f166b2f15e3b => 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: 1518/3218] 10.0.0.53 () {34 vars in 675 bytes} [Thu Jun 11 08:09:25 2026] POST /v2.0/subnetpools => generated 516 bytes in 182 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1701/3219] 10.0.0.53 () {34 vars in 675 bytes} [Thu Jun 11 08:09:26 2026] POST /v2.0/subnetpools => generated 516 bytes in 61 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1519/3220] 10.0.0.53 () {34 vars in 675 bytes} [Thu Jun 11 08:09:26 2026] POST /v2.0/subnetpools => generated 516 bytes in 45 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1702/3221] 10.0.0.53 () {34 vars in 675 bytes} [Thu Jun 11 08:09:26 2026] POST /v2.0/subnetpools => generated 516 bytes in 56 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1520/3222] 10.0.0.53 () {34 vars in 675 bytes} [Thu Jun 11 08:09:26 2026] POST /v2.0/subnetpools => generated 516 bytes in 63 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1703/3223] 10.0.0.53 () {34 vars in 758 bytes} [Thu Jun 11 08:09:26 2026] PUT /v2.0/subnetpools/e64cbbaf-c29e-45b6-9e68-3915d6b692dc/tags => generated 17 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1521/3224] 10.0.0.53 () {34 vars in 758 bytes} [Thu Jun 11 08:09:26 2026] PUT /v2.0/subnetpools/6f15daf0-3e67-49b4-ac76-574c6e3a2ed4/tags => generated 25 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1704/3225] 10.0.0.53 () {34 vars in 758 bytes} [Thu Jun 11 08:09:26 2026] PUT /v2.0/subnetpools/bce48423-582e-4e47-acb6-96a7def2dccf/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: 1522/3226] 10.0.0.53 () {34 vars in 758 bytes} [Thu Jun 11 08:09:26 2026] PUT /v2.0/subnetpools/2cc000e9-f33b-49f0-b66e-3603ab1bc0e2/tags => generated 19 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1705/3227] 10.0.0.53 () {32 vars in 671 bytes} [Thu Jun 11 08:09:26 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1523/3228] 10.0.0.53 () {32 vars in 685 bytes} [Thu Jun 11 08:09:26 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1706/3229] 10.0.0.53 () {32 vars in 681 bytes} [Thu Jun 11 08:09:26 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1524/3230] 10.0.0.53 () {32 vars in 693 bytes} [Thu Jun 11 08:09:26 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1707/3231] 10.0.0.53 () {32 vars in 679 bytes} [Thu Jun 11 08:09:26 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1525/3232] 10.0.0.53 () {32 vars in 693 bytes} [Thu Jun 11 08:09:26 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1708/3233] 10.0.0.53 () {32 vars in 689 bytes} [Thu Jun 11 08:09:26 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1526/3234] 10.0.0.53 () {32 vars in 701 bytes} [Thu Jun 11 08:09:26 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1709/3235] 10.0.0.53 () {32 vars in 731 bytes} [Thu Jun 11 08:09:26 2026] DELETE /v2.0/subnetpools/e64cbbaf-c29e-45b6-9e68-3915d6b692dc => 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: 1527/3236] 10.0.0.53 () {32 vars in 731 bytes} [Thu Jun 11 08:09:26 2026] DELETE /v2.0/subnetpools/6f15daf0-3e67-49b4-ac76-574c6e3a2ed4 => 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: 1710/3237] 10.0.0.53 () {32 vars in 731 bytes} [Thu Jun 11 08:09:26 2026] DELETE /v2.0/subnetpools/bce48423-582e-4e47-acb6-96a7def2dccf => 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: 1528/3238] 10.0.0.53 () {32 vars in 731 bytes} [Thu Jun 11 08:09:26 2026] DELETE /v2.0/subnetpools/2cc000e9-f33b-49f0-b66e-3603ab1bc0e2 => 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: 1711/3239] 10.0.0.53 () {32 vars in 731 bytes} [Thu Jun 11 08:09:26 2026] DELETE /v2.0/subnetpools/92b7fe1c-aaa5-476c-a896-7932ea6b3be9 => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1529/3240] 10.0.0.53 () {32 vars in 773 bytes} [Thu Jun 11 08:09:27 2026] GET /v2.0/security-groups?tenant_id=3f1fff9f876d473fbad8b7d3cd88c84c&name=default => generated 2929 bytes in 255 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1712/3241] 10.0.0.53 () {32 vars in 739 bytes} [Thu Jun 11 08:09:27 2026] DELETE /v2.0/security-groups/523310ae-88d0-4d4f-b55c-7f2c2a60c278 => 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: 1530/3242] 10.0.0.53 () {32 vars in 773 bytes} [Thu Jun 11 08:09:28 2026] GET /v2.0/security-groups?tenant_id=d370aaa6a9dc42a496f6e57f130303c9&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: 1713/3243] 10.0.0.53 () {32 vars in 739 bytes} [Thu Jun 11 08:09:28 2026] DELETE /v2.0/security-groups/d272b402-c1ec-4ef6-bb11-0afbcdc2f8a3 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1531/3244] 10.0.0.53 () {32 vars in 773 bytes} [Thu Jun 11 08:09:28 2026] GET /v2.0/security-groups?tenant_id=bdfcb85f545c401f9838f1c6663ef934&name=default => generated 2929 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1714/3245] 10.0.0.53 () {32 vars in 739 bytes} [Thu Jun 11 08:09:28 2026] DELETE /v2.0/security-groups/b48916f7-43bd-4ad6-bbb3-e0a0be36847f => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-11 08:09:32.217 8 INFO neutron.db.segments_db [None req-1dc13bc3-5f74-408d-a5a2-ae7aab7be53a ab5629f478d446fe8749b7f7fbf1878c 15b0373077be451587bdf2c533e30206 - - default default] Added segment 4b612d2a-1d88-4c4e-9362-075b1539007e of type vxlan for network 255d7dab-0684-4e5f-9bbe-521c4291ac57 [pid: 8|app: 0|req: 1532/3246] 10.0.0.53 () {34 vars in 669 bytes} [Thu Jun 11 08:09:31 2026] POST /v2.0/networks => generated 632 bytes in 387 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1715/3247] 10.0.0.53 () {34 vars in 752 bytes} [Thu Jun 11 08:09:32 2026] PUT /v2.0/networks/255d7dab-0684-4e5f-9bbe-521c4291ac57/tags => generated 25 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1533/3248] 10.0.0.53 () {32 vars in 732 bytes} [Thu Jun 11 08:09:32 2026] GET /v2.0/networks/255d7dab-0684-4e5f-9bbe-521c4291ac57/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: 1716/3249] 10.0.0.53 () {34 vars in 763 bytes} [Thu Jun 11 08:09:32 2026] PUT /v2.0/networks/255d7dab-0684-4e5f-9bbe-521c4291ac57/tags/green => generated 4 bytes in 74 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1534/3250] 10.0.0.53 () {32 vars in 732 bytes} [Thu Jun 11 08:09:32 2026] GET /v2.0/networks/255d7dab-0684-4e5f-9bbe-521c4291ac57/tags => generated 34 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1717/3251] 10.0.0.53 () {34 vars in 759 bytes} [Thu Jun 11 08:09:32 2026] PUT /v2.0/networks/255d7dab-0684-4e5f-9bbe-521c4291ac57/tags/red => generated 4 bytes in 59 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1535/3252] 10.0.0.53 () {32 vars in 732 bytes} [Thu Jun 11 08:09:32 2026] GET /v2.0/networks/255d7dab-0684-4e5f-9bbe-521c4291ac57/tags => generated 34 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1718/3253] 10.0.0.53 () {34 vars in 781 bytes} [Thu Jun 11 08:09:32 2026] PUT /v2.0/networks/255d7dab-0684-4e5f-9bbe-521c4291ac57/tags/black.or.white => generated 4 bytes in 70 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1536/3254] 10.0.0.53 () {32 vars in 732 bytes} [Thu Jun 11 08:09:32 2026] GET /v2.0/networks/255d7dab-0684-4e5f-9bbe-521c4291ac57/tags => generated 52 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1719/3255] 10.0.0.53 () {34 vars in 752 bytes} [Thu Jun 11 08:09:32 2026] PUT /v2.0/networks/255d7dab-0684-4e5f-9bbe-521c4291ac57/tags => generated 37 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1537/3256] 10.0.0.53 () {32 vars in 732 bytes} [Thu Jun 11 08:09:32 2026] GET /v2.0/networks/255d7dab-0684-4e5f-9bbe-521c4291ac57/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: 1720/3257] 10.0.0.53 () {32 vars in 740 bytes} [Thu Jun 11 08:09:32 2026] GET /v2.0/networks/255d7dab-0684-4e5f-9bbe-521c4291ac57/tags/red => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-11 08:09:32.997 8 INFO neutron.api.v2.resource [None req-ab2b847e-40c3-4f88-9a4c-f0fdc2e655c9 ab5629f478d446fe8749b7f7fbf1878c 15b0373077be451587bdf2c533e30206 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1538/3258] 10.0.0.53 () {32 vars in 744 bytes} [Thu Jun 11 08:09:32 2026] GET /v2.0/networks/255d7dab-0684-4e5f-9bbe-521c4291ac57/tags/green => generated 99 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1721/3259] 10.0.0.53 () {32 vars in 743 bytes} [Thu Jun 11 08:09:33 2026] DELETE /v2.0/networks/255d7dab-0684-4e5f-9bbe-521c4291ac57/tags/red => 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: 1539/3260] 10.0.0.53 () {32 vars in 732 bytes} [Thu Jun 11 08:09:33 2026] GET /v2.0/networks/255d7dab-0684-4e5f-9bbe-521c4291ac57/tags => generated 30 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-11 08:09:33.148 7 INFO neutron.api.v2.resource [None req-f879c4da-053e-4389-921f-e92edf20aa36 ab5629f478d446fe8749b7f7fbf1878c 15b0373077be451587bdf2c533e30206 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1722/3261] 10.0.0.53 () {32 vars in 747 bytes} [Thu Jun 11 08:09:33 2026] DELETE /v2.0/networks/255d7dab-0684-4e5f-9bbe-521c4291ac57/tags/green => generated 99 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1540/3262] 10.0.0.53 () {32 vars in 735 bytes} [Thu Jun 11 08:09:33 2026] DELETE /v2.0/networks/255d7dab-0684-4e5f-9bbe-521c4291ac57/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: 1723/3263] 10.0.0.53 () {32 vars in 732 bytes} [Thu Jun 11 08:09:33 2026] GET /v2.0/networks/255d7dab-0684-4e5f-9bbe-521c4291ac57/tags => generated 12 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-11 08:09:33.396 8 INFO neutron.services.segments.plugin [-] Segment 4b612d2a-1d88-4c4e-9362-075b1539007e resource provider aggregate not found 2026-06-11 08:09:33.413 8 INFO neutron.services.segments.plugin [-] Segment 4b612d2a-1d88-4c4e-9362-075b1539007e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4b612d2a-1d88-4c4e-9362-075b1539007e found for delete ", "request_id": "req-555fe95f-a7ef-4718-ab56-78db07c1acd2"}]} [pid: 8|app: 0|req: 1541/3264] 10.0.0.53 () {32 vars in 725 bytes} [Thu Jun 11 08:09:33 2026] DELETE /v2.0/networks/255d7dab-0684-4e5f-9bbe-521c4291ac57 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-11 08:09:33.564 8 INFO neutron.services.segments.plugin [-] Segment 4b612d2a-1d88-4c4e-9362-075b1539007e resource provider aggregate not found 2026-06-11 08:09:33.581 8 INFO neutron.services.segments.plugin [-] Segment 4b612d2a-1d88-4c4e-9362-075b1539007e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4b612d2a-1d88-4c4e-9362-075b1539007e found for delete ", "request_id": "req-7604bc34-8b9a-4520-bc9c-9886ec9739c8"}]} [pid: 8|app: 0|req: 1543/3267] 10.0.0.53 () {32 vars in 773 bytes} [Thu Jun 11 08:09:34 2026] GET /v2.0/security-groups?tenant_id=15b0373077be451587bdf2c533e30206&name=default => generated 2929 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1725/3268] 10.0.0.53 () {32 vars in 739 bytes} [Thu Jun 11 08:09:34 2026] DELETE /v2.0/security-groups/e64d8756-007e-4bc7-9f61-cb950bc5ee30 => 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: 1544/3269] 10.0.0.53 () {32 vars in 773 bytes} [Thu Jun 11 08:09:34 2026] GET /v2.0/security-groups?tenant_id=739daeec872846afb7b223938377dd03&name=default => generated 2929 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1726/3270] 10.0.0.53 () {32 vars in 739 bytes} [Thu Jun 11 08:09:34 2026] DELETE /v2.0/security-groups/9ef85747-3619-4224-b7d7-60a8457ce430 => 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: 1545/3271] 10.0.0.53 () {32 vars in 648 bytes} [Thu Jun 11 08:09:37 2026] GET /v2.0/networks => generated 2168 bytes in 197 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1727/3272] 10.0.0.53 () {32 vars in 654 bytes} [Thu Jun 11 08:09:38 2026] GET /v2.0/floatingips => generated 19 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1546/3273] 10.0.0.53 () {32 vars in 646 bytes} [Thu Jun 11 08:09:38 2026] GET /v2.0/routers => generated 15 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1728/3274] 10.0.0.53 () {32 vars in 642 bytes} [Thu Jun 11 08:09:38 2026] GET /v2.0/ports => generated 4725 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1547/3275] 10.0.0.53 () {32 vars in 646 bytes} [Thu Jun 11 08:09:38 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: 7|app: 0|req: 1729/3276] 10.0.0.53 () {32 vars in 648 bytes} [Thu Jun 11 08:09:38 2026] GET /v2.0/networks => generated 2168 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1548/3277] 10.0.0.53 () {32 vars in 662 bytes} [Thu Jun 11 08:09:38 2026] GET /v2.0/security-groups => generated 17401 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1730/3278] 10.0.0.53 () {32 vars in 654 bytes} [Thu Jun 11 08:09:38 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)