+ COMMAND=start + start + confs='--config-file /etc/neutron/neutron.conf' + confs+=' --config-file /etc/neutron/neutron_vpnaas.conf' + confs+=' --config-file /etc/neutron/taas_plugin.ini' + confs+=' --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' + exec uwsgi --ini /etc/neutron/neutron-api-uwsgi.ini --pyargv ' --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/neutron_vpnaas.conf --config-file /etc/neutron/taas_plugin.ini --config-file /etc/neutron/plugins/ml2/ml2_conf.ini ' [uWSGI] getting INI configuration from /etc/neutron/neutron-api-uwsgi.ini *** Starting uWSGI 2.0.31 (64bit) on [Tue Jun 23 06:27:32 2026] *** compiled with version: 13.3.0 on 27 November 2025 23:02:21 os: Linux-6.8.0-124-generic #124-Ubuntu SMP PREEMPT_DYNAMIC Tue May 26 13:00:45 UTC 2026 nodename: neutron-server-7c48684f45-wppwf machine: x86_64 clock source: unix pcre jit disabled detected number of CPU cores: 16 current working directory: / detected binary path: /var/lib/openstack/bin/uwsgi *** dumping internal routing table *** [rule: 0] subject: user_agent regexp: ^kube-probe.* action: donotlog: *** end of the internal routing table *** your memory page size is 4096 bytes detected max file descriptor number: 1048576 lock engine: pthread robust mutexes thunder lock: enabled uwsgi socket 0 bound to TCP address 0.0.0.0:9696 fd 3 Python version: 3.12.3 (main, Nov 6 2025, 13:44:16) [GCC 13.3.0] Python main interpreter initialized at 0x704ec8021668 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-23 06:27:37.172 8 INFO neutron.common.config [-] Logging enabled! 2026-06-23 06:27:37.173 8 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-06-23 06:27:37.176 7 INFO neutron.common.config [-] Logging enabled! 2026-06-23 06:27:37.176 7 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-06-23 06:27:38.279 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-06-23 06:27:38.294 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-06-23 06:27:39.903 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-23 06:27:39.906 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-06-23 06:27:39.910 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-06-23 06:27:39.912 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-23 06:27:39.912 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-06-23 06:27:39.912 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-06-23 06:27:39.912 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-23 06:27:39.921 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-23 06:27:39.921 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-23 06:27:39.921 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-06-23 06:27:39.949 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-06-23 06:27:39.950 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-06-23 06:27:39.950 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-06-23 06:27:39.982 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-06-23 06:27:39.983 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-06-23 06:27:39.983 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-06-23 06:27:39.983 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-06-23 06:27:39.984 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-23 06:27:39.990 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-06-23 06:27:39.994 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-06-23 06:27:39.996 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-23 06:27:39.996 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-06-23 06:27:39.996 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-06-23 06:27:39.996 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-23 06:27:40.006 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-23 06:27:40.007 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-23 06:27:40.007 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-06-23 06:27:40.048 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-06-23 06:27:40.050 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-06-23 06:27:40.050 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-06-23 06:27:40.081 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-06-23 06:27:40.081 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-06-23 06:27:40.082 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-06-23 06:27:40.082 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-06-23 06:27:40.281 8 INFO neutron.plugins.ml2.managers [None req-e3ceda3e-faa4-4e48-b67c-5e9bbffa729e - - - - - -] Initializing driver for type 'vlan' 2026-06-23 06:27:40.415 7 INFO neutron.plugins.ml2.managers [None req-91463f10-17c7-4bf5-b6f0-e842fd8e84f4 - - - - - -] Initializing driver for type 'vlan' 2026-06-23 06:27:40.546 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-e3ceda3e-faa4-4e48-b67c-5e9bbffa729e - - - - - -] VlanTypeDriver initialization complete 2026-06-23 06:27:40.547 8 INFO neutron.plugins.ml2.managers [None req-e3ceda3e-faa4-4e48-b67c-5e9bbffa729e - - - - - -] Initializing driver for type 'vxlan' 2026-06-23 06:27:40.547 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-e3ceda3e-faa4-4e48-b67c-5e9bbffa729e - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-06-23 06:27:40.559 8 INFO neutron.plugins.ml2.managers [None req-e3ceda3e-faa4-4e48-b67c-5e9bbffa729e - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-06-23 06:27:40.559 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-e3ceda3e-faa4-4e48-b67c-5e9bbffa729e - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-06-23 06:27:40.559 8 INFO neutron.plugins.ml2.managers [None req-e3ceda3e-faa4-4e48-b67c-5e9bbffa729e - - - - - -] Initializing extension driver 'port_security' 2026-06-23 06:27:40.559 8 INFO neutron.plugins.ml2.extensions.port_security [None req-e3ceda3e-faa4-4e48-b67c-5e9bbffa729e - - - - - -] PortSecurityExtensionDriver initialization complete 2026-06-23 06:27:40.559 8 INFO neutron.plugins.ml2.managers [None req-e3ceda3e-faa4-4e48-b67c-5e9bbffa729e - - - - - -] Initializing extension driver 'qos' 2026-06-23 06:27:40.559 8 INFO neutron.plugins.ml2.managers [None req-e3ceda3e-faa4-4e48-b67c-5e9bbffa729e - - - - - -] Initializing mechanism driver 'openvswitch' 2026-06-23 06:27:40.559 8 INFO neutron.plugins.ml2.managers [None req-e3ceda3e-faa4-4e48-b67c-5e9bbffa729e - - - - - -] Initializing mechanism driver 'l2population' 2026-06-23 06:27:40.574 8 INFO neutron.quota [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Loaded quota_driver: . 2026-06-23 06:27:40.574 8 INFO neutron.plugins.ml2.plugin [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Modular L2 Plugin initialization complete 2026-06-23 06:27:40.574 8 INFO neutron.plugins.ml2.managers [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-06-23 06:27:40.574 8 INFO neutron.plugins.ml2.managers [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-06-23 06:27:40.574 8 INFO neutron.plugins.ml2.managers [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Got port-security extension from driver 'port_security' 2026-06-23 06:27:40.575 8 INFO neutron.manager [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Loading Plugin: qos 2026-06-23 06:27:40.587 8 INFO neutron.manager [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Loading Plugin: router 2026-06-23 06:27:40.633 8 INFO neutron.services.service_base [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-06-23 06:27:40.633 8 INFO neutron.manager [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Loading Plugin: segments 2026-06-23 06:27:40.711 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-91463f10-17c7-4bf5-b6f0-e842fd8e84f4 - - - - - -] VlanTypeDriver initialization complete 2026-06-23 06:27:40.711 7 INFO neutron.plugins.ml2.managers [None req-91463f10-17c7-4bf5-b6f0-e842fd8e84f4 - - - - - -] Initializing driver for type 'vxlan' 2026-06-23 06:27:40.711 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-91463f10-17c7-4bf5-b6f0-e842fd8e84f4 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-06-23 06:27:40.728 7 INFO neutron.plugins.ml2.managers [None req-91463f10-17c7-4bf5-b6f0-e842fd8e84f4 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-06-23 06:27:40.729 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-91463f10-17c7-4bf5-b6f0-e842fd8e84f4 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-06-23 06:27:40.729 7 INFO neutron.plugins.ml2.managers [None req-91463f10-17c7-4bf5-b6f0-e842fd8e84f4 - - - - - -] Initializing extension driver 'port_security' 2026-06-23 06:27:40.729 7 INFO neutron.plugins.ml2.extensions.port_security [None req-91463f10-17c7-4bf5-b6f0-e842fd8e84f4 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-06-23 06:27:40.729 7 INFO neutron.plugins.ml2.managers [None req-91463f10-17c7-4bf5-b6f0-e842fd8e84f4 - - - - - -] Initializing extension driver 'qos' 2026-06-23 06:27:40.730 7 INFO neutron.plugins.ml2.managers [None req-91463f10-17c7-4bf5-b6f0-e842fd8e84f4 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-06-23 06:27:40.731 7 INFO neutron.plugins.ml2.managers [None req-91463f10-17c7-4bf5-b6f0-e842fd8e84f4 - - - - - -] Initializing mechanism driver 'l2population' 2026-06-23 06:27:40.740 8 INFO neutron.manager [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Loading Plugin: trunk 2026-06-23 06:27:40.747 7 INFO neutron.quota [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Loaded quota_driver: . 2026-06-23 06:27:40.748 7 INFO neutron.plugins.ml2.plugin [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Modular L2 Plugin initialization complete 2026-06-23 06:27:40.748 7 INFO neutron.plugins.ml2.managers [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-06-23 06:27:40.748 7 INFO neutron.plugins.ml2.managers [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-06-23 06:27:40.748 7 INFO neutron.plugins.ml2.managers [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Got port-security extension from driver 'port_security' 2026-06-23 06:27:40.748 7 INFO neutron.manager [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Loading Plugin: qos 2026-06-23 06:27:40.755 8 INFO neutron.manager [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Loading Plugin: vpnaas 2026-06-23 06:27:40.762 7 INFO neutron.manager [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Loading Plugin: router 2026-06-23 06:27:40.795 8 WARNING stevedore.named [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-23 06:27:40.811 7 INFO neutron.services.service_base [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-06-23 06:27:40.811 7 INFO neutron.manager [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Loading Plugin: segments 2026-06-23 06:27:40.868 8 INFO neutron_vpnaas.services.vpn.plugin [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-06-23 06:27:40.868 8 INFO neutron.common.utils [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-06-23 06:27:40.868 8 INFO neutron.manager [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Loading Plugin: taas 2026-06-23 06:27:40.895 8 WARNING stevedore.named [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-23 06:27:40.895 8 WARNING stevedore.named [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-23 06:27:40.921 8 INFO neutron_taas.services.taas.taas_plugin [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-06-23 06:27:40.922 8 INFO neutron.manager [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Loading Plugin: tapmirror 2026-06-23 06:27:40.933 7 INFO neutron.manager [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Loading Plugin: trunk 2026-06-23 06:27:40.934 8 WARNING stevedore.named [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-23 06:27:40.934 8 WARNING stevedore.named [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-23 06:27:40.949 7 INFO neutron.manager [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Loading Plugin: vpnaas 2026-06-23 06:27:40.953 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-06-23 06:27:40.953 8 INFO neutron.manager [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Loading Plugin: auto_allocate 2026-06-23 06:27:40.962 8 INFO neutron.manager [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Loading Plugin: tag 2026-06-23 06:27:40.973 8 INFO neutron.manager [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Loading Plugin: timestamp 2026-06-23 06:27:40.976 8 INFO neutron.manager [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Loading Plugin: network_ip_availability 2026-06-23 06:27:40.981 8 INFO neutron.manager [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Loading Plugin: flavors 2026-06-23 06:27:40.985 8 INFO neutron.manager [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Loading Plugin: revisions 2026-06-23 06:27:40.989 8 INFO neutron.api.extensions [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Initializing extension manager. 2026-06-23 06:27:40.990 8 INFO neutron.api.extensions [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Loaded extension: address-group 2026-06-23 06:27:40.991 8 INFO neutron.api.extensions [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Loaded extension: address-scope 2026-06-23 06:27:40.991 8 INFO neutron.api.extensions [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-06-23 06:27:40.992 8 INFO neutron.api.extensions [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Loaded extension: agent 2026-06-23 06:27:40.992 7 WARNING stevedore.named [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-23 06:27:40.993 8 INFO neutron.api.extensions [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Loaded extension: agent-resources-synced 2026-06-23 06:27:40.994 8 INFO neutron.api.extensions [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Loaded extension: allowed-address-pairs 2026-06-23 06:27:40.995 8 INFO neutron.api.extensions [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Loaded extension: auto-allocated-topology 2026-06-23 06:27:40.996 8 INFO neutron.api.extensions [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Loaded extension: availability_zone 2026-06-23 06:27:40.996 8 INFO neutron.api.extensions [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Loaded extension: availability_zone_filter 2026-06-23 06:27:40.997 8 INFO neutron.api.extensions [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-06-23 06:27:40.997 8 INFO neutron.api.extensions [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Loaded extension: default-subnetpools 2026-06-23 06:27:41.000 8 INFO neutron.api.extensions [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-06-23 06:27:41.001 8 INFO neutron.api.extensions [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Loaded extension: dns-integration 2026-06-23 06:27:41.002 8 INFO neutron.api.extensions [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Loaded extension: dns-domain-ports 2026-06-23 06:27:41.003 8 INFO neutron.api.extensions [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-06-23 06:27:41.004 8 INFO neutron.api.extensions [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Loaded extension: dvr 2026-06-23 06:27:41.004 8 INFO neutron.api.extensions [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-06-23 06:27:41.005 8 INFO neutron.api.extensions [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Loaded extension: empty-string-filtering 2026-06-23 06:27:41.005 8 INFO neutron.api.extensions [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-06-23 06:27:41.006 8 INFO neutron.api.extensions [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-06-23 06:27:41.006 8 INFO neutron.api.extensions [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Loaded extension: external-net 2026-06-23 06:27:41.007 8 INFO neutron.api.extensions [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Loaded extension: extra_dhcp_opt 2026-06-23 06:27:41.007 8 INFO neutron.api.extensions [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Loaded extension: extraroute 2026-06-23 06:27:41.009 8 INFO neutron.api.extensions [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Loaded extension: extraroute-atomic 2026-06-23 06:27:41.009 8 INFO neutron.api.extensions [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-06-23 06:27:41.010 8 INFO neutron.api.extensions [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-06-23 06:27:41.010 8 INFO neutron.api.extensions [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-06-23 06:27:41.011 8 INFO neutron.api.extensions [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-06-23 06:27:41.011 8 INFO neutron.api.extensions [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Loaded extension: fip-port-details 2026-06-23 06:27:41.012 8 INFO neutron.api.extensions [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Loaded extension: flavors 2026-06-23 06:27:41.013 8 INFO neutron.api.extensions [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-06-23 06:27:41.014 8 INFO neutron.api.extensions [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Loaded extension: floatingip-pools 2026-06-23 06:27:41.015 8 INFO neutron.api.extensions [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Loaded extension: ip_allocation 2026-06-23 06:27:41.016 8 INFO neutron.api.extensions [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Loaded extension: ip-substring-filtering 2026-06-23 06:27:41.017 8 INFO neutron.api.extensions [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Loaded extension: l2_adjacency 2026-06-23 06:27:41.018 8 INFO neutron.api.extensions [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Loaded extension: router 2026-06-23 06:27:41.020 8 INFO neutron.api.extensions [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-06-23 06:27:41.021 8 INFO neutron.api.extensions [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-06-23 06:27:41.022 8 INFO neutron.api.extensions [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-06-23 06:27:41.022 8 INFO neutron.api.extensions [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Loaded extension: ext-gw-mode 2026-06-23 06:27:41.023 8 INFO neutron.api.extensions [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Loaded extension: l3-ha 2026-06-23 06:27:41.024 8 INFO neutron.api.extensions [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-06-23 06:27:41.024 8 INFO neutron.api.extensions [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-06-23 06:27:41.025 8 INFO neutron.api.extensions [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Loaded extension: l3-flavors 2026-06-23 06:27:41.026 8 INFO neutron.api.extensions [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-06-23 06:27:41.027 8 INFO neutron.api.extensions [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-06-23 06:27:41.029 8 INFO neutron.api.extensions [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Loaded extension: l3_agent_scheduler 2026-06-23 06:27:41.030 8 INFO neutron.api.extensions [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-06-23 06:27:41.032 8 INFO neutron.api.extensions [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Extension logging not supported by any of loaded plugins 2026-06-23 06:27:41.033 8 INFO neutron.api.extensions [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Extension metering not supported by any of loaded plugins 2026-06-23 06:27:41.034 8 INFO neutron.api.extensions [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-06-23 06:27:41.034 8 INFO neutron.api.extensions [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Loaded extension: multi-provider 2026-06-23 06:27:41.035 8 INFO neutron.api.extensions [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Loaded extension: net-mtu 2026-06-23 06:27:41.035 8 INFO neutron.api.extensions [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Loaded extension: net-mtu-writable 2026-06-23 06:27:41.036 8 INFO neutron.api.extensions [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Loaded extension: network_availability_zone 2026-06-23 06:27:41.036 8 INFO neutron.api.extensions [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Loaded extension: network_ha 2026-06-23 06:27:41.037 8 INFO neutron.api.extensions [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Loaded extension: network-ip-availability 2026-06-23 06:27:41.038 8 INFO neutron.api.extensions [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-06-23 06:27:41.039 8 INFO neutron.api.extensions [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Loaded extension: pagination 2026-06-23 06:27:41.039 8 INFO neutron.api.extensions [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Loaded extension: port-device-profile 2026-06-23 06:27:41.040 8 INFO neutron.api.extensions [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-06-23 06:27:41.040 8 INFO neutron.api.extensions [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-06-23 06:27:41.041 8 INFO neutron.api.extensions [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-06-23 06:27:41.041 8 INFO neutron.api.extensions [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Loaded extension: port-mac-override 2026-06-23 06:27:41.042 8 INFO neutron.api.extensions [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-06-23 06:27:41.042 8 INFO neutron.api.extensions [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-06-23 06:27:41.043 8 INFO neutron.api.extensions [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-06-23 06:27:41.043 8 INFO neutron.api.extensions [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Loaded extension: port-resource-request 2026-06-23 06:27:41.044 8 INFO neutron.api.extensions [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Loaded extension: port-resource-request-groups 2026-06-23 06:27:41.044 8 INFO neutron.api.extensions [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-06-23 06:27:41.045 8 INFO neutron.api.extensions [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Loaded extension: binding 2026-06-23 06:27:41.046 8 INFO neutron.api.extensions [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Loaded extension: binding-extended 2026-06-23 06:27:41.046 8 INFO neutron.api.extensions [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Loaded extension: port-security 2026-06-23 06:27:41.047 8 INFO neutron.api.extensions [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Loaded extension: project-id 2026-06-23 06:27:41.047 8 INFO neutron.api.extensions [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Loaded extension: provider 2026-06-23 06:27:41.048 8 INFO neutron.api.extensions [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-06-23 06:27:41.050 8 INFO neutron.api.extensions [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Loaded extension: qos 2026-06-23 06:27:41.051 8 INFO neutron.api.extensions [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-06-23 06:27:41.052 8 INFO neutron.api.extensions [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-06-23 06:27:41.052 8 INFO neutron.api.extensions [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Loaded extension: qos-default 2026-06-23 06:27:41.053 8 INFO neutron.api.extensions [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Loaded extension: qos-fip 2026-06-23 06:27:41.053 8 INFO neutron.api.extensions [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-06-23 06:27:41.054 8 INFO neutron.api.extensions [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Loaded extension: qos-gateway-ip 2026-06-23 06:27:41.054 8 INFO neutron.api.extensions [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Loaded extension: qos-port-network-policy 2026-06-23 06:27:41.055 8 INFO neutron.api.extensions [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Loaded extension: qos-pps-minimum 2026-06-23 06:27:41.055 8 INFO neutron.api.extensions [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-06-23 06:27:41.056 8 INFO neutron.api.extensions [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Loaded extension: qos-pps 2026-06-23 06:27:41.057 8 INFO neutron.api.extensions [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Loaded extension: qos-rule-type-details 2026-06-23 06:27:41.057 8 INFO neutron.api.extensions [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Loaded extension: qos-rule-type-filter 2026-06-23 06:27:41.058 8 INFO neutron.api.extensions [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Loaded extension: qos-rules-alias 2026-06-23 06:27:41.058 8 INFO neutron.api.extensions [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Loaded extension: quota-check-limit 2026-06-23 06:27:41.059 8 INFO neutron.api.extensions [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Loaded extension: quota-check-limit-default 2026-06-23 06:27:41.061 8 INFO neutron.api.extensions [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Loaded extension: quotas 2026-06-23 06:27:41.062 8 INFO neutron.api.extensions [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Loaded extension: quota_details 2026-06-23 06:27:41.063 8 INFO neutron.api.extensions [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Loaded extension: rbac-policies 2026-06-23 06:27:41.064 8 INFO neutron.api.extensions [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Loaded extension: rbac-address-group 2026-06-23 06:27:41.065 8 INFO neutron.api.extensions [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Loaded extension: rbac-address-scope 2026-06-23 06:27:41.065 8 INFO neutron.api.extensions [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Loaded extension: rbac-security-groups 2026-06-23 06:27:41.066 8 INFO neutron.api.extensions [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Loaded extension: rbac-subnetpool 2026-06-23 06:27:41.067 8 INFO neutron.api.extensions [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Loaded extension: revision-if-match 2026-06-23 06:27:41.067 8 INFO neutron.api.extensions [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Loaded extension: standard-attr-revisions 2026-06-23 06:27:41.068 8 INFO neutron.api.extensions [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Loaded extension: router_availability_zone 2026-06-23 06:27:41.068 8 INFO neutron.api.extensions [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-06-23 06:27:41.068 7 INFO neutron_vpnaas.services.vpn.plugin [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-06-23 06:27:41.069 7 INFO neutron.common.utils [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-06-23 06:27:41.069 7 INFO neutron.manager [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Loading Plugin: taas 2026-06-23 06:27:41.070 8 INFO neutron.api.extensions [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Loaded extension: security-groups-default-rules 2026-06-23 06:27:41.071 8 INFO neutron.api.extensions [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-06-23 06:27:41.071 8 INFO neutron.api.extensions [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Loaded extension: port-security-groups-filtering 2026-06-23 06:27:41.072 8 INFO neutron.api.extensions [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-06-23 06:27:41.072 8 INFO neutron.api.extensions [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-06-23 06:27:41.073 8 INFO neutron.api.extensions [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-06-23 06:27:41.077 8 INFO neutron.api.extensions [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Loaded extension: security-group 2026-06-23 06:27:41.078 8 INFO neutron.api.extensions [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Loaded extension: segment 2026-06-23 06:27:41.079 8 INFO neutron.api.extensions [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-06-23 06:27:41.080 8 INFO neutron.api.extensions [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Loaded extension: service-type 2026-06-23 06:27:41.080 8 INFO neutron.api.extensions [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Loaded extension: sorting 2026-06-23 06:27:41.081 8 INFO neutron.api.extensions [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Loaded extension: standard-attr-segment 2026-06-23 06:27:41.081 8 INFO neutron.api.extensions [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Loaded extension: standard-attr-description 2026-06-23 06:27:41.082 8 INFO neutron.api.extensions [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Loaded extension: stateful-security-group 2026-06-23 06:27:41.082 8 WARNING neutron.api.extensions [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-06-23 06:27:41.083 8 INFO neutron.api.extensions [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-06-23 06:27:41.084 8 INFO neutron.api.extensions [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Loaded extension: subnet-external-network 2026-06-23 06:27:41.084 8 INFO neutron.api.extensions [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Loaded extension: subnet_onboard 2026-06-23 06:27:41.085 8 INFO neutron.api.extensions [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-06-23 06:27:41.085 8 INFO neutron.api.extensions [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Loaded extension: subnet-service-types 2026-06-23 06:27:41.086 8 INFO neutron.api.extensions [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Loaded extension: subnet_allocation 2026-06-23 06:27:41.088 8 INFO neutron.api.extensions [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-06-23 06:27:41.089 8 INFO neutron.api.extensions [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Loaded extension: tag-creation 2026-06-23 06:27:41.089 8 INFO neutron.api.extensions [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-06-23 06:27:41.093 8 INFO neutron.api.extensions [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Loaded extension: standard-attr-tag 2026-06-23 06:27:41.094 8 INFO neutron.api.extensions [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Loaded extension: standard-attr-timestamp 2026-06-23 06:27:41.094 8 INFO neutron.api.extensions [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Loaded extension: trunk 2026-06-23 06:27:41.095 8 INFO neutron.api.extensions [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Loaded extension: trunk-details 2026-06-23 06:27:41.096 8 INFO neutron.api.extensions [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-06-23 06:27:41.097 8 INFO neutron.api.extensions [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-06-23 06:27:41.097 8 INFO neutron.api.extensions [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-06-23 06:27:41.098 8 INFO neutron.api.extensions [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Loaded extension: vpn-aes-ctr 2026-06-23 06:27:41.098 7 WARNING stevedore.named [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-23 06:27:41.099 7 WARNING stevedore.named [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-23 06:27:41.100 8 INFO neutron.api.extensions [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-06-23 06:27:41.101 8 INFO neutron.api.extensions [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-06-23 06:27:41.101 8 INFO neutron.api.extensions [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Loaded extension: vpn-flavors 2026-06-23 06:27:41.103 8 INFO neutron.api.extensions [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Loaded extension: vpnaas 2026-06-23 06:27:41.104 8 INFO neutron.api.extensions [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Loaded extension: taas 2026-06-23 06:27:41.105 8 INFO neutron.api.extensions [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Loaded extension: tap-mirror 2026-06-23 06:27:41.106 8 INFO neutron.api.extensions [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Loaded extension: taas-vlan-filter 2026-06-23 06:27:41.108 8 INFO neutron.quota.resource_registry [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Creating instance of TrackedResource for resource:network 2026-06-23 06:27:41.109 8 INFO neutron.quota.resource_registry [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-06-23 06:27:41.109 8 INFO neutron.quota.resource_registry [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-23 06:27:41.109 8 INFO neutron.quota.resource_registry [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Creating instance of TrackedResource for resource:port 2026-06-23 06:27:41.113 8 INFO neutron.quota.resource_registry [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-23 06:27:41.113 8 INFO neutron.quota.resource_registry [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-23 06:27:41.118 8 INFO neutron.quota.resource_registry [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-23 06:27:41.118 8 INFO neutron.quota.resource_registry [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-23 06:27:41.119 8 INFO neutron.quota.resource_registry [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-23 06:27:41.120 8 INFO neutron.quota.resource_registry [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-23 06:27:41.120 8 WARNING neutron.quota.resource_registry [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] subnetpool is already registered 2026-06-23 06:27:41.121 8 INFO neutron.quota.resource_registry [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-23 06:27:41.121 8 WARNING neutron.quota.resource_registry [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] subnetpool is already registered 2026-06-23 06:27:41.121 7 INFO neutron_taas.services.taas.taas_plugin [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-06-23 06:27:41.121 7 INFO neutron.manager [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Loading Plugin: tapmirror 2026-06-23 06:27:41.121 8 INFO neutron.quota.resource_registry [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-23 06:27:41.122 8 INFO neutron.quota.resource_registry [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-23 06:27:41.122 8 INFO neutron.quota.resource_registry [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-23 06:27:41.123 8 INFO neutron.quota.resource_registry [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-23 06:27:41.123 8 INFO neutron.quota.resource_registry [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-23 06:27:41.124 8 INFO neutron.quota.resource_registry [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-23 06:27:41.124 8 INFO neutron.quota.resource_registry [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-23 06:27:41.124 8 WARNING neutron.quota.resource_registry [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] ipsecpolicy is already registered 2026-06-23 06:27:41.125 8 INFO neutron.quota.resource_registry [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-23 06:27:41.125 8 WARNING neutron.quota.resource_registry [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] ikepolicy is already registered 2026-06-23 06:27:41.130 8 INFO neutron.quota.resource_registry [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-23 06:27:41.130 8 WARNING neutron.quota.resource_registry [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] router is already registered 2026-06-23 06:27:41.130 8 INFO neutron.quota.resource_registry [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-23 06:27:41.131 8 WARNING neutron.quota.resource_registry [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] floatingip is already registered 2026-06-23 06:27:41.134 8 INFO neutron.quota.resource_registry [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-23 06:27:41.135 8 WARNING neutron.quota.resource_registry [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] rbac_policy is already registered 2026-06-23 06:27:41.135 8 INFO neutron.quota.resource_registry [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-23 06:27:41.136 8 WARNING neutron.quota.resource_registry [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] security_group is already registered 2026-06-23 06:27:41.136 7 WARNING stevedore.named [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-23 06:27:41.136 7 WARNING stevedore.named [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-23 06:27:41.136 8 INFO neutron.quota.resource_registry [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-23 06:27:41.136 8 WARNING neutron.quota.resource_registry [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] security_group_rule is already registered 2026-06-23 06:27:41.137 8 INFO neutron.quota.resource_registry [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-23 06:27:41.137 8 WARNING neutron.quota.resource_registry [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] subnetpool is already registered 2026-06-23 06:27:41.138 8 INFO neutron.quota.resource_registry [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-23 06:27:41.138 8 WARNING neutron.quota.resource_registry [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] subnetpool is already registered 2026-06-23 06:27:41.139 8 INFO neutron.quota.resource_registry [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-23 06:27:41.139 8 WARNING neutron.quota.resource_registry [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] trunk is already registered 2026-06-23 06:27:41.139 8 INFO neutron.quota.resource_registry [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-23 06:27:41.139 8 WARNING neutron.quota.resource_registry [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] ikepolicy is already registered 2026-06-23 06:27:41.140 8 INFO neutron.quota.resource_registry [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-23 06:27:41.140 8 WARNING neutron.quota.resource_registry [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] ipsecpolicy is already registered 2026-06-23 06:27:41.141 8 INFO neutron.quota.resource_registry [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-23 06:27:41.141 8 WARNING neutron.quota.resource_registry [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] endpoint_group is already registered 2026-06-23 06:27:41.141 8 INFO neutron.quota.resource_registry [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-23 06:27:41.142 8 WARNING neutron.quota.resource_registry [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] vpnservice is already registered 2026-06-23 06:27:41.142 8 INFO neutron.quota.resource_registry [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-23 06:27:41.142 8 WARNING neutron.quota.resource_registry [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] ipsec_site_connection is already registered 2026-06-23 06:27:41.143 8 INFO neutron.quota.resource_registry [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-23 06:27:41.143 8 WARNING neutron.quota.resource_registry [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] ipsecpolicy is already registered 2026-06-23 06:27:41.143 8 INFO neutron.quota.resource_registry [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-23 06:27:41.143 8 WARNING neutron.quota.resource_registry [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] ikepolicy is already registered 2026-06-23 06:27:41.158 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-06-23 06:27:41.158 7 INFO neutron.manager [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Loading Plugin: auto_allocate 2026-06-23 06:27:41.165 7 INFO neutron.manager [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Loading Plugin: tag 2026-06-23 06:27:41.175 7 INFO neutron.manager [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Loading Plugin: timestamp 2026-06-23 06:27:41.179 7 INFO neutron.manager [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Loading Plugin: network_ip_availability 2026-06-23 06:27:41.182 8 WARNING keystonemiddleware._common.config [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-06-23 06:27:41.183 7 INFO neutron.manager [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Loading Plugin: flavors 2026-06-23 06:27:41.186 7 INFO neutron.manager [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Loading Plugin: revisions 2026-06-23 06:27:41.189 8 WARNING oslo_config.cfg [None req-59f980b0-0a2a-433b-9b5c-7fc0f22319a7 - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". 2026-06-23 06:27:41.190 7 INFO neutron.api.extensions [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Initializing extension manager. 2026-06-23 06:27:41.192 7 INFO neutron.api.extensions [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Loaded extension: address-group WSGI app 0 (mountpoint='') ready in 9 seconds on interpreter 0x704ec8021668 pid: 8 (default app) 2026-06-23 06:27:41.193 7 INFO neutron.api.extensions [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Loaded extension: address-scope 2026-06-23 06:27:41.193 7 INFO neutron.api.extensions [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-06-23 06:27:41.194 7 INFO neutron.api.extensions [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Loaded extension: agent 2026-06-23 06:27:41.196 7 INFO neutron.api.extensions [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Loaded extension: agent-resources-synced 2026-06-23 06:27:41.197 7 INFO neutron.api.extensions [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Loaded extension: allowed-address-pairs 2026-06-23 06:27:41.198 7 INFO neutron.api.extensions [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Loaded extension: auto-allocated-topology 2026-06-23 06:27:41.200 7 INFO neutron.api.extensions [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Loaded extension: availability_zone 2026-06-23 06:27:41.200 7 INFO neutron.api.extensions [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Loaded extension: availability_zone_filter 2026-06-23 06:27:41.201 7 INFO neutron.api.extensions [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-06-23 06:27:41.202 7 INFO neutron.api.extensions [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Loaded extension: default-subnetpools 2026-06-23 06:27:41.203 7 INFO neutron.api.extensions [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-06-23 06:27:41.204 7 INFO neutron.api.extensions [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Loaded extension: dns-integration 2026-06-23 06:27:41.205 7 INFO neutron.api.extensions [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Loaded extension: dns-domain-ports 2026-06-23 06:27:41.205 7 INFO neutron.api.extensions [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-06-23 06:27:41.206 7 INFO neutron.api.extensions [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Loaded extension: dvr 2026-06-23 06:27:41.207 7 INFO neutron.api.extensions [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-06-23 06:27:41.207 7 INFO neutron.api.extensions [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Loaded extension: empty-string-filtering 2026-06-23 06:27:41.208 7 INFO neutron.api.extensions [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-06-23 06:27:41.208 7 INFO neutron.api.extensions [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-06-23 06:27:41.209 7 INFO neutron.api.extensions [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Loaded extension: external-net 2026-06-23 06:27:41.210 7 INFO neutron.api.extensions [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Loaded extension: extra_dhcp_opt 2026-06-23 06:27:41.210 7 INFO neutron.api.extensions [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Loaded extension: extraroute 2026-06-23 06:27:41.211 7 INFO neutron.api.extensions [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Loaded extension: extraroute-atomic 2026-06-23 06:27:41.212 7 INFO neutron.api.extensions [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-06-23 06:27:41.212 7 INFO neutron.api.extensions [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-06-23 06:27:41.213 7 INFO neutron.api.extensions [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-06-23 06:27:41.214 7 INFO neutron.api.extensions [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-06-23 06:27:41.214 7 INFO neutron.api.extensions [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Loaded extension: fip-port-details 2026-06-23 06:27:41.215 7 INFO neutron.api.extensions [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Loaded extension: flavors 2026-06-23 06:27:41.217 7 INFO neutron.api.extensions [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-06-23 06:27:41.218 7 INFO neutron.api.extensions [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Loaded extension: floatingip-pools 2026-06-23 06:27:41.219 7 INFO neutron.api.extensions [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Loaded extension: ip_allocation 2026-06-23 06:27:41.220 7 INFO neutron.api.extensions [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Loaded extension: ip-substring-filtering 2026-06-23 06:27:41.220 7 INFO neutron.api.extensions [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Loaded extension: l2_adjacency 2026-06-23 06:27:41.222 7 INFO neutron.api.extensions [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Loaded extension: router 2026-06-23 06:27:41.225 7 INFO neutron.api.extensions [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-06-23 06:27:41.226 7 INFO neutron.api.extensions [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-06-23 06:27:41.226 7 INFO neutron.api.extensions [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-06-23 06:27:41.227 7 INFO neutron.api.extensions [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Loaded extension: ext-gw-mode 2026-06-23 06:27:41.227 7 INFO neutron.api.extensions [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Loaded extension: l3-ha 2026-06-23 06:27:41.228 7 INFO neutron.api.extensions [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-06-23 06:27:41.228 7 INFO neutron.api.extensions [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-06-23 06:27:41.229 7 INFO neutron.api.extensions [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Loaded extension: l3-flavors 2026-06-23 06:27:41.230 7 INFO neutron.api.extensions [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-06-23 06:27:41.230 7 INFO neutron.api.extensions [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-06-23 06:27:41.235 7 INFO neutron.api.extensions [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Loaded extension: l3_agent_scheduler 2026-06-23 06:27:41.237 7 INFO neutron.api.extensions [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-06-23 06:27:41.238 7 INFO neutron.api.extensions [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Extension logging not supported by any of loaded plugins 2026-06-23 06:27:41.240 7 INFO neutron.api.extensions [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Extension metering not supported by any of loaded plugins 2026-06-23 06:27:41.241 7 INFO neutron.api.extensions [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-06-23 06:27:41.242 7 INFO neutron.api.extensions [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Loaded extension: multi-provider 2026-06-23 06:27:41.243 7 INFO neutron.api.extensions [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Loaded extension: net-mtu 2026-06-23 06:27:41.244 7 INFO neutron.api.extensions [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Loaded extension: net-mtu-writable 2026-06-23 06:27:41.244 7 INFO neutron.api.extensions [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Loaded extension: network_availability_zone 2026-06-23 06:27:41.245 7 INFO neutron.api.extensions [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Loaded extension: network_ha 2026-06-23 06:27:41.246 7 INFO neutron.api.extensions [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Loaded extension: network-ip-availability 2026-06-23 06:27:41.248 7 INFO neutron.api.extensions [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-06-23 06:27:41.249 7 INFO neutron.api.extensions [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Loaded extension: pagination 2026-06-23 06:27:41.249 7 INFO neutron.api.extensions [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Loaded extension: port-device-profile 2026-06-23 06:27:41.250 7 INFO neutron.api.extensions [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-06-23 06:27:41.250 7 INFO neutron.api.extensions [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-06-23 06:27:41.251 7 INFO neutron.api.extensions [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-06-23 06:27:41.251 7 INFO neutron.api.extensions [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Loaded extension: port-mac-override 2026-06-23 06:27:41.252 7 INFO neutron.api.extensions [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-06-23 06:27:41.253 7 INFO neutron.api.extensions [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-06-23 06:27:41.253 7 INFO neutron.api.extensions [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-06-23 06:27:41.254 7 INFO neutron.api.extensions [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Loaded extension: port-resource-request 2026-06-23 06:27:41.255 7 INFO neutron.api.extensions [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Loaded extension: port-resource-request-groups 2026-06-23 06:27:41.256 7 INFO neutron.api.extensions [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-06-23 06:27:41.256 7 INFO neutron.api.extensions [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Loaded extension: binding 2026-06-23 06:27:41.258 7 INFO neutron.api.extensions [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Loaded extension: binding-extended 2026-06-23 06:27:41.258 7 INFO neutron.api.extensions [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Loaded extension: port-security 2026-06-23 06:27:41.259 7 INFO neutron.api.extensions [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Loaded extension: project-id 2026-06-23 06:27:41.260 7 INFO neutron.api.extensions [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Loaded extension: provider 2026-06-23 06:27:41.260 7 INFO neutron.api.extensions [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-06-23 06:27:41.263 7 INFO neutron.api.extensions [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Loaded extension: qos 2026-06-23 06:27:41.264 7 INFO neutron.api.extensions [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-06-23 06:27:41.265 7 INFO neutron.api.extensions [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-06-23 06:27:41.266 7 INFO neutron.api.extensions [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Loaded extension: qos-default 2026-06-23 06:27:41.267 7 INFO neutron.api.extensions [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Loaded extension: qos-fip 2026-06-23 06:27:41.267 7 INFO neutron.api.extensions [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-06-23 06:27:41.268 7 INFO neutron.api.extensions [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Loaded extension: qos-gateway-ip 2026-06-23 06:27:41.269 7 INFO neutron.api.extensions [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Loaded extension: qos-port-network-policy 2026-06-23 06:27:41.269 7 INFO neutron.api.extensions [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Loaded extension: qos-pps-minimum 2026-06-23 06:27:41.270 7 INFO neutron.api.extensions [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-06-23 06:27:41.271 7 INFO neutron.api.extensions [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Loaded extension: qos-pps 2026-06-23 06:27:41.271 7 INFO neutron.api.extensions [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Loaded extension: qos-rule-type-details 2026-06-23 06:27:41.272 7 INFO neutron.api.extensions [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Loaded extension: qos-rule-type-filter 2026-06-23 06:27:41.272 7 INFO neutron.api.extensions [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Loaded extension: qos-rules-alias 2026-06-23 06:27:41.273 7 INFO neutron.api.extensions [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Loaded extension: quota-check-limit 2026-06-23 06:27:41.274 7 INFO neutron.api.extensions [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Loaded extension: quota-check-limit-default 2026-06-23 06:27:41.277 7 INFO neutron.api.extensions [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Loaded extension: quotas 2026-06-23 06:27:41.278 7 INFO neutron.api.extensions [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Loaded extension: quota_details 2026-06-23 06:27:41.279 7 INFO neutron.api.extensions [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Loaded extension: rbac-policies 2026-06-23 06:27:41.280 7 INFO neutron.api.extensions [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Loaded extension: rbac-address-group 2026-06-23 06:27:41.281 7 INFO neutron.api.extensions [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Loaded extension: rbac-address-scope 2026-06-23 06:27:41.282 7 INFO neutron.api.extensions [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Loaded extension: rbac-security-groups 2026-06-23 06:27:41.282 7 INFO neutron.api.extensions [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Loaded extension: rbac-subnetpool 2026-06-23 06:27:41.283 7 INFO neutron.api.extensions [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Loaded extension: revision-if-match 2026-06-23 06:27:41.284 7 INFO neutron.api.extensions [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Loaded extension: standard-attr-revisions 2026-06-23 06:27:41.284 7 INFO neutron.api.extensions [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Loaded extension: router_availability_zone 2026-06-23 06:27:41.285 7 INFO neutron.api.extensions [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-06-23 06:27:41.287 7 INFO neutron.api.extensions [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Loaded extension: security-groups-default-rules 2026-06-23 06:27:41.288 7 INFO neutron.api.extensions [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-06-23 06:27:41.289 7 INFO neutron.api.extensions [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Loaded extension: port-security-groups-filtering 2026-06-23 06:27:41.292 7 INFO neutron.api.extensions [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-06-23 06:27:41.293 7 INFO neutron.api.extensions [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-06-23 06:27:41.293 7 INFO neutron.api.extensions [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-06-23 06:27:41.303 7 INFO neutron.api.extensions [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Loaded extension: security-group 2026-06-23 06:27:41.305 7 INFO neutron.api.extensions [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Loaded extension: segment 2026-06-23 06:27:41.306 7 INFO neutron.api.extensions [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-06-23 06:27:41.307 7 INFO neutron.api.extensions [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Loaded extension: service-type 2026-06-23 06:27:41.308 7 INFO neutron.api.extensions [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Loaded extension: sorting 2026-06-23 06:27:41.308 7 INFO neutron.api.extensions [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Loaded extension: standard-attr-segment 2026-06-23 06:27:41.310 7 INFO neutron.api.extensions [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Loaded extension: standard-attr-description 2026-06-23 06:27:41.310 7 INFO neutron.api.extensions [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Loaded extension: stateful-security-group 2026-06-23 06:27:41.311 7 WARNING neutron.api.extensions [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-06-23 06:27:41.312 7 INFO neutron.api.extensions [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-06-23 06:27:41.312 7 INFO neutron.api.extensions [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Loaded extension: subnet-external-network 2026-06-23 06:27:41.313 7 INFO neutron.api.extensions [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Loaded extension: subnet_onboard 2026-06-23 06:27:41.314 7 INFO neutron.api.extensions [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-06-23 06:27:41.315 7 INFO neutron.api.extensions [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Loaded extension: subnet-service-types 2026-06-23 06:27:41.315 7 INFO neutron.api.extensions [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Loaded extension: subnet_allocation 2026-06-23 06:27:41.316 7 INFO neutron.api.extensions [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-06-23 06:27:41.317 7 INFO neutron.api.extensions [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Loaded extension: tag-creation 2026-06-23 06:27:41.317 7 INFO neutron.api.extensions [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-06-23 06:27:41.321 7 INFO neutron.api.extensions [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Loaded extension: standard-attr-tag 2026-06-23 06:27:41.322 7 INFO neutron.api.extensions [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Loaded extension: standard-attr-timestamp 2026-06-23 06:27:41.323 7 INFO neutron.api.extensions [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Loaded extension: trunk 2026-06-23 06:27:41.323 7 INFO neutron.api.extensions [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Loaded extension: trunk-details 2026-06-23 06:27:41.324 7 INFO neutron.api.extensions [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-06-23 06:27:41.325 7 INFO neutron.api.extensions [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-06-23 06:27:41.325 7 INFO neutron.api.extensions [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-06-23 06:27:41.326 7 INFO neutron.api.extensions [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Loaded extension: vpn-aes-ctr 2026-06-23 06:27:41.328 7 INFO neutron.api.extensions [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-06-23 06:27:41.329 7 INFO neutron.api.extensions [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-06-23 06:27:41.329 7 INFO neutron.api.extensions [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Loaded extension: vpn-flavors 2026-06-23 06:27:41.331 7 INFO neutron.api.extensions [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Loaded extension: vpnaas 2026-06-23 06:27:41.332 7 INFO neutron.api.extensions [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Loaded extension: taas 2026-06-23 06:27:41.333 7 INFO neutron.api.extensions [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Loaded extension: tap-mirror 2026-06-23 06:27:41.334 7 INFO neutron.api.extensions [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Loaded extension: taas-vlan-filter 2026-06-23 06:27:41.336 7 INFO neutron.quota.resource_registry [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Creating instance of TrackedResource for resource:network 2026-06-23 06:27:41.337 7 INFO neutron.quota.resource_registry [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-06-23 06:27:41.337 7 INFO neutron.quota.resource_registry [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-23 06:27:41.337 7 INFO neutron.quota.resource_registry [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Creating instance of TrackedResource for resource:port 2026-06-23 06:27:41.340 7 INFO neutron.quota.resource_registry [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-23 06:27:41.341 7 INFO neutron.quota.resource_registry [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-23 06:27:41.345 7 INFO neutron.quota.resource_registry [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-23 06:27:41.346 7 INFO neutron.quota.resource_registry [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-23 06:27:41.346 7 INFO neutron.quota.resource_registry [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-23 06:27:41.347 7 INFO neutron.quota.resource_registry [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-23 06:27:41.347 7 WARNING neutron.quota.resource_registry [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] subnetpool is already registered 2026-06-23 06:27:41.348 7 INFO neutron.quota.resource_registry [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-23 06:27:41.348 7 WARNING neutron.quota.resource_registry [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] subnetpool is already registered 2026-06-23 06:27:41.348 7 INFO neutron.quota.resource_registry [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-23 06:27:41.349 7 INFO neutron.quota.resource_registry [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-23 06:27:41.349 7 INFO neutron.quota.resource_registry [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-23 06:27:41.350 7 INFO neutron.quota.resource_registry [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-23 06:27:41.350 7 INFO neutron.quota.resource_registry [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-23 06:27:41.350 7 INFO neutron.quota.resource_registry [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-23 06:27:41.351 7 INFO neutron.quota.resource_registry [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-23 06:27:41.351 7 WARNING neutron.quota.resource_registry [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] ipsecpolicy is already registered 2026-06-23 06:27:41.351 7 INFO neutron.quota.resource_registry [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-23 06:27:41.352 7 WARNING neutron.quota.resource_registry [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] ikepolicy is already registered 2026-06-23 06:27:41.356 7 INFO neutron.quota.resource_registry [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-23 06:27:41.356 7 WARNING neutron.quota.resource_registry [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] router is already registered 2026-06-23 06:27:41.357 7 INFO neutron.quota.resource_registry [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-23 06:27:41.357 7 WARNING neutron.quota.resource_registry [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] floatingip is already registered 2026-06-23 06:27:41.361 7 INFO neutron.quota.resource_registry [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-23 06:27:41.361 7 WARNING neutron.quota.resource_registry [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] rbac_policy is already registered 2026-06-23 06:27:41.362 7 INFO neutron.quota.resource_registry [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-23 06:27:41.362 7 WARNING neutron.quota.resource_registry [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] security_group is already registered 2026-06-23 06:27:41.362 7 INFO neutron.quota.resource_registry [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-23 06:27:41.362 7 WARNING neutron.quota.resource_registry [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] security_group_rule is already registered 2026-06-23 06:27:41.363 7 INFO neutron.quota.resource_registry [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-23 06:27:41.363 7 WARNING neutron.quota.resource_registry [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] subnetpool is already registered 2026-06-23 06:27:41.364 7 INFO neutron.quota.resource_registry [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-23 06:27:41.364 7 WARNING neutron.quota.resource_registry [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] subnetpool is already registered 2026-06-23 06:27:41.364 7 INFO neutron.quota.resource_registry [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-23 06:27:41.365 7 WARNING neutron.quota.resource_registry [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] trunk is already registered 2026-06-23 06:27:41.365 7 INFO neutron.quota.resource_registry [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-23 06:27:41.365 7 WARNING neutron.quota.resource_registry [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] ikepolicy is already registered 2026-06-23 06:27:41.365 7 INFO neutron.quota.resource_registry [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-23 06:27:41.366 7 WARNING neutron.quota.resource_registry [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] ipsecpolicy is already registered 2026-06-23 06:27:41.366 7 INFO neutron.quota.resource_registry [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-23 06:27:41.366 7 WARNING neutron.quota.resource_registry [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] endpoint_group is already registered 2026-06-23 06:27:41.366 7 INFO neutron.quota.resource_registry [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-23 06:27:41.367 7 WARNING neutron.quota.resource_registry [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] vpnservice is already registered 2026-06-23 06:27:41.367 7 INFO neutron.quota.resource_registry [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-23 06:27:41.367 7 WARNING neutron.quota.resource_registry [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] ipsec_site_connection is already registered 2026-06-23 06:27:41.367 7 INFO neutron.quota.resource_registry [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-23 06:27:41.368 7 WARNING neutron.quota.resource_registry [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] ipsecpolicy is already registered 2026-06-23 06:27:41.368 7 INFO neutron.quota.resource_registry [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-23 06:27:41.368 7 WARNING neutron.quota.resource_registry [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] ikepolicy is already registered 2026-06-23 06:27:41.408 7 WARNING keystonemiddleware._common.config [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-06-23 06:27:41.415 7 WARNING oslo_config.cfg [None req-3b283eef-478e-48df-ac51-f948cd050bc0 - - - - - -] 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 9 seconds on interpreter 0x704ec8021668 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, ' [pid: 8|app: 0|req: 4/4] 199.204.45.140 () {44 vars in 944 bytes} [Tue Jun 23 06:27:45 2026] GET /v2.0/availability_zones => generated 26 bytes in 796 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 5/6] 199.204.45.140 () {44 vars in 944 bytes} [Tue Jun 23 06:27:52 2026] GET /v2.0/availability_zones => generated 26 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 2/7] 199.204.45.140 () {44 vars in 944 bytes} [Tue Jun 23 06:27:58 2026] GET /v2.0/availability_zones => generated 26 bytes in 703 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 6/8] 199.204.45.140 () {44 vars in 944 bytes} [Tue Jun 23 06:28:04 2026] GET /v2.0/availability_zones => generated 26 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 7/10] 199.204.45.140 () {44 vars in 944 bytes} [Tue Jun 23 06:28:10 2026] GET /v2.0/availability_zones => generated 26 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4/11] 199.204.45.140 () {44 vars in 944 bytes} [Tue Jun 23 06:28:16 2026] GET /v2.0/availability_zones => generated 26 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 5/13] 199.204.45.140 () {44 vars in 944 bytes} [Tue Jun 23 06:28:22 2026] GET /v2.0/availability_zones => generated 149 bytes in 216 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-23 06:28:24.404 8 INFO neutron.pecan_wsgi.hooks.translation [None req-86d1a5ae-50c7-4e32-b93c-1ad303fc5716 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 9/14] 199.204.45.140 () {44 vars in 926 bytes} [Tue Jun 23 06:28:24 2026] GET /v2.0/networks/public => generated 108 bytes in 59 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 6/15] 199.204.45.140 () {44 vars in 948 bytes} [Tue Jun 23 06:28:24 2026] GET /v2.0/networks?name=public => generated 15 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-23 06:28:24.835 8 WARNING neutron.services.revisions.revision_plugin [None req-58f1d95b-a9be-4c86-a968-b60f1ad162d9 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] Could not find related network for resource to bump revision. 2026-06-23 06:28:24.866 8 INFO neutron.db.segments_db [None req-58f1d95b-a9be-4c86-a968-b60f1ad162d9 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] Added segment 0b7f28ab-5e93-4d99-bcf1-91c44bafc5b5 of type flat for network 33d1158f-22d7-40ae-8a3a-9d18a3be1763 [pid: 8|app: 0|req: 10/16] 199.204.45.140 () {48 vars in 966 bytes} [Tue Jun 23 06:28:24 2026] POST /v2.0/networks => generated 706 bytes in 597 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-23 06:28:26.204 7 INFO neutron.pecan_wsgi.hooks.translation [None req-34515325-a94b-4f0b-9282-37dcbee523d3 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 7/17] 199.204.45.140 () {44 vars in 926 bytes} [Tue Jun 23 06:28:26 2026] GET /v2.0/networks/public => generated 108 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 11/18] 199.204.45.140 () {44 vars in 948 bytes} [Tue Jun 23 06:28:26 2026] GET /v2.0/networks?name=public => generated 709 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-23 06:28:26.290 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a359e99c-5c7c-4039-981c-9badc8bc5a4c 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 8/19] 199.204.45.140 () {44 vars in 1033 bytes} [Tue Jun 23 06:28:26 2026] GET /v2.0/subnets/public-subnet?network_id=33d1158f-22d7-40ae-8a3a-9d18a3be1763 => generated 113 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 12/20] 199.204.45.140 () {44 vars in 1056 bytes} [Tue Jun 23 06:28:26 2026] GET /v2.0/subnets?name=public-subnet&network_id=33d1158f-22d7-40ae-8a3a-9d18a3be1763 => generated 14 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 9/21] 199.204.45.140 () {48 vars in 964 bytes} [Tue Jun 23 06:28:26 2026] POST /v2.0/subnets => generated 664 bytes in 391 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-23 06:33:32.818 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5e815e3e-fe21-43dc-978c-5a247f29183f 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 33/62] 199.204.45.140 () {44 vars in 936 bytes} [Tue Jun 23 06:33:32 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 108 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 30/63] 199.204.45.140 () {44 vars in 958 bytes} [Tue Jun 23 06:33:32 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-23 06:33:32.934 8 INFO neutron.db.segments_db [None req-db001234-6eea-4d97-84db-9fc9b128d619 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] Added segment a717b797-75a2-4bef-bb08-65e4396f5944 of type vxlan for network d95b3406-8b41-4815-9f0a-b86741a48a3e [pid: 8|app: 0|req: 34/64] 199.204.45.140 () {48 vars in 965 bytes} [Tue Jun 23 06:33:32 2026] POST /v2.0/networks => generated 688 bytes in 200 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-23 06:33:34.634 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f3996d7e-4c87-4908-ac1d-d18bd8e340e0 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 31/65] 199.204.45.140 () {44 vars in 936 bytes} [Tue Jun 23 06:33:34 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 582 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 35/66] 199.204.45.140 () {44 vars in 958 bytes} [Tue Jun 23 06:33:34 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-23 06:33:34.701 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9f6c2957-8bb2-4b1e-aa91-2322af8faa58 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 32/67] 199.204.45.140 () {44 vars in 1035 bytes} [Tue Jun 23 06:33:34 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=d95b3406-8b41-4815-9f0a-b86741a48a3e => generated 114 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 36/68] 199.204.45.140 () {44 vars in 1058 bytes} [Tue Jun 23 06:33:34 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=d95b3406-8b41-4815-9f0a-b86741a48a3e => generated 14 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 33/69] 199.204.45.140 () {48 vars in 964 bytes} [Tue Jun 23 06:33:34 2026] POST /v2.0/subnets => generated 651 bytes in 203 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-23 06:33:36.219 8 INFO neutron.api.v2.resource [None req-d1a2d077-0945-4439-b12c-b29fdb3a8cea 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 37/70] 199.204.45.140 () {44 vars in 970 bytes} [Tue Jun 23 06:33:36 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 34/71] 199.204.45.140 () {44 vars in 992 bytes} [Tue Jun 23 06:33:36 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 38/72] 199.204.45.140 () {48 vars in 979 bytes} [Tue Jun 23 06:33:36 2026] POST /v2.0/security-groups => generated 1616 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/75] 199.204.45.140 () {44 vars in 1000 bytes} [Tue Jun 23 06:33:37 2026] GET /v2.0/security-groups/bc7c11df-3666-464e-a3c4-72d41c4578df => generated 1616 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 36/76] 199.204.45.140 () {44 vars in 1000 bytes} [Tue Jun 23 06:33:37 2026] GET /v2.0/security-groups/bc7c11df-3666-464e-a3c4-72d41c4578df => generated 1616 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/77] 199.204.45.140 () {44 vars in 1000 bytes} [Tue Jun 23 06:33:37 2026] GET /v2.0/security-groups/bc7c11df-3666-464e-a3c4-72d41c4578df => generated 1616 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 37/78] 199.204.45.140 () {48 vars in 990 bytes} [Tue Jun 23 06:33:37 2026] POST /v2.0/security-group-rules => generated 601 bytes in 79 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/79] 199.204.45.140 () {44 vars in 1000 bytes} [Tue Jun 23 06:33:38 2026] GET /v2.0/security-groups/bc7c11df-3666-464e-a3c4-72d41c4578df => generated 2230 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 38/80] 199.204.45.140 () {44 vars in 1000 bytes} [Tue Jun 23 06:33:38 2026] GET /v2.0/security-groups/bc7c11df-3666-464e-a3c4-72d41c4578df => generated 2230 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/81] 199.204.45.140 () {44 vars in 1000 bytes} [Tue Jun 23 06:33:38 2026] GET /v2.0/security-groups/bc7c11df-3666-464e-a3c4-72d41c4578df => generated 2230 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 39/82] 199.204.45.140 () {48 vars in 990 bytes} [Tue Jun 23 06:33:38 2026] POST /v2.0/security-group-rules => generated 603 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/83] 199.204.45.140 () {44 vars in 1000 bytes} [Tue Jun 23 06:33:39 2026] GET /v2.0/security-groups/bc7c11df-3666-464e-a3c4-72d41c4578df => generated 2846 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/84] 199.204.45.140 () {44 vars in 1000 bytes} [Tue Jun 23 06:33:40 2026] GET /v2.0/security-groups/bc7c11df-3666-464e-a3c4-72d41c4578df => generated 2846 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/85] 199.204.45.140 () {44 vars in 1000 bytes} [Tue Jun 23 06:33:40 2026] GET /v2.0/security-groups/bc7c11df-3666-464e-a3c4-72d41c4578df => generated 2846 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/86] 199.204.45.140 () {48 vars in 990 bytes} [Tue Jun 23 06:33:40 2026] POST /v2.0/security-group-rules => generated 603 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/87] 199.204.45.140 () {44 vars in 1000 bytes} [Tue Jun 23 06:33:41 2026] GET /v2.0/security-groups/bc7c11df-3666-464e-a3c4-72d41c4578df => generated 3462 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/88] 199.204.45.140 () {44 vars in 1000 bytes} [Tue Jun 23 06:33:41 2026] GET /v2.0/security-groups/bc7c11df-3666-464e-a3c4-72d41c4578df => generated 3462 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/89] 199.204.45.140 () {44 vars in 1000 bytes} [Tue Jun 23 06:33:41 2026] GET /v2.0/security-groups/bc7c11df-3666-464e-a3c4-72d41c4578df => generated 3462 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/90] 199.204.45.140 () {48 vars in 990 bytes} [Tue Jun 23 06:33:41 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: 8|app: 0|req: 48/91] 199.204.45.140 () {44 vars in 1000 bytes} [Tue Jun 23 06:33:42 2026] GET /v2.0/security-groups/bc7c11df-3666-464e-a3c4-72d41c4578df => generated 4078 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/92] 199.204.45.140 () {44 vars in 1000 bytes} [Tue Jun 23 06:33:42 2026] GET /v2.0/security-groups/bc7c11df-3666-464e-a3c4-72d41c4578df => 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: 49/93] 199.204.45.140 () {44 vars in 1000 bytes} [Tue Jun 23 06:33:42 2026] GET /v2.0/security-groups/bc7c11df-3666-464e-a3c4-72d41c4578df => generated 4078 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/94] 199.204.45.140 () {48 vars in 990 bytes} [Tue Jun 23 06:33:42 2026] POST /v2.0/security-group-rules => generated 603 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 50/95] 199.204.45.140 () {44 vars in 986 bytes} [Tue Jun 23 06:33:43 2026] GET /v2.0/networks/d95b3406-8b41-4815-9f0a-b86741a48a3e => generated 732 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-23 06:33:44.019 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2d92949b-2ec0-4f95-9c63-7eaa65af5438 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 46/96] 199.204.45.140 () {44 vars in 1075 bytes} [Tue Jun 23 06:33:43 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=d95b3406-8b41-4815-9f0a-b86741a48a3e => generated 132 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 51/97] 199.204.45.140 () {44 vars in 1098 bytes} [Tue Jun 23 06:33:44 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=d95b3406-8b41-4815-9f0a-b86741a48a3e => generated 12 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/98] 199.204.45.140 () {44 vars in 1000 bytes} [Tue Jun 23 06:33:44 2026] GET /v2.0/security-groups/bc7c11df-3666-464e-a3c4-72d41c4578df => generated 4694 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 52/99] 199.204.45.140 () {48 vars in 960 bytes} [Tue Jun 23 06:33:44 2026] POST /v2.0/ports => generated 1100 bytes in 449 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-23 06:33:53.327 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5aeed346-2d61-4231-80ea-ac45f327eac2 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 49/102] 199.204.45.140 () {44 vars in 979 bytes} [Tue Jun 23 06:33:53 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 55 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 54/103] 199.204.45.140 () {44 vars in 1001 bytes} [Tue Jun 23 06:33:53 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1103 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 50/104] 199.204.45.140 () {48 vars in 1031 bytes} [Tue Jun 23 06:33:53 2026] PUT /v2.0/ports/5e80b70c-96e1-473c-9946-841f8cac08b8 => generated 1249 bytes in 745 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 55/105] 199.204.45.140 () {44 vars in 919 bytes} [Tue Jun 23 06:33:55 2026] GET /v2.0/ports => generated 3730 bytes in 299 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-23 06:33:57.072 7 INFO neutron.api.v2.resource [None req-7809f4c9-172b-4c24-9b6a-50f700bfc5c6 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 51/106] 199.204.45.140 () {44 vars in 958 bytes} [Tue Jun 23 06:33:57 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 33 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 56/107] 199.204.45.140 () {44 vars in 980 bytes} [Tue Jun 23 06:33:57 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 52/108] 199.204.45.140 () {48 vars in 979 bytes} [Tue Jun 23 06:33:57 2026] POST /v2.0/security-groups => generated 1610 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 57/109] 199.204.45.140 () {44 vars in 1000 bytes} [Tue Jun 23 06:33:58 2026] GET /v2.0/security-groups/b7df25d4-9a52-45ca-942b-a2b7512ac146 => generated 1610 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 53/110] 199.204.45.140 () {44 vars in 1000 bytes} [Tue Jun 23 06:33:58 2026] GET /v2.0/security-groups/b7df25d4-9a52-45ca-942b-a2b7512ac146 => generated 1610 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 58/111] 199.204.45.140 () {44 vars in 1000 bytes} [Tue Jun 23 06:33:58 2026] GET /v2.0/security-groups/b7df25d4-9a52-45ca-942b-a2b7512ac146 => 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: 54/112] 199.204.45.140 () {48 vars in 990 bytes} [Tue Jun 23 06:33:58 2026] POST /v2.0/security-group-rules => generated 623 bytes in 92 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 59/113] 199.204.45.140 () {44 vars in 1000 bytes} [Tue Jun 23 06:33:59 2026] GET /v2.0/security-groups/b7df25d4-9a52-45ca-942b-a2b7512ac146 => generated 2246 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 55/114] 199.204.45.140 () {44 vars in 1000 bytes} [Tue Jun 23 06:33:59 2026] GET /v2.0/security-groups/b7df25d4-9a52-45ca-942b-a2b7512ac146 => 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: 60/115] 199.204.45.140 () {44 vars in 1000 bytes} [Tue Jun 23 06:33:59 2026] GET /v2.0/security-groups/b7df25d4-9a52-45ca-942b-a2b7512ac146 => generated 2246 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 56/116] 199.204.45.140 () {48 vars in 990 bytes} [Tue Jun 23 06:33:59 2026] POST /v2.0/security-group-rules => generated 627 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 65/125] 199.204.45.140 () {44 vars in 974 bytes} [Tue Jun 23 06:35:06 2026] GET /v2.0/quotas/6626933dbedf45c1b7a4e48204e18577 => generated 292 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 61/126] 199.204.45.140 () {48 vars in 1026 bytes} [Tue Jun 23 06:35:06 2026] PUT /v2.0/quotas/6626933dbedf45c1b7a4e48204e18577 => generated 291 bytes in 32 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-23 06:37:30.864 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3d454cb4-0231-4d85-adea-d32682be3b21 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 76/147] 199.204.45.140 () {30 vars in 741 bytes} [Tue Jun 23 06:37:30 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 203 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 72/148] 199.204.45.140 () {30 vars in 763 bytes} [Tue Jun 23 06:37:30 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-23 06:37:32.991 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2adb519c-9be6-467b-95fc-25b5a820e336 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 77/149] 199.204.45.140 () {30 vars in 741 bytes} [Tue Jun 23 06:37:32 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 54 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 73/150] 199.204.45.140 () {30 vars in 763 bytes} [Tue Jun 23 06:37:32 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-23 06:44:03.312 7 INFO neutron.api.v2.resource [None req-6143b98f-2c96-4670-953c-06b0859c9414 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 100/203] 199.204.45.140 () {44 vars in 1073 bytes} [Tue Jun 23 06:44:03 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=9d76ccadbba54ce38d7fcef1d0cb980e => generated 139 bytes in 135 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 104/204] 199.204.45.140 () {44 vars in 1096 bytes} [Tue Jun 23 06:44:03 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=9d76ccadbba54ce38d7fcef1d0cb980e => generated 23 bytes in 226 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 101/205] 199.204.45.140 () {48 vars in 980 bytes} [Tue Jun 23 06:44:03 2026] POST /v2.0/security-groups => generated 1624 bytes in 916 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 105/206] 199.204.45.140 () {44 vars in 1087 bytes} [Tue Jun 23 06:44:05 2026] GET /v2.0/security-groups/fd7b0d4b-fbc7-4366-9e42-2113d5a8f293?project_id=9d76ccadbba54ce38d7fcef1d0cb980e => generated 1624 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 102/207] 199.204.45.140 () {44 vars in 1000 bytes} [Tue Jun 23 06:44:05 2026] GET /v2.0/security-groups/fd7b0d4b-fbc7-4366-9e42-2113d5a8f293 => generated 1624 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 106/208] 199.204.45.140 () {44 vars in 1087 bytes} [Tue Jun 23 06:44:06 2026] GET /v2.0/security-groups/fd7b0d4b-fbc7-4366-9e42-2113d5a8f293?project_id=9d76ccadbba54ce38d7fcef1d0cb980e => generated 1624 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 103/209] 199.204.45.140 () {48 vars in 990 bytes} [Tue Jun 23 06:44:06 2026] POST /v2.0/security-group-rules => generated 597 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 105/212] 199.204.45.140 () {44 vars in 1087 bytes} [Tue Jun 23 06:44:07 2026] GET /v2.0/security-groups/fd7b0d4b-fbc7-4366-9e42-2113d5a8f293?project_id=9d76ccadbba54ce38d7fcef1d0cb980e => generated 2234 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 108/213] 199.204.45.140 () {44 vars in 1000 bytes} [Tue Jun 23 06:44:07 2026] GET /v2.0/security-groups/fd7b0d4b-fbc7-4366-9e42-2113d5a8f293 => generated 2234 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 106/214] 199.204.45.140 () {44 vars in 1087 bytes} [Tue Jun 23 06:44:07 2026] GET /v2.0/security-groups/fd7b0d4b-fbc7-4366-9e42-2113d5a8f293?project_id=9d76ccadbba54ce38d7fcef1d0cb980e => generated 2234 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 109/215] 199.204.45.140 () {48 vars in 990 bytes} [Tue Jun 23 06:44:07 2026] POST /v2.0/security-group-rules => generated 599 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 107/216] 199.204.45.140 () {44 vars in 1087 bytes} [Tue Jun 23 06:44:08 2026] GET /v2.0/security-groups/fd7b0d4b-fbc7-4366-9e42-2113d5a8f293?project_id=9d76ccadbba54ce38d7fcef1d0cb980e => generated 2846 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 110/217] 199.204.45.140 () {44 vars in 1000 bytes} [Tue Jun 23 06:44:08 2026] GET /v2.0/security-groups/fd7b0d4b-fbc7-4366-9e42-2113d5a8f293 => generated 2846 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 108/218] 199.204.45.140 () {44 vars in 1087 bytes} [Tue Jun 23 06:44:08 2026] GET /v2.0/security-groups/fd7b0d4b-fbc7-4366-9e42-2113d5a8f293?project_id=9d76ccadbba54ce38d7fcef1d0cb980e => generated 2846 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 111/219] 199.204.45.140 () {48 vars in 990 bytes} [Tue Jun 23 06:44:08 2026] POST /v2.0/security-group-rules => generated 601 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 109/220] 199.204.45.140 () {44 vars in 1087 bytes} [Tue Jun 23 06:44:09 2026] GET /v2.0/security-groups/fd7b0d4b-fbc7-4366-9e42-2113d5a8f293?project_id=9d76ccadbba54ce38d7fcef1d0cb980e => generated 3460 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 112/221] 199.204.45.140 () {44 vars in 1000 bytes} [Tue Jun 23 06:44:09 2026] GET /v2.0/security-groups/fd7b0d4b-fbc7-4366-9e42-2113d5a8f293 => generated 3460 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 110/222] 199.204.45.140 () {44 vars in 1087 bytes} [Tue Jun 23 06:44:10 2026] GET /v2.0/security-groups/fd7b0d4b-fbc7-4366-9e42-2113d5a8f293?project_id=9d76ccadbba54ce38d7fcef1d0cb980e => generated 3460 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 113/223] 199.204.45.140 () {48 vars in 990 bytes} [Tue Jun 23 06:44:10 2026] POST /v2.0/security-group-rules => generated 602 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 124/244] 199.204.45.140 () {30 vars in 740 bytes} [Tue Jun 23 06:46:37 2026] GET /v2.0/networks?tenant_id=9d76ccadbba54ce38d7fcef1d0cb980e&shared=False => generated 15 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-23 06:46:37.737 7 INFO neutron.db.segments_db [None req-5796bb69-bafc-4035-92d5-4cfa6f8f68e2 3deeaa477cf04aacbf6853f0da0d1948 9d76ccadbba54ce38d7fcef1d0cb980e - - 2d3591d1c81649439fdefc5ef10c862d 2d3591d1c81649439fdefc5ef10c862d] Added segment 49c5cc3e-e888-434b-be33-7270bb2434b3 of type vxlan for network 4eadcda7-b4ae-4648-bb7a-e5f5c06381a5 [pid: 7|app: 0|req: 121/245] 199.204.45.140 () {34 vars in 682 bytes} [Tue Jun 23 06:46:37 2026] POST /v2.0/networks => generated 699 bytes in 191 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 125/246] 199.204.45.140 () {30 vars in 722 bytes} [Tue Jun 23 06:46:37 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 12 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 122/247] 199.204.45.140 () {30 vars in 633 bytes} [Tue Jun 23 06:46:37 2026] GET /v2.0/extensions => generated 21537 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 126/248] 199.204.45.140 () {34 vars in 677 bytes} [Tue Jun 23 06:46:37 2026] POST /v2.0/ports => generated 999 bytes in 382 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 123/249] 199.204.45.140 () {30 vars in 703 bytes} [Tue Jun 23 06:46:38 2026] GET /v2.0/networks/4eadcda7-b4ae-4648-bb7a-e5f5c06381a5 => generated 705 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 127/250] 199.204.45.140 () {30 vars in 722 bytes} [Tue Jun 23 06:46:40 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1002 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 124/251] 199.204.45.140 () {30 vars in 703 bytes} [Tue Jun 23 06:46:40 2026] GET /v2.0/networks/4eadcda7-b4ae-4648-bb7a-e5f5c06381a5 => generated 705 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 129/254] 199.204.45.140 () {44 vars in 974 bytes} [Tue Jun 23 06:46:54 2026] GET /v2.0/quotas/9d76ccadbba54ce38d7fcef1d0cb980e => 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: 126/255] 199.204.45.140 () {48 vars in 1026 bytes} [Tue Jun 23 06:46:54 2026] PUT /v2.0/quotas/9d76ccadbba54ce38d7fcef1d0cb980e => generated 291 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 182/360] 199.204.45.140 () {44 vars in 944 bytes} [Tue Jun 23 06:59:56 2026] GET /v2.0/availability_zones => generated 149 bytes in 154 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-23 06:59:58.153 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7e0bde41-b169-451a-b424-f48bc623e124 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 179/361] 199.204.45.140 () {44 vars in 926 bytes} [Tue Jun 23 06:59:58 2026] GET /v2.0/networks/public => generated 108 bytes in 63 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 183/362] 199.204.45.140 () {44 vars in 948 bytes} [Tue Jun 23 06:59:58 2026] GET /v2.0/networks?name=public => generated 753 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-23 06:59:59.373 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b4647a39-4179-4db9-99ef-3ac1e734c3d8 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 180/363] 199.204.45.140 () {44 vars in 926 bytes} [Tue Jun 23 06:59:59 2026] GET /v2.0/networks/public => generated 108 bytes in 52 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 184/364] 199.204.45.140 () {44 vars in 948 bytes} [Tue Jun 23 06:59:59 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-23 06:59:59.446 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2038176f-c625-4762-84a2-2a49f038f3f3 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 181/365] 199.204.45.140 () {44 vars in 1033 bytes} [Tue Jun 23 06:59:59 2026] GET /v2.0/subnets/public-subnet?network_id=33d1158f-22d7-40ae-8a3a-9d18a3be1763 => generated 113 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 185/366] 199.204.45.140 () {44 vars in 1056 bytes} [Tue Jun 23 06:59:59 2026] GET /v2.0/subnets?name=public-subnet&network_id=33d1158f-22d7-40ae-8a3a-9d18a3be1763 => generated 667 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-23 07:00:30.864 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c8336f4f-6a27-4888-bd7e-fb3e9c0a0815 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 188/371] 199.204.45.140 () {44 vars in 936 bytes} [Tue Jun 23 07:00:30 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 54 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 184/372] 199.204.45.140 () {44 vars in 958 bytes} [Tue Jun 23 07:00:30 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-23 07:00:31.964 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5c0f8705-eba9-4d4b-b36c-c1de1314daca 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 189/373] 199.204.45.140 () {44 vars in 936 bytes} [Tue Jun 23 07:00:31 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 185/374] 199.204.45.140 () {44 vars in 958 bytes} [Tue Jun 23 07:00:31 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-23 07:00:32.049 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3a9145c2-e867-42a6-93a4-8e054ff3c534 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 190/375] 199.204.45.140 () {44 vars in 1035 bytes} [Tue Jun 23 07:00:32 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=d95b3406-8b41-4815-9f0a-b86741a48a3e => generated 114 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 186/376] 199.204.45.140 () {44 vars in 1058 bytes} [Tue Jun 23 07:00:32 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=d95b3406-8b41-4815-9f0a-b86741a48a3e => generated 654 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-23 07:00:33.264 8 INFO neutron.api.v2.resource [None req-fbf26683-ac8b-48ee-a86a-1c05f38fb4c7 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 191/377] 199.204.45.140 () {44 vars in 970 bytes} [Tue Jun 23 07:00:33 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 187/378] 199.204.45.140 () {44 vars in 992 bytes} [Tue Jun 23 07:00:33 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 192/379] 199.204.45.140 () {44 vars in 1000 bytes} [Tue Jun 23 07:00:34 2026] GET /v2.0/security-groups/bc7c11df-3666-464e-a3c4-72d41c4578df => generated 4694 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 188/380] 199.204.45.140 () {44 vars in 1000 bytes} [Tue Jun 23 07:00:34 2026] GET /v2.0/security-groups/bc7c11df-3666-464e-a3c4-72d41c4578df => generated 4694 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 193/381] 199.204.45.140 () {44 vars in 1010 bytes} [Tue Jun 23 07:00:34 2026] GET /v2.0/security-group-rules/9ef1155b-ab46-4015-99da-d1e0aa4b0734 => 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: 189/382] 199.204.45.140 () {44 vars in 1000 bytes} [Tue Jun 23 07:00:35 2026] GET /v2.0/security-groups/bc7c11df-3666-464e-a3c4-72d41c4578df => generated 4694 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 194/383] 199.204.45.140 () {44 vars in 1000 bytes} [Tue Jun 23 07:00:35 2026] GET /v2.0/security-groups/bc7c11df-3666-464e-a3c4-72d41c4578df => generated 4694 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 190/384] 199.204.45.140 () {44 vars in 1010 bytes} [Tue Jun 23 07:00:35 2026] GET /v2.0/security-group-rules/ac667c43-2cdb-444e-abea-23e8289ea94e => 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: 195/385] 199.204.45.140 () {44 vars in 1000 bytes} [Tue Jun 23 07:00:36 2026] GET /v2.0/security-groups/bc7c11df-3666-464e-a3c4-72d41c4578df => generated 4694 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 191/386] 199.204.45.140 () {44 vars in 1000 bytes} [Tue Jun 23 07:00:36 2026] GET /v2.0/security-groups/bc7c11df-3666-464e-a3c4-72d41c4578df => 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: 196/387] 199.204.45.140 () {44 vars in 1010 bytes} [Tue Jun 23 07:00:36 2026] GET /v2.0/security-group-rules/0a174c48-04bf-4475-88fb-5fa9d92e3f1f => 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/390] 199.204.45.140 () {44 vars in 1000 bytes} [Tue Jun 23 07:00:37 2026] GET /v2.0/security-groups/bc7c11df-3666-464e-a3c4-72d41c4578df => generated 4694 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 198/391] 199.204.45.140 () {44 vars in 1000 bytes} [Tue Jun 23 07:00:37 2026] GET /v2.0/security-groups/bc7c11df-3666-464e-a3c4-72d41c4578df => generated 4694 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 194/392] 199.204.45.140 () {44 vars in 1010 bytes} [Tue Jun 23 07:00:37 2026] GET /v2.0/security-group-rules/26310fbb-62d3-4de3-ac05-881f780c9819 => 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: 199/393] 199.204.45.140 () {44 vars in 1000 bytes} [Tue Jun 23 07:00:38 2026] GET /v2.0/security-groups/bc7c11df-3666-464e-a3c4-72d41c4578df => generated 4694 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 195/394] 199.204.45.140 () {44 vars in 1000 bytes} [Tue Jun 23 07:00:38 2026] GET /v2.0/security-groups/bc7c11df-3666-464e-a3c4-72d41c4578df => generated 4694 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 200/395] 199.204.45.140 () {44 vars in 1010 bytes} [Tue Jun 23 07:00:38 2026] GET /v2.0/security-group-rules/61002ffd-0ec0-4910-a699-e5cdc669c020 => generated 603 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 196/396] 199.204.45.140 () {44 vars in 986 bytes} [Tue Jun 23 07:00:39 2026] GET /v2.0/networks/d95b3406-8b41-4815-9f0a-b86741a48a3e => generated 732 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-23 07:00:40.090 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7eda776c-2af6-4648-897c-906fd40086cd 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 201/397] 199.204.45.140 () {44 vars in 1075 bytes} [Tue Jun 23 07:00:40 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=d95b3406-8b41-4815-9f0a-b86741a48a3e => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 197/398] 199.204.45.140 () {44 vars in 1098 bytes} [Tue Jun 23 07:00:40 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=d95b3406-8b41-4815-9f0a-b86741a48a3e => generated 1254 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 202/399] 199.204.45.140 () {44 vars in 1000 bytes} [Tue Jun 23 07:00:40 2026] GET /v2.0/security-groups/bc7c11df-3666-464e-a3c4-72d41c4578df => generated 4694 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-23 07:00:51.201 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2e0bebca-5a7e-4d9d-a27f-83b248cca1cb 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 198/400] 199.204.45.140 () {44 vars in 979 bytes} [Tue Jun 23 07:00:51 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 52 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 203/401] 199.204.45.140 () {44 vars in 1001 bytes} [Tue Jun 23 07:00:51 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1254 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 205/404] 199.204.45.140 () {44 vars in 919 bytes} [Tue Jun 23 07:00:52 2026] GET /v2.0/ports => generated 4725 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-23 07:00:54.171 7 INFO neutron.api.v2.resource [None req-2c6785c9-3dc6-44a4-8dce-309a3c71f5ee 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 200/405] 199.204.45.140 () {44 vars in 958 bytes} [Tue Jun 23 07:00:54 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: 8|app: 0|req: 206/406] 199.204.45.140 () {44 vars in 980 bytes} [Tue Jun 23 07:00:54 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: 201/407] 199.204.45.140 () {44 vars in 1000 bytes} [Tue Jun 23 07:00:55 2026] GET /v2.0/security-groups/b7df25d4-9a52-45ca-942b-a2b7512ac146 => generated 2886 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 207/408] 199.204.45.140 () {44 vars in 1000 bytes} [Tue Jun 23 07:00:55 2026] GET /v2.0/security-groups/b7df25d4-9a52-45ca-942b-a2b7512ac146 => generated 2886 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 202/409] 199.204.45.140 () {44 vars in 1010 bytes} [Tue Jun 23 07:00:55 2026] GET /v2.0/security-group-rules/403b7266-0cd5-4751-a7c3-2154f5c7c9fd => generated 623 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 208/410] 199.204.45.140 () {44 vars in 1000 bytes} [Tue Jun 23 07:00:56 2026] GET /v2.0/security-groups/b7df25d4-9a52-45ca-942b-a2b7512ac146 => generated 2886 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 203/411] 199.204.45.140 () {44 vars in 1000 bytes} [Tue Jun 23 07:00:56 2026] GET /v2.0/security-groups/b7df25d4-9a52-45ca-942b-a2b7512ac146 => generated 2886 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 209/412] 199.204.45.140 () {44 vars in 1010 bytes} [Tue Jun 23 07:00:56 2026] GET /v2.0/security-group-rules/073f0356-55be-4e4e-bb1b-068762e1e211 => generated 627 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 205/415] 199.204.45.140 () {44 vars in 974 bytes} [Tue Jun 23 07:01:09 2026] GET /v2.0/quotas/6626933dbedf45c1b7a4e48204e18577 => generated 291 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-23 07:02:12.288 7 INFO neutron.api.v2.resource [None req-ec39f291-2c93-4930-a2cc-5f453873a6b2 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 210/424] 199.204.45.140 () {44 vars in 1073 bytes} [Tue Jun 23 07:02:12 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=9d76ccadbba54ce38d7fcef1d0cb980e => generated 139 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 215/425] 199.204.45.140 () {44 vars in 1096 bytes} [Tue Jun 23 07:02:12 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=9d76ccadbba54ce38d7fcef1d0cb980e => generated 4072 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 211/426] 199.204.45.140 () {44 vars in 1087 bytes} [Tue Jun 23 07:02:13 2026] GET /v2.0/security-groups/fd7b0d4b-fbc7-4366-9e42-2113d5a8f293?project_id=9d76ccadbba54ce38d7fcef1d0cb980e => generated 4075 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 216/427] 199.204.45.140 () {44 vars in 1000 bytes} [Tue Jun 23 07:02:13 2026] GET /v2.0/security-groups/fd7b0d4b-fbc7-4366-9e42-2113d5a8f293 => generated 4075 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 212/428] 199.204.45.140 () {44 vars in 1010 bytes} [Tue Jun 23 07:02:13 2026] GET /v2.0/security-group-rules/0004de37-ff53-4174-bca3-0d6a5c453d59 => generated 597 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 217/429] 199.204.45.140 () {44 vars in 1087 bytes} [Tue Jun 23 07:02:14 2026] GET /v2.0/security-groups/fd7b0d4b-fbc7-4366-9e42-2113d5a8f293?project_id=9d76ccadbba54ce38d7fcef1d0cb980e => 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: 213/430] 199.204.45.140 () {44 vars in 1000 bytes} [Tue Jun 23 07:02:14 2026] GET /v2.0/security-groups/fd7b0d4b-fbc7-4366-9e42-2113d5a8f293 => generated 4075 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 218/431] 199.204.45.140 () {44 vars in 1010 bytes} [Tue Jun 23 07:02:14 2026] GET /v2.0/security-group-rules/161889c8-8ffa-4950-84eb-f51555aedb67 => generated 599 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 214/432] 199.204.45.140 () {44 vars in 1087 bytes} [Tue Jun 23 07:02:15 2026] GET /v2.0/security-groups/fd7b0d4b-fbc7-4366-9e42-2113d5a8f293?project_id=9d76ccadbba54ce38d7fcef1d0cb980e => generated 4075 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 219/433] 199.204.45.140 () {44 vars in 1000 bytes} [Tue Jun 23 07:02:15 2026] GET /v2.0/security-groups/fd7b0d4b-fbc7-4366-9e42-2113d5a8f293 => generated 4075 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 215/434] 199.204.45.140 () {44 vars in 1010 bytes} [Tue Jun 23 07:02:15 2026] GET /v2.0/security-group-rules/b2ce7b4a-afd5-41bb-a55c-c8f10378477c => generated 601 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 220/435] 199.204.45.140 () {44 vars in 1087 bytes} [Tue Jun 23 07:02:16 2026] GET /v2.0/security-groups/fd7b0d4b-fbc7-4366-9e42-2113d5a8f293?project_id=9d76ccadbba54ce38d7fcef1d0cb980e => generated 4075 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 216/436] 199.204.45.140 () {44 vars in 1000 bytes} [Tue Jun 23 07:02:16 2026] GET /v2.0/security-groups/fd7b0d4b-fbc7-4366-9e42-2113d5a8f293 => generated 4075 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 221/437] 199.204.45.140 () {44 vars in 1010 bytes} [Tue Jun 23 07:02:16 2026] GET /v2.0/security-group-rules/cebf4b39-4a24-42df-9e8f-d7e48871f681 => generated 602 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 223/440] 199.204.45.140 () {44 vars in 974 bytes} [Tue Jun 23 07:02:25 2026] GET /v2.0/quotas/9d76ccadbba54ce38d7fcef1d0cb980e => generated 291 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 228/449] 199.204.45.140 () {44 vars in 948 bytes} [Tue Jun 23 07:03:25 2026] GET /v2.0/networks?name=public => generated 753 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 232/456] 10.0.0.45 () {32 vars in 648 bytes} [Tue Jun 23 07:04:08 2026] GET /v2.0/networks => generated 2168 bytes in 166 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 225/457] 10.0.0.45 () {32 vars in 654 bytes} [Tue Jun 23 07:04:10 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: 233/458] 10.0.0.45 () {32 vars in 646 bytes} [Tue Jun 23 07:04:10 2026] GET /v2.0/routers => generated 15 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 226/459] 10.0.0.45 () {32 vars in 642 bytes} [Tue Jun 23 07:04:10 2026] GET /v2.0/ports => generated 4725 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 234/460] 10.0.0.45 () {32 vars in 646 bytes} [Tue Jun 23 07:04:10 2026] GET /v2.0/subnets => generated 1308 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 227/461] 10.0.0.45 () {32 vars in 648 bytes} [Tue Jun 23 07:04:10 2026] GET /v2.0/networks => generated 2168 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 235/462] 10.0.0.45 () {32 vars in 662 bytes} [Tue Jun 23 07:04:10 2026] GET /v2.0/security-groups => generated 17401 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 228/463] 10.0.0.45 () {32 vars in 654 bytes} [Tue Jun 23 07:04:10 2026] GET /v2.0/subnetpools => generated 19 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-23 07:04:22.976 7 INFO neutron.db.segments_db [None req-701ccfe8-8101-4171-b102-13977148504e 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] Added segment eb5a9799-ace2-409b-82a7-45c2b3d2d540 of type vxlan for network 1423eb61-f96c-4641-ab56-18aeb4c6bf19 2026-06-23 07:04:23.027 8 INFO neutron.db.segments_db [None req-43d1a6b7-11db-4f85-a1ed-e292a2127702 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] Added segment 83fd3ccd-38e4-435e-a185-12eba6e1cb45 of type vxlan for network b2173b8f-a8b3-4ef6-b4aa-8ce3657c84a4 [pid: 7|app: 0|req: 230/466] 10.0.0.45 () {34 vars in 670 bytes} [Tue Jun 23 07:04:22 2026] POST /v2.0/networks => generated 732 bytes in 399 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 237/467] 10.0.0.45 () {34 vars in 670 bytes} [Tue Jun 23 07:04:22 2026] POST /v2.0/networks => generated 724 bytes in 318 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 238/468] 10.0.0.45 () {34 vars in 668 bytes} [Tue Jun 23 07:04:23 2026] POST /v2.0/subnets => generated 698 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-23 07:04:23.282 7 INFO neutron.db.segments_db [None req-e22d4b89-597c-4690-8581-381420f0643b 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] Added segment 0221d91e-5699-436c-ba1a-79865ddb509e of type vxlan for network 204136a0-e502-4be0-8138-224c36264858 [pid: 7|app: 0|req: 231/469] 10.0.0.45 () {34 vars in 670 bytes} [Tue Jun 23 07:04:23 2026] POST /v2.0/networks => generated 725 bytes in 297 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-23 07:04:23.424 7 INFO neutron.db.segments_db [None req-b7ccf4f4-5cbe-46ef-9bf7-649f4b19477b 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] Added segment 2e4c1cd5-bb9d-4d41-827b-f2bb7865ec1b of type vxlan for network 489ba6d5-3efe-41ce-aeb8-62148598c280 [pid: 8|app: 0|req: 239/470] 10.0.0.45 () {34 vars in 668 bytes} [Tue Jun 23 07:04:23 2026] POST /v2.0/subnets => generated 691 bytes in 196 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 240/471] 10.0.0.45 () {34 vars in 668 bytes} [Tue Jun 23 07:04:23 2026] POST /v2.0/subnets => generated 691 bytes in 207 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-23 07:04:23.690 7 INFO neutron.db.l3_hamode_db [None req-b7ccf4f4-5cbe-46ef-9bf7-649f4b19477b 11f9e573eed2441388928bca76ba2e15 7a1f842d415a4a779e7d41d1803dac4c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-23 07:04:23.709 8 INFO neutron.db.segments_db [None req-6dcaa590-a772-4c13-8eef-8931cdd06e7e 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] Added segment 1f874102-e697-4d85-8d79-ed8b0cc40381 of type vxlan for network fffe776c-66aa-4500-a103-edf775d455b9 2026-06-23 07:04:23.953 8 INFO neutron.db.l3_hamode_db [None req-6dcaa590-a772-4c13-8eef-8931cdd06e7e 11f9e573eed2441388928bca76ba2e15 e4d4760d20d042f9829796c58ff2e64a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-23 07:04:24.670 7 INFO neutron.db.l3_hamode_db [None req-b7ccf4f4-5cbe-46ef-9bf7-649f4b19477b 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-23 07:04:24.970 8 INFO neutron.db.l3_hamode_db [None req-6dcaa590-a772-4c13-8eef-8931cdd06e7e 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 232/472] 10.0.0.45 () {34 vars in 668 bytes} [Tue Jun 23 07:04:23 2026] POST /v2.0/routers => generated 738 bytes in 2668 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 233/473] 10.0.0.45 () {32 vars in 773 bytes} [Tue Jun 23 07:04:26 2026] GET /v2.0/security-groups?tenant_id=06fe5d6b2a3d4820b7e6d2d544dedf19&name=default => generated 2921 bytes in 280 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 241/474] 10.0.0.45 () {34 vars in 668 bytes} [Tue Jun 23 07:04:23 2026] POST /v2.0/routers => generated 731 bytes in 2678 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-23 07:04:26.368 7 INFO neutron.db.segments_db [None req-8539ff03-e189-4187-9918-d86d14e0f79b 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] Added segment f71dc353-5972-44e4-8140-117b1da544d6 of type vxlan for network 8af46f75-9ef6-48f5-8fd4-ed3ccfed76fb 2026-06-23 07:04:26.657 7 INFO neutron.db.l3_hamode_db [None req-8539ff03-e189-4187-9918-d86d14e0f79b 11f9e573eed2441388928bca76ba2e15 345552a5175a4ee6a7c62e0741b89a22 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-23 07:04:27.401 7 INFO neutron.db.l3_hamode_db [None req-8539ff03-e189-4187-9918-d86d14e0f79b 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 242/475] 10.0.0.45 () {34 vars in 782 bytes} [Tue Jun 23 07:04:26 2026] PUT /v2.0/routers/1b6c42ee-bbc0-4922-9267-cc39c40492d4/add_router_interface => generated 309 bytes in 1349 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 243/476] 10.0.0.45 () {32 vars in 739 bytes} [Tue Jun 23 07:04:27 2026] DELETE /v2.0/security-groups/191f6b3d-20d4-44e3-bca2-3d1014d9697b => 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: 234/477] 10.0.0.45 () {34 vars in 668 bytes} [Tue Jun 23 07:04:26 2026] POST /v2.0/routers => generated 731 bytes in 2081 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 244/478] 10.0.0.45 () {34 vars in 782 bytes} [Tue Jun 23 07:04:27 2026] PUT /v2.0/routers/86bac981-7272-439a-86e9-32b195bf8f3a/add_router_interface => generated 309 bytes in 1114 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 245/479] 10.0.0.45 () {34 vars in 684 bytes} [Tue Jun 23 07:04:28 2026] POST /v2.0/security-groups => generated 1658 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 246/480] 10.0.0.45 () {34 vars in 694 bytes} [Tue Jun 23 07:04:29 2026] POST /v2.0/security-group-rules => generated 597 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 247/481] 10.0.0.45 () {34 vars in 694 bytes} [Tue Jun 23 07:04:29 2026] POST /v2.0/security-group-rules => generated 602 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 235/482] 10.0.0.45 () {34 vars in 782 bytes} [Tue Jun 23 07:04:28 2026] PUT /v2.0/routers/b329954e-3487-470b-96f5-74e7426feb14/add_router_interface => generated 309 bytes in 1279 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 248/483] 10.0.0.45 () {34 vars in 675 bytes} [Tue Jun 23 07:04:29 2026] POST /v2.0/floatingips => generated 552 bytes in 597 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-23 07:04:29.944 7 INFO neutron.db.segments_db [None req-9430c303-d020-45e9-9889-bfab3ee18670 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] Added segment 42caeb11-569d-4096-9cc2-a90f86397596 of type vxlan for network 0db514b2-ea63-4b80-876a-e80d851310de [pid: 7|app: 0|req: 236/484] 10.0.0.45 () {34 vars in 670 bytes} [Tue Jun 23 07:04:29 2026] POST /v2.0/networks => generated 730 bytes in 360 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 249/485] 10.0.0.45 () {34 vars in 684 bytes} [Tue Jun 23 07:04:29 2026] POST /v2.0/security-groups => generated 1661 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 250/486] 10.0.0.45 () {34 vars in 694 bytes} [Tue Jun 23 07:04:30 2026] POST /v2.0/security-group-rules => generated 597 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 237/487] 10.0.0.45 () {34 vars in 668 bytes} [Tue Jun 23 07:04:30 2026] POST /v2.0/subnets => generated 696 bytes in 200 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 251/488] 10.0.0.45 () {34 vars in 694 bytes} [Tue Jun 23 07:04:30 2026] POST /v2.0/security-group-rules => generated 602 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-23 07:04:30.305 7 INFO neutron.db.segments_db [None req-f0a53795-eafa-4c44-bf5e-b595c1c28f13 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] Added segment cff1fe3d-de92-4f92-85e8-dee93c834135 of type vxlan for network 68284d17-7358-4a6a-94a3-8856118a764c [pid: 8|app: 0|req: 252/489] 10.0.0.45 () {34 vars in 684 bytes} [Tue Jun 23 07:04:30 2026] POST /v2.0/security-groups => generated 1660 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-23 07:04:30.578 7 INFO neutron.db.l3_hamode_db [None req-f0a53795-eafa-4c44-bf5e-b595c1c28f13 11f9e573eed2441388928bca76ba2e15 2ddb6bd3179047a092019e030ffffc9d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 253/490] 10.0.0.45 () {34 vars in 675 bytes} [Tue Jun 23 07:04:30 2026] POST /v2.0/floatingips => generated 552 bytes in 437 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 254/491] 10.0.0.45 () {34 vars in 694 bytes} [Tue Jun 23 07:04:30 2026] POST /v2.0/security-group-rules => generated 597 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 255/492] 10.0.0.190 () {34 vars in 1098 bytes} [Tue Jun 23 07:04:30 2026] GET /v2.0/security-groups?name=tempest-securitygroup--624956586&fields=id&tenant_id=7a1f842d415a4a779e7d41d1803dac4c => generated 69 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 256/493] 10.0.0.45 () {34 vars in 694 bytes} [Tue Jun 23 07:04:31 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) [pid: 8|app: 0|req: 257/494] 10.0.0.190 () {34 vars in 982 bytes} [Tue Jun 23 07:04:31 2026] GET /v2.0/networks?id=1423eb61-f96c-4641-ab56-18aeb4c6bf19 => generated 683 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-23 07:04:31.324 7 INFO neutron.db.l3_hamode_db [None req-f0a53795-eafa-4c44-bf5e-b595c1c28f13 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 258/495] 10.0.0.45 () {34 vars in 675 bytes} [Tue Jun 23 07:04:31 2026] POST /v2.0/floatingips => generated 552 bytes in 547 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 259/496] 10.0.0.190 () {34 vars in 965 bytes} [Tue Jun 23 07:04:31 2026] GET /v2.0/quotas/7a1f842d415a4a779e7d41d1803dac4c => generated 292 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 260/497] 10.0.0.190 () {34 vars in 1100 bytes} [Tue Jun 23 07:04:31 2026] GET /v2.0/security-groups?name=tempest-securitygroup--2044294957&fields=id&tenant_id=e4d4760d20d042f9829796c58ff2e64a => generated 69 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 261/498] 10.0.0.190 () {34 vars in 1002 bytes} [Tue Jun 23 07:04:31 2026] GET /v2.0/ports?tenant_id=7a1f842d415a4a779e7d41d1803dac4c&fields=id => generated 103 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 262/499] 10.0.0.190 () {34 vars in 982 bytes} [Tue Jun 23 07:04:31 2026] GET /v2.0/networks?id=b2173b8f-a8b3-4ef6-b4aa-8ce3657c84a4 => generated 676 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 263/500] 10.0.0.190 () {34 vars in 965 bytes} [Tue Jun 23 07:04:31 2026] GET /v2.0/quotas/e4d4760d20d042f9829796c58ff2e64a => generated 292 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 264/501] 10.0.0.190 () {34 vars in 1002 bytes} [Tue Jun 23 07:04:31 2026] GET /v2.0/ports?tenant_id=e4d4760d20d042f9829796c58ff2e64a&fields=id => generated 57 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 238/502] 10.0.0.45 () {34 vars in 668 bytes} [Tue Jun 23 07:04:30 2026] POST /v2.0/routers => generated 736 bytes in 1955 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 239/503] 10.0.0.190 () {34 vars in 907 bytes} [Tue Jun 23 07:04:32 2026] GET /v2.0/extensions => generated 21537 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 240/504] 10.0.0.190 () {34 vars in 1008 bytes} [Tue Jun 23 07:04:32 2026] GET /v2.0/networks/1423eb61-f96c-4641-ab56-18aeb4c6bf19?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: 241/505] 10.0.0.190 () {34 vars in 1108 bytes} [Tue Jun 23 07:04:32 2026] GET /v2.0/networks/1423eb61-f96c-4641-ab56-18aeb4c6bf19?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: 242/506] 10.0.0.190 () {34 vars in 907 bytes} [Tue Jun 23 07:04:32 2026] GET /v2.0/extensions => generated 21537 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 243/507] 10.0.0.190 () {34 vars in 1008 bytes} [Tue Jun 23 07:04:32 2026] GET /v2.0/networks/b2173b8f-a8b3-4ef6-b4aa-8ce3657c84a4?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: 244/508] 10.0.0.190 () {34 vars in 1108 bytes} [Tue Jun 23 07:04:32 2026] GET /v2.0/networks/b2173b8f-a8b3-4ef6-b4aa-8ce3657c84a4?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: 245/509] 10.0.0.190 () {34 vars in 1098 bytes} [Tue Jun 23 07:04:32 2026] GET /v2.0/security-groups?name=tempest-securitygroup--887014670&fields=id&tenant_id=345552a5175a4ee6a7c62e0741b89a22 => generated 69 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 246/510] 10.0.0.190 () {34 vars in 982 bytes} [Tue Jun 23 07:04:32 2026] GET /v2.0/networks?id=204136a0-e502-4be0-8138-224c36264858 => generated 676 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 247/511] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:04:32 2026] GET /v2.0/ports?device_id=836e3c6d-15c5-415b-bc0e-4a4511feee96 => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 248/512] 10.0.0.190 () {34 vars in 965 bytes} [Tue Jun 23 07:04:32 2026] GET /v2.0/quotas/345552a5175a4ee6a7c62e0741b89a22 => generated 292 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 249/513] 10.0.0.190 () {34 vars in 1002 bytes} [Tue Jun 23 07:04:32 2026] GET /v2.0/ports?tenant_id=345552a5175a4ee6a7c62e0741b89a22&fields=id => generated 57 bytes in 385 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 250/514] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:04:33 2026] GET /v2.0/ports?device_id=5275b524-1a6f-4268-8330-3cd8633483fa => 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: 251/515] 10.0.0.190 () {34 vars in 1008 bytes} [Tue Jun 23 07:04:33 2026] GET /v2.0/networks/204136a0-e502-4be0-8138-224c36264858?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 252/516] 10.0.0.190 () {34 vars in 1108 bytes} [Tue Jun 23 07:04:33 2026] GET /v2.0/networks/204136a0-e502-4be0-8138-224c36264858?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: 253/517] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:04:33 2026] GET /v2.0/ports?device_id=572275bf-15cd-4aed-81d7-2996f615080b => generated 12 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 265/518] 10.0.0.45 () {34 vars in 782 bytes} [Tue Jun 23 07:04:32 2026] PUT /v2.0/routers/c9d5b505-e8da-4c91-a8f1-cfa76183d81b/add_router_interface => generated 309 bytes in 1630 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 254/519] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:04:33 2026] GET /v2.0/ports?device_id=836e3c6d-15c5-415b-bc0e-4a4511feee96 => 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: 266/520] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:04:34 2026] GET /v2.0/ports?device_id=5275b524-1a6f-4268-8330-3cd8633483fa => generated 12 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 255/521] 10.0.0.190 () {38 vars in 971 bytes} [Tue Jun 23 07:04:34 2026] POST /v2.0/security-groups => generated 1685 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 267/522] 10.0.0.190 () {34 vars in 991 bytes} [Tue Jun 23 07:04:34 2026] GET /v2.0/security-groups/fc20eff1-0b54-4269-b311-922e8e4d4c35 => generated 1685 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 268/523] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:04:34 2026] GET /v2.0/ports?device_id=572275bf-15cd-4aed-81d7-2996f615080b => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 256/524] 10.0.0.190 () {38 vars in 981 bytes} [Tue Jun 23 07:04:34 2026] POST /v2.0/security-group-rules => generated 614 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 269/525] 10.0.0.190 () {38 vars in 971 bytes} [Tue Jun 23 07:04:34 2026] POST /v2.0/security-groups => generated 1686 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 257/526] 10.0.0.190 () {34 vars in 991 bytes} [Tue Jun 23 07:04:34 2026] GET /v2.0/security-groups/5177f919-78fb-4bcb-8830-e9d92cddd836 => generated 1686 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 270/527] 10.0.0.190 () {38 vars in 981 bytes} [Tue Jun 23 07:04:34 2026] POST /v2.0/security-group-rules => generated 614 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 258/528] 10.0.0.190 () {34 vars in 991 bytes} [Tue Jun 23 07:04:34 2026] GET /v2.0/security-groups/5177f919-78fb-4bcb-8830-e9d92cddd836 => generated 2311 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 259/529] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:04:35 2026] GET /v2.0/ports?device_id=836e3c6d-15c5-415b-bc0e-4a4511feee96 => 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: 271/530] 10.0.0.190 () {38 vars in 981 bytes} [Tue Jun 23 07:04:35 2026] POST /v2.0/security-group-rules => generated 619 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 260/531] 10.0.0.190 () {34 vars in 991 bytes} [Tue Jun 23 07:04:35 2026] GET /v2.0/security-groups/5177f919-78fb-4bcb-8830-e9d92cddd836 => generated 2941 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 272/532] 10.0.0.190 () {34 vars in 1001 bytes} [Tue Jun 23 07:04:35 2026] GET /v2.0/security-group-rules/ca309518-4abf-4043-8ee8-e63eec4dc78f => generated 616 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 261/533] 10.0.0.190 () {34 vars in 991 bytes} [Tue Jun 23 07:04:35 2026] GET /v2.0/security-groups/5177f919-78fb-4bcb-8830-e9d92cddd836 => generated 2941 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 273/534] 10.0.0.190 () {36 vars in 1023 bytes} [Tue Jun 23 07:04:35 2026] DELETE /v2.0/security-group-rules/ca309518-4abf-4043-8ee8-e63eec4dc78f => 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: 262/535] 10.0.0.190 () {34 vars in 991 bytes} [Tue Jun 23 07:04:35 2026] GET /v2.0/security-groups/5177f919-78fb-4bcb-8830-e9d92cddd836 => generated 2311 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 263/536] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:04:35 2026] GET /v2.0/ports?device_id=5275b524-1a6f-4268-8330-3cd8633483fa => 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: 274/537] 10.0.0.190 () {36 vars in 1013 bytes} [Tue Jun 23 07:04:35 2026] DELETE /v2.0/security-groups/5177f919-78fb-4bcb-8830-e9d92cddd836 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 264/538] 10.0.0.190 () {34 vars in 991 bytes} [Tue Jun 23 07:04:35 2026] GET /v2.0/security-groups/fc20eff1-0b54-4269-b311-922e8e4d4c35 => generated 2310 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 275/539] 10.0.0.190 () {36 vars in 1013 bytes} [Tue Jun 23 07:04:35 2026] DELETE /v2.0/security-groups/fc20eff1-0b54-4269-b311-922e8e4d4c35 => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 265/540] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:04:35 2026] GET /v2.0/ports?device_id=572275bf-15cd-4aed-81d7-2996f615080b => 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: 266/541] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:04:36 2026] GET /v2.0/ports?device_id=836e3c6d-15c5-415b-bc0e-4a4511feee96 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-23 07:04:36.198 8 INFO neutron_taas.services.taas.taas_plugin [None req-28285a51-6ea3-493b-a7c7-4be98286988e 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] TaaS: Handle Delete Port: 4153bf8b-7157-44f1-8254-f481ebf98d55 2026-06-23 07:04:36.210 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-28285a51-6ea3-493b-a7c7-4be98286988e 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] Tap Mirror: Handle Delete Port: 4153bf8b-7157-44f1-8254-f481ebf98d55 [pid: 7|app: 0|req: 267/542] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:04:36 2026] GET /v2.0/ports?device_id=5275b524-1a6f-4268-8330-3cd8633483fa => 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: 276/543] 10.0.0.45 () {34 vars in 788 bytes} [Tue Jun 23 07:04:35 2026] PUT /v2.0/routers/c9d5b505-e8da-4c91-a8f1-cfa76183d81b/remove_router_interface => generated 309 bytes in 1065 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 277/544] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:04:36 2026] GET /v2.0/ports?device_id=572275bf-15cd-4aed-81d7-2996f615080b => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-23 07:04:36.980 7 INFO neutron_taas.services.taas.taas_plugin [None req-50ca97ec-9381-46f2-8fa1-7a49f1b7b52c 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] TaaS: Handle Delete Port: 6b67cc19-3c6c-47ea-ab47-ef6548ac1a09 2026-06-23 07:04:36.991 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-50ca97ec-9381-46f2-8fa1-7a49f1b7b52c 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] Tap Mirror: Handle Delete Port: 6b67cc19-3c6c-47ea-ab47-ef6548ac1a09 2026-06-23 07:04:37.281 7 INFO neutron_taas.services.taas.taas_plugin [None req-50ca97ec-9381-46f2-8fa1-7a49f1b7b52c 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] TaaS: Handle Delete Port: a673e841-ef41-49d4-9e0b-7c6d14139de0 2026-06-23 07:04:37.283 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-50ca97ec-9381-46f2-8fa1-7a49f1b7b52c 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] Tap Mirror: Handle Delete Port: a673e841-ef41-49d4-9e0b-7c6d14139de0 [pid: 8|app: 0|req: 280/547] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:04:37 2026] GET /v2.0/ports?device_id=836e3c6d-15c5-415b-bc0e-4a4511feee96 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-23 07:04:37.382 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-50ca97ec-9381-46f2-8fa1-7a49f1b7b52c 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - 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: 281/548] 199.204.45.140 () {34 vars in 986 bytes} [Tue Jun 23 07:04:37 2026] GET /v2.0/networks?id=1423eb61-f96c-4641-ab56-18aeb4c6bf19 => generated 683 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 282/549] 199.204.45.140 () {34 vars in 911 bytes} [Tue Jun 23 07:04:37 2026] GET /v2.0/extensions => generated 21537 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 283/550] 199.204.45.140 () {34 vars in 1050 bytes} [Tue Jun 23 07:04:37 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=7a1f842d415a4a779e7d41d1803dac4c => generated 180 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 284/551] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:04:37 2026] GET /v2.0/ports?device_id=5275b524-1a6f-4268-8330-3cd8633483fa => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-23 07:04:37.803 7 INFO neutron.db.l3_hamode_db [None req-50ca97ec-9381-46f2-8fa1-7a49f1b7b52c 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] HA network 68284d17-7358-4a6a-94a3-8856118a764c was deleted as no HA routers are present in tenant 2ddb6bd3179047a092019e030ffffc9d. [pid: 7|app: 0|req: 268/552] 10.0.0.45 () {32 vars in 723 bytes} [Tue Jun 23 07:04:36 2026] DELETE /v2.0/routers/c9d5b505-e8da-4c91-a8f1-cfa76183d81b => generated 0 bytes in 1059 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 269/553] 10.0.0.45 () {32 vars in 723 bytes} [Tue Jun 23 07:04:37 2026] DELETE /v2.0/subnets/9cb1a3fa-25c9-4c95-bc2e-b422c8895284 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 270/554] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:04:37 2026] GET /v2.0/ports?device_id=572275bf-15cd-4aed-81d7-2996f615080b => 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: 271/555] 10.0.0.45 () {32 vars in 725 bytes} [Tue Jun 23 07:04:37 2026] DELETE /v2.0/networks/0db514b2-ea63-4b80-876a-e80d851310de => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 285/556] 199.204.45.140 () {38 vars in 955 bytes} [Tue Jun 23 07:04:37 2026] POST /v2.0/ports => generated 954 bytes in 454 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-23 07:04:38.149 7 INFO neutron.services.segments.plugin [-] Segment cff1fe3d-de92-4f92-85e8-dee93c834135 resource provider aggregate not found 2026-06-23 07:04:38.164 7 INFO neutron.services.segments.plugin [-] Segment cff1fe3d-de92-4f92-85e8-dee93c834135 resource provider aggregate not found 2026-06-23 07:04:38.169 7 INFO neutron.services.segments.plugin [-] Segment cff1fe3d-de92-4f92-85e8-dee93c834135 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cff1fe3d-de92-4f92-85e8-dee93c834135 found for delete ", "request_id": "req-a81f29e2-23df-4ef9-bf24-6b49154d687b"}]} 2026-06-23 07:04:38.179 7 INFO neutron.services.segments.plugin [-] Segment cff1fe3d-de92-4f92-85e8-dee93c834135 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cff1fe3d-de92-4f92-85e8-dee93c834135 found for delete ", "request_id": "req-714faf27-23c0-4583-aead-07225e6940fb"}]} [pid: 7|app: 0|req: 272/557] 10.0.0.45 () {32 vars in 773 bytes} [Tue Jun 23 07:04:38 2026] GET /v2.0/security-groups?tenant_id=2ddb6bd3179047a092019e030ffffc9d&name=default => generated 2925 bytes in 26 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: 286/558] 10.0.0.45 () {32 vars in 739 bytes} [Tue Jun 23 07:04:38 2026] DELETE /v2.0/security-groups/54abf160-fe42-489f-842e-eb5765fa2d36 => 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: 273/559] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:04:38 2026] GET /v2.0/ports?device_id=836e3c6d-15c5-415b-bc0e-4a4511feee96 => generated 957 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 287/560] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 23 07:04:38 2026] GET /v2.0/security-groups?id=133578d8-cde9-44ee-a0b8-ff714c0cfe23&fields=id&fields=name => generated 113 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 288/561] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:04:38 2026] GET /v2.0/ports?device_id=5275b524-1a6f-4268-8330-3cd8633483fa => 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: 274/562] 199.204.45.140 () {38 vars in 1028 bytes} [Tue Jun 23 07:04:38 2026] PUT /v2.0/ports/d9e4efea-bf12-429a-98fd-72c7431099df => generated 1235 bytes in 469 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 289/563] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:04:39 2026] GET /v2.0/ports?device_id=572275bf-15cd-4aed-81d7-2996f615080b => generated 12 bytes in 15 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: 275/564] 199.204.45.140 () {34 vars in 986 bytes} [Tue Jun 23 07:04:39 2026] GET /v2.0/networks?id=b2173b8f-a8b3-4ef6-b4aa-8ce3657c84a4 => generated 676 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 290/565] 199.204.45.140 () {34 vars in 1050 bytes} [Tue Jun 23 07:04:39 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=e4d4760d20d042f9829796c58ff2e64a => generated 181 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 291/566] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:04:39 2026] GET /v2.0/ports?device_id=836e3c6d-15c5-415b-bc0e-4a4511feee96 => generated 969 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-23 07:04:39.696 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-30876d4d-fe8a-4308-9abf-fbc79a751768'] response: {'name': 'network-changed', 'server_uuid': '836e3c6d-15c5-415b-bc0e-4a4511feee96', 'tag': 'd9e4efea-bf12-429a-98fd-72c7431099df', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 292/567] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 23 07:04:39 2026] GET /v2.0/security-groups?id=133578d8-cde9-44ee-a0b8-ff714c0cfe23&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 276/568] 199.204.45.140 () {38 vars in 955 bytes} [Tue Jun 23 07:04:39 2026] POST /v2.0/ports => generated 958 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: 293/569] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:04:39 2026] GET /v2.0/ports?device_id=5275b524-1a6f-4268-8330-3cd8633483fa => generated 961 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 294/570] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 23 07:04:39 2026] GET /v2.0/security-groups?id=96ffb2d6-ea98-4938-9212-dce23cfb0d43&fields=id&fields=name => generated 114 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 295/571] 199.204.45.140 () {34 vars in 1080 bytes} [Tue Jun 23 07:04:40 2026] GET /v2.0/ports?tenant_id=7a1f842d415a4a779e7d41d1803dac4c&device_id=836e3c6d-15c5-415b-bc0e-4a4511feee96 => generated 1238 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 296/572] 199.204.45.140 () {34 vars in 1058 bytes} [Tue Jun 23 07:04:40 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=d9e4efea-bf12-429a-98fd-72c7431099df => generated 19 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 297/573] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:04:40 2026] GET /v2.0/ports?device_id=572275bf-15cd-4aed-81d7-2996f615080b => 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: 298/574] 199.204.45.140 () {34 vars in 984 bytes} [Tue Jun 23 07:04:40 2026] GET /v2.0/subnets?id=d897a673-4f98-4007-b71b-1a9dbc626150 => generated 701 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-23 07:04:40.192 7 INFO neutron.services.segments.plugin [-] Segment 42caeb11-569d-4096-9cc2-a90f86397596 resource provider aggregate not found 2026-06-23 07:04:40.197 7 INFO neutron.services.segments.plugin [-] Segment 42caeb11-569d-4096-9cc2-a90f86397596 resource provider aggregate not found 2026-06-23 07:04:40.214 7 INFO neutron.services.segments.plugin [-] Segment 42caeb11-569d-4096-9cc2-a90f86397596 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 42caeb11-569d-4096-9cc2-a90f86397596 found for delete ", "request_id": "req-33bbac44-c493-425f-a52a-b3997dff0a43"}]} 2026-06-23 07:04:40.218 7 INFO neutron.services.segments.plugin [-] Segment 42caeb11-569d-4096-9cc2-a90f86397596 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 42caeb11-569d-4096-9cc2-a90f86397596 found for delete ", "request_id": "req-8c5404af-4c8d-4bcb-ab86-14f2ff8e33c3"}]} [pid: 8|app: 0|req: 299/575] 199.204.45.140 () {34 vars in 1052 bytes} [Tue Jun 23 07:04:40 2026] GET /v2.0/ports?network_id=1423eb61-f96c-4641-ab56-18aeb4c6bf19&device_owner=network%3Adhcp => generated 1244 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 300/576] 199.204.45.140 () {34 vars in 1012 bytes} [Tue Jun 23 07:04:40 2026] GET /v2.0/networks/1423eb61-f96c-4641-ab56-18aeb4c6bf19?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: 301/577] 199.204.45.140 () {34 vars in 1112 bytes} [Tue Jun 23 07:04:40 2026] GET /v2.0/networks/1423eb61-f96c-4641-ab56-18aeb4c6bf19?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 277/578] 199.204.45.140 () {38 vars in 1028 bytes} [Tue Jun 23 07:04:39 2026] PUT /v2.0/ports/688b390d-5f05-4c99-a09d-8287a66e0218 => generated 1239 bytes in 445 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-23 07:04:40.581 8 INFO neutron.db.segments_db [None req-e8fcfd2a-756e-429b-a906-755fce47b47a 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] Added segment 685449ed-1cdb-4f61-a7b3-59ee80630a81 of type vxlan for network f970b694-498c-4b15-b1c7-4fbb20d63d44 [pid: 8|app: 0|req: 302/579] 10.0.0.45 () {34 vars in 670 bytes} [Tue Jun 23 07:04:40 2026] POST /v2.0/networks => generated 725 bytes in 323 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 278/580] 10.0.0.45 () {34 vars in 668 bytes} [Tue Jun 23 07:04:40 2026] POST /v2.0/subnets => generated 691 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 303/581] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:04:40 2026] GET /v2.0/ports?device_id=836e3c6d-15c5-415b-bc0e-4a4511feee96 => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 304/582] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 23 07:04:40 2026] GET /v2.0/security-groups?id=133578d8-cde9-44ee-a0b8-ff714c0cfe23&fields=id&fields=name => generated 113 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-23 07:04:40.867 7 INFO neutron.db.segments_db [None req-0adc7649-d757-44ab-b84b-c321c1fab54b 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] Added segment c334ea06-c460-418b-9fb1-bd82774b7fda of type vxlan for network 04700450-be60-452d-aaaf-af1de4231a11 [pid: 8|app: 0|req: 305/583] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:04:41 2026] GET /v2.0/ports?device_id=5275b524-1a6f-4268-8330-3cd8633483fa => generated 973 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 306/584] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 23 07:04:41 2026] GET /v2.0/security-groups?id=96ffb2d6-ea98-4938-9212-dce23cfb0d43&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-23 07:04:41.145 7 INFO neutron.db.l3_hamode_db [None req-0adc7649-d757-44ab-b84b-c321c1fab54b 11f9e573eed2441388928bca76ba2e15 6761daa1fef546bfbc3003ac81ee8e33 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 307/585] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:04:41 2026] GET /v2.0/ports?device_id=572275bf-15cd-4aed-81d7-2996f615080b => 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: 308/586] 199.204.45.140 () {34 vars in 1080 bytes} [Tue Jun 23 07:04:41 2026] GET /v2.0/ports?tenant_id=7a1f842d415a4a779e7d41d1803dac4c&device_id=836e3c6d-15c5-415b-bc0e-4a4511feee96 => generated 1238 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 309/587] 199.204.45.140 () {34 vars in 1080 bytes} [Tue Jun 23 07:04:41 2026] GET /v2.0/ports?tenant_id=e4d4760d20d042f9829796c58ff2e64a&device_id=5275b524-1a6f-4268-8330-3cd8633483fa => 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: 310/588] 199.204.45.140 () {34 vars in 986 bytes} [Tue Jun 23 07:04:41 2026] GET /v2.0/networks?id=1423eb61-f96c-4641-ab56-18aeb4c6bf19 => generated 779 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 311/589] 199.204.45.140 () {34 vars in 986 bytes} [Tue Jun 23 07:04:41 2026] GET /v2.0/networks?id=204136a0-e502-4be0-8138-224c36264858 => generated 676 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 312/590] 199.204.45.140 () {34 vars in 1060 bytes} [Tue Jun 23 07:04:41 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=688b390d-5f05-4c99-a09d-8287a66e0218 => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 313/591] 199.204.45.140 () {34 vars in 1058 bytes} [Tue Jun 23 07:04:41 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=d9e4efea-bf12-429a-98fd-72c7431099df => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 314/592] 199.204.45.140 () {34 vars in 1050 bytes} [Tue Jun 23 07:04:41 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=345552a5175a4ee6a7c62e0741b89a22 => generated 180 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 315/593] 199.204.45.140 () {34 vars in 984 bytes} [Tue Jun 23 07:04:41 2026] GET /v2.0/subnets?id=2b04d185-ad5d-4f01-bddc-f87c560d0cab => generated 694 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 316/594] 199.204.45.140 () {34 vars in 984 bytes} [Tue Jun 23 07:04:41 2026] GET /v2.0/subnets?id=d897a673-4f98-4007-b71b-1a9dbc626150 => generated 701 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-23 07:04:41.790 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8b3db4f7-3061-47f2-ac4f-37265a8a0a8a'] response: {'name': 'network-changed', 'server_uuid': '5275b524-1a6f-4268-8330-3cd8633483fa', 'tag': '688b390d-5f05-4c99-a09d-8287a66e0218', 'status': 'completed', 'code': 200} 2026-06-23 07:04:41.910 7 INFO neutron.db.l3_hamode_db [None req-0adc7649-d757-44ab-b84b-c321c1fab54b 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 317/595] 199.204.45.140 () {38 vars in 955 bytes} [Tue Jun 23 07:04:41 2026] POST /v2.0/ports => generated 958 bytes in 381 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 318/596] 199.204.45.140 () {34 vars in 1052 bytes} [Tue Jun 23 07:04:42 2026] GET /v2.0/ports?network_id=b2173b8f-a8b3-4ef6-b4aa-8ce3657c84a4&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: 319/597] 199.204.45.140 () {34 vars in 1052 bytes} [Tue Jun 23 07:04:42 2026] GET /v2.0/ports?network_id=1423eb61-f96c-4641-ab56-18aeb4c6bf19&device_owner=network%3Adhcp => generated 1244 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 320/598] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:04:42 2026] GET /v2.0/ports?device_id=836e3c6d-15c5-415b-bc0e-4a4511feee96 => 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: 321/599] 199.204.45.140 () {38 vars in 1028 bytes} [Tue Jun 23 07:04:42 2026] PUT /v2.0/ports/e62f9220-6600-4a75-afa3-2d04f78c2f45 => generated 1239 bytes in 458 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: 322/600] 199.204.45.140 () {34 vars in 1012 bytes} [Tue Jun 23 07:04:42 2026] GET /v2.0/networks/b2173b8f-a8b3-4ef6-b4aa-8ce3657c84a4?fields=segments => generated 14 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 323/601] 199.204.45.140 () {34 vars in 1012 bytes} [Tue Jun 23 07:04:42 2026] GET /v2.0/networks/1423eb61-f96c-4641-ab56-18aeb4c6bf19?fields=segments => generated 14 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 324/602] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 23 07:04:42 2026] GET /v2.0/security-groups?id=133578d8-cde9-44ee-a0b8-ff714c0cfe23&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 325/603] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:04:42 2026] GET /v2.0/ports?device_id=5275b524-1a6f-4268-8330-3cd8633483fa => generated 973 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 326/604] 199.204.45.140 () {34 vars in 1112 bytes} [Tue Jun 23 07:04:42 2026] GET /v2.0/networks/b2173b8f-a8b3-4ef6-b4aa-8ce3657c84a4?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: 279/605] 10.0.0.45 () {34 vars in 668 bytes} [Tue Jun 23 07:04:40 2026] POST /v2.0/routers => generated 731 bytes in 2058 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 327/606] 199.204.45.140 () {34 vars in 1112 bytes} [Tue Jun 23 07:04:42 2026] GET /v2.0/networks/1423eb61-f96c-4641-ab56-18aeb4c6bf19?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 280/607] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 23 07:04:42 2026] GET /v2.0/security-groups?id=96ffb2d6-ea98-4938-9212-dce23cfb0d43&fields=id&fields=name => generated 114 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 328/608] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:04:42 2026] GET /v2.0/ports?device_id=572275bf-15cd-4aed-81d7-2996f615080b => generated 973 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 329/609] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 23 07:04:42 2026] GET /v2.0/security-groups?id=9d4946ef-54bf-4a5f-8563-c1e0e81185b2&fields=id&fields=name => generated 113 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-23 07:04:43.126 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ad141b2f-f087-42aa-b4a5-2cc3af30b6e7'] response: {'name': 'network-changed', 'server_uuid': '572275bf-15cd-4aed-81d7-2996f615080b', 'tag': 'e62f9220-6600-4a75-afa3-2d04f78c2f45', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 330/610] 199.204.45.140 () {34 vars in 1080 bytes} [Tue Jun 23 07:04:43 2026] GET /v2.0/ports?tenant_id=345552a5175a4ee6a7c62e0741b89a22&device_id=572275bf-15cd-4aed-81d7-2996f615080b => 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: 331/611] 199.204.45.140 () {34 vars in 1060 bytes} [Tue Jun 23 07:04:43 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=e62f9220-6600-4a75-afa3-2d04f78c2f45 => 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: 332/612] 199.204.45.140 () {34 vars in 984 bytes} [Tue Jun 23 07:04:43 2026] GET /v2.0/subnets?id=eaff4383-db96-4df4-8d79-02c9821eb8dc => generated 694 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 333/613] 199.204.45.140 () {34 vars in 1052 bytes} [Tue Jun 23 07:04:43 2026] GET /v2.0/ports?network_id=204136a0-e502-4be0-8138-224c36264858&device_owner=network%3Adhcp => generated 1244 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 334/614] 199.204.45.140 () {34 vars in 1012 bytes} [Tue Jun 23 07:04:43 2026] GET /v2.0/networks/204136a0-e502-4be0-8138-224c36264858?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: 335/615] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:04:43 2026] GET /v2.0/ports?device_id=836e3c6d-15c5-415b-bc0e-4a4511feee96 => generated 969 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 336/616] 199.204.45.140 () {34 vars in 1080 bytes} [Tue Jun 23 07:04:44 2026] GET /v2.0/ports?tenant_id=e4d4760d20d042f9829796c58ff2e64a&device_id=5275b524-1a6f-4268-8330-3cd8633483fa => 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: 337/617] 199.204.45.140 () {34 vars in 1112 bytes} [Tue Jun 23 07:04:44 2026] GET /v2.0/networks/204136a0-e502-4be0-8138-224c36264858?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 338/618] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 23 07:04:44 2026] GET /v2.0/security-groups?id=133578d8-cde9-44ee-a0b8-ff714c0cfe23&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 339/619] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:04:44 2026] GET /v2.0/ports?device_id=5275b524-1a6f-4268-8330-3cd8633483fa => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 340/620] 199.204.45.140 () {34 vars in 986 bytes} [Tue Jun 23 07:04:44 2026] GET /v2.0/networks?id=b2173b8f-a8b3-4ef6-b4aa-8ce3657c84a4 => generated 771 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 341/621] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 23 07:04:44 2026] GET /v2.0/security-groups?id=96ffb2d6-ea98-4938-9212-dce23cfb0d43&fields=id&fields=name => generated 114 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 342/622] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:04:44 2026] GET /v2.0/ports?device_id=572275bf-15cd-4aed-81d7-2996f615080b => generated 973 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 343/623] 199.204.45.140 () {34 vars in 1060 bytes} [Tue Jun 23 07:04:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=688b390d-5f05-4c99-a09d-8287a66e0218 => generated 19 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 281/624] 10.0.0.45 () {34 vars in 782 bytes} [Tue Jun 23 07:04:42 2026] PUT /v2.0/routers/cc290f7b-ea64-44f0-80af-13497a6db9cc/add_router_interface => generated 309 bytes in 1387 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 344/625] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 23 07:04:44 2026] GET /v2.0/security-groups?id=9d4946ef-54bf-4a5f-8563-c1e0e81185b2&fields=id&fields=name => generated 113 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 282/626] 199.204.45.140 () {34 vars in 984 bytes} [Tue Jun 23 07:04:44 2026] GET /v2.0/subnets?id=2b04d185-ad5d-4f01-bddc-f87c560d0cab => generated 694 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 345/627] 199.204.45.140 () {34 vars in 1052 bytes} [Tue Jun 23 07:04:44 2026] GET /v2.0/ports?network_id=b2173b8f-a8b3-4ef6-b4aa-8ce3657c84a4&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: 283/628] 199.204.45.140 () {34 vars in 1012 bytes} [Tue Jun 23 07:04:44 2026] GET /v2.0/networks/b2173b8f-a8b3-4ef6-b4aa-8ce3657c84a4?fields=segments => generated 14 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 346/629] 199.204.45.140 () {34 vars in 1112 bytes} [Tue Jun 23 07:04:44 2026] GET /v2.0/networks/b2173b8f-a8b3-4ef6-b4aa-8ce3657c84a4?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: 284/630] 10.0.0.190 () {38 vars in 971 bytes} [Tue Jun 23 07:04:44 2026] POST /v2.0/security-groups => generated 1680 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 347/631] 10.0.0.190 () {38 vars in 971 bytes} [Tue Jun 23 07:04:45 2026] POST /v2.0/security-groups => generated 1682 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 285/632] 199.204.45.140 () {34 vars in 1080 bytes} [Tue Jun 23 07:04:45 2026] GET /v2.0/ports?tenant_id=345552a5175a4ee6a7c62e0741b89a22&device_id=572275bf-15cd-4aed-81d7-2996f615080b => generated 1242 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 348/633] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:04:45 2026] GET /v2.0/ports?device_id=836e3c6d-15c5-415b-bc0e-4a4511feee96 => generated 969 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 349/634] 199.204.45.140 () {34 vars in 986 bytes} [Tue Jun 23 07:04:45 2026] GET /v2.0/networks?id=204136a0-e502-4be0-8138-224c36264858 => generated 772 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 350/635] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 23 07:04:45 2026] GET /v2.0/security-groups?id=133578d8-cde9-44ee-a0b8-ff714c0cfe23&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: 8|app: 0|req: 351/636] 199.204.45.140 () {34 vars in 1060 bytes} [Tue Jun 23 07:04:45 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=e62f9220-6600-4a75-afa3-2d04f78c2f45 => generated 19 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 286/637] 10.0.0.190 () {38 vars in 971 bytes} [Tue Jun 23 07:04:45 2026] POST /v2.0/security-groups => generated 1681 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 352/638] 199.204.45.140 () {34 vars in 984 bytes} [Tue Jun 23 07:04:45 2026] GET /v2.0/subnets?id=eaff4383-db96-4df4-8d79-02c9821eb8dc => generated 694 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 353/639] 199.204.45.140 () {34 vars in 1052 bytes} [Tue Jun 23 07:04:45 2026] GET /v2.0/ports?network_id=204136a0-e502-4be0-8138-224c36264858&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: 287/640] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:04:45 2026] GET /v2.0/ports?device_id=5275b524-1a6f-4268-8330-3cd8633483fa => generated 973 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 354/641] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:04:45 2026] GET /v2.0/ports?device_id=572275bf-15cd-4aed-81d7-2996f615080b => generated 973 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 355/642] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 23 07:04:45 2026] GET /v2.0/security-groups?id=96ffb2d6-ea98-4938-9212-dce23cfb0d43&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: 288/643] 199.204.45.140 () {34 vars in 1012 bytes} [Tue Jun 23 07:04:45 2026] GET /v2.0/networks/204136a0-e502-4be0-8138-224c36264858?fields=segments => generated 14 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 356/644] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 23 07:04:45 2026] GET /v2.0/security-groups?id=9d4946ef-54bf-4a5f-8563-c1e0e81185b2&fields=id&fields=name => generated 113 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 289/645] 199.204.45.140 () {34 vars in 1112 bytes} [Tue Jun 23 07:04:45 2026] GET /v2.0/networks/204136a0-e502-4be0-8138-224c36264858?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 357/646] 10.0.0.190 () {34 vars in 1002 bytes} [Tue Jun 23 07:04:45 2026] GET /v2.0/security-groups?tenant_id=6761daa1fef546bfbc3003ac81ee8e33 => generated 7908 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 290/647] 10.0.0.190 () {34 vars in 991 bytes} [Tue Jun 23 07:04:45 2026] GET /v2.0/security-groups/17752393-47e9-4bf1-9edc-2ca204aded07 => generated 2922 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 358/648] 10.0.0.190 () {34 vars in 991 bytes} [Tue Jun 23 07:04:45 2026] GET /v2.0/security-groups/17752393-47e9-4bf1-9edc-2ca204aded07 => generated 2922 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 291/649] 10.0.0.190 () {34 vars in 991 bytes} [Tue Jun 23 07:04:45 2026] GET /v2.0/security-groups/545ddff7-e489-4063-88ba-9783b7e7ca78 => generated 1680 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 359/650] 10.0.0.190 () {36 vars in 1013 bytes} [Tue Jun 23 07:04:45 2026] DELETE /v2.0/security-groups/545ddff7-e489-4063-88ba-9783b7e7ca78 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-23 07:04:45.956 7 INFO neutron.api.v2.resource [req-f97f1c63-e61f-416b-89b7-af0e1e816c46 req-7135447f-5cce-4b97-a35c-1b420f1f7588 21a55f19113a48b19d00a74bee7de02b 6761daa1fef546bfbc3003ac81ee8e33 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 292/651] 10.0.0.190 () {34 vars in 991 bytes} [Tue Jun 23 07:04:45 2026] GET /v2.0/security-groups/545ddff7-e489-4063-88ba-9783b7e7ca78 => generated 146 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 360/652] 10.0.0.190 () {34 vars in 991 bytes} [Tue Jun 23 07:04:45 2026] GET /v2.0/security-groups/1797f428-fdb0-4f75-a16f-15111bbde094 => generated 1682 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 293/653] 10.0.0.190 () {36 vars in 1013 bytes} [Tue Jun 23 07:04:46 2026] DELETE /v2.0/security-groups/1797f428-fdb0-4f75-a16f-15111bbde094 => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-23 07:04:46.136 8 INFO neutron.api.v2.resource [req-b6f7b220-4831-4aa6-bfd3-f523daab30ed req-00e040b3-a057-4f7b-b1f9-ef65499a86be 21a55f19113a48b19d00a74bee7de02b 6761daa1fef546bfbc3003ac81ee8e33 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 361/654] 10.0.0.190 () {34 vars in 991 bytes} [Tue Jun 23 07:04:46 2026] GET /v2.0/security-groups/1797f428-fdb0-4f75-a16f-15111bbde094 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 294/655] 10.0.0.190 () {34 vars in 991 bytes} [Tue Jun 23 07:04:46 2026] GET /v2.0/security-groups/0849f095-720a-4262-a6de-ee38ff7ab756 => generated 1681 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 362/656] 10.0.0.190 () {36 vars in 1013 bytes} [Tue Jun 23 07:04:46 2026] DELETE /v2.0/security-groups/0849f095-720a-4262-a6de-ee38ff7ab756 => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-23 07:04:46.297 7 INFO neutron.api.v2.resource [req-e0bda8b4-5c9a-4894-9389-ed5fc3eb8c6d req-d514beff-7c83-40b0-8103-5285c74e674a 21a55f19113a48b19d00a74bee7de02b 6761daa1fef546bfbc3003ac81ee8e33 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 295/657] 10.0.0.190 () {34 vars in 991 bytes} [Tue Jun 23 07:04:46 2026] GET /v2.0/security-groups/0849f095-720a-4262-a6de-ee38ff7ab756 => generated 146 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 363/658] 10.0.0.190 () {34 vars in 1002 bytes} [Tue Jun 23 07:04:46 2026] GET /v2.0/security-groups?tenant_id=6761daa1fef546bfbc3003ac81ee8e33 => 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: 296/659] 10.0.0.190 () {34 vars in 991 bytes} [Tue Jun 23 07:04:46 2026] GET /v2.0/security-groups/17752393-47e9-4bf1-9edc-2ca204aded07 => generated 2922 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 297/660] 10.0.0.190 () {34 vars in 991 bytes} [Tue Jun 23 07:04:46 2026] GET /v2.0/security-groups/17752393-47e9-4bf1-9edc-2ca204aded07 => generated 2922 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 364/661] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:04:46 2026] GET /v2.0/ports?device_id=836e3c6d-15c5-415b-bc0e-4a4511feee96 => generated 969 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-23 07:04:46.490 8 INFO neutron.api.v2.resource [req-e5960ddd-554d-47b2-bf02-73a28472913a req-71f44dee-f11d-4a97-8d56-eefec2d74d8b 21a55f19113a48b19d00a74bee7de02b 6761daa1fef546bfbc3003ac81ee8e33 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 365/662] 10.0.0.190 () {34 vars in 991 bytes} [Tue Jun 23 07:04:46 2026] GET /v2.0/security-groups/0849f095-720a-4262-a6de-ee38ff7ab756 => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 298/663] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 23 07:04:46 2026] GET /v2.0/security-groups?id=133578d8-cde9-44ee-a0b8-ff714c0cfe23&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-23 07:04:46.530 8 INFO neutron.api.v2.resource [req-18e89d69-b0f5-4a27-8357-4b78da55b9e6 req-84fd8b44-4e04-4b83-835e-9a5d0be2d679 21a55f19113a48b19d00a74bee7de02b 6761daa1fef546bfbc3003ac81ee8e33 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 366/664] 10.0.0.190 () {34 vars in 991 bytes} [Tue Jun 23 07:04:46 2026] GET /v2.0/security-groups/1797f428-fdb0-4f75-a16f-15111bbde094 => generated 146 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-23 07:04:46.574 7 INFO neutron.api.v2.resource [req-f060e1b4-1587-4669-8682-7ad18f2eb70a req-cf4a7b04-6544-4677-b016-736e6a327d4c 21a55f19113a48b19d00a74bee7de02b 6761daa1fef546bfbc3003ac81ee8e33 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 299/665] 10.0.0.190 () {34 vars in 991 bytes} [Tue Jun 23 07:04:46 2026] GET /v2.0/security-groups/545ddff7-e489-4063-88ba-9783b7e7ca78 => generated 146 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 300/666] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:04:46 2026] GET /v2.0/ports?device_id=5275b524-1a6f-4268-8330-3cd8633483fa => generated 973 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 301/667] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 23 07:04:46 2026] GET /v2.0/security-groups?id=96ffb2d6-ea98-4938-9212-dce23cfb0d43&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: 7|app: 0|req: 302/668] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:04:46 2026] GET /v2.0/ports?device_id=572275bf-15cd-4aed-81d7-2996f615080b => generated 973 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 303/669] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 23 07:04:46 2026] GET /v2.0/security-groups?id=9d4946ef-54bf-4a5f-8563-c1e0e81185b2&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-23 07:04:46.968 8 INFO neutron_taas.services.taas.taas_plugin [None req-abbd8d89-7686-4620-9f8d-045e6497e235 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] TaaS: Handle Delete Port: 9a75536d-0de0-4ecb-8529-c588e7460ab0 2026-06-23 07:04:46.971 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-abbd8d89-7686-4620-9f8d-045e6497e235 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] Tap Mirror: Handle Delete Port: 9a75536d-0de0-4ecb-8529-c588e7460ab0 [pid: 8|app: 0|req: 367/670] 10.0.0.45 () {34 vars in 788 bytes} [Tue Jun 23 07:04:46 2026] PUT /v2.0/routers/cc290f7b-ea64-44f0-80af-13497a6db9cc/remove_router_interface => generated 309 bytes in 978 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 368/671] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:04:47 2026] GET /v2.0/ports?device_id=836e3c6d-15c5-415b-bc0e-4a4511feee96 => generated 969 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 369/672] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 23 07:04:47 2026] GET /v2.0/security-groups?id=133578d8-cde9-44ee-a0b8-ff714c0cfe23&fields=id&fields=name => generated 113 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-23 07:04:47.805 7 INFO neutron_taas.services.taas.taas_plugin [None req-f4b35038-e31a-40c0-ae3f-1ac6cd68e9b3 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] TaaS: Handle Delete Port: 3a4b907d-7a8e-4030-92d7-fa0c911bcf47 2026-06-23 07:04:47.808 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f4b35038-e31a-40c0-ae3f-1ac6cd68e9b3 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] Tap Mirror: Handle Delete Port: 3a4b907d-7a8e-4030-92d7-fa0c911bcf47 [pid: 8|app: 0|req: 370/673] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:04:47 2026] GET /v2.0/ports?device_id=5275b524-1a6f-4268-8330-3cd8633483fa => generated 973 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 371/674] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 23 07:04:47 2026] GET /v2.0/security-groups?id=96ffb2d6-ea98-4938-9212-dce23cfb0d43&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: 372/675] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:04:47 2026] GET /v2.0/ports?device_id=572275bf-15cd-4aed-81d7-2996f615080b => generated 973 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 373/676] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 23 07:04:48 2026] GET /v2.0/security-groups?id=9d4946ef-54bf-4a5f-8563-c1e0e81185b2&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-23 07:04:48.097 7 INFO neutron_taas.services.taas.taas_plugin [None req-f4b35038-e31a-40c0-ae3f-1ac6cd68e9b3 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] TaaS: Handle Delete Port: d76dfb81-52fc-4a95-812c-36a7eb6af031 2026-06-23 07:04:48.099 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f4b35038-e31a-40c0-ae3f-1ac6cd68e9b3 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] Tap Mirror: Handle Delete Port: d76dfb81-52fc-4a95-812c-36a7eb6af031 2026-06-23 07:04:48.476 7 INFO neutron.services.segments.plugin [-] Segment c334ea06-c460-418b-9fb1-bd82774b7fda resource provider aggregate not found 2026-06-23 07:04:48.484 7 INFO neutron.services.segments.plugin [-] Segment c334ea06-c460-418b-9fb1-bd82774b7fda resource provider aggregate not found 2026-06-23 07:04:48.496 7 INFO neutron.services.segments.plugin [-] Segment c334ea06-c460-418b-9fb1-bd82774b7fda resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c334ea06-c460-418b-9fb1-bd82774b7fda found for delete ", "request_id": "req-f96ce2f7-c356-4478-a849-e7452bc80825"}]} 2026-06-23 07:04:48.505 7 INFO neutron.services.segments.plugin [-] Segment c334ea06-c460-418b-9fb1-bd82774b7fda resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c334ea06-c460-418b-9fb1-bd82774b7fda found for delete ", "request_id": "req-fbacfcc3-d321-43e6-99e4-e03d7deba7a4"}]} 2026-06-23 07:04:48.519 7 INFO neutron.db.l3_hamode_db [None req-f4b35038-e31a-40c0-ae3f-1ac6cd68e9b3 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] HA network 04700450-be60-452d-aaaf-af1de4231a11 was deleted as no HA routers are present in tenant 6761daa1fef546bfbc3003ac81ee8e33. [pid: 7|app: 0|req: 304/677] 10.0.0.45 () {32 vars in 723 bytes} [Tue Jun 23 07:04:47 2026] DELETE /v2.0/routers/cc290f7b-ea64-44f0-80af-13497a6db9cc => generated 0 bytes in 958 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 374/678] 10.0.0.45 () {32 vars in 723 bytes} [Tue Jun 23 07:04:48 2026] DELETE /v2.0/subnets/dc320504-84f6-4145-bfb5-e57d06c594d7 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 305/679] 10.0.0.45 () {32 vars in 725 bytes} [Tue Jun 23 07:04:48 2026] DELETE /v2.0/networks/f970b694-498c-4b15-b1c7-4fbb20d63d44 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 375/680] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:04:48 2026] GET /v2.0/ports?device_id=836e3c6d-15c5-415b-bc0e-4a4511feee96 => generated 969 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 306/681] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 23 07:04:48 2026] GET /v2.0/security-groups?id=133578d8-cde9-44ee-a0b8-ff714c0cfe23&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: 376/682] 10.0.0.45 () {32 vars in 773 bytes} [Tue Jun 23 07:04:48 2026] GET /v2.0/security-groups?tenant_id=6761daa1fef546bfbc3003ac81ee8e33&name=default => generated 2925 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 377/683] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:04:48 2026] GET /v2.0/ports?device_id=5275b524-1a6f-4268-8330-3cd8633483fa => generated 973 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 307/684] 10.0.0.45 () {32 vars in 739 bytes} [Tue Jun 23 07:04:48 2026] DELETE /v2.0/security-groups/17752393-47e9-4bf1-9edc-2ca204aded07 => 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: 378/685] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 23 07:04:49 2026] GET /v2.0/security-groups?id=96ffb2d6-ea98-4938-9212-dce23cfb0d43&fields=id&fields=name => generated 114 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 308/686] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:04:49 2026] GET /v2.0/ports?device_id=572275bf-15cd-4aed-81d7-2996f615080b => generated 975 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 379/687] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 23 07:04:49 2026] GET /v2.0/security-groups?id=9d4946ef-54bf-4a5f-8563-c1e0e81185b2&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: 309/688] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:04:49 2026] GET /v2.0/ports?device_id=836e3c6d-15c5-415b-bc0e-4a4511feee96 => generated 971 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 380/689] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 23 07:04:50 2026] GET /v2.0/security-groups?id=133578d8-cde9-44ee-a0b8-ff714c0cfe23&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: 310/690] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:04:50 2026] GET /v2.0/ports?device_id=5275b524-1a6f-4268-8330-3cd8633483fa => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 381/691] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 23 07:04:50 2026] GET /v2.0/security-groups?id=96ffb2d6-ea98-4938-9212-dce23cfb0d43&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: 311/692] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:04:50 2026] GET /v2.0/ports?device_id=572275bf-15cd-4aed-81d7-2996f615080b => 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: 382/693] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 23 07:04:50 2026] GET /v2.0/security-groups?id=9d4946ef-54bf-4a5f-8563-c1e0e81185b2&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-23 07:04:50.527 7 INFO neutron.services.segments.plugin [-] Segment 685449ed-1cdb-4f61-a7b3-59ee80630a81 resource provider aggregate not found 2026-06-23 07:04:50.531 7 INFO neutron.services.segments.plugin [-] Segment 685449ed-1cdb-4f61-a7b3-59ee80630a81 resource provider aggregate not found 2026-06-23 07:04:50.552 7 INFO neutron.services.segments.plugin [-] Segment 685449ed-1cdb-4f61-a7b3-59ee80630a81 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 685449ed-1cdb-4f61-a7b3-59ee80630a81 found for delete ", "request_id": "req-af5239f0-9abb-4b15-aa8c-0fc42b26a014"}]} 2026-06-23 07:04:50.552 7 INFO neutron.services.segments.plugin [-] Segment 685449ed-1cdb-4f61-a7b3-59ee80630a81 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 685449ed-1cdb-4f61-a7b3-59ee80630a81 found for delete ", "request_id": "req-4c42e7be-911a-44cb-9d30-b99a4c5ee107"}]} [pid: 7|app: 0|req: 312/694] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:04:51 2026] GET /v2.0/ports?device_id=836e3c6d-15c5-415b-bc0e-4a4511feee96 => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 383/695] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 23 07:04:51 2026] GET /v2.0/security-groups?id=133578d8-cde9-44ee-a0b8-ff714c0cfe23&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 313/696] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:04:51 2026] GET /v2.0/ports?device_id=5275b524-1a6f-4268-8330-3cd8633483fa => generated 975 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 384/697] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 23 07:04:51 2026] GET /v2.0/security-groups?id=96ffb2d6-ea98-4938-9212-dce23cfb0d43&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: 314/698] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:04:51 2026] GET /v2.0/ports?device_id=572275bf-15cd-4aed-81d7-2996f615080b => generated 975 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 385/699] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 23 07:04:51 2026] GET /v2.0/security-groups?id=9d4946ef-54bf-4a5f-8563-c1e0e81185b2&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: 315/700] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:04:51 2026] GET /v2.0/ports?device_id=572275bf-15cd-4aed-81d7-2996f615080b => 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: 318/703] 10.0.0.45 () {32 vars in 773 bytes} [Tue Jun 23 07:04:52 2026] GET /v2.0/security-groups?tenant_id=d3a7b513c874468792e624fffc6e54fd&name=default => generated 2925 bytes in 324 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 319/704] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:04:52 2026] GET /v2.0/ports?device_id=836e3c6d-15c5-415b-bc0e-4a4511feee96 => generated 971 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-23 07:04:52.624 8 INFO neutron.db.l3_db [None req-a4fb1fb9-7fb5-489e-a106-b1f458f7b3aa 9058146a98284b518247db81143e5e9f 345552a5175a4ee6a7c62e0741b89a22 - - default default] Floating IP 2fae2ef7-284e-4bd9-9a44-101c00e8a71b associated. External IP: 10.96.250.208, port: e62f9220-6600-4a75-afa3-2d04f78c2f45. [pid: 7|app: 0|req: 320/705] 10.0.0.45 () {32 vars in 739 bytes} [Tue Jun 23 07:04:52 2026] DELETE /v2.0/security-groups/80d076ff-11c0-4bf9-8466-3d0944eca7e9 => 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: 321/706] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 23 07:04:52 2026] GET /v2.0/security-groups?id=133578d8-cde9-44ee-a0b8-ff714c0cfe23&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: 322/707] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:04:52 2026] GET /v2.0/ports?device_id=5275b524-1a6f-4268-8330-3cd8633483fa => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 323/708] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 23 07:04:52 2026] GET /v2.0/security-groups?id=96ffb2d6-ea98-4938-9212-dce23cfb0d43&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 386/709] 10.0.0.45 () {34 vars in 748 bytes} [Tue Jun 23 07:04:51 2026] PUT /v2.0/floatingips/2fae2ef7-284e-4bd9-9a44-101c00e8a71b => generated 856 bytes in 1312 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-23 07:04:53.096 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-459db5fe-f232-439a-9fff-2b57f92dafa9'] response: {'name': 'network-changed', 'server_uuid': '572275bf-15cd-4aed-81d7-2996f615080b', 'tag': 'e62f9220-6600-4a75-afa3-2d04f78c2f45', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 324/710] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:04:53 2026] GET /v2.0/ports?device_id=572275bf-15cd-4aed-81d7-2996f615080b => generated 975 bytes in 193 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 387/711] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 23 07:04:53 2026] GET /v2.0/security-groups?id=9d4946ef-54bf-4a5f-8563-c1e0e81185b2&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: 325/712] 199.204.45.140 () {34 vars in 1080 bytes} [Tue Jun 23 07:04:53 2026] GET /v2.0/ports?tenant_id=345552a5175a4ee6a7c62e0741b89a22&device_id=572275bf-15cd-4aed-81d7-2996f615080b => 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: 388/713] 199.204.45.140 () {34 vars in 986 bytes} [Tue Jun 23 07:04:53 2026] GET /v2.0/networks?id=204136a0-e502-4be0-8138-224c36264858 => generated 772 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 326/714] 199.204.45.140 () {34 vars in 1060 bytes} [Tue Jun 23 07:04:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=e62f9220-6600-4a75-afa3-2d04f78c2f45 => generated 859 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 327/715] 199.204.45.140 () {34 vars in 984 bytes} [Tue Jun 23 07:04:53 2026] GET /v2.0/subnets?id=eaff4383-db96-4df4-8d79-02c9821eb8dc => generated 694 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 328/716] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:04:53 2026] GET /v2.0/ports?device_id=836e3c6d-15c5-415b-bc0e-4a4511feee96 => generated 971 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 389/717] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:04:53 2026] GET /v2.0/ports?device_id=572275bf-15cd-4aed-81d7-2996f615080b => generated 975 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 390/718] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 23 07:04:53 2026] GET /v2.0/security-groups?id=9d4946ef-54bf-4a5f-8563-c1e0e81185b2&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 329/719] 199.204.45.140 () {34 vars in 1052 bytes} [Tue Jun 23 07:04:53 2026] GET /v2.0/ports?network_id=204136a0-e502-4be0-8138-224c36264858&device_owner=network%3Adhcp => generated 1244 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 391/720] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 23 07:04:53 2026] GET /v2.0/security-groups?id=133578d8-cde9-44ee-a0b8-ff714c0cfe23&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: 330/721] 199.204.45.140 () {34 vars in 1012 bytes} [Tue Jun 23 07:04:53 2026] GET /v2.0/networks/204136a0-e502-4be0-8138-224c36264858?fields=segments => generated 14 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 392/722] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:04:53 2026] GET /v2.0/ports?device_id=5275b524-1a6f-4268-8330-3cd8633483fa => generated 975 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 331/723] 199.204.45.140 () {34 vars in 1112 bytes} [Tue Jun 23 07:04:54 2026] GET /v2.0/networks/204136a0-e502-4be0-8138-224c36264858?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: 332/724] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 23 07:04:54 2026] GET /v2.0/security-groups?id=96ffb2d6-ea98-4938-9212-dce23cfb0d43&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: 393/725] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:04:54 2026] GET /v2.0/ports?device_id=836e3c6d-15c5-415b-bc0e-4a4511feee96 => generated 971 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 394/726] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:04:54 2026] GET /v2.0/ports?device_id=5275b524-1a6f-4268-8330-3cd8633483fa => generated 975 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-23 07:04:54.684 8 INFO neutron.db.l3_db [None req-7525985a-4afd-482b-a3f5-8f3a502883d4 37ed7c3d64c4486facbea49b62067c26 e4d4760d20d042f9829796c58ff2e64a - - default default] Floating IP 8e9d75be-21a8-4c36-93da-415a85efd224 associated. External IP: 10.96.250.211, port: 688b390d-5f05-4c99-a09d-8287a66e0218. 2026-06-23 07:04:55.015 7 INFO neutron.db.l3_db [None req-7c20e42f-86a0-4785-aad0-08b7ee6d3c87 3681537ade014141a203fee326fb1b76 7a1f842d415a4a779e7d41d1803dac4c - - default default] Floating IP 3c61ebce-94ce-4257-a674-e27f7e811a10 associated. External IP: 10.96.250.219, port: d9e4efea-bf12-429a-98fd-72c7431099df. [pid: 8|app: 0|req: 395/727] 10.0.0.45 () {34 vars in 748 bytes} [Tue Jun 23 07:04:54 2026] PUT /v2.0/floatingips/8e9d75be-21a8-4c36-93da-415a85efd224 => generated 856 bytes in 765 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 396/728] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:04:55 2026] GET /v2.0/ports?device_id=572275bf-15cd-4aed-81d7-2996f615080b => generated 975 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 397/729] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 23 07:04:55 2026] GET /v2.0/security-groups?id=9d4946ef-54bf-4a5f-8563-c1e0e81185b2&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-23 07:04:55.151 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-06e2027f-da5c-4c96-a610-1079b45d523d'] response: {'name': 'network-changed', 'server_uuid': '5275b524-1a6f-4268-8330-3cd8633483fa', 'tag': '688b390d-5f05-4c99-a09d-8287a66e0218', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 333/730] 10.0.0.45 () {34 vars in 748 bytes} [Tue Jun 23 07:04:54 2026] PUT /v2.0/floatingips/3c61ebce-94ce-4257-a674-e27f7e811a10 => generated 855 bytes in 1208 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-23 07:04:55.458 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-5853d3f8-6dbf-480d-8b3d-38fa198caf39'] response: {'name': 'network-changed', 'server_uuid': '836e3c6d-15c5-415b-bc0e-4a4511feee96', 'tag': 'd9e4efea-bf12-429a-98fd-72c7431099df', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 398/731] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:04:55 2026] GET /v2.0/ports?device_id=836e3c6d-15c5-415b-bc0e-4a4511feee96 => generated 971 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 334/732] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 23 07:04:55 2026] GET /v2.0/security-groups?id=133578d8-cde9-44ee-a0b8-ff714c0cfe23&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: 399/733] 199.204.45.140 () {34 vars in 1080 bytes} [Tue Jun 23 07:04:55 2026] GET /v2.0/ports?tenant_id=e4d4760d20d042f9829796c58ff2e64a&device_id=5275b524-1a6f-4268-8330-3cd8633483fa => 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: 335/734] 199.204.45.140 () {34 vars in 986 bytes} [Tue Jun 23 07:04:55 2026] GET /v2.0/networks?id=b2173b8f-a8b3-4ef6-b4aa-8ce3657c84a4 => generated 771 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 400/735] 199.204.45.140 () {34 vars in 1060 bytes} [Tue Jun 23 07:04:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=688b390d-5f05-4c99-a09d-8287a66e0218 => generated 859 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 336/736] 199.204.45.140 () {34 vars in 984 bytes} [Tue Jun 23 07:04:55 2026] GET /v2.0/subnets?id=2b04d185-ad5d-4f01-bddc-f87c560d0cab => generated 694 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 401/737] 199.204.45.140 () {34 vars in 1052 bytes} [Tue Jun 23 07:04:55 2026] GET /v2.0/ports?network_id=b2173b8f-a8b3-4ef6-b4aa-8ce3657c84a4&device_owner=network%3Adhcp => generated 1244 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 337/738] 199.204.45.140 () {34 vars in 1012 bytes} [Tue Jun 23 07:04:55 2026] GET /v2.0/networks/b2173b8f-a8b3-4ef6-b4aa-8ce3657c84a4?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: 402/739] 199.204.45.140 () {34 vars in 1080 bytes} [Tue Jun 23 07:04:55 2026] GET /v2.0/ports?tenant_id=7a1f842d415a4a779e7d41d1803dac4c&device_id=836e3c6d-15c5-415b-bc0e-4a4511feee96 => generated 1240 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 338/740] 199.204.45.140 () {34 vars in 1112 bytes} [Tue Jun 23 07:04:55 2026] GET /v2.0/networks/b2173b8f-a8b3-4ef6-b4aa-8ce3657c84a4?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 403/741] 199.204.45.140 () {34 vars in 986 bytes} [Tue Jun 23 07:04:56 2026] GET /v2.0/networks?id=1423eb61-f96c-4641-ab56-18aeb4c6bf19 => generated 779 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 339/742] 199.204.45.140 () {34 vars in 1058 bytes} [Tue Jun 23 07:04:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=d9e4efea-bf12-429a-98fd-72c7431099df => generated 858 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 404/743] 199.204.45.140 () {34 vars in 994 bytes} [Tue Jun 23 07:04:56 2026] GET /v2.0/ports?device_id=572275bf-15cd-4aed-81d7-2996f615080b => 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: 340/744] 199.204.45.140 () {34 vars in 984 bytes} [Tue Jun 23 07:04:56 2026] GET /v2.0/subnets?id=d897a673-4f98-4007-b71b-1a9dbc626150 => generated 701 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 341/745] 199.204.45.140 () {34 vars in 1052 bytes} [Tue Jun 23 07:04:56 2026] GET /v2.0/ports?network_id=1423eb61-f96c-4641-ab56-18aeb4c6bf19&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: 342/746] 199.204.45.140 () {34 vars in 1012 bytes} [Tue Jun 23 07:04:56 2026] GET /v2.0/networks/1423eb61-f96c-4641-ab56-18aeb4c6bf19?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: 343/747] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:04:56 2026] GET /v2.0/ports?device_id=572275bf-15cd-4aed-81d7-2996f615080b => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-23 07:04:56.317 8 INFO neutron_taas.services.taas.taas_plugin [req-e2f130b0-59b1-4d24-a7a0-ded11e830734 req-f2d02cb8-9699-4ac0-8cde-9303a9428b86 9058146a98284b518247db81143e5e9f 345552a5175a4ee6a7c62e0741b89a22 - - default default] TaaS: Handle Delete Port: e62f9220-6600-4a75-afa3-2d04f78c2f45 2026-06-23 07:04:56.324 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-e2f130b0-59b1-4d24-a7a0-ded11e830734 req-f2d02cb8-9699-4ac0-8cde-9303a9428b86 9058146a98284b518247db81143e5e9f 345552a5175a4ee6a7c62e0741b89a22 - - default default] Tap Mirror: Handle Delete Port: e62f9220-6600-4a75-afa3-2d04f78c2f45 [pid: 7|app: 0|req: 344/748] 199.204.45.140 () {34 vars in 1112 bytes} [Tue Jun 23 07:04:56 2026] GET /v2.0/networks/1423eb61-f96c-4641-ab56-18aeb4c6bf19?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: 345/749] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 23 07:04:56 2026] GET /v2.0/security-groups?id=9d4946ef-54bf-4a5f-8563-c1e0e81185b2&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-23 07:04:56.513 8 INFO neutron.db.l3_db [req-e2f130b0-59b1-4d24-a7a0-ded11e830734 req-f2d02cb8-9699-4ac0-8cde-9303a9428b86 9058146a98284b518247db81143e5e9f 345552a5175a4ee6a7c62e0741b89a22 - - default default] Floating IP 2fae2ef7-284e-4bd9-9a44-101c00e8a71b disassociated. External IP: 10.96.250.208, port: e62f9220-6600-4a75-afa3-2d04f78c2f45. [pid: 8|app: 0|req: 405/750] 199.204.45.140 () {36 vars in 997 bytes} [Tue Jun 23 07:04:56 2026] DELETE /v2.0/ports/e62f9220-6600-4a75-afa3-2d04f78c2f45 => generated 0 bytes in 816 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-23 07:04:57.191 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-29e7eb3c-3cce-447b-9b1a-b90f023d25a6'] response: {'server_uuid': '572275bf-15cd-4aed-81d7-2996f615080b', 'name': 'network-vif-deleted', 'tag': 'e62f9220-6600-4a75-afa3-2d04f78c2f45', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 346/751] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:04:57 2026] GET /v2.0/ports?device_id=572275bf-15cd-4aed-81d7-2996f615080b => 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: 406/752] 10.0.0.45 () {32 vars in 773 bytes} [Tue Jun 23 07:04:57 2026] GET /v2.0/security-groups?tenant_id=90274fe9df09448b83758f09d3c39571&name=default => generated 2925 bytes in 276 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 347/753] 10.0.0.45 () {32 vars in 739 bytes} [Tue Jun 23 07:04:57 2026] DELETE /v2.0/security-groups/66ae6d9b-aa7e-4b50-bc36-578a339cee97 => 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: 407/754] 10.0.0.45 () {32 vars in 773 bytes} [Tue Jun 23 07:04:57 2026] GET /v2.0/security-groups?tenant_id=55e12c6054884c5f8517eae66f2785a2&name=default => generated 2925 bytes in 167 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 348/755] 10.0.0.45 () {32 vars in 739 bytes} [Tue Jun 23 07:04:58 2026] DELETE /v2.0/security-groups/b556a2d7-5006-46d1-bddc-4d8732709ea5 => 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: 408/756] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:04:58 2026] GET /v2.0/ports?device_id=572275bf-15cd-4aed-81d7-2996f615080b => 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: 349/757] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:04:59 2026] GET /v2.0/ports?device_id=572275bf-15cd-4aed-81d7-2996f615080b => 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: 409/758] 10.0.0.45 () {32 vars in 739 bytes} [Tue Jun 23 07:05:00 2026] DELETE /v2.0/security-groups/9d4946ef-54bf-4a5f-8563-c1e0e81185b2 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-23 07:05:00.896 7 INFO neutron.api.v2.resource [None req-7b81c7b4-040e-44d2-a205-52e98bf0af56 9058146a98284b518247db81143e5e9f 345552a5175a4ee6a7c62e0741b89a22 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 350/759] 10.0.0.45 () {32 vars in 736 bytes} [Tue Jun 23 07:05:00 2026] GET /v2.0/security-groups/9d4946ef-54bf-4a5f-8563-c1e0e81185b2 => generated 146 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-23 07:05:01.042 7 INFO neutron_taas.services.taas.taas_plugin [None req-92864ae6-02c8-44ff-9f1e-455e4b211c73 9058146a98284b518247db81143e5e9f 345552a5175a4ee6a7c62e0741b89a22 - - default default] TaaS: Handle Delete Port: bf1ac741-b0c7-4016-99a7-9058ad122ef5 2026-06-23 07:05:01.046 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-92864ae6-02c8-44ff-9f1e-455e4b211c73 9058146a98284b518247db81143e5e9f 345552a5175a4ee6a7c62e0741b89a22 - - default default] Tap Mirror: Handle Delete Port: bf1ac741-b0c7-4016-99a7-9058ad122ef5 [pid: 8|app: 0|req: 410/760] 10.0.0.45 () {32 vars in 773 bytes} [Tue Jun 23 07:05:00 2026] GET /v2.0/security-groups?tenant_id=7b0449f8cd794d85a63072fd0123d9d8&name=default => generated 2925 bytes in 350 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 351/761] 10.0.0.45 () {32 vars in 731 bytes} [Tue Jun 23 07:05:00 2026] DELETE /v2.0/floatingips/2fae2ef7-284e-4bd9-9a44-101c00e8a71b => generated 0 bytes in 371 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 411/762] 10.0.0.45 () {32 vars in 739 bytes} [Tue Jun 23 07:05:01 2026] DELETE /v2.0/security-groups/494c70f5-1406-42c2-aa43-4881403d7ea3 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-23 07:05:01.808 7 INFO neutron_taas.services.taas.taas_plugin [None req-be55790a-206d-4348-80dc-59a4f2513471 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] TaaS: Handle Delete Port: b1c0e828-3151-4c97-8eb6-ed34145b9cc9 2026-06-23 07:05:01.817 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-be55790a-206d-4348-80dc-59a4f2513471 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] Tap Mirror: Handle Delete Port: b1c0e828-3151-4c97-8eb6-ed34145b9cc9 [pid: 7|app: 0|req: 352/763] 10.0.0.45 () {34 vars in 788 bytes} [Tue Jun 23 07:05:01 2026] PUT /v2.0/routers/b329954e-3487-470b-96f5-74e7426feb14/remove_router_interface => generated 309 bytes in 1161 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-23 07:05:02.653 8 INFO neutron_taas.services.taas.taas_plugin [None req-dd0ef878-c007-44a9-a006-dfb480d31e35 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] TaaS: Handle Delete Port: ccdb4c5f-346d-4b31-aebf-8dccbe606796 2026-06-23 07:05:02.656 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dd0ef878-c007-44a9-a006-dfb480d31e35 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] Tap Mirror: Handle Delete Port: ccdb4c5f-346d-4b31-aebf-8dccbe606796 2026-06-23 07:05:02.901 8 INFO neutron_taas.services.taas.taas_plugin [None req-dd0ef878-c007-44a9-a006-dfb480d31e35 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] TaaS: Handle Delete Port: 857a9fe0-299b-4060-b707-51b6d5a57b79 2026-06-23 07:05:02.903 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dd0ef878-c007-44a9-a006-dfb480d31e35 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] Tap Mirror: Handle Delete Port: 857a9fe0-299b-4060-b707-51b6d5a57b79 2026-06-23 07:05:02.988 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-dd0ef878-c007-44a9-a006-dfb480d31e35 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - 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-23 07:05:03.406 8 INFO neutron.db.l3_hamode_db [None req-dd0ef878-c007-44a9-a006-dfb480d31e35 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] HA network 8af46f75-9ef6-48f5-8fd4-ed3ccfed76fb was deleted as no HA routers are present in tenant 345552a5175a4ee6a7c62e0741b89a22. [pid: 8|app: 0|req: 412/764] 10.0.0.45 () {32 vars in 723 bytes} [Tue Jun 23 07:05:02 2026] DELETE /v2.0/routers/b329954e-3487-470b-96f5-74e7426feb14 => generated 0 bytes in 963 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 353/765] 10.0.0.45 () {32 vars in 723 bytes} [Tue Jun 23 07:05:03 2026] DELETE /v2.0/subnets/eaff4383-db96-4df4-8d79-02c9821eb8dc => generated 0 bytes in 249 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-23 07:05:03.804 8 INFO neutron_taas.services.taas.taas_plugin [None req-10013b40-488f-4ae4-b1a3-1afc59067597 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] TaaS: Handle Delete Port: 44e5577f-0e3d-4de3-ac3c-2f8e9d05bc7b 2026-06-23 07:05:03.807 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-10013b40-488f-4ae4-b1a3-1afc59067597 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] Tap Mirror: Handle Delete Port: 44e5577f-0e3d-4de3-ac3c-2f8e9d05bc7b 2026-06-23 07:05:03.905 8 INFO neutron.services.segments.plugin [-] Segment f71dc353-5972-44e4-8140-117b1da544d6 resource provider aggregate not found 2026-06-23 07:05:03.916 8 INFO neutron.services.segments.plugin [-] Segment f71dc353-5972-44e4-8140-117b1da544d6 resource provider aggregate not found 2026-06-23 07:05:03.935 8 INFO neutron.services.segments.plugin [-] Segment f71dc353-5972-44e4-8140-117b1da544d6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f71dc353-5972-44e4-8140-117b1da544d6 found for delete ", "request_id": "req-c6170468-680c-4ccb-9c58-6461d644fa39"}]} 2026-06-23 07:05:03.936 8 INFO neutron.services.segments.plugin [-] Segment f71dc353-5972-44e4-8140-117b1da544d6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f71dc353-5972-44e4-8140-117b1da544d6 found for delete ", "request_id": "req-2844a1a9-c437-4dd3-85ea-9c0b78b9966f"}]} [pid: 8|app: 0|req: 413/766] 10.0.0.45 () {32 vars in 725 bytes} [Tue Jun 23 07:05:03 2026] DELETE /v2.0/networks/204136a0-e502-4be0-8138-224c36264858 => generated 0 bytes in 374 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 414/767] 10.0.0.45 () {32 vars in 773 bytes} [Tue Jun 23 07:05:04 2026] GET /v2.0/security-groups?tenant_id=345552a5175a4ee6a7c62e0741b89a22&name=default => generated 2921 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 354/768] 10.0.0.45 () {32 vars in 773 bytes} [Tue Jun 23 07:05:03 2026] GET /v2.0/security-groups?tenant_id=5a6dfe04decf4283860c3d920f9f4d39&name=default => generated 2925 bytes in 233 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 415/769] 10.0.0.45 () {32 vars in 739 bytes} [Tue Jun 23 07:05:04 2026] DELETE /v2.0/security-groups/a03bc5d6-6704-4c75-b1f1-8415fa891337 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 355/770] 10.0.0.45 () {32 vars in 739 bytes} [Tue Jun 23 07:05:04 2026] DELETE /v2.0/security-groups/3c72ac5a-ccc1-44bd-abec-8b7395632fbf => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-23 07:05:05.977 8 INFO neutron.services.segments.plugin [-] Segment 0221d91e-5699-436c-ba1a-79865ddb509e resource provider aggregate not found 2026-06-23 07:05:05.990 8 INFO neutron.services.segments.plugin [-] Segment 0221d91e-5699-436c-ba1a-79865ddb509e resource provider aggregate not found [pid: 7|app: 0|req: 356/771] 10.0.0.82 () {34 vars in 989 bytes} [Tue Jun 23 07:05:05 2026] GET /v2.0/ports?device_id=836e3c6d-15c5-415b-bc0e-4a4511feee96 => generated 1240 bytes in 233 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-23 07:05:06.021 8 INFO neutron.services.segments.plugin [-] Segment 0221d91e-5699-436c-ba1a-79865ddb509e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0221d91e-5699-436c-ba1a-79865ddb509e found for delete ", "request_id": "req-48343d37-33eb-49b4-8391-0b0eacc9dd0c"}]} [pid: 8|app: 0|req: 416/772] 10.0.0.82 () {34 vars in 989 bytes} [Tue Jun 23 07:05:05 2026] GET /v2.0/ports?device_id=5275b524-1a6f-4268-8330-3cd8633483fa => generated 1244 bytes in 256 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-23 07:05:06.029 8 INFO neutron.services.segments.plugin [-] Segment 0221d91e-5699-436c-ba1a-79865ddb509e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0221d91e-5699-436c-ba1a-79865ddb509e found for delete ", "request_id": "req-be74f5e7-c14e-4d96-a483-6218e40fcb2b"}]} [pid: 7|app: 0|req: 357/773] 10.0.0.82 () {34 vars in 1039 bytes} [Tue Jun 23 07:05:06 2026] GET /v2.0/security-groups?id=133578d8-cde9-44ee-a0b8-ff714c0cfe23&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: 417/774] 10.0.0.82 () {34 vars in 1039 bytes} [Tue Jun 23 07:05:06 2026] GET /v2.0/security-groups?id=96ffb2d6-ea98-4938-9212-dce23cfb0d43&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-23 07:05:06.805 7 INFO neutron.db.segments_db [None req-76cad9ee-76f0-4f1f-8e3c-18425cc25cab a978b763b1d2445ebf2dd8979854859f e070c3e1b7334106a26082914f04091b - - default default] Added segment 070d9a4b-ca16-44f4-9365-a1b32d588308 of type vxlan for network 6e0cf7d3-73bd-46a6-a317-fe6e4a3608cc 2026-06-23 07:05:06.904 7 INFO neutron.db.segments_db [None req-76cad9ee-76f0-4f1f-8e3c-18425cc25cab a978b763b1d2445ebf2dd8979854859f e070c3e1b7334106a26082914f04091b - - default default] Added segment dbfc83df-0a47-4337-a031-e6d5a4aafd6e of type vxlan for network 4ddccc73-8440-4e78-a36d-f0ed753c3b37 [pid: 7|app: 0|req: 358/777] 10.0.0.45 () {34 vars in 669 bytes} [Tue Jun 23 07:05:06 2026] POST /v2.0/networks => generated 1206 bytes in 717 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 420/778] 10.0.0.45 () {32 vars in 648 bytes} [Tue Jun 23 07:05:07 2026] GET /v2.0/networks => generated 1843 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-23 07:05:07.307 7 INFO neutron.services.segments.plugin [-] Segment 070d9a4b-ca16-44f4-9365-a1b32d588308 resource provider aggregate not found 2026-06-23 07:05:07.312 7 INFO neutron.services.segments.plugin [-] Segment 070d9a4b-ca16-44f4-9365-a1b32d588308 resource provider aggregate not found 2026-06-23 07:05:07.340 7 INFO neutron.services.segments.plugin [-] Segment 070d9a4b-ca16-44f4-9365-a1b32d588308 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 070d9a4b-ca16-44f4-9365-a1b32d588308 found for delete ", "request_id": "req-3c08147c-cd29-40e0-b756-3e1561de5445"}]} 2026-06-23 07:05:07.341 7 INFO neutron.services.segments.plugin [-] Segment 070d9a4b-ca16-44f4-9365-a1b32d588308 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 070d9a4b-ca16-44f4-9365-a1b32d588308 found for delete ", "request_id": "req-0142a28c-2a41-4271-95ac-56678e2920e1"}]} [pid: 7|app: 0|req: 359/779] 10.0.0.45 () {32 vars in 725 bytes} [Tue Jun 23 07:05:07 2026] DELETE /v2.0/networks/6e0cf7d3-73bd-46a6-a317-fe6e4a3608cc => generated 0 bytes in 201 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 421/780] 10.0.0.45 () {32 vars in 725 bytes} [Tue Jun 23 07:05:07 2026] DELETE /v2.0/networks/4ddccc73-8440-4e78-a36d-f0ed753c3b37 => generated 0 bytes in 187 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 360/781] 10.0.0.45 () {32 vars in 648 bytes} [Tue Jun 23 07:05:07 2026] GET /v2.0/networks => generated 651 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-23 07:05:07.704 8 INFO neutron.db.segments_db [None req-78ae430d-7469-41d5-89e9-b7c8c8083f54 a978b763b1d2445ebf2dd8979854859f e070c3e1b7334106a26082914f04091b - - default default] Added segment d6c114ad-3725-41a6-885d-ba9cd6009a03 of type vxlan for network a595cba1-d89c-461c-9d66-63541bcefc28 [pid: 8|app: 0|req: 422/782] 10.0.0.45 () {34 vars in 669 bytes} [Tue Jun 23 07:05:07 2026] POST /v2.0/networks => generated 631 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-23 07:05:07.885 7 INFO neutron.db.segments_db [None req-e8f50891-e0bf-4180-9b3f-7e3015e47a0d a978b763b1d2445ebf2dd8979854859f e070c3e1b7334106a26082914f04091b - - default default] Added segment be30c41c-3096-46b6-9913-8e55452c1830 of type vxlan for network 962c40c7-5119-4b73-b122-749382366bb9 [pid: 7|app: 0|req: 361/783] 10.0.0.45 () {34 vars in 669 bytes} [Tue Jun 23 07:05:07 2026] POST /v2.0/networks => generated 631 bytes in 221 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-23 07:05:08.054 8 INFO neutron.services.segments.plugin [-] Segment dbfc83df-0a47-4337-a031-e6d5a4aafd6e resource provider aggregate not found 2026-06-23 07:05:08.063 8 INFO neutron.services.segments.plugin [-] Segment dbfc83df-0a47-4337-a031-e6d5a4aafd6e resource provider aggregate not found 2026-06-23 07:05:08.093 8 INFO neutron.services.segments.plugin [-] Segment dbfc83df-0a47-4337-a031-e6d5a4aafd6e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dbfc83df-0a47-4337-a031-e6d5a4aafd6e found for delete ", "request_id": "req-bc0a9e9a-f876-44c8-ba44-c37a07a8514c"}]} 2026-06-23 07:05:08.105 8 INFO neutron.services.segments.plugin [-] Segment dbfc83df-0a47-4337-a031-e6d5a4aafd6e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dbfc83df-0a47-4337-a031-e6d5a4aafd6e found for delete ", "request_id": "req-4ade3fd2-09ab-4dd7-8170-f8a7a5cb5f15"}]} [pid: 8|app: 0|req: 423/784] 10.0.0.45 () {34 vars in 664 bytes} [Tue Jun 23 07:05:08 2026] POST /v2.0/ports => generated 1506 bytes in 670 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: 424/785] 10.0.0.45 () {32 vars in 642 bytes} [Tue Jun 23 07:05:08 2026] GET /v2.0/ports => generated 1506 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 362/786] 10.0.0.45 () {32 vars in 773 bytes} [Tue Jun 23 07:05:08 2026] GET /v2.0/security-groups?tenant_id=d1bed00a440d48e5ba895420c236bea6&name=default => generated 2925 bytes in 367 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-23 07:05:08.898 8 INFO neutron_taas.services.taas.taas_plugin [None req-b7794792-1452-49d0-a9f3-47aad8181c5f a978b763b1d2445ebf2dd8979854859f e070c3e1b7334106a26082914f04091b - - default default] TaaS: Handle Delete Port: 218961d1-f9ad-4b38-9782-ece66ec4598b 2026-06-23 07:05:08.902 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b7794792-1452-49d0-a9f3-47aad8181c5f a978b763b1d2445ebf2dd8979854859f e070c3e1b7334106a26082914f04091b - - default default] Tap Mirror: Handle Delete Port: 218961d1-f9ad-4b38-9782-ece66ec4598b [pid: 7|app: 0|req: 363/787] 10.0.0.45 () {32 vars in 739 bytes} [Tue Jun 23 07:05:08 2026] DELETE /v2.0/security-groups/6a97c04c-3c23-48f8-b0d6-4a6bb513343b => 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: 425/788] 10.0.0.45 () {32 vars in 719 bytes} [Tue Jun 23 07:05:08 2026] DELETE /v2.0/ports/218961d1-f9ad-4b38-9782-ece66ec4598b => generated 0 bytes in 204 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-23 07:05:09.193 7 INFO neutron_taas.services.taas.taas_plugin [None req-46f81ae8-b16b-4191-b2a5-ab2d2080a6b9 a978b763b1d2445ebf2dd8979854859f e070c3e1b7334106a26082914f04091b - - default default] TaaS: Handle Delete Port: ae7d3abd-c7fa-4121-857b-8500eb22687a 2026-06-23 07:05:09.200 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-46f81ae8-b16b-4191-b2a5-ab2d2080a6b9 a978b763b1d2445ebf2dd8979854859f e070c3e1b7334106a26082914f04091b - - default default] Tap Mirror: Handle Delete Port: ae7d3abd-c7fa-4121-857b-8500eb22687a [pid: 8|app: 0|req: 426/789] 10.0.0.45 () {32 vars in 773 bytes} [Tue Jun 23 07:05:09 2026] GET /v2.0/security-groups?tenant_id=5779d84dc343402f957b7933b431f7e0&name=default => generated 2925 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 364/790] 10.0.0.45 () {32 vars in 719 bytes} [Tue Jun 23 07:05:09 2026] DELETE /v2.0/ports/ae7d3abd-c7fa-4121-857b-8500eb22687a => generated 0 bytes in 286 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 427/791] 10.0.0.45 () {32 vars in 739 bytes} [Tue Jun 23 07:05:09 2026] DELETE /v2.0/security-groups/5947d933-8405-40b2-ac23-3657602afb55 => 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: 365/792] 10.0.0.45 () {32 vars in 642 bytes} [Tue Jun 23 07:05:09 2026] GET /v2.0/ports => generated 12 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-23 07:05:09.411 8 INFO neutron.db.segments_db [None req-e0311d30-cb75-40bd-83db-5e8e97e159ef a978b763b1d2445ebf2dd8979854859f e070c3e1b7334106a26082914f04091b - - default default] Added segment af783a46-4aa1-4dda-a6f8-f3ceb81fd00b of type vxlan for network 4ff54dcf-8bc3-47a0-9d78-21daee91e077 [pid: 8|app: 0|req: 428/793] 10.0.0.45 () {34 vars in 669 bytes} [Tue Jun 23 07:05:09 2026] POST /v2.0/networks => generated 631 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-23 07:05:09.552 7 INFO neutron.db.segments_db [None req-fd3514d3-b9a8-451a-8e82-63e6dcc31ec6 a978b763b1d2445ebf2dd8979854859f e070c3e1b7334106a26082914f04091b - - default default] Added segment 3f321eb4-6cb7-41b9-9a70-1bfdb72304e3 of type vxlan for network d9bd6318-e1d6-41ad-9e5a-0049489026df [pid: 7|app: 0|req: 366/794] 10.0.0.45 () {34 vars in 669 bytes} [Tue Jun 23 07:05:09 2026] POST /v2.0/networks => generated 630 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 429/795] 10.0.0.45 () {34 vars in 668 bytes} [Tue Jun 23 07:05:09 2026] POST /v2.0/subnets => generated 1274 bytes in 524 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 367/796] 10.0.0.45 () {32 vars in 646 bytes} [Tue Jun 23 07:05:10 2026] GET /v2.0/subnets => generated 1910 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 430/797] 10.0.0.45 () {32 vars in 723 bytes} [Tue Jun 23 07:05:10 2026] DELETE /v2.0/subnets/10e4c251-999b-4384-b531-22a401f3a5b9 => 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: 368/798] 10.0.0.45 () {32 vars in 723 bytes} [Tue Jun 23 07:05:10 2026] DELETE /v2.0/subnets/ec7d2c32-3f39-4a38-9e6c-75a1afed32d8 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 431/799] 10.0.0.45 () {32 vars in 646 bytes} [Tue Jun 23 07:05:10 2026] GET /v2.0/subnets => generated 649 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-23 07:05:10.730 7 INFO neutron.services.segments.plugin [-] Segment 3f321eb4-6cb7-41b9-9a70-1bfdb72304e3 resource provider aggregate not found 2026-06-23 07:05:10.737 7 INFO neutron.services.segments.plugin [-] Segment 3f321eb4-6cb7-41b9-9a70-1bfdb72304e3 resource provider aggregate not found 2026-06-23 07:05:10.759 7 INFO neutron.services.segments.plugin [-] Segment 3f321eb4-6cb7-41b9-9a70-1bfdb72304e3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3f321eb4-6cb7-41b9-9a70-1bfdb72304e3 found for delete ", "request_id": "req-a97c088f-0da7-4751-872c-46dc53e5a9bd"}]} [pid: 7|app: 0|req: 369/800] 10.0.0.45 () {32 vars in 725 bytes} [Tue Jun 23 07:05:10 2026] DELETE /v2.0/networks/d9bd6318-e1d6-41ad-9e5a-0049489026df => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-23 07:05:10.770 7 INFO neutron.services.segments.plugin [-] Segment 3f321eb4-6cb7-41b9-9a70-1bfdb72304e3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3f321eb4-6cb7-41b9-9a70-1bfdb72304e3 found for delete ", "request_id": "req-67177911-e407-48c4-8c43-b305415aa47a"}]} 2026-06-23 07:05:10.901 8 INFO neutron.services.segments.plugin [-] Segment af783a46-4aa1-4dda-a6f8-f3ceb81fd00b resource provider aggregate not found 2026-06-23 07:05:10.904 8 INFO neutron.services.segments.plugin [-] Segment af783a46-4aa1-4dda-a6f8-f3ceb81fd00b resource provider aggregate not found 2026-06-23 07:05:10.923 8 INFO neutron.services.segments.plugin [-] Segment af783a46-4aa1-4dda-a6f8-f3ceb81fd00b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid af783a46-4aa1-4dda-a6f8-f3ceb81fd00b found for delete ", "request_id": "req-cd981979-743e-4ca3-8e19-16c281638879"}]} 2026-06-23 07:05:10.929 8 INFO neutron.services.segments.plugin [-] Segment af783a46-4aa1-4dda-a6f8-f3ceb81fd00b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid af783a46-4aa1-4dda-a6f8-f3ceb81fd00b found for delete ", "request_id": "req-4b8ffab8-1d57-468b-bb9f-ccfd2a98cb0d"}]} [pid: 8|app: 0|req: 432/801] 10.0.0.45 () {32 vars in 725 bytes} [Tue Jun 23 07:05:10 2026] DELETE /v2.0/networks/4ff54dcf-8bc3-47a0-9d78-21daee91e077 => generated 0 bytes in 168 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 370/802] 10.0.0.45 () {32 vars in 725 bytes} [Tue Jun 23 07:05:10 2026] DELETE /v2.0/networks/962c40c7-5119-4b73-b122-749382366bb9 => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 433/803] 10.0.0.45 () {32 vars in 725 bytes} [Tue Jun 23 07:05:11 2026] DELETE /v2.0/networks/a595cba1-d89c-461c-9d66-63541bcefc28 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 371/804] 10.0.0.45 () {32 vars in 773 bytes} [Tue Jun 23 07:05:11 2026] GET /v2.0/security-groups?tenant_id=e070c3e1b7334106a26082914f04091b&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: 434/805] 10.0.0.45 () {32 vars in 739 bytes} [Tue Jun 23 07:05:11 2026] DELETE /v2.0/security-groups/4668d03d-43ac-4fcd-9f0b-df69a7c0b350 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-23 07:05:12.777 7 INFO neutron.services.segments.plugin [-] Segment be30c41c-3096-46b6-9913-8e55452c1830 resource provider aggregate not found 2026-06-23 07:05:12.795 7 INFO neutron.services.segments.plugin [-] Segment be30c41c-3096-46b6-9913-8e55452c1830 resource provider aggregate not found 2026-06-23 07:05:12.796 7 INFO neutron.services.segments.plugin [-] Segment be30c41c-3096-46b6-9913-8e55452c1830 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid be30c41c-3096-46b6-9913-8e55452c1830 found for delete ", "request_id": "req-a35f97f3-a83b-4eb9-8c41-0d0d0551928b"}]} 2026-06-23 07:05:12.810 7 INFO neutron.services.segments.plugin [-] Segment be30c41c-3096-46b6-9913-8e55452c1830 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid be30c41c-3096-46b6-9913-8e55452c1830 found for delete ", "request_id": "req-07ebc16d-0264-4049-b43a-6a4be39f1ea2"}]} 2026-06-23 07:05:12.943 8 INFO neutron.services.segments.plugin [-] Segment d6c114ad-3725-41a6-885d-ba9cd6009a03 resource provider aggregate not found 2026-06-23 07:05:12.945 8 INFO neutron.services.segments.plugin [-] Segment d6c114ad-3725-41a6-885d-ba9cd6009a03 resource provider aggregate not found 2026-06-23 07:05:12.959 8 INFO neutron.services.segments.plugin [-] Segment d6c114ad-3725-41a6-885d-ba9cd6009a03 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d6c114ad-3725-41a6-885d-ba9cd6009a03 found for delete ", "request_id": "req-35b69c7d-b6c9-46e2-8123-ca50cc0e725d"}]} 2026-06-23 07:05:12.963 8 INFO neutron.services.segments.plugin [-] Segment d6c114ad-3725-41a6-885d-ba9cd6009a03 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d6c114ad-3725-41a6-885d-ba9cd6009a03 found for delete ", "request_id": "req-44269eb8-f542-4260-9674-6d1d0be9a710"}]} [pid: 7|app: 0|req: 372/806] 10.0.0.45 () {32 vars in 773 bytes} [Tue Jun 23 07:05:13 2026] GET /v2.0/security-groups?tenant_id=7d8540d2a2a240f58a343363ed5340d6&name=default => generated 2925 bytes in 345 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 435/807] 10.0.0.45 () {32 vars in 739 bytes} [Tue Jun 23 07:05:13 2026] DELETE /v2.0/security-groups/c41d7175-0d25-44cb-beac-8f30c20418cb => generated 0 bytes in 147 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 436/808] 10.0.0.45 () {32 vars in 773 bytes} [Tue Jun 23 07:05:14 2026] GET /v2.0/security-groups?tenant_id=d5336a9ff2104224b02bc5f54cd895e3&name=default => generated 2925 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 437/809] 10.0.0.45 () {32 vars in 739 bytes} [Tue Jun 23 07:05:14 2026] DELETE /v2.0/security-groups/02fe4754-055e-4d67-8b1d-b5e69a8505ec => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-23 07:05:14.442 7 INFO neutron.db.segments_db [None req-d549a3d8-4728-41de-abb3-b3f2ab66ead8 ebaabdd50a6b429cb700977dce1b941b 3eda2d626bad42c6b90ce77f682d4025 - - default default] Added segment 29aa45a5-6122-4cb6-9a43-6bc742b4563c of type vxlan for network fc3f5af7-3aef-4943-83bc-068593923609 [pid: 7|app: 0|req: 373/810] 10.0.0.45 () {34 vars in 669 bytes} [Tue Jun 23 07:05:14 2026] POST /v2.0/networks => generated 625 bytes in 537 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 438/811] 10.0.0.45 () {34 vars in 668 bytes} [Tue Jun 23 07:05:14 2026] POST /v2.0/subnets => generated 641 bytes in 282 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-23 07:05:14.996 7 INFO neutron.db.segments_db [None req-ac8a5e9a-f20a-4cac-a8db-9429f91f8758 ebaabdd50a6b429cb700977dce1b941b 3eda2d626bad42c6b90ce77f682d4025 - - default default] Added segment 7f817dcd-412b-4fa3-97eb-2801c3c34a95 of type vxlan for network 96d726b9-6f54-4be8-8e1f-b3a4af3c841c [pid: 7|app: 0|req: 374/812] 10.0.0.45 () {34 vars in 669 bytes} [Tue Jun 23 07:05:14 2026] POST /v2.0/networks => generated 625 bytes in 193 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 439/813] 10.0.0.45 () {34 vars in 742 bytes} [Tue Jun 23 07:05:15 2026] PUT /v2.0/networks/96d726b9-6f54-4be8-8e1f-b3a4af3c841c => generated 592 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 375/814] 10.0.0.45 () {34 vars in 668 bytes} [Tue Jun 23 07:05:15 2026] POST /v2.0/subnets => generated 626 bytes in 231 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 440/815] 10.0.0.45 () {34 vars in 740 bytes} [Tue Jun 23 07:05:15 2026] PUT /v2.0/subnets/833703ba-6629-493e-ad3a-0214e55dc9f7 => generated 636 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-23 07:05:15.772 7 INFO neutron.services.segments.plugin [-] Segment 7f817dcd-412b-4fa3-97eb-2801c3c34a95 resource provider aggregate not found 2026-06-23 07:05:15.776 7 INFO neutron.services.segments.plugin [-] Segment 7f817dcd-412b-4fa3-97eb-2801c3c34a95 resource provider aggregate not found 2026-06-23 07:05:15.792 7 INFO neutron.services.segments.plugin [-] Segment 7f817dcd-412b-4fa3-97eb-2801c3c34a95 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7f817dcd-412b-4fa3-97eb-2801c3c34a95 found for delete ", "request_id": "req-51d46b7c-802b-4c56-9688-e0e7645d773c"}]} 2026-06-23 07:05:15.795 7 INFO neutron.services.segments.plugin [-] Segment 7f817dcd-412b-4fa3-97eb-2801c3c34a95 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7f817dcd-412b-4fa3-97eb-2801c3c34a95 found for delete ", "request_id": "req-94aab2f6-007b-40d7-9b04-98f0e12ff6d0"}]} [pid: 7|app: 0|req: 376/816] 10.0.0.45 () {32 vars in 725 bytes} [Tue Jun 23 07:05:15 2026] DELETE /v2.0/networks/96d726b9-6f54-4be8-8e1f-b3a4af3c841c => generated 0 bytes in 229 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-23 07:05:15.833 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6e87af74-6bfb-4151-9b85-8ce9ed38e55c ebaabdd50a6b429cb700977dce1b941b 3eda2d626bad42c6b90ce77f682d4025 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 441/817] 10.0.0.45 () {32 vars in 725 bytes} [Tue Jun 23 07:05:15 2026] DELETE /v2.0/networks/96d726b9-6f54-4be8-8e1f-b3a4af3c841c => generated 138 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 377/818] 10.0.0.45 () {32 vars in 693 bytes} [Tue Jun 23 07:05:15 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 442/819] 10.0.0.45 () {32 vars in 741 bytes} [Tue Jun 23 07:05:15 2026] GET /v2.0/subnets?network_id=33d1158f-22d7-40ae-8a3a-9d18a3be1763 => generated 649 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 378/820] 10.0.0.45 () {32 vars in 652 bytes} [Tue Jun 23 07:05:15 2026] GET /v2.0/extensions => generated 21537 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 443/821] 10.0.0.45 () {32 vars in 648 bytes} [Tue Jun 23 07:05:16 2026] GET /v2.0/networks => generated 1309 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 379/822] 10.0.0.45 () {32 vars in 646 bytes} [Tue Jun 23 07:05:16 2026] GET /v2.0/subnets => generated 1280 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 444/823] 10.0.0.45 () {32 vars in 722 bytes} [Tue Jun 23 07:05:16 2026] GET /v2.0/networks/fc3f5af7-3aef-4943-83bc-068593923609 => generated 669 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 380/824] 10.0.0.45 () {32 vars in 720 bytes} [Tue Jun 23 07:05:16 2026] GET /v2.0/subnets/e692fc9b-bd03-4faa-8a98-5a60ba87259b => generated 641 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-23 07:05:16.240 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3ebbb19a-3348-4395-afd4-02c9cb3bf92a ebaabdd50a6b429cb700977dce1b941b 3eda2d626bad42c6b90ce77f682d4025 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 445/825] 10.0.0.45 () {32 vars in 723 bytes} [Tue Jun 23 07:05:16 2026] DELETE /v2.0/subnets/833703ba-6629-493e-ad3a-0214e55dc9f7 => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-23 07:05:16.265 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e755406b-4247-4db2-88b6-c2276b07597a ebaabdd50a6b429cb700977dce1b941b 3eda2d626bad42c6b90ce77f682d4025 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 381/826] 10.0.0.45 () {32 vars in 725 bytes} [Tue Jun 23 07:05:16 2026] DELETE /v2.0/networks/96d726b9-6f54-4be8-8e1f-b3a4af3c841c => generated 138 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 446/827] 10.0.0.45 () {32 vars in 723 bytes} [Tue Jun 23 07:05:16 2026] DELETE /v2.0/subnets/e692fc9b-bd03-4faa-8a98-5a60ba87259b => generated 0 bytes in 205 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-23 07:05:16.581 7 INFO neutron_taas.services.taas.taas_plugin [None req-043e84f7-8565-4a5f-82a7-98792ff73805 ebaabdd50a6b429cb700977dce1b941b 3eda2d626bad42c6b90ce77f682d4025 - - default default] TaaS: Handle Delete Port: 5b163f42-8aa0-4f99-8605-7403edde3acb 2026-06-23 07:05:16.583 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-043e84f7-8565-4a5f-82a7-98792ff73805 ebaabdd50a6b429cb700977dce1b941b 3eda2d626bad42c6b90ce77f682d4025 - - default default] Tap Mirror: Handle Delete Port: 5b163f42-8aa0-4f99-8605-7403edde3acb [pid: 7|app: 0|req: 382/828] 10.0.0.45 () {32 vars in 725 bytes} [Tue Jun 23 07:05:16 2026] DELETE /v2.0/networks/fc3f5af7-3aef-4943-83bc-068593923609 => generated 0 bytes in 314 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-23 07:05:17.532 8 WARNING keystonemiddleware.audit [None req-917f2709-6948-4ea4-8bf5-2064b58feb11 ebaabdd50a6b429cb700977dce1b941b 3eda2d626bad42c6b90ce77f682d4025 - - default default] Skipping service tempest-service-32078132 as it have no endpoints. [pid: 8|app: 0|req: 447/829] 10.0.0.45 () {32 vars in 773 bytes} [Tue Jun 23 07:05:17 2026] GET /v2.0/security-groups?tenant_id=3eda2d626bad42c6b90ce77f682d4025&name=default => generated 2925 bytes in 174 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-23 07:05:17.568 7 WARNING keystonemiddleware.audit [None req-043e84f7-8565-4a5f-82a7-98792ff73805 ebaabdd50a6b429cb700977dce1b941b 3eda2d626bad42c6b90ce77f682d4025 - - default default] Skipping service tempest-service-32078132 as it have no endpoints. [pid: 7|app: 0|req: 383/830] 10.0.0.45 () {32 vars in 739 bytes} [Tue Jun 23 07:05:17 2026] DELETE /v2.0/security-groups/da3f6639-1e83-4d89-9f48-014eda8435e3 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-23 07:05:17.813 7 INFO neutron.services.segments.plugin [-] Segment 29aa45a5-6122-4cb6-9a43-6bc742b4563c resource provider aggregate not found 2026-06-23 07:05:17.817 7 INFO neutron.services.segments.plugin [-] Segment 29aa45a5-6122-4cb6-9a43-6bc742b4563c resource provider aggregate not found 2026-06-23 07:05:17.832 7 INFO neutron.services.segments.plugin [-] Segment 29aa45a5-6122-4cb6-9a43-6bc742b4563c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 29aa45a5-6122-4cb6-9a43-6bc742b4563c found for delete ", "request_id": "req-1d22243c-2813-402a-a910-d980845bea9a"}]} 2026-06-23 07:05:17.837 7 INFO neutron.services.segments.plugin [-] Segment 29aa45a5-6122-4cb6-9a43-6bc742b4563c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 29aa45a5-6122-4cb6-9a43-6bc742b4563c found for delete ", "request_id": "req-bdb2ae15-4f01-4b9e-9396-691709aa6811"}]} [pid: 8|app: 0|req: 448/831] 10.0.0.45 () {32 vars in 773 bytes} [Tue Jun 23 07:05:18 2026] GET /v2.0/security-groups?tenant_id=34a6c4844c5f4d91ac11c0b1f31ee102&name=default => generated 2925 bytes in 219 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 384/832] 10.0.0.45 () {32 vars in 739 bytes} [Tue Jun 23 07:05:18 2026] DELETE /v2.0/security-groups/c98bb0f8-92de-4a56-af1c-28582a0fe669 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 449/833] 10.0.0.45 () {32 vars in 773 bytes} [Tue Jun 23 07:05:18 2026] GET /v2.0/security-groups?tenant_id=a73a38dabb424970b130980de66294d3&name=default => generated 2925 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 385/834] 10.0.0.45 () {32 vars in 739 bytes} [Tue Jun 23 07:05:18 2026] DELETE /v2.0/security-groups/c747ff59-5bc9-4931-9fb9-45c59f270bed => 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: 450/835] 10.0.0.45 () {34 vars in 683 bytes} [Tue Jun 23 07:05:19 2026] POST /v2.0/security-groups => generated 1625 bytes in 328 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 386/836] 10.0.0.45 () {32 vars in 662 bytes} [Tue Jun 23 07:05:19 2026] GET /v2.0/security-groups => generated 4530 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 451/837] 10.0.0.45 () {34 vars in 757 bytes} [Tue Jun 23 07:05:19 2026] PUT /v2.0/security-groups/ae49fa1f-0368-4fbd-83b1-352acfca0100 => generated 1663 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 387/838] 10.0.0.45 () {32 vars in 736 bytes} [Tue Jun 23 07:05:19 2026] GET /v2.0/security-groups/ae49fa1f-0368-4fbd-83b1-352acfca0100 => generated 1663 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 452/839] 10.0.0.45 () {32 vars in 739 bytes} [Tue Jun 23 07:05:20 2026] DELETE /v2.0/security-groups/ae49fa1f-0368-4fbd-83b1-352acfca0100 => 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: 388/840] 10.0.0.45 () {32 vars in 662 bytes} [Tue Jun 23 07:05:20 2026] GET /v2.0/security-groups => generated 2925 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-23 07:05:20.168 8 INFO neutron.api.v2.resource [None req-26d77640-212b-47d1-8871-dac9657d296d f1633a859dbb452e8a1a7a406f9877f6 e93d61ac68d24fcc969725a570366259 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 453/841] 10.0.0.45 () {32 vars in 739 bytes} [Tue Jun 23 07:05:20 2026] DELETE /v2.0/security-groups/ae49fa1f-0368-4fbd-83b1-352acfca0100 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 389/842] 10.0.0.45 () {34 vars in 683 bytes} [Tue Jun 23 07:05:20 2026] POST /v2.0/security-groups => generated 1625 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 454/843] 10.0.0.45 () {34 vars in 694 bytes} [Tue Jun 23 07:05:20 2026] POST /v2.0/security-group-rules => generated 601 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 390/844] 10.0.0.45 () {32 vars in 746 bytes} [Tue Jun 23 07:05:20 2026] GET /v2.0/security-group-rules/4a1d28c0-0dfc-4e17-834d-2a4065ffe6a7 => generated 601 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 455/845] 10.0.0.45 () {32 vars in 672 bytes} [Tue Jun 23 07:05:20 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 391/846] 10.0.0.45 () {32 vars in 749 bytes} [Tue Jun 23 07:05:20 2026] DELETE /v2.0/security-group-rules/4a1d28c0-0dfc-4e17-834d-2a4065ffe6a7 => 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: 456/847] 10.0.0.45 () {32 vars in 672 bytes} [Tue Jun 23 07:05:20 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 392/848] 10.0.0.45 () {34 vars in 694 bytes} [Tue Jun 23 07:05:20 2026] POST /v2.0/security-group-rules => generated 601 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 457/849] 10.0.0.45 () {32 vars in 746 bytes} [Tue Jun 23 07:05:20 2026] GET /v2.0/security-group-rules/356abf74-88b7-4aae-a49e-63d001266840 => generated 601 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 393/850] 10.0.0.45 () {32 vars in 672 bytes} [Tue Jun 23 07:05:20 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 458/851] 10.0.0.45 () {32 vars in 749 bytes} [Tue Jun 23 07:05:20 2026] DELETE /v2.0/security-group-rules/356abf74-88b7-4aae-a49e-63d001266840 => 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: 394/852] 10.0.0.45 () {32 vars in 672 bytes} [Tue Jun 23 07:05:20 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-23 07:05:21.070 8 INFO neutron.db.securitygroups_db [None req-4f873b7e-f399-48d9-9d36-7399a7430a9c f1633a859dbb452e8a1a7a406f9877f6 e93d61ac68d24fcc969725a570366259 - - default default] Project e93d61ac68d24fcc969725a570366259 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: 459/853] 10.0.0.45 () {34 vars in 694 bytes} [Tue Jun 23 07:05:21 2026] POST /v2.0/security-group-rules => generated 607 bytes in 92 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 395/854] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:05:21 2026] GET /v2.0/ports?device_id=5275b524-1a6f-4268-8330-3cd8633483fa => generated 975 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 460/855] 10.0.0.45 () {32 vars in 746 bytes} [Tue Jun 23 07:05:21 2026] GET /v2.0/security-group-rules/0c5ff4b5-06f9-4e69-930d-91e0c71e7402 => generated 607 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 396/856] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 23 07:05:21 2026] GET /v2.0/security-groups?id=96ffb2d6-ea98-4938-9212-dce23cfb0d43&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 461/857] 10.0.0.45 () {32 vars in 672 bytes} [Tue Jun 23 07:05:21 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 397/858] 10.0.0.45 () {32 vars in 749 bytes} [Tue Jun 23 07:05:21 2026] DELETE /v2.0/security-group-rules/0c5ff4b5-06f9-4e69-930d-91e0c71e7402 => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 462/859] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:05:21 2026] GET /v2.0/ports?device_id=5275b524-1a6f-4268-8330-3cd8633483fa => generated 975 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 398/860] 10.0.0.45 () {32 vars in 672 bytes} [Tue Jun 23 07:05:21 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 463/861] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 23 07:05:21 2026] GET /v2.0/security-groups?id=96ffb2d6-ea98-4938-9212-dce23cfb0d43&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 399/862] 10.0.0.45 () {32 vars in 739 bytes} [Tue Jun 23 07:05:21 2026] DELETE /v2.0/security-groups/00f20b2f-e05f-43f3-b758-6915c2c7f702 => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 464/863] 10.0.0.45 () {32 vars in 662 bytes} [Tue Jun 23 07:05:21 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: 7|app: 0|req: 400/864] 10.0.0.45 () {32 vars in 662 bytes} [Tue Jun 23 07:05:21 2026] GET /v2.0/security-groups => generated 2925 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 465/865] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:05:21 2026] GET /v2.0/ports?device_id=836e3c6d-15c5-415b-bc0e-4a4511feee96 => generated 971 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 466/866] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:05:21 2026] GET /v2.0/ports?device_id=5275b524-1a6f-4268-8330-3cd8633483fa => 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: 401/867] 10.0.0.190 () {34 vars in 971 bytes} [Tue Jun 23 07:05:21 2026] GET /v2.0/ports/d9e4efea-bf12-429a-98fd-72c7431099df => generated 968 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 467/868] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 23 07:05:21 2026] GET /v2.0/security-groups?id=96ffb2d6-ea98-4938-9212-dce23cfb0d43&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: 403/871] 10.0.0.45 () {32 vars in 773 bytes} [Tue Jun 23 07:05:22 2026] GET /v2.0/security-groups?tenant_id=e93d61ac68d24fcc969725a570366259&name=default => generated 2925 bytes in 180 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 469/872] 10.0.0.45 () {32 vars in 739 bytes} [Tue Jun 23 07:05:22 2026] DELETE /v2.0/security-groups/2e7bfe63-fb97-4cb0-a343-d0bca75304c6 => 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: 404/873] 199.204.45.140 () {34 vars in 1000 bytes} [Tue Jun 23 07:05:22 2026] GET /v2.0/subnets?network_id=1423eb61-f96c-4641-ab56-18aeb4c6bf19 => generated 683 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 470/874] 199.204.45.140 () {34 vars in 1146 bytes} [Tue Jun 23 07:05:22 2026] GET /v2.0/ports?device_id=836e3c6d-15c5-415b-bc0e-4a4511feee96&device_owner=compute%3Anova&network_id=1423eb61-f96c-4641-ab56-18aeb4c6bf19 => generated 971 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 471/875] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:05:22 2026] GET /v2.0/ports?device_id=5275b524-1a6f-4268-8330-3cd8633483fa => 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: 472/876] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 23 07:05:22 2026] GET /v2.0/security-groups?id=96ffb2d6-ea98-4938-9212-dce23cfb0d43&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: 405/877] 199.204.45.140 () {38 vars in 1028 bytes} [Tue Jun 23 07:05:22 2026] PUT /v2.0/ports/d9e4efea-bf12-429a-98fd-72c7431099df => generated 1145 bytes in 634 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-23 07:05:23.203 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-6202c298-8f2b-48e2-b7ef-740a0a80a982'] response: {'name': 'network-changed', 'server_uuid': '836e3c6d-15c5-415b-bc0e-4a4511feee96', 'tag': 'd9e4efea-bf12-429a-98fd-72c7431099df', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 473/878] 199.204.45.140 () {34 vars in 1080 bytes} [Tue Jun 23 07:05:23 2026] GET /v2.0/ports?tenant_id=e4d4760d20d042f9829796c58ff2e64a&device_id=5275b524-1a6f-4268-8330-3cd8633483fa => generated 1244 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: 406/879] 199.204.45.140 () {34 vars in 986 bytes} [Tue Jun 23 07:05:23 2026] GET /v2.0/networks?id=b2173b8f-a8b3-4ef6-b4aa-8ce3657c84a4 => generated 771 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 474/880] 199.204.45.140 () {34 vars in 1060 bytes} [Tue Jun 23 07:05:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=688b390d-5f05-4c99-a09d-8287a66e0218 => generated 861 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 475/881] 199.204.45.140 () {34 vars in 984 bytes} [Tue Jun 23 07:05:23 2026] GET /v2.0/subnets?id=2b04d185-ad5d-4f01-bddc-f87c560d0cab => generated 694 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 476/882] 199.204.45.140 () {34 vars in 1052 bytes} [Tue Jun 23 07:05:23 2026] GET /v2.0/ports?network_id=b2173b8f-a8b3-4ef6-b4aa-8ce3657c84a4&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: 477/883] 199.204.45.140 () {34 vars in 1012 bytes} [Tue Jun 23 07:05:23 2026] GET /v2.0/networks/b2173b8f-a8b3-4ef6-b4aa-8ce3657c84a4?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: 478/884] 199.204.45.140 () {34 vars in 1112 bytes} [Tue Jun 23 07:05:23 2026] GET /v2.0/networks/b2173b8f-a8b3-4ef6-b4aa-8ce3657c84a4?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: 479/885] 199.204.45.140 () {34 vars in 1080 bytes} [Tue Jun 23 07:05:23 2026] GET /v2.0/ports?tenant_id=7a1f842d415a4a779e7d41d1803dac4c&device_id=836e3c6d-15c5-415b-bc0e-4a4511feee96 => generated 1417 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 480/886] 199.204.45.140 () {34 vars in 986 bytes} [Tue Jun 23 07:05:23 2026] GET /v2.0/networks?id=1423eb61-f96c-4641-ab56-18aeb4c6bf19 => generated 779 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 481/887] 199.204.45.140 () {34 vars in 1058 bytes} [Tue Jun 23 07:05:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=d9e4efea-bf12-429a-98fd-72c7431099df => generated 860 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 482/888] 199.204.45.140 () {34 vars in 1058 bytes} [Tue Jun 23 07:05:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=d9e4efea-bf12-429a-98fd-72c7431099df => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 483/889] 199.204.45.140 () {34 vars in 984 bytes} [Tue Jun 23 07:05:23 2026] GET /v2.0/subnets?id=d897a673-4f98-4007-b71b-1a9dbc626150 => generated 701 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 484/890] 199.204.45.140 () {34 vars in 1052 bytes} [Tue Jun 23 07:05:23 2026] GET /v2.0/ports?network_id=1423eb61-f96c-4641-ab56-18aeb4c6bf19&device_owner=network%3Adhcp => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 485/891] 199.204.45.140 () {34 vars in 1012 bytes} [Tue Jun 23 07:05:23 2026] GET /v2.0/networks/1423eb61-f96c-4641-ab56-18aeb4c6bf19?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: 486/892] 199.204.45.140 () {34 vars in 1112 bytes} [Tue Jun 23 07:05:23 2026] GET /v2.0/networks/1423eb61-f96c-4641-ab56-18aeb4c6bf19?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 487/893] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:05:24 2026] GET /v2.0/ports?device_id=5275b524-1a6f-4268-8330-3cd8633483fa => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 407/894] 10.0.0.45 () {32 vars in 773 bytes} [Tue Jun 23 07:05:23 2026] GET /v2.0/security-groups?tenant_id=0e9b5735b9b145fcbb3f14caf64f85f6&name=default => generated 2925 bytes in 717 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 488/895] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 23 07:05:24 2026] GET /v2.0/security-groups?id=96ffb2d6-ea98-4938-9212-dce23cfb0d43&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 489/896] 10.0.0.45 () {32 vars in 622 bytes} [Tue Jun 23 07:05:24 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: 408/897] 10.0.0.45 () {32 vars in 739 bytes} [Tue Jun 23 07:05:24 2026] DELETE /v2.0/security-groups/ca90a8ab-b22d-4eb9-a962-ccd9db16debf => 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: 490/898] 10.0.0.45 () {32 vars in 632 bytes} [Tue Jun 23 07:05:24 2026] GET /v2.0/ => generated 632 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 409/899] 10.0.0.45 () {32 vars in 773 bytes} [Tue Jun 23 07:05:24 2026] GET /v2.0/security-groups?tenant_id=4faf5962ce854f29b82ee6484af11963&name=default => generated 2925 bytes in 259 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 491/900] 199.204.45.140 () {34 vars in 1080 bytes} [Tue Jun 23 07:05:25 2026] GET /v2.0/ports?tenant_id=7a1f842d415a4a779e7d41d1803dac4c&device_id=836e3c6d-15c5-415b-bc0e-4a4511feee96 => generated 1417 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 492/901] 199.204.45.140 () {34 vars in 986 bytes} [Tue Jun 23 07:05:25 2026] GET /v2.0/networks?id=1423eb61-f96c-4641-ab56-18aeb4c6bf19 => generated 779 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 410/902] 10.0.0.45 () {32 vars in 739 bytes} [Tue Jun 23 07:05:25 2026] DELETE /v2.0/security-groups/10c81db4-06f4-4178-b779-1f626a158cb3 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 493/903] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:05:25 2026] GET /v2.0/ports?device_id=836e3c6d-15c5-415b-bc0e-4a4511feee96 => generated 1148 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 411/904] 199.204.45.140 () {34 vars in 1058 bytes} [Tue Jun 23 07:05:25 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=d9e4efea-bf12-429a-98fd-72c7431099df => generated 860 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 494/905] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:05:25 2026] GET /v2.0/ports?device_id=5275b524-1a6f-4268-8330-3cd8633483fa => 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: 412/906] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 23 07:05:25 2026] GET /v2.0/security-groups?id=133578d8-cde9-44ee-a0b8-ff714c0cfe23&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: 413/907] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 23 07:05:25 2026] GET /v2.0/security-groups?id=96ffb2d6-ea98-4938-9212-dce23cfb0d43&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: 495/908] 199.204.45.140 () {34 vars in 1058 bytes} [Tue Jun 23 07:05:25 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=d9e4efea-bf12-429a-98fd-72c7431099df => generated 19 bytes in 348 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 414/909] 199.204.45.140 () {34 vars in 984 bytes} [Tue Jun 23 07:05:25 2026] GET /v2.0/subnets?id=d897a673-4f98-4007-b71b-1a9dbc626150 => generated 701 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 496/910] 199.204.45.140 () {34 vars in 1052 bytes} [Tue Jun 23 07:05:25 2026] GET /v2.0/ports?network_id=1423eb61-f96c-4641-ab56-18aeb4c6bf19&device_owner=network%3Adhcp => generated 1244 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 415/911] 199.204.45.140 () {34 vars in 1012 bytes} [Tue Jun 23 07:05:25 2026] GET /v2.0/networks/1423eb61-f96c-4641-ab56-18aeb4c6bf19?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 497/912] 199.204.45.140 () {34 vars in 1112 bytes} [Tue Jun 23 07:05:25 2026] GET /v2.0/networks/1423eb61-f96c-4641-ab56-18aeb4c6bf19?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: 498/913] 199.204.45.140 () {34 vars in 1118 bytes} [Tue Jun 23 07:05:26 2026] GET /v2.0/ports?device_id=836e3c6d-15c5-415b-bc0e-4a4511feee96&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.9 => generated 1148 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-23 07:05:26.535 7 INFO neutron.db.segments_db [None req-3b2e95e2-0ce6-4d8d-9871-2aefad5d1c59 c29469a3ef904852a0b1254f80455403 9e1e617bc309477ea3a19eef6190aeed - - default default] Added segment fcf58945-9daf-45a9-8497-f80e28bc0142 of type vxlan for network 9cd5d618-a906-4abd-b62e-b3d13530cbea [pid: 7|app: 0|req: 416/914] 10.0.0.45 () {34 vars in 669 bytes} [Tue Jun 23 07:05:26 2026] POST /v2.0/networks => generated 610 bytes in 514 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 417/915] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:05:26 2026] GET /v2.0/ports?device_id=5275b524-1a6f-4268-8330-3cd8633483fa => generated 975 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-23 07:05:26.796 7 INFO neutron.db.segments_db [None req-a59b42a8-e911-41ab-a7b6-a683b41c5a00 c29469a3ef904852a0b1254f80455403 9e1e617bc309477ea3a19eef6190aeed - - default default] Added segment b34c8e32-c3ce-4db3-be3d-2ef9a6f52543 of type vxlan for network 96d9d521-223d-4856-a249-04fd31c0e0ab [pid: 7|app: 0|req: 418/916] 10.0.0.45 () {34 vars in 669 bytes} [Tue Jun 23 07:05:26 2026] POST /v2.0/networks => generated 611 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 499/917] 199.204.45.140 () {38 vars in 1028 bytes} [Tue Jun 23 07:05:26 2026] PUT /v2.0/ports/d9e4efea-bf12-429a-98fd-72c7431099df => generated 968 bytes in 569 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 419/918] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 23 07:05:26 2026] GET /v2.0/security-groups?id=96ffb2d6-ea98-4938-9212-dce23cfb0d43&fields=id&fields=name => generated 114 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-23 07:05:26.997 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-890815a6-d8be-4293-bd92-2c40a25d70b9'] response: {'name': 'network-changed', 'server_uuid': '836e3c6d-15c5-415b-bc0e-4a4511feee96', 'tag': 'd9e4efea-bf12-429a-98fd-72c7431099df', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 500/919] 10.0.0.45 () {34 vars in 668 bytes} [Tue Jun 23 07:05:26 2026] POST /v2.0/subnets => generated 626 bytes in 255 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 420/920] 10.0.0.45 () {34 vars in 668 bytes} [Tue Jun 23 07:05:27 2026] POST /v2.0/subnets => generated 626 bytes in 275 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 501/921] 199.204.45.140 () {34 vars in 1080 bytes} [Tue Jun 23 07:05:27 2026] GET /v2.0/ports?tenant_id=7a1f842d415a4a779e7d41d1803dac4c&device_id=836e3c6d-15c5-415b-bc0e-4a4511feee96 => generated 1240 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 502/922] 199.204.45.140 () {34 vars in 986 bytes} [Tue Jun 23 07:05:27 2026] GET /v2.0/networks?id=1423eb61-f96c-4641-ab56-18aeb4c6bf19 => generated 779 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-23 07:05:27.539 7 INFO neutron.db.segments_db [None req-c5f04b88-7fff-4325-b9d1-639f849d59c4 c29469a3ef904852a0b1254f80455403 9e1e617bc309477ea3a19eef6190aeed - - default default] Added segment 86a01fa7-ac43-43c4-aa82-444e4961b36f of type vxlan for network 4b0fe5fc-1e9d-47f4-8085-bbdc8ac4d770 [pid: 8|app: 0|req: 503/923] 199.204.45.140 () {34 vars in 1058 bytes} [Tue Jun 23 07:05:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=d9e4efea-bf12-429a-98fd-72c7431099df => generated 860 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 504/924] 199.204.45.140 () {34 vars in 984 bytes} [Tue Jun 23 07:05:27 2026] GET /v2.0/subnets?id=d897a673-4f98-4007-b71b-1a9dbc626150 => generated 701 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 505/925] 199.204.45.140 () {34 vars in 1052 bytes} [Tue Jun 23 07:05:27 2026] GET /v2.0/ports?network_id=1423eb61-f96c-4641-ab56-18aeb4c6bf19&device_owner=network%3Adhcp => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 506/926] 199.204.45.140 () {34 vars in 1012 bytes} [Tue Jun 23 07:05:27 2026] GET /v2.0/networks/1423eb61-f96c-4641-ab56-18aeb4c6bf19?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 507/927] 199.204.45.140 () {34 vars in 1112 bytes} [Tue Jun 23 07:05:27 2026] GET /v2.0/networks/1423eb61-f96c-4641-ab56-18aeb4c6bf19?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-23 07:05:27.832 7 INFO neutron.db.l3_hamode_db [None req-c5f04b88-7fff-4325-b9d1-639f849d59c4 c29469a3ef904852a0b1254f80455403 9e1e617bc309477ea3a19eef6190aeed - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-23 07:05:28.011 7 INFO neutron.db.l3_hamode_db [None req-c5f04b88-7fff-4325-b9d1-639f849d59c4 c29469a3ef904852a0b1254f80455403 9e1e617bc309477ea3a19eef6190aeed - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 508/928] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:05:28 2026] GET /v2.0/ports?device_id=5275b524-1a6f-4268-8330-3cd8633483fa => generated 975 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 509/929] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 23 07:05:28 2026] GET /v2.0/security-groups?id=96ffb2d6-ea98-4938-9212-dce23cfb0d43&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 421/930] 10.0.0.45 () {34 vars in 668 bytes} [Tue Jun 23 07:05:27 2026] POST /v2.0/routers => generated 506 bytes in 1154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 422/931] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:05:28 2026] GET /v2.0/ports?device_id=836e3c6d-15c5-415b-bc0e-4a4511feee96 => generated 971 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 423/932] 199.204.45.140 () {34 vars in 1080 bytes} [Tue Jun 23 07:05:28 2026] GET /v2.0/ports?tenant_id=7a1f842d415a4a779e7d41d1803dac4c&device_id=836e3c6d-15c5-415b-bc0e-4a4511feee96 => generated 1240 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 424/933] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 23 07:05:28 2026] GET /v2.0/security-groups?id=133578d8-cde9-44ee-a0b8-ff714c0cfe23&fields=id&fields=name => generated 113 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 425/934] 199.204.45.140 () {34 vars in 986 bytes} [Tue Jun 23 07:05:28 2026] GET /v2.0/networks?id=1423eb61-f96c-4641-ab56-18aeb4c6bf19 => generated 779 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 426/935] 199.204.45.140 () {34 vars in 1058 bytes} [Tue Jun 23 07:05:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=d9e4efea-bf12-429a-98fd-72c7431099df => generated 860 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 427/936] 199.204.45.140 () {34 vars in 984 bytes} [Tue Jun 23 07:05:29 2026] GET /v2.0/subnets?id=d897a673-4f98-4007-b71b-1a9dbc626150 => generated 701 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 428/937] 199.204.45.140 () {34 vars in 1052 bytes} [Tue Jun 23 07:05:29 2026] GET /v2.0/ports?network_id=1423eb61-f96c-4641-ab56-18aeb4c6bf19&device_owner=network%3Adhcp => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 429/938] 199.204.45.140 () {34 vars in 1012 bytes} [Tue Jun 23 07:05:29 2026] GET /v2.0/networks/1423eb61-f96c-4641-ab56-18aeb4c6bf19?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: 430/939] 199.204.45.140 () {34 vars in 1112 bytes} [Tue Jun 23 07:05:29 2026] GET /v2.0/networks/1423eb61-f96c-4641-ab56-18aeb4c6bf19?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: 431/940] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:05:29 2026] GET /v2.0/ports?device_id=5275b524-1a6f-4268-8330-3cd8633483fa => generated 973 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 432/941] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 23 07:05:29 2026] GET /v2.0/security-groups?id=96ffb2d6-ea98-4938-9212-dce23cfb0d43&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: 433/942] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:05:29 2026] GET /v2.0/ports?device_id=836e3c6d-15c5-415b-bc0e-4a4511feee96 => generated 971 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 510/943] 10.0.0.45 () {34 vars in 782 bytes} [Tue Jun 23 07:05:28 2026] PUT /v2.0/routers/65e70819-6abc-4b25-9f81-24d108fbdc86/add_router_interface => generated 309 bytes in 1403 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 434/944] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 23 07:05:30 2026] GET /v2.0/security-groups?id=133578d8-cde9-44ee-a0b8-ff714c0cfe23&fields=id&fields=name => generated 113 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 511/945] 10.0.0.45 () {32 vars in 716 bytes} [Tue Jun 23 07:05:30 2026] GET /v2.0/ports/1c482777-3f5c-4840-a5cb-a2f59a0a3735 => generated 955 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 435/946] 10.0.0.45 () {32 vars in 773 bytes} [Tue Jun 23 07:05:30 2026] GET /v2.0/security-groups?tenant_id=7941eb8141f04006b5e981ac4af0d4c9&name=default => generated 2925 bytes in 352 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 436/947] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:05:30 2026] GET /v2.0/ports?device_id=5275b524-1a6f-4268-8330-3cd8633483fa => 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: 437/948] 10.0.0.45 () {32 vars in 739 bytes} [Tue Jun 23 07:05:30 2026] DELETE /v2.0/security-groups/2aed00a6-f2a5-4c2c-80d9-3a2c89fec4b4 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 438/949] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 23 07:05:30 2026] GET /v2.0/security-groups?id=96ffb2d6-ea98-4938-9212-dce23cfb0d43&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: 439/950] 10.0.0.45 () {32 vars in 773 bytes} [Tue Jun 23 07:05:30 2026] GET /v2.0/security-groups?tenant_id=cc8f58a8e76f45b79373d877dc0c1e04&name=default => generated 2925 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 440/951] 10.0.0.45 () {32 vars in 739 bytes} [Tue Jun 23 07:05:30 2026] DELETE /v2.0/security-groups/c8498014-6fd1-44de-9cbd-12704283ca67 => 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: 441/952] 199.204.45.140 () {34 vars in 994 bytes} [Tue Jun 23 07:05:31 2026] GET /v2.0/ports?device_id=836e3c6d-15c5-415b-bc0e-4a4511feee96 => 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: 442/953] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:05:31 2026] GET /v2.0/ports?device_id=836e3c6d-15c5-415b-bc0e-4a4511feee96 => generated 971 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-23 07:05:31.307 7 INFO neutron_taas.services.taas.taas_plugin [req-d58e6aa3-cdc3-4ae0-9808-64392f4d08a0 req-973befbb-c935-4913-97d2-3b27a8357189 3681537ade014141a203fee326fb1b76 7a1f842d415a4a779e7d41d1803dac4c - - default default] TaaS: Handle Delete Port: d9e4efea-bf12-429a-98fd-72c7431099df 2026-06-23 07:05:31.311 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-d58e6aa3-cdc3-4ae0-9808-64392f4d08a0 req-973befbb-c935-4913-97d2-3b27a8357189 3681537ade014141a203fee326fb1b76 7a1f842d415a4a779e7d41d1803dac4c - - default default] Tap Mirror: Handle Delete Port: d9e4efea-bf12-429a-98fd-72c7431099df [pid: 8|app: 0|req: 512/954] 10.0.0.45 () {34 vars in 782 bytes} [Tue Jun 23 07:05:30 2026] PUT /v2.0/routers/65e70819-6abc-4b25-9f81-24d108fbdc86/add_router_interface => generated 309 bytes in 1277 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 513/955] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 23 07:05:31 2026] GET /v2.0/security-groups?id=133578d8-cde9-44ee-a0b8-ff714c0cfe23&fields=id&fields=name => generated 113 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 514/956] 10.0.0.45 () {32 vars in 716 bytes} [Tue Jun 23 07:05:31 2026] GET /v2.0/ports/f6fd7f4f-f2f4-4807-98fe-bfe283e75a9a => generated 955 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-23 07:05:31.522 7 INFO neutron.db.l3_db [req-d58e6aa3-cdc3-4ae0-9808-64392f4d08a0 req-973befbb-c935-4913-97d2-3b27a8357189 3681537ade014141a203fee326fb1b76 7a1f842d415a4a779e7d41d1803dac4c - - default default] Floating IP 3c61ebce-94ce-4257-a674-e27f7e811a10 disassociated. External IP: 10.96.250.219, port: d9e4efea-bf12-429a-98fd-72c7431099df. 2026-06-23 07:05:31.877 8 INFO neutron_taas.services.taas.taas_plugin [None req-6a647a07-7653-44a5-acc8-1e82f735dd66 c29469a3ef904852a0b1254f80455403 9e1e617bc309477ea3a19eef6190aeed - - default default] TaaS: Handle Delete Port: f6fd7f4f-f2f4-4807-98fe-bfe283e75a9a 2026-06-23 07:05:31.880 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6a647a07-7653-44a5-acc8-1e82f735dd66 c29469a3ef904852a0b1254f80455403 9e1e617bc309477ea3a19eef6190aeed - - default default] Tap Mirror: Handle Delete Port: f6fd7f4f-f2f4-4807-98fe-bfe283e75a9a [pid: 7|app: 0|req: 443/957] 199.204.45.140 () {36 vars in 997 bytes} [Tue Jun 23 07:05:31 2026] DELETE /v2.0/ports/d9e4efea-bf12-429a-98fd-72c7431099df => generated 0 bytes in 718 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-23 07:05:31.977 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e32e8902-b815-4c30-a860-31a5b95e616d'] response: {'server_uuid': '836e3c6d-15c5-415b-bc0e-4a4511feee96', 'name': 'network-vif-deleted', 'tag': 'd9e4efea-bf12-429a-98fd-72c7431099df', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 444/958] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:05:31 2026] GET /v2.0/ports?device_id=5275b524-1a6f-4268-8330-3cd8633483fa => generated 975 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 445/959] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 23 07:05:32 2026] GET /v2.0/security-groups?id=96ffb2d6-ea98-4938-9212-dce23cfb0d43&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 515/960] 10.0.0.45 () {34 vars in 788 bytes} [Tue Jun 23 07:05:31 2026] PUT /v2.0/routers/65e70819-6abc-4b25-9f81-24d108fbdc86/remove_router_interface => generated 309 bytes in 824 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 516/961] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:05:32 2026] GET /v2.0/ports?device_id=836e3c6d-15c5-415b-bc0e-4a4511feee96 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-23 07:05:32.721 7 INFO neutron_taas.services.taas.taas_plugin [None req-c5f351cb-31f1-4fb7-9aff-dd2ecf30f83d c29469a3ef904852a0b1254f80455403 9e1e617bc309477ea3a19eef6190aeed - - default default] TaaS: Handle Delete Port: 1c482777-3f5c-4840-a5cb-a2f59a0a3735 2026-06-23 07:05:32.725 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c5f351cb-31f1-4fb7-9aff-dd2ecf30f83d c29469a3ef904852a0b1254f80455403 9e1e617bc309477ea3a19eef6190aeed - - default default] Tap Mirror: Handle Delete Port: 1c482777-3f5c-4840-a5cb-a2f59a0a3735 [pid: 7|app: 0|req: 446/962] 10.0.0.45 () {34 vars in 788 bytes} [Tue Jun 23 07:05:32 2026] PUT /v2.0/routers/65e70819-6abc-4b25-9f81-24d108fbdc86/remove_router_interface => generated 309 bytes in 922 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 517/963] 10.0.0.45 () {32 vars in 735 bytes} [Tue Jun 23 07:05:33 2026] GET /v2.0/ports?device_id=65e70819-6abc-4b25-9f81-24d108fbdc86 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-23 07:05:33.529 7 INFO neutron_taas.services.taas.taas_plugin [None req-ee1eb8af-706a-49cd-aa0e-98ae3c1182cf c29469a3ef904852a0b1254f80455403 9e1e617bc309477ea3a19eef6190aeed - - default default] TaaS: Handle Delete Port: b477091d-9eb0-41e6-b34b-4cab1ab891e4 2026-06-23 07:05:33.533 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ee1eb8af-706a-49cd-aa0e-98ae3c1182cf c29469a3ef904852a0b1254f80455403 9e1e617bc309477ea3a19eef6190aeed - - default default] Tap Mirror: Handle Delete Port: b477091d-9eb0-41e6-b34b-4cab1ab891e4 [pid: 8|app: 0|req: 518/964] 10.0.0.45 () {32 vars in 773 bytes} [Tue Jun 23 07:05:33 2026] GET /v2.0/security-groups?tenant_id=709dd3149d2449a0ba7b5563e302f54f&name=default => generated 2925 bytes in 351 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-23 07:05:33.970 7 INFO neutron.services.segments.plugin [-] Segment 86a01fa7-ac43-43c4-aa82-444e4961b36f resource provider aggregate not found 2026-06-23 07:05:33.977 7 INFO neutron.services.segments.plugin [-] Segment 86a01fa7-ac43-43c4-aa82-444e4961b36f resource provider aggregate not found [pid: 8|app: 0|req: 519/965] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:05:33 2026] GET /v2.0/ports?device_id=836e3c6d-15c5-415b-bc0e-4a4511feee96 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-23 07:05:33.993 7 INFO neutron.services.segments.plugin [-] Segment 86a01fa7-ac43-43c4-aa82-444e4961b36f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 86a01fa7-ac43-43c4-aa82-444e4961b36f found for delete ", "request_id": "req-2e5fef9e-53ce-49b2-8e21-eaa43612f997"}]} 2026-06-23 07:05:34.000 7 INFO neutron.services.segments.plugin [-] Segment 86a01fa7-ac43-43c4-aa82-444e4961b36f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 86a01fa7-ac43-43c4-aa82-444e4961b36f found for delete ", "request_id": "req-9f2445a7-a56f-4f28-87d1-e8276f989f4d"}]} 2026-06-23 07:05:34.019 7 INFO neutron.db.l3_hamode_db [None req-ee1eb8af-706a-49cd-aa0e-98ae3c1182cf c29469a3ef904852a0b1254f80455403 9e1e617bc309477ea3a19eef6190aeed - - default default] HA network 4b0fe5fc-1e9d-47f4-8085-bbdc8ac4d770 was deleted as no HA routers are present in tenant 9e1e617bc309477ea3a19eef6190aeed. [pid: 7|app: 0|req: 447/966] 10.0.0.45 () {32 vars in 723 bytes} [Tue Jun 23 07:05:33 2026] DELETE /v2.0/routers/65e70819-6abc-4b25-9f81-24d108fbdc86 => generated 0 bytes in 714 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 520/967] 10.0.0.45 () {32 vars in 739 bytes} [Tue Jun 23 07:05:33 2026] DELETE /v2.0/security-groups/9ad4a9aa-7cf2-403c-8c27-5bdd77d7b898 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 448/968] 10.0.0.45 () {32 vars in 723 bytes} [Tue Jun 23 07:05:34 2026] DELETE /v2.0/subnets/119ea37c-8902-48cb-8e57-beded273823a => generated 0 bytes in 194 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 521/969] 10.0.0.45 () {32 vars in 723 bytes} [Tue Jun 23 07:05:34 2026] DELETE /v2.0/subnets/2ab8af07-6393-4801-89ba-5c8c10b50b4a => generated 0 bytes in 194 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-23 07:05:34.519 7 INFO neutron_taas.services.taas.taas_plugin [None req-d19859a2-3d05-433e-9fdc-2ae53ba3be12 c29469a3ef904852a0b1254f80455403 9e1e617bc309477ea3a19eef6190aeed - - default default] TaaS: Handle Delete Port: 9676f8ac-e5b8-432a-b3d5-69ef2c0442c3 2026-06-23 07:05:34.521 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d19859a2-3d05-433e-9fdc-2ae53ba3be12 c29469a3ef904852a0b1254f80455403 9e1e617bc309477ea3a19eef6190aeed - - default default] Tap Mirror: Handle Delete Port: 9676f8ac-e5b8-432a-b3d5-69ef2c0442c3 [pid: 7|app: 0|req: 449/970] 10.0.0.45 () {32 vars in 725 bytes} [Tue Jun 23 07:05:34 2026] DELETE /v2.0/networks/96d9d521-223d-4856-a249-04fd31c0e0ab => generated 0 bytes in 290 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-23 07:05:34.833 8 INFO neutron_taas.services.taas.taas_plugin [None req-27d2187b-6701-441d-ae5c-da3faf966198 c29469a3ef904852a0b1254f80455403 9e1e617bc309477ea3a19eef6190aeed - - default default] TaaS: Handle Delete Port: 95cd203d-3ce5-43e0-8279-b62a04b53468 2026-06-23 07:05:34.836 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-27d2187b-6701-441d-ae5c-da3faf966198 c29469a3ef904852a0b1254f80455403 9e1e617bc309477ea3a19eef6190aeed - - default default] Tap Mirror: Handle Delete Port: 95cd203d-3ce5-43e0-8279-b62a04b53468 2026-06-23 07:05:35.052 8 INFO neutron.services.segments.plugin [-] Segment fcf58945-9daf-45a9-8497-f80e28bc0142 resource provider aggregate not found 2026-06-23 07:05:35.062 8 INFO neutron.services.segments.plugin [-] Segment fcf58945-9daf-45a9-8497-f80e28bc0142 resource provider aggregate not found 2026-06-23 07:05:35.074 8 INFO neutron.services.segments.plugin [-] Segment fcf58945-9daf-45a9-8497-f80e28bc0142 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fcf58945-9daf-45a9-8497-f80e28bc0142 found for delete ", "request_id": "req-dc420371-41e4-4bc6-93b8-ebb141636154"}]} 2026-06-23 07:05:35.084 8 INFO neutron.services.segments.plugin [-] Segment fcf58945-9daf-45a9-8497-f80e28bc0142 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fcf58945-9daf-45a9-8497-f80e28bc0142 found for delete ", "request_id": "req-c77aa6d7-8b17-4c8d-aed0-26ef6c238689"}]} [pid: 8|app: 0|req: 522/971] 10.0.0.45 () {32 vars in 725 bytes} [Tue Jun 23 07:05:34 2026] DELETE /v2.0/networks/9cd5d618-a906-4abd-b62e-b3d13530cbea => generated 0 bytes in 375 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 450/972] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:05:35 2026] GET /v2.0/ports?device_id=836e3c6d-15c5-415b-bc0e-4a4511feee96 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-23 07:05:35.157 8 INFO neutron.db.segments_db [None req-41a0bd8f-862e-4087-b265-a206525a9402 c29469a3ef904852a0b1254f80455403 9e1e617bc309477ea3a19eef6190aeed - - default default] Added segment a6dbc8b9-0c55-44a5-a256-9bead13a4d1f of type vxlan for network d0017cc4-b6f1-47e1-9ce3-d20fa9b00742 [pid: 8|app: 0|req: 523/973] 10.0.0.45 () {34 vars in 669 bytes} [Tue Jun 23 07:05:35 2026] POST /v2.0/networks => generated 610 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 451/974] 10.0.0.45 () {34 vars in 668 bytes} [Tue Jun 23 07:05:35 2026] POST /v2.0/subnets => generated 626 bytes in 277 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-23 07:05:35.583 8 INFO neutron.db.segments_db [None req-b1060e63-2ace-418d-b121-ea27d45743d0 c29469a3ef904852a0b1254f80455403 9e1e617bc309477ea3a19eef6190aeed - - default default] Added segment 5ab68ebc-8df8-4260-afc7-1e88ce866878 of type vxlan for network cb451f73-b014-4059-9de6-33b7acb9c275 2026-06-23 07:05:35.876 8 INFO neutron.db.l3_hamode_db [None req-b1060e63-2ace-418d-b121-ea27d45743d0 c29469a3ef904852a0b1254f80455403 9e1e617bc309477ea3a19eef6190aeed - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-23 07:05:36.021 7 INFO neutron.services.segments.plugin [-] Segment b34c8e32-c3ce-4db3-be3d-2ef9a6f52543 resource provider aggregate not found 2026-06-23 07:05:36.023 8 INFO neutron.db.l3_hamode_db [None req-b1060e63-2ace-418d-b121-ea27d45743d0 c29469a3ef904852a0b1254f80455403 9e1e617bc309477ea3a19eef6190aeed - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-23 07:05:36.026 7 INFO neutron.services.segments.plugin [-] Segment b34c8e32-c3ce-4db3-be3d-2ef9a6f52543 resource provider aggregate not found 2026-06-23 07:05:36.041 7 INFO neutron.services.segments.plugin [-] Segment b34c8e32-c3ce-4db3-be3d-2ef9a6f52543 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b34c8e32-c3ce-4db3-be3d-2ef9a6f52543 found for delete ", "request_id": "req-dcd17259-48fb-445a-b2fd-e066b10dc0b1"}]} 2026-06-23 07:05:36.043 7 INFO neutron.services.segments.plugin [-] Segment b34c8e32-c3ce-4db3-be3d-2ef9a6f52543 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b34c8e32-c3ce-4db3-be3d-2ef9a6f52543 found for delete ", "request_id": "req-50f93f41-9bb5-4fb6-a82b-28e36659bb43"}]} [pid: 7|app: 0|req: 452/975] 10.0.0.45 () {32 vars in 739 bytes} [Tue Jun 23 07:05:36 2026] DELETE /v2.0/security-groups/133578d8-cde9-44ee-a0b8-ff714c0cfe23 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-23 07:05:36.298 7 INFO neutron.api.v2.resource [None req-a340b0ed-1a71-42b5-8273-276d945c668e 3681537ade014141a203fee326fb1b76 7a1f842d415a4a779e7d41d1803dac4c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 453/976] 10.0.0.45 () {32 vars in 736 bytes} [Tue Jun 23 07:05:36 2026] GET /v2.0/security-groups/133578d8-cde9-44ee-a0b8-ff714c0cfe23 => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-23 07:05:36.409 7 INFO neutron_taas.services.taas.taas_plugin [None req-8422cae4-b554-4ce4-990c-2a10e67b598f 3681537ade014141a203fee326fb1b76 7a1f842d415a4a779e7d41d1803dac4c - - default default] TaaS: Handle Delete Port: f4192c82-339c-413f-9e11-3e5353adf7a5 2026-06-23 07:05:36.412 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8422cae4-b554-4ce4-990c-2a10e67b598f 3681537ade014141a203fee326fb1b76 7a1f842d415a4a779e7d41d1803dac4c - - default default] Tap Mirror: Handle Delete Port: f4192c82-339c-413f-9e11-3e5353adf7a5 [pid: 7|app: 0|req: 454/977] 10.0.0.45 () {32 vars in 731 bytes} [Tue Jun 23 07:05:36 2026] DELETE /v2.0/floatingips/3c61ebce-94ce-4257-a674-e27f7e811a10 => generated 0 bytes in 294 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 524/978] 10.0.0.45 () {34 vars in 668 bytes} [Tue Jun 23 07:05:35 2026] POST /v2.0/routers => generated 506 bytes in 1125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 455/979] 10.0.0.45 () {34 vars in 664 bytes} [Tue Jun 23 07:05:36 2026] POST /v2.0/ports => generated 948 bytes in 401 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-23 07:05:37.084 8 INFO neutron_taas.services.taas.taas_plugin [None req-d38c3ebe-8000-4d5d-b9f9-eeb76ea327ab 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] TaaS: Handle Delete Port: 3985d104-f1cb-4ffc-b656-274f1a3515f1 2026-06-23 07:05:37.088 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d38c3ebe-8000-4d5d-b9f9-eeb76ea327ab 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] Tap Mirror: Handle Delete Port: 3985d104-f1cb-4ffc-b656-274f1a3515f1 [pid: 8|app: 0|req: 525/982] 10.0.0.45 () {34 vars in 788 bytes} [Tue Jun 23 07:05:36 2026] PUT /v2.0/routers/1b6c42ee-bbc0-4922-9267-cc39c40492d4/remove_router_interface => generated 309 bytes in 1068 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-23 07:05:37.965 8 INFO neutron_taas.services.taas.taas_plugin [None req-8b57c976-8a3d-41d4-a8ef-a90215666336 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] TaaS: Handle Delete Port: e7c65720-c3cd-4889-af0c-25992f2cacd5 2026-06-23 07:05:37.969 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8b57c976-8a3d-41d4-a8ef-a90215666336 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] Tap Mirror: Handle Delete Port: e7c65720-c3cd-4889-af0c-25992f2cacd5 2026-06-23 07:05:38.273 8 INFO neutron_taas.services.taas.taas_plugin [None req-8b57c976-8a3d-41d4-a8ef-a90215666336 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] TaaS: Handle Delete Port: 2760215c-1c29-44fc-a4d7-cdac834c7166 2026-06-23 07:05:38.281 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8b57c976-8a3d-41d4-a8ef-a90215666336 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] Tap Mirror: Handle Delete Port: 2760215c-1c29-44fc-a4d7-cdac834c7166 [pid: 7|app: 0|req: 458/983] 10.0.0.45 () {34 vars in 782 bytes} [Tue Jun 23 07:05:37 2026] PUT /v2.0/routers/0ce45e18-54f9-4912-b576-1bd94c2c174f/add_router_interface => generated 309 bytes in 1347 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: 459/984] 10.0.0.45 () {32 vars in 716 bytes} [Tue Jun 23 07:05:38 2026] GET /v2.0/ports/d75fa635-29c6-467a-8b52-c9f38d8be009 => generated 1022 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-23 07:05:38.710 8 INFO neutron.services.segments.plugin [-] Segment 2e4c1cd5-bb9d-4d41-827b-f2bb7865ec1b resource provider aggregate not found 2026-06-23 07:05:38.715 8 INFO neutron.services.segments.plugin [-] Segment 2e4c1cd5-bb9d-4d41-827b-f2bb7865ec1b resource provider aggregate not found 2026-06-23 07:05:38.733 8 INFO neutron.db.l3_hamode_db [None req-8b57c976-8a3d-41d4-a8ef-a90215666336 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] HA network 489ba6d5-3efe-41ce-aeb8-62148598c280 was deleted as no HA routers are present in tenant 7a1f842d415a4a779e7d41d1803dac4c. 2026-06-23 07:05:38.737 8 INFO neutron.services.segments.plugin [-] Segment 2e4c1cd5-bb9d-4d41-827b-f2bb7865ec1b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2e4c1cd5-bb9d-4d41-827b-f2bb7865ec1b found for delete ", "request_id": "req-2458233a-cd02-48a7-b55e-3b8559f4810e"}]} 2026-06-23 07:05:38.739 8 INFO neutron.services.segments.plugin [-] Segment 2e4c1cd5-bb9d-4d41-827b-f2bb7865ec1b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2e4c1cd5-bb9d-4d41-827b-f2bb7865ec1b found for delete ", "request_id": "req-cf0cb085-34b6-4359-affb-e54d1aa08f6b"}]} [pid: 8|app: 0|req: 526/985] 10.0.0.45 () {32 vars in 723 bytes} [Tue Jun 23 07:05:37 2026] DELETE /v2.0/routers/1b6c42ee-bbc0-4922-9267-cc39c40492d4 => generated 0 bytes in 999 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-23 07:05:38.883 7 INFO neutron_taas.services.taas.taas_plugin [None req-070ff8a1-af6d-4334-baee-f734f08de4fd c29469a3ef904852a0b1254f80455403 9e1e617bc309477ea3a19eef6190aeed - - default default] TaaS: Handle Delete Port: d75fa635-29c6-467a-8b52-c9f38d8be009 2026-06-23 07:05:38.885 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-070ff8a1-af6d-4334-baee-f734f08de4fd c29469a3ef904852a0b1254f80455403 9e1e617bc309477ea3a19eef6190aeed - - default default] Tap Mirror: Handle Delete Port: d75fa635-29c6-467a-8b52-c9f38d8be009 [pid: 8|app: 0|req: 527/986] 10.0.0.45 () {32 vars in 723 bytes} [Tue Jun 23 07:05:38 2026] DELETE /v2.0/subnets/d897a673-4f98-4007-b71b-1a9dbc626150 => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-23 07:05:39.023 8 INFO neutron_taas.services.taas.taas_plugin [None req-0a846505-f6ed-4f75-81d6-78bcd24da5cc 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] TaaS: Handle Delete Port: ba6b965a-3235-40df-9ddc-4e3990c11893 2026-06-23 07:05:39.026 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0a846505-f6ed-4f75-81d6-78bcd24da5cc 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] Tap Mirror: Handle Delete Port: ba6b965a-3235-40df-9ddc-4e3990c11893 [pid: 8|app: 0|req: 528/987] 10.0.0.45 () {32 vars in 725 bytes} [Tue Jun 23 07:05:38 2026] DELETE /v2.0/networks/1423eb61-f96c-4641-ab56-18aeb4c6bf19 => generated 0 bytes in 303 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 460/988] 10.0.0.45 () {34 vars in 788 bytes} [Tue Jun 23 07:05:38 2026] PUT /v2.0/routers/0ce45e18-54f9-4912-b576-1bd94c2c174f/remove_router_interface => generated 309 bytes in 932 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: 529/989] 10.0.0.45 () {32 vars in 773 bytes} [Tue Jun 23 07:05:39 2026] GET /v2.0/security-groups?tenant_id=7a1f842d415a4a779e7d41d1803dac4c&name=default => generated 2921 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 530/990] 10.0.0.45 () {32 vars in 739 bytes} [Tue Jun 23 07:05:39 2026] DELETE /v2.0/security-groups/f4ebfe54-7598-4a35-a72c-ae52d5e482b6 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-23 07:05:39.524 7 INFO neutron.api.v2.resource [None req-89d48982-c3f2-4307-8a3a-870650ef6999 c29469a3ef904852a0b1254f80455403 9e1e617bc309477ea3a19eef6190aeed - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 461/991] 10.0.0.45 () {34 vars in 788 bytes} [Tue Jun 23 07:05:39 2026] PUT /v2.0/routers/0ce45e18-54f9-4912-b576-1bd94c2c174f/remove_router_interface => generated 197 bytes in 126 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 531/992] 10.0.0.45 () {32 vars in 735 bytes} [Tue Jun 23 07:05:39 2026] GET /v2.0/ports?device_id=0ce45e18-54f9-4912-b576-1bd94c2c174f => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-23 07:05:39.716 7 INFO neutron_taas.services.taas.taas_plugin [None req-16bd6766-0307-4284-aa85-c992167e0c77 c29469a3ef904852a0b1254f80455403 9e1e617bc309477ea3a19eef6190aeed - - default default] TaaS: Handle Delete Port: b74bf3dd-29d8-48a9-b9dd-c8b0911522fb 2026-06-23 07:05:39.718 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-16bd6766-0307-4284-aa85-c992167e0c77 c29469a3ef904852a0b1254f80455403 9e1e617bc309477ea3a19eef6190aeed - - default default] Tap Mirror: Handle Delete Port: b74bf3dd-29d8-48a9-b9dd-c8b0911522fb 2026-06-23 07:05:40.054 7 INFO neutron.services.segments.plugin [-] Segment 5ab68ebc-8df8-4260-afc7-1e88ce866878 resource provider aggregate not found 2026-06-23 07:05:40.058 7 INFO neutron.services.segments.plugin [-] Segment 5ab68ebc-8df8-4260-afc7-1e88ce866878 resource provider aggregate not found 2026-06-23 07:05:40.072 7 INFO neutron.services.segments.plugin [-] Segment 5ab68ebc-8df8-4260-afc7-1e88ce866878 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5ab68ebc-8df8-4260-afc7-1e88ce866878 found for delete ", "request_id": "req-91b2fd21-8fe9-4c1f-bb08-0552a82484ed"}]} 2026-06-23 07:05:40.075 7 INFO neutron.services.segments.plugin [-] Segment 5ab68ebc-8df8-4260-afc7-1e88ce866878 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5ab68ebc-8df8-4260-afc7-1e88ce866878 found for delete ", "request_id": "req-261cde28-a7e9-4879-84bb-81d3cfea786e"}]} 2026-06-23 07:05:40.084 7 INFO neutron.db.l3_hamode_db [None req-16bd6766-0307-4284-aa85-c992167e0c77 c29469a3ef904852a0b1254f80455403 9e1e617bc309477ea3a19eef6190aeed - - default default] HA network cb451f73-b014-4059-9de6-33b7acb9c275 was deleted as no HA routers are present in tenant 9e1e617bc309477ea3a19eef6190aeed. [pid: 7|app: 0|req: 462/993] 10.0.0.45 () {32 vars in 723 bytes} [Tue Jun 23 07:05:39 2026] DELETE /v2.0/routers/0ce45e18-54f9-4912-b576-1bd94c2c174f => generated 0 bytes in 541 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 532/994] 10.0.0.45 () {32 vars in 723 bytes} [Tue Jun 23 07:05:40 2026] DELETE /v2.0/subnets/ab8ccae7-d68d-4ce5-9942-161dfe742ece => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 463/995] 10.0.0.45 () {32 vars in 725 bytes} [Tue Jun 23 07:05:40 2026] DELETE /v2.0/networks/d0017cc4-b6f1-47e1-9ce3-d20fa9b00742 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-23 07:05:40.456 8 INFO neutron.db.segments_db [None req-5091da07-3a00-4bce-a2c6-e477e76dffb3 c29469a3ef904852a0b1254f80455403 9e1e617bc309477ea3a19eef6190aeed - - default default] Added segment a1a05ac4-422b-4490-ba32-ab11c33c52f9 of type vxlan for network f9a41e2d-6867-4799-88f6-6f2a9c510550 [pid: 8|app: 0|req: 533/996] 10.0.0.45 () {34 vars in 669 bytes} [Tue Jun 23 07:05:40 2026] POST /v2.0/networks => generated 610 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-23 07:05:40.760 8 INFO neutron.services.segments.plugin [-] Segment eb5a9799-ace2-409b-82a7-45c2b3d2d540 resource provider aggregate not found 2026-06-23 07:05:40.764 8 INFO neutron.services.segments.plugin [-] Segment eb5a9799-ace2-409b-82a7-45c2b3d2d540 resource provider aggregate not found 2026-06-23 07:05:40.784 8 INFO neutron.services.segments.plugin [-] Segment eb5a9799-ace2-409b-82a7-45c2b3d2d540 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eb5a9799-ace2-409b-82a7-45c2b3d2d540 found for delete ", "request_id": "req-b014df1b-e3da-41c2-86d4-f44ad58af260"}]} 2026-06-23 07:05:40.788 8 INFO neutron.services.segments.plugin [-] Segment eb5a9799-ace2-409b-82a7-45c2b3d2d540 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eb5a9799-ace2-409b-82a7-45c2b3d2d540 found for delete ", "request_id": "req-ba77094e-95dc-4134-aded-ea06ca5f5a9c"}]} [pid: 7|app: 0|req: 464/997] 10.0.0.45 () {34 vars in 668 bytes} [Tue Jun 23 07:05:40 2026] POST /v2.0/subnets => generated 626 bytes in 286 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-23 07:05:40.910 8 INFO neutron.db.segments_db [None req-ce3cfb69-38c4-45b7-893d-dc3d16fc42c1 c29469a3ef904852a0b1254f80455403 9e1e617bc309477ea3a19eef6190aeed - - default default] Added segment 648af441-2241-4288-b6e3-4becfc7630d2 of type vxlan for network f285986d-8319-4e3f-8b2d-95c16341dc7f 2026-06-23 07:05:41.197 8 INFO neutron.db.l3_hamode_db [None req-ce3cfb69-38c4-45b7-893d-dc3d16fc42c1 c29469a3ef904852a0b1254f80455403 9e1e617bc309477ea3a19eef6190aeed - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-23 07:05:41.350 8 INFO neutron.db.l3_hamode_db [None req-ce3cfb69-38c4-45b7-893d-dc3d16fc42c1 c29469a3ef904852a0b1254f80455403 9e1e617bc309477ea3a19eef6190aeed - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-23 07:05:41.718 7 INFO neutron.db.segments_db [None req-c57694c6-e48c-4d88-b05d-4f04d77f5f0e 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] Added segment 3b73d004-1267-4a23-975b-aee73928981e of type vxlan for network 06e28fbf-f69b-4387-9602-2b5e01a3b36a [pid: 7|app: 0|req: 465/998] 10.0.0.45 () {34 vars in 670 bytes} [Tue Jun 23 07:05:41 2026] POST /v2.0/networks => generated 727 bytes in 458 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 534/999] 10.0.0.45 () {34 vars in 668 bytes} [Tue Jun 23 07:05:40 2026] POST /v2.0/routers => generated 506 bytes in 1170 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 466/1000] 10.0.0.45 () {34 vars in 668 bytes} [Tue Jun 23 07:05:41 2026] POST /v2.0/subnets => generated 693 bytes in 209 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-23 07:05:42.104 7 INFO neutron.services.segments.plugin [-] Segment a6dbc8b9-0c55-44a5-a256-9bead13a4d1f resource provider aggregate not found 2026-06-23 07:05:42.110 7 INFO neutron.services.segments.plugin [-] Segment a6dbc8b9-0c55-44a5-a256-9bead13a4d1f resource provider aggregate not found 2026-06-23 07:05:42.119 7 INFO neutron.db.segments_db [None req-db144938-1582-465f-a477-dd1e8c68210c 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] Added segment 2ca75a5c-9c3e-4a42-abf3-bcfd23dbbfcf of type vxlan for network ab688981-4909-469d-be72-b60ba3e472bc 2026-06-23 07:05:42.128 7 INFO neutron.services.segments.plugin [-] Segment a6dbc8b9-0c55-44a5-a256-9bead13a4d1f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a6dbc8b9-0c55-44a5-a256-9bead13a4d1f found for delete ", "request_id": "req-59736e58-8a64-436a-abfa-a92ea1eedf52"}]} 2026-06-23 07:05:42.134 7 INFO neutron.services.segments.plugin [-] Segment a6dbc8b9-0c55-44a5-a256-9bead13a4d1f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a6dbc8b9-0c55-44a5-a256-9bead13a4d1f found for delete ", "request_id": "req-247bcc3f-8e0b-4c4d-8fdc-04d3758e43d7"}]} 2026-06-23 07:05:42.389 7 INFO neutron.db.l3_hamode_db [None req-db144938-1582-465f-a477-dd1e8c68210c 11f9e573eed2441388928bca76ba2e15 847ce7d99f734746a6eae5c7d0ff66da - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-23 07:05:43.253 7 INFO neutron.db.l3_hamode_db [None req-db144938-1582-465f-a477-dd1e8c68210c 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 535/1001] 10.0.0.45 () {34 vars in 782 bytes} [Tue Jun 23 07:05:42 2026] PUT /v2.0/routers/eece8d7f-5364-4ab7-9219-2c32f9d89a57/add_router_interface => generated 309 bytes in 1318 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 536/1002] 10.0.0.82 () {34 vars in 989 bytes} [Tue Jun 23 07:05:43 2026] GET /v2.0/ports?device_id=5275b524-1a6f-4268-8330-3cd8633483fa => 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: 537/1003] 10.0.0.45 () {32 vars in 716 bytes} [Tue Jun 23 07:05:43 2026] GET /v2.0/ports/1d739bb4-d123-45d2-ae63-2087d95533ca => generated 955 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 538/1004] 10.0.0.82 () {34 vars in 1039 bytes} [Tue Jun 23 07:05:43 2026] GET /v2.0/security-groups?id=96ffb2d6-ea98-4938-9212-dce23cfb0d43&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-23 07:05:43.944 8 INFO neutron_taas.services.taas.taas_plugin [None req-3214009d-b73f-47b0-833e-6d5cb7ec3c03 c29469a3ef904852a0b1254f80455403 9e1e617bc309477ea3a19eef6190aeed - - default default] TaaS: Handle Delete Port: 1d739bb4-d123-45d2-ae63-2087d95533ca 2026-06-23 07:05:43.949 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3214009d-b73f-47b0-833e-6d5cb7ec3c03 c29469a3ef904852a0b1254f80455403 9e1e617bc309477ea3a19eef6190aeed - - default default] Tap Mirror: Handle Delete Port: 1d739bb4-d123-45d2-ae63-2087d95533ca [pid: 7|app: 0|req: 467/1005] 10.0.0.45 () {34 vars in 668 bytes} [Tue Jun 23 07:05:42 2026] POST /v2.0/routers => generated 733 bytes in 2303 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 539/1006] 10.0.0.45 () {34 vars in 788 bytes} [Tue Jun 23 07:05:43 2026] PUT /v2.0/routers/eece8d7f-5364-4ab7-9219-2c32f9d89a57/remove_router_interface => generated 309 bytes in 966 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 540/1007] 10.0.0.45 () {32 vars in 735 bytes} [Tue Jun 23 07:05:44 2026] GET /v2.0/ports?device_id=eece8d7f-5364-4ab7-9219-2c32f9d89a57 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-23 07:05:44.680 8 INFO neutron_taas.services.taas.taas_plugin [None req-cf61767a-5963-488a-aef3-56002a910eb0 c29469a3ef904852a0b1254f80455403 9e1e617bc309477ea3a19eef6190aeed - - default default] TaaS: Handle Delete Port: 315dde9c-13a3-4f85-a430-9dafcbfda9c8 2026-06-23 07:05:44.683 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cf61767a-5963-488a-aef3-56002a910eb0 c29469a3ef904852a0b1254f80455403 9e1e617bc309477ea3a19eef6190aeed - - default default] Tap Mirror: Handle Delete Port: 315dde9c-13a3-4f85-a430-9dafcbfda9c8 2026-06-23 07:05:45.067 8 INFO neutron.services.segments.plugin [-] Segment 648af441-2241-4288-b6e3-4becfc7630d2 resource provider aggregate not found 2026-06-23 07:05:45.075 8 INFO neutron.services.segments.plugin [-] Segment 648af441-2241-4288-b6e3-4becfc7630d2 resource provider aggregate not found 2026-06-23 07:05:45.103 8 INFO neutron.services.segments.plugin [-] Segment 648af441-2241-4288-b6e3-4becfc7630d2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 648af441-2241-4288-b6e3-4becfc7630d2 found for delete ", "request_id": "req-099d2158-c576-408c-8312-cccd78d99012"}]} 2026-06-23 07:05:45.104 8 INFO neutron.services.segments.plugin [-] Segment 648af441-2241-4288-b6e3-4becfc7630d2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 648af441-2241-4288-b6e3-4becfc7630d2 found for delete ", "request_id": "req-7452d267-a682-4d9e-9042-bbf2b1ad8455"}]} 2026-06-23 07:05:45.118 8 INFO neutron.db.l3_hamode_db [None req-cf61767a-5963-488a-aef3-56002a910eb0 c29469a3ef904852a0b1254f80455403 9e1e617bc309477ea3a19eef6190aeed - - default default] HA network f285986d-8319-4e3f-8b2d-95c16341dc7f was deleted as no HA routers are present in tenant 9e1e617bc309477ea3a19eef6190aeed. [pid: 8|app: 0|req: 541/1008] 10.0.0.45 () {32 vars in 723 bytes} [Tue Jun 23 07:05:44 2026] DELETE /v2.0/routers/eece8d7f-5364-4ab7-9219-2c32f9d89a57 => generated 0 bytes in 613 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 542/1009] 10.0.0.45 () {32 vars in 723 bytes} [Tue Jun 23 07:05:45 2026] DELETE /v2.0/subnets/182b0038-15b3-4004-b3ae-f4a8f3d6a70f => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-23 07:05:45.369 8 INFO neutron_taas.services.taas.taas_plugin [None req-8cf743a8-d4ab-4417-99ee-a910a5031d5d c29469a3ef904852a0b1254f80455403 9e1e617bc309477ea3a19eef6190aeed - - default default] TaaS: Handle Delete Port: aad7193d-f5a7-41a0-abe1-6eaeea275f95 2026-06-23 07:05:45.372 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8cf743a8-d4ab-4417-99ee-a910a5031d5d c29469a3ef904852a0b1254f80455403 9e1e617bc309477ea3a19eef6190aeed - - default default] Tap Mirror: Handle Delete Port: aad7193d-f5a7-41a0-abe1-6eaeea275f95 [pid: 8|app: 0|req: 543/1010] 10.0.0.45 () {32 vars in 725 bytes} [Tue Jun 23 07:05:45 2026] DELETE /v2.0/networks/f9a41e2d-6867-4799-88f6-6f2a9c510550 => generated 0 bytes in 288 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-23 07:05:45.614 8 INFO neutron.db.segments_db [None req-de177d4f-6b2b-40f4-ae2e-6dd03f25cb29 c29469a3ef904852a0b1254f80455403 9e1e617bc309477ea3a19eef6190aeed - - default default] Added segment 6c2d15d7-fa86-47e8-8406-1b5b1132e4bd of type vxlan for network 121e8a0d-b1fa-4eb2-8e6a-70fc4608033c [pid: 7|app: 0|req: 468/1011] 10.0.0.45 () {34 vars in 782 bytes} [Tue Jun 23 07:05:44 2026] PUT /v2.0/routers/90ac6577-a38e-4000-abae-b24d7a97df07/add_router_interface => generated 309 bytes in 1515 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-23 07:05:45.927 8 INFO neutron.db.l3_hamode_db [None req-de177d4f-6b2b-40f4-ae2e-6dd03f25cb29 c29469a3ef904852a0b1254f80455403 9e1e617bc309477ea3a19eef6190aeed - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 469/1012] 10.0.0.45 () {32 vars in 773 bytes} [Tue Jun 23 07:05:45 2026] GET /v2.0/security-groups?tenant_id=03fc0f6903034536aba3dfa2a0ad3e01&name=default => generated 2925 bytes in 290 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 470/1013] 10.0.0.45 () {32 vars in 739 bytes} [Tue Jun 23 07:05:46 2026] DELETE /v2.0/security-groups/5b2293b6-edd0-4e56-b33a-672ea9ea82ac => 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: 471/1014] 10.0.0.45 () {34 vars in 684 bytes} [Tue Jun 23 07:05:46 2026] POST /v2.0/security-groups => generated 1661 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 472/1015] 10.0.0.45 () {34 vars in 694 bytes} [Tue Jun 23 07:05:46 2026] POST /v2.0/security-group-rules => generated 597 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-23 07:05:46.933 8 INFO neutron.db.l3_hamode_db [None req-de177d4f-6b2b-40f4-ae2e-6dd03f25cb29 c29469a3ef904852a0b1254f80455403 9e1e617bc309477ea3a19eef6190aeed - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 473/1016] 10.0.0.45 () {34 vars in 694 bytes} [Tue Jun 23 07:05:46 2026] POST /v2.0/security-group-rules => generated 602 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-23 07:05:47.134 8 INFO neutron.services.segments.plugin [-] Segment a1a05ac4-422b-4490-ba32-ab11c33c52f9 resource provider aggregate not found 2026-06-23 07:05:47.137 8 INFO neutron.services.segments.plugin [-] Segment a1a05ac4-422b-4490-ba32-ab11c33c52f9 resource provider aggregate not found 2026-06-23 07:05:47.157 8 INFO neutron.services.segments.plugin [-] Segment a1a05ac4-422b-4490-ba32-ab11c33c52f9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a1a05ac4-422b-4490-ba32-ab11c33c52f9 found for delete ", "request_id": "req-7474f3c1-fc71-497c-bef4-493b837d4a3d"}]} 2026-06-23 07:05:47.160 8 INFO neutron.services.segments.plugin [-] Segment a1a05ac4-422b-4490-ba32-ab11c33c52f9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a1a05ac4-422b-4490-ba32-ab11c33c52f9 found for delete ", "request_id": "req-ec7fd9b7-d4c8-48fa-ae1c-ff9ed7a95834"}]} [pid: 7|app: 0|req: 474/1017] 10.0.0.45 () {34 vars in 675 bytes} [Tue Jun 23 07:05:47 2026] POST /v2.0/floatingips => generated 552 bytes in 619 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 544/1018] 10.0.0.45 () {34 vars in 668 bytes} [Tue Jun 23 07:05:45 2026] POST /v2.0/routers => generated 688 bytes in 2366 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 475/1019] 10.0.0.45 () {32 vars in 720 bytes} [Tue Jun 23 07:05:47 2026] GET /v2.0/routers/046fb605-a7cb-4829-8cb0-609101d5cc00 => generated 694 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 545/1020] 10.0.0.45 () {32 vars in 646 bytes} [Tue Jun 23 07:05:48 2026] GET /v2.0/routers => generated 697 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 476/1021] 10.0.0.45 () {34 vars in 740 bytes} [Tue Jun 23 07:05:48 2026] PUT /v2.0/routers/046fb605-a7cb-4829-8cb0-609101d5cc00 => generated 701 bytes in 439 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 546/1022] 10.0.0.45 () {32 vars in 720 bytes} [Tue Jun 23 07:05:48 2026] GET /v2.0/routers/046fb605-a7cb-4829-8cb0-609101d5cc00 => generated 701 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 477/1023] 10.0.0.45 () {32 vars in 735 bytes} [Tue Jun 23 07:05:48 2026] GET /v2.0/ports?device_id=046fb605-a7cb-4829-8cb0-609101d5cc00 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-23 07:05:48.998 8 INFO neutron_taas.services.taas.taas_plugin [None req-7a6967d4-a5d3-46e0-8bf6-7daa78cce2bb c29469a3ef904852a0b1254f80455403 9e1e617bc309477ea3a19eef6190aeed - - default default] TaaS: Handle Delete Port: 0364799b-5a36-4b01-95f6-eaddad2d3cb4 2026-06-23 07:05:49.004 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7a6967d4-a5d3-46e0-8bf6-7daa78cce2bb c29469a3ef904852a0b1254f80455403 9e1e617bc309477ea3a19eef6190aeed - - default default] Tap Mirror: Handle Delete Port: 0364799b-5a36-4b01-95f6-eaddad2d3cb4 2026-06-23 07:05:49.303 8 INFO neutron_taas.services.taas.taas_plugin [None req-7a6967d4-a5d3-46e0-8bf6-7daa78cce2bb c29469a3ef904852a0b1254f80455403 9e1e617bc309477ea3a19eef6190aeed - - default default] TaaS: Handle Delete Port: db29781e-008f-48b4-adc8-1da365c91077 2026-06-23 07:05:49.306 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7a6967d4-a5d3-46e0-8bf6-7daa78cce2bb c29469a3ef904852a0b1254f80455403 9e1e617bc309477ea3a19eef6190aeed - - default default] Tap Mirror: Handle Delete Port: db29781e-008f-48b4-adc8-1da365c91077 2026-06-23 07:05:49.688 8 INFO neutron.services.segments.plugin [-] Segment 6c2d15d7-fa86-47e8-8406-1b5b1132e4bd resource provider aggregate not found 2026-06-23 07:05:49.696 8 INFO neutron.services.segments.plugin [-] Segment 6c2d15d7-fa86-47e8-8406-1b5b1132e4bd resource provider aggregate not found 2026-06-23 07:05:49.715 8 INFO neutron.services.segments.plugin [-] Segment 6c2d15d7-fa86-47e8-8406-1b5b1132e4bd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6c2d15d7-fa86-47e8-8406-1b5b1132e4bd found for delete ", "request_id": "req-15961e5e-c7ed-4621-8136-ac52e2ab929b"}]} 2026-06-23 07:05:49.720 8 INFO neutron.services.segments.plugin [-] Segment 6c2d15d7-fa86-47e8-8406-1b5b1132e4bd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6c2d15d7-fa86-47e8-8406-1b5b1132e4bd found for delete ", "request_id": "req-af7e42e0-7325-48a4-a817-bcbcd47b3170"}]} 2026-06-23 07:05:49.721 8 INFO neutron.db.l3_hamode_db [None req-7a6967d4-a5d3-46e0-8bf6-7daa78cce2bb c29469a3ef904852a0b1254f80455403 9e1e617bc309477ea3a19eef6190aeed - - default default] HA network 121e8a0d-b1fa-4eb2-8e6a-70fc4608033c was deleted as no HA routers are present in tenant 9e1e617bc309477ea3a19eef6190aeed. [pid: 8|app: 0|req: 547/1024] 10.0.0.45 () {32 vars in 723 bytes} [Tue Jun 23 07:05:48 2026] DELETE /v2.0/routers/046fb605-a7cb-4829-8cb0-609101d5cc00 => generated 0 bytes in 1018 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 478/1025] 10.0.0.45 () {32 vars in 735 bytes} [Tue Jun 23 07:05:49 2026] GET /v2.0/ports?device_id=046fb605-a7cb-4829-8cb0-609101d5cc00 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-23 07:05:49.789 8 INFO neutron.api.v2.resource [None req-ad4b58de-0765-4c5a-8bf6-c240fa8fd47b c29469a3ef904852a0b1254f80455403 9e1e617bc309477ea3a19eef6190aeed - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 548/1026] 10.0.0.45 () {32 vars in 723 bytes} [Tue Jun 23 07:05:49 2026] DELETE /v2.0/routers/046fb605-a7cb-4829-8cb0-609101d5cc00 => generated 135 bytes in 33 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 479/1027] 10.0.0.45 () {32 vars in 735 bytes} [Tue Jun 23 07:05:49 2026] GET /v2.0/ports?device_id=eece8d7f-5364-4ab7-9219-2c32f9d89a57 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-23 07:05:49.845 8 INFO neutron.api.v2.resource [None req-637099cb-948f-44ea-9bf8-6852c2d3d14d c29469a3ef904852a0b1254f80455403 9e1e617bc309477ea3a19eef6190aeed - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 549/1028] 10.0.0.45 () {32 vars in 723 bytes} [Tue Jun 23 07:05:49 2026] DELETE /v2.0/routers/eece8d7f-5364-4ab7-9219-2c32f9d89a57 => generated 135 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-23 07:05:49.867 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b97b2e82-d533-4a58-a55b-5f6c9a3b3575 c29469a3ef904852a0b1254f80455403 9e1e617bc309477ea3a19eef6190aeed - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 480/1029] 10.0.0.45 () {32 vars in 723 bytes} [Tue Jun 23 07:05:49 2026] DELETE /v2.0/subnets/182b0038-15b3-4004-b3ae-f4a8f3d6a70f => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 550/1030] 10.0.0.45 () {32 vars in 735 bytes} [Tue Jun 23 07:05:49 2026] GET /v2.0/ports?device_id=0ce45e18-54f9-4912-b576-1bd94c2c174f => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-23 07:05:49.939 7 INFO neutron.api.v2.resource [None req-727a45be-9b9f-4e82-a86f-a6927a8080d3 c29469a3ef904852a0b1254f80455403 9e1e617bc309477ea3a19eef6190aeed - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 481/1031] 10.0.0.45 () {32 vars in 723 bytes} [Tue Jun 23 07:05:49 2026] DELETE /v2.0/routers/0ce45e18-54f9-4912-b576-1bd94c2c174f => generated 135 bytes in 33 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-23 07:05:49.964 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a7cbef1f-ea9d-46c6-a3da-ca268e0a4e0a c29469a3ef904852a0b1254f80455403 9e1e617bc309477ea3a19eef6190aeed - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 551/1032] 10.0.0.45 () {32 vars in 723 bytes} [Tue Jun 23 07:05:49 2026] DELETE /v2.0/subnets/ab8ccae7-d68d-4ce5-9942-161dfe742ece => generated 136 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 482/1033] 10.0.0.45 () {32 vars in 735 bytes} [Tue Jun 23 07:05:49 2026] GET /v2.0/ports?device_id=65e70819-6abc-4b25-9f81-24d108fbdc86 => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-23 07:05:50.042 8 INFO neutron.api.v2.resource [None req-54af6bf7-822b-4beb-b5a1-6d0277f1c81e c29469a3ef904852a0b1254f80455403 9e1e617bc309477ea3a19eef6190aeed - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 552/1034] 10.0.0.45 () {32 vars in 723 bytes} [Tue Jun 23 07:05:50 2026] DELETE /v2.0/routers/65e70819-6abc-4b25-9f81-24d108fbdc86 => generated 135 bytes in 29 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-23 07:05:50.061 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5f573e6b-41dc-4f95-a6f8-1ed2f67d448b c29469a3ef904852a0b1254f80455403 9e1e617bc309477ea3a19eef6190aeed - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 483/1035] 10.0.0.45 () {32 vars in 723 bytes} [Tue Jun 23 07:05:50 2026] DELETE /v2.0/subnets/119ea37c-8902-48cb-8e57-beded273823a => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-23 07:05:50.093 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a0abc51b-26ea-46cf-ba40-921cca925e9b c29469a3ef904852a0b1254f80455403 9e1e617bc309477ea3a19eef6190aeed - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 553/1036] 10.0.0.45 () {32 vars in 723 bytes} [Tue Jun 23 07:05:50 2026] DELETE /v2.0/subnets/2ab8af07-6393-4801-89ba-5c8c10b50b4a => generated 136 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 554/1037] 10.0.0.45 () {32 vars in 773 bytes} [Tue Jun 23 07:05:50 2026] GET /v2.0/security-groups?tenant_id=9e1e617bc309477ea3a19eef6190aeed&name=default => generated 2925 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 555/1038] 10.0.0.45 () {32 vars in 739 bytes} [Tue Jun 23 07:05:50 2026] DELETE /v2.0/security-groups/944d6ed3-d8de-4e3c-8c84-6240772570d6 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-23 07:05:50.964 7 INFO neutron.db.segments_db [None req-68fd3f0c-490f-4eea-89cd-39d48f390332 64f3b3d659814a1d9e76212b175ec610 5bd785a528ea4df992b7f06864bef2e6 - - default default] Added segment 336f4fc9-eb90-4d51-b588-293d5035aad0 of type vxlan for network f85fb1d7-17dd-434d-a208-828b46de263e [pid: 7|app: 0|req: 484/1039] 10.0.0.45 () {34 vars in 669 bytes} [Tue Jun 23 07:05:50 2026] POST /v2.0/networks => generated 708 bytes in 437 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 556/1040] 10.0.0.45 () {34 vars in 668 bytes} [Tue Jun 23 07:05:51 2026] POST /v2.0/subnets => generated 644 bytes in 216 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-23 07:05:51.287 7 WARNING neutron.api.v2.base [None req-728e1302-a087-42e2-b7ec-794d37cd067c 64f3b3d659814a1d9e76212b175ec610 5bd785a528ea4df992b7f06864bef2e6 - - 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-23 07:05:51.288 7 INFO neutron.api.v2.resource [None req-728e1302-a087-42e2-b7ec-794d37cd067c 64f3b3d659814a1d9e76212b175ec610 5bd785a528ea4df992b7f06864bef2e6 - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 7|app: 0|req: 485/1041] 10.0.0.45 () {34 vars in 680 bytes} [Tue Jun 23 07:05:51 2026] POST /v2.0/rbac-policies => generated 143 bytes in 11 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 7|app: 0|req: 486/1042] 10.0.0.190 () {34 vars in 1100 bytes} [Tue Jun 23 07:05:51 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1544581994&fields=id&tenant_id=847ce7d99f734746a6eae5c7d0ff66da => generated 69 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 557/1043] 10.0.0.45 () {32 vars in 725 bytes} [Tue Jun 23 07:05:51 2026] DELETE /v2.0/networks/f85fb1d7-17dd-434d-a208-828b46de263e => generated 0 bytes in 227 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 558/1044] 10.0.0.190 () {34 vars in 982 bytes} [Tue Jun 23 07:05:51 2026] GET /v2.0/networks?id=06e28fbf-f69b-4387-9602-2b5e01a3b36a => generated 678 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 559/1045] 10.0.0.190 () {34 vars in 965 bytes} [Tue Jun 23 07:05:51 2026] GET /v2.0/quotas/847ce7d99f734746a6eae5c7d0ff66da => generated 292 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-23 07:05:51.586 7 INFO neutron.db.segments_db [None req-7a9a64d8-5e99-4aa5-8f42-d11f7f0335b1 64f3b3d659814a1d9e76212b175ec610 5bd785a528ea4df992b7f06864bef2e6 - - default default] Added segment 4e7324f0-fc4e-4bd7-adf2-d09bf466f46c of type vxlan for network d7bf2d03-cc82-4432-aae4-7b0274a28097 [pid: 8|app: 0|req: 560/1046] 10.0.0.190 () {34 vars in 1002 bytes} [Tue Jun 23 07:05:51 2026] GET /v2.0/ports?tenant_id=847ce7d99f734746a6eae5c7d0ff66da&fields=id => generated 103 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 487/1047] 10.0.0.45 () {34 vars in 669 bytes} [Tue Jun 23 07:05:51 2026] POST /v2.0/networks => generated 707 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 488/1048] 10.0.0.190 () {34 vars in 1008 bytes} [Tue Jun 23 07:05:51 2026] GET /v2.0/networks/06e28fbf-f69b-4387-9602-2b5e01a3b36a?fields=segments => generated 14 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-23 07:05:51.753 8 INFO neutron.services.segments.plugin [-] Segment 336f4fc9-eb90-4d51-b588-293d5035aad0 resource provider aggregate not found 2026-06-23 07:05:51.757 8 INFO neutron.services.segments.plugin [-] Segment 336f4fc9-eb90-4d51-b588-293d5035aad0 resource provider aggregate not found 2026-06-23 07:05:51.771 8 INFO neutron.services.segments.plugin [-] Segment 336f4fc9-eb90-4d51-b588-293d5035aad0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 336f4fc9-eb90-4d51-b588-293d5035aad0 found for delete ", "request_id": "req-46fd301f-9028-4591-97dc-a2e5f484caac"}]} 2026-06-23 07:05:51.776 8 INFO neutron.services.segments.plugin [-] Segment 336f4fc9-eb90-4d51-b588-293d5035aad0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 336f4fc9-eb90-4d51-b588-293d5035aad0 found for delete ", "request_id": "req-c4a1bf5f-185d-4583-9344-395de982db56"}]} [pid: 7|app: 0|req: 489/1049] 10.0.0.190 () {34 vars in 1108 bytes} [Tue Jun 23 07:05:51 2026] GET /v2.0/networks/06e28fbf-f69b-4387-9602-2b5e01a3b36a?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: 561/1050] 10.0.0.45 () {34 vars in 668 bytes} [Tue Jun 23 07:05:51 2026] POST /v2.0/subnets => generated 647 bytes in 180 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-23 07:05:51.869 7 WARNING neutron.api.v2.base [None req-59da1325-7c80-489a-ba16-d7a096a157f7 64f3b3d659814a1d9e76212b175ec610 5bd785a528ea4df992b7f06864bef2e6 - - 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-23 07:05:51.869 7 INFO neutron.api.v2.resource [None req-59da1325-7c80-489a-ba16-d7a096a157f7 64f3b3d659814a1d9e76212b175ec610 5bd785a528ea4df992b7f06864bef2e6 - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 7|app: 0|req: 490/1051] 10.0.0.45 () {34 vars in 680 bytes} [Tue Jun 23 07:05:51 2026] POST /v2.0/rbac-policies => generated 547 bytes in 10 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 8|app: 0|req: 562/1054] 10.0.0.45 () {32 vars in 725 bytes} [Tue Jun 23 07:05:51 2026] DELETE /v2.0/networks/d7bf2d03-cc82-4432-aae4-7b0274a28097 => generated 0 bytes in 233 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 493/1055] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:05:52 2026] GET /v2.0/ports?device_id=dbb126fb-e6c8-4a8b-9cad-6c5c5f86bbba => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-23 07:05:52.177 8 INFO neutron.db.segments_db [None req-5b8e6aae-fd81-498d-8895-4205ddddff03 64f3b3d659814a1d9e76212b175ec610 5bd785a528ea4df992b7f06864bef2e6 - - default default] Added segment ed4a69a0-3c4c-4fe5-9ced-6f5ef765ba9e of type vxlan for network 19896e3e-a210-4b95-ab68-1012d3747fd9 [pid: 8|app: 0|req: 563/1056] 10.0.0.45 () {34 vars in 669 bytes} [Tue Jun 23 07:05:52 2026] POST /v2.0/networks => generated 708 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 494/1057] 10.0.0.45 () {34 vars in 668 bytes} [Tue Jun 23 07:05:52 2026] POST /v2.0/subnets => generated 647 bytes in 182 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 564/1058] 10.0.0.45 () {34 vars in 680 bytes} [Tue Jun 23 07:05:52 2026] POST /v2.0/rbac-policies => generated 324 bytes in 694 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 495/1059] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:05:53 2026] GET /v2.0/ports?device_id=dbb126fb-e6c8-4a8b-9cad-6c5c5f86bbba => 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: 565/1060] 10.0.0.45 () {32 vars in 722 bytes} [Tue Jun 23 07:05:53 2026] GET /v2.0/networks/19896e3e-a210-4b95-ab68-1012d3747fd9 => generated 655 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-23 07:05:53.784 8 INFO neutron.services.segments.plugin [-] Segment 4e7324f0-fc4e-4bd7-adf2-d09bf466f46c resource provider aggregate not found 2026-06-23 07:05:53.795 8 INFO neutron.services.segments.plugin [-] Segment 4e7324f0-fc4e-4bd7-adf2-d09bf466f46c resource provider aggregate not found 2026-06-23 07:05:53.801 8 INFO neutron.services.segments.plugin [-] Segment 4e7324f0-fc4e-4bd7-adf2-d09bf466f46c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4e7324f0-fc4e-4bd7-adf2-d09bf466f46c found for delete ", "request_id": "req-b14fe1d2-c424-4025-9bd1-b9891fbb8dfc"}]} 2026-06-23 07:05:53.817 8 INFO neutron.services.segments.plugin [-] Segment 4e7324f0-fc4e-4bd7-adf2-d09bf466f46c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4e7324f0-fc4e-4bd7-adf2-d09bf466f46c found for delete ", "request_id": "req-ba31b9cc-1c4a-4190-8925-327f079f8919"}]} [pid: 7|app: 0|req: 496/1061] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:05:53 2026] GET /v2.0/ports?device_id=5275b524-1a6f-4268-8330-3cd8633483fa => generated 975 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 566/1062] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 23 07:05:54 2026] GET /v2.0/security-groups?id=96ffb2d6-ea98-4938-9212-dce23cfb0d43&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-23 07:05:54.210 7 INFO neutron.pecan_wsgi.hooks.translation [None req-edec478f-6a9a-4490-aa62-d2deba3ac062 4f084b3199ad487882a0a09a38947bd9 c4608732f13e49baa0ca09468c559fd8 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 497/1063] 10.0.0.45 () {32 vars in 722 bytes} [Tue Jun 23 07:05:54 2026] GET /v2.0/networks/19896e3e-a210-4b95-ab68-1012d3747fd9 => generated 138 bytes in 55 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 498/1064] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:05:54 2026] GET /v2.0/ports?device_id=dbb126fb-e6c8-4a8b-9cad-6c5c5f86bbba => 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: 499/1065] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:05:54 2026] GET /v2.0/ports?device_id=5275b524-1a6f-4268-8330-3cd8633483fa => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 500/1066] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 23 07:05:54 2026] GET /v2.0/security-groups?id=96ffb2d6-ea98-4938-9212-dce23cfb0d43&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: 567/1067] 10.0.0.45 () {32 vars in 725 bytes} [Tue Jun 23 07:05:54 2026] DELETE /v2.0/networks/19896e3e-a210-4b95-ab68-1012d3747fd9 => generated 0 bytes in 208 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-23 07:05:54.447 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d0a01db9-ff5d-44b3-95db-b79f79602cdf 64f3b3d659814a1d9e76212b175ec610 5bd785a528ea4df992b7f06864bef2e6 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 501/1068] 10.0.0.45 () {32 vars in 723 bytes} [Tue Jun 23 07:05:54 2026] DELETE /v2.0/subnets/9a0df184-4154-4ce5-921c-79c520fac13b => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-23 07:05:54.470 8 INFO neutron.pecan_wsgi.hooks.translation [None req-af4adb3f-04e9-45e8-bf84-690ee150d552 64f3b3d659814a1d9e76212b175ec610 5bd785a528ea4df992b7f06864bef2e6 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 568/1069] 10.0.0.45 () {32 vars in 723 bytes} [Tue Jun 23 07:05:54 2026] DELETE /v2.0/subnets/736365b7-d351-49be-ba4f-4711b2754b6a => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-23 07:05:54.493 7 INFO neutron.pecan_wsgi.hooks.translation [None req-932476da-2aa1-457c-bba5-9c580bc48a14 64f3b3d659814a1d9e76212b175ec610 5bd785a528ea4df992b7f06864bef2e6 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 502/1070] 10.0.0.45 () {32 vars in 723 bytes} [Tue Jun 23 07:05:54 2026] DELETE /v2.0/subnets/31bbff53-013a-4162-9b8e-49c66ff999a0 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 569/1071] 10.0.0.45 () {32 vars in 773 bytes} [Tue Jun 23 07:05:54 2026] GET /v2.0/security-groups?tenant_id=232ebdbad5894885a6d7e7bc53f00b8c&name=default => generated 2925 bytes in 380 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 503/1072] 10.0.0.45 () {32 vars in 739 bytes} [Tue Jun 23 07:05:55 2026] DELETE /v2.0/security-groups/686ecf33-8273-426c-aa82-29cd20c9cf2c => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 504/1073] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:05:55 2026] GET /v2.0/ports?device_id=dbb126fb-e6c8-4a8b-9cad-6c5c5f86bbba => 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: 505/1074] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:05:55 2026] GET /v2.0/ports?device_id=5275b524-1a6f-4268-8330-3cd8633483fa => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 506/1075] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 23 07:05:55 2026] GET /v2.0/security-groups?id=96ffb2d6-ea98-4938-9212-dce23cfb0d43&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: 570/1076] 10.0.0.45 () {32 vars in 773 bytes} [Tue Jun 23 07:05:55 2026] GET /v2.0/security-groups?tenant_id=b570fb99ecc2486f8bed7dc13fcbf375&name=default => generated 2925 bytes in 353 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 507/1077] 10.0.0.45 () {32 vars in 739 bytes} [Tue Jun 23 07:05:55 2026] DELETE /v2.0/security-groups/b58e5480-3cc4-4bff-b400-6defa15077ee => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-23 07:05:55.823 8 INFO neutron.services.segments.plugin [-] Segment ed4a69a0-3c4c-4fe5-9ced-6f5ef765ba9e resource provider aggregate not found 2026-06-23 07:05:55.838 8 INFO neutron.services.segments.plugin [-] Segment ed4a69a0-3c4c-4fe5-9ced-6f5ef765ba9e resource provider aggregate not found 2026-06-23 07:05:55.840 8 INFO neutron.services.segments.plugin [-] Segment ed4a69a0-3c4c-4fe5-9ced-6f5ef765ba9e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ed4a69a0-3c4c-4fe5-9ced-6f5ef765ba9e found for delete ", "request_id": "req-dfb1bae4-8948-47d5-ad65-e55e9b8401ef"}]} 2026-06-23 07:05:55.855 8 INFO neutron.services.segments.plugin [-] Segment ed4a69a0-3c4c-4fe5-9ced-6f5ef765ba9e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ed4a69a0-3c4c-4fe5-9ced-6f5ef765ba9e found for delete ", "request_id": "req-99ee7329-e513-46a1-a718-db2a7cf7d400"}]} [pid: 8|app: 0|req: 571/1078] 10.0.0.45 () {32 vars in 773 bytes} [Tue Jun 23 07:05:55 2026] GET /v2.0/security-groups?tenant_id=5bd785a528ea4df992b7f06864bef2e6&name=default => generated 2925 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 508/1079] 10.0.0.45 () {32 vars in 739 bytes} [Tue Jun 23 07:05:55 2026] DELETE /v2.0/security-groups/2eafab01-0563-4b36-a69a-79f57ad32197 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 509/1080] 199.204.45.140 () {34 vars in 986 bytes} [Tue Jun 23 07:05:56 2026] GET /v2.0/networks?id=06e28fbf-f69b-4387-9602-2b5e01a3b36a => generated 678 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 572/1081] 10.0.0.45 () {32 vars in 773 bytes} [Tue Jun 23 07:05:56 2026] GET /v2.0/security-groups?tenant_id=c4608732f13e49baa0ca09468c559fd8&name=default => generated 2925 bytes in 174 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 573/1082] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:05:56 2026] GET /v2.0/ports?device_id=dbb126fb-e6c8-4a8b-9cad-6c5c5f86bbba => 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: 510/1083] 199.204.45.140 () {34 vars in 1050 bytes} [Tue Jun 23 07:05:56 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=847ce7d99f734746a6eae5c7d0ff66da => generated 181 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 574/1084] 10.0.0.45 () {32 vars in 739 bytes} [Tue Jun 23 07:05:56 2026] DELETE /v2.0/security-groups/4287e2a4-3eaf-4c50-a236-d07f68076259 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 575/1085] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:05:56 2026] GET /v2.0/ports?device_id=5275b524-1a6f-4268-8330-3cd8633483fa => generated 973 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 576/1086] 199.204.45.140 () {34 vars in 994 bytes} [Tue Jun 23 07:05:56 2026] GET /v2.0/ports?device_id=5275b524-1a6f-4268-8330-3cd8633483fa => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 577/1087] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 23 07:05:56 2026] GET /v2.0/security-groups?id=96ffb2d6-ea98-4938-9212-dce23cfb0d43&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-23 07:05:56.870 8 INFO neutron_taas.services.taas.taas_plugin [req-0f0367ab-b1e4-46cf-8e65-ea1c8d1a73f8 req-e721ee24-cd93-4dca-ad97-f2ab05e816ab 37ed7c3d64c4486facbea49b62067c26 e4d4760d20d042f9829796c58ff2e64a - - default default] TaaS: Handle Delete Port: 688b390d-5f05-4c99-a09d-8287a66e0218 2026-06-23 07:05:56.873 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-0f0367ab-b1e4-46cf-8e65-ea1c8d1a73f8 req-e721ee24-cd93-4dca-ad97-f2ab05e816ab 37ed7c3d64c4486facbea49b62067c26 e4d4760d20d042f9829796c58ff2e64a - - default default] Tap Mirror: Handle Delete Port: 688b390d-5f05-4c99-a09d-8287a66e0218 [pid: 7|app: 0|req: 511/1088] 199.204.45.140 () {38 vars in 955 bytes} [Tue Jun 23 07:05:56 2026] POST /v2.0/ports => generated 954 bytes in 404 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-23 07:05:57.023 8 INFO neutron.db.l3_db [req-0f0367ab-b1e4-46cf-8e65-ea1c8d1a73f8 req-e721ee24-cd93-4dca-ad97-f2ab05e816ab 37ed7c3d64c4486facbea49b62067c26 e4d4760d20d042f9829796c58ff2e64a - - default default] Floating IP 8e9d75be-21a8-4c36-93da-415a85efd224 disassociated. External IP: 10.96.250.211, port: 688b390d-5f05-4c99-a09d-8287a66e0218. [pid: 8|app: 0|req: 578/1089] 199.204.45.140 () {36 vars in 997 bytes} [Tue Jun 23 07:05:56 2026] DELETE /v2.0/ports/688b390d-5f05-4c99-a09d-8287a66e0218 => generated 0 bytes in 671 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-23 07:05:57.479 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-bc8ef063-1fe4-4848-8efd-5d4e51c7752a'] response: {'server_uuid': '5275b524-1a6f-4268-8330-3cd8633483fa', 'name': 'network-vif-deleted', 'tag': '688b390d-5f05-4c99-a09d-8287a66e0218', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 579/1090] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:05:57 2026] GET /v2.0/ports?device_id=dbb126fb-e6c8-4a8b-9cad-6c5c5f86bbba => generated 969 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 580/1091] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 23 07:05:57 2026] GET /v2.0/security-groups?id=42139348-e937-43f4-a764-c371414e4083&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 581/1092] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:05:57 2026] GET /v2.0/ports?device_id=5275b524-1a6f-4268-8330-3cd8633483fa => 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: 512/1093] 199.204.45.140 () {38 vars in 1028 bytes} [Tue Jun 23 07:05:56 2026] PUT /v2.0/ports/d5736feb-1143-404c-8017-ac6decb7f5e4 => generated 1235 bytes in 953 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-23 07:05:57.919 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-68a6d6ca-6cd3-4cd4-be78-bbe736fd2a7a'] response: {'name': 'network-changed', 'server_uuid': 'dbb126fb-e6c8-4a8b-9cad-6c5c5f86bbba', 'tag': 'd5736feb-1143-404c-8017-ac6decb7f5e4', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 582/1094] 199.204.45.140 () {34 vars in 1080 bytes} [Tue Jun 23 07:05:58 2026] GET /v2.0/ports?tenant_id=847ce7d99f734746a6eae5c7d0ff66da&device_id=dbb126fb-e6c8-4a8b-9cad-6c5c5f86bbba => generated 1238 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 513/1095] 199.204.45.140 () {34 vars in 1018 bytes} [Tue Jun 23 07:05:58 2026] GET /v2.0/networks?tenant_id=847ce7d99f734746a6eae5c7d0ff66da&shared=False => generated 774 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 583/1096] 199.204.45.140 () {34 vars in 930 bytes} [Tue Jun 23 07:05:58 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 514/1097] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:05:58 2026] GET /v2.0/ports?device_id=dbb126fb-e6c8-4a8b-9cad-6c5c5f86bbba => 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: 584/1098] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 23 07:05:58 2026] GET /v2.0/security-groups?id=42139348-e937-43f4-a764-c371414e4083&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: 515/1099] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:05:58 2026] GET /v2.0/ports?device_id=5275b524-1a6f-4268-8330-3cd8633483fa => 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: 585/1100] 10.0.0.45 () {32 vars in 773 bytes} [Tue Jun 23 07:05:58 2026] GET /v2.0/security-groups?tenant_id=32536527de0840a49fcb85e61a428ba2&name=default => generated 2925 bytes in 294 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 516/1101] 10.0.0.45 () {32 vars in 739 bytes} [Tue Jun 23 07:05:59 2026] DELETE /v2.0/security-groups/1b68863f-7f79-4c1c-83c1-d9c2d43dda2d => 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: 586/1102] 199.204.45.140 () {34 vars in 1080 bytes} [Tue Jun 23 07:05:59 2026] GET /v2.0/ports?tenant_id=847ce7d99f734746a6eae5c7d0ff66da&device_id=dbb126fb-e6c8-4a8b-9cad-6c5c5f86bbba => 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: 517/1103] 199.204.45.140 () {34 vars in 1058 bytes} [Tue Jun 23 07:05:59 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=d5736feb-1143-404c-8017-ac6decb7f5e4 => 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: 587/1104] 199.204.45.140 () {34 vars in 984 bytes} [Tue Jun 23 07:05:59 2026] GET /v2.0/subnets?id=0a9ac04c-f21d-4a5a-acf8-3ac41994ae81 => generated 696 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 518/1105] 199.204.45.140 () {34 vars in 1052 bytes} [Tue Jun 23 07:05:59 2026] GET /v2.0/ports?network_id=06e28fbf-f69b-4387-9602-2b5e01a3b36a&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: 588/1106] 199.204.45.140 () {34 vars in 1012 bytes} [Tue Jun 23 07:05:59 2026] GET /v2.0/networks/06e28fbf-f69b-4387-9602-2b5e01a3b36a?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: 519/1107] 199.204.45.140 () {34 vars in 1112 bytes} [Tue Jun 23 07:05:59 2026] GET /v2.0/networks/06e28fbf-f69b-4387-9602-2b5e01a3b36a?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: 589/1108] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:05:59 2026] GET /v2.0/ports?device_id=dbb126fb-e6c8-4a8b-9cad-6c5c5f86bbba => generated 969 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 520/1109] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 23 07:05:59 2026] GET /v2.0/security-groups?id=42139348-e937-43f4-a764-c371414e4083&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 590/1110] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:06:00 2026] GET /v2.0/ports?device_id=5275b524-1a6f-4268-8330-3cd8633483fa => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 591/1111] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:06:01 2026] GET /v2.0/ports?device_id=dbb126fb-e6c8-4a8b-9cad-6c5c5f86bbba => 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: 592/1112] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 23 07:06:01 2026] GET /v2.0/security-groups?id=42139348-e937-43f4-a764-c371414e4083&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: 593/1113] 10.0.0.45 () {32 vars in 739 bytes} [Tue Jun 23 07:06:01 2026] DELETE /v2.0/security-groups/96ffb2d6-ea98-4938-9212-dce23cfb0d43 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-23 07:06:01.331 8 INFO neutron.api.v2.resource [None req-ae63138b-1123-4291-8b55-6bc446139293 37ed7c3d64c4486facbea49b62067c26 e4d4760d20d042f9829796c58ff2e64a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 594/1114] 10.0.0.45 () {32 vars in 736 bytes} [Tue Jun 23 07:06:01 2026] GET /v2.0/security-groups/96ffb2d6-ea98-4938-9212-dce23cfb0d43 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-23 07:06:01.452 7 INFO neutron.db.segments_db [None req-59dbf7d2-1c06-4731-80b1-801066fc1d16 42d614369c16408f92dc083e582bda74 b1ebae63acc84bae992ce469b631f276 - - default default] Added segment 9a866a14-2903-434f-97fa-cb9c8710bca5 of type vxlan for network 08cf3c47-d2a9-41f6-84fa-59adc2bfd42a 2026-06-23 07:06:01.453 8 INFO neutron_taas.services.taas.taas_plugin [None req-e15197f9-3680-4ae5-a33b-f8829d993991 37ed7c3d64c4486facbea49b62067c26 e4d4760d20d042f9829796c58ff2e64a - - default default] TaaS: Handle Delete Port: e182a495-8977-4301-8d1a-a788ce528dd9 2026-06-23 07:06:01.456 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e15197f9-3680-4ae5-a33b-f8829d993991 37ed7c3d64c4486facbea49b62067c26 e4d4760d20d042f9829796c58ff2e64a - - default default] Tap Mirror: Handle Delete Port: e182a495-8977-4301-8d1a-a788ce528dd9 [pid: 7|app: 0|req: 521/1115] 10.0.0.45 () {34 vars in 669 bytes} [Tue Jun 23 07:06:01 2026] POST /v2.0/networks => generated 613 bytes in 457 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 595/1116] 10.0.0.45 () {32 vars in 731 bytes} [Tue Jun 23 07:06:01 2026] DELETE /v2.0/floatingips/8e9d75be-21a8-4c36-93da-415a85efd224 => generated 0 bytes in 304 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 522/1117] 10.0.0.45 () {34 vars in 663 bytes} [Tue Jun 23 07:06:01 2026] POST /v2.0/ports => generated 743 bytes in 310 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-23 07:06:01.936 7 INFO neutron.db.segments_db [None req-fac6ba8c-7862-4704-83e1-b7b894df846c 42d614369c16408f92dc083e582bda74 b1ebae63acc84bae992ce469b631f276 - - default default] Added segment 56857ee3-92de-4a9b-af81-16b92d888c9e of type vxlan for network 7fa0196f-8c3b-43d6-9a86-84508cb8d3c9 [pid: 7|app: 0|req: 523/1118] 10.0.0.45 () {34 vars in 669 bytes} [Tue Jun 23 07:06:01 2026] POST /v2.0/networks => generated 612 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-23 07:06:02.075 8 INFO neutron_taas.services.taas.taas_plugin [None req-4f6daa73-245f-4068-a998-59db4b663dae 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] TaaS: Handle Delete Port: 6a677856-4a49-4569-ad49-53258246f6d4 2026-06-23 07:06:02.080 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4f6daa73-245f-4068-a998-59db4b663dae 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] Tap Mirror: Handle Delete Port: 6a677856-4a49-4569-ad49-53258246f6d4 [pid: 7|app: 0|req: 524/1119] 10.0.0.45 () {34 vars in 663 bytes} [Tue Jun 23 07:06:02 2026] POST /v2.0/ports => generated 743 bytes in 365 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: 525/1120] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:06:02 2026] GET /v2.0/ports?device_id=dbb126fb-e6c8-4a8b-9cad-6c5c5f86bbba => generated 969 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-23 07:06:02.545 7 INFO neutron.db.segments_db [None req-66686d0f-cedc-4416-a86e-f1f01769cca8 42d614369c16408f92dc083e582bda74 b1ebae63acc84bae992ce469b631f276 - - default default] Added segment 8abf8733-af40-4f3f-863a-8181782a30c6 of type vxlan for network fc0fa30f-9541-4ffc-82d2-c1b08817ce62 [pid: 7|app: 0|req: 526/1121] 10.0.0.45 () {34 vars in 669 bytes} [Tue Jun 23 07:06:02 2026] POST /v2.0/networks => generated 612 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 527/1122] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 23 07:06:02 2026] GET /v2.0/security-groups?id=42139348-e937-43f4-a764-c371414e4083&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: 596/1123] 10.0.0.45 () {34 vars in 788 bytes} [Tue Jun 23 07:06:01 2026] PUT /v2.0/routers/86bac981-7272-439a-86e9-32b195bf8f3a/remove_router_interface => generated 309 bytes in 1111 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-23 07:06:03.002 8 INFO neutron_taas.services.taas.taas_plugin [None req-9fbacea3-5a7d-4246-8bfb-6427f7d26ff4 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] TaaS: Handle Delete Port: 37c2e7ad-bcc0-44e0-8717-49b9abc2dc87 2026-06-23 07:06:03.005 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9fbacea3-5a7d-4246-8bfb-6427f7d26ff4 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] Tap Mirror: Handle Delete Port: 37c2e7ad-bcc0-44e0-8717-49b9abc2dc87 [pid: 7|app: 0|req: 528/1124] 10.0.0.45 () {34 vars in 663 bytes} [Tue Jun 23 07:06:02 2026] POST /v2.0/ports => generated 743 bytes in 407 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 529/1125] 10.0.0.45 () {32 vars in 773 bytes} [Tue Jun 23 07:06:03 2026] GET /v2.0/security-groups?tenant_id=1343fbe645bb4f7d95fbc88a06dfa72a&name=default => generated 2925 bytes in 236 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-23 07:06:03.354 8 INFO neutron_taas.services.taas.taas_plugin [None req-9fbacea3-5a7d-4246-8bfb-6427f7d26ff4 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] TaaS: Handle Delete Port: 0a641daa-7562-4706-b9fc-c2e59557fda0 2026-06-23 07:06:03.357 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9fbacea3-5a7d-4246-8bfb-6427f7d26ff4 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] Tap Mirror: Handle Delete Port: 0a641daa-7562-4706-b9fc-c2e59557fda0 2026-06-23 07:06:03.381 7 INFO neutron.db.segments_db [None req-4930e82a-3a71-4d48-b822-79da6ceb3d24 42d614369c16408f92dc083e582bda74 b1ebae63acc84bae992ce469b631f276 - - default default] Added segment 9a6e8815-0068-4281-8711-d7995f05ae2f of type vxlan for network be0f9d6f-605d-4c34-944c-d52c2220363e [pid: 7|app: 0|req: 530/1126] 10.0.0.45 () {34 vars in 669 bytes} [Tue Jun 23 07:06:03 2026] POST /v2.0/networks => generated 612 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 531/1127] 10.0.0.45 () {32 vars in 739 bytes} [Tue Jun 23 07:06:03 2026] DELETE /v2.0/security-groups/cce3ccf7-45af-41d0-bbff-84f2a7081227 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-23 07:06:03.790 8 INFO neutron.services.segments.plugin [-] Segment 1f874102-e697-4d85-8d79-ed8b0cc40381 resource provider aggregate not found 2026-06-23 07:06:03.799 8 INFO neutron.services.segments.plugin [-] Segment 1f874102-e697-4d85-8d79-ed8b0cc40381 resource provider aggregate not found 2026-06-23 07:06:03.812 8 INFO neutron.services.segments.plugin [-] Segment 1f874102-e697-4d85-8d79-ed8b0cc40381 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1f874102-e697-4d85-8d79-ed8b0cc40381 found for delete ", "request_id": "req-49e52fbd-95e7-4319-b9b1-b9f51d961599"}]} 2026-06-23 07:06:03.819 8 INFO neutron.services.segments.plugin [-] Segment 1f874102-e697-4d85-8d79-ed8b0cc40381 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1f874102-e697-4d85-8d79-ed8b0cc40381 found for delete ", "request_id": "req-939af77d-eb3d-469b-ab7f-fba6205f4ab4"}]} 2026-06-23 07:06:03.834 8 INFO neutron.db.l3_hamode_db [None req-9fbacea3-5a7d-4246-8bfb-6427f7d26ff4 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] HA network fffe776c-66aa-4500-a103-edf775d455b9 was deleted as no HA routers are present in tenant e4d4760d20d042f9829796c58ff2e64a. [pid: 8|app: 0|req: 597/1128] 10.0.0.45 () {32 vars in 723 bytes} [Tue Jun 23 07:06:02 2026] DELETE /v2.0/routers/86bac981-7272-439a-86e9-32b195bf8f3a => generated 0 bytes in 1086 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 598/1129] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:06:03 2026] GET /v2.0/ports?device_id=dbb126fb-e6c8-4a8b-9cad-6c5c5f86bbba => generated 969 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 532/1130] 10.0.0.45 () {34 vars in 663 bytes} [Tue Jun 23 07:06:03 2026] POST /v2.0/ports => generated 743 bytes in 356 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-23 07:06:04.037 7 INFO neutron.db.segments_db [None req-a11578c2-c4a1-4715-9d2b-ebdd449f7fde 42d614369c16408f92dc083e582bda74 b1ebae63acc84bae992ce469b631f276 - - default default] Added segment 0b4f4993-06f2-440c-b13a-c363be9f3b99 of type vxlan for network 0e7d6877-f242-4b05-9943-352bb61f9067 [pid: 8|app: 0|req: 599/1131] 10.0.0.45 () {32 vars in 723 bytes} [Tue Jun 23 07:06:03 2026] DELETE /v2.0/subnets/2b04d185-ad5d-4f01-bddc-f87c560d0cab => generated 0 bytes in 180 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 533/1132] 10.0.0.45 () {34 vars in 669 bytes} [Tue Jun 23 07:06:03 2026] POST /v2.0/networks => generated 613 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 600/1133] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 23 07:06:04 2026] GET /v2.0/security-groups?id=42139348-e937-43f4-a764-c371414e4083&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-23 07:06:04.273 7 INFO neutron_taas.services.taas.taas_plugin [None req-3ce7e835-2d6f-458d-9781-a14df9b8d697 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] TaaS: Handle Delete Port: 1b946153-cc31-4aa9-8d9b-67a4b2d241fd 2026-06-23 07:06:04.276 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3ce7e835-2d6f-458d-9781-a14df9b8d697 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] Tap Mirror: Handle Delete Port: 1b946153-cc31-4aa9-8d9b-67a4b2d241fd 2026-06-23 07:06:04.512 7 INFO neutron.services.segments.plugin [-] Segment 83fd3ccd-38e4-435e-a185-12eba6e1cb45 resource provider aggregate not found 2026-06-23 07:06:04.519 7 INFO neutron.services.segments.plugin [-] Segment 83fd3ccd-38e4-435e-a185-12eba6e1cb45 resource provider aggregate not found [pid: 8|app: 0|req: 601/1134] 10.0.0.45 () {34 vars in 663 bytes} [Tue Jun 23 07:06:04 2026] POST /v2.0/ports => generated 743 bytes in 365 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-23 07:06:04.533 7 INFO neutron.services.segments.plugin [-] Segment 83fd3ccd-38e4-435e-a185-12eba6e1cb45 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 83fd3ccd-38e4-435e-a185-12eba6e1cb45 found for delete ", "request_id": "req-d8a00b0f-1ef8-42dd-83b2-c8cb435a232a"}]} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 534/1135] 10.0.0.45 () {32 vars in 725 bytes} [Tue Jun 23 07:06:04 2026] DELETE /v2.0/networks/b2173b8f-a8b3-4ef6-b4aa-8ce3657c84a4 => generated 0 bytes in 396 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-23 07:06:04.543 7 INFO neutron.services.segments.plugin [-] Segment 83fd3ccd-38e4-435e-a185-12eba6e1cb45 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 83fd3ccd-38e4-435e-a185-12eba6e1cb45 found for delete ", "request_id": "req-c414d7ff-ff1f-4227-b1eb-38d3630b3053"}]} [pid: 8|app: 0|req: 602/1136] 10.0.0.45 () {34 vars in 746 bytes} [Tue Jun 23 07:06:04 2026] PUT /v2.0/ports/61148bba-7a95-48d5-a565-d85afe5ed6ed/tags => generated 17 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 535/1137] 10.0.0.45 () {34 vars in 746 bytes} [Tue Jun 23 07:06:04 2026] PUT /v2.0/ports/331c9ee4-37ed-490c-9d47-e3c7f174487b/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, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 536/1138] 10.0.0.45 () {32 vars in 773 bytes} [Tue Jun 23 07:06:04 2026] GET /v2.0/security-groups?tenant_id=e4d4760d20d042f9829796c58ff2e64a&name=default => generated 2921 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 603/1139] 10.0.0.45 () {34 vars in 746 bytes} [Tue Jun 23 07:06:04 2026] PUT /v2.0/ports/14e566b1-c1dd-4109-b4e6-063f3d23ec0a/tags => generated 34 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 604/1140] 10.0.0.45 () {34 vars in 746 bytes} [Tue Jun 23 07:06:04 2026] PUT /v2.0/ports/79b5f233-1c5a-44b6-ba85-1fbcbe03f24d/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: 7|app: 0|req: 537/1141] 10.0.0.45 () {32 vars in 739 bytes} [Tue Jun 23 07:06:04 2026] DELETE /v2.0/security-groups/3809e1ae-1527-434c-82eb-9138d9830f07 => 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: 605/1142] 10.0.0.45 () {32 vars in 659 bytes} [Tue Jun 23 07:06:04 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 221 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 538/1143] 10.0.0.45 () {32 vars in 673 bytes} [Tue Jun 23 07:06:05 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 606/1144] 10.0.0.45 () {32 vars in 669 bytes} [Tue Jun 23 07:06:05 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 539/1145] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:06:05 2026] GET /v2.0/ports?device_id=dbb126fb-e6c8-4a8b-9cad-6c5c5f86bbba => generated 969 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 607/1146] 10.0.0.45 () {32 vars in 681 bytes} [Tue Jun 23 07:06:05 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 540/1147] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 23 07:06:05 2026] GET /v2.0/security-groups?id=42139348-e937-43f4-a764-c371414e4083&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 608/1148] 10.0.0.45 () {32 vars in 667 bytes} [Tue Jun 23 07:06:05 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 541/1149] 10.0.0.45 () {32 vars in 681 bytes} [Tue Jun 23 07:06:05 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 542/1150] 10.0.0.45 () {32 vars in 677 bytes} [Tue Jun 23 07:06:05 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 543/1151] 10.0.0.45 () {32 vars in 689 bytes} [Tue Jun 23 07:06:05 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-23 07:06:05.766 8 INFO neutron.db.segments_db [None req-246e352d-9176-4424-878b-1985d77fb57d 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] Added segment e92bca7f-eee9-4ccf-9be4-38cebd701e5b of type vxlan for network 0c72db1b-aaf3-40ee-8284-eb94fc73951f 2026-06-23 07:06:05.769 7 INFO neutron_taas.services.taas.taas_plugin [None req-8ee6610e-4503-4ad3-85ff-dcb8896e0a86 42d614369c16408f92dc083e582bda74 b1ebae63acc84bae992ce469b631f276 - - default default] TaaS: Handle Delete Port: 61148bba-7a95-48d5-a565-d85afe5ed6ed 2026-06-23 07:06:05.771 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8ee6610e-4503-4ad3-85ff-dcb8896e0a86 42d614369c16408f92dc083e582bda74 b1ebae63acc84bae992ce469b631f276 - - default default] Tap Mirror: Handle Delete Port: 61148bba-7a95-48d5-a565-d85afe5ed6ed [pid: 7|app: 0|req: 544/1152] 10.0.0.45 () {32 vars in 719 bytes} [Tue Jun 23 07:06:05 2026] DELETE /v2.0/ports/61148bba-7a95-48d5-a565-d85afe5ed6ed => 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: 609/1153] 10.0.0.45 () {34 vars in 670 bytes} [Tue Jun 23 07:06:05 2026] POST /v2.0/networks => generated 722 bytes in 371 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-23 07:06:05.954 7 INFO neutron_taas.services.taas.taas_plugin [None req-c93cbf8c-e09f-4583-8c49-7d7e8c763a93 42d614369c16408f92dc083e582bda74 b1ebae63acc84bae992ce469b631f276 - - default default] TaaS: Handle Delete Port: 331c9ee4-37ed-490c-9d47-e3c7f174487b 2026-06-23 07:06:05.958 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c93cbf8c-e09f-4583-8c49-7d7e8c763a93 42d614369c16408f92dc083e582bda74 b1ebae63acc84bae992ce469b631f276 - - default default] Tap Mirror: Handle Delete Port: 331c9ee4-37ed-490c-9d47-e3c7f174487b [pid: 8|app: 0|req: 610/1154] 10.0.0.45 () {34 vars in 668 bytes} [Tue Jun 23 07:06:05 2026] POST /v2.0/subnets => generated 688 bytes in 210 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 545/1155] 10.0.0.45 () {32 vars in 719 bytes} [Tue Jun 23 07:06:05 2026] DELETE /v2.0/ports/331c9ee4-37ed-490c-9d47-e3c7f174487b => generated 0 bytes in 216 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-23 07:06:06.126 8 INFO neutron.db.segments_db [None req-9622778c-298d-4038-9a4c-3adc4c0ddd26 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] Added segment 5ad2720e-4f97-4c60-8123-ba632c2fc7d9 of type vxlan for network fca725fb-2888-4e04-8863-22705899bb63 2026-06-23 07:06:06.182 7 INFO neutron_taas.services.taas.taas_plugin [None req-717911de-d4d2-4fa3-a932-2081e5dc6d3d 42d614369c16408f92dc083e582bda74 b1ebae63acc84bae992ce469b631f276 - - default default] TaaS: Handle Delete Port: 14e566b1-c1dd-4109-b4e6-063f3d23ec0a 2026-06-23 07:06:06.186 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-717911de-d4d2-4fa3-a932-2081e5dc6d3d 42d614369c16408f92dc083e582bda74 b1ebae63acc84bae992ce469b631f276 - - default default] Tap Mirror: Handle Delete Port: 14e566b1-c1dd-4109-b4e6-063f3d23ec0a [pid: 7|app: 0|req: 546/1156] 10.0.0.45 () {32 vars in 719 bytes} [Tue Jun 23 07:06:06 2026] DELETE /v2.0/ports/14e566b1-c1dd-4109-b4e6-063f3d23ec0a => generated 0 bytes in 239 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-23 07:06:06.437 7 INFO neutron_taas.services.taas.taas_plugin [None req-76ce0a69-7527-497d-9988-a0a2f420ad9d 42d614369c16408f92dc083e582bda74 b1ebae63acc84bae992ce469b631f276 - - default default] TaaS: Handle Delete Port: 79b5f233-1c5a-44b6-ba85-1fbcbe03f24d 2026-06-23 07:06:06.438 8 INFO neutron.db.l3_hamode_db [None req-9622778c-298d-4038-9a4c-3adc4c0ddd26 11f9e573eed2441388928bca76ba2e15 0fb9aa1432964c2e9912730be8a096fe - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-23 07:06:06.442 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-76ce0a69-7527-497d-9988-a0a2f420ad9d 42d614369c16408f92dc083e582bda74 b1ebae63acc84bae992ce469b631f276 - - default default] Tap Mirror: Handle Delete Port: 79b5f233-1c5a-44b6-ba85-1fbcbe03f24d [pid: 7|app: 0|req: 547/1157] 10.0.0.45 () {32 vars in 719 bytes} [Tue Jun 23 07:06:06 2026] DELETE /v2.0/ports/79b5f233-1c5a-44b6-ba85-1fbcbe03f24d => generated 0 bytes in 213 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 548/1158] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:06:06 2026] GET /v2.0/ports?device_id=dbb126fb-e6c8-4a8b-9cad-6c5c5f86bbba => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-23 07:06:06.692 7 INFO neutron_taas.services.taas.taas_plugin [None req-05031fea-55a4-48b2-bc4b-2e227fea5fab 42d614369c16408f92dc083e582bda74 b1ebae63acc84bae992ce469b631f276 - - default default] TaaS: Handle Delete Port: ee0c6cd6-50cf-4a6f-bd91-aaf051f845e6 2026-06-23 07:06:06.696 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-05031fea-55a4-48b2-bc4b-2e227fea5fab 42d614369c16408f92dc083e582bda74 b1ebae63acc84bae992ce469b631f276 - - default default] Tap Mirror: Handle Delete Port: ee0c6cd6-50cf-4a6f-bd91-aaf051f845e6 [pid: 7|app: 0|req: 549/1159] 10.0.0.45 () {32 vars in 719 bytes} [Tue Jun 23 07:06:06 2026] DELETE /v2.0/ports/ee0c6cd6-50cf-4a6f-bd91-aaf051f845e6 => generated 0 bytes in 212 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 550/1160] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 23 07:06:06 2026] GET /v2.0/security-groups?id=42139348-e937-43f4-a764-c371414e4083&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-23 07:06:07.220 7 INFO neutron.db.segments_db [None req-7c9ab4db-5c71-4bf3-9a8c-eba27497c44a 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] Added segment 29e8dfad-f3f5-4f97-99c8-79042db32c79 of type vxlan for network a50bcd00-5ad9-4b1f-b138-69ba24e34c4a [pid: 7|app: 0|req: 551/1161] 10.0.0.45 () {34 vars in 670 bytes} [Tue Jun 23 07:06:06 2026] POST /v2.0/networks => generated 726 bytes in 506 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-23 07:06:07.424 8 INFO neutron.db.l3_hamode_db [None req-9622778c-298d-4038-9a4c-3adc4c0ddd26 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-23 07:06:07.452 7 INFO neutron.services.segments.plugin [-] Segment 9a866a14-2903-434f-97fa-cb9c8710bca5 resource provider aggregate not found 2026-06-23 07:06:07.452 7 INFO neutron.services.segments.plugin [-] Segment 9a866a14-2903-434f-97fa-cb9c8710bca5 resource provider aggregate not found 2026-06-23 07:06:07.472 7 INFO neutron.services.segments.plugin [-] Segment 9a866a14-2903-434f-97fa-cb9c8710bca5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9a866a14-2903-434f-97fa-cb9c8710bca5 found for delete ", "request_id": "req-20f14a3c-4d60-44a7-b58e-538c03aa23a8"}]} 2026-06-23 07:06:07.476 7 INFO neutron.services.segments.plugin [-] Segment 9a866a14-2903-434f-97fa-cb9c8710bca5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9a866a14-2903-434f-97fa-cb9c8710bca5 found for delete ", "request_id": "req-eeb809f4-01ac-4e05-8368-f1a590690292"}]} [pid: 7|app: 0|req: 552/1162] 10.0.0.45 () {32 vars in 725 bytes} [Tue Jun 23 07:06:07 2026] DELETE /v2.0/networks/08cf3c47-d2a9-41f6-84fa-59adc2bfd42a => 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: 555/1165] 10.0.0.45 () {34 vars in 668 bytes} [Tue Jun 23 07:06:07 2026] POST /v2.0/subnets => generated 692 bytes in 190 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 556/1166] 10.0.0.45 () {32 vars in 725 bytes} [Tue Jun 23 07:06:07 2026] DELETE /v2.0/networks/7fa0196f-8c3b-43d6-9a86-84508cb8d3c9 => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-23 07:06:07.886 7 INFO neutron.db.segments_db [None req-0da9f5fc-07cd-403c-b7df-8eb797cba705 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] Added segment 7f703479-676f-4dab-b43c-ec3b93cb5149 of type vxlan for network 46481bdb-1fd6-454a-b89f-c206f0b6e1fe 2026-06-23 07:06:08.194 7 INFO neutron.db.l3_hamode_db [None req-0da9f5fc-07cd-403c-b7df-8eb797cba705 11f9e573eed2441388928bca76ba2e15 a9ef8e848e414ff1a71400c1b6711b06 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 611/1167] 10.0.0.45 () {34 vars in 668 bytes} [Tue Jun 23 07:06:06 2026] POST /v2.0/routers => generated 728 bytes in 2378 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-23 07:06:08.601 8 INFO neutron.services.segments.plugin [-] Segment 8abf8733-af40-4f3f-863a-8181782a30c6 resource provider aggregate not found 2026-06-23 07:06:08.606 8 INFO neutron.services.segments.plugin [-] Segment 8abf8733-af40-4f3f-863a-8181782a30c6 resource provider aggregate not found 2026-06-23 07:06:08.620 8 INFO neutron.services.segments.plugin [-] Segment 8abf8733-af40-4f3f-863a-8181782a30c6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8abf8733-af40-4f3f-863a-8181782a30c6 found for delete ", "request_id": "req-c968964f-4818-4ce0-ae9c-d55c126a9cc6"}]} 2026-06-23 07:06:08.623 8 INFO neutron.services.segments.plugin [-] Segment 8abf8733-af40-4f3f-863a-8181782a30c6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8abf8733-af40-4f3f-863a-8181782a30c6 found for delete ", "request_id": "req-28e8c4b1-b31e-4945-87b2-d2755f538da8"}]} [pid: 8|app: 0|req: 612/1168] 10.0.0.45 () {32 vars in 725 bytes} [Tue Jun 23 07:06:08 2026] DELETE /v2.0/networks/fc0fa30f-9541-4ffc-82d2-c1b08817ce62 => 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: 613/1169] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:06:08 2026] GET /v2.0/ports?device_id=dbb126fb-e6c8-4a8b-9cad-6c5c5f86bbba => generated 971 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-23 07:06:09.106 7 INFO neutron.db.l3_hamode_db [None req-0da9f5fc-07cd-403c-b7df-8eb797cba705 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-23 07:06:09.497 7 INFO neutron.services.segments.plugin [-] Segment 56857ee3-92de-4a9b-af81-16b92d888c9e resource provider aggregate not found 2026-06-23 07:06:09.498 7 INFO neutron.services.segments.plugin [-] Segment 56857ee3-92de-4a9b-af81-16b92d888c9e resource provider aggregate not found 2026-06-23 07:06:09.518 7 INFO neutron.services.segments.plugin [-] Segment 56857ee3-92de-4a9b-af81-16b92d888c9e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 56857ee3-92de-4a9b-af81-16b92d888c9e found for delete ", "request_id": "req-297f6511-b121-48e4-acef-96f638fe5456"}]} 2026-06-23 07:06:09.525 7 INFO neutron.services.segments.plugin [-] Segment 56857ee3-92de-4a9b-af81-16b92d888c9e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 56857ee3-92de-4a9b-af81-16b92d888c9e found for delete ", "request_id": "req-e03b1556-9543-4a6c-b700-556ad10eb644"}]} [pid: 8|app: 0|req: 614/1170] 10.0.0.45 () {34 vars in 782 bytes} [Tue Jun 23 07:06:08 2026] PUT /v2.0/routers/b343051c-3d31-4f6c-a44e-bf0daf45ff57/add_router_interface => generated 309 bytes in 1338 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 557/1171] 10.0.0.45 () {34 vars in 668 bytes} [Tue Jun 23 07:06:07 2026] POST /v2.0/routers => generated 732 bytes in 2255 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 558/1172] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 23 07:06:10 2026] GET /v2.0/security-groups?id=42139348-e937-43f4-a764-c371414e4083&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 615/1173] 10.0.0.45 () {32 vars in 725 bytes} [Tue Jun 23 07:06:10 2026] DELETE /v2.0/networks/be0f9d6f-605d-4c34-944c-d52c2220363e => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 616/1174] 10.0.0.45 () {32 vars in 725 bytes} [Tue Jun 23 07:06:10 2026] DELETE /v2.0/networks/0e7d6877-f242-4b05-9943-352bb61f9067 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-23 07:06:10.649 8 INFO neutron.services.segments.plugin [-] Segment 9a6e8815-0068-4281-8711-d7995f05ae2f resource provider aggregate not found 2026-06-23 07:06:10.653 8 INFO neutron.services.segments.plugin [-] Segment 9a6e8815-0068-4281-8711-d7995f05ae2f resource provider aggregate not found 2026-06-23 07:06:10.674 8 INFO neutron.services.segments.plugin [-] Segment 9a6e8815-0068-4281-8711-d7995f05ae2f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9a6e8815-0068-4281-8711-d7995f05ae2f found for delete ", "request_id": "req-7802ea0c-682b-4cce-9d75-047b9f5bcc96"}]} 2026-06-23 07:06:10.679 8 INFO neutron.services.segments.plugin [-] Segment 9a6e8815-0068-4281-8711-d7995f05ae2f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9a6e8815-0068-4281-8711-d7995f05ae2f found for delete ", "request_id": "req-5abc14ab-749b-4580-b5b8-aeb14a4e08e2"}]} 2026-06-23 07:06:10.697 8 INFO neutron.services.segments.plugin [-] Segment 0b4f4993-06f2-440c-b13a-c363be9f3b99 resource provider aggregate not found 2026-06-23 07:06:10.700 8 INFO neutron.services.segments.plugin [-] Segment 0b4f4993-06f2-440c-b13a-c363be9f3b99 resource provider aggregate not found 2026-06-23 07:06:10.716 8 INFO neutron.services.segments.plugin [-] Segment 0b4f4993-06f2-440c-b13a-c363be9f3b99 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0b4f4993-06f2-440c-b13a-c363be9f3b99 found for delete ", "request_id": "req-67ece5e4-26db-485f-9cb1-e25b9a2240ce"}]} 2026-06-23 07:06:10.721 8 INFO neutron.services.segments.plugin [-] Segment 0b4f4993-06f2-440c-b13a-c363be9f3b99 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0b4f4993-06f2-440c-b13a-c363be9f3b99 found for delete ", "request_id": "req-a7bef9ba-914b-48c0-bf74-cdb79987386d"}]} [pid: 8|app: 0|req: 617/1175] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:06:11 2026] GET /v2.0/ports?device_id=dbb126fb-e6c8-4a8b-9cad-6c5c5f86bbba => generated 971 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 618/1176] 10.0.0.45 () {32 vars in 773 bytes} [Tue Jun 23 07:06:11 2026] GET /v2.0/security-groups?tenant_id=b1ebae63acc84bae992ce469b631f276&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: 559/1177] 10.0.0.45 () {34 vars in 782 bytes} [Tue Jun 23 07:06:10 2026] PUT /v2.0/routers/2de0cbdc-e044-4397-920e-2854c70fe7a9/add_router_interface => generated 309 bytes in 1457 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 619/1178] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 23 07:06:11 2026] GET /v2.0/security-groups?id=42139348-e937-43f4-a764-c371414e4083&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: 560/1179] 10.0.0.45 () {32 vars in 739 bytes} [Tue Jun 23 07:06:11 2026] DELETE /v2.0/security-groups/98a66929-c1e9-4833-b410-c741857c23f8 => 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: 620/1180] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:06:11 2026] GET /v2.0/ports?device_id=dbb126fb-e6c8-4a8b-9cad-6c5c5f86bbba => generated 971 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 621/1181] 10.0.0.45 () {32 vars in 773 bytes} [Tue Jun 23 07:06:11 2026] GET /v2.0/security-groups?tenant_id=e1f07fa460664880b038c4f7652c4025&name=default => generated 2925 bytes in 227 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-23 07:06:12.189 7 INFO neutron.db.l3_db [None req-675f1531-0e4e-4eba-acce-9e2e81308476 e2676a69f168408c9719c907cfb14b34 847ce7d99f734746a6eae5c7d0ff66da - - default default] Floating IP 17c98842-9dfd-4544-b81f-ffa4e7d75bb9 associated. External IP: 10.96.250.207, port: d5736feb-1143-404c-8017-ac6decb7f5e4. [pid: 8|app: 0|req: 622/1182] 10.0.0.45 () {32 vars in 739 bytes} [Tue Jun 23 07:06:12 2026] DELETE /v2.0/security-groups/7fa7292c-dd3f-47f7-b6f4-b7fab87fe37c => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 623/1183] 10.0.0.45 () {32 vars in 773 bytes} [Tue Jun 23 07:06:12 2026] GET /v2.0/security-groups?tenant_id=43f2961de39249548a4563c704453a34&name=default => generated 2925 bytes in 159 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 561/1184] 10.0.0.45 () {34 vars in 748 bytes} [Tue Jun 23 07:06:11 2026] PUT /v2.0/floatingips/17c98842-9dfd-4544-b81f-ffa4e7d75bb9 => generated 855 bytes in 811 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 562/1185] 10.0.0.190 () {34 vars in 982 bytes} [Tue Jun 23 07:06:12 2026] GET /v2.0/networks?id=0c72db1b-aaf3-40ee-8284-eb94fc73951f => generated 673 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 624/1186] 10.0.0.45 () {32 vars in 739 bytes} [Tue Jun 23 07:06:12 2026] DELETE /v2.0/security-groups/5299699e-9177-4e3d-ab16-a1d3411757fa => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 563/1187] 10.0.0.190 () {34 vars in 965 bytes} [Tue Jun 23 07:06:12 2026] GET /v2.0/quotas/0fb9aa1432964c2e9912730be8a096fe => 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: 625/1188] 10.0.0.190 () {34 vars in 1002 bytes} [Tue Jun 23 07:06:12 2026] GET /v2.0/ports?tenant_id=0fb9aa1432964c2e9912730be8a096fe&fields=id => generated 103 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 626/1189] 10.0.0.190 () {34 vars in 982 bytes} [Tue Jun 23 07:06:12 2026] GET /v2.0/networks?id=a50bcd00-5ad9-4b1f-b138-69ba24e34c4a => generated 677 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 564/1190] 10.0.0.190 () {34 vars in 1008 bytes} [Tue Jun 23 07:06:12 2026] GET /v2.0/networks/0c72db1b-aaf3-40ee-8284-eb94fc73951f?fields=segments => generated 14 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 627/1191] 10.0.0.190 () {34 vars in 965 bytes} [Tue Jun 23 07:06:12 2026] GET /v2.0/quotas/a9ef8e848e414ff1a71400c1b6711b06 => generated 292 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 565/1192] 10.0.0.190 () {34 vars in 1108 bytes} [Tue Jun 23 07:06:12 2026] GET /v2.0/networks/0c72db1b-aaf3-40ee-8284-eb94fc73951f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 628/1193] 10.0.0.190 () {34 vars in 1002 bytes} [Tue Jun 23 07:06:12 2026] GET /v2.0/ports?tenant_id=a9ef8e848e414ff1a71400c1b6711b06&fields=id => generated 57 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 566/1194] 10.0.0.190 () {34 vars in 1008 bytes} [Tue Jun 23 07:06:12 2026] GET /v2.0/networks/a50bcd00-5ad9-4b1f-b138-69ba24e34c4a?fields=segments => generated 14 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 629/1195] 10.0.0.190 () {34 vars in 1108 bytes} [Tue Jun 23 07:06:13 2026] GET /v2.0/networks/a50bcd00-5ad9-4b1f-b138-69ba24e34c4a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-23 07:06:13.233 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e23ec312-330a-4f4b-bc2f-ed978e5b4c74'] response: {'name': 'network-changed', 'server_uuid': 'dbb126fb-e6c8-4a8b-9cad-6c5c5f86bbba', 'tag': 'd5736feb-1143-404c-8017-ac6decb7f5e4', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 567/1196] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:06:13 2026] GET /v2.0/ports?device_id=dbb126fb-e6c8-4a8b-9cad-6c5c5f86bbba => generated 971 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 568/1197] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:06:13 2026] GET /v2.0/ports?device_id=d1257781-674f-439d-8aa0-e4cfaad34070 => 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: 630/1198] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 23 07:06:13 2026] GET /v2.0/security-groups?id=42139348-e937-43f4-a764-c371414e4083&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: 569/1199] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:06:13 2026] GET /v2.0/ports?device_id=de8ba7ca-d5de-49a7-a565-8aa7442309e6 => 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: 631/1200] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:06:13 2026] GET /v2.0/ports?device_id=dbb126fb-e6c8-4a8b-9cad-6c5c5f86bbba => 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: 570/1201] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 23 07:06:13 2026] GET /v2.0/security-groups?id=42139348-e937-43f4-a764-c371414e4083&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: 632/1202] 199.204.45.140 () {34 vars in 1080 bytes} [Tue Jun 23 07:06:13 2026] GET /v2.0/ports?tenant_id=847ce7d99f734746a6eae5c7d0ff66da&device_id=dbb126fb-e6c8-4a8b-9cad-6c5c5f86bbba => generated 1240 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 571/1203] 199.204.45.140 () {34 vars in 986 bytes} [Tue Jun 23 07:06:13 2026] GET /v2.0/networks?id=06e28fbf-f69b-4387-9602-2b5e01a3b36a => generated 774 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 633/1204] 199.204.45.140 () {34 vars in 1058 bytes} [Tue Jun 23 07:06:13 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=d5736feb-1143-404c-8017-ac6decb7f5e4 => generated 858 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 572/1205] 199.204.45.140 () {34 vars in 984 bytes} [Tue Jun 23 07:06:13 2026] GET /v2.0/subnets?id=0a9ac04c-f21d-4a5a-acf8-3ac41994ae81 => generated 696 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 634/1206] 199.204.45.140 () {34 vars in 1052 bytes} [Tue Jun 23 07:06:13 2026] GET /v2.0/ports?network_id=06e28fbf-f69b-4387-9602-2b5e01a3b36a&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: 573/1207] 199.204.45.140 () {34 vars in 1012 bytes} [Tue Jun 23 07:06:14 2026] GET /v2.0/networks/06e28fbf-f69b-4387-9602-2b5e01a3b36a?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: 635/1208] 199.204.45.140 () {34 vars in 1112 bytes} [Tue Jun 23 07:06:14 2026] GET /v2.0/networks/06e28fbf-f69b-4387-9602-2b5e01a3b36a?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: 574/1209] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:06:14 2026] GET /v2.0/ports?device_id=d1257781-674f-439d-8aa0-e4cfaad34070 => 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: 636/1210] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:06:14 2026] GET /v2.0/ports?device_id=de8ba7ca-d5de-49a7-a565-8aa7442309e6 => 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: 575/1211] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:06:14 2026] GET /v2.0/ports?device_id=dbb126fb-e6c8-4a8b-9cad-6c5c5f86bbba => generated 971 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 637/1212] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 23 07:06:14 2026] GET /v2.0/security-groups?id=42139348-e937-43f4-a764-c371414e4083&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: 576/1213] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:06:15 2026] GET /v2.0/ports?device_id=d1257781-674f-439d-8aa0-e4cfaad34070 => 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: 638/1214] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:06:15 2026] GET /v2.0/ports?device_id=de8ba7ca-d5de-49a7-a565-8aa7442309e6 => 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: 577/1215] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:06:15 2026] GET /v2.0/ports?device_id=dbb126fb-e6c8-4a8b-9cad-6c5c5f86bbba => generated 971 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 639/1216] 199.204.45.140 () {34 vars in 994 bytes} [Tue Jun 23 07:06:15 2026] GET /v2.0/ports?device_id=dbb126fb-e6c8-4a8b-9cad-6c5c5f86bbba => generated 971 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 578/1217] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 23 07:06:15 2026] GET /v2.0/security-groups?id=42139348-e937-43f4-a764-c371414e4083&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-23 07:06:16.155 8 INFO neutron_taas.services.taas.taas_plugin [req-87599bae-24d7-43da-8327-e9d262216a5e req-af990b2c-81ac-4d5d-b7c8-bb9cc4ed7ebd e2676a69f168408c9719c907cfb14b34 847ce7d99f734746a6eae5c7d0ff66da - - default default] TaaS: Handle Delete Port: d5736feb-1143-404c-8017-ac6decb7f5e4 2026-06-23 07:06:16.158 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-87599bae-24d7-43da-8327-e9d262216a5e req-af990b2c-81ac-4d5d-b7c8-bb9cc4ed7ebd e2676a69f168408c9719c907cfb14b34 847ce7d99f734746a6eae5c7d0ff66da - - default default] Tap Mirror: Handle Delete Port: d5736feb-1143-404c-8017-ac6decb7f5e4 2026-06-23 07:06:16.286 8 INFO neutron.db.l3_db [req-87599bae-24d7-43da-8327-e9d262216a5e req-af990b2c-81ac-4d5d-b7c8-bb9cc4ed7ebd e2676a69f168408c9719c907cfb14b34 847ce7d99f734746a6eae5c7d0ff66da - - default default] Floating IP 17c98842-9dfd-4544-b81f-ffa4e7d75bb9 disassociated. External IP: 10.96.250.207, port: d5736feb-1143-404c-8017-ac6decb7f5e4. [pid: 8|app: 0|req: 640/1218] 199.204.45.140 () {36 vars in 997 bytes} [Tue Jun 23 07:06:16 2026] DELETE /v2.0/ports/d5736feb-1143-404c-8017-ac6decb7f5e4 => generated 0 bytes in 712 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 641/1219] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:06:16 2026] GET /v2.0/ports?device_id=d1257781-674f-439d-8aa0-e4cfaad34070 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 642/1220] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:06:16 2026] GET /v2.0/ports?device_id=de8ba7ca-d5de-49a7-a565-8aa7442309e6 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-23 07:06:16.826 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-cfae1bc8-fd43-44d1-8336-51c8172c2114'] response: {'server_uuid': 'dbb126fb-e6c8-4a8b-9cad-6c5c5f86bbba', 'name': 'network-vif-deleted', 'tag': 'd5736feb-1143-404c-8017-ac6decb7f5e4', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 643/1221] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:06:17 2026] GET /v2.0/ports?device_id=dbb126fb-e6c8-4a8b-9cad-6c5c5f86bbba => 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: 579/1222] 10.0.0.45 () {34 vars in 675 bytes} [Tue Jun 23 07:06:16 2026] POST /v2.0/floatingips => generated 552 bytes in 895 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 644/1223] 10.0.0.45 () {34 vars in 758 bytes} [Tue Jun 23 07:06:17 2026] PUT /v2.0/floatingips/d16a19c5-e222-4ced-90da-6d8247f8e022/tags => generated 25 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 580/1224] 199.204.45.140 () {34 vars in 986 bytes} [Tue Jun 23 07:06:17 2026] GET /v2.0/networks?id=0c72db1b-aaf3-40ee-8284-eb94fc73951f => generated 673 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 645/1225] 10.0.0.45 () {32 vars in 738 bytes} [Tue Jun 23 07:06:17 2026] GET /v2.0/floatingips/d16a19c5-e222-4ced-90da-6d8247f8e022/tags => generated 25 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 646/1226] 10.0.0.45 () {34 vars in 769 bytes} [Tue Jun 23 07:06:17 2026] PUT /v2.0/floatingips/d16a19c5-e222-4ced-90da-6d8247f8e022/tags/green => generated 4 bytes in 90 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 647/1227] 10.0.0.45 () {32 vars in 738 bytes} [Tue Jun 23 07:06:17 2026] GET /v2.0/floatingips/d16a19c5-e222-4ced-90da-6d8247f8e022/tags => generated 34 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 648/1228] 10.0.0.45 () {34 vars in 765 bytes} [Tue Jun 23 07:06:17 2026] PUT /v2.0/floatingips/d16a19c5-e222-4ced-90da-6d8247f8e022/tags/red => generated 4 bytes in 84 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 649/1229] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:06:17 2026] GET /v2.0/ports?device_id=d1257781-674f-439d-8aa0-e4cfaad34070 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 650/1230] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:06:17 2026] GET /v2.0/ports?device_id=de8ba7ca-d5de-49a7-a565-8aa7442309e6 => 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: 651/1231] 10.0.0.45 () {32 vars in 738 bytes} [Tue Jun 23 07:06:17 2026] GET /v2.0/floatingips/d16a19c5-e222-4ced-90da-6d8247f8e022/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: 652/1232] 10.0.0.45 () {34 vars in 787 bytes} [Tue Jun 23 07:06:17 2026] PUT /v2.0/floatingips/d16a19c5-e222-4ced-90da-6d8247f8e022/tags/black.or.white => generated 4 bytes in 72 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 653/1233] 10.0.0.45 () {32 vars in 738 bytes} [Tue Jun 23 07:06:18 2026] GET /v2.0/floatingips/d16a19c5-e222-4ced-90da-6d8247f8e022/tags => generated 52 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 581/1234] 199.204.45.140 () {38 vars in 955 bytes} [Tue Jun 23 07:06:17 2026] POST /v2.0/ports => generated 958 bytes in 521 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 654/1235] 10.0.0.45 () {34 vars in 758 bytes} [Tue Jun 23 07:06:18 2026] PUT /v2.0/floatingips/d16a19c5-e222-4ced-90da-6d8247f8e022/tags => generated 37 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 582/1236] 10.0.0.45 () {32 vars in 738 bytes} [Tue Jun 23 07:06:18 2026] GET /v2.0/floatingips/d16a19c5-e222-4ced-90da-6d8247f8e022/tags => generated 37 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 583/1237] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:06:18 2026] GET /v2.0/ports?device_id=dbb126fb-e6c8-4a8b-9cad-6c5c5f86bbba => 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: 584/1238] 10.0.0.45 () {32 vars in 746 bytes} [Tue Jun 23 07:06:18 2026] GET /v2.0/floatingips/d16a19c5-e222-4ced-90da-6d8247f8e022/tags/red => generated 0 bytes in 40 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-23 07:06:18.344 7 INFO neutron.api.v2.resource [None req-ff3fa953-9992-4b96-a45e-ae4fe8768637 bd2f52d8873743ac8badcb9fbb04ae8f 4358631b3705420f84b3640f5050607a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 585/1239] 10.0.0.45 () {32 vars in 750 bytes} [Tue Jun 23 07:06:18 2026] GET /v2.0/floatingips/d16a19c5-e222-4ced-90da-6d8247f8e022/tags/green => generated 99 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 586/1240] 10.0.0.45 () {32 vars in 749 bytes} [Tue Jun 23 07:06:18 2026] DELETE /v2.0/floatingips/d16a19c5-e222-4ced-90da-6d8247f8e022/tags/red => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 587/1241] 10.0.0.45 () {32 vars in 738 bytes} [Tue Jun 23 07:06:18 2026] GET /v2.0/floatingips/d16a19c5-e222-4ced-90da-6d8247f8e022/tags => generated 30 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-23 07:06:18.547 7 INFO neutron.api.v2.resource [None req-200c9f75-a8a3-4105-9560-e2d2d1e111ca bd2f52d8873743ac8badcb9fbb04ae8f 4358631b3705420f84b3640f5050607a - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 588/1242] 10.0.0.45 () {32 vars in 753 bytes} [Tue Jun 23 07:06:18 2026] DELETE /v2.0/floatingips/d16a19c5-e222-4ced-90da-6d8247f8e022/tags/green => generated 99 bytes in 58 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 589/1243] 10.0.0.45 () {32 vars in 741 bytes} [Tue Jun 23 07:06:18 2026] DELETE /v2.0/floatingips/d16a19c5-e222-4ced-90da-6d8247f8e022/tags => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 655/1244] 199.204.45.140 () {38 vars in 1028 bytes} [Tue Jun 23 07:06:18 2026] PUT /v2.0/ports/b84e140c-7946-46f0-935a-f005eafba5a2 => generated 1239 bytes in 482 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 590/1245] 10.0.0.45 () {32 vars in 738 bytes} [Tue Jun 23 07:06:18 2026] GET /v2.0/floatingips/d16a19c5-e222-4ced-90da-6d8247f8e022/tags => generated 12 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-23 07:06:18.770 8 INFO neutron_taas.services.taas.taas_plugin [None req-f65b362d-d301-415b-9d21-3307d39142d7 bd2f52d8873743ac8badcb9fbb04ae8f 4358631b3705420f84b3640f5050607a - - default default] TaaS: Handle Delete Port: f213d0d8-b7cc-4748-91f5-42af79f8183a 2026-06-23 07:06:18.773 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f65b362d-d301-415b-9d21-3307d39142d7 bd2f52d8873743ac8badcb9fbb04ae8f 4358631b3705420f84b3640f5050607a - - default default] Tap Mirror: Handle Delete Port: f213d0d8-b7cc-4748-91f5-42af79f8183a 2026-06-23 07:06:18.880 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-77e85c81-3b6b-4585-b644-b5be35e19792'] response: {'name': 'network-changed', 'server_uuid': 'd1257781-674f-439d-8aa0-e4cfaad34070', 'tag': 'b84e140c-7946-46f0-935a-f005eafba5a2', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 656/1246] 10.0.0.45 () {32 vars in 731 bytes} [Tue Jun 23 07:06:18 2026] DELETE /v2.0/floatingips/d16a19c5-e222-4ced-90da-6d8247f8e022 => generated 0 bytes in 297 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 591/1247] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:06:18 2026] GET /v2.0/ports?device_id=d1257781-674f-439d-8aa0-e4cfaad34070 => generated 973 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 657/1248] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:06:18 2026] GET /v2.0/ports?device_id=de8ba7ca-d5de-49a7-a565-8aa7442309e6 => 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: 592/1249] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 23 07:06:19 2026] GET /v2.0/security-groups?id=17893fbf-a109-4dbf-911f-fddf48bf0e55&fields=id&fields=name => generated 88 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 658/1250] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:06:19 2026] GET /v2.0/ports?device_id=dbb126fb-e6c8-4a8b-9cad-6c5c5f86bbba => 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: 593/1251] 199.204.45.140 () {34 vars in 1080 bytes} [Tue Jun 23 07:06:19 2026] GET /v2.0/ports?tenant_id=0fb9aa1432964c2e9912730be8a096fe&device_id=d1257781-674f-439d-8aa0-e4cfaad34070 => generated 1242 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 659/1252] 199.204.45.140 () {34 vars in 1018 bytes} [Tue Jun 23 07:06:19 2026] GET /v2.0/networks?tenant_id=0fb9aa1432964c2e9912730be8a096fe&shared=False => generated 769 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 594/1253] 199.204.45.140 () {34 vars in 930 bytes} [Tue Jun 23 07:06:19 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 660/1254] 10.0.0.45 () {32 vars in 773 bytes} [Tue Jun 23 07:06:19 2026] GET /v2.0/security-groups?tenant_id=6d17dcd150a643abb2c5d7439bbb3a92&name=default => generated 2925 bytes in 240 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 661/1255] 199.204.45.140 () {34 vars in 986 bytes} [Tue Jun 23 07:06:19 2026] GET /v2.0/networks?id=a50bcd00-5ad9-4b1f-b138-69ba24e34c4a => generated 677 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 595/1256] 10.0.0.45 () {32 vars in 739 bytes} [Tue Jun 23 07:06:19 2026] DELETE /v2.0/security-groups/6f84af73-6b7b-4451-a11c-42ad735f474e => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 596/1257] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:06:20 2026] GET /v2.0/ports?device_id=de8ba7ca-d5de-49a7-a565-8aa7442309e6 => 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: 597/1258] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:06:20 2026] GET /v2.0/ports?device_id=d1257781-674f-439d-8aa0-e4cfaad34070 => generated 973 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 598/1259] 10.0.0.45 () {32 vars in 773 bytes} [Tue Jun 23 07:06:20 2026] GET /v2.0/security-groups?tenant_id=4358631b3705420f84b3640f5050607a&name=default => generated 2925 bytes in 156 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 599/1260] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 23 07:06:20 2026] GET /v2.0/security-groups?id=17893fbf-a109-4dbf-911f-fddf48bf0e55&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 662/1261] 199.204.45.140 () {38 vars in 955 bytes} [Tue Jun 23 07:06:19 2026] POST /v2.0/ports => generated 958 bytes in 473 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: 663/1262] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:06:20 2026] GET /v2.0/ports?device_id=dbb126fb-e6c8-4a8b-9cad-6c5c5f86bbba => 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: 600/1263] 10.0.0.45 () {32 vars in 739 bytes} [Tue Jun 23 07:06:20 2026] DELETE /v2.0/security-groups/9700bf10-bb39-49d7-9e84-74d096d1eaf8 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 601/1264] 199.204.45.140 () {34 vars in 1080 bytes} [Tue Jun 23 07:06:20 2026] GET /v2.0/ports?tenant_id=0fb9aa1432964c2e9912730be8a096fe&device_id=d1257781-674f-439d-8aa0-e4cfaad34070 => generated 1242 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 602/1265] 199.204.45.140 () {34 vars in 1060 bytes} [Tue Jun 23 07:06:20 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=b84e140c-7946-46f0-935a-f005eafba5a2 => 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: 603/1266] 199.204.45.140 () {34 vars in 984 bytes} [Tue Jun 23 07:06:20 2026] GET /v2.0/subnets?id=6b8e5e45-4413-4aa7-9321-9a2d73f4015f => generated 691 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 604/1267] 199.204.45.140 () {34 vars in 1052 bytes} [Tue Jun 23 07:06:20 2026] GET /v2.0/ports?network_id=0c72db1b-aaf3-40ee-8284-eb94fc73951f&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 605/1268] 199.204.45.140 () {34 vars in 1012 bytes} [Tue Jun 23 07:06:20 2026] GET /v2.0/networks/0c72db1b-aaf3-40ee-8284-eb94fc73951f?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: 606/1269] 199.204.45.140 () {34 vars in 1112 bytes} [Tue Jun 23 07:06:20 2026] GET /v2.0/networks/0c72db1b-aaf3-40ee-8284-eb94fc73951f?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: 664/1270] 199.204.45.140 () {38 vars in 1028 bytes} [Tue Jun 23 07:06:20 2026] PUT /v2.0/ports/0e2a0828-4482-4e29-8a12-d6e7756f1eb4 => generated 1239 bytes in 430 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-23 07:06:20.937 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4e11f9cd-8067-4a9a-9a5c-c6bf125504a1'] response: {'name': 'network-changed', 'server_uuid': 'de8ba7ca-d5de-49a7-a565-8aa7442309e6', 'tag': '0e2a0828-4482-4e29-8a12-d6e7756f1eb4', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 607/1271] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:06:21 2026] GET /v2.0/ports?device_id=de8ba7ca-d5de-49a7-a565-8aa7442309e6 => generated 973 bytes in 86 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: 665/1272] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 23 07:06:21 2026] GET /v2.0/security-groups?id=6bf6b65e-2d0c-421b-b7ea-41a1bacc96f6&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 608/1273] 199.204.45.140 () {34 vars in 1080 bytes} [Tue Jun 23 07:06:21 2026] GET /v2.0/ports?tenant_id=a9ef8e848e414ff1a71400c1b6711b06&device_id=de8ba7ca-d5de-49a7-a565-8aa7442309e6 => generated 1242 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 666/1274] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:06:21 2026] GET /v2.0/ports?device_id=d1257781-674f-439d-8aa0-e4cfaad34070 => generated 973 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 609/1275] 199.204.45.140 () {34 vars in 1018 bytes} [Tue Jun 23 07:06:21 2026] GET /v2.0/networks?tenant_id=a9ef8e848e414ff1a71400c1b6711b06&shared=False => generated 773 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 610/1276] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 23 07:06:21 2026] GET /v2.0/security-groups?id=17893fbf-a109-4dbf-911f-fddf48bf0e55&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 611/1277] 199.204.45.140 () {34 vars in 930 bytes} [Tue Jun 23 07:06:21 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 667/1278] 10.0.0.45 () {32 vars in 739 bytes} [Tue Jun 23 07:06:21 2026] DELETE /v2.0/security-groups/42139348-e937-43f4-a764-c371414e4083 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-23 07:06:21.663 7 INFO neutron.api.v2.resource [None req-a7818682-d601-4ce9-9381-ce4ffa89d2d5 e2676a69f168408c9719c907cfb14b34 847ce7d99f734746a6eae5c7d0ff66da - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 612/1279] 10.0.0.45 () {32 vars in 736 bytes} [Tue Jun 23 07:06:21 2026] GET /v2.0/security-groups/42139348-e937-43f4-a764-c371414e4083 => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-23 07:06:21.790 8 INFO neutron_taas.services.taas.taas_plugin [None req-1702e594-18c9-47a4-991b-43cdb7abcca6 e2676a69f168408c9719c907cfb14b34 847ce7d99f734746a6eae5c7d0ff66da - - default default] TaaS: Handle Delete Port: f3a56719-0b8b-4414-b2f1-8840b66149e0 2026-06-23 07:06:21.793 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1702e594-18c9-47a4-991b-43cdb7abcca6 e2676a69f168408c9719c907cfb14b34 847ce7d99f734746a6eae5c7d0ff66da - - default default] Tap Mirror: Handle Delete Port: f3a56719-0b8b-4414-b2f1-8840b66149e0 [pid: 8|app: 0|req: 668/1282] 10.0.0.45 () {32 vars in 731 bytes} [Tue Jun 23 07:06:21 2026] DELETE /v2.0/floatingips/17c98842-9dfd-4544-b81f-ffa4e7d75bb9 => generated 0 bytes in 325 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 669/1283] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:06:22 2026] GET /v2.0/ports?device_id=de8ba7ca-d5de-49a7-a565-8aa7442309e6 => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-23 07:06:22.447 7 INFO neutron_taas.services.taas.taas_plugin [None req-4d08ee85-40d7-453a-a9e1-453de05ec966 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] TaaS: Handle Delete Port: 19133cea-83dc-4c55-af44-0a7219ec0faf 2026-06-23 07:06:22.450 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4d08ee85-40d7-453a-a9e1-453de05ec966 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] Tap Mirror: Handle Delete Port: 19133cea-83dc-4c55-af44-0a7219ec0faf [pid: 8|app: 0|req: 670/1284] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 23 07:06:22 2026] GET /v2.0/security-groups?id=6bf6b65e-2d0c-421b-b7ea-41a1bacc96f6&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 671/1285] 199.204.45.140 () {34 vars in 1080 bytes} [Tue Jun 23 07:06:22 2026] GET /v2.0/ports?tenant_id=a9ef8e848e414ff1a71400c1b6711b06&device_id=de8ba7ca-d5de-49a7-a565-8aa7442309e6 => generated 1242 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 672/1286] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:06:22 2026] GET /v2.0/ports?device_id=d1257781-674f-439d-8aa0-e4cfaad34070 => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 673/1287] 199.204.45.140 () {34 vars in 1060 bytes} [Tue Jun 23 07:06:22 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=0e2a0828-4482-4e29-8a12-d6e7756f1eb4 => 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: 674/1288] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 23 07:06:22 2026] GET /v2.0/security-groups?id=17893fbf-a109-4dbf-911f-fddf48bf0e55&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: 675/1289] 199.204.45.140 () {34 vars in 984 bytes} [Tue Jun 23 07:06:22 2026] GET /v2.0/subnets?id=43a47617-f6e8-4932-91d3-3f1c1288e8f8 => generated 695 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 676/1290] 199.204.45.140 () {34 vars in 1052 bytes} [Tue Jun 23 07:06:22 2026] GET /v2.0/ports?network_id=a50bcd00-5ad9-4b1f-b138-69ba24e34c4a&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 677/1291] 199.204.45.140 () {34 vars in 1012 bytes} [Tue Jun 23 07:06:22 2026] GET /v2.0/networks/a50bcd00-5ad9-4b1f-b138-69ba24e34c4a?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: 678/1292] 199.204.45.140 () {34 vars in 1112 bytes} [Tue Jun 23 07:06:22 2026] GET /v2.0/networks/a50bcd00-5ad9-4b1f-b138-69ba24e34c4a?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: 615/1293] 10.0.0.45 () {34 vars in 788 bytes} [Tue Jun 23 07:06:21 2026] PUT /v2.0/routers/90ac6577-a38e-4000-abae-b24d7a97df07/remove_router_interface => generated 309 bytes in 1127 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-23 07:06:23.372 8 INFO neutron_taas.services.taas.taas_plugin [None req-536d4274-7d30-40d5-b5ab-4e810dd7ec39 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] TaaS: Handle Delete Port: f1b7c387-7bbf-4cbf-86ad-6eb49614c706 2026-06-23 07:06:23.376 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-536d4274-7d30-40d5-b5ab-4e810dd7ec39 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] Tap Mirror: Handle Delete Port: f1b7c387-7bbf-4cbf-86ad-6eb49614c706 [pid: 7|app: 0|req: 616/1294] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:06:23 2026] GET /v2.0/ports?device_id=de8ba7ca-d5de-49a7-a565-8aa7442309e6 => generated 973 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 617/1295] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 23 07:06:23 2026] GET /v2.0/security-groups?id=6bf6b65e-2d0c-421b-b7ea-41a1bacc96f6&fields=id&fields=name => generated 88 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-23 07:06:23.715 8 INFO neutron_taas.services.taas.taas_plugin [None req-536d4274-7d30-40d5-b5ab-4e810dd7ec39 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] TaaS: Handle Delete Port: 6d633a1a-37dc-4abb-a647-b8bca2cb377d 2026-06-23 07:06:23.717 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-536d4274-7d30-40d5-b5ab-4e810dd7ec39 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] Tap Mirror: Handle Delete Port: 6d633a1a-37dc-4abb-a647-b8bca2cb377d [pid: 7|app: 0|req: 618/1296] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:06:23 2026] GET /v2.0/ports?device_id=d1257781-674f-439d-8aa0-e4cfaad34070 => generated 975 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 619/1297] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 23 07:06:23 2026] GET /v2.0/security-groups?id=17893fbf-a109-4dbf-911f-fddf48bf0e55&fields=id&fields=name => generated 88 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-23 07:06:24.162 8 INFO neutron.services.segments.plugin [-] Segment 2ca75a5c-9c3e-4a42-abf3-bcfd23dbbfcf resource provider aggregate not found 2026-06-23 07:06:24.168 8 INFO neutron.services.segments.plugin [-] Segment 2ca75a5c-9c3e-4a42-abf3-bcfd23dbbfcf resource provider aggregate not found 2026-06-23 07:06:24.195 8 INFO neutron.services.segments.plugin [-] Segment 2ca75a5c-9c3e-4a42-abf3-bcfd23dbbfcf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2ca75a5c-9c3e-4a42-abf3-bcfd23dbbfcf found for delete ", "request_id": "req-a4e0555d-e536-463f-b19d-64cc2db58917"}]} 2026-06-23 07:06:24.203 8 INFO neutron.services.segments.plugin [-] Segment 2ca75a5c-9c3e-4a42-abf3-bcfd23dbbfcf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2ca75a5c-9c3e-4a42-abf3-bcfd23dbbfcf found for delete ", "request_id": "req-8a8e0caa-74c9-432a-9aae-22299f9921f7"}]} 2026-06-23 07:06:24.206 8 INFO neutron.db.l3_hamode_db [None req-536d4274-7d30-40d5-b5ab-4e810dd7ec39 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] HA network ab688981-4909-469d-be72-b60ba3e472bc was deleted as no HA routers are present in tenant 847ce7d99f734746a6eae5c7d0ff66da. [pid: 8|app: 0|req: 679/1298] 10.0.0.45 () {32 vars in 723 bytes} [Tue Jun 23 07:06:23 2026] DELETE /v2.0/routers/90ac6577-a38e-4000-abae-b24d7a97df07 => generated 0 bytes in 1086 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 680/1299] 10.0.0.45 () {32 vars in 723 bytes} [Tue Jun 23 07:06:24 2026] DELETE /v2.0/subnets/0a9ac04c-f21d-4a5a-acf8-3ac41994ae81 => generated 0 bytes in 193 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-23 07:06:24.477 7 INFO neutron.db.segments_db [None req-fc42ae6f-0bc5-4231-8898-3ebbd9c4468c 9bb1ac7d817f420e8ba922233da06630 24b139ac5dd24028a9a776835e3f72aa - - default default] Added segment 58f20995-164e-43e8-a840-acd0dd387f4d of type vxlan for network 4cee27b9-d9a4-49f4-8cc7-1fdd093f6ca0 2026-06-23 07:06:24.525 8 INFO neutron_taas.services.taas.taas_plugin [None req-c1e1bca6-97d5-4f6d-ae28-57a529852ab4 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] TaaS: Handle Delete Port: 032f2a69-04a4-48e9-8fd9-06b88507fccd 2026-06-23 07:06:24.527 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c1e1bca6-97d5-4f6d-ae28-57a529852ab4 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] Tap Mirror: Handle Delete Port: 032f2a69-04a4-48e9-8fd9-06b88507fccd [pid: 7|app: 0|req: 620/1300] 10.0.0.45 () {34 vars in 669 bytes} [Tue Jun 23 07:06:24 2026] POST /v2.0/networks => generated 612 bytes in 525 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-23 07:06:24.639 7 INFO neutron.db.segments_db [None req-2adea072-6908-4d71-84d2-4d5309d35af2 9bb1ac7d817f420e8ba922233da06630 24b139ac5dd24028a9a776835e3f72aa - - default default] Added segment 47003b7e-3cfb-42ab-8288-edd7b4e1c613 of type vxlan for network 3260dcd0-d101-4e24-a5b9-6b384185bbde [pid: 7|app: 0|req: 621/1301] 10.0.0.45 () {34 vars in 669 bytes} [Tue Jun 23 07:06:24 2026] POST /v2.0/networks => generated 613 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 681/1302] 10.0.0.45 () {32 vars in 725 bytes} [Tue Jun 23 07:06:24 2026] DELETE /v2.0/networks/06e28fbf-f69b-4387-9602-2b5e01a3b36a => generated 0 bytes in 333 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 622/1303] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:06:24 2026] GET /v2.0/ports?device_id=de8ba7ca-d5de-49a7-a565-8aa7442309e6 => generated 973 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 623/1304] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 23 07:06:24 2026] GET /v2.0/security-groups?id=6bf6b65e-2d0c-421b-b7ea-41a1bacc96f6&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: 682/1305] 10.0.0.45 () {34 vars in 752 bytes} [Tue Jun 23 07:06:24 2026] PUT /v2.0/networks/4cee27b9-d9a4-49f4-8cc7-1fdd093f6ca0/tags => generated 25 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 624/1306] 10.0.0.45 () {32 vars in 732 bytes} [Tue Jun 23 07:06:24 2026] GET /v2.0/networks/4cee27b9-d9a4-49f4-8cc7-1fdd093f6ca0/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: 683/1307] 10.0.0.45 () {34 vars in 752 bytes} [Tue Jun 23 07:06:24 2026] PUT /v2.0/networks/3260dcd0-d101-4e24-a5b9-6b384185bbde/tags => generated 17 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 625/1308] 10.0.0.45 () {32 vars in 773 bytes} [Tue Jun 23 07:06:24 2026] GET /v2.0/security-groups?tenant_id=847ce7d99f734746a6eae5c7d0ff66da&name=default => generated 2925 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 684/1309] 10.0.0.45 () {32 vars in 732 bytes} [Tue Jun 23 07:06:24 2026] GET /v2.0/networks/3260dcd0-d101-4e24-a5b9-6b384185bbde/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: 685/1310] 10.0.0.45 () {34 vars in 752 bytes} [Tue Jun 23 07:06:25 2026] PUT /v2.0/networks/3260dcd0-d101-4e24-a5b9-6b384185bbde/tags => generated 12 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 626/1311] 10.0.0.45 () {32 vars in 739 bytes} [Tue Jun 23 07:06:24 2026] DELETE /v2.0/security-groups/422db67f-d04d-419c-8deb-087f03b6b792 => 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: 686/1312] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:06:25 2026] GET /v2.0/ports?device_id=d1257781-674f-439d-8aa0-e4cfaad34070 => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 627/1313] 10.0.0.45 () {32 vars in 732 bytes} [Tue Jun 23 07:06:25 2026] GET /v2.0/networks/3260dcd0-d101-4e24-a5b9-6b384185bbde/tags => generated 12 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 687/1314] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 23 07:06:25 2026] GET /v2.0/security-groups?id=17893fbf-a109-4dbf-911f-fddf48bf0e55&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: 628/1315] 10.0.0.45 () {32 vars in 732 bytes} [Tue Jun 23 07:06:25 2026] GET /v2.0/networks/4cee27b9-d9a4-49f4-8cc7-1fdd093f6ca0/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: 688/1316] 10.0.0.45 () {32 vars in 725 bytes} [Tue Jun 23 07:06:25 2026] DELETE /v2.0/networks/4cee27b9-d9a4-49f4-8cc7-1fdd093f6ca0 => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-23 07:06:25.514 7 INFO neutron.services.segments.plugin [-] Segment 47003b7e-3cfb-42ab-8288-edd7b4e1c613 resource provider aggregate not found 2026-06-23 07:06:25.522 7 INFO neutron.services.segments.plugin [-] Segment 47003b7e-3cfb-42ab-8288-edd7b4e1c613 resource provider aggregate not found 2026-06-23 07:06:25.541 7 INFO neutron.services.segments.plugin [-] Segment 47003b7e-3cfb-42ab-8288-edd7b4e1c613 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 47003b7e-3cfb-42ab-8288-edd7b4e1c613 found for delete ", "request_id": "req-3f2b4323-99ff-43a6-a97b-6ea79b7f51ae"}]} 2026-06-23 07:06:25.544 7 INFO neutron.services.segments.plugin [-] Segment 47003b7e-3cfb-42ab-8288-edd7b4e1c613 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 47003b7e-3cfb-42ab-8288-edd7b4e1c613 found for delete ", "request_id": "req-b83bcfa8-8f0b-463a-a47e-cfb9a5451724"}]} [pid: 7|app: 0|req: 629/1317] 10.0.0.45 () {32 vars in 725 bytes} [Tue Jun 23 07:06:25 2026] DELETE /v2.0/networks/3260dcd0-d101-4e24-a5b9-6b384185bbde => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 689/1318] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:06:25 2026] GET /v2.0/ports?device_id=de8ba7ca-d5de-49a7-a565-8aa7442309e6 => generated 973 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 630/1319] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 23 07:06:26 2026] GET /v2.0/security-groups?id=6bf6b65e-2d0c-421b-b7ea-41a1bacc96f6&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-23 07:06:26.217 8 INFO neutron.services.segments.plugin [-] Segment 3b73d004-1267-4a23-975b-aee73928981e resource provider aggregate not found 2026-06-23 07:06:26.227 8 INFO neutron.services.segments.plugin [-] Segment 3b73d004-1267-4a23-975b-aee73928981e resource provider aggregate not found 2026-06-23 07:06:26.239 8 INFO neutron.services.segments.plugin [-] Segment 3b73d004-1267-4a23-975b-aee73928981e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3b73d004-1267-4a23-975b-aee73928981e found for delete ", "request_id": "req-ef934d09-f592-472f-b340-56bca05e93ee"}]} 2026-06-23 07:06:26.253 8 INFO neutron.services.segments.plugin [-] Segment 3b73d004-1267-4a23-975b-aee73928981e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3b73d004-1267-4a23-975b-aee73928981e found for delete ", "request_id": "req-a31c32aa-e409-4117-bfa7-d5f8bec4901a"}]} 2026-06-23 07:06:26.272 8 INFO neutron.services.segments.plugin [-] Segment 58f20995-164e-43e8-a840-acd0dd387f4d resource provider aggregate not found 2026-06-23 07:06:26.276 8 INFO neutron.services.segments.plugin [-] Segment 58f20995-164e-43e8-a840-acd0dd387f4d resource provider aggregate not found [pid: 8|app: 0|req: 690/1320] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:06:26 2026] GET /v2.0/ports?device_id=d1257781-674f-439d-8aa0-e4cfaad34070 => generated 975 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-23 07:06:26.287 8 INFO neutron.services.segments.plugin [-] Segment 58f20995-164e-43e8-a840-acd0dd387f4d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 58f20995-164e-43e8-a840-acd0dd387f4d found for delete ", "request_id": "req-e2e14e3f-b498-438a-a0d4-6dca35d7ebb5"}]} 2026-06-23 07:06:26.295 8 INFO neutron.services.segments.plugin [-] Segment 58f20995-164e-43e8-a840-acd0dd387f4d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 58f20995-164e-43e8-a840-acd0dd387f4d found for delete ", "request_id": "req-cf363c18-689d-4d4b-9335-efb52e7d9b8f"}]} [pid: 7|app: 0|req: 631/1321] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 23 07:06:26 2026] GET /v2.0/security-groups?id=17893fbf-a109-4dbf-911f-fddf48bf0e55&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: 691/1322] 10.0.0.45 () {32 vars in 773 bytes} [Tue Jun 23 07:06:26 2026] GET /v2.0/security-groups?tenant_id=0b7e8440e6a247588685a7e9737e34da&name=default => generated 2925 bytes in 279 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 632/1323] 10.0.0.45 () {32 vars in 739 bytes} [Tue Jun 23 07:06:26 2026] DELETE /v2.0/security-groups/b8f094e7-f14d-4f35-87c6-3b26436788c2 => 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: 692/1324] 10.0.0.45 () {32 vars in 773 bytes} [Tue Jun 23 07:06:26 2026] GET /v2.0/security-groups?tenant_id=24b139ac5dd24028a9a776835e3f72aa&name=default => generated 2925 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 633/1325] 10.0.0.45 () {32 vars in 739 bytes} [Tue Jun 23 07:06:26 2026] DELETE /v2.0/security-groups/91fd7eab-0606-4d81-ab1e-29877fec9e14 => generated 0 bytes in 167 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 634/1326] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:06:27 2026] GET /v2.0/ports?device_id=de8ba7ca-d5de-49a7-a565-8aa7442309e6 => generated 975 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 635/1327] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 23 07:06:27 2026] GET /v2.0/security-groups?id=6bf6b65e-2d0c-421b-b7ea-41a1bacc96f6&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-23 07:06:27.384 8 INFO neutron.db.segments_db [None req-890bdd4c-5d58-47d1-b771-246d08942a49 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] Added segment 81617ecf-df1b-4a22-a7a0-91251c01fca1 of type vxlan for network 558625da-a797-402b-a108-d741e1d68a43 [pid: 8|app: 0|req: 693/1328] 10.0.0.45 () {34 vars in 670 bytes} [Tue Jun 23 07:06:27 2026] POST /v2.0/networks => generated 718 bytes in 333 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 636/1329] 10.0.0.45 () {34 vars in 668 bytes} [Tue Jun 23 07:06:27 2026] POST /v2.0/subnets => generated 684 bytes in 288 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-23 07:06:27.818 8 INFO neutron.db.segments_db [None req-17c66979-73ad-4cdb-9719-2907c800c477 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] Added segment 05ac4128-e01b-4f15-9256-3c6e8e423443 of type vxlan for network b7fefd7f-712c-4c97-981b-9e4d5e75fc33 [pid: 7|app: 0|req: 637/1330] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:06:27 2026] GET /v2.0/ports?device_id=d1257781-674f-439d-8aa0-e4cfaad34070 => generated 975 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 638/1331] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 23 07:06:27 2026] GET /v2.0/security-groups?id=17893fbf-a109-4dbf-911f-fddf48bf0e55&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-23 07:06:28.086 8 INFO neutron.db.l3_hamode_db [None req-17c66979-73ad-4cdb-9719-2907c800c477 11f9e573eed2441388928bca76ba2e15 05195a85200c460788378a93ad1fe5c5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 639/1332] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:06:28 2026] GET /v2.0/ports?device_id=de8ba7ca-d5de-49a7-a565-8aa7442309e6 => 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: 640/1333] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 23 07:06:28 2026] GET /v2.0/security-groups?id=6bf6b65e-2d0c-421b-b7ea-41a1bacc96f6&fields=id&fields=name => generated 88 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 641/1334] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:06:28 2026] GET /v2.0/ports?device_id=de8ba7ca-d5de-49a7-a565-8aa7442309e6 => generated 975 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 642/1335] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 23 07:06:28 2026] GET /v2.0/security-groups?id=6bf6b65e-2d0c-421b-b7ea-41a1bacc96f6&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-23 07:06:28.918 8 INFO neutron.db.l3_hamode_db [None req-17c66979-73ad-4cdb-9719-2907c800c477 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 643/1336] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:06:28 2026] GET /v2.0/ports?device_id=d1257781-674f-439d-8aa0-e4cfaad34070 => generated 975 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 644/1337] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 23 07:06:29 2026] GET /v2.0/security-groups?id=17893fbf-a109-4dbf-911f-fddf48bf0e55&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 694/1338] 10.0.0.45 () {34 vars in 668 bytes} [Tue Jun 23 07:06:27 2026] POST /v2.0/routers => generated 724 bytes in 2207 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 645/1339] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:06:29 2026] GET /v2.0/ports?device_id=de8ba7ca-d5de-49a7-a565-8aa7442309e6 => generated 975 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 646/1340] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 23 07:06:29 2026] GET /v2.0/security-groups?id=6bf6b65e-2d0c-421b-b7ea-41a1bacc96f6&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 647/1341] 199.204.45.140 () {34 vars in 994 bytes} [Tue Jun 23 07:06:30 2026] GET /v2.0/ports?device_id=d1257781-674f-439d-8aa0-e4cfaad34070 => generated 975 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-23 07:06:30.298 7 INFO neutron_taas.services.taas.taas_plugin [req-7aad4ee3-eaa6-496a-80c6-881665aca40b req-01be60d1-ed43-45d0-be5a-9c2ee7d645ba 73e0af3a40a84c72bfc39d336e10f6af 0fb9aa1432964c2e9912730be8a096fe - - default default] TaaS: Handle Delete Port: b84e140c-7946-46f0-935a-f005eafba5a2 2026-06-23 07:06:30.302 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-7aad4ee3-eaa6-496a-80c6-881665aca40b req-01be60d1-ed43-45d0-be5a-9c2ee7d645ba 73e0af3a40a84c72bfc39d336e10f6af 0fb9aa1432964c2e9912730be8a096fe - - default default] Tap Mirror: Handle Delete Port: b84e140c-7946-46f0-935a-f005eafba5a2 [pid: 7|app: 0|req: 648/1342] 199.204.45.140 () {36 vars in 997 bytes} [Tue Jun 23 07:06:30 2026] DELETE /v2.0/ports/b84e140c-7946-46f0-935a-f005eafba5a2 => generated 0 bytes in 262 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 649/1343] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:06:30 2026] GET /v2.0/ports?device_id=d1257781-674f-439d-8aa0-e4cfaad34070 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-23 07:06:30.501 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c958b54a-f0bf-477b-9681-9110c1a553b8'] response: {'server_uuid': 'd1257781-674f-439d-8aa0-e4cfaad34070', 'name': 'network-vif-deleted', 'tag': 'b84e140c-7946-46f0-935a-f005eafba5a2', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 650/1344] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:06:31 2026] GET /v2.0/ports?device_id=de8ba7ca-d5de-49a7-a565-8aa7442309e6 => 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: 651/1345] 199.204.45.140 () {34 vars in 994 bytes} [Tue Jun 23 07:06:31 2026] GET /v2.0/ports?device_id=de8ba7ca-d5de-49a7-a565-8aa7442309e6 => generated 975 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 652/1346] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 23 07:06:31 2026] GET /v2.0/security-groups?id=6bf6b65e-2d0c-421b-b7ea-41a1bacc96f6&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-23 07:06:31.320 7 INFO neutron_taas.services.taas.taas_plugin [req-fee6d084-9837-40da-ab24-3471d0169bfa req-95d15e7e-d5b3-428e-b3d0-e08a0aa14787 212b90ffc16e49bea3032926435bb868 a9ef8e848e414ff1a71400c1b6711b06 - - default default] TaaS: Handle Delete Port: 0e2a0828-4482-4e29-8a12-d6e7756f1eb4 2026-06-23 07:06:31.323 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-fee6d084-9837-40da-ab24-3471d0169bfa req-95d15e7e-d5b3-428e-b3d0-e08a0aa14787 212b90ffc16e49bea3032926435bb868 a9ef8e848e414ff1a71400c1b6711b06 - - default default] Tap Mirror: Handle Delete Port: 0e2a0828-4482-4e29-8a12-d6e7756f1eb4 [pid: 7|app: 0|req: 653/1347] 199.204.45.140 () {36 vars in 997 bytes} [Tue Jun 23 07:06:31 2026] DELETE /v2.0/ports/0e2a0828-4482-4e29-8a12-d6e7756f1eb4 => generated 0 bytes in 274 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 654/1348] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:06:31 2026] GET /v2.0/ports?device_id=d1257781-674f-439d-8aa0-e4cfaad34070 => 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: 695/1349] 10.0.0.45 () {34 vars in 782 bytes} [Tue Jun 23 07:06:29 2026] PUT /v2.0/routers/0f8882d2-5de1-4ce9-9588-4d6d5ef7910f/add_router_interface => generated 309 bytes in 2114 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 655/1350] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:06:32 2026] GET /v2.0/ports?device_id=de8ba7ca-d5de-49a7-a565-8aa7442309e6 => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-23 07:06:32.559 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-da48290f-7d7f-4ca3-8df7-d9a3f8ab6e19'] response: {'server_uuid': 'de8ba7ca-d5de-49a7-a565-8aa7442309e6', 'name': 'network-vif-deleted', 'tag': '0e2a0828-4482-4e29-8a12-d6e7756f1eb4', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 696/1351] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:06:32 2026] GET /v2.0/ports?device_id=d1257781-674f-439d-8aa0-e4cfaad34070 => 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: 656/1352] 10.0.0.45 () {34 vars in 684 bytes} [Tue Jun 23 07:06:32 2026] POST /v2.0/security-groups => generated 1660 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 697/1353] 10.0.0.45 () {34 vars in 694 bytes} [Tue Jun 23 07:06:32 2026] POST /v2.0/security-group-rules => generated 597 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 657/1354] 10.0.0.45 () {34 vars in 694 bytes} [Tue Jun 23 07:06:33 2026] POST /v2.0/security-group-rules => generated 602 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 658/1355] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:06:33 2026] GET /v2.0/ports?device_id=de8ba7ca-d5de-49a7-a565-8aa7442309e6 => 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: 698/1356] 10.0.0.45 () {34 vars in 675 bytes} [Tue Jun 23 07:06:33 2026] POST /v2.0/floatingips => generated 552 bytes in 635 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 659/1357] 10.0.0.190 () {34 vars in 1098 bytes} [Tue Jun 23 07:06:34 2026] GET /v2.0/security-groups?name=tempest-securitygroup--813691898&fields=id&tenant_id=05195a85200c460788378a93ad1fe5c5 => generated 69 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 699/1358] 10.0.0.190 () {34 vars in 982 bytes} [Tue Jun 23 07:06:34 2026] GET /v2.0/networks?id=558625da-a797-402b-a108-d741e1d68a43 => generated 669 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 660/1359] 10.0.0.190 () {34 vars in 965 bytes} [Tue Jun 23 07:06:34 2026] GET /v2.0/quotas/05195a85200c460788378a93ad1fe5c5 => 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: 700/1360] 10.0.0.190 () {34 vars in 1002 bytes} [Tue Jun 23 07:06:34 2026] GET /v2.0/ports?tenant_id=05195a85200c460788378a93ad1fe5c5&fields=id => generated 103 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 661/1361] 10.0.0.190 () {34 vars in 1008 bytes} [Tue Jun 23 07:06:34 2026] GET /v2.0/networks/558625da-a797-402b-a108-d741e1d68a43?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 701/1362] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:06:34 2026] GET /v2.0/ports?device_id=de8ba7ca-d5de-49a7-a565-8aa7442309e6 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 662/1363] 10.0.0.190 () {34 vars in 1108 bytes} [Tue Jun 23 07:06:34 2026] GET /v2.0/networks/558625da-a797-402b-a108-d741e1d68a43?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: 702/1364] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:06:34 2026] GET /v2.0/ports?device_id=42ffd823-f2a8-436f-a2a4-2ad6642ea91a => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-23 07:06:35.344 7 INFO neutron_taas.services.taas.taas_plugin [None req-1ad0c8c6-2412-4c82-9167-34a2169c3854 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] TaaS: Handle Delete Port: b3f0b775-0f8f-407a-9642-76a55d67a4b1 2026-06-23 07:06:35.348 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1ad0c8c6-2412-4c82-9167-34a2169c3854 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] Tap Mirror: Handle Delete Port: b3f0b775-0f8f-407a-9642-76a55d67a4b1 [pid: 7|app: 0|req: 663/1365] 10.0.0.45 () {34 vars in 788 bytes} [Tue Jun 23 07:06:34 2026] PUT /v2.0/routers/b343051c-3d31-4f6c-a44e-bf0daf45ff57/remove_router_interface => generated 309 bytes in 1081 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 664/1366] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:06:36 2026] GET /v2.0/ports?device_id=42ffd823-f2a8-436f-a2a4-2ad6642ea91a => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-23 07:06:36.058 8 INFO neutron_taas.services.taas.taas_plugin [None req-ce69486d-6278-4f05-8c86-3a8bba751394 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] TaaS: Handle Delete Port: 6d2f2478-fd53-47c5-ab26-811ca1fe4955 2026-06-23 07:06:36.062 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ce69486d-6278-4f05-8c86-3a8bba751394 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] Tap Mirror: Handle Delete Port: 6d2f2478-fd53-47c5-ab26-811ca1fe4955 2026-06-23 07:06:36.279 7 INFO neutron_taas.services.taas.taas_plugin [None req-aa6cd6a7-8f1e-44a0-b618-655634459ab6 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] TaaS: Handle Delete Port: 18d86c20-1561-4ea3-b386-d5f5cf69d7d5 2026-06-23 07:06:36.281 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-aa6cd6a7-8f1e-44a0-b618-655634459ab6 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] Tap Mirror: Handle Delete Port: 18d86c20-1561-4ea3-b386-d5f5cf69d7d5 2026-06-23 07:06:36.598 7 INFO neutron_taas.services.taas.taas_plugin [None req-aa6cd6a7-8f1e-44a0-b618-655634459ab6 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] TaaS: Handle Delete Port: 896c7029-9277-4ed8-bd81-7325cc919c45 2026-06-23 07:06:36.602 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-aa6cd6a7-8f1e-44a0-b618-655634459ab6 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] Tap Mirror: Handle Delete Port: 896c7029-9277-4ed8-bd81-7325cc919c45 [pid: 8|app: 0|req: 703/1367] 10.0.0.45 () {34 vars in 788 bytes} [Tue Jun 23 07:06:35 2026] PUT /v2.0/routers/2de0cbdc-e044-4397-920e-2854c70fe7a9/remove_router_interface => generated 309 bytes in 1061 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-23 07:06:36.936 8 INFO neutron_taas.services.taas.taas_plugin [None req-799efe1c-523d-4c4a-8d44-3bb4e7209cbd 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] TaaS: Handle Delete Port: 418aeb8a-918c-44c1-9122-81becf00137d 2026-06-23 07:06:36.940 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-799efe1c-523d-4c4a-8d44-3bb4e7209cbd 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] Tap Mirror: Handle Delete Port: 418aeb8a-918c-44c1-9122-81becf00137d 2026-06-23 07:06:37.051 7 INFO neutron.services.segments.plugin [-] Segment 5ad2720e-4f97-4c60-8123-ba632c2fc7d9 resource provider aggregate not found 2026-06-23 07:06:37.067 7 INFO neutron.services.segments.plugin [-] Segment 5ad2720e-4f97-4c60-8123-ba632c2fc7d9 resource provider aggregate not found 2026-06-23 07:06:37.087 7 INFO neutron.services.segments.plugin [-] Segment 5ad2720e-4f97-4c60-8123-ba632c2fc7d9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5ad2720e-4f97-4c60-8123-ba632c2fc7d9 found for delete ", "request_id": "req-6521e1b6-b9de-4749-a44a-eab3447d07ce"}]} 2026-06-23 07:06:37.106 7 INFO neutron.db.l3_hamode_db [None req-aa6cd6a7-8f1e-44a0-b618-655634459ab6 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] HA network fca725fb-2888-4e04-8863-22705899bb63 was deleted as no HA routers are present in tenant 0fb9aa1432964c2e9912730be8a096fe. 2026-06-23 07:06:37.107 7 INFO neutron.services.segments.plugin [-] Segment 5ad2720e-4f97-4c60-8123-ba632c2fc7d9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5ad2720e-4f97-4c60-8123-ba632c2fc7d9 found for delete ", "request_id": "req-da7581df-7f5e-4d34-9d6f-ee97eed42eec"}]} [pid: 7|app: 0|req: 665/1368] 10.0.0.45 () {32 vars in 723 bytes} [Tue Jun 23 07:06:36 2026] DELETE /v2.0/routers/b343051c-3d31-4f6c-a44e-bf0daf45ff57 => generated 0 bytes in 1082 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 668/1371] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:06:37 2026] GET /v2.0/ports?device_id=42ffd823-f2a8-436f-a2a4-2ad6642ea91a => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-23 07:06:37.283 8 INFO neutron_taas.services.taas.taas_plugin [None req-799efe1c-523d-4c4a-8d44-3bb4e7209cbd 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] TaaS: Handle Delete Port: 5436611b-6c44-4687-8227-7f0402deb358 [pid: 7|app: 0|req: 669/1372] 10.0.0.45 () {32 vars in 723 bytes} [Tue Jun 23 07:06:37 2026] DELETE /v2.0/subnets/6b8e5e45-4413-4aa7-9321-9a2d73f4015f => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-23 07:06:37.287 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-799efe1c-523d-4c4a-8d44-3bb4e7209cbd 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] Tap Mirror: Handle Delete Port: 5436611b-6c44-4687-8227-7f0402deb358 2026-06-23 07:06:37.380 7 INFO neutron_taas.services.taas.taas_plugin [None req-d68ebdad-679f-419e-8c5f-305e3508b4b8 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] TaaS: Handle Delete Port: 99c7253a-e04f-4065-a13f-2326137062a6 2026-06-23 07:06:37.382 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d68ebdad-679f-419e-8c5f-305e3508b4b8 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] Tap Mirror: Handle Delete Port: 99c7253a-e04f-4065-a13f-2326137062a6 [pid: 7|app: 0|req: 670/1373] 10.0.0.45 () {32 vars in 725 bytes} [Tue Jun 23 07:06:37 2026] DELETE /v2.0/networks/0c72db1b-aaf3-40ee-8284-eb94fc73951f => generated 0 bytes in 314 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-23 07:06:37.693 8 INFO neutron.services.segments.plugin [-] Segment 7f703479-676f-4dab-b43c-ec3b93cb5149 resource provider aggregate not found 2026-06-23 07:06:37.707 8 INFO neutron.services.segments.plugin [-] Segment 7f703479-676f-4dab-b43c-ec3b93cb5149 resource provider aggregate not found 2026-06-23 07:06:37.713 8 INFO neutron.services.segments.plugin [-] Segment 7f703479-676f-4dab-b43c-ec3b93cb5149 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7f703479-676f-4dab-b43c-ec3b93cb5149 found for delete ", "request_id": "req-10df24a9-535d-496c-a7a5-07d30e2634a6"}]} 2026-06-23 07:06:37.725 8 INFO neutron.services.segments.plugin [-] Segment 7f703479-676f-4dab-b43c-ec3b93cb5149 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7f703479-676f-4dab-b43c-ec3b93cb5149 found for delete ", "request_id": "req-1ace1476-a760-4ba9-9c7e-785c44077888"}]} 2026-06-23 07:06:37.731 8 INFO neutron.db.l3_hamode_db [None req-799efe1c-523d-4c4a-8d44-3bb4e7209cbd 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] HA network 46481bdb-1fd6-454a-b89f-c206f0b6e1fe was deleted as no HA routers are present in tenant a9ef8e848e414ff1a71400c1b6711b06. [pid: 8|app: 0|req: 704/1374] 10.0.0.45 () {32 vars in 723 bytes} [Tue Jun 23 07:06:36 2026] DELETE /v2.0/routers/2de0cbdc-e044-4397-920e-2854c70fe7a9 => generated 0 bytes in 1038 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 705/1375] 10.0.0.45 () {32 vars in 773 bytes} [Tue Jun 23 07:06:37 2026] GET /v2.0/security-groups?tenant_id=0fb9aa1432964c2e9912730be8a096fe&name=default => generated 2925 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 671/1376] 10.0.0.45 () {32 vars in 723 bytes} [Tue Jun 23 07:06:37 2026] DELETE /v2.0/subnets/43a47617-f6e8-4932-91d3-3f1c1288e8f8 => generated 0 bytes in 200 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 706/1377] 10.0.0.45 () {32 vars in 739 bytes} [Tue Jun 23 07:06:37 2026] DELETE /v2.0/security-groups/17893fbf-a109-4dbf-911f-fddf48bf0e55 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-23 07:06:38.051 7 INFO neutron_taas.services.taas.taas_plugin [None req-e15353da-ee6d-4829-b439-c7d5877b85f2 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] TaaS: Handle Delete Port: 3e778a22-28d1-4415-8a68-b346b3752208 2026-06-23 07:06:38.056 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e15353da-ee6d-4829-b439-c7d5877b85f2 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] Tap Mirror: Handle Delete Port: 3e778a22-28d1-4415-8a68-b346b3752208 [pid: 8|app: 0|req: 707/1378] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:06:38 2026] GET /v2.0/ports?device_id=42ffd823-f2a8-436f-a2a4-2ad6642ea91a => 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: 672/1379] 10.0.0.45 () {32 vars in 725 bytes} [Tue Jun 23 07:06:37 2026] DELETE /v2.0/networks/a50bcd00-5ad9-4b1f-b138-69ba24e34c4a => generated 0 bytes in 325 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 708/1380] 10.0.0.45 () {32 vars in 773 bytes} [Tue Jun 23 07:06:38 2026] GET /v2.0/security-groups?tenant_id=a9ef8e848e414ff1a71400c1b6711b06&name=default => generated 2925 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 673/1381] 10.0.0.45 () {32 vars in 739 bytes} [Tue Jun 23 07:06:38 2026] DELETE /v2.0/security-groups/6bf6b65e-2d0c-421b-b7ea-41a1bacc96f6 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 709/1382] 199.204.45.140 () {34 vars in 986 bytes} [Tue Jun 23 07:06:39 2026] GET /v2.0/networks?id=558625da-a797-402b-a108-d741e1d68a43 => generated 669 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-23 07:06:39.113 7 INFO neutron.services.segments.plugin [-] Segment e92bca7f-eee9-4ccf-9be4-38cebd701e5b resource provider aggregate not found [pid: 7|app: 0|req: 674/1383] 199.204.45.140 () {34 vars in 1050 bytes} [Tue Jun 23 07:06:39 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=05195a85200c460788378a93ad1fe5c5 => generated 180 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-23 07:06:39.135 7 INFO neutron.services.segments.plugin [-] Segment e92bca7f-eee9-4ccf-9be4-38cebd701e5b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e92bca7f-eee9-4ccf-9be4-38cebd701e5b found for delete ", "request_id": "req-9d62af02-d636-488f-9bfd-e67fb7f80ee8"}]} 2026-06-23 07:06:39.140 7 INFO neutron.services.segments.plugin [-] Segment e92bca7f-eee9-4ccf-9be4-38cebd701e5b resource provider aggregate not found 2026-06-23 07:06:39.157 7 INFO neutron.services.segments.plugin [-] Segment e92bca7f-eee9-4ccf-9be4-38cebd701e5b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e92bca7f-eee9-4ccf-9be4-38cebd701e5b found for delete ", "request_id": "req-db2075bd-8ca1-49c1-abb2-2859ef8cecf4"}]} 2026-06-23 07:06:39.162 7 INFO neutron.services.segments.plugin [-] Segment 29e8dfad-f3f5-4f97-99c8-79042db32c79 resource provider aggregate not found 2026-06-23 07:06:39.180 7 INFO neutron.services.segments.plugin [-] Segment 29e8dfad-f3f5-4f97-99c8-79042db32c79 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 29e8dfad-f3f5-4f97-99c8-79042db32c79 found for delete ", "request_id": "req-63274511-8300-418a-b379-e4b10e3f6415"}]} 2026-06-23 07:06:39.182 7 INFO neutron.services.segments.plugin [-] Segment 29e8dfad-f3f5-4f97-99c8-79042db32c79 resource provider aggregate not found 2026-06-23 07:06:39.195 7 INFO neutron.services.segments.plugin [-] Segment 29e8dfad-f3f5-4f97-99c8-79042db32c79 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 29e8dfad-f3f5-4f97-99c8-79042db32c79 found for delete ", "request_id": "req-e23ef930-ef4f-404b-8bb1-68c75a7d9c1d"}]} [pid: 7|app: 0|req: 675/1384] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:06:39 2026] GET /v2.0/ports?device_id=42ffd823-f2a8-436f-a2a4-2ad6642ea91a => 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: 710/1385] 199.204.45.140 () {38 vars in 955 bytes} [Tue Jun 23 07:06:39 2026] POST /v2.0/ports => generated 958 bytes in 425 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 676/1386] 199.204.45.140 () {38 vars in 1028 bytes} [Tue Jun 23 07:06:39 2026] PUT /v2.0/ports/f4cb27c9-8ce2-4d72-a0d3-9a5d29bf001b => generated 1239 bytes in 516 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-23 07:06:40.129 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-04138da4-9de5-4f2b-896a-4b50e096db66'] response: {'name': 'network-changed', 'server_uuid': '42ffd823-f2a8-436f-a2a4-2ad6642ea91a', 'tag': 'f4cb27c9-8ce2-4d72-a0d3-9a5d29bf001b', '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: 711/1387] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:06:40 2026] GET /v2.0/ports?device_id=42ffd823-f2a8-436f-a2a4-2ad6642ea91a => generated 973 bytes in 39 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: 677/1388] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 23 07:06:40 2026] GET /v2.0/security-groups?id=b041942b-dccd-416a-b74f-8b1d132e562d&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 712/1389] 199.204.45.140 () {34 vars in 1080 bytes} [Tue Jun 23 07:06:40 2026] GET /v2.0/ports?tenant_id=05195a85200c460788378a93ad1fe5c5&device_id=42ffd823-f2a8-436f-a2a4-2ad6642ea91a => 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: 678/1390] 199.204.45.140 () {34 vars in 1018 bytes} [Tue Jun 23 07:06:40 2026] GET /v2.0/networks?tenant_id=05195a85200c460788378a93ad1fe5c5&shared=False => generated 765 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 713/1391] 199.204.45.140 () {34 vars in 930 bytes} [Tue Jun 23 07:06:40 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-23 07:06:41.384 7 INFO neutron.db.segments_db [None req-d6d2d96e-0973-4aae-8f49-16fb910fcb63 766be8cba7cc41a48d9ae67c3978ee0c 170254da88024a0c9c7bda2ef3090e5a - - default default] Added segment 95c869ed-ebce-4e85-af43-e8cb91610b8f of type vxlan for network e50dd392-ff75-42dc-ac01-8bf244351bcc [pid: 7|app: 0|req: 679/1392] 10.0.0.45 () {34 vars in 670 bytes} [Tue Jun 23 07:06:41 2026] POST /v2.0/networks => generated 614 bytes in 390 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-23 07:06:41.524 8 INFO neutron.db.segments_db [None req-e5d9bd5f-cbfa-4f65-878c-d090c2df3b31 766be8cba7cc41a48d9ae67c3978ee0c 170254da88024a0c9c7bda2ef3090e5a - - default default] Added segment 01a41537-29a0-4903-b631-5f1edd405de9 of type vxlan for network 3ff19982-cd86-4cd8-8b5d-83f565f4f25e [pid: 7|app: 0|req: 680/1393] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:06:41 2026] GET /v2.0/ports?device_id=42ffd823-f2a8-436f-a2a4-2ad6642ea91a => generated 973 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 681/1394] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 23 07:06:41 2026] GET /v2.0/security-groups?id=b041942b-dccd-416a-b74f-8b1d132e562d&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-23 07:06:41.831 8 INFO neutron.db.l3_hamode_db [None req-e5d9bd5f-cbfa-4f65-878c-d090c2df3b31 766be8cba7cc41a48d9ae67c3978ee0c 170254da88024a0c9c7bda2ef3090e5a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 682/1395] 199.204.45.140 () {34 vars in 1080 bytes} [Tue Jun 23 07:06:41 2026] GET /v2.0/ports?tenant_id=05195a85200c460788378a93ad1fe5c5&device_id=42ffd823-f2a8-436f-a2a4-2ad6642ea91a => generated 1242 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 683/1396] 199.204.45.140 () {34 vars in 1060 bytes} [Tue Jun 23 07:06:41 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=f4cb27c9-8ce2-4d72-a0d3-9a5d29bf001b => generated 19 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 684/1397] 199.204.45.140 () {34 vars in 984 bytes} [Tue Jun 23 07:06:41 2026] GET /v2.0/subnets?id=2e22fadd-753b-4409-92b1-c1ca02bf6372 => generated 687 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 685/1398] 199.204.45.140 () {34 vars in 1052 bytes} [Tue Jun 23 07:06:41 2026] GET /v2.0/ports?network_id=558625da-a797-402b-a108-d741e1d68a43&device_owner=network%3Adhcp => generated 1244 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 686/1399] 199.204.45.140 () {34 vars in 1012 bytes} [Tue Jun 23 07:06:41 2026] GET /v2.0/networks/558625da-a797-402b-a108-d741e1d68a43?fields=segments => generated 14 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 687/1400] 199.204.45.140 () {34 vars in 1112 bytes} [Tue Jun 23 07:06:42 2026] GET /v2.0/networks/558625da-a797-402b-a108-d741e1d68a43?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) 2026-06-23 07:06:42.759 8 INFO neutron.db.l3_hamode_db [None req-e5d9bd5f-cbfa-4f65-878c-d090c2df3b31 766be8cba7cc41a48d9ae67c3978ee0c 170254da88024a0c9c7bda2ef3090e5a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 688/1401] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:06:42 2026] GET /v2.0/ports?device_id=42ffd823-f2a8-436f-a2a4-2ad6642ea91a => 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: 689/1402] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 23 07:06:42 2026] GET /v2.0/security-groups?id=b041942b-dccd-416a-b74f-8b1d132e562d&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 714/1403] 10.0.0.45 () {34 vars in 668 bytes} [Tue Jun 23 07:06:41 2026] POST /v2.0/routers => generated 695 bytes in 2348 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 690/1404] 10.0.0.45 () {32 vars in 773 bytes} [Tue Jun 23 07:06:43 2026] GET /v2.0/security-groups?tenant_id=90a57137e4934b46a6ae089dad630d15&name=default => generated 2925 bytes in 387 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 691/1405] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:06:43 2026] GET /v2.0/ports?device_id=42ffd823-f2a8-436f-a2a4-2ad6642ea91a => 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: 715/1406] 10.0.0.45 () {32 vars in 775 bytes} [Tue Jun 23 07:06:43 2026] GET /v2.0/subnets?project_id=170254da88024a0c9c7bda2ef3090e5a&cidr=10.100.0.0%2F28 => generated 14 bytes in 269 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 716/1407] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 23 07:06:44 2026] GET /v2.0/security-groups?id=b041942b-dccd-416a-b74f-8b1d132e562d&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: 692/1408] 10.0.0.45 () {32 vars in 739 bytes} [Tue Jun 23 07:06:44 2026] DELETE /v2.0/security-groups/991629e3-155d-4c49-92d3-6eb1445ed330 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 717/1409] 10.0.0.45 () {32 vars in 693 bytes} [Tue Jun 23 07:06:44 2026] GET /v2.0/networks?router%3Aexternal=True => generated 753 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 693/1410] 10.0.0.45 () {32 vars in 783 bytes} [Tue Jun 23 07:06:44 2026] GET /v2.0/subnets?network_id=33d1158f-22d7-40ae-8a3a-9d18a3be1763&cidr=10.100.0.0%2F28 => generated 14 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 694/1411] 10.0.0.45 () {32 vars in 773 bytes} [Tue Jun 23 07:06:44 2026] GET /v2.0/security-groups?tenant_id=efcb152dc6114fdb9d44c2109c9753b9&name=default => generated 2925 bytes in 178 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 718/1412] 10.0.0.45 () {34 vars in 668 bytes} [Tue Jun 23 07:06:44 2026] POST /v2.0/subnets => generated 656 bytes in 299 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 695/1413] 10.0.0.45 () {32 vars in 739 bytes} [Tue Jun 23 07:06:44 2026] DELETE /v2.0/security-groups/424b699d-6191-4c4b-a704-70ed90258961 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 696/1414] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:06:45 2026] GET /v2.0/ports?device_id=42ffd823-f2a8-436f-a2a4-2ad6642ea91a => generated 975 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 697/1415] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 23 07:06:45 2026] GET /v2.0/security-groups?id=b041942b-dccd-416a-b74f-8b1d132e562d&fields=id&fields=name => generated 113 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 719/1416] 10.0.0.45 () {34 vars in 782 bytes} [Tue Jun 23 07:06:44 2026] PUT /v2.0/routers/b400831f-3383-4980-a15e-6f823ad38030/add_router_interface => generated 309 bytes in 1592 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 698/1417] 10.0.0.45 () {32 vars in 648 bytes} [Tue Jun 23 07:06:46 2026] GET /v2.0/networks => generated 5054 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 720/1418] 10.0.0.45 () {32 vars in 646 bytes} [Tue Jun 23 07:06:46 2026] GET /v2.0/subnets => generated 3890 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 699/1419] 10.0.0.45 () {32 vars in 646 bytes} [Tue Jun 23 07:06:46 2026] GET /v2.0/routers => generated 1458 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 721/1420] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:06:46 2026] GET /v2.0/ports?device_id=42ffd823-f2a8-436f-a2a4-2ad6642ea91a => generated 975 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 722/1421] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 23 07:06:46 2026] GET /v2.0/security-groups?id=b041942b-dccd-416a-b74f-8b1d132e562d&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: 700/1422] 10.0.0.45 () {34 vars in 684 bytes} [Tue Jun 23 07:06:46 2026] POST /v2.0/security-groups => generated 1675 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 723/1423] 10.0.0.45 () {34 vars in 694 bytes} [Tue Jun 23 07:06:46 2026] POST /v2.0/security-group-rules => generated 597 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 701/1424] 10.0.0.45 () {34 vars in 694 bytes} [Tue Jun 23 07:06:46 2026] POST /v2.0/security-group-rules => generated 596 bytes in 544 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 724/1425] 10.0.0.45 () {34 vars in 694 bytes} [Tue Jun 23 07:06:47 2026] POST /v2.0/security-group-rules => generated 602 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 702/1426] 10.0.0.45 () {34 vars in 694 bytes} [Tue Jun 23 07:06:47 2026] POST /v2.0/security-group-rules => generated 601 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 725/1427] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:06:47 2026] GET /v2.0/ports?device_id=42ffd823-f2a8-436f-a2a4-2ad6642ea91a => generated 975 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-23 07:06:47.661 7 INFO neutron.db.securitygroups_db [None req-b66c6032-c3df-408c-a398-8f1e92463042 766be8cba7cc41a48d9ae67c3978ee0c 170254da88024a0c9c7bda2ef3090e5a - - default default] Project 170254da88024a0c9c7bda2ef3090e5a 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: 726/1428] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 23 07:06:47 2026] GET /v2.0/security-groups?id=b041942b-dccd-416a-b74f-8b1d132e562d&fields=id&fields=name => generated 113 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 703/1429] 10.0.0.45 () {34 vars in 694 bytes} [Tue Jun 23 07:06:47 2026] POST /v2.0/security-group-rules => generated 607 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-23 07:06:47.832 8 INFO neutron.db.securitygroups_db [None req-b7b0fed3-ee45-4469-ae39-d23e93ad0e2e 766be8cba7cc41a48d9ae67c3978ee0c 170254da88024a0c9c7bda2ef3090e5a - - default default] Project 170254da88024a0c9c7bda2ef3090e5a 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: 704/1430] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:06:47 2026] GET /v2.0/ports?device_id=42ffd823-f2a8-436f-a2a4-2ad6642ea91a => generated 975 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 727/1431] 10.0.0.45 () {34 vars in 694 bytes} [Tue Jun 23 07:06:47 2026] POST /v2.0/security-group-rules => generated 606 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-23 07:06:48.325 7 INFO neutron.db.l3_db [None req-ad170cdc-4666-4c37-a492-1fea739e287e 81b21cb5fe1b4b2fa9edad58438cc25a 05195a85200c460788378a93ad1fe5c5 - - default default] Floating IP 6a9e12c6-2226-4709-82db-11ee547ffa55 associated. External IP: 10.96.250.214, port: f4cb27c9-8ce2-4d72-a0d3-9a5d29bf001b. [pid: 8|app: 0|req: 728/1432] 10.0.0.45 () {32 vars in 648 bytes} [Tue Jun 23 07:06:48 2026] GET /v2.0/networks => generated 1298 bytes in 221 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 729/1433] 10.0.0.190 () {34 vars in 1100 bytes} [Tue Jun 23 07:06:48 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1511195399&fields=id&tenant_id=170254da88024a0c9c7bda2ef3090e5a => 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: 705/1434] 10.0.0.45 () {34 vars in 748 bytes} [Tue Jun 23 07:06:47 2026] PUT /v2.0/floatingips/6a9e12c6-2226-4709-82db-11ee547ffa55 => generated 856 bytes in 754 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 730/1435] 10.0.0.190 () {34 vars in 982 bytes} [Tue Jun 23 07:06:48 2026] GET /v2.0/networks?id=e50dd392-ff75-42dc-ac01-8bf244351bcc => generated 661 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 731/1436] 10.0.0.190 () {34 vars in 965 bytes} [Tue Jun 23 07:06:48 2026] GET /v2.0/quotas/170254da88024a0c9c7bda2ef3090e5a => generated 292 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 706/1437] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:06:48 2026] GET /v2.0/ports?device_id=42ffd823-f2a8-436f-a2a4-2ad6642ea91a => generated 975 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 732/1438] 10.0.0.190 () {34 vars in 1002 bytes} [Tue Jun 23 07:06:48 2026] GET /v2.0/ports?tenant_id=170254da88024a0c9c7bda2ef3090e5a&fields=id => generated 57 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 707/1439] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 23 07:06:48 2026] GET /v2.0/security-groups?id=b041942b-dccd-416a-b74f-8b1d132e562d&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-23 07:06:48.901 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-533deddd-3199-4189-bde8-666a45a14528'] response: {'name': 'network-changed', 'server_uuid': '42ffd823-f2a8-436f-a2a4-2ad6642ea91a', 'tag': 'f4cb27c9-8ce2-4d72-a0d3-9a5d29bf001b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 733/1440] 10.0.0.190 () {34 vars in 1008 bytes} [Tue Jun 23 07:06:48 2026] GET /v2.0/networks/e50dd392-ff75-42dc-ac01-8bf244351bcc?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: 708/1441] 10.0.0.190 () {34 vars in 1108 bytes} [Tue Jun 23 07:06:48 2026] GET /v2.0/networks/e50dd392-ff75-42dc-ac01-8bf244351bcc?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: 709/1442] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:06:49 2026] GET /v2.0/ports?device_id=7d452a22-7e8e-4a1f-b3c7-b90737a9bf79 => 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: 734/1443] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:06:49 2026] GET /v2.0/ports?device_id=42ffd823-f2a8-436f-a2a4-2ad6642ea91a => generated 975 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 710/1444] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 23 07:06:49 2026] GET /v2.0/security-groups?id=b041942b-dccd-416a-b74f-8b1d132e562d&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 735/1445] 199.204.45.140 () {34 vars in 1080 bytes} [Tue Jun 23 07:06:49 2026] GET /v2.0/ports?tenant_id=05195a85200c460788378a93ad1fe5c5&device_id=42ffd823-f2a8-436f-a2a4-2ad6642ea91a => 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: 711/1446] 199.204.45.140 () {34 vars in 986 bytes} [Tue Jun 23 07:06:49 2026] GET /v2.0/networks?id=558625da-a797-402b-a108-d741e1d68a43 => generated 765 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 736/1447] 199.204.45.140 () {34 vars in 1060 bytes} [Tue Jun 23 07:06:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=f4cb27c9-8ce2-4d72-a0d3-9a5d29bf001b => generated 859 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 712/1448] 199.204.45.140 () {34 vars in 984 bytes} [Tue Jun 23 07:06:49 2026] GET /v2.0/subnets?id=2e22fadd-753b-4409-92b1-c1ca02bf6372 => generated 687 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 737/1449] 199.204.45.140 () {34 vars in 1052 bytes} [Tue Jun 23 07:06:49 2026] GET /v2.0/ports?network_id=558625da-a797-402b-a108-d741e1d68a43&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 713/1450] 199.204.45.140 () {34 vars in 1012 bytes} [Tue Jun 23 07:06:49 2026] GET /v2.0/networks/558625da-a797-402b-a108-d741e1d68a43?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: 738/1451] 199.204.45.140 () {34 vars in 1112 bytes} [Tue Jun 23 07:06:49 2026] GET /v2.0/networks/558625da-a797-402b-a108-d741e1d68a43?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: 714/1452] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:06:50 2026] GET /v2.0/ports?device_id=7d452a22-7e8e-4a1f-b3c7-b90737a9bf79 => 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: 739/1453] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:06:50 2026] GET /v2.0/ports?device_id=42ffd823-f2a8-436f-a2a4-2ad6642ea91a => generated 975 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 715/1454] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 23 07:06:50 2026] GET /v2.0/security-groups?id=b041942b-dccd-416a-b74f-8b1d132e562d&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: 740/1455] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:06:51 2026] GET /v2.0/ports?device_id=7d452a22-7e8e-4a1f-b3c7-b90737a9bf79 => 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: 716/1456] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:06:51 2026] GET /v2.0/ports?device_id=42ffd823-f2a8-436f-a2a4-2ad6642ea91a => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 741/1457] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 23 07:06:51 2026] GET /v2.0/security-groups?id=b041942b-dccd-416a-b74f-8b1d132e562d&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 717/1458] 199.204.45.140 () {34 vars in 994 bytes} [Tue Jun 23 07:06:51 2026] GET /v2.0/ports?device_id=42ffd823-f2a8-436f-a2a4-2ad6642ea91a => generated 975 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-23 07:06:51.672 7 INFO neutron_taas.services.taas.taas_plugin [req-e9eea2f9-019a-40e1-b8ea-c0f22ea4145d req-2ac2ece6-9203-48c1-bf26-f3cef0e98531 81b21cb5fe1b4b2fa9edad58438cc25a 05195a85200c460788378a93ad1fe5c5 - - default default] TaaS: Handle Delete Port: f4cb27c9-8ce2-4d72-a0d3-9a5d29bf001b 2026-06-23 07:06:51.675 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-e9eea2f9-019a-40e1-b8ea-c0f22ea4145d req-2ac2ece6-9203-48c1-bf26-f3cef0e98531 81b21cb5fe1b4b2fa9edad58438cc25a 05195a85200c460788378a93ad1fe5c5 - - default default] Tap Mirror: Handle Delete Port: f4cb27c9-8ce2-4d72-a0d3-9a5d29bf001b 2026-06-23 07:06:51.805 7 INFO neutron.db.l3_db [req-e9eea2f9-019a-40e1-b8ea-c0f22ea4145d req-2ac2ece6-9203-48c1-bf26-f3cef0e98531 81b21cb5fe1b4b2fa9edad58438cc25a 05195a85200c460788378a93ad1fe5c5 - - default default] Floating IP 6a9e12c6-2226-4709-82db-11ee547ffa55 disassociated. External IP: 10.96.250.214, port: f4cb27c9-8ce2-4d72-a0d3-9a5d29bf001b. [pid: 8|app: 0|req: 742/1459] 10.0.0.45 () {32 vars in 773 bytes} [Tue Jun 23 07:06:51 2026] GET /v2.0/security-groups?tenant_id=04ec0e63ca494948852cf3cf6988edb6&name=default => generated 2925 bytes in 295 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 743/1460] 10.0.0.45 () {32 vars in 739 bytes} [Tue Jun 23 07:06:51 2026] DELETE /v2.0/security-groups/b02b36c8-fc1f-40b1-9692-a0e2b10e1145 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 746/1463] 10.0.0.45 () {32 vars in 773 bytes} [Tue Jun 23 07:06:52 2026] GET /v2.0/security-groups?tenant_id=001cc32ac23749bbb976f8578d71dc13&name=default => generated 2925 bytes in 159 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 718/1464] 199.204.45.140 () {36 vars in 997 bytes} [Tue Jun 23 07:06:51 2026] DELETE /v2.0/ports/f4cb27c9-8ce2-4d72-a0d3-9a5d29bf001b => generated 0 bytes in 704 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-23 07:06:52.303 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-dc00ed79-cb8e-4fc6-8daa-8a80d7692543'] response: {'server_uuid': '42ffd823-f2a8-436f-a2a4-2ad6642ea91a', 'name': 'network-vif-deleted', 'tag': 'f4cb27c9-8ce2-4d72-a0d3-9a5d29bf001b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 747/1465] 10.0.0.45 () {32 vars in 739 bytes} [Tue Jun 23 07:06:52 2026] DELETE /v2.0/security-groups/6c4905d2-c98e-48fd-8094-400cbff36005 => 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: 719/1466] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:06:52 2026] GET /v2.0/ports?device_id=7d452a22-7e8e-4a1f-b3c7-b90737a9bf79 => 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: 748/1467] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:06:52 2026] GET /v2.0/ports?device_id=42ffd823-f2a8-436f-a2a4-2ad6642ea91a => 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: 720/1468] 199.204.45.140 () {34 vars in 986 bytes} [Tue Jun 23 07:06:53 2026] GET /v2.0/networks?id=e50dd392-ff75-42dc-ac01-8bf244351bcc => generated 661 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 749/1469] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:06:53 2026] GET /v2.0/ports?device_id=7d452a22-7e8e-4a1f-b3c7-b90737a9bf79 => 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: 721/1470] 199.204.45.140 () {34 vars in 1050 bytes} [Tue Jun 23 07:06:53 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=170254da88024a0c9c7bda2ef3090e5a => generated 181 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 722/1471] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:06:53 2026] GET /v2.0/ports?device_id=42ffd823-f2a8-436f-a2a4-2ad6642ea91a => 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: 750/1472] 199.204.45.140 () {38 vars in 955 bytes} [Tue Jun 23 07:06:53 2026] POST /v2.0/ports => generated 954 bytes in 450 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-23 07:06:54.499 8 INFO neutron.db.segments_db [None req-42b8f834-6c4e-4456-b087-1d746d5f7c71 dabc62036381449eb7beb903ab5a19cd 2977bc1758eb4c64906462b445e4d2ea - - default default] Added segment 9831b382-dccc-4d78-afce-e41fc8707b1f of type vxlan for network a7eb27fb-703d-439b-a475-e8a2db9c8fb0 [pid: 7|app: 0|req: 723/1473] 199.204.45.140 () {38 vars in 1028 bytes} [Tue Jun 23 07:06:54 2026] PUT /v2.0/ports/a5e76210-439e-4ed8-893f-9dfaad1dfee4 => generated 1235 bytes in 518 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 751/1474] 10.0.0.45 () {34 vars in 669 bytes} [Tue Jun 23 07:06:54 2026] POST /v2.0/networks => generated 629 bytes in 407 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-23 07:06:54.592 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-0627181b-9798-4208-84a0-ce09767e4959'] response: {'name': 'network-changed', 'server_uuid': '7d452a22-7e8e-4a1f-b3c7-b90737a9bf79', 'tag': 'a5e76210-439e-4ed8-893f-9dfaad1dfee4', '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: 752/1475] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:06:54 2026] GET /v2.0/ports?device_id=7d452a22-7e8e-4a1f-b3c7-b90737a9bf79 => generated 969 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 753/1476] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 23 07:06:54 2026] GET /v2.0/security-groups?id=109733b7-a184-4578-8af7-72cb927285db&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: 754/1477] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:06:54 2026] GET /v2.0/ports?device_id=42ffd823-f2a8-436f-a2a4-2ad6642ea91a => 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: 724/1478] 10.0.0.45 () {34 vars in 664 bytes} [Tue Jun 23 07:06:54 2026] POST /v2.0/ports => generated 779 bytes in 333 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-23 07:06:54.988 8 INFO neutron.db.segments_db [None req-ce449e0a-2c58-43d5-97d8-f2440828a6bb dabc62036381449eb7beb903ab5a19cd 2977bc1758eb4c64906462b445e4d2ea - - default default] Added segment 62b6be23-d42c-4de7-8ad4-c2bde47487f7 of type vxlan for network 40480fb0-30be-4424-853f-32c825bcb10f [pid: 8|app: 0|req: 755/1479] 10.0.0.45 () {34 vars in 669 bytes} [Tue Jun 23 07:06:54 2026] POST /v2.0/networks => generated 615 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: 8|app: 0|req: 756/1480] 199.204.45.140 () {34 vars in 1080 bytes} [Tue Jun 23 07:06:55 2026] GET /v2.0/ports?tenant_id=170254da88024a0c9c7bda2ef3090e5a&device_id=7d452a22-7e8e-4a1f-b3c7-b90737a9bf79 => generated 1238 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 757/1481] 199.204.45.140 () {34 vars in 1018 bytes} [Tue Jun 23 07:06:55 2026] GET /v2.0/networks?tenant_id=170254da88024a0c9c7bda2ef3090e5a&shared=False => generated 757 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 758/1482] 199.204.45.140 () {34 vars in 930 bytes} [Tue Jun 23 07:06:55 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 725/1483] 10.0.0.45 () {34 vars in 668 bytes} [Tue Jun 23 07:06:55 2026] POST /v2.0/subnets => generated 646 bytes in 243 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 759/1484] 10.0.0.45 () {34 vars in 664 bytes} [Tue Jun 23 07:06:55 2026] POST /v2.0/ports => generated 962 bytes in 337 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-23 07:06:55.791 7 INFO neutron_taas.services.taas.taas_plugin [None req-308ca659-0173-4c1e-8ce9-c59f261f0b5b dabc62036381449eb7beb903ab5a19cd 2977bc1758eb4c64906462b445e4d2ea - - default default] TaaS: Handle Delete Port: 795b06fb-1f0e-4001-88a8-3745b7b39219 2026-06-23 07:06:55.794 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-308ca659-0173-4c1e-8ce9-c59f261f0b5b dabc62036381449eb7beb903ab5a19cd 2977bc1758eb4c64906462b445e4d2ea - - default default] Tap Mirror: Handle Delete Port: 795b06fb-1f0e-4001-88a8-3745b7b39219 [pid: 8|app: 0|req: 760/1485] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:06:55 2026] GET /v2.0/ports?device_id=7d452a22-7e8e-4a1f-b3c7-b90737a9bf79 => 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: 761/1486] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 23 07:06:55 2026] GET /v2.0/security-groups?id=109733b7-a184-4578-8af7-72cb927285db&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: 726/1487] 10.0.0.45 () {32 vars in 719 bytes} [Tue Jun 23 07:06:55 2026] DELETE /v2.0/ports/795b06fb-1f0e-4001-88a8-3745b7b39219 => generated 0 bytes in 233 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-23 07:06:55.939 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2ec331be-2bc3-4fd1-8c16-874c3e5e1cbc dabc62036381449eb7beb903ab5a19cd 2977bc1758eb4c64906462b445e4d2ea - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 762/1488] 10.0.0.45 () {32 vars in 719 bytes} [Tue Jun 23 07:06:55 2026] DELETE /v2.0/ports/795b06fb-1f0e-4001-88a8-3745b7b39219 => generated 132 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-23 07:06:55.965 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0b2094f4-48ec-45cc-a3ca-45a24e64e04a dabc62036381449eb7beb903ab5a19cd 2977bc1758eb4c64906462b445e4d2ea - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 763/1489] 10.0.0.45 () {32 vars in 716 bytes} [Tue Jun 23 07:06:55 2026] GET /v2.0/ports/795b06fb-1f0e-4001-88a8-3745b7b39219 => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 727/1490] 10.0.0.45 () {32 vars in 739 bytes} [Tue Jun 23 07:06:55 2026] DELETE /v2.0/security-groups/b041942b-dccd-416a-b74f-8b1d132e562d => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-23 07:06:56.055 7 INFO neutron.api.v2.resource [None req-8ae53044-bf34-498a-bf70-96e92bd78fdb 81b21cb5fe1b4b2fa9edad58438cc25a 05195a85200c460788378a93ad1fe5c5 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 728/1491] 10.0.0.45 () {32 vars in 736 bytes} [Tue Jun 23 07:06:56 2026] GET /v2.0/security-groups/b041942b-dccd-416a-b74f-8b1d132e562d => 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: 764/1492] 10.0.0.45 () {32 vars in 723 bytes} [Tue Jun 23 07:06:55 2026] DELETE /v2.0/subnets/214b1cf0-ab89-4acc-a5a5-a728dc115a99 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-23 07:06:56.178 7 INFO neutron_taas.services.taas.taas_plugin [None req-f5cbd95d-d477-4da7-bbda-892c69af8a57 81b21cb5fe1b4b2fa9edad58438cc25a 05195a85200c460788378a93ad1fe5c5 - - default default] TaaS: Handle Delete Port: 113b5aaf-c09c-413b-9a2d-e1264cd72691 2026-06-23 07:06:56.181 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f5cbd95d-d477-4da7-bbda-892c69af8a57 81b21cb5fe1b4b2fa9edad58438cc25a 05195a85200c460788378a93ad1fe5c5 - - default default] Tap Mirror: Handle Delete Port: 113b5aaf-c09c-413b-9a2d-e1264cd72691 2026-06-23 07:06:56.239 8 INFO neutron.services.segments.plugin [-] Segment 62b6be23-d42c-4de7-8ad4-c2bde47487f7 resource provider aggregate not found 2026-06-23 07:06:56.242 8 INFO neutron.services.segments.plugin [-] Segment 62b6be23-d42c-4de7-8ad4-c2bde47487f7 resource provider aggregate not found 2026-06-23 07:06:56.256 8 INFO neutron.services.segments.plugin [-] Segment 62b6be23-d42c-4de7-8ad4-c2bde47487f7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 62b6be23-d42c-4de7-8ad4-c2bde47487f7 found for delete ", "request_id": "req-1f37b164-9e91-416c-aaed-ef716f8c7d62"}]} 2026-06-23 07:06:56.257 8 INFO neutron.services.segments.plugin [-] Segment 62b6be23-d42c-4de7-8ad4-c2bde47487f7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 62b6be23-d42c-4de7-8ad4-c2bde47487f7 found for delete ", "request_id": "req-2fdc6b0e-ec20-4910-b102-0c80a97a8a8b"}]} [pid: 8|app: 0|req: 765/1493] 10.0.0.45 () {32 vars in 725 bytes} [Tue Jun 23 07:06:56 2026] DELETE /v2.0/networks/40480fb0-30be-4424-853f-32c825bcb10f => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 766/1494] 199.204.45.140 () {34 vars in 1080 bytes} [Tue Jun 23 07:06:56 2026] GET /v2.0/ports?tenant_id=170254da88024a0c9c7bda2ef3090e5a&device_id=7d452a22-7e8e-4a1f-b3c7-b90737a9bf79 => generated 1238 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 729/1495] 10.0.0.45 () {32 vars in 731 bytes} [Tue Jun 23 07:06:56 2026] DELETE /v2.0/floatingips/6a9e12c6-2226-4709-82db-11ee547ffa55 => generated 0 bytes in 288 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-23 07:06:56.353 8 INFO neutron.db.segments_db [None req-57a6a7e6-5e6e-44b6-a790-3a484b393cd0 dabc62036381449eb7beb903ab5a19cd 2977bc1758eb4c64906462b445e4d2ea - - default default] Added segment fecb7c04-945b-4266-8704-db1f71c646d1 of type vxlan for network 254cfc86-19bd-4ae5-ba01-d7161a0e08df [pid: 7|app: 0|req: 730/1496] 199.204.45.140 () {34 vars in 1058 bytes} [Tue Jun 23 07:06:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=a5e76210-439e-4ed8-893f-9dfaad1dfee4 => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 767/1497] 10.0.0.45 () {34 vars in 669 bytes} [Tue Jun 23 07:06:56 2026] POST /v2.0/networks => generated 616 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 768/1498] 199.204.45.140 () {34 vars in 984 bytes} [Tue Jun 23 07:06:56 2026] GET /v2.0/subnets?id=d802ad29-6b4a-4197-bab0-34ee04c4dfde => generated 677 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 769/1499] 10.0.0.45 () {34 vars in 668 bytes} [Tue Jun 23 07:06:56 2026] POST /v2.0/subnets => generated 646 bytes in 247 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 770/1500] 199.204.45.140 () {34 vars in 1052 bytes} [Tue Jun 23 07:06:56 2026] GET /v2.0/ports?network_id=e50dd392-ff75-42dc-ac01-8bf244351bcc&device_owner=network%3Adhcp => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-23 07:06:56.757 7 INFO neutron_taas.services.taas.taas_plugin [None req-47618c05-3b07-499e-80bc-424e539f6179 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] TaaS: Handle Delete Port: 0733c9a7-3e68-43e5-9240-d2e8f044076c 2026-06-23 07:06:56.761 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-47618c05-3b07-499e-80bc-424e539f6179 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] Tap Mirror: Handle Delete Port: 0733c9a7-3e68-43e5-9240-d2e8f044076c [pid: 8|app: 0|req: 771/1501] 10.0.0.45 () {34 vars in 664 bytes} [Tue Jun 23 07:06:56 2026] POST /v2.0/ports => generated 924 bytes in 327 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 772/1502] 199.204.45.140 () {34 vars in 1012 bytes} [Tue Jun 23 07:06:57 2026] GET /v2.0/networks/e50dd392-ff75-42dc-ac01-8bf244351bcc?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: 773/1503] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:06:57 2026] GET /v2.0/ports?device_id=7d452a22-7e8e-4a1f-b3c7-b90737a9bf79 => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-23 07:06:57.258 8 INFO neutron_taas.services.taas.taas_plugin [None req-bc8777c4-1497-4e5c-9c53-193a608578fb dabc62036381449eb7beb903ab5a19cd 2977bc1758eb4c64906462b445e4d2ea - - default default] TaaS: Handle Delete Port: e732cd1b-0f47-4794-9488-7a94e492ad95 2026-06-23 07:06:57.262 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bc8777c4-1497-4e5c-9c53-193a608578fb dabc62036381449eb7beb903ab5a19cd 2977bc1758eb4c64906462b445e4d2ea - - default default] Tap Mirror: Handle Delete Port: e732cd1b-0f47-4794-9488-7a94e492ad95 [pid: 8|app: 0|req: 774/1504] 10.0.0.45 () {32 vars in 719 bytes} [Tue Jun 23 07:06:57 2026] DELETE /v2.0/ports/e732cd1b-0f47-4794-9488-7a94e492ad95 => generated 0 bytes in 222 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 731/1505] 10.0.0.45 () {34 vars in 788 bytes} [Tue Jun 23 07:06:56 2026] PUT /v2.0/routers/0f8882d2-5de1-4ce9-9588-4d6d5ef7910f/remove_router_interface => generated 309 bytes in 1017 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 775/1506] 199.204.45.140 () {34 vars in 1112 bytes} [Tue Jun 23 07:06:57 2026] GET /v2.0/networks/e50dd392-ff75-42dc-ac01-8bf244351bcc?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: 732/1507] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 23 07:06:57 2026] GET /v2.0/security-groups?id=109733b7-a184-4578-8af7-72cb927285db&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-23 07:06:57.432 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3ae18fa6-ddef-46d8-8d40-d9648a57ccb4 dabc62036381449eb7beb903ab5a19cd 2977bc1758eb4c64906462b445e4d2ea - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 776/1508] 10.0.0.45 () {32 vars in 716 bytes} [Tue Jun 23 07:06:57 2026] GET /v2.0/ports/e732cd1b-0f47-4794-9488-7a94e492ad95 => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 777/1509] 10.0.0.45 () {32 vars in 723 bytes} [Tue Jun 23 07:06:57 2026] DELETE /v2.0/subnets/9475e1ba-02cb-4912-a87a-8a178c8740a5 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 778/1510] 10.0.0.45 () {32 vars in 725 bytes} [Tue Jun 23 07:06:57 2026] DELETE /v2.0/networks/254cfc86-19bd-4ae5-ba01-d7161a0e08df => generated 0 bytes in 113 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-23 07:06:57.669 7 INFO neutron_taas.services.taas.taas_plugin [None req-ef87f289-999a-4d40-b74a-addd110a4efc 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] TaaS: Handle Delete Port: 23b9ee5b-5e17-490d-afb2-e0805bd7a034 2026-06-23 07:06:57.673 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ef87f289-999a-4d40-b74a-addd110a4efc 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] Tap Mirror: Handle Delete Port: 23b9ee5b-5e17-490d-afb2-e0805bd7a034 2026-06-23 07:06:58.020 7 INFO neutron_taas.services.taas.taas_plugin [None req-ef87f289-999a-4d40-b74a-addd110a4efc 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] TaaS: Handle Delete Port: 8e958538-cba5-47a3-a4f5-800d6b6146b8 2026-06-23 07:06:58.024 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ef87f289-999a-4d40-b74a-addd110a4efc 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] Tap Mirror: Handle Delete Port: 8e958538-cba5-47a3-a4f5-800d6b6146b8 [pid: 8|app: 0|req: 779/1511] 10.0.0.45 () {34 vars in 664 bytes} [Tue Jun 23 07:06:57 2026] POST /v2.0/ports => generated 778 bytes in 354 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 780/1512] 10.0.0.45 () {34 vars in 736 bytes} [Tue Jun 23 07:06:58 2026] PUT /v2.0/ports/71695583-3fe7-4efb-9d9e-28440a4d0e62 => generated 752 bytes in 199 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-23 07:06:58.278 8 INFO neutron.services.segments.plugin [-] Segment fecb7c04-945b-4266-8704-db1f71c646d1 resource provider aggregate not found 2026-06-23 07:06:58.286 8 INFO neutron.services.segments.plugin [-] Segment fecb7c04-945b-4266-8704-db1f71c646d1 resource provider aggregate not found 2026-06-23 07:06:58.304 8 INFO neutron.services.segments.plugin [-] Segment fecb7c04-945b-4266-8704-db1f71c646d1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fecb7c04-945b-4266-8704-db1f71c646d1 found for delete ", "request_id": "req-7b248cac-c35e-4033-95d0-1c82e9eeb751"}]} 2026-06-23 07:06:58.309 8 INFO neutron.services.segments.plugin [-] Segment fecb7c04-945b-4266-8704-db1f71c646d1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fecb7c04-945b-4266-8704-db1f71c646d1 found for delete ", "request_id": "req-72507dc4-2b89-4dde-8311-4b4cddcfc4ac"}]} 2026-06-23 07:06:58.372 8 INFO neutron_taas.services.taas.taas_plugin [None req-76adc1c0-be98-46a5-afe1-abb634f75a7f dabc62036381449eb7beb903ab5a19cd 2977bc1758eb4c64906462b445e4d2ea - - default default] TaaS: Handle Delete Port: 71695583-3fe7-4efb-9d9e-28440a4d0e62 2026-06-23 07:06:58.376 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-76adc1c0-be98-46a5-afe1-abb634f75a7f dabc62036381449eb7beb903ab5a19cd 2977bc1758eb4c64906462b445e4d2ea - - default default] Tap Mirror: Handle Delete Port: 71695583-3fe7-4efb-9d9e-28440a4d0e62 2026-06-23 07:06:58.433 7 INFO neutron.services.segments.plugin [-] Segment 05ac4128-e01b-4f15-9256-3c6e8e423443 resource provider aggregate not found 2026-06-23 07:06:58.441 7 INFO neutron.services.segments.plugin [-] Segment 05ac4128-e01b-4f15-9256-3c6e8e423443 resource provider aggregate not found 2026-06-23 07:06:58.458 7 INFO neutron.services.segments.plugin [-] Segment 05ac4128-e01b-4f15-9256-3c6e8e423443 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 05ac4128-e01b-4f15-9256-3c6e8e423443 found for delete ", "request_id": "req-8fa49104-5dba-453c-94ac-1ccf69b6cbe5"}]} 2026-06-23 07:06:58.475 7 INFO neutron.services.segments.plugin [-] Segment 05ac4128-e01b-4f15-9256-3c6e8e423443 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 05ac4128-e01b-4f15-9256-3c6e8e423443 found for delete ", "request_id": "req-4825a065-ef3e-492b-9fcb-551b83e4f763"}]} [pid: 8|app: 0|req: 781/1513] 10.0.0.45 () {32 vars in 719 bytes} [Tue Jun 23 07:06:58 2026] DELETE /v2.0/ports/71695583-3fe7-4efb-9d9e-28440a4d0e62 => generated 0 bytes in 266 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-23 07:06:58.505 7 INFO neutron.db.l3_hamode_db [None req-ef87f289-999a-4d40-b74a-addd110a4efc 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] HA network b7fefd7f-712c-4c97-981b-9e4d5e75fc33 was deleted as no HA routers are present in tenant 05195a85200c460788378a93ad1fe5c5. [pid: 7|app: 0|req: 733/1514] 10.0.0.45 () {32 vars in 723 bytes} [Tue Jun 23 07:06:57 2026] DELETE /v2.0/routers/0f8882d2-5de1-4ce9-9588-4d6d5ef7910f => generated 0 bytes in 1097 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 782/1515] 10.0.0.45 () {32 vars in 642 bytes} [Tue Jun 23 07:06:58 2026] GET /v2.0/ports => generated 782 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 734/1516] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:06:58 2026] GET /v2.0/ports?device_id=7d452a22-7e8e-4a1f-b3c7-b90737a9bf79 => generated 969 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-23 07:06:58.625 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c323c03a-864e-4042-9fef-f00bff3d279a dabc62036381449eb7beb903ab5a19cd 2977bc1758eb4c64906462b445e4d2ea - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 735/1517] 10.0.0.45 () {32 vars in 716 bytes} [Tue Jun 23 07:06:58 2026] GET /v2.0/ports/71695583-3fe7-4efb-9d9e-28440a4d0e62 => generated 132 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 736/1518] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 23 07:06:58 2026] GET /v2.0/security-groups?id=109733b7-a184-4578-8af7-72cb927285db&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: 737/1519] 10.0.0.45 () {32 vars in 642 bytes} [Tue Jun 23 07:06:58 2026] GET /v2.0/ports => generated 782 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 783/1520] 10.0.0.45 () {32 vars in 723 bytes} [Tue Jun 23 07:06:58 2026] DELETE /v2.0/subnets/2e22fadd-753b-4409-92b1-c1ca02bf6372 => 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: 784/1521] 10.0.0.45 () {32 vars in 716 bytes} [Tue Jun 23 07:06:58 2026] GET /v2.0/ports/f41f4fa1-606f-41e8-861e-c254ccfbc556 => generated 779 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-23 07:06:58.754 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2bd17313-f098-46a1-b920-d1ffed008209 dabc62036381449eb7beb903ab5a19cd 2977bc1758eb4c64906462b445e4d2ea - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 785/1522] 10.0.0.45 () {32 vars in 719 bytes} [Tue Jun 23 07:06:58 2026] DELETE /v2.0/ports/e732cd1b-0f47-4794-9488-7a94e492ad95 => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-23 07:06:58.774 8 INFO neutron.pecan_wsgi.hooks.translation [None req-789cdf7f-68bb-4895-8901-7228bbb29f0a dabc62036381449eb7beb903ab5a19cd 2977bc1758eb4c64906462b445e4d2ea - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 786/1523] 10.0.0.45 () {32 vars in 723 bytes} [Tue Jun 23 07:06:58 2026] DELETE /v2.0/subnets/9475e1ba-02cb-4912-a87a-8a178c8740a5 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-23 07:06:58.792 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f7759a97-9844-47ca-8cc3-a7783ba29691 dabc62036381449eb7beb903ab5a19cd 2977bc1758eb4c64906462b445e4d2ea - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 787/1524] 10.0.0.45 () {32 vars in 723 bytes} [Tue Jun 23 07:06:58 2026] DELETE /v2.0/subnets/214b1cf0-ab89-4acc-a5a5-a728dc115a99 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-23 07:06:58.796 7 INFO neutron_taas.services.taas.taas_plugin [None req-a0fa8484-e9bb-4390-be44-b904885a8a1f 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] TaaS: Handle Delete Port: cf520276-aff9-414e-9a8f-a92726d98847 2026-06-23 07:06:58.799 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a0fa8484-e9bb-4390-be44-b904885a8a1f 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] Tap Mirror: Handle Delete Port: cf520276-aff9-414e-9a8f-a92726d98847 2026-06-23 07:06:58.882 8 INFO neutron_taas.services.taas.taas_plugin [None req-cf0bde59-dc74-4259-9a4f-fd4ccf49b1ea dabc62036381449eb7beb903ab5a19cd 2977bc1758eb4c64906462b445e4d2ea - - default default] TaaS: Handle Delete Port: f41f4fa1-606f-41e8-861e-c254ccfbc556 2026-06-23 07:06:58.884 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cf0bde59-dc74-4259-9a4f-fd4ccf49b1ea dabc62036381449eb7beb903ab5a19cd 2977bc1758eb4c64906462b445e4d2ea - - default default] Tap Mirror: Handle Delete Port: f41f4fa1-606f-41e8-861e-c254ccfbc556 [pid: 8|app: 0|req: 788/1525] 10.0.0.45 () {32 vars in 719 bytes} [Tue Jun 23 07:06:58 2026] DELETE /v2.0/ports/f41f4fa1-606f-41e8-861e-c254ccfbc556 => generated 0 bytes in 190 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 738/1526] 10.0.0.45 () {32 vars in 725 bytes} [Tue Jun 23 07:06:58 2026] DELETE /v2.0/networks/558625da-a797-402b-a108-d741e1d68a43 => generated 0 bytes in 324 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 789/1527] 10.0.0.45 () {32 vars in 725 bytes} [Tue Jun 23 07:06:58 2026] DELETE /v2.0/networks/a7eb27fb-703d-439b-a475-e8a2db9c8fb0 => 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: 739/1528] 10.0.0.45 () {32 vars in 773 bytes} [Tue Jun 23 07:06:59 2026] GET /v2.0/security-groups?tenant_id=05195a85200c460788378a93ad1fe5c5&name=default => generated 2925 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 790/1529] 10.0.0.45 () {32 vars in 739 bytes} [Tue Jun 23 07:06:59 2026] DELETE /v2.0/security-groups/925b7076-961f-4712-a974-e62105b2a269 => 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: 791/1530] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:06:59 2026] GET /v2.0/ports?device_id=7d452a22-7e8e-4a1f-b3c7-b90737a9bf79 => generated 969 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 792/1531] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 23 07:06:59 2026] GET /v2.0/security-groups?id=109733b7-a184-4578-8af7-72cb927285db&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: 740/1532] 10.0.0.45 () {32 vars in 773 bytes} [Tue Jun 23 07:06:59 2026] GET /v2.0/security-groups?tenant_id=2977bc1758eb4c64906462b445e4d2ea&name=default => generated 2925 bytes in 213 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 793/1533] 10.0.0.45 () {32 vars in 739 bytes} [Tue Jun 23 07:06:59 2026] DELETE /v2.0/security-groups/2c87a99f-a53e-4c7c-9050-c164aa10a0d8 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-23 07:07:00.327 8 INFO neutron.services.segments.plugin [-] Segment 9831b382-dccc-4d78-afce-e41fc8707b1f resource provider aggregate not found 2026-06-23 07:07:00.330 8 INFO neutron.services.segments.plugin [-] Segment 9831b382-dccc-4d78-afce-e41fc8707b1f resource provider aggregate not found 2026-06-23 07:07:00.343 8 INFO neutron.services.segments.plugin [-] Segment 9831b382-dccc-4d78-afce-e41fc8707b1f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9831b382-dccc-4d78-afce-e41fc8707b1f found for delete ", "request_id": "req-1e92ea1b-11bc-4de7-8663-28158e50520d"}]} 2026-06-23 07:07:00.353 8 INFO neutron.services.segments.plugin [-] Segment 9831b382-dccc-4d78-afce-e41fc8707b1f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9831b382-dccc-4d78-afce-e41fc8707b1f found for delete ", "request_id": "req-00c70f47-6373-4ee2-98bc-7fae6dcaed0b"}]} 2026-06-23 07:07:00.481 7 INFO neutron.services.segments.plugin [-] Segment 81617ecf-df1b-4a22-a7a0-91251c01fca1 resource provider aggregate not found 2026-06-23 07:07:00.502 7 INFO neutron.services.segments.plugin [-] Segment 81617ecf-df1b-4a22-a7a0-91251c01fca1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 81617ecf-df1b-4a22-a7a0-91251c01fca1 found for delete ", "request_id": "req-30e584b8-93c2-4eb2-8700-f214597ba4bb"}]} 2026-06-23 07:07:00.502 7 INFO neutron.services.segments.plugin [-] Segment 81617ecf-df1b-4a22-a7a0-91251c01fca1 resource provider aggregate not found 2026-06-23 07:07:00.517 7 INFO neutron.services.segments.plugin [-] Segment 81617ecf-df1b-4a22-a7a0-91251c01fca1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 81617ecf-df1b-4a22-a7a0-91251c01fca1 found for delete ", "request_id": "req-9d77be8b-01d6-49a3-8dcd-351d4164118f"}]} [pid: 7|app: 0|req: 741/1534] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:07:00 2026] GET /v2.0/ports?device_id=7d452a22-7e8e-4a1f-b3c7-b90737a9bf79 => generated 971 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 794/1535] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 23 07:07:01 2026] GET /v2.0/security-groups?id=109733b7-a184-4578-8af7-72cb927285db&fields=id&fields=name => generated 114 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 795/1536] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:07:02 2026] GET /v2.0/ports?device_id=7d452a22-7e8e-4a1f-b3c7-b90737a9bf79 => generated 971 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 796/1537] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 23 07:07:02 2026] GET /v2.0/security-groups?id=109733b7-a184-4578-8af7-72cb927285db&fields=id&fields=name => generated 114 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-23 07:07:02.337 7 INFO neutron.db.segments_db [None req-e7550266-6d01-4e4c-93a4-bebb88ac91c7 fcac91c33fea426a9ca1cac23344bfb9 cdb69bf6d3cc4cb7a64db46da31604a5 - - default default] Added segment da7425c6-66db-4f72-9d12-83aeed0a3800 of type vxlan for network e43074ac-3b09-4cec-8ec7-94f7eb799ae4 [pid: 8|app: 0|req: 797/1538] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:07:02 2026] GET /v2.0/ports?device_id=7d452a22-7e8e-4a1f-b3c7-b90737a9bf79 => generated 971 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 798/1539] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 23 07:07:02 2026] GET /v2.0/security-groups?id=109733b7-a184-4578-8af7-72cb927285db&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: 742/1540] 10.0.0.45 () {34 vars in 669 bytes} [Tue Jun 23 07:07:01 2026] POST /v2.0/networks => generated 625 bytes in 578 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 799/1541] 10.0.0.45 () {32 vars in 735 bytes} [Tue Jun 23 07:07:02 2026] GET /v2.0/ports?device_id=7d452a22-7e8e-4a1f-b3c7-b90737a9bf79 => generated 1240 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 743/1542] 10.0.0.45 () {34 vars in 664 bytes} [Tue Jun 23 07:07:02 2026] POST /v2.0/ports => generated 775 bytes in 377 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-23 07:07:02.885 7 INFO neutron.db.segments_db [None req-bbca8c50-6ba2-458e-ab20-e5f113859f93 fcac91c33fea426a9ca1cac23344bfb9 cdb69bf6d3cc4cb7a64db46da31604a5 - - default default] Added segment 87d2c9fb-b617-40f4-ab76-a9f696f6c286 of type vxlan for network 4dd25932-c587-4a25-92c3-fb9d77fdc3e7 [pid: 7|app: 0|req: 744/1543] 10.0.0.45 () {34 vars in 669 bytes} [Tue Jun 23 07:07:02 2026] POST /v2.0/networks => generated 611 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 745/1544] 10.0.0.45 () {34 vars in 668 bytes} [Tue Jun 23 07:07:02 2026] POST /v2.0/subnets => generated 626 bytes in 215 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-23 07:07:03.385 8 INFO neutron.db.l3_db [None req-d670db15-3e29-42c3-8189-d4783e416019 766be8cba7cc41a48d9ae67c3978ee0c 170254da88024a0c9c7bda2ef3090e5a - - default default] Floating IP 7b2acd79-5710-4216-b9c6-5797f9775eaa associated. External IP: 10.96.250.205, port: a5e76210-439e-4ed8-893f-9dfaad1dfee4. [pid: 7|app: 0|req: 746/1545] 10.0.0.45 () {34 vars in 664 bytes} [Tue Jun 23 07:07:03 2026] POST /v2.0/ports => generated 950 bytes in 396 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-23 07:07:03.717 7 INFO neutron_taas.services.taas.taas_plugin [None req-e4cea528-4c2e-4fa3-963d-fa4f60e05882 fcac91c33fea426a9ca1cac23344bfb9 cdb69bf6d3cc4cb7a64db46da31604a5 - - default default] TaaS: Handle Delete Port: 5607341e-cad9-4e00-9461-83c0b387174d 2026-06-23 07:07:03.721 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e4cea528-4c2e-4fa3-963d-fa4f60e05882 fcac91c33fea426a9ca1cac23344bfb9 cdb69bf6d3cc4cb7a64db46da31604a5 - - default default] Tap Mirror: Handle Delete Port: 5607341e-cad9-4e00-9461-83c0b387174d [pid: 8|app: 0|req: 800/1546] 10.0.0.45 () {34 vars in 676 bytes} [Tue Jun 23 07:07:02 2026] POST /v2.0/floatingips => generated 855 bytes in 1332 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 801/1547] 10.0.0.45 () {32 vars in 728 bytes} [Tue Jun 23 07:07:03 2026] GET /v2.0/floatingips/7b2acd79-5710-4216-b9c6-5797f9775eaa => generated 855 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-23 07:07:03.866 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d9bfab83-d0bc-41af-891b-ad9bce707e35'] response: {'name': 'network-changed', 'server_uuid': '7d452a22-7e8e-4a1f-b3c7-b90737a9bf79', 'tag': 'a5e76210-439e-4ed8-893f-9dfaad1dfee4', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 747/1548] 10.0.0.45 () {32 vars in 719 bytes} [Tue Jun 23 07:07:03 2026] DELETE /v2.0/ports/5607341e-cad9-4e00-9461-83c0b387174d => generated 0 bytes in 278 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-23 07:07:03.913 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0a77895e-cd22-42b0-89cb-685083918a3a fcac91c33fea426a9ca1cac23344bfb9 cdb69bf6d3cc4cb7a64db46da31604a5 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 802/1549] 10.0.0.45 () {32 vars in 719 bytes} [Tue Jun 23 07:07:03 2026] DELETE /v2.0/ports/5607341e-cad9-4e00-9461-83c0b387174d => generated 132 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-23 07:07:03.945 7 INFO neutron.pecan_wsgi.hooks.translation [None req-10641f1c-d993-42c7-9a5c-d581e6fe037f fcac91c33fea426a9ca1cac23344bfb9 cdb69bf6d3cc4cb7a64db46da31604a5 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 748/1550] 10.0.0.45 () {32 vars in 716 bytes} [Tue Jun 23 07:07:03 2026] GET /v2.0/ports/5607341e-cad9-4e00-9461-83c0b387174d => generated 132 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 803/1551] 10.0.0.45 () {32 vars in 723 bytes} [Tue Jun 23 07:07:03 2026] DELETE /v2.0/subnets/30ee3f63-79cf-4b2c-857e-a051e5ea05ef => generated 0 bytes in 190 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-23 07:07:04.292 7 INFO neutron.services.segments.plugin [-] Segment 87d2c9fb-b617-40f4-ab76-a9f696f6c286 resource provider aggregate not found 2026-06-23 07:07:04.296 7 INFO neutron.services.segments.plugin [-] Segment 87d2c9fb-b617-40f4-ab76-a9f696f6c286 resource provider aggregate not found 2026-06-23 07:07:04.322 7 INFO neutron.services.segments.plugin [-] Segment 87d2c9fb-b617-40f4-ab76-a9f696f6c286 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 87d2c9fb-b617-40f4-ab76-a9f696f6c286 found for delete ", "request_id": "req-20eb9b64-c596-4bc6-a479-8667ac8d276b"}]} 2026-06-23 07:07:04.324 7 INFO neutron.services.segments.plugin [-] Segment 87d2c9fb-b617-40f4-ab76-a9f696f6c286 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 87d2c9fb-b617-40f4-ab76-a9f696f6c286 found for delete ", "request_id": "req-3ffcda19-845c-4bb6-beb4-e3b58994b413"}]} [pid: 7|app: 0|req: 749/1552] 10.0.0.45 () {32 vars in 725 bytes} [Tue Jun 23 07:07:04 2026] DELETE /v2.0/networks/4dd25932-c587-4a25-92c3-fb9d77fdc3e7 => generated 0 bytes in 195 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-23 07:07:04.414 8 INFO neutron.db.segments_db [None req-50b23f28-e107-4f11-b716-8743233aee2a fcac91c33fea426a9ca1cac23344bfb9 cdb69bf6d3cc4cb7a64db46da31604a5 - - default default] Added segment ea0cf39d-6bc4-4e2a-953f-04e40ff2a6be of type vxlan for network 42c586f4-98b0-48fc-9f5e-216845bbc465 [pid: 7|app: 0|req: 750/1553] 199.204.45.140 () {34 vars in 1080 bytes} [Tue Jun 23 07:07:04 2026] GET /v2.0/ports?tenant_id=170254da88024a0c9c7bda2ef3090e5a&device_id=7d452a22-7e8e-4a1f-b3c7-b90737a9bf79 => generated 1240 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 751/1554] 199.204.45.140 () {34 vars in 986 bytes} [Tue Jun 23 07:07:04 2026] GET /v2.0/networks?id=e50dd392-ff75-42dc-ac01-8bf244351bcc => generated 757 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 804/1555] 10.0.0.45 () {34 vars in 669 bytes} [Tue Jun 23 07:07:04 2026] POST /v2.0/networks => generated 613 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 752/1556] 199.204.45.140 () {34 vars in 1058 bytes} [Tue Jun 23 07:07:04 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=a5e76210-439e-4ed8-893f-9dfaad1dfee4 => generated 858 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 753/1557] 199.204.45.140 () {34 vars in 984 bytes} [Tue Jun 23 07:07:04 2026] GET /v2.0/subnets?id=d802ad29-6b4a-4197-bab0-34ee04c4dfde => generated 677 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 754/1558] 199.204.45.140 () {34 vars in 1052 bytes} [Tue Jun 23 07:07:04 2026] GET /v2.0/ports?network_id=e50dd392-ff75-42dc-ac01-8bf244351bcc&device_owner=network%3Adhcp => generated 1244 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 755/1559] 199.204.45.140 () {34 vars in 1012 bytes} [Tue Jun 23 07:07:04 2026] GET /v2.0/networks/e50dd392-ff75-42dc-ac01-8bf244351bcc?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 756/1560] 199.204.45.140 () {34 vars in 1112 bytes} [Tue Jun 23 07:07:04 2026] GET /v2.0/networks/e50dd392-ff75-42dc-ac01-8bf244351bcc?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: 805/1561] 10.0.0.45 () {34 vars in 668 bytes} [Tue Jun 23 07:07:04 2026] POST /v2.0/subnets => generated 626 bytes in 273 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 806/1562] 10.0.0.45 () {32 vars in 728 bytes} [Tue Jun 23 07:07:04 2026] GET /v2.0/floatingips/7b2acd79-5710-4216-b9c6-5797f9775eaa => generated 855 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 757/1563] 10.0.0.45 () {34 vars in 664 bytes} [Tue Jun 23 07:07:04 2026] POST /v2.0/ports => generated 912 bytes in 450 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-23 07:07:05.369 8 INFO neutron_taas.services.taas.taas_plugin [None req-4f46be8d-8417-4a23-9e3e-72104c00ae51 fcac91c33fea426a9ca1cac23344bfb9 cdb69bf6d3cc4cb7a64db46da31604a5 - - default default] TaaS: Handle Delete Port: 1ba6e710-15e4-417f-aa09-a2ca94fc8476 2026-06-23 07:07:05.374 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4f46be8d-8417-4a23-9e3e-72104c00ae51 fcac91c33fea426a9ca1cac23344bfb9 cdb69bf6d3cc4cb7a64db46da31604a5 - - default default] Tap Mirror: Handle Delete Port: 1ba6e710-15e4-417f-aa09-a2ca94fc8476 [pid: 8|app: 0|req: 807/1564] 10.0.0.45 () {32 vars in 719 bytes} [Tue Jun 23 07:07:05 2026] DELETE /v2.0/ports/1ba6e710-15e4-417f-aa09-a2ca94fc8476 => generated 0 bytes in 283 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-23 07:07:05.552 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a63fd4f5-f132-47af-9dd1-6738227d5860 fcac91c33fea426a9ca1cac23344bfb9 cdb69bf6d3cc4cb7a64db46da31604a5 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 808/1565] 10.0.0.45 () {32 vars in 716 bytes} [Tue Jun 23 07:07:05 2026] GET /v2.0/ports/1ba6e710-15e4-417f-aa09-a2ca94fc8476 => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 758/1566] 10.0.0.45 () {32 vars in 773 bytes} [Tue Jun 23 07:07:05 2026] GET /v2.0/security-groups?tenant_id=db082aa52fe24c97a2f8e245608a227f&name=default => generated 2925 bytes in 296 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 809/1567] 10.0.0.45 () {32 vars in 723 bytes} [Tue Jun 23 07:07:05 2026] DELETE /v2.0/subnets/366d6321-38fe-4a51-9267-0ab50edcedaa => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 759/1568] 10.0.0.45 () {32 vars in 739 bytes} [Tue Jun 23 07:07:05 2026] DELETE /v2.0/security-groups/6ebf7e62-aa75-4166-866b-53a8e0fd672a => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-23 07:07:05.828 8 INFO neutron.services.segments.plugin [-] Segment ea0cf39d-6bc4-4e2a-953f-04e40ff2a6be resource provider aggregate not found 2026-06-23 07:07:05.831 8 INFO neutron.services.segments.plugin [-] Segment ea0cf39d-6bc4-4e2a-953f-04e40ff2a6be resource provider aggregate not found 2026-06-23 07:07:05.849 8 INFO neutron.services.segments.plugin [-] Segment ea0cf39d-6bc4-4e2a-953f-04e40ff2a6be resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ea0cf39d-6bc4-4e2a-953f-04e40ff2a6be found for delete ", "request_id": "req-6842030d-6e01-44ff-89c5-3160639c41ea"}]} 2026-06-23 07:07:05.852 8 INFO neutron.services.segments.plugin [-] Segment ea0cf39d-6bc4-4e2a-953f-04e40ff2a6be resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ea0cf39d-6bc4-4e2a-953f-04e40ff2a6be found for delete ", "request_id": "req-4aa16fcc-856c-43a9-ad5e-3f7cec25b047"}]} [pid: 8|app: 0|req: 810/1569] 10.0.0.45 () {32 vars in 725 bytes} [Tue Jun 23 07:07:05 2026] DELETE /v2.0/networks/42c586f4-98b0-48fc-9f5e-216845bbc465 => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 811/1570] 10.0.0.45 () {32 vars in 773 bytes} [Tue Jun 23 07:07:05 2026] GET /v2.0/security-groups?tenant_id=149119cb8ff14f52a80661ff4f23489e&name=default => generated 2925 bytes in 163 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 812/1571] 10.0.0.45 () {32 vars in 728 bytes} [Tue Jun 23 07:07:06 2026] GET /v2.0/floatingips/7b2acd79-5710-4216-b9c6-5797f9775eaa => generated 855 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 760/1572] 10.0.0.45 () {34 vars in 664 bytes} [Tue Jun 23 07:07:05 2026] POST /v2.0/ports => generated 774 bytes in 287 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 813/1573] 10.0.0.45 () {32 vars in 739 bytes} [Tue Jun 23 07:07:06 2026] DELETE /v2.0/security-groups/107d79d7-3d49-4b95-ac62-debc5d90148d => generated 0 bytes in 93 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: 761/1574] 10.0.0.45 () {34 vars in 736 bytes} [Tue Jun 23 07:07:06 2026] PUT /v2.0/ports/3ea63c42-d6bb-407e-abfd-54c659de82fb => generated 752 bytes in 178 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-23 07:07:06.488 8 INFO neutron_taas.services.taas.taas_plugin [None req-86bccf3e-6b56-47f5-bbe5-0129871830db fcac91c33fea426a9ca1cac23344bfb9 cdb69bf6d3cc4cb7a64db46da31604a5 - - default default] TaaS: Handle Delete Port: 3ea63c42-d6bb-407e-abfd-54c659de82fb 2026-06-23 07:07:06.491 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-86bccf3e-6b56-47f5-bbe5-0129871830db fcac91c33fea426a9ca1cac23344bfb9 cdb69bf6d3cc4cb7a64db46da31604a5 - - default default] Tap Mirror: Handle Delete Port: 3ea63c42-d6bb-407e-abfd-54c659de82fb [pid: 8|app: 0|req: 814/1575] 10.0.0.45 () {32 vars in 719 bytes} [Tue Jun 23 07:07:06 2026] DELETE /v2.0/ports/3ea63c42-d6bb-407e-abfd-54c659de82fb => generated 0 bytes in 257 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 762/1576] 10.0.0.45 () {32 vars in 642 bytes} [Tue Jun 23 07:07:06 2026] GET /v2.0/ports => generated 778 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-23 07:07:06.660 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ffc294b3-c96c-41c0-950b-ff0f6b6d6c21 fcac91c33fea426a9ca1cac23344bfb9 cdb69bf6d3cc4cb7a64db46da31604a5 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 815/1577] 10.0.0.45 () {32 vars in 716 bytes} [Tue Jun 23 07:07:06 2026] GET /v2.0/ports/3ea63c42-d6bb-407e-abfd-54c659de82fb => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 763/1578] 10.0.0.45 () {32 vars in 642 bytes} [Tue Jun 23 07:07:06 2026] GET /v2.0/ports => generated 778 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 816/1579] 10.0.0.45 () {32 vars in 716 bytes} [Tue Jun 23 07:07:06 2026] GET /v2.0/ports/b3080b32-e9cf-4c4e-b2df-83588d09997e => generated 775 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-23 07:07:06.764 7 INFO neutron.pecan_wsgi.hooks.translation [None req-57733e45-d0f0-4ece-bdd4-681719de90ad fcac91c33fea426a9ca1cac23344bfb9 cdb69bf6d3cc4cb7a64db46da31604a5 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 764/1580] 10.0.0.45 () {32 vars in 719 bytes} [Tue Jun 23 07:07:06 2026] DELETE /v2.0/ports/1ba6e710-15e4-417f-aa09-a2ca94fc8476 => generated 132 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-23 07:07:06.786 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5a240133-a3b8-47c1-83e5-2fd33b09d5fc fcac91c33fea426a9ca1cac23344bfb9 cdb69bf6d3cc4cb7a64db46da31604a5 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 817/1581] 10.0.0.45 () {32 vars in 723 bytes} [Tue Jun 23 07:07:06 2026] DELETE /v2.0/subnets/366d6321-38fe-4a51-9267-0ab50edcedaa => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-23 07:07:06.804 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2d5dc10e-efc2-4de5-bee2-e9ffea619b0d fcac91c33fea426a9ca1cac23344bfb9 cdb69bf6d3cc4cb7a64db46da31604a5 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 765/1582] 10.0.0.45 () {32 vars in 723 bytes} [Tue Jun 23 07:07:06 2026] DELETE /v2.0/subnets/30ee3f63-79cf-4b2c-857e-a051e5ea05ef => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-23 07:07:06.910 8 INFO neutron_taas.services.taas.taas_plugin [None req-83968791-5f87-47fa-af8c-28cef3f14851 fcac91c33fea426a9ca1cac23344bfb9 cdb69bf6d3cc4cb7a64db46da31604a5 - - default default] TaaS: Handle Delete Port: b3080b32-e9cf-4c4e-b2df-83588d09997e 2026-06-23 07:07:06.914 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-83968791-5f87-47fa-af8c-28cef3f14851 fcac91c33fea426a9ca1cac23344bfb9 cdb69bf6d3cc4cb7a64db46da31604a5 - - default default] Tap Mirror: Handle Delete Port: b3080b32-e9cf-4c4e-b2df-83588d09997e [pid: 8|app: 0|req: 818/1585] 10.0.0.45 () {32 vars in 719 bytes} [Tue Jun 23 07:07:06 2026] DELETE /v2.0/ports/b3080b32-e9cf-4c4e-b2df-83588d09997e => generated 0 bytes in 204 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 819/1586] 10.0.0.45 () {32 vars in 728 bytes} [Tue Jun 23 07:07:07 2026] GET /v2.0/floatingips/7b2acd79-5710-4216-b9c6-5797f9775eaa => generated 857 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-23 07:07:07.150 7 INFO neutron.services.segments.plugin [-] Segment da7425c6-66db-4f72-9d12-83aeed0a3800 resource provider aggregate not found 2026-06-23 07:07:07.154 7 INFO neutron.services.segments.plugin [-] Segment da7425c6-66db-4f72-9d12-83aeed0a3800 resource provider aggregate not found 2026-06-23 07:07:07.171 7 INFO neutron.services.segments.plugin [-] Segment da7425c6-66db-4f72-9d12-83aeed0a3800 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid da7425c6-66db-4f72-9d12-83aeed0a3800 found for delete ", "request_id": "req-52107577-232e-4552-bc82-659b401aebb4"}]} 2026-06-23 07:07:07.172 7 INFO neutron.services.segments.plugin [-] Segment da7425c6-66db-4f72-9d12-83aeed0a3800 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid da7425c6-66db-4f72-9d12-83aeed0a3800 found for delete ", "request_id": "req-5e3d4b1a-e54f-4440-833c-6048839233fd"}]} [pid: 7|app: 0|req: 768/1587] 10.0.0.45 () {32 vars in 725 bytes} [Tue Jun 23 07:07:07 2026] DELETE /v2.0/networks/e43074ac-3b09-4cec-8ec7-94f7eb799ae4 => generated 0 bytes in 168 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 820/1588] 10.0.0.45 () {32 vars in 773 bytes} [Tue Jun 23 07:07:07 2026] GET /v2.0/security-groups?tenant_id=cdb69bf6d3cc4cb7a64db46da31604a5&name=default => generated 2925 bytes in 283 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 769/1589] 10.0.0.45 () {32 vars in 739 bytes} [Tue Jun 23 07:07:07 2026] DELETE /v2.0/security-groups/d28a96ec-6a71-4a4a-a3a4-28d11196eca3 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-23 07:07:10.080 8 INFO neutron.db.segments_db [None req-84ee449c-15cb-4ba3-8228-b4b17df333f5 df2eab608ab44658af9a734bb6e19334 65728d2b98f64493ba34f9a8a98113a8 - - default default] Added segment 5460cee2-ea50-40fc-8ae8-30a29736700e of type vxlan for network 36971bee-5e13-4f04-959a-454267da2d90 [pid: 8|app: 0|req: 821/1590] 10.0.0.45 () {34 vars in 669 bytes} [Tue Jun 23 07:07:09 2026] POST /v2.0/networks => generated 615 bytes in 362 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-23 07:07:10.237 7 INFO neutron.db.segments_db [None req-fe7d6ce5-9b44-4242-9b81-55d062578614 df2eab608ab44658af9a734bb6e19334 65728d2b98f64493ba34f9a8a98113a8 - - default default] Added segment 2bd87499-57b8-470b-8344-a85883bff948 of type vxlan for network 65d37568-5076-463f-ba52-6b32b7641b7c [pid: 7|app: 0|req: 770/1591] 10.0.0.45 () {34 vars in 669 bytes} [Tue Jun 23 07:07:10 2026] POST /v2.0/networks => generated 614 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 822/1592] 10.0.0.45 () {34 vars in 668 bytes} [Tue Jun 23 07:07:10 2026] POST /v2.0/subnets => generated 646 bytes in 270 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 771/1593] 10.0.0.45 () {34 vars in 668 bytes} [Tue Jun 23 07:07:10 2026] POST /v2.0/subnets => generated 655 bytes in 237 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-23 07:07:10.925 8 INFO neutron.db.segments_db [None req-2a80a480-c11c-461f-b590-861528c61d5d df2eab608ab44658af9a734bb6e19334 65728d2b98f64493ba34f9a8a98113a8 - - default default] Added segment 7e0d90b5-09b4-47a9-90d3-a9f4979a33ed of type vxlan for network 0218af78-fe42-4910-9edf-6e3e26737369 2026-06-23 07:07:11.230 8 INFO neutron.db.l3_hamode_db [None req-2a80a480-c11c-461f-b590-861528c61d5d df2eab608ab44658af9a734bb6e19334 65728d2b98f64493ba34f9a8a98113a8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-23 07:07:11.399 8 INFO neutron.db.l3_hamode_db [None req-2a80a480-c11c-461f-b590-861528c61d5d df2eab608ab44658af9a734bb6e19334 65728d2b98f64493ba34f9a8a98113a8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 823/1594] 10.0.0.45 () {34 vars in 668 bytes} [Tue Jun 23 07:07:10 2026] POST /v2.0/routers => generated 509 bytes in 1278 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 772/1595] 10.0.0.82 () {34 vars in 989 bytes} [Tue Jun 23 07:07:12 2026] GET /v2.0/ports?device_id=7d452a22-7e8e-4a1f-b3c7-b90737a9bf79 => generated 1240 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 773/1596] 10.0.0.82 () {34 vars in 1039 bytes} [Tue Jun 23 07:07:12 2026] GET /v2.0/security-groups?id=109733b7-a184-4578-8af7-72cb927285db&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: 774/1597] 10.0.0.45 () {32 vars in 773 bytes} [Tue Jun 23 07:07:12 2026] GET /v2.0/security-groups?tenant_id=eafb94fcc14a4064acd9038208df9377&name=default => generated 2925 bytes in 312 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 775/1598] 10.0.0.45 () {32 vars in 739 bytes} [Tue Jun 23 07:07:12 2026] DELETE /v2.0/security-groups/812b1557-c1f0-4052-aeef-307caee9f078 => 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: 776/1599] 10.0.0.45 () {32 vars in 773 bytes} [Tue Jun 23 07:07:12 2026] GET /v2.0/security-groups?tenant_id=8990eb55cba4433d9437df09098ab12a&name=default => generated 2925 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 777/1600] 10.0.0.45 () {32 vars in 739 bytes} [Tue Jun 23 07:07:13 2026] DELETE /v2.0/security-groups/a784edcf-f22b-4a6c-abaa-eed74c44b9a3 => 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: 824/1601] 10.0.0.45 () {34 vars in 782 bytes} [Tue Jun 23 07:07:12 2026] PUT /v2.0/routers/1ba43243-5757-42d0-b97f-fce868bd6d3b/add_router_interface => generated 309 bytes in 1258 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 778/1602] 10.0.0.45 () {32 vars in 716 bytes} [Tue Jun 23 07:07:13 2026] GET /v2.0/ports/b12fcd34-a55e-4a7f-9238-56e2083f95e5 => generated 959 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 825/1603] 10.0.0.45 () {34 vars in 782 bytes} [Tue Jun 23 07:07:13 2026] PUT /v2.0/routers/1ba43243-5757-42d0-b97f-fce868bd6d3b/add_router_interface => generated 309 bytes in 1463 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 779/1604] 10.0.0.45 () {32 vars in 716 bytes} [Tue Jun 23 07:07:15 2026] GET /v2.0/ports/ebc0bda0-8cbe-4073-92f3-735ad90d436a => generated 967 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-23 07:07:15.515 8 INFO neutron_taas.services.taas.taas_plugin [None req-d56ab166-f07f-4289-a551-4a0591fbced6 df2eab608ab44658af9a734bb6e19334 65728d2b98f64493ba34f9a8a98113a8 - - default default] TaaS: Handle Delete Port: ebc0bda0-8cbe-4073-92f3-735ad90d436a 2026-06-23 07:07:15.518 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d56ab166-f07f-4289-a551-4a0591fbced6 df2eab608ab44658af9a734bb6e19334 65728d2b98f64493ba34f9a8a98113a8 - - default default] Tap Mirror: Handle Delete Port: ebc0bda0-8cbe-4073-92f3-735ad90d436a [pid: 8|app: 0|req: 826/1605] 10.0.0.45 () {34 vars in 788 bytes} [Tue Jun 23 07:07:15 2026] PUT /v2.0/routers/1ba43243-5757-42d0-b97f-fce868bd6d3b/remove_router_interface => generated 309 bytes in 978 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-23 07:07:16.497 7 INFO neutron_taas.services.taas.taas_plugin [None req-e801d11a-6e20-4ae7-974e-d524a463d341 df2eab608ab44658af9a734bb6e19334 65728d2b98f64493ba34f9a8a98113a8 - - default default] TaaS: Handle Delete Port: b12fcd34-a55e-4a7f-9238-56e2083f95e5 2026-06-23 07:07:16.501 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e801d11a-6e20-4ae7-974e-d524a463d341 df2eab608ab44658af9a734bb6e19334 65728d2b98f64493ba34f9a8a98113a8 - - default default] Tap Mirror: Handle Delete Port: b12fcd34-a55e-4a7f-9238-56e2083f95e5 [pid: 7|app: 0|req: 780/1606] 10.0.0.45 () {34 vars in 788 bytes} [Tue Jun 23 07:07:16 2026] PUT /v2.0/routers/1ba43243-5757-42d0-b97f-fce868bd6d3b/remove_router_interface => generated 309 bytes in 862 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 827/1607] 10.0.0.45 () {32 vars in 735 bytes} [Tue Jun 23 07:07:16 2026] GET /v2.0/ports?device_id=1ba43243-5757-42d0-b97f-fce868bd6d3b => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-23 07:07:17.160 7 INFO neutron_taas.services.taas.taas_plugin [None req-5e10594c-0e44-4b38-946d-d8a736a6b4fc df2eab608ab44658af9a734bb6e19334 65728d2b98f64493ba34f9a8a98113a8 - - default default] TaaS: Handle Delete Port: d76407b8-a8ce-48ff-9a0c-17dc045d48e3 2026-06-23 07:07:17.163 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5e10594c-0e44-4b38-946d-d8a736a6b4fc df2eab608ab44658af9a734bb6e19334 65728d2b98f64493ba34f9a8a98113a8 - - default default] Tap Mirror: Handle Delete Port: d76407b8-a8ce-48ff-9a0c-17dc045d48e3 2026-06-23 07:07:17.534 7 INFO neutron.services.segments.plugin [-] Segment 7e0d90b5-09b4-47a9-90d3-a9f4979a33ed resource provider aggregate not found 2026-06-23 07:07:17.536 7 INFO neutron.services.segments.plugin [-] Segment 7e0d90b5-09b4-47a9-90d3-a9f4979a33ed resource provider aggregate not found 2026-06-23 07:07:17.549 7 INFO neutron.services.segments.plugin [-] Segment 7e0d90b5-09b4-47a9-90d3-a9f4979a33ed resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7e0d90b5-09b4-47a9-90d3-a9f4979a33ed found for delete ", "request_id": "req-cb63f9ab-509a-4e32-b130-b78cac229975"}]} 2026-06-23 07:07:17.552 7 INFO neutron.services.segments.plugin [-] Segment 7e0d90b5-09b4-47a9-90d3-a9f4979a33ed resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7e0d90b5-09b4-47a9-90d3-a9f4979a33ed found for delete ", "request_id": "req-b880d443-d446-4e56-b91e-ea712303fbae"}]} 2026-06-23 07:07:17.560 7 INFO neutron.db.l3_hamode_db [None req-5e10594c-0e44-4b38-946d-d8a736a6b4fc df2eab608ab44658af9a734bb6e19334 65728d2b98f64493ba34f9a8a98113a8 - - default default] HA network 0218af78-fe42-4910-9edf-6e3e26737369 was deleted as no HA routers are present in tenant 65728d2b98f64493ba34f9a8a98113a8. [pid: 7|app: 0|req: 781/1608] 10.0.0.45 () {32 vars in 723 bytes} [Tue Jun 23 07:07:16 2026] DELETE /v2.0/routers/1ba43243-5757-42d0-b97f-fce868bd6d3b => generated 0 bytes in 591 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 828/1609] 10.0.0.45 () {32 vars in 723 bytes} [Tue Jun 23 07:07:17 2026] DELETE /v2.0/subnets/95b24be9-d314-44ab-afbb-fe580b868a08 => generated 0 bytes in 168 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 782/1610] 10.0.0.45 () {32 vars in 723 bytes} [Tue Jun 23 07:07:17 2026] DELETE /v2.0/subnets/8989bf6e-2405-4802-bf80-9ee67e9e5cb7 => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-23 07:07:18.039 8 INFO neutron_taas.services.taas.taas_plugin [None req-0fd69c52-76e5-4b26-97a4-cb7bc07119da df2eab608ab44658af9a734bb6e19334 65728d2b98f64493ba34f9a8a98113a8 - - default default] TaaS: Handle Delete Port: 04b9a493-79bb-4a41-a62e-4174da0c2311 2026-06-23 07:07:18.043 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0fd69c52-76e5-4b26-97a4-cb7bc07119da df2eab608ab44658af9a734bb6e19334 65728d2b98f64493ba34f9a8a98113a8 - - default default] Tap Mirror: Handle Delete Port: 04b9a493-79bb-4a41-a62e-4174da0c2311 2026-06-23 07:07:18.252 8 INFO neutron.services.segments.plugin [-] Segment 2bd87499-57b8-470b-8344-a85883bff948 resource provider aggregate not found 2026-06-23 07:07:18.256 8 INFO neutron.services.segments.plugin [-] Segment 2bd87499-57b8-470b-8344-a85883bff948 resource provider aggregate not found 2026-06-23 07:07:18.276 8 INFO neutron.services.segments.plugin [-] Segment 2bd87499-57b8-470b-8344-a85883bff948 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2bd87499-57b8-470b-8344-a85883bff948 found for delete ", "request_id": "req-a4e76cee-6ef5-4bee-a28f-1d83f8e283cf"}]} 2026-06-23 07:07:18.277 8 INFO neutron.services.segments.plugin [-] Segment 2bd87499-57b8-470b-8344-a85883bff948 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2bd87499-57b8-470b-8344-a85883bff948 found for delete ", "request_id": "req-7eaf25c5-aa46-45eb-94da-62368415d1b1"}]} [pid: 8|app: 0|req: 829/1611] 10.0.0.45 () {32 vars in 725 bytes} [Tue Jun 23 07:07:17 2026] DELETE /v2.0/networks/65d37568-5076-463f-ba52-6b32b7641b7c => generated 0 bytes in 367 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-23 07:07:18.385 7 INFO neutron_taas.services.taas.taas_plugin [None req-e7e4378a-2531-4a61-b64d-f862a25e552e df2eab608ab44658af9a734bb6e19334 65728d2b98f64493ba34f9a8a98113a8 - - default default] TaaS: Handle Delete Port: f8d1076c-6372-4770-8cf3-a5e07a1ef8b4 2026-06-23 07:07:18.387 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e7e4378a-2531-4a61-b64d-f862a25e552e df2eab608ab44658af9a734bb6e19334 65728d2b98f64493ba34f9a8a98113a8 - - default default] Tap Mirror: Handle Delete Port: f8d1076c-6372-4770-8cf3-a5e07a1ef8b4 [pid: 7|app: 0|req: 783/1612] 10.0.0.45 () {32 vars in 725 bytes} [Tue Jun 23 07:07:18 2026] DELETE /v2.0/networks/36971bee-5e13-4f04-959a-454267da2d90 => generated 0 bytes in 322 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-23 07:07:18.686 8 INFO neutron.db.segments_db [None req-ccc7b253-8191-40a2-a530-f0b65bed9780 df2eab608ab44658af9a734bb6e19334 65728d2b98f64493ba34f9a8a98113a8 - - default default] Added segment 765ca88b-e463-4112-9254-23668a0763fc of type vxlan for network 8aa7af15-0323-44f1-b0ff-0aaa6b1f2076 [pid: 8|app: 0|req: 830/1613] 10.0.0.45 () {34 vars in 669 bytes} [Tue Jun 23 07:07:18 2026] POST /v2.0/networks => generated 615 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 784/1614] 10.0.0.45 () {34 vars in 668 bytes} [Tue Jun 23 07:07:18 2026] POST /v2.0/subnets => generated 646 bytes in 250 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-23 07:07:19.093 8 INFO neutron.db.segments_db [None req-a8d586b1-bf0f-4916-9685-7b92d5ea2cb4 df2eab608ab44658af9a734bb6e19334 65728d2b98f64493ba34f9a8a98113a8 - - default default] Added segment 9a156e2c-1a16-44c7-874c-b687adcd035c of type vxlan for network d11457ea-8265-4271-b402-dd5a01e14c0b 2026-06-23 07:07:19.404 8 INFO neutron.db.l3_hamode_db [None req-a8d586b1-bf0f-4916-9685-7b92d5ea2cb4 df2eab608ab44658af9a734bb6e19334 65728d2b98f64493ba34f9a8a98113a8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-23 07:07:19.548 8 INFO neutron.db.l3_hamode_db [None req-a8d586b1-bf0f-4916-9685-7b92d5ea2cb4 df2eab608ab44658af9a734bb6e19334 65728d2b98f64493ba34f9a8a98113a8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-23 07:07:19.575 7 INFO neutron.services.segments.plugin [-] Segment 5460cee2-ea50-40fc-8ae8-30a29736700e resource provider aggregate not found 2026-06-23 07:07:19.576 7 INFO neutron.services.segments.plugin [-] Segment 5460cee2-ea50-40fc-8ae8-30a29736700e resource provider aggregate not found 2026-06-23 07:07:19.588 7 INFO neutron.services.segments.plugin [-] Segment 5460cee2-ea50-40fc-8ae8-30a29736700e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5460cee2-ea50-40fc-8ae8-30a29736700e found for delete ", "request_id": "req-4eed7a62-e4d9-42ce-97e3-b7c2861e47eb"}]} 2026-06-23 07:07:19.592 7 INFO neutron.services.segments.plugin [-] Segment 5460cee2-ea50-40fc-8ae8-30a29736700e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5460cee2-ea50-40fc-8ae8-30a29736700e found for delete ", "request_id": "req-b235443a-3528-49a7-811c-2dd61fd976c4"}]} [pid: 7|app: 0|req: 785/1615] 10.0.0.45 () {32 vars in 773 bytes} [Tue Jun 23 07:07:19 2026] GET /v2.0/security-groups?tenant_id=d99bef9ce0844a6eb289dc268745e562&name=default => generated 2925 bytes in 333 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 786/1616] 10.0.0.45 () {32 vars in 739 bytes} [Tue Jun 23 07:07:19 2026] DELETE /v2.0/security-groups/7f8f9f3d-195e-4bfc-8fae-4d8ee0ba13e4 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 787/1617] 10.0.0.45 () {32 vars in 773 bytes} [Tue Jun 23 07:07:19 2026] GET /v2.0/security-groups?tenant_id=10001c276a33429b808f6f873376a5d5&name=default => generated 2925 bytes in 158 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 831/1618] 10.0.0.45 () {34 vars in 668 bytes} [Tue Jun 23 07:07:19 2026] POST /v2.0/routers => generated 510 bytes in 1184 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 788/1619] 10.0.0.45 () {32 vars in 739 bytes} [Tue Jun 23 07:07:20 2026] DELETE /v2.0/security-groups/975a7862-9edc-4306-af7b-b14a2d2c3d7a => 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: 832/1620] 10.0.0.45 () {34 vars in 664 bytes} [Tue Jun 23 07:07:20 2026] POST /v2.0/ports => generated 964 bytes in 373 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 789/1621] 10.0.0.45 () {34 vars in 782 bytes} [Tue Jun 23 07:07:20 2026] PUT /v2.0/routers/3894472d-08dc-46d2-b77c-f514a164e22a/add_router_interface => generated 309 bytes in 1123 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: 833/1622] 10.0.0.45 () {32 vars in 716 bytes} [Tue Jun 23 07:07:21 2026] GET /v2.0/ports/95c253e6-2cae-4fcc-a718-204eb968664f => generated 1038 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-23 07:07:22.125 7 INFO neutron_taas.services.taas.taas_plugin [None req-934e8460-9eb7-4f12-a46f-35323aeca40e df2eab608ab44658af9a734bb6e19334 65728d2b98f64493ba34f9a8a98113a8 - - default default] TaaS: Handle Delete Port: 95c253e6-2cae-4fcc-a718-204eb968664f 2026-06-23 07:07:22.129 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-934e8460-9eb7-4f12-a46f-35323aeca40e df2eab608ab44658af9a734bb6e19334 65728d2b98f64493ba34f9a8a98113a8 - - default default] Tap Mirror: Handle Delete Port: 95c253e6-2cae-4fcc-a718-204eb968664f [pid: 7|app: 0|req: 790/1625] 10.0.0.45 () {34 vars in 788 bytes} [Tue Jun 23 07:07:21 2026] PUT /v2.0/routers/3894472d-08dc-46d2-b77c-f514a164e22a/remove_router_interface => generated 309 bytes in 791 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: 836/1626] 10.0.0.45 () {32 vars in 825 bytes} [Tue Jun 23 07:07:22 2026] GET /v2.0/ports?project_id=170254da88024a0c9c7bda2ef3090e5a&network_id=e50dd392-ff75-42dc-ac01-8bf244351bcc => generated 3691 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-23 07:07:22.707 7 INFO neutron.api.v2.resource [None req-3272bf42-dd9b-443e-932c-26763bd54c95 df2eab608ab44658af9a734bb6e19334 65728d2b98f64493ba34f9a8a98113a8 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 791/1627] 10.0.0.45 () {34 vars in 788 bytes} [Tue Jun 23 07:07:22 2026] PUT /v2.0/routers/3894472d-08dc-46d2-b77c-f514a164e22a/remove_router_interface => generated 197 bytes in 120 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 792/1628] 10.0.0.45 () {32 vars in 735 bytes} [Tue Jun 23 07:07:22 2026] GET /v2.0/ports?device_id=3894472d-08dc-46d2-b77c-f514a164e22a => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-23 07:07:22.912 7 INFO neutron_taas.services.taas.taas_plugin [None req-69f472b0-25a4-4f75-a4b4-a5df61df87c6 df2eab608ab44658af9a734bb6e19334 65728d2b98f64493ba34f9a8a98113a8 - - default default] TaaS: Handle Delete Port: 761cd580-be1c-4e06-8698-d7696019016a 2026-06-23 07:07:22.915 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-69f472b0-25a4-4f75-a4b4-a5df61df87c6 df2eab608ab44658af9a734bb6e19334 65728d2b98f64493ba34f9a8a98113a8 - - default default] Tap Mirror: Handle Delete Port: 761cd580-be1c-4e06-8698-d7696019016a [pid: 8|app: 0|req: 837/1629] 10.0.0.45 () {32 vars in 773 bytes} [Tue Jun 23 07:07:22 2026] GET /v2.0/security-groups?tenant_id=88a0d1f3b4da47579f1e0acae44b1c3a&name=default => generated 2925 bytes in 356 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 838/1630] 10.0.0.45 () {32 vars in 741 bytes} [Tue Jun 23 07:07:23 2026] GET /v2.0/subnets?network_id=33d1158f-22d7-40ae-8a3a-9d18a3be1763 => generated 667 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-23 07:07:23.325 7 INFO neutron.services.segments.plugin [-] Segment 9a156e2c-1a16-44c7-874c-b687adcd035c resource provider aggregate not found 2026-06-23 07:07:23.328 7 INFO neutron.services.segments.plugin [-] Segment 9a156e2c-1a16-44c7-874c-b687adcd035c resource provider aggregate not found 2026-06-23 07:07:23.347 7 INFO neutron.services.segments.plugin [-] Segment 9a156e2c-1a16-44c7-874c-b687adcd035c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9a156e2c-1a16-44c7-874c-b687adcd035c found for delete ", "request_id": "req-8712d74b-2268-4f7f-a9c6-63782bbe20ac"}]} 2026-06-23 07:07:23.350 7 INFO neutron.db.l3_hamode_db [None req-69f472b0-25a4-4f75-a4b4-a5df61df87c6 df2eab608ab44658af9a734bb6e19334 65728d2b98f64493ba34f9a8a98113a8 - - default default] HA network d11457ea-8265-4271-b402-dd5a01e14c0b was deleted as no HA routers are present in tenant 65728d2b98f64493ba34f9a8a98113a8. 2026-06-23 07:07:23.354 7 INFO neutron.services.segments.plugin [-] Segment 9a156e2c-1a16-44c7-874c-b687adcd035c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9a156e2c-1a16-44c7-874c-b687adcd035c found for delete ", "request_id": "req-8c622696-f7da-4db5-a181-6a2b61e88bcb"}]} [pid: 7|app: 0|req: 793/1631] 10.0.0.45 () {32 vars in 723 bytes} [Tue Jun 23 07:07:22 2026] DELETE /v2.0/routers/3894472d-08dc-46d2-b77c-f514a164e22a => generated 0 bytes in 619 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-23 07:07:23.487 7 INFO neutron.db.l3_db [None req-aad928b6-0c88-4165-a5a6-551a65b2e837 766be8cba7cc41a48d9ae67c3978ee0c 170254da88024a0c9c7bda2ef3090e5a - - default default] Floating IP 7b2acd79-5710-4216-b9c6-5797f9775eaa disassociated. External IP: 10.96.250.205, port: a5e76210-439e-4ed8-893f-9dfaad1dfee4. [pid: 8|app: 0|req: 839/1632] 10.0.0.45 () {32 vars in 739 bytes} [Tue Jun 23 07:07:23 2026] DELETE /v2.0/security-groups/c5ca9b3c-363a-4a4a-ac6a-ffdc624d735a => generated 0 bytes in 527 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 840/1633] 10.0.0.45 () {32 vars in 723 bytes} [Tue Jun 23 07:07:23 2026] DELETE /v2.0/subnets/eb72be98-d360-4027-b6e3-57c248989fb0 => generated 0 bytes in 189 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-23 07:07:23.869 8 INFO neutron_taas.services.taas.taas_plugin [None req-cf45f180-a50b-4b3b-8884-d2af5cf78768 df2eab608ab44658af9a734bb6e19334 65728d2b98f64493ba34f9a8a98113a8 - - default default] TaaS: Handle Delete Port: bb9f3a55-6c28-411f-8999-57ff8987e489 2026-06-23 07:07:23.872 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cf45f180-a50b-4b3b-8884-d2af5cf78768 df2eab608ab44658af9a734bb6e19334 65728d2b98f64493ba34f9a8a98113a8 - - default default] Tap Mirror: Handle Delete Port: bb9f3a55-6c28-411f-8999-57ff8987e489 [pid: 7|app: 0|req: 794/1634] 10.0.0.45 () {34 vars in 748 bytes} [Tue Jun 23 07:07:23 2026] PUT /v2.0/floatingips/7b2acd79-5710-4216-b9c6-5797f9775eaa => generated 554 bytes in 552 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 795/1635] 10.0.0.45 () {32 vars in 728 bytes} [Tue Jun 23 07:07:23 2026] GET /v2.0/floatingips/7b2acd79-5710-4216-b9c6-5797f9775eaa => generated 554 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-23 07:07:23.973 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-987a7026-324d-48bc-9bf1-89f671683430'] response: {'name': 'network-changed', 'server_uuid': '7d452a22-7e8e-4a1f-b3c7-b90737a9bf79', 'tag': 'a5e76210-439e-4ed8-893f-9dfaad1dfee4', 'status': 'completed', 'code': 200} 2026-06-23 07:07:24.114 8 INFO neutron.services.segments.plugin [-] Segment 765ca88b-e463-4112-9254-23668a0763fc resource provider aggregate not found 2026-06-23 07:07:24.118 8 INFO neutron.services.segments.plugin [-] Segment 765ca88b-e463-4112-9254-23668a0763fc resource provider aggregate not found 2026-06-23 07:07:24.133 8 INFO neutron.services.segments.plugin [-] Segment 765ca88b-e463-4112-9254-23668a0763fc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 765ca88b-e463-4112-9254-23668a0763fc found for delete ", "request_id": "req-cf8dc51b-9911-4057-902b-2bd25f66418d"}]} 2026-06-23 07:07:24.138 8 INFO neutron.services.segments.plugin [-] Segment 765ca88b-e463-4112-9254-23668a0763fc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 765ca88b-e463-4112-9254-23668a0763fc found for delete ", "request_id": "req-d0926347-cef6-44c7-bd4c-2ea26b75c0f9"}]} [pid: 8|app: 0|req: 841/1636] 10.0.0.45 () {32 vars in 725 bytes} [Tue Jun 23 07:07:23 2026] DELETE /v2.0/networks/8aa7af15-0323-44f1-b0ff-0aaa6b1f2076 => generated 0 bytes in 373 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-23 07:07:24.212 7 INFO neutron.db.segments_db [None req-425da95e-e4c0-4f26-a358-e14e1d06d8e5 df2eab608ab44658af9a734bb6e19334 65728d2b98f64493ba34f9a8a98113a8 - - default default] Added segment 960d24da-9c5e-4696-912b-e819822f8732 of type vxlan for network 8856a6be-de93-4716-9150-79f6171cf0d1 [pid: 7|app: 0|req: 796/1637] 10.0.0.45 () {34 vars in 669 bytes} [Tue Jun 23 07:07:24 2026] POST /v2.0/networks => generated 615 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 797/1638] 199.204.45.140 () {34 vars in 1080 bytes} [Tue Jun 23 07:07:24 2026] GET /v2.0/ports?tenant_id=170254da88024a0c9c7bda2ef3090e5a&device_id=7d452a22-7e8e-4a1f-b3c7-b90737a9bf79 => generated 1240 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 842/1639] 10.0.0.45 () {34 vars in 668 bytes} [Tue Jun 23 07:07:24 2026] POST /v2.0/subnets => generated 646 bytes in 248 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 798/1640] 199.204.45.140 () {34 vars in 986 bytes} [Tue Jun 23 07:07:24 2026] GET /v2.0/networks?id=e50dd392-ff75-42dc-ac01-8bf244351bcc => generated 757 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-23 07:07:24.605 8 INFO neutron.db.segments_db [None req-f5846471-8b71-4cd2-9019-5fd124f3e187 df2eab608ab44658af9a734bb6e19334 65728d2b98f64493ba34f9a8a98113a8 - - default default] Added segment cc242ca7-1c23-4df8-b321-c678054a9454 of type vxlan for network be01d276-be61-4835-970f-512a19e4c8ff [pid: 7|app: 0|req: 799/1641] 199.204.45.140 () {34 vars in 1058 bytes} [Tue Jun 23 07:07:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=a5e76210-439e-4ed8-893f-9dfaad1dfee4 => 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: 800/1642] 199.204.45.140 () {34 vars in 984 bytes} [Tue Jun 23 07:07:24 2026] GET /v2.0/subnets?id=d802ad29-6b4a-4197-bab0-34ee04c4dfde => 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: 801/1643] 199.204.45.140 () {34 vars in 1052 bytes} [Tue Jun 23 07:07:24 2026] GET /v2.0/ports?network_id=e50dd392-ff75-42dc-ac01-8bf244351bcc&device_owner=network%3Adhcp => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 802/1644] 199.204.45.140 () {34 vars in 1012 bytes} [Tue Jun 23 07:07:24 2026] GET /v2.0/networks/e50dd392-ff75-42dc-ac01-8bf244351bcc?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: 803/1645] 199.204.45.140 () {34 vars in 1112 bytes} [Tue Jun 23 07:07:24 2026] GET /v2.0/networks/e50dd392-ff75-42dc-ac01-8bf244351bcc?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) 2026-06-23 07:07:24.832 8 INFO neutron.db.l3_hamode_db [None req-f5846471-8b71-4cd2-9019-5fd124f3e187 df2eab608ab44658af9a734bb6e19334 65728d2b98f64493ba34f9a8a98113a8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-23 07:07:24.968 8 INFO neutron.db.l3_hamode_db [None req-f5846471-8b71-4cd2-9019-5fd124f3e187 df2eab608ab44658af9a734bb6e19334 65728d2b98f64493ba34f9a8a98113a8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 804/1646] 10.0.0.45 () {32 vars in 728 bytes} [Tue Jun 23 07:07:24 2026] GET /v2.0/floatingips/7b2acd79-5710-4216-b9c6-5797f9775eaa => generated 554 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 805/1647] 10.0.0.45 () {32 vars in 652 bytes} [Tue Jun 23 07:07:25 2026] GET /v2.0/extensions => generated 21537 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 806/1648] 10.0.0.45 () {32 vars in 680 bytes} [Tue Jun 23 07:07:25 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 807/1649] 10.0.0.45 () {32 vars in 680 bytes} [Tue Jun 23 07:07:25 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: 808/1650] 10.0.0.45 () {32 vars in 728 bytes} [Tue Jun 23 07:07:25 2026] GET /v2.0/extensions/router-admin-state-down-before-update => generated 312 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 809/1651] 10.0.0.45 () {32 vars in 664 bytes} [Tue Jun 23 07:07:25 2026] GET /v2.0/extensions/agent => generated 153 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 810/1652] 10.0.0.45 () {32 vars in 698 bytes} [Tue Jun 23 07:07:25 2026] GET /v2.0/extensions/agent-resources-synced => generated 223 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 811/1653] 10.0.0.45 () {32 vars in 696 bytes} [Tue Jun 23 07:07:25 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: 843/1654] 10.0.0.45 () {34 vars in 668 bytes} [Tue Jun 23 07:07:24 2026] POST /v2.0/routers => generated 510 bytes in 1016 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 812/1655] 10.0.0.45 () {32 vars in 700 bytes} [Tue Jun 23 07:07:25 2026] GET /v2.0/extensions/auto-allocated-topology => 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: 813/1656] 10.0.0.45 () {32 vars in 688 bytes} [Tue Jun 23 07:07:25 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 814/1657] 10.0.0.45 () {32 vars in 702 bytes} [Tue Jun 23 07:07:25 2026] GET /v2.0/extensions/availability_zone_filter => generated 220 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 815/1658] 10.0.0.45 () {32 vars in 692 bytes} [Tue Jun 23 07:07:25 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 816/1659] 10.0.0.45 () {32 vars in 694 bytes} [Tue Jun 23 07:07:25 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 817/1660] 10.0.0.45 () {32 vars in 684 bytes} [Tue Jun 23 07:07:25 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: 818/1661] 10.0.0.45 () {32 vars in 686 bytes} [Tue Jun 23 07:07:25 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 819/1662] 10.0.0.45 () {32 vars in 660 bytes} [Tue Jun 23 07:07:25 2026] GET /v2.0/extensions/dvr => generated 193 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 820/1663] 10.0.0.45 () {32 vars in 698 bytes} [Tue Jun 23 07:07:25 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 821/1664] 10.0.0.45 () {32 vars in 678 bytes} [Tue Jun 23 07:07:25 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: 822/1665] 10.0.0.45 () {32 vars in 682 bytes} [Tue Jun 23 07:07:25 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 823/1666] 10.0.0.45 () {32 vars in 674 bytes} [Tue Jun 23 07:07:25 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: 824/1667] 10.0.0.45 () {32 vars in 688 bytes} [Tue Jun 23 07:07:25 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 825/1668] 10.0.0.45 () {32 vars in 722 bytes} [Tue Jun 23 07:07:25 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => generated 271 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 826/1669] 10.0.0.45 () {32 vars in 686 bytes} [Tue Jun 23 07:07:25 2026] GET /v2.0/extensions/fip-port-details => generated 212 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 827/1670] 10.0.0.45 () {32 vars in 668 bytes} [Tue Jun 23 07:07:25 2026] GET /v2.0/extensions/flavors => generated 193 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 828/1671] 10.0.0.45 () {32 vars in 686 bytes} [Tue Jun 23 07:07:25 2026] GET /v2.0/extensions/floatingip-pools => generated 188 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 829/1672] 10.0.0.45 () {32 vars in 680 bytes} [Tue Jun 23 07:07:25 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 830/1673] 10.0.0.45 () {32 vars in 698 bytes} [Tue Jun 23 07:07:25 2026] GET /v2.0/extensions/ip-substring-filtering => generated 222 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 831/1674] 10.0.0.45 () {32 vars in 678 bytes} [Tue Jun 23 07:07:25 2026] GET /v2.0/extensions/l2_adjacency => generated 178 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 832/1675] 10.0.0.45 () {32 vars in 666 bytes} [Tue Jun 23 07:07:25 2026] GET /v2.0/extensions/router => generated 256 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 833/1676] 10.0.0.45 () {32 vars in 676 bytes} [Tue Jun 23 07:07:25 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 834/1677] 10.0.0.45 () {32 vars in 664 bytes} [Tue Jun 23 07:07:25 2026] GET /v2.0/extensions/l3-ha => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 835/1678] 10.0.0.45 () {32 vars in 674 bytes} [Tue Jun 23 07:07:25 2026] GET /v2.0/extensions/l3-flavors => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 836/1679] 10.0.0.45 () {32 vars in 712 bytes} [Tue Jun 23 07:07:25 2026] GET /v2.0/extensions/l3-port-ip-change-not-allowed => generated 245 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 837/1680] 10.0.0.45 () {32 vars in 690 bytes} [Tue Jun 23 07:07:25 2026] GET /v2.0/extensions/l3_agent_scheduler => generated 180 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 838/1681] 10.0.0.45 () {32 vars in 682 bytes} [Tue Jun 23 07:07:25 2026] GET /v2.0/extensions/multi-provider => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 839/1682] 10.0.0.45 () {32 vars in 668 bytes} [Tue Jun 23 07:07:25 2026] GET /v2.0/extensions/net-mtu => generated 176 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 840/1683] 10.0.0.45 () {32 vars in 686 bytes} [Tue Jun 23 07:07:25 2026] GET /v2.0/extensions/net-mtu-writable => generated 207 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 841/1684] 10.0.0.45 () {32 vars in 704 bytes} [Tue Jun 23 07:07:25 2026] GET /v2.0/extensions/network_availability_zone => 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: 842/1685] 10.0.0.45 () {32 vars in 674 bytes} [Tue Jun 23 07:07:25 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 843/1686] 10.0.0.45 () {32 vars in 700 bytes} [Tue Jun 23 07:07:25 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: 844/1687] 10.0.0.45 () {32 vars in 674 bytes} [Tue Jun 23 07:07:25 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 845/1688] 10.0.0.45 () {32 vars in 692 bytes} [Tue Jun 23 07:07:25 2026] GET /v2.0/extensions/port-device-profile => generated 189 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 846/1689] 10.0.0.45 () {32 vars in 688 bytes} [Tue Jun 23 07:07:25 2026] GET /v2.0/extensions/port-mac-override => generated 251 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 847/1690] 10.0.0.45 () {32 vars in 708 bytes} [Tue Jun 23 07:07:25 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: 848/1691] 10.0.0.45 () {32 vars in 704 bytes} [Tue Jun 23 07:07:25 2026] GET /v2.0/extensions/port-numa-affinity-policy => generated 198 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 849/1692] 10.0.0.45 () {32 vars in 718 bytes} [Tue Jun 23 07:07:25 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 850/1693] 10.0.0.45 () {32 vars in 696 bytes} [Tue Jun 23 07:07:25 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 851/1694] 10.0.0.45 () {32 vars in 710 bytes} [Tue Jun 23 07:07:25 2026] GET /v2.0/extensions/port-resource-request-groups => 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: 852/1695] 10.0.0.45 () {32 vars in 668 bytes} [Tue Jun 23 07:07:25 2026] GET /v2.0/extensions/binding => generated 193 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 853/1696] 10.0.0.45 () {32 vars in 686 bytes} [Tue Jun 23 07:07:25 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 854/1697] 10.0.0.45 () {32 vars in 680 bytes} [Tue Jun 23 07:07:25 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 855/1698] 10.0.0.45 () {32 vars in 674 bytes} [Tue Jun 23 07:07:25 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 856/1699] 10.0.0.45 () {32 vars in 670 bytes} [Tue Jun 23 07:07:25 2026] GET /v2.0/extensions/provider => generated 191 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 857/1700] 10.0.0.45 () {32 vars in 660 bytes} [Tue Jun 23 07:07:25 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: 858/1701] 10.0.0.45 () {32 vars in 698 bytes} [Tue Jun 23 07:07:25 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 859/1702] 10.0.0.45 () {32 vars in 728 bytes} [Tue Jun 23 07:07:26 2026] GET /v2.0/floatingips/7b2acd79-5710-4216-b9c6-5797f9775eaa => generated 552 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 860/1703] 10.0.0.45 () {32 vars in 698 bytes} [Tue Jun 23 07:07:26 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: 861/1704] 10.0.0.45 () {32 vars in 676 bytes} [Tue Jun 23 07:07:26 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 862/1705] 10.0.0.45 () {32 vars in 668 bytes} [Tue Jun 23 07:07:26 2026] GET /v2.0/extensions/qos-fip => generated 178 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 863/1706] 10.0.0.45 () {32 vars in 682 bytes} [Tue Jun 23 07:07:26 2026] GET /v2.0/extensions/qos-gateway-ip => generated 197 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 864/1707] 10.0.0.45 () {32 vars in 700 bytes} [Tue Jun 23 07:07:26 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 865/1708] 10.0.0.45 () {32 vars in 684 bytes} [Tue Jun 23 07:07:26 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: 7|app: 0|req: 866/1709] 10.0.0.45 () {32 vars in 706 bytes} [Tue Jun 23 07:07:26 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 867/1710] 10.0.0.45 () {32 vars in 668 bytes} [Tue Jun 23 07:07:26 2026] GET /v2.0/extensions/qos-pps => generated 195 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 868/1711] 10.0.0.45 () {32 vars in 696 bytes} [Tue Jun 23 07:07:26 2026] GET /v2.0/extensions/qos-rule-type-details => generated 229 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 869/1712] 10.0.0.45 () {32 vars in 694 bytes} [Tue Jun 23 07:07:26 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 870/1713] 10.0.0.45 () {32 vars in 684 bytes} [Tue Jun 23 07:07:26 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 871/1714] 10.0.0.45 () {32 vars in 688 bytes} [Tue Jun 23 07:07:26 2026] GET /v2.0/extensions/quota-check-limit => generated 226 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 872/1715] 10.0.0.45 () {32 vars in 704 bytes} [Tue Jun 23 07:07:26 2026] GET /v2.0/extensions/quota-check-limit-default => generated 268 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 873/1716] 10.0.0.45 () {32 vars in 666 bytes} [Tue Jun 23 07:07:26 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 874/1717] 10.0.0.45 () {32 vars in 680 bytes} [Tue Jun 23 07:07:26 2026] GET /v2.0/extensions/quota_details => generated 213 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 875/1718] 10.0.0.45 () {32 vars in 680 bytes} [Tue Jun 23 07:07:26 2026] GET /v2.0/extensions/rbac-policies => generated 223 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 876/1719] 10.0.0.45 () {32 vars in 690 bytes} [Tue Jun 23 07:07:26 2026] GET /v2.0/extensions/rbac-address-group => generated 198 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 877/1720] 10.0.0.45 () {32 vars in 690 bytes} [Tue Jun 23 07:07:26 2026] GET /v2.0/extensions/rbac-address-scope => generated 190 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 878/1721] 10.0.0.45 () {32 vars in 694 bytes} [Tue Jun 23 07:07:26 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 879/1722] 10.0.0.45 () {32 vars in 684 bytes} [Tue Jun 23 07:07:26 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: 7|app: 0|req: 880/1723] 10.0.0.45 () {32 vars in 688 bytes} [Tue Jun 23 07:07:26 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: 881/1724] 10.0.0.45 () {32 vars in 700 bytes} [Tue Jun 23 07:07:26 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 882/1725] 10.0.0.45 () {32 vars in 702 bytes} [Tue Jun 23 07:07:26 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 883/1726] 10.0.0.45 () {32 vars in 712 bytes} [Tue Jun 23 07:07:26 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 884/1727] 10.0.0.45 () {32 vars in 716 bytes} [Tue Jun 23 07:07:26 2026] GET /v2.0/extensions/security-groups-normalized-cidr => generated 251 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 885/1728] 10.0.0.45 () {32 vars in 714 bytes} [Tue Jun 23 07:07:26 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 886/1729] 10.0.0.45 () {32 vars in 726 bytes} [Tue Jun 23 07:07:26 2026] GET /v2.0/extensions/security-groups-remote-address-group => generated 254 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 887/1730] 10.0.0.45 () {32 vars in 740 bytes} [Tue Jun 23 07:07:26 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 888/1731] 10.0.0.45 () {32 vars in 718 bytes} [Tue Jun 23 07:07:26 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: 889/1732] 10.0.0.45 () {32 vars in 682 bytes} [Tue Jun 23 07:07:26 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 890/1733] 10.0.0.45 () {32 vars in 668 bytes} [Tue Jun 23 07:07:26 2026] GET /v2.0/extensions/segment => generated 145 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 891/1734] 10.0.0.45 () {32 vars in 718 bytes} [Tue Jun 23 07:07:26 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: 892/1735] 10.0.0.45 () {32 vars in 678 bytes} [Tue Jun 23 07:07:26 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 893/1736] 10.0.0.45 () {32 vars in 668 bytes} [Tue Jun 23 07:07:26 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: 894/1737] 10.0.0.45 () {32 vars in 696 bytes} [Tue Jun 23 07:07:26 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: 895/1738] 10.0.0.45 () {32 vars in 704 bytes} [Tue Jun 23 07:07:26 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: 896/1739] 10.0.0.45 () {32 vars in 700 bytes} [Tue Jun 23 07:07:26 2026] GET /v2.0/extensions/stateful-security-group => generated 208 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 897/1740] 10.0.0.45 () {32 vars in 700 bytes} [Tue Jun 23 07:07:26 2026] GET /v2.0/extensions/subnet-external-network => generated 224 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 898/1741] 10.0.0.45 () {32 vars in 682 bytes} [Tue Jun 23 07:07:26 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: 899/1742] 10.0.0.45 () {32 vars in 704 bytes} [Tue Jun 23 07:07:26 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 900/1743] 10.0.0.45 () {32 vars in 694 bytes} [Tue Jun 23 07:07:26 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 901/1744] 10.0.0.45 () {32 vars in 688 bytes} [Tue Jun 23 07:07:26 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 902/1745] 10.0.0.45 () {32 vars in 696 bytes} [Tue Jun 23 07:07:26 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 903/1746] 10.0.0.45 () {32 vars in 678 bytes} [Tue Jun 23 07:07:26 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: 904/1747] 10.0.0.45 () {32 vars in 688 bytes} [Tue Jun 23 07:07:26 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 905/1748] 10.0.0.45 () {32 vars in 700 bytes} [Tue Jun 23 07:07:26 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: 906/1749] 10.0.0.45 () {32 vars in 664 bytes} [Tue Jun 23 07:07:26 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 907/1750] 10.0.0.45 () {32 vars in 680 bytes} [Tue Jun 23 07:07:26 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 908/1751] 10.0.0.45 () {32 vars in 676 bytes} [Tue Jun 23 07:07:26 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: 909/1752] 10.0.0.45 () {32 vars in 692 bytes} [Tue Jun 23 07:07:26 2026] GET /v2.0/extensions/vpn-endpoint-groups => generated 177 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 910/1753] 10.0.0.45 () {32 vars in 676 bytes} [Tue Jun 23 07:07:26 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 911/1754] 10.0.0.45 () {32 vars in 666 bytes} [Tue Jun 23 07:07:26 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 912/1755] 10.0.0.45 () {32 vars in 662 bytes} [Tue Jun 23 07:07:26 2026] GET /v2.0/extensions/taas => generated 175 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 913/1756] 10.0.0.45 () {32 vars in 674 bytes} [Tue Jun 23 07:07:26 2026] GET /v2.0/extensions/tap-mirror => generated 222 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 914/1757] 10.0.0.45 () {32 vars in 686 bytes} [Tue Jun 23 07:07:26 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) [pid: 8|app: 0|req: 844/1758] 10.0.0.45 () {34 vars in 782 bytes} [Tue Jun 23 07:07:25 2026] PUT /v2.0/routers/8232a045-c5f7-45c1-9ed4-cba8d92d4ac5/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: 915/1759] 10.0.0.45 () {32 vars in 716 bytes} [Tue Jun 23 07:07:26 2026] GET /v2.0/ports/c63be95a-6e3f-4d6f-8b4d-54bce911095b => generated 959 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-23 07:07:27.265 8 INFO neutron_taas.services.taas.taas_plugin [None req-7c53f9fb-90fa-4f38-a3a1-b9a6e8ec322f df2eab608ab44658af9a734bb6e19334 65728d2b98f64493ba34f9a8a98113a8 - - default default] TaaS: Handle Delete Port: c63be95a-6e3f-4d6f-8b4d-54bce911095b [pid: 7|app: 0|req: 916/1760] 10.0.0.45 () {32 vars in 773 bytes} [Tue Jun 23 07:07:27 2026] GET /v2.0/security-groups?tenant_id=0d6edbca74b3464d87b9079638f164e9&name=default => generated 2925 bytes in 232 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-23 07:07:27.269 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7c53f9fb-90fa-4f38-a3a1-b9a6e8ec322f df2eab608ab44658af9a734bb6e19334 65728d2b98f64493ba34f9a8a98113a8 - - default default] Tap Mirror: Handle Delete Port: c63be95a-6e3f-4d6f-8b4d-54bce911095b [pid: 7|app: 0|req: 917/1761] 10.0.0.45 () {34 vars in 684 bytes} [Tue Jun 23 07:07:27 2026] POST /v2.0/security-groups => generated 1675 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 918/1762] 10.0.0.45 () {32 vars in 739 bytes} [Tue Jun 23 07:07:27 2026] DELETE /v2.0/security-groups/2b345009-5e39-485e-969d-f828772c5fab => 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: 919/1763] 10.0.0.45 () {34 vars in 694 bytes} [Tue Jun 23 07:07:27 2026] POST /v2.0/security-group-rules => generated 597 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 920/1764] 10.0.0.45 () {34 vars in 694 bytes} [Tue Jun 23 07:07:27 2026] POST /v2.0/security-group-rules => generated 596 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 845/1765] 10.0.0.45 () {34 vars in 788 bytes} [Tue Jun 23 07:07:26 2026] PUT /v2.0/routers/8232a045-c5f7-45c1-9ed4-cba8d92d4ac5/remove_router_interface => generated 309 bytes in 907 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 846/1766] 10.0.0.45 () {32 vars in 735 bytes} [Tue Jun 23 07:07:27 2026] GET /v2.0/ports?device_id=8232a045-c5f7-45c1-9ed4-cba8d92d4ac5 => 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: 921/1767] 10.0.0.45 () {34 vars in 694 bytes} [Tue Jun 23 07:07:27 2026] POST /v2.0/security-group-rules => generated 602 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 922/1768] 10.0.0.45 () {34 vars in 694 bytes} [Tue Jun 23 07:07:27 2026] POST /v2.0/security-group-rules => generated 601 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-23 07:07:27.996 7 INFO neutron.db.securitygroups_db [None req-d3221636-62de-4976-9461-5a4b182c0d9a 766be8cba7cc41a48d9ae67c3978ee0c 170254da88024a0c9c7bda2ef3090e5a - - default default] Project 170254da88024a0c9c7bda2ef3090e5a added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. 2026-06-23 07:07:28.030 8 INFO neutron_taas.services.taas.taas_plugin [None req-57607d53-4052-4c0c-b84b-865ef01ce4f8 df2eab608ab44658af9a734bb6e19334 65728d2b98f64493ba34f9a8a98113a8 - - default default] TaaS: Handle Delete Port: 7aaa1f0d-28d3-4e6f-9261-af06a0f029df 2026-06-23 07:07:28.037 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-57607d53-4052-4c0c-b84b-865ef01ce4f8 df2eab608ab44658af9a734bb6e19334 65728d2b98f64493ba34f9a8a98113a8 - - default default] Tap Mirror: Handle Delete Port: 7aaa1f0d-28d3-4e6f-9261-af06a0f029df [pid: 7|app: 0|req: 923/1769] 10.0.0.45 () {34 vars in 694 bytes} [Tue Jun 23 07:07:27 2026] POST /v2.0/security-group-rules => generated 607 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-23 07:07:28.131 7 INFO neutron.db.securitygroups_db [None req-028f8111-a233-4e2d-9abb-532f16eada2a 766be8cba7cc41a48d9ae67c3978ee0c 170254da88024a0c9c7bda2ef3090e5a - - default default] Project 170254da88024a0c9c7bda2ef3090e5a 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: 924/1770] 10.0.0.45 () {34 vars in 694 bytes} [Tue Jun 23 07:07:28 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) 2026-06-23 07:07:28.464 8 INFO neutron.services.segments.plugin [-] Segment cc242ca7-1c23-4df8-b321-c678054a9454 resource provider aggregate not found 2026-06-23 07:07:28.473 8 INFO neutron.services.segments.plugin [-] Segment cc242ca7-1c23-4df8-b321-c678054a9454 resource provider aggregate not found 2026-06-23 07:07:28.493 8 INFO neutron.services.segments.plugin [-] Segment cc242ca7-1c23-4df8-b321-c678054a9454 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cc242ca7-1c23-4df8-b321-c678054a9454 found for delete ", "request_id": "req-61c9af0e-a1d7-4487-be99-44d4e50c7ede"}]} 2026-06-23 07:07:28.496 8 INFO neutron.services.segments.plugin [-] Segment cc242ca7-1c23-4df8-b321-c678054a9454 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cc242ca7-1c23-4df8-b321-c678054a9454 found for delete ", "request_id": "req-770b213c-d80d-4360-9b34-3e847fda4cf7"}]} 2026-06-23 07:07:28.507 8 INFO neutron.db.l3_hamode_db [None req-57607d53-4052-4c0c-b84b-865ef01ce4f8 df2eab608ab44658af9a734bb6e19334 65728d2b98f64493ba34f9a8a98113a8 - - default default] HA network be01d276-be61-4835-970f-512a19e4c8ff was deleted as no HA routers are present in tenant 65728d2b98f64493ba34f9a8a98113a8. [pid: 8|app: 0|req: 847/1771] 10.0.0.45 () {32 vars in 723 bytes} [Tue Jun 23 07:07:27 2026] DELETE /v2.0/routers/8232a045-c5f7-45c1-9ed4-cba8d92d4ac5 => generated 0 bytes in 694 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 925/1772] 10.0.0.45 () {32 vars in 723 bytes} [Tue Jun 23 07:07:28 2026] DELETE /v2.0/subnets/17d4dc39-cc81-4bec-9ed6-64dceb826356 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-23 07:07:28.800 7 INFO neutron.services.segments.plugin [-] Segment 960d24da-9c5e-4696-912b-e819822f8732 resource provider aggregate not found 2026-06-23 07:07:28.808 7 INFO neutron.services.segments.plugin [-] Segment 960d24da-9c5e-4696-912b-e819822f8732 resource provider aggregate not found 2026-06-23 07:07:28.828 7 INFO neutron.services.segments.plugin [-] Segment 960d24da-9c5e-4696-912b-e819822f8732 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 960d24da-9c5e-4696-912b-e819822f8732 found for delete ", "request_id": "req-d60c7080-ff97-4b5c-90bb-7b538a2e6b5c"}]} 2026-06-23 07:07:28.830 7 INFO neutron.services.segments.plugin [-] Segment 960d24da-9c5e-4696-912b-e819822f8732 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 960d24da-9c5e-4696-912b-e819822f8732 found for delete ", "request_id": "req-7edef021-9496-496c-8ab2-6abe173c2438"}]} [pid: 7|app: 0|req: 926/1773] 10.0.0.45 () {32 vars in 725 bytes} [Tue Jun 23 07:07:28 2026] DELETE /v2.0/networks/8856a6be-de93-4716-9150-79f6171cf0d1 => generated 0 bytes in 181 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 848/1774] 10.0.0.45 () {32 vars in 648 bytes} [Tue Jun 23 07:07:28 2026] GET /v2.0/networks => generated 1298 bytes in 250 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-23 07:07:28.924 7 INFO neutron.db.segments_db [None req-2b2da23c-2ca8-474c-902d-50a62cba79ad df2eab608ab44658af9a734bb6e19334 65728d2b98f64493ba34f9a8a98113a8 - - default default] Added segment 24400a75-52aa-4e4e-9bff-d3734ad24e52 of type vxlan for network d5f301b4-88dc-456a-b9f7-8597c48cf339 [pid: 8|app: 0|req: 849/1775] 10.0.0.190 () {34 vars in 1100 bytes} [Tue Jun 23 07:07:28 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1439838171&fields=id&tenant_id=170254da88024a0c9c7bda2ef3090e5a => generated 69 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 850/1776] 10.0.0.190 () {34 vars in 982 bytes} [Tue Jun 23 07:07:29 2026] GET /v2.0/networks?id=e50dd392-ff75-42dc-ac01-8bf244351bcc => generated 661 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 851/1777] 10.0.0.190 () {34 vars in 965 bytes} [Tue Jun 23 07:07:29 2026] GET /v2.0/quotas/170254da88024a0c9c7bda2ef3090e5a => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 852/1778] 10.0.0.190 () {34 vars in 1002 bytes} [Tue Jun 23 07:07:29 2026] GET /v2.0/ports?tenant_id=170254da88024a0c9c7bda2ef3090e5a&fields=id => generated 149 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-23 07:07:29.213 7 INFO neutron.db.l3_hamode_db [None req-2b2da23c-2ca8-474c-902d-50a62cba79ad df2eab608ab44658af9a734bb6e19334 65728d2b98f64493ba34f9a8a98113a8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 853/1779] 10.0.0.190 () {34 vars in 1008 bytes} [Tue Jun 23 07:07:29 2026] GET /v2.0/networks/e50dd392-ff75-42dc-ac01-8bf244351bcc?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: 854/1780] 10.0.0.190 () {34 vars in 1108 bytes} [Tue Jun 23 07:07:29 2026] GET /v2.0/networks/e50dd392-ff75-42dc-ac01-8bf244351bcc?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-23 07:07:29.581 8 INFO neutron.db.segments_db [None req-394eb7af-f2b3-4bcb-b8b7-04c748595480 6b3698e43c2a45009d400fc3782be56e fd2fb00fd6934ab6a7f65566615e2f3d - - default default] Added segment 3ae5d0bc-27ce-4a22-aa93-5ebb9c0a9cea of type vxlan for network f21dfad1-2519-48a8-a909-ef37b9436bcc [pid: 8|app: 0|req: 855/1781] 10.0.0.45 () {34 vars in 669 bytes} [Tue Jun 23 07:07:29 2026] POST /v2.0/networks => generated 630 bytes in 305 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 856/1782] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:07:29 2026] GET /v2.0/ports?device_id=8fa45c30-5f34-4eb5-9ef5-f1bf18ad3f52 => 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: 857/1783] 10.0.0.45 () {34 vars in 668 bytes} [Tue Jun 23 07:07:29 2026] POST /v2.0/subnets => generated 627 bytes in 251 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-23 07:07:29.994 8 INFO neutron.db.segments_db [None req-5aa259a1-1396-45ec-a0a8-8c47d8390202 6b3698e43c2a45009d400fc3782be56e fd2fb00fd6934ab6a7f65566615e2f3d - - default default] Added segment 9947ce6a-7d54-4e52-8845-17aa7242056c of type vxlan for network 5d74dbe6-e7ba-45f7-a2fa-8dfb325c48ae 2026-06-23 07:07:30.029 7 INFO neutron.db.l3_hamode_db [None req-2b2da23c-2ca8-474c-902d-50a62cba79ad df2eab608ab44658af9a734bb6e19334 65728d2b98f64493ba34f9a8a98113a8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-23 07:07:30.267 8 INFO neutron.db.l3_hamode_db [None req-5aa259a1-1396-45ec-a0a8-8c47d8390202 6b3698e43c2a45009d400fc3782be56e fd2fb00fd6934ab6a7f65566615e2f3d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 927/1784] 10.0.0.45 () {34 vars in 668 bytes} [Tue Jun 23 07:07:28 2026] POST /v2.0/routers => generated 691 bytes in 2068 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 928/1785] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:07:30 2026] GET /v2.0/ports?device_id=8fa45c30-5f34-4eb5-9ef5-f1bf18ad3f52 => 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: 929/1786] 10.0.0.45 () {32 vars in 720 bytes} [Tue Jun 23 07:07:30 2026] GET /v2.0/routers/b2615db8-5961-4a30-b135-2f1774b8ed55 => generated 697 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 930/1787] 10.0.0.45 () {32 vars in 646 bytes} [Tue Jun 23 07:07:31 2026] GET /v2.0/routers => generated 700 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-23 07:07:31.169 8 INFO neutron.db.l3_hamode_db [None req-5aa259a1-1396-45ec-a0a8-8c47d8390202 6b3698e43c2a45009d400fc3782be56e fd2fb00fd6934ab6a7f65566615e2f3d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 931/1788] 10.0.0.45 () {34 vars in 740 bytes} [Tue Jun 23 07:07:31 2026] PUT /v2.0/routers/b2615db8-5961-4a30-b135-2f1774b8ed55 => generated 704 bytes in 484 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 932/1789] 10.0.0.45 () {32 vars in 720 bytes} [Tue Jun 23 07:07:31 2026] GET /v2.0/routers/b2615db8-5961-4a30-b135-2f1774b8ed55 => generated 704 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 933/1790] 10.0.0.45 () {32 vars in 735 bytes} [Tue Jun 23 07:07:31 2026] GET /v2.0/ports?device_id=b2615db8-5961-4a30-b135-2f1774b8ed55 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-23 07:07:31.944 7 INFO neutron_taas.services.taas.taas_plugin [None req-7d1a875f-ccb2-4436-9baf-ecfab0752200 df2eab608ab44658af9a734bb6e19334 65728d2b98f64493ba34f9a8a98113a8 - - default default] TaaS: Handle Delete Port: b33538c6-1491-4de8-a65f-1ed56ec83a21 2026-06-23 07:07:31.948 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7d1a875f-ccb2-4436-9baf-ecfab0752200 df2eab608ab44658af9a734bb6e19334 65728d2b98f64493ba34f9a8a98113a8 - - default default] Tap Mirror: Handle Delete Port: b33538c6-1491-4de8-a65f-1ed56ec83a21 [pid: 8|app: 0|req: 858/1791] 10.0.0.45 () {34 vars in 668 bytes} [Tue Jun 23 07:07:29 2026] POST /v2.0/routers => generated 695 bytes in 2242 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 859/1792] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:07:32 2026] GET /v2.0/ports?device_id=8fa45c30-5f34-4eb5-9ef5-f1bf18ad3f52 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-23 07:07:32.285 7 INFO neutron_taas.services.taas.taas_plugin [None req-7d1a875f-ccb2-4436-9baf-ecfab0752200 df2eab608ab44658af9a734bb6e19334 65728d2b98f64493ba34f9a8a98113a8 - - default default] TaaS: Handle Delete Port: 7f59a752-c6a5-4b79-bc56-d44a0166f256 2026-06-23 07:07:32.288 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7d1a875f-ccb2-4436-9baf-ecfab0752200 df2eab608ab44658af9a734bb6e19334 65728d2b98f64493ba34f9a8a98113a8 - - default default] Tap Mirror: Handle Delete Port: 7f59a752-c6a5-4b79-bc56-d44a0166f256 2026-06-23 07:07:32.689 7 INFO neutron.services.segments.plugin [-] Segment 24400a75-52aa-4e4e-9bff-d3734ad24e52 resource provider aggregate not found 2026-06-23 07:07:32.697 7 INFO neutron.services.segments.plugin [-] Segment 24400a75-52aa-4e4e-9bff-d3734ad24e52 resource provider aggregate not found 2026-06-23 07:07:32.711 7 INFO neutron.services.segments.plugin [-] Segment 24400a75-52aa-4e4e-9bff-d3734ad24e52 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 24400a75-52aa-4e4e-9bff-d3734ad24e52 found for delete ", "request_id": "req-48a4021d-94b1-4889-b50a-29e54814e4fd"}]} 2026-06-23 07:07:32.720 7 INFO neutron.services.segments.plugin [-] Segment 24400a75-52aa-4e4e-9bff-d3734ad24e52 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 24400a75-52aa-4e4e-9bff-d3734ad24e52 found for delete ", "request_id": "req-d5f8a58f-b696-4af2-befa-35f908a39160"}]} 2026-06-23 07:07:32.728 7 INFO neutron.db.l3_hamode_db [None req-7d1a875f-ccb2-4436-9baf-ecfab0752200 df2eab608ab44658af9a734bb6e19334 65728d2b98f64493ba34f9a8a98113a8 - - default default] HA network d5f301b4-88dc-456a-b9f7-8597c48cf339 was deleted as no HA routers are present in tenant 65728d2b98f64493ba34f9a8a98113a8. [pid: 7|app: 0|req: 934/1793] 10.0.0.45 () {32 vars in 723 bytes} [Tue Jun 23 07:07:31 2026] DELETE /v2.0/routers/b2615db8-5961-4a30-b135-2f1774b8ed55 => generated 0 bytes in 1015 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 935/1794] 10.0.0.45 () {32 vars in 735 bytes} [Tue Jun 23 07:07:32 2026] GET /v2.0/ports?device_id=b2615db8-5961-4a30-b135-2f1774b8ed55 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-23 07:07:32.788 7 INFO neutron.api.v2.resource [None req-f0b720d1-40a7-49c1-b1e3-228b1f0abae1 df2eab608ab44658af9a734bb6e19334 65728d2b98f64493ba34f9a8a98113a8 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 936/1795] 10.0.0.45 () {32 vars in 723 bytes} [Tue Jun 23 07:07:32 2026] DELETE /v2.0/routers/b2615db8-5961-4a30-b135-2f1774b8ed55 => generated 135 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 937/1796] 10.0.0.45 () {32 vars in 735 bytes} [Tue Jun 23 07:07:32 2026] GET /v2.0/ports?device_id=8232a045-c5f7-45c1-9ed4-cba8d92d4ac5 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-23 07:07:32.835 7 INFO neutron.api.v2.resource [None req-44187b93-720b-4c39-94a9-1390f97ef568 df2eab608ab44658af9a734bb6e19334 65728d2b98f64493ba34f9a8a98113a8 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 938/1797] 10.0.0.45 () {32 vars in 723 bytes} [Tue Jun 23 07:07:32 2026] DELETE /v2.0/routers/8232a045-c5f7-45c1-9ed4-cba8d92d4ac5 => generated 135 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-23 07:07:32.852 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5f15e0ff-372f-47d1-9177-1186714ef7ff df2eab608ab44658af9a734bb6e19334 65728d2b98f64493ba34f9a8a98113a8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 939/1798] 10.0.0.45 () {32 vars in 723 bytes} [Tue Jun 23 07:07:32 2026] DELETE /v2.0/subnets/17d4dc39-cc81-4bec-9ed6-64dceb826356 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 940/1799] 10.0.0.45 () {32 vars in 735 bytes} [Tue Jun 23 07:07:32 2026] GET /v2.0/ports?device_id=3894472d-08dc-46d2-b77c-f514a164e22a => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-23 07:07:32.904 7 INFO neutron.api.v2.resource [None req-a52e6d34-1660-45e5-ab6a-df685bcb935b df2eab608ab44658af9a734bb6e19334 65728d2b98f64493ba34f9a8a98113a8 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 941/1800] 10.0.0.45 () {32 vars in 723 bytes} [Tue Jun 23 07:07:32 2026] DELETE /v2.0/routers/3894472d-08dc-46d2-b77c-f514a164e22a => generated 135 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-23 07:07:32.931 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2f7a1df5-57f6-46c7-ac3a-e18bd6a3c929 df2eab608ab44658af9a734bb6e19334 65728d2b98f64493ba34f9a8a98113a8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 942/1801] 10.0.0.45 () {32 vars in 723 bytes} [Tue Jun 23 07:07:32 2026] DELETE /v2.0/subnets/eb72be98-d360-4027-b6e3-57c248989fb0 => generated 136 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 943/1802] 10.0.0.45 () {32 vars in 735 bytes} [Tue Jun 23 07:07:32 2026] GET /v2.0/ports?device_id=1ba43243-5757-42d0-b97f-fce868bd6d3b => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-23 07:07:32.984 7 INFO neutron.api.v2.resource [None req-9d1e5864-0abe-402b-b7d7-480ff1d6d044 df2eab608ab44658af9a734bb6e19334 65728d2b98f64493ba34f9a8a98113a8 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 944/1803] 10.0.0.45 () {32 vars in 723 bytes} [Tue Jun 23 07:07:32 2026] DELETE /v2.0/routers/1ba43243-5757-42d0-b97f-fce868bd6d3b => generated 135 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-23 07:07:33.008 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5052d9f8-fe87-43db-8401-2fc9f8f50496 df2eab608ab44658af9a734bb6e19334 65728d2b98f64493ba34f9a8a98113a8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 945/1804] 10.0.0.45 () {32 vars in 723 bytes} [Tue Jun 23 07:07:32 2026] DELETE /v2.0/subnets/95b24be9-d314-44ab-afbb-fe580b868a08 => generated 136 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-23 07:07:33.026 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d1c564a0-05ad-4ea6-a7fa-c6e25ebd42df df2eab608ab44658af9a734bb6e19334 65728d2b98f64493ba34f9a8a98113a8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 946/1805] 10.0.0.45 () {32 vars in 723 bytes} [Tue Jun 23 07:07:33 2026] DELETE /v2.0/subnets/8989bf6e-2405-4802-bf80-9ee67e9e5cb7 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 947/1806] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:07:33 2026] GET /v2.0/ports?device_id=8fa45c30-5f34-4eb5-9ef5-f1bf18ad3f52 => 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: 948/1807] 10.0.0.45 () {32 vars in 773 bytes} [Tue Jun 23 07:07:33 2026] GET /v2.0/security-groups?tenant_id=65728d2b98f64493ba34f9a8a98113a8&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: 860/1808] 10.0.0.45 () {34 vars in 782 bytes} [Tue Jun 23 07:07:32 2026] PUT /v2.0/routers/55d4e5dc-16a9-4f0d-bfb3-78ba42f3f92e/add_router_interface => generated 309 bytes in 1511 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 949/1809] 199.204.45.140 () {34 vars in 986 bytes} [Tue Jun 23 07:07:33 2026] GET /v2.0/networks?id=e50dd392-ff75-42dc-ac01-8bf244351bcc => generated 661 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 861/1810] 10.0.0.45 () {32 vars in 739 bytes} [Tue Jun 23 07:07:33 2026] DELETE /v2.0/security-groups/a8ab4cd2-006d-46bc-8fcd-9613e1e9a816 => 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: 862/1811] 199.204.45.140 () {34 vars in 1050 bytes} [Tue Jun 23 07:07:33 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=170254da88024a0c9c7bda2ef3090e5a => generated 274 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 950/1812] 10.0.0.45 () {34 vars in 664 bytes} [Tue Jun 23 07:07:33 2026] POST /v2.0/ports => generated 959 bytes in 405 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: 863/1813] 199.204.45.140 () {38 vars in 955 bytes} [Tue Jun 23 07:07:33 2026] POST /v2.0/ports => generated 958 bytes in 478 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: 864/1814] 199.204.45.140 () {38 vars in 1028 bytes} [Tue Jun 23 07:07:34 2026] PUT /v2.0/ports/64a8a7df-c2cb-43db-aa69-ea1dab475623 => generated 1239 bytes in 490 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: 865/1815] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:07:34 2026] GET /v2.0/ports?device_id=8fa45c30-5f34-4eb5-9ef5-f1bf18ad3f52 => generated 973 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-23 07:07:34.871 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-98d1dd41-cc02-4986-8475-a8b6331b99d7'] response: {'name': 'network-changed', 'server_uuid': '8fa45c30-5f34-4eb5-9ef5-f1bf18ad3f52', 'tag': '64a8a7df-c2cb-43db-aa69-ea1dab475623', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 866/1816] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 23 07:07:34 2026] GET /v2.0/security-groups?id=4deabfa3-fe94-4652-95cd-06fc5bd2e151&fields=id&fields=name => generated 114 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 951/1817] 10.0.0.45 () {34 vars in 664 bytes} [Tue Jun 23 07:07:34 2026] POST /v2.0/ports => generated 957 bytes in 762 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: 952/1818] 199.204.45.140 () {34 vars in 1080 bytes} [Tue Jun 23 07:07:35 2026] GET /v2.0/ports?tenant_id=170254da88024a0c9c7bda2ef3090e5a&device_id=8fa45c30-5f34-4eb5-9ef5-f1bf18ad3f52 => generated 1242 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 953/1819] 199.204.45.140 () {34 vars in 1018 bytes} [Tue Jun 23 07:07:35 2026] GET /v2.0/networks?tenant_id=170254da88024a0c9c7bda2ef3090e5a&shared=False => generated 757 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 954/1820] 199.204.45.140 () {34 vars in 930 bytes} [Tue Jun 23 07:07:35 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-23 07:07:35.660 8 INFO neutron.db.l3_db [None req-7c147b6c-c553-4ca4-9b49-3e21dc21165a 6b3698e43c2a45009d400fc3782be56e fd2fb00fd6934ab6a7f65566615e2f3d - - default default] Floating IP 75ce1115-ff1c-4d2b-a195-f2c4014e5f14 associated. External IP: 10.96.250.201, port: efb5a419-1f82-46e2-89c5-9ad13834eea3. [pid: 7|app: 0|req: 955/1821] 10.0.0.45 () {34 vars in 675 bytes} [Tue Jun 23 07:07:35 2026] POST /v2.0/subnetpools => generated 548 bytes in 232 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 956/1822] 10.0.0.45 () {32 vars in 728 bytes} [Tue Jun 23 07:07:35 2026] GET /v2.0/subnetpools/1f9f5ee3-000a-4df9-9a02-0ed8170c7815 => generated 548 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 957/1823] 10.0.0.45 () {34 vars in 748 bytes} [Tue Jun 23 07:07:35 2026] PUT /v2.0/subnetpools/1f9f5ee3-000a-4df9-9a02-0ed8170c7815 => generated 501 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 958/1824] 10.0.0.45 () {32 vars in 731 bytes} [Tue Jun 23 07:07:35 2026] DELETE /v2.0/subnetpools/1f9f5ee3-000a-4df9-9a02-0ed8170c7815 => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-23 07:07:35.935 7 INFO neutron.api.v2.resource [None req-fea72612-ef42-40fe-802c-37702ce26313 bfd5705554444814ae33d91d0357f56e 012d63d63de64d558b7377f0977fa4d8 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 959/1825] 10.0.0.45 () {32 vars in 728 bytes} [Tue Jun 23 07:07:35 2026] GET /v2.0/subnetpools/1f9f5ee3-000a-4df9-9a02-0ed8170c7815 => generated 145 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-23 07:07:35.951 7 INFO neutron.api.v2.resource [None req-71a3cc20-7cda-4df3-8a91-65d7e900b140 bfd5705554444814ae33d91d0357f56e 012d63d63de64d558b7377f0977fa4d8 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 960/1826] 10.0.0.45 () {32 vars in 731 bytes} [Tue Jun 23 07:07:35 2026] DELETE /v2.0/subnetpools/1f9f5ee3-000a-4df9-9a02-0ed8170c7815 => generated 145 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 867/1827] 10.0.0.45 () {34 vars in 676 bytes} [Tue Jun 23 07:07:34 2026] POST /v2.0/floatingips => generated 841 bytes in 1102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 961/1828] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:07:35 2026] GET /v2.0/ports?device_id=8fa45c30-5f34-4eb5-9ef5-f1bf18ad3f52 => generated 973 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-23 07:07:36.144 8 INFO neutron.db.l3_db [None req-6d639393-de96-4a62-8c83-4a0bc379af8f 6b3698e43c2a45009d400fc3782be56e fd2fb00fd6934ab6a7f65566615e2f3d - - default default] Floating IP 75ce1115-ff1c-4d2b-a195-f2c4014e5f14 disassociated. External IP: 10.96.250.201, port: efb5a419-1f82-46e2-89c5-9ad13834eea3. [pid: 7|app: 0|req: 962/1829] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 23 07:07:36 2026] GET /v2.0/security-groups?id=4deabfa3-fe94-4652-95cd-06fc5bd2e151&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: 868/1830] 10.0.0.45 () {34 vars in 748 bytes} [Tue Jun 23 07:07:36 2026] PUT /v2.0/floatingips/75ce1115-ff1c-4d2b-a195-f2c4014e5f14 => generated 552 bytes in 485 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-23 07:07:36.656 8 INFO neutron_taas.services.taas.taas_plugin [None req-43279d7c-3419-4a3c-a444-c3ffd9348bfb 6b3698e43c2a45009d400fc3782be56e fd2fb00fd6934ab6a7f65566615e2f3d - - default default] TaaS: Handle Delete Port: 9b8ab878-c904-429d-b822-6332bf14b556 2026-06-23 07:07:36.659 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-43279d7c-3419-4a3c-a444-c3ffd9348bfb 6b3698e43c2a45009d400fc3782be56e fd2fb00fd6934ab6a7f65566615e2f3d - - default default] Tap Mirror: Handle Delete Port: 9b8ab878-c904-429d-b822-6332bf14b556 [pid: 7|app: 0|req: 963/1831] 10.0.0.45 () {32 vars in 773 bytes} [Tue Jun 23 07:07:36 2026] GET /v2.0/security-groups?tenant_id=012d63d63de64d558b7377f0977fa4d8&name=default => generated 2925 bytes in 235 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 964/1832] 199.204.45.140 () {34 vars in 1080 bytes} [Tue Jun 23 07:07:36 2026] GET /v2.0/ports?tenant_id=170254da88024a0c9c7bda2ef3090e5a&device_id=8fa45c30-5f34-4eb5-9ef5-f1bf18ad3f52 => generated 1242 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 869/1833] 10.0.0.45 () {32 vars in 731 bytes} [Tue Jun 23 07:07:36 2026] DELETE /v2.0/floatingips/75ce1115-ff1c-4d2b-a195-f2c4014e5f14 => generated 0 bytes in 322 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 870/1834] 199.204.45.140 () {34 vars in 1060 bytes} [Tue Jun 23 07:07:36 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=64a8a7df-c2cb-43db-aa69-ea1dab475623 => 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: 965/1835] 10.0.0.45 () {32 vars in 739 bytes} [Tue Jun 23 07:07:36 2026] DELETE /v2.0/security-groups/cbb4d106-050e-437a-be9f-a4a70c134195 => 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: 966/1836] 199.204.45.140 () {34 vars in 984 bytes} [Tue Jun 23 07:07:36 2026] GET /v2.0/subnets?id=d802ad29-6b4a-4197-bab0-34ee04c4dfde => generated 677 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 967/1837] 199.204.45.140 () {34 vars in 1052 bytes} [Tue Jun 23 07:07:36 2026] GET /v2.0/ports?network_id=e50dd392-ff75-42dc-ac01-8bf244351bcc&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: 970/1840] 199.204.45.140 () {34 vars in 1012 bytes} [Tue Jun 23 07:07:36 2026] GET /v2.0/networks/e50dd392-ff75-42dc-ac01-8bf244351bcc?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 971/1841] 199.204.45.140 () {34 vars in 1112 bytes} [Tue Jun 23 07:07:37 2026] GET /v2.0/networks/e50dd392-ff75-42dc-ac01-8bf244351bcc?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: 972/1842] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:07:37 2026] GET /v2.0/ports?device_id=8fa45c30-5f34-4eb5-9ef5-f1bf18ad3f52 => 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: 973/1843] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 23 07:07:37 2026] GET /v2.0/security-groups?id=4deabfa3-fe94-4652-95cd-06fc5bd2e151&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-23 07:07:37.747 8 INFO neutron.db.l3_db [None req-625a1180-f1bc-4d60-919e-a81159a29e8c 6b3698e43c2a45009d400fc3782be56e fd2fb00fd6934ab6a7f65566615e2f3d - - default default] Floating IP be213a53-69fa-4b5d-b20f-7495cf9d9d95 associated. External IP: 10.96.250.217, port: bdb10980-35e8-49a3-8c33-8fb281834429. [pid: 8|app: 0|req: 871/1844] 10.0.0.45 () {34 vars in 676 bytes} [Tue Jun 23 07:07:36 2026] POST /v2.0/floatingips => generated 843 bytes in 1290 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 974/1845] 10.0.0.45 () {32 vars in 728 bytes} [Tue Jun 23 07:07:38 2026] GET /v2.0/floatingips/be213a53-69fa-4b5d-b20f-7495cf9d9d95 => generated 843 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 872/1846] 10.0.0.45 () {32 vars in 654 bytes} [Tue Jun 23 07:07:38 2026] GET /v2.0/floatingips => generated 846 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 873/1847] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:07:38 2026] GET /v2.0/ports?device_id=8fa45c30-5f34-4eb5-9ef5-f1bf18ad3f52 => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 874/1848] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 23 07:07:38 2026] GET /v2.0/security-groups?id=4deabfa3-fe94-4652-95cd-06fc5bd2e151&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-23 07:07:38.734 7 INFO neutron.db.l3_db [None req-086ee588-7d84-41c5-b358-d7d8465c5e9b 6b3698e43c2a45009d400fc3782be56e fd2fb00fd6934ab6a7f65566615e2f3d - - default default] Floating IP be213a53-69fa-4b5d-b20f-7495cf9d9d95 associated. External IP: 10.96.250.217, port: bdb10980-35e8-49a3-8c33-8fb281834429. [pid: 7|app: 0|req: 975/1849] 10.0.0.45 () {34 vars in 748 bytes} [Tue Jun 23 07:07:38 2026] PUT /v2.0/floatingips/be213a53-69fa-4b5d-b20f-7495cf9d9d95 => generated 841 bytes in 1175 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 976/1850] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:07:39 2026] GET /v2.0/ports?device_id=8fa45c30-5f34-4eb5-9ef5-f1bf18ad3f52 => generated 975 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-23 07:07:39.603 8 INFO neutron.db.l3_db [None req-12100b4b-d9eb-4bf0-b8e6-408cea69ba6a 6b3698e43c2a45009d400fc3782be56e fd2fb00fd6934ab6a7f65566615e2f3d - - default default] Floating IP be213a53-69fa-4b5d-b20f-7495cf9d9d95 disassociated. External IP: 10.96.250.217, port: efb5a419-1f82-46e2-89c5-9ad13834eea3. [pid: 7|app: 0|req: 977/1851] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 23 07:07:39 2026] GET /v2.0/security-groups?id=4deabfa3-fe94-4652-95cd-06fc5bd2e151&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: 875/1852] 10.0.0.45 () {34 vars in 748 bytes} [Tue Jun 23 07:07:39 2026] PUT /v2.0/floatingips/be213a53-69fa-4b5d-b20f-7495cf9d9d95 => generated 552 bytes in 484 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-23 07:07:40.122 7 INFO neutron_taas.services.taas.taas_plugin [None req-b2111b27-d298-4a8d-aa1c-929be927b0f6 6b3698e43c2a45009d400fc3782be56e fd2fb00fd6934ab6a7f65566615e2f3d - - default default] TaaS: Handle Delete Port: 7901b4f9-e781-4e69-8118-fe34dea13c62 2026-06-23 07:07:40.125 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b2111b27-d298-4a8d-aa1c-929be927b0f6 6b3698e43c2a45009d400fc3782be56e fd2fb00fd6934ab6a7f65566615e2f3d - - default default] Tap Mirror: Handle Delete Port: 7901b4f9-e781-4e69-8118-fe34dea13c62 [pid: 7|app: 0|req: 978/1853] 10.0.0.45 () {32 vars in 731 bytes} [Tue Jun 23 07:07:39 2026] DELETE /v2.0/floatingips/be213a53-69fa-4b5d-b20f-7495cf9d9d95 => generated 0 bytes in 352 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-23 07:07:40.351 8 INFO neutron.api.v2.resource [None req-3777e7f4-3078-40a3-a76d-9830be40dee6 6b3698e43c2a45009d400fc3782be56e fd2fb00fd6934ab6a7f65566615e2f3d - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 876/1854] 10.0.0.45 () {32 vars in 731 bytes} [Tue Jun 23 07:07:40 2026] DELETE /v2.0/floatingips/be213a53-69fa-4b5d-b20f-7495cf9d9d95 => generated 144 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-23 07:07:40.509 7 INFO neutron_taas.services.taas.taas_plugin [None req-c90d10a5-c1f8-4893-8fd8-6b8dccf66a65 6b3698e43c2a45009d400fc3782be56e fd2fb00fd6934ab6a7f65566615e2f3d - - default default] TaaS: Handle Delete Port: efb5a419-1f82-46e2-89c5-9ad13834eea3 2026-06-23 07:07:40.514 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c90d10a5-c1f8-4893-8fd8-6b8dccf66a65 6b3698e43c2a45009d400fc3782be56e fd2fb00fd6934ab6a7f65566615e2f3d - - default default] Tap Mirror: Handle Delete Port: efb5a419-1f82-46e2-89c5-9ad13834eea3 [pid: 7|app: 0|req: 979/1855] 10.0.0.45 () {32 vars in 719 bytes} [Tue Jun 23 07:07:40 2026] DELETE /v2.0/ports/efb5a419-1f82-46e2-89c5-9ad13834eea3 => generated 0 bytes in 348 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 877/1856] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:07:40 2026] GET /v2.0/ports?device_id=8fa45c30-5f34-4eb5-9ef5-f1bf18ad3f52 => generated 975 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-23 07:07:40.827 7 INFO neutron_taas.services.taas.taas_plugin [None req-4eb72161-7354-4dfe-9332-9b4b24ff904a 6b3698e43c2a45009d400fc3782be56e fd2fb00fd6934ab6a7f65566615e2f3d - - default default] TaaS: Handle Delete Port: bdb10980-35e8-49a3-8c33-8fb281834429 2026-06-23 07:07:40.830 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4eb72161-7354-4dfe-9332-9b4b24ff904a 6b3698e43c2a45009d400fc3782be56e fd2fb00fd6934ab6a7f65566615e2f3d - - default default] Tap Mirror: Handle Delete Port: bdb10980-35e8-49a3-8c33-8fb281834429 [pid: 8|app: 0|req: 878/1857] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 23 07:07:40 2026] GET /v2.0/security-groups?id=4deabfa3-fe94-4652-95cd-06fc5bd2e151&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: 980/1858] 10.0.0.45 () {32 vars in 719 bytes} [Tue Jun 23 07:07:40 2026] DELETE /v2.0/ports/bdb10980-35e8-49a3-8c33-8fb281834429 => generated 0 bytes in 286 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 879/1859] 10.0.0.45 () {32 vars in 735 bytes} [Tue Jun 23 07:07:41 2026] GET /v2.0/ports?device_id=55d4e5dc-16a9-4f0d-bfb3-78ba42f3f92e => generated 958 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-23 07:07:41.525 7 INFO neutron_taas.services.taas.taas_plugin [None req-6b002eef-6cd4-4d2a-873d-dc3fef60407d 6b3698e43c2a45009d400fc3782be56e fd2fb00fd6934ab6a7f65566615e2f3d - - default default] TaaS: Handle Delete Port: 6e832fbf-bc8b-41bc-9cb3-b47da6bd0fad 2026-06-23 07:07:41.528 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6b002eef-6cd4-4d2a-873d-dc3fef60407d 6b3698e43c2a45009d400fc3782be56e fd2fb00fd6934ab6a7f65566615e2f3d - - default default] Tap Mirror: Handle Delete Port: 6e832fbf-bc8b-41bc-9cb3-b47da6bd0fad [pid: 8|app: 0|req: 880/1860] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:07:41 2026] GET /v2.0/ports?device_id=8fa45c30-5f34-4eb5-9ef5-f1bf18ad3f52 => generated 975 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 881/1861] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 23 07:07:41 2026] GET /v2.0/security-groups?id=4deabfa3-fe94-4652-95cd-06fc5bd2e151&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: 882/1862] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:07:42 2026] GET /v2.0/ports?device_id=8fa45c30-5f34-4eb5-9ef5-f1bf18ad3f52 => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 883/1863] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 23 07:07:42 2026] GET /v2.0/security-groups?id=4deabfa3-fe94-4652-95cd-06fc5bd2e151&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: 981/1864] 10.0.0.45 () {34 vars in 788 bytes} [Tue Jun 23 07:07:41 2026] PUT /v2.0/routers/55d4e5dc-16a9-4f0d-bfb3-78ba42f3f92e/remove_router_interface => generated 309 bytes in 1061 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 982/1865] 10.0.0.45 () {32 vars in 735 bytes} [Tue Jun 23 07:07:42 2026] GET /v2.0/ports?device_id=8fa45c30-5f34-4eb5-9ef5-f1bf18ad3f52 => generated 1244 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-23 07:07:42.409 8 INFO neutron_taas.services.taas.taas_plugin [None req-00caa210-a819-46d3-a9a1-b7d51f06fc80 6b3698e43c2a45009d400fc3782be56e fd2fb00fd6934ab6a7f65566615e2f3d - - default default] TaaS: Handle Delete Port: 40a47cfe-c47c-4237-a03d-a00731718c40 2026-06-23 07:07:42.412 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-00caa210-a819-46d3-a9a1-b7d51f06fc80 6b3698e43c2a45009d400fc3782be56e fd2fb00fd6934ab6a7f65566615e2f3d - - default default] Tap Mirror: Handle Delete Port: 40a47cfe-c47c-4237-a03d-a00731718c40 2026-06-23 07:07:42.621 7 INFO neutron.db.l3_db [None req-a13b34f6-367b-47c5-b653-bace6a4e2043 766be8cba7cc41a48d9ae67c3978ee0c 170254da88024a0c9c7bda2ef3090e5a - - default default] Floating IP 7b2acd79-5710-4216-b9c6-5797f9775eaa associated. External IP: 10.96.250.205, port: 64a8a7df-c2cb-43db-aa69-ea1dab475623. 2026-06-23 07:07:42.712 8 INFO neutron_taas.services.taas.taas_plugin [None req-00caa210-a819-46d3-a9a1-b7d51f06fc80 6b3698e43c2a45009d400fc3782be56e fd2fb00fd6934ab6a7f65566615e2f3d - - default default] TaaS: Handle Delete Port: 68efb630-5491-4453-9351-707d140bbde4 2026-06-23 07:07:42.715 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-00caa210-a819-46d3-a9a1-b7d51f06fc80 6b3698e43c2a45009d400fc3782be56e fd2fb00fd6934ab6a7f65566615e2f3d - - default default] Tap Mirror: Handle Delete Port: 68efb630-5491-4453-9351-707d140bbde4 [pid: 7|app: 0|req: 983/1866] 10.0.0.45 () {34 vars in 748 bytes} [Tue Jun 23 07:07:42 2026] PUT /v2.0/floatingips/7b2acd79-5710-4216-b9c6-5797f9775eaa => generated 856 bytes in 812 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-23 07:07:43.114 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a7ea5203-7b21-4e17-a070-6a25de90f942'] response: {'name': 'network-changed', 'server_uuid': '8fa45c30-5f34-4eb5-9ef5-f1bf18ad3f52', 'tag': '64a8a7df-c2cb-43db-aa69-ea1dab475623', 'status': 'completed', 'code': 200} 2026-06-23 07:07:43.121 8 INFO neutron.services.segments.plugin [-] Segment 9947ce6a-7d54-4e52-8845-17aa7242056c resource provider aggregate not found [pid: 7|app: 0|req: 984/1867] 10.0.0.45 () {32 vars in 728 bytes} [Tue Jun 23 07:07:43 2026] GET /v2.0/floatingips/7b2acd79-5710-4216-b9c6-5797f9775eaa => generated 856 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-23 07:07:43.133 8 INFO neutron.services.segments.plugin [-] Segment 9947ce6a-7d54-4e52-8845-17aa7242056c resource provider aggregate not found 2026-06-23 07:07:43.146 8 INFO neutron.services.segments.plugin [-] Segment 9947ce6a-7d54-4e52-8845-17aa7242056c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9947ce6a-7d54-4e52-8845-17aa7242056c found for delete ", "request_id": "req-cbcb7dd1-5bf5-4ee3-8b0d-35e6a3169ac0"}]} 2026-06-23 07:07:43.156 8 INFO neutron.services.segments.plugin [-] Segment 9947ce6a-7d54-4e52-8845-17aa7242056c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9947ce6a-7d54-4e52-8845-17aa7242056c found for delete ", "request_id": "req-a7e82105-d4de-4b6d-84a2-9116f541cacd"}]} 2026-06-23 07:07:43.163 8 INFO neutron.db.l3_hamode_db [None req-00caa210-a819-46d3-a9a1-b7d51f06fc80 6b3698e43c2a45009d400fc3782be56e fd2fb00fd6934ab6a7f65566615e2f3d - - default default] HA network 5d74dbe6-e7ba-45f7-a2fa-8dfb325c48ae was deleted as no HA routers are present in tenant fd2fb00fd6934ab6a7f65566615e2f3d. [pid: 8|app: 0|req: 884/1868] 10.0.0.45 () {32 vars in 723 bytes} [Tue Jun 23 07:07:42 2026] DELETE /v2.0/routers/55d4e5dc-16a9-4f0d-bfb3-78ba42f3f92e => generated 0 bytes in 997 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 985/1869] 10.0.0.45 () {32 vars in 723 bytes} [Tue Jun 23 07:07:43 2026] DELETE /v2.0/subnets/88025127-7bb4-47f7-a543-a85e4a181645 => 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: 885/1870] 10.0.0.45 () {32 vars in 725 bytes} [Tue Jun 23 07:07:43 2026] DELETE /v2.0/networks/f21dfad1-2519-48a8-a909-ef37b9436bcc => generated 0 bytes in 187 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 986/1871] 199.204.45.140 () {34 vars in 1080 bytes} [Tue Jun 23 07:07:43 2026] GET /v2.0/ports?tenant_id=170254da88024a0c9c7bda2ef3090e5a&device_id=8fa45c30-5f34-4eb5-9ef5-f1bf18ad3f52 => 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: 886/1872] 199.204.45.140 () {34 vars in 986 bytes} [Tue Jun 23 07:07:43 2026] GET /v2.0/networks?id=e50dd392-ff75-42dc-ac01-8bf244351bcc => generated 757 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 987/1873] 199.204.45.140 () {34 vars in 1060 bytes} [Tue Jun 23 07:07:43 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=64a8a7df-c2cb-43db-aa69-ea1dab475623 => generated 859 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 887/1874] 199.204.45.140 () {34 vars in 984 bytes} [Tue Jun 23 07:07:43 2026] GET /v2.0/subnets?id=d802ad29-6b4a-4197-bab0-34ee04c4dfde => generated 677 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 988/1875] 199.204.45.140 () {34 vars in 1052 bytes} [Tue Jun 23 07:07:43 2026] GET /v2.0/ports?network_id=e50dd392-ff75-42dc-ac01-8bf244351bcc&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: 888/1876] 199.204.45.140 () {34 vars in 1012 bytes} [Tue Jun 23 07:07:43 2026] GET /v2.0/networks/e50dd392-ff75-42dc-ac01-8bf244351bcc?fields=segments => generated 14 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 989/1877] 199.204.45.140 () {34 vars in 1112 bytes} [Tue Jun 23 07:07:43 2026] GET /v2.0/networks/e50dd392-ff75-42dc-ac01-8bf244351bcc?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: 889/1878] 10.0.0.45 () {32 vars in 728 bytes} [Tue Jun 23 07:07:44 2026] GET /v2.0/floatingips/7b2acd79-5710-4216-b9c6-5797f9775eaa => generated 856 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 990/1879] 10.0.0.45 () {32 vars in 773 bytes} [Tue Jun 23 07:07:44 2026] GET /v2.0/security-groups?tenant_id=fd2fb00fd6934ab6a7f65566615e2f3d&name=default => generated 2925 bytes in 219 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 890/1880] 10.0.0.45 () {32 vars in 739 bytes} [Tue Jun 23 07:07:44 2026] DELETE /v2.0/security-groups/5b08013f-1347-4c81-8880-ac392ab4a890 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-23 07:07:45.170 8 INFO neutron.services.segments.plugin [-] Segment 3ae5d0bc-27ce-4a22-aa93-5ebb9c0a9cea resource provider aggregate not found 2026-06-23 07:07:45.180 8 INFO neutron.services.segments.plugin [-] Segment 3ae5d0bc-27ce-4a22-aa93-5ebb9c0a9cea resource provider aggregate not found 2026-06-23 07:07:45.191 8 INFO neutron.services.segments.plugin [-] Segment 3ae5d0bc-27ce-4a22-aa93-5ebb9c0a9cea resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3ae5d0bc-27ce-4a22-aa93-5ebb9c0a9cea found for delete ", "request_id": "req-9d5ca864-bcb8-4a51-b1c6-1be1cc4cfd68"}]} 2026-06-23 07:07:45.199 8 INFO neutron.services.segments.plugin [-] Segment 3ae5d0bc-27ce-4a22-aa93-5ebb9c0a9cea resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3ae5d0bc-27ce-4a22-aa93-5ebb9c0a9cea found for delete ", "request_id": "req-6e10929e-0100-4a16-a411-0a406a4693cc"}]} [pid: 7|app: 0|req: 991/1881] 10.0.0.45 () {32 vars in 728 bytes} [Tue Jun 23 07:07:45 2026] GET /v2.0/floatingips/7b2acd79-5710-4216-b9c6-5797f9775eaa => generated 858 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-23 07:07:46.636 8 INFO neutron.db.segments_db [None req-6e1c675c-855c-4333-af7b-6420bc78701f 68fe5c3c6a7a4a30b25dd0ae8bfd722e dfae0278a53749e395a8cf2265f7ba80 - - default default] Added segment dcc17aed-3c09-4ba9-8c8b-32e649b748f1 of type vxlan for network b780bb5d-0ad6-49ba-adcc-9de93c959b86 2026-06-23 07:07:46.694 8 INFO neutron.db.segments_db [None req-6e1c675c-855c-4333-af7b-6420bc78701f 68fe5c3c6a7a4a30b25dd0ae8bfd722e dfae0278a53749e395a8cf2265f7ba80 - - default default] Added segment 85cc7bef-cdf3-4435-ae74-7d9f1c90b18a of type vxlan for network b2101f3e-3f0d-476b-a531-b33b09e6832d [pid: 8|app: 0|req: 891/1882] 10.0.0.45 () {34 vars in 669 bytes} [Tue Jun 23 07:07:46 2026] POST /v2.0/networks => generated 1207 bytes in 553 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 992/1883] 10.0.0.45 () {32 vars in 648 bytes} [Tue Jun 23 07:07:46 2026] GET /v2.0/networks => generated 1844 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 892/1884] 10.0.0.45 () {32 vars in 725 bytes} [Tue Jun 23 07:07:46 2026] DELETE /v2.0/networks/b780bb5d-0ad6-49ba-adcc-9de93c959b86 => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-23 07:07:47.170 7 INFO neutron.services.segments.plugin [-] Segment 85cc7bef-cdf3-4435-ae74-7d9f1c90b18a resource provider aggregate not found 2026-06-23 07:07:47.180 7 INFO neutron.services.segments.plugin [-] Segment 85cc7bef-cdf3-4435-ae74-7d9f1c90b18a resource provider aggregate not found 2026-06-23 07:07:47.190 7 INFO neutron.services.segments.plugin [-] Segment 85cc7bef-cdf3-4435-ae74-7d9f1c90b18a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 85cc7bef-cdf3-4435-ae74-7d9f1c90b18a found for delete ", "request_id": "req-725e0390-8a42-4474-9204-f3e9f141b560"}]} 2026-06-23 07:07:47.204 7 INFO neutron.services.segments.plugin [-] Segment 85cc7bef-cdf3-4435-ae74-7d9f1c90b18a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 85cc7bef-cdf3-4435-ae74-7d9f1c90b18a found for delete ", "request_id": "req-082378e1-8780-461c-84e1-b9745c22e45c"}]} [pid: 7|app: 0|req: 993/1885] 10.0.0.45 () {32 vars in 725 bytes} [Tue Jun 23 07:07:47 2026] DELETE /v2.0/networks/b2101f3e-3f0d-476b-a531-b33b09e6832d => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-23 07:07:47.218 8 INFO neutron.services.segments.plugin [-] Segment dcc17aed-3c09-4ba9-8c8b-32e649b748f1 resource provider aggregate not found 2026-06-23 07:07:47.220 8 INFO neutron.services.segments.plugin [-] Segment dcc17aed-3c09-4ba9-8c8b-32e649b748f1 resource provider aggregate not found 2026-06-23 07:07:47.241 8 INFO neutron.services.segments.plugin [-] Segment dcc17aed-3c09-4ba9-8c8b-32e649b748f1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dcc17aed-3c09-4ba9-8c8b-32e649b748f1 found for delete ", "request_id": "req-694831fd-0021-4e42-a321-42f6cab9c5b8"}]} 2026-06-23 07:07:47.243 8 INFO neutron.services.segments.plugin [-] Segment dcc17aed-3c09-4ba9-8c8b-32e649b748f1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dcc17aed-3c09-4ba9-8c8b-32e649b748f1 found for delete ", "request_id": "req-ea02e95d-9314-4f4d-adfc-c3bddaab43c6"}]} [pid: 8|app: 0|req: 893/1886] 10.0.0.45 () {32 vars in 648 bytes} [Tue Jun 23 07:07:47 2026] GET /v2.0/networks => generated 651 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-23 07:07:47.366 7 INFO neutron.db.segments_db [None req-f17b6e28-d5f2-4959-b0b7-bf69f301fdc5 68fe5c3c6a7a4a30b25dd0ae8bfd722e dfae0278a53749e395a8cf2265f7ba80 - - default default] Added segment 897ec9bc-3203-4dc6-8a8b-fabd19724961 of type vxlan for network 0cae4078-8da7-4318-935c-7ec8d000bc1b [pid: 7|app: 0|req: 994/1887] 10.0.0.45 () {34 vars in 669 bytes} [Tue Jun 23 07:07:47 2026] POST /v2.0/networks => generated 634 bytes in 180 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-23 07:07:47.545 8 INFO neutron.db.segments_db [None req-c7ac353a-2ee2-4873-920c-95a6a4044f89 68fe5c3c6a7a4a30b25dd0ae8bfd722e dfae0278a53749e395a8cf2265f7ba80 - - default default] Added segment 6d754b9c-0ef2-4c31-a6ec-8a30700b697c of type vxlan for network 34c39b79-7199-4c6e-ad45-7e5f32a37e9c [pid: 8|app: 0|req: 894/1888] 10.0.0.45 () {34 vars in 669 bytes} [Tue Jun 23 07:07:47 2026] POST /v2.0/networks => generated 635 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 995/1889] 10.0.0.45 () {34 vars in 664 bytes} [Tue Jun 23 07:07:47 2026] POST /v2.0/ports => generated 1505 bytes in 664 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 895/1890] 10.0.0.45 () {32 vars in 642 bytes} [Tue Jun 23 07:07:48 2026] GET /v2.0/ports => generated 1505 bytes in 126 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-23 07:07:48.560 7 INFO neutron_taas.services.taas.taas_plugin [None req-40b7336b-0d2f-4816-848a-a0b7eb3e8d86 68fe5c3c6a7a4a30b25dd0ae8bfd722e dfae0278a53749e395a8cf2265f7ba80 - - default default] TaaS: Handle Delete Port: bd6dad45-a13a-493b-a7dc-9d8e409e401d 2026-06-23 07:07:48.564 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-40b7336b-0d2f-4816-848a-a0b7eb3e8d86 68fe5c3c6a7a4a30b25dd0ae8bfd722e dfae0278a53749e395a8cf2265f7ba80 - - default default] Tap Mirror: Handle Delete Port: bd6dad45-a13a-493b-a7dc-9d8e409e401d [pid: 7|app: 0|req: 996/1891] 10.0.0.45 () {32 vars in 719 bytes} [Tue Jun 23 07:07:48 2026] DELETE /v2.0/ports/bd6dad45-a13a-493b-a7dc-9d8e409e401d => generated 0 bytes in 215 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-23 07:07:48.789 8 INFO neutron_taas.services.taas.taas_plugin [None req-3520ffff-9718-42d8-8c91-78f7401709fb 68fe5c3c6a7a4a30b25dd0ae8bfd722e dfae0278a53749e395a8cf2265f7ba80 - - default default] TaaS: Handle Delete Port: 0ec5d47d-7b59-49b1-b2ae-0f93e8bfc03d 2026-06-23 07:07:48.794 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3520ffff-9718-42d8-8c91-78f7401709fb 68fe5c3c6a7a4a30b25dd0ae8bfd722e dfae0278a53749e395a8cf2265f7ba80 - - default default] Tap Mirror: Handle Delete Port: 0ec5d47d-7b59-49b1-b2ae-0f93e8bfc03d [pid: 8|app: 0|req: 896/1892] 10.0.0.45 () {32 vars in 719 bytes} [Tue Jun 23 07:07:48 2026] DELETE /v2.0/ports/0ec5d47d-7b59-49b1-b2ae-0f93e8bfc03d => generated 0 bytes in 232 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 997/1893] 10.0.0.45 () {32 vars in 642 bytes} [Tue Jun 23 07:07:48 2026] GET /v2.0/ports => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-23 07:07:49.005 8 INFO neutron.db.segments_db [None req-efe15b14-3c03-4902-acec-f9a0a1934196 68fe5c3c6a7a4a30b25dd0ae8bfd722e dfae0278a53749e395a8cf2265f7ba80 - - default default] Added segment 00a3c49a-4a65-4380-b3bd-15436f23f1be of type vxlan for network c851f9e4-a80f-48a4-b26a-d79c6af6300b [pid: 8|app: 0|req: 897/1894] 10.0.0.45 () {34 vars in 669 bytes} [Tue Jun 23 07:07:48 2026] POST /v2.0/networks => generated 635 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-23 07:07:49.179 7 INFO neutron.db.segments_db [None req-553da6c5-33d1-4889-a97f-d69667d9b84f 68fe5c3c6a7a4a30b25dd0ae8bfd722e dfae0278a53749e395a8cf2265f7ba80 - - default default] Added segment e7d9e88f-5332-48ac-b7ff-9ae2a3fbe27a of type vxlan for network cde62a0d-8bbf-48c1-a0d6-3815d839bd75 [pid: 7|app: 0|req: 998/1895] 10.0.0.45 () {34 vars in 669 bytes} [Tue Jun 23 07:07:49 2026] POST /v2.0/networks => generated 634 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 898/1896] 10.0.0.45 () {34 vars in 668 bytes} [Tue Jun 23 07:07:49 2026] POST /v2.0/subnets => generated 1324 bytes in 509 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 999/1897] 10.0.0.45 () {32 vars in 646 bytes} [Tue Jun 23 07:07:50 2026] GET /v2.0/subnets => generated 1960 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 899/1898] 10.0.0.45 () {32 vars in 723 bytes} [Tue Jun 23 07:07:50 2026] DELETE /v2.0/subnets/274f34fc-fc41-4080-9fb4-8466d961a704 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 900/1899] 10.0.0.45 () {32 vars in 723 bytes} [Tue Jun 23 07:07:50 2026] DELETE /v2.0/subnets/941e7aae-2656-4aef-aa4a-4a8a41f647ab => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1000/1900] 10.0.0.45 () {32 vars in 773 bytes} [Tue Jun 23 07:07:50 2026] GET /v2.0/security-groups?tenant_id=7d8a4a521e444e679eb022068b67a340&name=default => generated 2925 bytes in 234 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 901/1901] 10.0.0.45 () {32 vars in 646 bytes} [Tue Jun 23 07:07:50 2026] GET /v2.0/subnets => generated 649 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1001/1902] 10.0.0.45 () {32 vars in 739 bytes} [Tue Jun 23 07:07:50 2026] DELETE /v2.0/security-groups/2807a30c-e0a5-42c0-8e4b-deb84c773345 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-23 07:07:50.720 8 INFO neutron.services.segments.plugin [-] Segment e7d9e88f-5332-48ac-b7ff-9ae2a3fbe27a resource provider aggregate not found 2026-06-23 07:07:50.723 8 INFO neutron.services.segments.plugin [-] Segment e7d9e88f-5332-48ac-b7ff-9ae2a3fbe27a resource provider aggregate not found 2026-06-23 07:07:50.742 8 INFO neutron.services.segments.plugin [-] Segment e7d9e88f-5332-48ac-b7ff-9ae2a3fbe27a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e7d9e88f-5332-48ac-b7ff-9ae2a3fbe27a found for delete ", "request_id": "req-06a7a6b6-1b7a-495b-b246-07fbc7633cd4"}]} 2026-06-23 07:07:50.744 8 INFO neutron.services.segments.plugin [-] Segment e7d9e88f-5332-48ac-b7ff-9ae2a3fbe27a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e7d9e88f-5332-48ac-b7ff-9ae2a3fbe27a found for delete ", "request_id": "req-cb0681d2-8c42-474d-875f-b2f92389c4ff"}]} [pid: 8|app: 0|req: 902/1903] 10.0.0.45 () {32 vars in 725 bytes} [Tue Jun 23 07:07:50 2026] DELETE /v2.0/networks/cde62a0d-8bbf-48c1-a0d6-3815d839bd75 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-23 07:07:50.884 7 INFO neutron.services.segments.plugin [-] Segment 00a3c49a-4a65-4380-b3bd-15436f23f1be resource provider aggregate not found 2026-06-23 07:07:50.886 7 INFO neutron.services.segments.plugin [-] Segment 00a3c49a-4a65-4380-b3bd-15436f23f1be resource provider aggregate not found 2026-06-23 07:07:50.907 7 INFO neutron.services.segments.plugin [-] Segment 00a3c49a-4a65-4380-b3bd-15436f23f1be resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 00a3c49a-4a65-4380-b3bd-15436f23f1be found for delete ", "request_id": "req-174188ea-1850-4e2f-abf1-856f58c030b1"}]} 2026-06-23 07:07:50.908 7 INFO neutron.services.segments.plugin [-] Segment 00a3c49a-4a65-4380-b3bd-15436f23f1be resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 00a3c49a-4a65-4380-b3bd-15436f23f1be found for delete ", "request_id": "req-2bd6bbd0-eee9-487c-ba89-9d4ba1d733c6"}]} [pid: 7|app: 0|req: 1002/1904] 10.0.0.45 () {32 vars in 725 bytes} [Tue Jun 23 07:07:50 2026] DELETE /v2.0/networks/c851f9e4-a80f-48a4-b26a-d79c6af6300b => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 903/1905] 10.0.0.45 () {32 vars in 725 bytes} [Tue Jun 23 07:07:50 2026] DELETE /v2.0/networks/34c39b79-7199-4c6e-ad45-7e5f32a37e9c => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1003/1906] 10.0.0.45 () {32 vars in 725 bytes} [Tue Jun 23 07:07:51 2026] DELETE /v2.0/networks/0cae4078-8da7-4318-935c-7ec8d000bc1b => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 904/1907] 10.0.0.45 () {32 vars in 773 bytes} [Tue Jun 23 07:07:51 2026] GET /v2.0/security-groups?tenant_id=dfae0278a53749e395a8cf2265f7ba80&name=default => generated 2925 bytes in 206 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1004/1908] 10.0.0.45 () {32 vars in 739 bytes} [Tue Jun 23 07:07:51 2026] DELETE /v2.0/security-groups/1c2a70a7-5ce0-4aa2-8750-d81e00cbc42a => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-23 07:07:52.765 8 INFO neutron.services.segments.plugin [-] Segment 6d754b9c-0ef2-4c31-a6ec-8a30700b697c resource provider aggregate not found 2026-06-23 07:07:52.771 8 INFO neutron.services.segments.plugin [-] Segment 6d754b9c-0ef2-4c31-a6ec-8a30700b697c resource provider aggregate not found 2026-06-23 07:07:52.786 8 INFO neutron.services.segments.plugin [-] Segment 6d754b9c-0ef2-4c31-a6ec-8a30700b697c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6d754b9c-0ef2-4c31-a6ec-8a30700b697c found for delete ", "request_id": "req-4b3248a6-291e-4bf5-adb1-c4f559db7aa2"}]} 2026-06-23 07:07:52.789 8 INFO neutron.services.segments.plugin [-] Segment 6d754b9c-0ef2-4c31-a6ec-8a30700b697c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6d754b9c-0ef2-4c31-a6ec-8a30700b697c found for delete ", "request_id": "req-19d46a73-3334-4f20-95e2-c75622304123"}]} 2026-06-23 07:07:52.923 7 INFO neutron.services.segments.plugin [-] Segment 897ec9bc-3203-4dc6-8a8b-fabd19724961 resource provider aggregate not found 2026-06-23 07:07:52.929 7 INFO neutron.services.segments.plugin [-] Segment 897ec9bc-3203-4dc6-8a8b-fabd19724961 resource provider aggregate not found 2026-06-23 07:07:52.942 7 INFO neutron.services.segments.plugin [-] Segment 897ec9bc-3203-4dc6-8a8b-fabd19724961 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 897ec9bc-3203-4dc6-8a8b-fabd19724961 found for delete ", "request_id": "req-2d093c14-c6e0-49b9-b300-d272c2418d38"}]} 2026-06-23 07:07:52.947 7 INFO neutron.services.segments.plugin [-] Segment 897ec9bc-3203-4dc6-8a8b-fabd19724961 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 897ec9bc-3203-4dc6-8a8b-fabd19724961 found for delete ", "request_id": "req-ccb9572d-c4c1-48a5-80d4-cef8b43dfd49"}]} [pid: 7|app: 0|req: 1006/1911] 10.0.0.82 () {34 vars in 989 bytes} [Tue Jun 23 07:07:53 2026] GET /v2.0/ports?device_id=8fa45c30-5f34-4eb5-9ef5-f1bf18ad3f52 => 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: 906/1912] 10.0.0.82 () {34 vars in 1039 bytes} [Tue Jun 23 07:07:53 2026] GET /v2.0/security-groups?id=4deabfa3-fe94-4652-95cd-06fc5bd2e151&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-23 07:07:54.039 7 INFO neutron.db.segments_db [None req-f64f98d0-6d87-4778-b1b3-df64ed0c19db 45d441d41b6c4c24bd28489700e259d9 b30e12fa87e84d9b9fd4f66d26711e1c - - default default] Added segment 9dd42073-bd65-46df-a951-e828b9aba4c9 of type vxlan for network 697a131f-db64-474c-a98b-298300fe8b9e [pid: 7|app: 0|req: 1007/1913] 10.0.0.45 () {34 vars in 669 bytes} [Tue Jun 23 07:07:53 2026] POST /v2.0/networks => generated 628 bytes in 427 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 907/1914] 10.0.0.45 () {34 vars in 668 bytes} [Tue Jun 23 07:07:54 2026] POST /v2.0/subnets => generated 673 bytes in 270 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-23 07:07:54.930 7 INFO neutron.db.segments_db [None req-07e4631b-9012-47b8-825b-305e3e620f12 45d441d41b6c4c24bd28489700e259d9 b30e12fa87e84d9b9fd4f66d26711e1c - - default default] Added segment bc19c0f0-beba-40d9-8b8d-9eae2517e74d of type vxlan for network 913addad-c689-4f44-ace3-935f6b1b246c [pid: 7|app: 0|req: 1008/1915] 10.0.0.45 () {34 vars in 669 bytes} [Tue Jun 23 07:07:54 2026] POST /v2.0/networks => generated 629 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1009/1916] 10.0.0.45 () {34 vars in 742 bytes} [Tue Jun 23 07:07:55 2026] PUT /v2.0/networks/913addad-c689-4f44-ace3-935f6b1b246c => generated 592 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1010/1917] 10.0.0.45 () {34 vars in 668 bytes} [Tue Jun 23 07:07:55 2026] POST /v2.0/subnets => generated 646 bytes in 240 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1011/1918] 10.0.0.45 () {34 vars in 740 bytes} [Tue Jun 23 07:07:55 2026] PUT /v2.0/subnets/3b6edfff-9319-45ca-93d6-4642410e26b4 => generated 656 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-23 07:07:55.827 7 INFO neutron.services.segments.plugin [-] Segment bc19c0f0-beba-40d9-8b8d-9eae2517e74d resource provider aggregate not found 2026-06-23 07:07:55.833 7 INFO neutron.services.segments.plugin [-] Segment bc19c0f0-beba-40d9-8b8d-9eae2517e74d resource provider aggregate not found 2026-06-23 07:07:55.846 7 INFO neutron.services.segments.plugin [-] Segment bc19c0f0-beba-40d9-8b8d-9eae2517e74d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bc19c0f0-beba-40d9-8b8d-9eae2517e74d found for delete ", "request_id": "req-90333c72-819a-41fb-a2c2-8b51da895d35"}]} 2026-06-23 07:07:55.850 7 INFO neutron.services.segments.plugin [-] Segment bc19c0f0-beba-40d9-8b8d-9eae2517e74d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bc19c0f0-beba-40d9-8b8d-9eae2517e74d found for delete ", "request_id": "req-3d618ef4-104f-42c5-a2ff-85dbcc95b391"}]} [pid: 7|app: 0|req: 1012/1919] 10.0.0.45 () {32 vars in 725 bytes} [Tue Jun 23 07:07:55 2026] DELETE /v2.0/networks/913addad-c689-4f44-ace3-935f6b1b246c => generated 0 bytes in 326 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-23 07:07:55.886 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e07220fd-2203-42af-b4d1-32c0d7d9ad79 45d441d41b6c4c24bd28489700e259d9 b30e12fa87e84d9b9fd4f66d26711e1c - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1013/1920] 10.0.0.45 () {32 vars in 725 bytes} [Tue Jun 23 07:07:55 2026] DELETE /v2.0/networks/913addad-c689-4f44-ace3-935f6b1b246c => generated 138 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 908/1921] 10.0.0.45 () {34 vars in 675 bytes} [Tue Jun 23 07:07:54 2026] POST /v2.0/floatingips => generated 552 bytes in 945 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1014/1922] 10.0.0.45 () {32 vars in 693 bytes} [Tue Jun 23 07:07:55 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1015/1923] 10.0.0.45 () {32 vars in 741 bytes} [Tue Jun 23 07:07:55 2026] GET /v2.0/subnets?network_id=33d1158f-22d7-40ae-8a3a-9d18a3be1763 => generated 649 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1016/1924] 10.0.0.45 () {32 vars in 652 bytes} [Tue Jun 23 07:07:56 2026] GET /v2.0/extensions => generated 21537 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1017/1925] 10.0.0.45 () {32 vars in 648 bytes} [Tue Jun 23 07:07:56 2026] GET /v2.0/networks => generated 1312 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1018/1926] 10.0.0.45 () {32 vars in 646 bytes} [Tue Jun 23 07:07:56 2026] GET /v2.0/subnets => generated 1312 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1019/1927] 10.0.0.45 () {32 vars in 722 bytes} [Tue Jun 23 07:07:56 2026] GET /v2.0/networks/697a131f-db64-474c-a98b-298300fe8b9e => generated 672 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1020/1928] 10.0.0.45 () {32 vars in 720 bytes} [Tue Jun 23 07:07:56 2026] GET /v2.0/subnets/3c3de978-49a0-40bf-92c0-b4970dd3dad3 => generated 673 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-23 07:07:56.212 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2edd9ad6-7426-4a5e-8728-e8ec86df4178 45d441d41b6c4c24bd28489700e259d9 b30e12fa87e84d9b9fd4f66d26711e1c - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1021/1929] 10.0.0.45 () {32 vars in 723 bytes} [Tue Jun 23 07:07:56 2026] DELETE /v2.0/subnets/3b6edfff-9319-45ca-93d6-4642410e26b4 => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-23 07:07:56.236 7 INFO neutron.pecan_wsgi.hooks.translation [None req-883aa3c3-d934-44b4-8494-ecda4cb81bfe 45d441d41b6c4c24bd28489700e259d9 b30e12fa87e84d9b9fd4f66d26711e1c - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1022/1930] 10.0.0.45 () {32 vars in 725 bytes} [Tue Jun 23 07:07:56 2026] DELETE /v2.0/networks/913addad-c689-4f44-ace3-935f6b1b246c => generated 138 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1023/1931] 10.0.0.45 () {32 vars in 723 bytes} [Tue Jun 23 07:07:56 2026] DELETE /v2.0/subnets/3c3de978-49a0-40bf-92c0-b4970dd3dad3 => 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: 909/1932] 10.0.0.45 () {34 vars in 675 bytes} [Tue Jun 23 07:07:55 2026] POST /v2.0/floatingips => generated 552 bytes in 614 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-23 07:07:56.540 7 INFO neutron_taas.services.taas.taas_plugin [None req-da72c1fe-dbb3-410f-b133-09e476b0404a 45d441d41b6c4c24bd28489700e259d9 b30e12fa87e84d9b9fd4f66d26711e1c - - default default] TaaS: Handle Delete Port: ba53f101-c336-4ce8-aa66-0e15f7999afe 2026-06-23 07:07:56.543 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-da72c1fe-dbb3-410f-b133-09e476b0404a 45d441d41b6c4c24bd28489700e259d9 b30e12fa87e84d9b9fd4f66d26711e1c - - default default] Tap Mirror: Handle Delete Port: ba53f101-c336-4ce8-aa66-0e15f7999afe [pid: 7|app: 0|req: 1024/1933] 10.0.0.45 () {32 vars in 725 bytes} [Tue Jun 23 07:07:56 2026] DELETE /v2.0/networks/697a131f-db64-474c-a98b-298300fe8b9e => generated 0 bytes in 328 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 910/1934] 10.0.0.45 () {34 vars in 675 bytes} [Tue Jun 23 07:07:56 2026] POST /v2.0/floatingips => generated 552 bytes in 583 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 911/1935] 10.0.0.45 () {32 vars in 773 bytes} [Tue Jun 23 07:07:57 2026] GET /v2.0/security-groups?tenant_id=b30e12fa87e84d9b9fd4f66d26711e1c&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: 912/1936] 10.0.0.45 () {32 vars in 739 bytes} [Tue Jun 23 07:07:57 2026] DELETE /v2.0/security-groups/26c3419b-db12-4ed4-9c78-8940e22f3cc7 => 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: 1025/1937] 10.0.0.45 () {34 vars in 675 bytes} [Tue Jun 23 07:07:57 2026] POST /v2.0/floatingips => generated 552 bytes in 583 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-23 07:07:57.866 7 INFO neutron.services.segments.plugin [-] Segment 9dd42073-bd65-46df-a951-e828b9aba4c9 resource provider aggregate not found 2026-06-23 07:07:57.871 7 INFO neutron.services.segments.plugin [-] Segment 9dd42073-bd65-46df-a951-e828b9aba4c9 resource provider aggregate not found 2026-06-23 07:07:57.888 7 INFO neutron.services.segments.plugin [-] Segment 9dd42073-bd65-46df-a951-e828b9aba4c9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9dd42073-bd65-46df-a951-e828b9aba4c9 found for delete ", "request_id": "req-b12b3f8d-e3b3-43cc-a4f3-71ac93cb7bac"}]} 2026-06-23 07:07:57.889 7 INFO neutron.services.segments.plugin [-] Segment 9dd42073-bd65-46df-a951-e828b9aba4c9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9dd42073-bd65-46df-a951-e828b9aba4c9 found for delete ", "request_id": "req-effa36c8-f840-422c-ae24-85fac4e7aeb4"}]} [pid: 8|app: 0|req: 913/1938] 10.0.0.45 () {34 vars in 675 bytes} [Tue Jun 23 07:07:57 2026] POST /v2.0/floatingips => generated 552 bytes in 615 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1026/1939] 10.0.0.45 () {34 vars in 758 bytes} [Tue Jun 23 07:07:58 2026] PUT /v2.0/floatingips/0052542c-96f7-4596-aca8-23d07cb700ec/tags => generated 17 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 914/1940] 10.0.0.45 () {34 vars in 758 bytes} [Tue Jun 23 07:07:58 2026] PUT /v2.0/floatingips/504727c5-501c-4455-ace5-39b25711e189/tags => generated 25 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1027/1941] 10.0.0.45 () {34 vars in 758 bytes} [Tue Jun 23 07:07:58 2026] PUT /v2.0/floatingips/e888cd90-f492-46e8-a61e-eb2901475229/tags => generated 34 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 915/1942] 10.0.0.45 () {34 vars in 758 bytes} [Tue Jun 23 07:07:58 2026] PUT /v2.0/floatingips/6f76defb-5cd1-4462-b1ea-4cc8100a48aa/tags => generated 19 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1028/1943] 10.0.0.45 () {32 vars in 671 bytes} [Tue Jun 23 07:07:58 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 916/1944] 10.0.0.45 () {32 vars in 685 bytes} [Tue Jun 23 07:07:58 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1029/1945] 10.0.0.45 () {32 vars in 681 bytes} [Tue Jun 23 07:07:58 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 917/1946] 10.0.0.45 () {32 vars in 693 bytes} [Tue Jun 23 07:07:58 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1030/1947] 10.0.0.45 () {32 vars in 679 bytes} [Tue Jun 23 07:07:58 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 918/1948] 10.0.0.45 () {32 vars in 693 bytes} [Tue Jun 23 07:07:58 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1031/1949] 10.0.0.45 () {32 vars in 689 bytes} [Tue Jun 23 07:07:58 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 919/1950] 10.0.0.45 () {32 vars in 701 bytes} [Tue Jun 23 07:07:59 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-23 07:07:59.196 7 INFO neutron_taas.services.taas.taas_plugin [None req-a8208ade-5022-48c8-9a3a-2aba539a57e6 3c18d6a3ee3a4925867c720f1e7d992e d94714a3929848be8886afb9d36e944b - - default default] TaaS: Handle Delete Port: 0dddd377-706a-4c58-8834-cb5e62f9b116 2026-06-23 07:07:59.199 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a8208ade-5022-48c8-9a3a-2aba539a57e6 3c18d6a3ee3a4925867c720f1e7d992e d94714a3929848be8886afb9d36e944b - - default default] Tap Mirror: Handle Delete Port: 0dddd377-706a-4c58-8834-cb5e62f9b116 [pid: 7|app: 0|req: 1032/1951] 10.0.0.45 () {32 vars in 731 bytes} [Tue Jun 23 07:07:59 2026] DELETE /v2.0/floatingips/0052542c-96f7-4596-aca8-23d07cb700ec => generated 0 bytes in 322 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-23 07:07:59.527 7 INFO neutron_taas.services.taas.taas_plugin [None req-27be1dd2-ce6d-4185-8c7b-ae1df4bfe56e 3c18d6a3ee3a4925867c720f1e7d992e d94714a3929848be8886afb9d36e944b - - default default] TaaS: Handle Delete Port: 1010eff9-b489-4702-91b2-c3cd9e3ee56c 2026-06-23 07:07:59.531 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-27be1dd2-ce6d-4185-8c7b-ae1df4bfe56e 3c18d6a3ee3a4925867c720f1e7d992e d94714a3929848be8886afb9d36e944b - - default default] Tap Mirror: Handle Delete Port: 1010eff9-b489-4702-91b2-c3cd9e3ee56c [pid: 7|app: 0|req: 1033/1952] 10.0.0.45 () {32 vars in 731 bytes} [Tue Jun 23 07:07:59 2026] DELETE /v2.0/floatingips/504727c5-501c-4455-ace5-39b25711e189 => generated 0 bytes in 329 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 920/1953] 10.0.0.45 () {34 vars in 683 bytes} [Tue Jun 23 07:07:59 2026] POST /v2.0/security-groups => generated 1624 bytes in 431 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-23 07:07:59.856 7 INFO neutron_taas.services.taas.taas_plugin [None req-6a3d5841-5558-409d-9775-c7db4acb15b8 3c18d6a3ee3a4925867c720f1e7d992e d94714a3929848be8886afb9d36e944b - - default default] TaaS: Handle Delete Port: 142484c8-5cb0-467f-b7e4-cae6484dd10d 2026-06-23 07:07:59.858 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6a3d5841-5558-409d-9775-c7db4acb15b8 3c18d6a3ee3a4925867c720f1e7d992e d94714a3929848be8886afb9d36e944b - - default default] Tap Mirror: Handle Delete Port: 142484c8-5cb0-467f-b7e4-cae6484dd10d [pid: 8|app: 0|req: 921/1954] 10.0.0.45 () {32 vars in 662 bytes} [Tue Jun 23 07:07:59 2026] GET /v2.0/security-groups => generated 4529 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 922/1955] 10.0.0.45 () {34 vars in 757 bytes} [Tue Jun 23 07:07:59 2026] PUT /v2.0/security-groups/e8614dbd-8d67-4bba-80f4-093439154d2e => generated 1660 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 923/1956] 10.0.0.45 () {32 vars in 736 bytes} [Tue Jun 23 07:07:59 2026] GET /v2.0/security-groups/e8614dbd-8d67-4bba-80f4-093439154d2e => generated 1660 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1034/1957] 10.0.0.45 () {32 vars in 731 bytes} [Tue Jun 23 07:07:59 2026] DELETE /v2.0/floatingips/e888cd90-f492-46e8-a61e-eb2901475229 => generated 0 bytes in 327 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 924/1958] 10.0.0.45 () {32 vars in 739 bytes} [Tue Jun 23 07:08:00 2026] DELETE /v2.0/security-groups/e8614dbd-8d67-4bba-80f4-093439154d2e => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 925/1959] 10.0.0.45 () {32 vars in 662 bytes} [Tue Jun 23 07:08:00 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-23 07:08:00.133 8 INFO neutron.api.v2.resource [None req-22c1b755-9324-4a03-b9e2-4b385e7c08f1 b95ba8e719214c55b548e3adc813ad08 ed7413bb9b5a4b708de37a65cf5cbd5c - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 926/1960] 10.0.0.45 () {32 vars in 739 bytes} [Tue Jun 23 07:08:00 2026] DELETE /v2.0/security-groups/e8614dbd-8d67-4bba-80f4-093439154d2e => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-23 07:08:00.201 7 INFO neutron_taas.services.taas.taas_plugin [None req-ad197129-3838-48e5-b16d-5fc5bcdcf26e 3c18d6a3ee3a4925867c720f1e7d992e d94714a3929848be8886afb9d36e944b - - default default] TaaS: Handle Delete Port: cda8248d-09e6-4a5b-bbbe-d6675756c864 2026-06-23 07:08:00.203 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ad197129-3838-48e5-b16d-5fc5bcdcf26e 3c18d6a3ee3a4925867c720f1e7d992e d94714a3929848be8886afb9d36e944b - - default default] Tap Mirror: Handle Delete Port: cda8248d-09e6-4a5b-bbbe-d6675756c864 [pid: 8|app: 0|req: 927/1961] 10.0.0.45 () {34 vars in 683 bytes} [Tue Jun 23 07:08:00 2026] POST /v2.0/security-groups => generated 1624 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1035/1962] 10.0.0.45 () {32 vars in 731 bytes} [Tue Jun 23 07:08:00 2026] DELETE /v2.0/floatingips/6f76defb-5cd1-4462-b1ea-4cc8100a48aa => generated 0 bytes in 339 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 928/1963] 10.0.0.45 () {34 vars in 694 bytes} [Tue Jun 23 07:08:00 2026] POST /v2.0/security-group-rules => generated 601 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 929/1964] 10.0.0.45 () {32 vars in 746 bytes} [Tue Jun 23 07:08:00 2026] GET /v2.0/security-group-rules/a0d3cbfa-b45b-44b9-bcba-32cd8a8b6bee => generated 601 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 930/1965] 10.0.0.45 () {32 vars in 672 bytes} [Tue Jun 23 07:08:00 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-23 07:08:00.540 7 INFO neutron_taas.services.taas.taas_plugin [None req-480fb42f-e8d9-4ff5-9b8b-12c33b93394a 3c18d6a3ee3a4925867c720f1e7d992e d94714a3929848be8886afb9d36e944b - - default default] TaaS: Handle Delete Port: d6e3a815-327e-4d7d-aab9-36bd74c4c789 2026-06-23 07:08:00.543 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-480fb42f-e8d9-4ff5-9b8b-12c33b93394a 3c18d6a3ee3a4925867c720f1e7d992e d94714a3929848be8886afb9d36e944b - - default default] Tap Mirror: Handle Delete Port: d6e3a815-327e-4d7d-aab9-36bd74c4c789 [pid: 8|app: 0|req: 931/1966] 10.0.0.45 () {32 vars in 749 bytes} [Tue Jun 23 07:08:00 2026] DELETE /v2.0/security-group-rules/a0d3cbfa-b45b-44b9-bcba-32cd8a8b6bee => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 932/1967] 10.0.0.45 () {32 vars in 672 bytes} [Tue Jun 23 07:08:00 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1036/1968] 10.0.0.45 () {32 vars in 731 bytes} [Tue Jun 23 07:08:00 2026] DELETE /v2.0/floatingips/8e21a50c-2ff8-4066-b26f-e2442818a38c => generated 0 bytes in 311 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 933/1969] 10.0.0.45 () {34 vars in 694 bytes} [Tue Jun 23 07:08:00 2026] POST /v2.0/security-group-rules => generated 601 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1037/1970] 10.0.0.45 () {32 vars in 746 bytes} [Tue Jun 23 07:08:00 2026] GET /v2.0/security-group-rules/dbd704b0-b50b-4920-b8de-817cfeff10ea => generated 601 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 934/1971] 10.0.0.45 () {32 vars in 672 bytes} [Tue Jun 23 07:08:00 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1038/1972] 10.0.0.45 () {32 vars in 749 bytes} [Tue Jun 23 07:08:00 2026] DELETE /v2.0/security-group-rules/dbd704b0-b50b-4920-b8de-817cfeff10ea => 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: 935/1973] 10.0.0.45 () {32 vars in 672 bytes} [Tue Jun 23 07:08:00 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1039/1974] 10.0.0.45 () {34 vars in 694 bytes} [Tue Jun 23 07:08:01 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) [pid: 8|app: 0|req: 936/1975] 10.0.0.45 () {32 vars in 746 bytes} [Tue Jun 23 07:08:01 2026] GET /v2.0/security-group-rules/c08cddf9-5a54-443d-8e77-c65f92892801 => generated 602 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1040/1976] 10.0.0.45 () {32 vars in 672 bytes} [Tue Jun 23 07:08:01 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 937/1977] 10.0.0.45 () {32 vars in 749 bytes} [Tue Jun 23 07:08:01 2026] DELETE /v2.0/security-group-rules/c08cddf9-5a54-443d-8e77-c65f92892801 => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1041/1978] 10.0.0.45 () {32 vars in 672 bytes} [Tue Jun 23 07:08:01 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 938/1979] 10.0.0.45 () {32 vars in 739 bytes} [Tue Jun 23 07:08:01 2026] DELETE /v2.0/security-groups/dd16799b-139a-4de7-8e77-1af050a722a8 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1042/1980] 10.0.0.45 () {32 vars in 662 bytes} [Tue Jun 23 07:08:01 2026] GET /v2.0/security-groups => generated 2925 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 939/1981] 10.0.0.45 () {32 vars in 662 bytes} [Tue Jun 23 07:08:01 2026] GET /v2.0/security-groups => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1043/1982] 10.0.0.45 () {32 vars in 773 bytes} [Tue Jun 23 07:08:01 2026] GET /v2.0/security-groups?tenant_id=b951191b0b784c15bd751ea87d98b2ce&name=default => generated 2925 bytes in 398 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 940/1983] 10.0.0.45 () {32 vars in 739 bytes} [Tue Jun 23 07:08:01 2026] DELETE /v2.0/security-groups/113ac089-32cb-4b5b-bf2a-8d5cc3706a52 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1044/1984] 10.0.0.45 () {32 vars in 773 bytes} [Tue Jun 23 07:08:02 2026] GET /v2.0/security-groups?tenant_id=ed7413bb9b5a4b708de37a65cf5cbd5c&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: 941/1985] 10.0.0.45 () {32 vars in 773 bytes} [Tue Jun 23 07:08:02 2026] GET /v2.0/security-groups?tenant_id=d94714a3929848be8886afb9d36e944b&name=default => generated 2925 bytes in 159 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1045/1986] 10.0.0.45 () {32 vars in 739 bytes} [Tue Jun 23 07:08:02 2026] DELETE /v2.0/security-groups/700e36aa-b441-497a-8976-10245d356718 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 942/1987] 10.0.0.45 () {32 vars in 739 bytes} [Tue Jun 23 07:08:02 2026] DELETE /v2.0/security-groups/8090212b-752c-48f9-bf28-98a1c47721ca => 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: 1046/1988] 10.0.0.45 () {32 vars in 773 bytes} [Tue Jun 23 07:08:02 2026] GET /v2.0/security-groups?tenant_id=a00b926c3e2c41dbafdbcc1e2d94841d&name=default => generated 2925 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 943/1989] 10.0.0.45 () {32 vars in 739 bytes} [Tue Jun 23 07:08:02 2026] DELETE /v2.0/security-groups/4b2647a9-2942-4f3e-8dd9-607365a1ffdf => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1047/1990] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:08:03 2026] GET /v2.0/ports?device_id=8fa45c30-5f34-4eb5-9ef5-f1bf18ad3f52 => generated 975 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 944/1991] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 23 07:08:03 2026] GET /v2.0/security-groups?id=4deabfa3-fe94-4652-95cd-06fc5bd2e151&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1048/1992] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:08:04 2026] GET /v2.0/ports?device_id=8fa45c30-5f34-4eb5-9ef5-f1bf18ad3f52 => generated 975 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 945/1993] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 23 07:08:04 2026] GET /v2.0/security-groups?id=4deabfa3-fe94-4652-95cd-06fc5bd2e151&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: 1049/1994] 199.204.45.140 () {34 vars in 994 bytes} [Tue Jun 23 07:08:05 2026] GET /v2.0/ports?device_id=8fa45c30-5f34-4eb5-9ef5-f1bf18ad3f52 => 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: 1050/1995] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:08:05 2026] GET /v2.0/ports?device_id=8fa45c30-5f34-4eb5-9ef5-f1bf18ad3f52 => 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: 1051/1996] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 23 07:08:05 2026] GET /v2.0/security-groups?id=4deabfa3-fe94-4652-95cd-06fc5bd2e151&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-23 07:08:06.018 8 INFO neutron_taas.services.taas.taas_plugin [req-b8a0590a-c8ed-4a74-b434-50dd59b32016 req-39ae32a5-0054-44a5-a993-6a1951bd8a5d 766be8cba7cc41a48d9ae67c3978ee0c 170254da88024a0c9c7bda2ef3090e5a - - default default] TaaS: Handle Delete Port: 64a8a7df-c2cb-43db-aa69-ea1dab475623 2026-06-23 07:08:06.021 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-b8a0590a-c8ed-4a74-b434-50dd59b32016 req-39ae32a5-0054-44a5-a993-6a1951bd8a5d 766be8cba7cc41a48d9ae67c3978ee0c 170254da88024a0c9c7bda2ef3090e5a - - default default] Tap Mirror: Handle Delete Port: 64a8a7df-c2cb-43db-aa69-ea1dab475623 2026-06-23 07:08:06.185 8 INFO neutron.db.l3_db [req-b8a0590a-c8ed-4a74-b434-50dd59b32016 req-39ae32a5-0054-44a5-a993-6a1951bd8a5d 766be8cba7cc41a48d9ae67c3978ee0c 170254da88024a0c9c7bda2ef3090e5a - - default default] Floating IP 7b2acd79-5710-4216-b9c6-5797f9775eaa disassociated. External IP: 10.96.250.205, port: 64a8a7df-c2cb-43db-aa69-ea1dab475623. [pid: 8|app: 0|req: 946/1997] 199.204.45.140 () {36 vars in 997 bytes} [Tue Jun 23 07:08:05 2026] DELETE /v2.0/ports/64a8a7df-c2cb-43db-aa69-ea1dab475623 => generated 0 bytes in 776 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-23 07:08:06.647 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f88185f1-920d-4e18-ac94-3fce10b4b448'] response: {'server_uuid': '8fa45c30-5f34-4eb5-9ef5-f1bf18ad3f52', 'name': 'network-vif-deleted', 'tag': '64a8a7df-c2cb-43db-aa69-ea1dab475623', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 948/2000] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:08:06 2026] GET /v2.0/ports?device_id=8fa45c30-5f34-4eb5-9ef5-f1bf18ad3f52 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-23 07:08:07.750 7 INFO neutron.db.segments_db [None req-eccca9d1-f67b-4aea-9b19-de8dab6cd327 b9948cbe039b4185bf43ba7430c0cda2 f0871f0bdb5f4751bd928d6efb95608f - - default default] Added segment 4ca4141e-6ea9-4009-88e4-4a8c39bbf86c of type vxlan for network 251340b3-2c46-4564-a81e-e1aae9538327 [pid: 7|app: 0|req: 1053/2001] 10.0.0.45 () {34 vars in 669 bytes} [Tue Jun 23 07:08:07 2026] POST /v2.0/networks => generated 613 bytes in 494 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-23 07:08:07.909 8 INFO neutron.db.segments_db [None req-df414bc7-2063-4e2e-95df-515caf853900 b9948cbe039b4185bf43ba7430c0cda2 f0871f0bdb5f4751bd928d6efb95608f - - default default] Added segment fc584f03-5eff-4d9a-aca1-dde12ee1352f of type vxlan for network 5e7cb004-ba4b-47f3-84ad-6e307fe34e34 [pid: 8|app: 0|req: 949/2002] 10.0.0.45 () {34 vars in 669 bytes} [Tue Jun 23 07:08:07 2026] POST /v2.0/networks => generated 613 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-23 07:08:08.075 8 INFO neutron.db.segments_db [None req-f5ac4609-6072-404f-94a6-f5438e2847a6 b9948cbe039b4185bf43ba7430c0cda2 f0871f0bdb5f4751bd928d6efb95608f - - default default] Added segment e45e698c-43e9-4756-b0a1-c37785edd5c5 of type vxlan for network 207d05ac-7af7-48f2-9904-3d8d980653cc [pid: 8|app: 0|req: 950/2003] 10.0.0.45 () {34 vars in 669 bytes} [Tue Jun 23 07:08:08 2026] POST /v2.0/networks => generated 613 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 951/2004] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:08:08 2026] GET /v2.0/ports?device_id=8fa45c30-5f34-4eb5-9ef5-f1bf18ad3f52 => 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: 1054/2005] 10.0.0.45 () {32 vars in 773 bytes} [Tue Jun 23 07:08:07 2026] GET /v2.0/security-groups?tenant_id=25a74e4beff04c3abf96082641c3ed79&name=default => generated 2925 bytes in 283 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-23 07:08:08.264 8 INFO neutron.db.segments_db [None req-c8e14a49-5e63-4423-b324-af443d9c2837 b9948cbe039b4185bf43ba7430c0cda2 f0871f0bdb5f4751bd928d6efb95608f - - default default] Added segment 7a9ade28-992a-4583-b338-2e81c9655564 of type vxlan for network 10513c40-fb26-48a4-b794-b22e7d285f8e [pid: 7|app: 0|req: 1055/2006] 10.0.0.45 () {32 vars in 739 bytes} [Tue Jun 23 07:08:08 2026] DELETE /v2.0/security-groups/a64dc09b-faeb-4266-b4de-4258b25db72f => 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: 952/2007] 10.0.0.45 () {34 vars in 669 bytes} [Tue Jun 23 07:08:08 2026] POST /v2.0/networks => generated 613 bytes in 180 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-23 07:08:08.455 7 INFO neutron.db.segments_db [None req-1ece5b3f-65b2-44ff-b11e-da5ec4e454f6 b9948cbe039b4185bf43ba7430c0cda2 f0871f0bdb5f4751bd928d6efb95608f - - default default] Added segment 40b17473-cbc9-4124-901f-e05b5cc604b2 of type vxlan for network 7894a662-be46-4043-957d-7931d531ffef [pid: 7|app: 0|req: 1056/2008] 10.0.0.45 () {34 vars in 669 bytes} [Tue Jun 23 07:08:08 2026] POST /v2.0/networks => generated 612 bytes in 185 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 953/2009] 10.0.0.45 () {32 vars in 773 bytes} [Tue Jun 23 07:08:08 2026] GET /v2.0/security-groups?tenant_id=22136244b34c4ccc8c40eec5b70f83f2&name=default => generated 2925 bytes in 156 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1057/2010] 10.0.0.45 () {34 vars in 752 bytes} [Tue Jun 23 07:08:08 2026] PUT /v2.0/networks/251340b3-2c46-4564-a81e-e1aae9538327/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: 1058/2011] 10.0.0.45 () {34 vars in 752 bytes} [Tue Jun 23 07:08:08 2026] PUT /v2.0/networks/5e7cb004-ba4b-47f3-84ad-6e307fe34e34/tags => generated 25 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 954/2012] 10.0.0.45 () {32 vars in 739 bytes} [Tue Jun 23 07:08:08 2026] DELETE /v2.0/security-groups/96968f64-a21c-4717-b13f-a1f5d72f793a => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1059/2013] 10.0.0.45 () {34 vars in 752 bytes} [Tue Jun 23 07:08:08 2026] PUT /v2.0/networks/207d05ac-7af7-48f2-9904-3d8d980653cc/tags => generated 34 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 955/2014] 10.0.0.45 () {34 vars in 752 bytes} [Tue Jun 23 07:08:08 2026] PUT /v2.0/networks/10513c40-fb26-48a4-b794-b22e7d285f8e/tags => generated 19 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1060/2015] 10.0.0.45 () {32 vars in 665 bytes} [Tue Jun 23 07:08:08 2026] GET /v2.0/networks?tags=red => generated 1857 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 956/2016] 10.0.0.45 () {32 vars in 679 bytes} [Tue Jun 23 07:08:08 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1250 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1061/2017] 10.0.0.45 () {32 vars in 675 bytes} [Tue Jun 23 07:08:08 2026] GET /v2.0/networks?tags-any=blue => generated 1250 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 957/2018] 10.0.0.45 () {32 vars in 687 bytes} [Tue Jun 23 07:08:09 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1857 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1062/2019] 10.0.0.45 () {32 vars in 673 bytes} [Tue Jun 23 07:08:09 2026] GET /v2.0/networks?not-tags=red => generated 1861 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 958/2020] 10.0.0.45 () {32 vars in 687 bytes} [Tue Jun 23 07:08:09 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2468 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1063/2021] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:08:09 2026] GET /v2.0/ports?device_id=8fa45c30-5f34-4eb5-9ef5-f1bf18ad3f52 => 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: 959/2022] 10.0.0.45 () {32 vars in 683 bytes} [Tue Jun 23 07:08:09 2026] GET /v2.0/networks?not-tags-any=blue => generated 2468 bytes in 487 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1064/2023] 10.0.0.45 () {32 vars in 695 bytes} [Tue Jun 23 07:08:09 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1861 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-23 07:08:10.011 8 INFO neutron.services.segments.plugin [-] Segment 4ca4141e-6ea9-4009-88e4-4a8c39bbf86c resource provider aggregate not found 2026-06-23 07:08:10.014 8 INFO neutron.services.segments.plugin [-] Segment 4ca4141e-6ea9-4009-88e4-4a8c39bbf86c resource provider aggregate not found [pid: 8|app: 0|req: 960/2024] 10.0.0.45 () {32 vars in 725 bytes} [Tue Jun 23 07:08:09 2026] DELETE /v2.0/networks/251340b3-2c46-4564-a81e-e1aae9538327 => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-23 07:08:10.044 8 INFO neutron.services.segments.plugin [-] Segment 4ca4141e-6ea9-4009-88e4-4a8c39bbf86c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4ca4141e-6ea9-4009-88e4-4a8c39bbf86c found for delete ", "request_id": "req-ccb7557a-80b7-4929-b761-a52b9e067b72"}]} 2026-06-23 07:08:10.045 8 INFO neutron.services.segments.plugin [-] Segment 4ca4141e-6ea9-4009-88e4-4a8c39bbf86c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4ca4141e-6ea9-4009-88e4-4a8c39bbf86c found for delete ", "request_id": "req-9a287653-c4da-4d51-a579-b5f302afa0b0"}]} 2026-06-23 07:08:10.170 7 INFO neutron.services.segments.plugin [-] Segment fc584f03-5eff-4d9a-aca1-dde12ee1352f resource provider aggregate not found 2026-06-23 07:08:10.172 7 INFO neutron.services.segments.plugin [-] Segment fc584f03-5eff-4d9a-aca1-dde12ee1352f resource provider aggregate not found 2026-06-23 07:08:10.194 7 INFO neutron.services.segments.plugin [-] Segment fc584f03-5eff-4d9a-aca1-dde12ee1352f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fc584f03-5eff-4d9a-aca1-dde12ee1352f found for delete ", "request_id": "req-eb5f0d82-27e9-4feb-b09a-ced8e657c412"}]} 2026-06-23 07:08:10.201 7 INFO neutron.services.segments.plugin [-] Segment fc584f03-5eff-4d9a-aca1-dde12ee1352f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fc584f03-5eff-4d9a-aca1-dde12ee1352f found for delete ", "request_id": "req-cf74f2ff-0ba2-4b28-bffb-abb89f375e34"}]} [pid: 7|app: 0|req: 1065/2025] 10.0.0.45 () {32 vars in 725 bytes} [Tue Jun 23 07:08:10 2026] DELETE /v2.0/networks/5e7cb004-ba4b-47f3-84ad-6e307fe34e34 => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 961/2026] 10.0.0.45 () {32 vars in 725 bytes} [Tue Jun 23 07:08:10 2026] DELETE /v2.0/networks/207d05ac-7af7-48f2-9904-3d8d980653cc => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1066/2027] 10.0.0.45 () {32 vars in 725 bytes} [Tue Jun 23 07:08:10 2026] DELETE /v2.0/networks/10513c40-fb26-48a4-b794-b22e7d285f8e => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 962/2028] 10.0.0.45 () {32 vars in 739 bytes} [Tue Jun 23 07:08:10 2026] DELETE /v2.0/security-groups/4deabfa3-fe94-4652-95cd-06fc5bd2e151 => generated 0 bytes in 164 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-23 07:08:10.672 8 INFO neutron_taas.services.taas.taas_plugin [None req-653686f8-99ea-453c-a566-6043fdcc0003 766be8cba7cc41a48d9ae67c3978ee0c 170254da88024a0c9c7bda2ef3090e5a - - default default] TaaS: Handle Delete Port: 4c74aeca-94cb-47a8-a81a-66b2bb25a870 [pid: 7|app: 0|req: 1067/2029] 10.0.0.45 () {32 vars in 725 bytes} [Tue Jun 23 07:08:10 2026] DELETE /v2.0/networks/7894a662-be46-4043-957d-7931d531ffef => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-23 07:08:10.675 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-653686f8-99ea-453c-a566-6043fdcc0003 766be8cba7cc41a48d9ae67c3978ee0c 170254da88024a0c9c7bda2ef3090e5a - - default default] Tap Mirror: Handle Delete Port: 4c74aeca-94cb-47a8-a81a-66b2bb25a870 [pid: 8|app: 0|req: 963/2030] 10.0.0.45 () {32 vars in 731 bytes} [Tue Jun 23 07:08:10 2026] DELETE /v2.0/floatingips/7b2acd79-5710-4216-b9c6-5797f9775eaa => 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: 1068/2031] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:08:11 2026] GET /v2.0/ports?device_id=7d452a22-7e8e-4a1f-b3c7-b90737a9bf79 => generated 971 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 964/2032] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 23 07:08:11 2026] GET /v2.0/security-groups?id=109733b7-a184-4578-8af7-72cb927285db&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: 1069/2033] 10.0.0.45 () {32 vars in 773 bytes} [Tue Jun 23 07:08:11 2026] GET /v2.0/security-groups?tenant_id=fe8f6efb056c49bca9fd1380b25c0dd1&name=default => generated 2925 bytes in 286 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 965/2034] 10.0.0.45 () {32 vars in 739 bytes} [Tue Jun 23 07:08:11 2026] DELETE /v2.0/security-groups/1b247ba4-41e1-4585-a14f-77e485963ac3 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-23 07:08:12.063 8 INFO neutron.services.segments.plugin [-] Segment e45e698c-43e9-4756-b0a1-c37785edd5c5 resource provider aggregate not found 2026-06-23 07:08:12.068 8 INFO neutron.services.segments.plugin [-] Segment e45e698c-43e9-4756-b0a1-c37785edd5c5 resource provider aggregate not found 2026-06-23 07:08:12.081 8 INFO neutron.services.segments.plugin [-] Segment e45e698c-43e9-4756-b0a1-c37785edd5c5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e45e698c-43e9-4756-b0a1-c37785edd5c5 found for delete ", "request_id": "req-9cbe27d1-7e8c-493a-a245-a3451beca257"}]} 2026-06-23 07:08:12.085 8 INFO neutron.services.segments.plugin [-] Segment e45e698c-43e9-4756-b0a1-c37785edd5c5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e45e698c-43e9-4756-b0a1-c37785edd5c5 found for delete ", "request_id": "req-87448508-3c0a-431c-bff1-ccafce225cc6"}]} 2026-06-23 07:08:12.219 7 INFO neutron.services.segments.plugin [-] Segment 7a9ade28-992a-4583-b338-2e81c9655564 resource provider aggregate not found 2026-06-23 07:08:12.224 7 INFO neutron.services.segments.plugin [-] Segment 7a9ade28-992a-4583-b338-2e81c9655564 resource provider aggregate not found 2026-06-23 07:08:12.239 7 INFO neutron.services.segments.plugin [-] Segment 7a9ade28-992a-4583-b338-2e81c9655564 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7a9ade28-992a-4583-b338-2e81c9655564 found for delete ", "request_id": "req-69daab45-2908-407d-a4af-3623cece9b22"}]} 2026-06-23 07:08:12.243 7 INFO neutron.services.segments.plugin [-] Segment 7a9ade28-992a-4583-b338-2e81c9655564 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7a9ade28-992a-4583-b338-2e81c9655564 found for delete ", "request_id": "req-0769192d-58ff-4693-bbae-886aebab2299"}]} [pid: 7|app: 0|req: 1070/2035] 10.0.0.45 () {32 vars in 773 bytes} [Tue Jun 23 07:08:12 2026] GET /v2.0/security-groups?tenant_id=6e3813ea6d904de08adc4ff24190db25&name=default => generated 2925 bytes in 189 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-23 07:08:12.259 7 INFO neutron.services.segments.plugin [-] Segment 40b17473-cbc9-4124-901f-e05b5cc604b2 resource provider aggregate not found 2026-06-23 07:08:12.270 7 INFO neutron.services.segments.plugin [-] Segment 40b17473-cbc9-4124-901f-e05b5cc604b2 resource provider aggregate not found 2026-06-23 07:08:12.279 7 INFO neutron.services.segments.plugin [-] Segment 40b17473-cbc9-4124-901f-e05b5cc604b2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 40b17473-cbc9-4124-901f-e05b5cc604b2 found for delete ", "request_id": "req-fba95654-b40b-4340-a325-497e539e8fc3"}]} 2026-06-23 07:08:12.285 7 INFO neutron.services.segments.plugin [-] Segment 40b17473-cbc9-4124-901f-e05b5cc604b2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 40b17473-cbc9-4124-901f-e05b5cc604b2 found for delete ", "request_id": "req-a3d65fa2-d645-4a75-85dd-41051b964a63"}]} [pid: 8|app: 0|req: 966/2036] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:08:12 2026] GET /v2.0/ports?device_id=7d452a22-7e8e-4a1f-b3c7-b90737a9bf79 => generated 971 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 967/2037] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 23 07:08:12 2026] GET /v2.0/security-groups?id=109733b7-a184-4578-8af7-72cb927285db&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: 1071/2038] 10.0.0.45 () {32 vars in 739 bytes} [Tue Jun 23 07:08:12 2026] DELETE /v2.0/security-groups/6b07cc13-9007-4707-a033-9f989adf0ff5 => 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: 968/2039] 10.0.0.45 () {32 vars in 773 bytes} [Tue Jun 23 07:08:12 2026] GET /v2.0/security-groups?tenant_id=f0871f0bdb5f4751bd928d6efb95608f&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: 1072/2040] 10.0.0.45 () {32 vars in 739 bytes} [Tue Jun 23 07:08:12 2026] DELETE /v2.0/security-groups/78cf5dc7-bbb7-40ce-aee8-a165baf896c6 => 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: 969/2041] 10.0.0.204 () {32 vars in 801 bytes} [Tue Jun 23 07:08:12 2026] GET /v2.0/extensions => generated 21537 bytes in 178 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1073/2042] 10.0.0.204 () {30 vars in 724 bytes} [Tue Jun 23 07:08:13 2026] GET /v2.0/quotas/c52e30cbd65640d98403adcf21db1f89/details => generated 847 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 970/2043] 199.204.45.140 () {34 vars in 994 bytes} [Tue Jun 23 07:08:13 2026] GET /v2.0/ports?device_id=7d452a22-7e8e-4a1f-b3c7-b90737a9bf79 => 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: 1074/2044] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:08:13 2026] GET /v2.0/ports?device_id=7d452a22-7e8e-4a1f-b3c7-b90737a9bf79 => 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: 1075/2045] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 23 07:08:13 2026] GET /v2.0/security-groups?id=109733b7-a184-4578-8af7-72cb927285db&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-23 07:08:13.590 8 INFO neutron_taas.services.taas.taas_plugin [req-a9713564-0973-4ae9-95f6-58334bf758dc req-7bb11326-b5ec-4939-8aeb-4a9783c9e7d3 766be8cba7cc41a48d9ae67c3978ee0c 170254da88024a0c9c7bda2ef3090e5a - - default default] TaaS: Handle Delete Port: a5e76210-439e-4ed8-893f-9dfaad1dfee4 2026-06-23 07:08:13.593 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-a9713564-0973-4ae9-95f6-58334bf758dc req-7bb11326-b5ec-4939-8aeb-4a9783c9e7d3 766be8cba7cc41a48d9ae67c3978ee0c 170254da88024a0c9c7bda2ef3090e5a - - default default] Tap Mirror: Handle Delete Port: a5e76210-439e-4ed8-893f-9dfaad1dfee4 [pid: 8|app: 0|req: 971/2046] 199.204.45.140 () {36 vars in 997 bytes} [Tue Jun 23 07:08:13 2026] DELETE /v2.0/ports/a5e76210-439e-4ed8-893f-9dfaad1dfee4 => generated 0 bytes in 297 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-23 07:08:13.817 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-5ba82ded-06ad-4f4d-a066-925973536755'] response: {'server_uuid': '7d452a22-7e8e-4a1f-b3c7-b90737a9bf79', 'name': 'network-vif-deleted', 'tag': 'a5e76210-439e-4ed8-893f-9dfaad1dfee4', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1076/2047] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:08:14 2026] GET /v2.0/ports?device_id=7d452a22-7e8e-4a1f-b3c7-b90737a9bf79 => 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: 972/2048] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:08:15 2026] GET /v2.0/ports?device_id=7d452a22-7e8e-4a1f-b3c7-b90737a9bf79 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1077/2049] 10.0.0.204 () {32 vars in 801 bytes} [Tue Jun 23 07:08:16 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: 973/2050] 10.0.0.204 () {30 vars in 724 bytes} [Tue Jun 23 07:08:16 2026] GET /v2.0/quotas/c52e30cbd65640d98403adcf21db1f89/details => generated 847 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1078/2051] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:08:16 2026] GET /v2.0/ports?device_id=7d452a22-7e8e-4a1f-b3c7-b90737a9bf79 => 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: 974/2052] 10.0.0.45 () {34 vars in 683 bytes} [Tue Jun 23 07:08:17 2026] POST /v2.0/security-groups => generated 1601 bytes in 309 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1079/2053] 10.0.0.45 () {34 vars in 683 bytes} [Tue Jun 23 07:08:17 2026] POST /v2.0/security-groups => generated 1601 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 975/2054] 10.0.0.45 () {34 vars in 683 bytes} [Tue Jun 23 07:08:17 2026] POST /v2.0/security-groups => generated 1601 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1080/2055] 10.0.0.45 () {34 vars in 683 bytes} [Tue Jun 23 07:08:17 2026] POST /v2.0/security-groups => generated 1601 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 976/2056] 10.0.0.45 () {34 vars in 683 bytes} [Tue Jun 23 07:08:17 2026] POST /v2.0/security-groups => generated 1601 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1081/2057] 10.0.0.45 () {34 vars in 766 bytes} [Tue Jun 23 07:08:17 2026] PUT /v2.0/security-groups/e98f909d-a6be-48dd-aa5d-560498797e3f/tags => generated 17 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 977/2058] 10.0.0.45 () {34 vars in 766 bytes} [Tue Jun 23 07:08:17 2026] PUT /v2.0/security-groups/e94edd6a-387b-4df4-96cc-d33c8b2f7317/tags => generated 25 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1082/2059] 10.0.0.45 () {34 vars in 766 bytes} [Tue Jun 23 07:08:18 2026] PUT /v2.0/security-groups/1e619168-dbe1-4b53-a76f-ea67aacd9995/tags => generated 34 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1083/2060] 10.0.0.45 () {34 vars in 766 bytes} [Tue Jun 23 07:08:18 2026] PUT /v2.0/security-groups/f98dc10c-eec1-42a9-a96d-f4e44cb07f67/tags => generated 19 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1084/2061] 10.0.0.45 () {32 vars in 679 bytes} [Tue Jun 23 07:08:18 2026] GET /v2.0/security-groups?tags=red => generated 4804 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 978/2062] 10.0.0.45 () {32 vars in 739 bytes} [Tue Jun 23 07:08:18 2026] DELETE /v2.0/security-groups/109733b7-a184-4578-8af7-72cb927285db => generated 0 bytes in 134 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1085/2063] 10.0.0.45 () {32 vars in 693 bytes} [Tue Jun 23 07:08:18 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3218 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1086/2064] 10.0.0.45 () {32 vars in 689 bytes} [Tue Jun 23 07:08:18 2026] GET /v2.0/security-groups?tags-any=blue => generated 3218 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1087/2065] 10.0.0.45 () {32 vars in 701 bytes} [Tue Jun 23 07:08:18 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4804 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1088/2066] 10.0.0.45 () {32 vars in 687 bytes} [Tue Jun 23 07:08:18 2026] GET /v2.0/security-groups?not-tags=red => generated 6094 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1089/2067] 10.0.0.45 () {32 vars in 701 bytes} [Tue Jun 23 07:08:18 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7680 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1090/2068] 10.0.0.45 () {32 vars in 697 bytes} [Tue Jun 23 07:08:18 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: 1091/2069] 10.0.0.45 () {32 vars in 709 bytes} [Tue Jun 23 07:08:18 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6094 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1092/2070] 10.0.0.45 () {32 vars in 739 bytes} [Tue Jun 23 07:08:18 2026] DELETE /v2.0/security-groups/e98f909d-a6be-48dd-aa5d-560498797e3f => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-23 07:08:18.676 8 INFO neutron_taas.services.taas.taas_plugin [None req-e4232c6e-713e-46f3-8b94-15ded0d8880f 766be8cba7cc41a48d9ae67c3978ee0c 170254da88024a0c9c7bda2ef3090e5a - - default default] TaaS: Handle Delete Port: a438f48d-8254-44ed-9977-02fb55a28219 2026-06-23 07:08:18.680 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e4232c6e-713e-46f3-8b94-15ded0d8880f 766be8cba7cc41a48d9ae67c3978ee0c 170254da88024a0c9c7bda2ef3090e5a - - default default] Tap Mirror: Handle Delete Port: a438f48d-8254-44ed-9977-02fb55a28219 [pid: 7|app: 0|req: 1093/2071] 10.0.0.45 () {32 vars in 739 bytes} [Tue Jun 23 07:08:18 2026] DELETE /v2.0/security-groups/e94edd6a-387b-4df4-96cc-d33c8b2f7317 => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1094/2072] 10.0.0.45 () {32 vars in 739 bytes} [Tue Jun 23 07:08:18 2026] DELETE /v2.0/security-groups/1e619168-dbe1-4b53-a76f-ea67aacd9995 => 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: 1095/2073] 10.0.0.45 () {32 vars in 739 bytes} [Tue Jun 23 07:08:18 2026] DELETE /v2.0/security-groups/f98dc10c-eec1-42a9-a96d-f4e44cb07f67 => 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: 1096/2074] 10.0.0.45 () {32 vars in 739 bytes} [Tue Jun 23 07:08:18 2026] DELETE /v2.0/security-groups/f6c20d58-0218-4edc-bece-05ccd5b816cf => 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: 979/2075] 10.0.0.45 () {34 vars in 788 bytes} [Tue Jun 23 07:08:18 2026] PUT /v2.0/routers/b400831f-3383-4980-a15e-6f823ad38030/remove_router_interface => generated 309 bytes in 1178 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1097/2076] 10.0.0.45 () {32 vars in 723 bytes} [Tue Jun 23 07:08:19 2026] DELETE /v2.0/subnets/d802ad29-6b4a-4197-bab0-34ee04c4dfde => generated 0 bytes in 199 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-23 07:08:19.841 8 INFO neutron_taas.services.taas.taas_plugin [None req-960fd448-26a2-4e58-b8c7-cc1b42a5237b 766be8cba7cc41a48d9ae67c3978ee0c 170254da88024a0c9c7bda2ef3090e5a - - default default] TaaS: Handle Delete Port: 0b5a6dad-faeb-4a13-8772-029061050819 2026-06-23 07:08:19.844 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-960fd448-26a2-4e58-b8c7-cc1b42a5237b 766be8cba7cc41a48d9ae67c3978ee0c 170254da88024a0c9c7bda2ef3090e5a - - default default] Tap Mirror: Handle Delete Port: 0b5a6dad-faeb-4a13-8772-029061050819 2026-06-23 07:08:20.184 8 INFO neutron_taas.services.taas.taas_plugin [None req-960fd448-26a2-4e58-b8c7-cc1b42a5237b 766be8cba7cc41a48d9ae67c3978ee0c 170254da88024a0c9c7bda2ef3090e5a - - default default] TaaS: Handle Delete Port: 0913ad64-5ec6-4ba1-9d47-85d717554595 2026-06-23 07:08:20.187 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-960fd448-26a2-4e58-b8c7-cc1b42a5237b 766be8cba7cc41a48d9ae67c3978ee0c 170254da88024a0c9c7bda2ef3090e5a - - default default] Tap Mirror: Handle Delete Port: 0913ad64-5ec6-4ba1-9d47-85d717554595 [pid: 7|app: 0|req: 1098/2077] 10.0.0.45 () {32 vars in 773 bytes} [Tue Jun 23 07:08:19 2026] GET /v2.0/security-groups?tenant_id=57a5048f922a45e8aae009b6b7aae719&name=default => generated 2925 bytes in 369 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1099/2078] 10.0.0.45 () {32 vars in 773 bytes} [Tue Jun 23 07:08:20 2026] GET /v2.0/security-groups?tenant_id=c52e30cbd65640d98403adcf21db1f89&name=default => generated 2925 bytes in 220 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1100/2079] 10.0.0.45 () {32 vars in 739 bytes} [Tue Jun 23 07:08:20 2026] DELETE /v2.0/security-groups/5544d99e-dfe3-455d-885a-359f409bfd76 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-23 07:08:20.662 8 INFO neutron.services.segments.plugin [-] Segment 01a41537-29a0-4903-b631-5f1edd405de9 resource provider aggregate not found 2026-06-23 07:08:20.668 8 INFO neutron.services.segments.plugin [-] Segment 01a41537-29a0-4903-b631-5f1edd405de9 resource provider aggregate not found 2026-06-23 07:08:20.685 8 INFO neutron.services.segments.plugin [-] Segment 01a41537-29a0-4903-b631-5f1edd405de9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 01a41537-29a0-4903-b631-5f1edd405de9 found for delete ", "request_id": "req-90f525c0-b2f5-4bc5-a6c1-95ab289608b3"}]} 2026-06-23 07:08:20.693 8 INFO neutron.services.segments.plugin [-] Segment 01a41537-29a0-4903-b631-5f1edd405de9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 01a41537-29a0-4903-b631-5f1edd405de9 found for delete ", "request_id": "req-d586049e-14d7-419c-a80f-6d2aeaec21ac"}]} 2026-06-23 07:08:20.708 8 INFO neutron.db.l3_hamode_db [None req-960fd448-26a2-4e58-b8c7-cc1b42a5237b 766be8cba7cc41a48d9ae67c3978ee0c 170254da88024a0c9c7bda2ef3090e5a - - default default] HA network 3ff19982-cd86-4cd8-8b5d-83f565f4f25e was deleted as no HA routers are present in tenant 170254da88024a0c9c7bda2ef3090e5a. [pid: 8|app: 0|req: 980/2080] 10.0.0.45 () {32 vars in 723 bytes} [Tue Jun 23 07:08:19 2026] DELETE /v2.0/routers/b400831f-3383-4980-a15e-6f823ad38030 => generated 0 bytes in 1097 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1101/2081] 10.0.0.45 () {32 vars in 739 bytes} [Tue Jun 23 07:08:20 2026] DELETE /v2.0/security-groups/3fdf3029-2eba-43a1-871c-b99327951ad8 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-23 07:08:20.825 8 INFO neutron_taas.services.taas.taas_plugin [None req-abf0ee0c-760f-4263-b20b-1adfa7bcab5b 766be8cba7cc41a48d9ae67c3978ee0c 170254da88024a0c9c7bda2ef3090e5a - - default default] TaaS: Handle Delete Port: ff0c01d3-27d9-45c9-93e1-144f5ad89c24 2026-06-23 07:08:20.827 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-abf0ee0c-760f-4263-b20b-1adfa7bcab5b 766be8cba7cc41a48d9ae67c3978ee0c 170254da88024a0c9c7bda2ef3090e5a - - default default] Tap Mirror: Handle Delete Port: ff0c01d3-27d9-45c9-93e1-144f5ad89c24 [pid: 7|app: 0|req: 1102/2082] 10.0.0.45 () {32 vars in 773 bytes} [Tue Jun 23 07:08:20 2026] GET /v2.0/security-groups?tenant_id=a5be726d7376476b892c017f9e85b331&name=default => generated 2925 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 981/2083] 10.0.0.45 () {32 vars in 725 bytes} [Tue Jun 23 07:08:20 2026] DELETE /v2.0/networks/e50dd392-ff75-42dc-ac01-8bf244351bcc => generated 0 bytes in 242 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1103/2084] 10.0.0.45 () {32 vars in 739 bytes} [Tue Jun 23 07:08:20 2026] DELETE /v2.0/security-groups/449ac25b-0936-4dc8-8b3c-68a6a592bb64 => 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: 982/2085] 10.0.0.45 () {32 vars in 773 bytes} [Tue Jun 23 07:08:21 2026] GET /v2.0/security-groups?tenant_id=c2656fc5ef5849f4aa8752e5b41faad7&name=default => generated 2925 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1104/2086] 10.0.0.45 () {32 vars in 739 bytes} [Tue Jun 23 07:08:21 2026] DELETE /v2.0/security-groups/f9ed29f8-d0bd-472e-9a5b-316c8258e54f => 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: 983/2089] 10.0.0.45 () {32 vars in 773 bytes} [Tue Jun 23 07:08:21 2026] GET /v2.0/security-groups?tenant_id=01f92eb3b5924221aa254464b234f251&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: 1107/2090] 10.0.0.45 () {32 vars in 739 bytes} [Tue Jun 23 07:08:21 2026] DELETE /v2.0/security-groups/83643018-0605-444a-9213-ef0a44a65a3c => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 984/2091] 10.0.0.45 () {32 vars in 773 bytes} [Tue Jun 23 07:08:22 2026] GET /v2.0/security-groups?tenant_id=170254da88024a0c9c7bda2ef3090e5a&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: 1108/2092] 10.0.0.45 () {32 vars in 739 bytes} [Tue Jun 23 07:08:22 2026] DELETE /v2.0/security-groups/a3dd5e07-c66a-4b81-83e1-f46db25990fe => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-23 07:08:22.703 8 INFO neutron.services.segments.plugin [-] Segment 95c869ed-ebce-4e85-af43-e8cb91610b8f resource provider aggregate not found 2026-06-23 07:08:22.711 8 INFO neutron.services.segments.plugin [-] Segment 95c869ed-ebce-4e85-af43-e8cb91610b8f resource provider aggregate not found 2026-06-23 07:08:22.721 8 INFO neutron.services.segments.plugin [-] Segment 95c869ed-ebce-4e85-af43-e8cb91610b8f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 95c869ed-ebce-4e85-af43-e8cb91610b8f found for delete ", "request_id": "req-cbf8962b-9bd6-4273-87d6-ab976cf8a582"}]} 2026-06-23 07:08:22.726 8 INFO neutron.services.segments.plugin [-] Segment 95c869ed-ebce-4e85-af43-e8cb91610b8f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 95c869ed-ebce-4e85-af43-e8cb91610b8f found for delete ", "request_id": "req-0191a88b-7abd-4d3f-880e-aff62eb0869a"}]} 2026-06-23 07:08:24.324 8 INFO neutron.db.segments_db [None req-526f4e6f-72e4-45e0-bba6-75c83a0c5480 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] Added segment 74ccf365-b218-4def-b64c-706523453753 of type vxlan for network 24aafc30-7993-4f77-ad79-f150b14e3a28 [pid: 8|app: 0|req: 985/2093] 10.0.0.45 () {34 vars in 670 bytes} [Tue Jun 23 07:08:23 2026] POST /v2.0/networks => generated 721 bytes in 519 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1109/2094] 10.0.0.45 () {34 vars in 668 bytes} [Tue Jun 23 07:08:24 2026] POST /v2.0/subnets => generated 687 bytes in 203 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-23 07:08:24.676 8 INFO neutron.db.segments_db [None req-43024ca4-1a23-45fb-82b3-0c58302e0ea7 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] Added segment 17694a68-cffb-4b43-a9ba-3b59cab88155 of type vxlan for network bcea1a74-58ff-458b-87d7-4cb3278c37de [pid: 7|app: 0|req: 1110/2095] 10.0.0.45 () {34 vars in 677 bytes} [Tue Jun 23 07:08:24 2026] POST /v2.0/qos/policies => generated 359 bytes in 269 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-23 07:08:24.960 8 INFO neutron.db.l3_hamode_db [None req-43024ca4-1a23-45fb-82b3-0c58302e0ea7 11f9e573eed2441388928bca76ba2e15 67d103cf62854003977439717c8446c1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1111/2096] 10.0.0.45 () {34 vars in 752 bytes} [Tue Jun 23 07:08:24 2026] PUT /v2.0/policies/26086573-be90-45c0-842a-25462499538b/tags => generated 25 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1112/2097] 10.0.0.45 () {32 vars in 732 bytes} [Tue Jun 23 07:08:25 2026] GET /v2.0/policies/26086573-be90-45c0-842a-25462499538b/tags => generated 25 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1113/2098] 10.0.0.45 () {34 vars in 677 bytes} [Tue Jun 23 07:08:25 2026] POST /v2.0/qos/policies => generated 359 bytes in 68 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1114/2099] 10.0.0.45 () {34 vars in 763 bytes} [Tue Jun 23 07:08:25 2026] PUT /v2.0/policies/26086573-be90-45c0-842a-25462499538b/tags/green => generated 4 bytes in 48 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1115/2100] 10.0.0.45 () {34 vars in 677 bytes} [Tue Jun 23 07:08:25 2026] POST /v2.0/qos/policies => generated 359 bytes in 38 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1116/2101] 10.0.0.45 () {32 vars in 732 bytes} [Tue Jun 23 07:08:25 2026] GET /v2.0/policies/26086573-be90-45c0-842a-25462499538b/tags => generated 34 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1117/2102] 10.0.0.45 () {34 vars in 677 bytes} [Tue Jun 23 07:08:25 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: 1118/2103] 10.0.0.45 () {34 vars in 759 bytes} [Tue Jun 23 07:08:25 2026] PUT /v2.0/policies/26086573-be90-45c0-842a-25462499538b/tags/red => generated 4 bytes in 43 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1119/2104] 10.0.0.45 () {34 vars in 677 bytes} [Tue Jun 23 07:08:25 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: 7|app: 0|req: 1120/2105] 10.0.0.45 () {32 vars in 732 bytes} [Tue Jun 23 07:08:25 2026] GET /v2.0/policies/26086573-be90-45c0-842a-25462499538b/tags => generated 34 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1121/2106] 10.0.0.45 () {34 vars in 677 bytes} [Tue Jun 23 07:08:25 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: 1122/2107] 10.0.0.45 () {34 vars in 781 bytes} [Tue Jun 23 07:08:25 2026] PUT /v2.0/policies/26086573-be90-45c0-842a-25462499538b/tags/black.or.white => generated 4 bytes in 49 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1123/2108] 10.0.0.45 () {34 vars in 752 bytes} [Tue Jun 23 07:08:25 2026] PUT /v2.0/policies/224d8a3e-99c9-4fb3-b0e0-f2a584dce833/tags => generated 17 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1124/2109] 10.0.0.45 () {32 vars in 732 bytes} [Tue Jun 23 07:08:25 2026] GET /v2.0/policies/26086573-be90-45c0-842a-25462499538b/tags => generated 52 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1125/2110] 10.0.0.45 () {34 vars in 752 bytes} [Tue Jun 23 07:08:25 2026] PUT /v2.0/policies/1f10d8c8-4e08-4d02-a6b3-5cb76f5a4090/tags => generated 25 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1126/2111] 10.0.0.45 () {34 vars in 752 bytes} [Tue Jun 23 07:08:25 2026] PUT /v2.0/policies/26086573-be90-45c0-842a-25462499538b/tags => generated 37 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1127/2112] 10.0.0.45 () {34 vars in 752 bytes} [Tue Jun 23 07:08:25 2026] PUT /v2.0/policies/7a729790-5f98-46da-9d07-133770097e25/tags => generated 34 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1128/2113] 10.0.0.45 () {32 vars in 732 bytes} [Tue Jun 23 07:08:25 2026] GET /v2.0/policies/26086573-be90-45c0-842a-25462499538b/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: 1129/2114] 10.0.0.45 () {34 vars in 752 bytes} [Tue Jun 23 07:08:25 2026] PUT /v2.0/policies/b1ea453e-282f-47cb-a15c-890af6a3bb9c/tags => generated 19 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1130/2115] 10.0.0.45 () {32 vars in 740 bytes} [Tue Jun 23 07:08:25 2026] GET /v2.0/policies/26086573-be90-45c0-842a-25462499538b/tags/red => generated 0 bytes in 35 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-23 07:08:25.859 8 INFO neutron.db.l3_hamode_db [None req-43024ca4-1a23-45fb-82b3-0c58302e0ea7 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-23 07:08:25.861 7 INFO neutron.api.v2.resource [None req-ca7e96d2-ffc0-4600-a88f-9d0c906a080b 1078a27450ea44118c37b1bd91c13e62 29c65a1da32945ada33ad875bae10922 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1131/2116] 10.0.0.45 () {32 vars in 744 bytes} [Tue Jun 23 07:08:25 2026] GET /v2.0/policies/26086573-be90-45c0-842a-25462499538b/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: 1132/2117] 10.0.0.45 () {32 vars in 743 bytes} [Tue Jun 23 07:08:25 2026] DELETE /v2.0/policies/26086573-be90-45c0-842a-25462499538b/tags/red => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1133/2118] 10.0.0.45 () {32 vars in 732 bytes} [Tue Jun 23 07:08:25 2026] GET /v2.0/policies/26086573-be90-45c0-842a-25462499538b/tags => generated 30 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-23 07:08:26.025 7 INFO neutron.api.v2.resource [None req-23299c1c-e15a-46de-b4b6-e80b137a4804 1078a27450ea44118c37b1bd91c13e62 29c65a1da32945ada33ad875bae10922 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1134/2119] 10.0.0.45 () {32 vars in 747 bytes} [Tue Jun 23 07:08:25 2026] DELETE /v2.0/policies/26086573-be90-45c0-842a-25462499538b/tags/green => generated 99 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1135/2120] 10.0.0.45 () {32 vars in 735 bytes} [Tue Jun 23 07:08:26 2026] DELETE /v2.0/policies/26086573-be90-45c0-842a-25462499538b/tags => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1136/2121] 10.0.0.45 () {32 vars in 732 bytes} [Tue Jun 23 07:08:26 2026] GET /v2.0/policies/26086573-be90-45c0-842a-25462499538b/tags => 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: 1137/2122] 10.0.0.45 () {32 vars in 733 bytes} [Tue Jun 23 07:08:26 2026] DELETE /v2.0/qos/policies/26086573-be90-45c0-842a-25462499538b => 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: 1138/2123] 10.0.0.45 () {32 vars in 673 bytes} [Tue Jun 23 07:08:26 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1139/2124] 10.0.0.45 () {32 vars in 687 bytes} [Tue Jun 23 07:08:26 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1140/2125] 10.0.0.45 () {32 vars in 683 bytes} [Tue Jun 23 07:08:26 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1141/2126] 10.0.0.45 () {32 vars in 695 bytes} [Tue Jun 23 07:08:26 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1142/2127] 10.0.0.45 () {32 vars in 681 bytes} [Tue Jun 23 07:08:26 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1143/2128] 10.0.0.45 () {32 vars in 695 bytes} [Tue Jun 23 07:08:26 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1144/2129] 10.0.0.45 () {32 vars in 691 bytes} [Tue Jun 23 07:08:26 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1145/2130] 10.0.0.45 () {32 vars in 703 bytes} [Tue Jun 23 07:08:26 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1146/2131] 10.0.0.45 () {32 vars in 733 bytes} [Tue Jun 23 07:08:26 2026] DELETE /v2.0/qos/policies/224d8a3e-99c9-4fb3-b0e0-f2a584dce833 => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 986/2132] 10.0.0.45 () {34 vars in 668 bytes} [Tue Jun 23 07:08:24 2026] POST /v2.0/routers => generated 727 bytes in 2264 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1147/2133] 10.0.0.45 () {32 vars in 733 bytes} [Tue Jun 23 07:08:26 2026] DELETE /v2.0/qos/policies/1f10d8c8-4e08-4d02-a6b3-5cb76f5a4090 => 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: 987/2134] 10.0.0.45 () {32 vars in 773 bytes} [Tue Jun 23 07:08:26 2026] GET /v2.0/security-groups?tenant_id=29c65a1da32945ada33ad875bae10922&name=default => generated 2925 bytes in 265 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 988/2135] 10.0.0.45 () {32 vars in 733 bytes} [Tue Jun 23 07:08:27 2026] DELETE /v2.0/qos/policies/7a729790-5f98-46da-9d07-133770097e25 => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 989/2136] 10.0.0.45 () {32 vars in 739 bytes} [Tue Jun 23 07:08:27 2026] DELETE /v2.0/security-groups/a0faa02b-62a4-4b21-91e9-57c696c805b7 => 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: 990/2137] 10.0.0.45 () {32 vars in 733 bytes} [Tue Jun 23 07:08:27 2026] DELETE /v2.0/qos/policies/b1ea453e-282f-47cb-a15c-890af6a3bb9c => 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: 991/2138] 10.0.0.45 () {32 vars in 733 bytes} [Tue Jun 23 07:08:27 2026] DELETE /v2.0/qos/policies/b479167f-b05b-42ab-aad4-5a806f84d7b7 => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 992/2139] 10.0.0.45 () {32 vars in 773 bytes} [Tue Jun 23 07:08:27 2026] GET /v2.0/security-groups?tenant_id=0cfb8797b3564ad189bb3d9f90034b98&name=default => generated 2925 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 993/2140] 10.0.0.45 () {32 vars in 739 bytes} [Tue Jun 23 07:08:27 2026] DELETE /v2.0/security-groups/577c2013-fb08-4856-acaa-df26897f0779 => 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: 1148/2141] 10.0.0.45 () {34 vars in 782 bytes} [Tue Jun 23 07:08:26 2026] PUT /v2.0/routers/8caa4b34-1069-40fe-af1e-7d1754fdca53/add_router_interface => generated 309 bytes in 1430 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 994/2142] 10.0.0.45 () {32 vars in 773 bytes} [Tue Jun 23 07:08:28 2026] GET /v2.0/security-groups?tenant_id=1ca44517b0c64419ab78939316b95a74&name=default => generated 2925 bytes in 273 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1149/2143] 10.0.0.45 () {32 vars in 739 bytes} [Tue Jun 23 07:08:28 2026] DELETE /v2.0/security-groups/ab4d53e9-f244-4a62-9451-cf819dcbae91 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 995/2144] 10.0.0.45 () {32 vars in 773 bytes} [Tue Jun 23 07:08:28 2026] GET /v2.0/security-groups?tenant_id=c734520ca0484a26bd11a96b65e66b13&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: 1150/2145] 10.0.0.45 () {32 vars in 739 bytes} [Tue Jun 23 07:08:29 2026] DELETE /v2.0/security-groups/9b8fa53a-0fc8-461b-a797-2fe6536da83f => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 996/2146] 10.0.0.45 () {32 vars in 773 bytes} [Tue Jun 23 07:08:29 2026] GET /v2.0/security-groups?tenant_id=e67f68e6f2c743f58c549439ec7c45cd&name=default => generated 2925 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1151/2147] 10.0.0.45 () {32 vars in 739 bytes} [Tue Jun 23 07:08:29 2026] DELETE /v2.0/security-groups/2d4d1bc8-66b0-41dd-98c2-8623ac9b5785 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-23 07:08:29.853 8 INFO neutron.db.segments_db [None req-44882531-461e-484f-ab53-2f0fba48f8f2 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] Added segment 79551253-a53a-43c5-8aaa-300a7d0bfb10 of type vxlan for network 557f963f-3465-470d-a1d3-12a13e72b553 [pid: 8|app: 0|req: 997/2148] 10.0.0.45 () {34 vars in 670 bytes} [Tue Jun 23 07:08:29 2026] POST /v2.0/networks => generated 722 bytes in 297 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1152/2149] 10.0.0.45 () {34 vars in 668 bytes} [Tue Jun 23 07:08:29 2026] POST /v2.0/subnets => generated 688 bytes in 229 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-23 07:08:30.266 8 INFO neutron.db.segments_db [None req-eebe2eee-5551-4731-9410-32595e2d6b4b 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] Added segment 06a7db29-7224-4f57-9ebb-d0e7f6fcc562 of type vxlan for network a2650683-42fe-4abd-851a-d648cfbcd7d8 2026-06-23 07:08:30.571 8 INFO neutron.db.l3_hamode_db [None req-eebe2eee-5551-4731-9410-32595e2d6b4b 11f9e573eed2441388928bca76ba2e15 b8a4e2dcd65b47f39e281d96d9a89151 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-23 07:08:31.500 8 INFO neutron.db.l3_hamode_db [None req-eebe2eee-5551-4731-9410-32595e2d6b4b 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-23 07:08:31.574 7 INFO neutron.db.segments_db [None req-2583c2e1-5f97-4667-9550-514108df12c9 c894539c517248a0b270c06f3a4de220 1aada5c25015454f93e682b76055a82c - - default default] Added segment cbb29762-f2ea-4576-97dd-d040d56273c8 of type vxlan for network 0a87a0d7-33f0-4a54-b6ad-c2e7537cd99c 2026-06-23 07:08:31.851 7 INFO neutron.db.l3_hamode_db [None req-2583c2e1-5f97-4667-9550-514108df12c9 c894539c517248a0b270c06f3a4de220 1aada5c25015454f93e682b76055a82c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-23 07:08:32.011 7 INFO neutron.db.l3_hamode_db [None req-2583c2e1-5f97-4667-9550-514108df12c9 c894539c517248a0b270c06f3a4de220 1aada5c25015454f93e682b76055a82c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 998/2150] 10.0.0.45 () {34 vars in 668 bytes} [Tue Jun 23 07:08:30 2026] POST /v2.0/routers => generated 728 bytes in 2299 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1153/2151] 10.0.0.45 () {34 vars in 667 bytes} [Tue Jun 23 07:08:31 2026] POST /v2.0/routers => generated 474 bytes in 1424 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1154/2152] 10.0.0.45 () {34 vars in 750 bytes} [Tue Jun 23 07:08:32 2026] PUT /v2.0/routers/317f375b-189f-4e98-9fae-c1a0da230d36/tags => generated 25 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1155/2153] 10.0.0.45 () {32 vars in 730 bytes} [Tue Jun 23 07:08:32 2026] GET /v2.0/routers/317f375b-189f-4e98-9fae-c1a0da230d36/tags => generated 25 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1156/2154] 10.0.0.45 () {34 vars in 761 bytes} [Tue Jun 23 07:08:32 2026] PUT /v2.0/routers/317f375b-189f-4e98-9fae-c1a0da230d36/tags/green => generated 4 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1157/2155] 10.0.0.45 () {32 vars in 730 bytes} [Tue Jun 23 07:08:33 2026] GET /v2.0/routers/317f375b-189f-4e98-9fae-c1a0da230d36/tags => generated 34 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1158/2156] 10.0.0.45 () {34 vars in 757 bytes} [Tue Jun 23 07:08:33 2026] PUT /v2.0/routers/317f375b-189f-4e98-9fae-c1a0da230d36/tags/red => generated 4 bytes in 559 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1159/2157] 10.0.0.45 () {32 vars in 730 bytes} [Tue Jun 23 07:08:33 2026] GET /v2.0/routers/317f375b-189f-4e98-9fae-c1a0da230d36/tags => generated 34 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 999/2158] 10.0.0.45 () {34 vars in 782 bytes} [Tue Jun 23 07:08:32 2026] PUT /v2.0/routers/c4ce11e9-ee78-4eea-8f7d-37189ea304ba/add_router_interface => generated 309 bytes in 1500 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1160/2159] 10.0.0.45 () {34 vars in 779 bytes} [Tue Jun 23 07:08:33 2026] PUT /v2.0/routers/317f375b-189f-4e98-9fae-c1a0da230d36/tags/black.or.white => generated 4 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1161/2160] 10.0.0.45 () {32 vars in 730 bytes} [Tue Jun 23 07:08:34 2026] GET /v2.0/routers/317f375b-189f-4e98-9fae-c1a0da230d36/tags => generated 52 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-23 07:08:34.231 8 INFO neutron.db.segments_db [None req-1f2e1e3c-51d0-4189-856a-8431fc428a77 b51bd2a0fc39441688577b2597baa60b 581f6c9801e54704aa4c1238d017df94 - - default default] Added segment 9509aeea-af6a-4111-893b-50c504ad86e1 of type vxlan for network bd70b530-0e09-443b-856e-cb594fd9b6a6 [pid: 7|app: 0|req: 1162/2161] 10.0.0.45 () {34 vars in 750 bytes} [Tue Jun 23 07:08:34 2026] PUT /v2.0/routers/317f375b-189f-4e98-9fae-c1a0da230d36/tags => generated 37 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1163/2162] 10.0.0.45 () {32 vars in 730 bytes} [Tue Jun 23 07:08:34 2026] GET /v2.0/routers/317f375b-189f-4e98-9fae-c1a0da230d36/tags => generated 37 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-23 07:08:34.493 8 INFO neutron.db.l3_hamode_db [None req-1f2e1e3c-51d0-4189-856a-8431fc428a77 b51bd2a0fc39441688577b2597baa60b 581f6c9801e54704aa4c1238d017df94 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1164/2163] 10.0.0.45 () {32 vars in 738 bytes} [Tue Jun 23 07:08:34 2026] GET /v2.0/routers/317f375b-189f-4e98-9fae-c1a0da230d36/tags/red => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-23 07:08:34.614 7 INFO neutron.api.v2.resource [None req-721e1985-eafc-454e-917c-fc9e59ae8082 c894539c517248a0b270c06f3a4de220 1aada5c25015454f93e682b76055a82c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1165/2164] 10.0.0.45 () {32 vars in 742 bytes} [Tue Jun 23 07:08:34 2026] GET /v2.0/routers/317f375b-189f-4e98-9fae-c1a0da230d36/tags/green => generated 99 bytes in 98 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-06-23 07:08:34.628 8 INFO neutron.db.l3_hamode_db [None req-1f2e1e3c-51d0-4189-856a-8431fc428a77 b51bd2a0fc39441688577b2597baa60b 581f6c9801e54704aa4c1238d017df94 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1166/2165] 10.0.0.45 () {32 vars in 741 bytes} [Tue Jun 23 07:08:34 2026] DELETE /v2.0/routers/317f375b-189f-4e98-9fae-c1a0da230d36/tags/red => 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: 1167/2166] 10.0.0.45 () {34 vars in 684 bytes} [Tue Jun 23 07:08:34 2026] POST /v2.0/security-groups => generated 1673 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1168/2167] 10.0.0.45 () {32 vars in 730 bytes} [Tue Jun 23 07:08:34 2026] GET /v2.0/routers/317f375b-189f-4e98-9fae-c1a0da230d36/tags => generated 30 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1169/2168] 10.0.0.45 () {34 vars in 694 bytes} [Tue Jun 23 07:08:34 2026] POST /v2.0/security-group-rules => generated 597 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-23 07:08:35.223 7 INFO neutron.api.v2.resource [None req-201566ef-eed1-41e1-9093-2c7c257dcbb9 c894539c517248a0b270c06f3a4de220 1aada5c25015454f93e682b76055a82c - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1170/2169] 10.0.0.45 () {32 vars in 745 bytes} [Tue Jun 23 07:08:35 2026] DELETE /v2.0/routers/317f375b-189f-4e98-9fae-c1a0da230d36/tags/green => generated 99 bytes in 93 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1000/2170] 10.0.0.45 () {34 vars in 667 bytes} [Tue Jun 23 07:08:34 2026] POST /v2.0/routers => generated 474 bytes in 1260 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1171/2171] 10.0.0.45 () {34 vars in 694 bytes} [Tue Jun 23 07:08:35 2026] POST /v2.0/security-group-rules => generated 596 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-23 07:08:35.384 7 INFO neutron.db.l3_hamode_db [None req-633eb30e-991b-4ca3-98cd-3eebd832da0d b51bd2a0fc39441688577b2597baa60b 581f6c9801e54704aa4c1238d017df94 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1001/2172] 10.0.0.45 () {32 vars in 733 bytes} [Tue Jun 23 07:08:35 2026] DELETE /v2.0/routers/317f375b-189f-4e98-9fae-c1a0da230d36/tags => generated 0 bytes in 129 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-23 07:08:35.516 7 INFO neutron.db.l3_hamode_db [None req-633eb30e-991b-4ca3-98cd-3eebd832da0d b51bd2a0fc39441688577b2597baa60b 581f6c9801e54704aa4c1238d017df94 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1002/2173] 10.0.0.45 () {34 vars in 694 bytes} [Tue Jun 23 07:08:35 2026] POST /v2.0/security-group-rules => generated 602 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1003/2174] 10.0.0.45 () {32 vars in 730 bytes} [Tue Jun 23 07:08:35 2026] GET /v2.0/routers/317f375b-189f-4e98-9fae-c1a0da230d36/tags => generated 12 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1004/2175] 10.0.0.45 () {34 vars in 694 bytes} [Tue Jun 23 07:08:35 2026] POST /v2.0/security-group-rules => generated 601 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1005/2176] 10.0.0.45 () {32 vars in 720 bytes} [Tue Jun 23 07:08:35 2026] GET /v2.0/routers/317f375b-189f-4e98-9fae-c1a0da230d36 => generated 480 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-23 07:08:35.858 8 INFO neutron.db.securitygroups_db [None req-c742f652-790a-4051-8d2f-d9657b3fede9 5dee7dcfd05d43a5b23d0bca0bea2075 67d103cf62854003977439717c8446c1 - - default default] Project 67d103cf62854003977439717c8446c1 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: 1006/2177] 10.0.0.45 () {34 vars in 694 bytes} [Tue Jun 23 07:08:35 2026] POST /v2.0/security-group-rules => generated 607 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1172/2178] 10.0.0.45 () {34 vars in 667 bytes} [Tue Jun 23 07:08:35 2026] POST /v2.0/routers => generated 474 bytes in 826 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-23 07:08:36.208 7 INFO neutron.db.securitygroups_db [None req-bfecadec-2a3b-41af-aed0-e5b71c97dcb9 5dee7dcfd05d43a5b23d0bca0bea2075 67d103cf62854003977439717c8446c1 - - default default] Project 67d103cf62854003977439717c8446c1 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: 1173/2179] 10.0.0.45 () {34 vars in 694 bytes} [Tue Jun 23 07:08:36 2026] POST /v2.0/security-group-rules => generated 606 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-23 07:08:36.340 7 INFO neutron.db.l3_hamode_db [None req-3ee8b5f0-62e5-48d4-954e-2945ea667804 b51bd2a0fc39441688577b2597baa60b 581f6c9801e54704aa4c1238d017df94 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-23 07:08:36.465 7 INFO neutron.db.l3_hamode_db [None req-3ee8b5f0-62e5-48d4-954e-2945ea667804 b51bd2a0fc39441688577b2597baa60b 581f6c9801e54704aa4c1238d017df94 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1007/2180] 10.0.0.45 () {34 vars in 741 bytes} [Tue Jun 23 07:08:35 2026] PUT /v2.0/routers/317f375b-189f-4e98-9fae-c1a0da230d36 => generated 480 bytes in 619 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1008/2181] 10.0.0.45 () {32 vars in 735 bytes} [Tue Jun 23 07:08:36 2026] GET /v2.0/ports?device_id=317f375b-189f-4e98-9fae-c1a0da230d36 => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-23 07:08:36.806 8 INFO neutron_taas.services.taas.taas_plugin [None req-6dedcc79-0303-4a0b-b542-08ddaa28ea2c c894539c517248a0b270c06f3a4de220 1aada5c25015454f93e682b76055a82c - - default default] TaaS: Handle Delete Port: 3b4a64ac-b4b9-4285-9033-532198341311 2026-06-23 07:08:36.809 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6dedcc79-0303-4a0b-b542-08ddaa28ea2c c894539c517248a0b270c06f3a4de220 1aada5c25015454f93e682b76055a82c - - default default] Tap Mirror: Handle Delete Port: 3b4a64ac-b4b9-4285-9033-532198341311 [pid: 7|app: 0|req: 1174/2182] 10.0.0.45 () {34 vars in 667 bytes} [Tue Jun 23 07:08:36 2026] POST /v2.0/routers => generated 474 bytes in 900 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-23 07:08:37.216 8 INFO neutron.services.segments.plugin [-] Segment cbb29762-f2ea-4576-97dd-d040d56273c8 resource provider aggregate not found 2026-06-23 07:08:37.221 8 INFO neutron.services.segments.plugin [-] Segment cbb29762-f2ea-4576-97dd-d040d56273c8 resource provider aggregate not found 2026-06-23 07:08:37.238 8 INFO neutron.db.l3_hamode_db [None req-6dedcc79-0303-4a0b-b542-08ddaa28ea2c c894539c517248a0b270c06f3a4de220 1aada5c25015454f93e682b76055a82c - - default default] HA network 0a87a0d7-33f0-4a54-b6ad-c2e7537cd99c was deleted as no HA routers are present in tenant 1aada5c25015454f93e682b76055a82c. 2026-06-23 07:08:37.243 8 INFO neutron.services.segments.plugin [-] Segment cbb29762-f2ea-4576-97dd-d040d56273c8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cbb29762-f2ea-4576-97dd-d040d56273c8 found for delete ", "request_id": "req-5ce97008-5242-4bca-8009-6c4f7a1d014f"}]} [pid: 8|app: 0|req: 1009/2183] 10.0.0.45 () {32 vars in 723 bytes} [Tue Jun 23 07:08:36 2026] DELETE /v2.0/routers/317f375b-189f-4e98-9fae-c1a0da230d36 => generated 0 bytes in 609 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-23 07:08:37.247 8 INFO neutron.services.segments.plugin [-] Segment cbb29762-f2ea-4576-97dd-d040d56273c8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cbb29762-f2ea-4576-97dd-d040d56273c8 found for delete ", "request_id": "req-c15d982c-8ad3-4009-ab39-6cf88b3c5f45"}]} 2026-06-23 07:08:37.297 8 INFO neutron.db.l3_hamode_db [None req-47b6e5ee-9759-4565-a580-ef3b79ae56f8 b51bd2a0fc39441688577b2597baa60b 581f6c9801e54704aa4c1238d017df94 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1175/2186] 10.0.0.45 () {34 vars in 684 bytes} [Tue Jun 23 07:08:37 2026] POST /v2.0/security-groups => generated 1660 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-23 07:08:37.408 8 INFO neutron.db.l3_hamode_db [None req-47b6e5ee-9759-4565-a580-ef3b79ae56f8 b51bd2a0fc39441688577b2597baa60b 581f6c9801e54704aa4c1238d017df94 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1176/2187] 10.0.0.45 () {34 vars in 694 bytes} [Tue Jun 23 07:08:37 2026] POST /v2.0/security-group-rules => generated 597 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1177/2188] 10.0.0.45 () {34 vars in 694 bytes} [Tue Jun 23 07:08:37 2026] POST /v2.0/security-group-rules => generated 602 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1012/2189] 10.0.0.45 () {34 vars in 667 bytes} [Tue Jun 23 07:08:37 2026] POST /v2.0/routers => generated 474 bytes in 657 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-23 07:08:37.961 8 INFO neutron.db.l3_hamode_db [None req-555fbe0c-d5a4-4431-bdbe-d3df41214105 b51bd2a0fc39441688577b2597baa60b 581f6c9801e54704aa4c1238d017df94 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-23 07:08:38.095 8 INFO neutron.db.l3_hamode_db [None req-555fbe0c-d5a4-4431-bdbe-d3df41214105 b51bd2a0fc39441688577b2597baa60b 581f6c9801e54704aa4c1238d017df94 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1178/2190] 10.0.0.45 () {34 vars in 675 bytes} [Tue Jun 23 07:08:37 2026] POST /v2.0/floatingips => generated 552 bytes in 641 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1179/2191] 10.0.0.45 () {32 vars in 773 bytes} [Tue Jun 23 07:08:38 2026] GET /v2.0/security-groups?tenant_id=e1e5b8e911ac4b9b8b31d3080b6a008b&name=default => generated 2925 bytes in 292 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1180/2192] 10.0.0.190 () {34 vars in 1098 bytes} [Tue Jun 23 07:08:38 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-137234069&fields=id&tenant_id=67d103cf62854003977439717c8446c1 => generated 69 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1013/2193] 10.0.0.45 () {34 vars in 667 bytes} [Tue Jun 23 07:08:37 2026] POST /v2.0/routers => generated 474 bytes in 771 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1181/2194] 10.0.0.45 () {32 vars in 739 bytes} [Tue Jun 23 07:08:38 2026] DELETE /v2.0/security-groups/ed7b763b-d2f3-44b1-897d-82452065bf48 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1014/2195] 10.0.0.190 () {34 vars in 1098 bytes} [Tue Jun 23 07:08:38 2026] GET /v2.0/security-groups?name=tempest-securitygroup--659847988&fields=id&tenant_id=67d103cf62854003977439717c8446c1 => generated 69 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1015/2196] 10.0.0.190 () {34 vars in 982 bytes} [Tue Jun 23 07:08:38 2026] GET /v2.0/networks?id=24aafc30-7993-4f77-ad79-f150b14e3a28 => generated 672 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1016/2197] 10.0.0.190 () {34 vars in 965 bytes} [Tue Jun 23 07:08:38 2026] GET /v2.0/quotas/67d103cf62854003977439717c8446c1 => 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: 1182/2198] 10.0.0.45 () {34 vars in 750 bytes} [Tue Jun 23 07:08:38 2026] PUT /v2.0/routers/b4c7e018-9eac-436d-a7e2-fbf994cff3a7/tags => generated 17 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1017/2199] 10.0.0.190 () {34 vars in 1002 bytes} [Tue Jun 23 07:08:38 2026] GET /v2.0/ports?tenant_id=67d103cf62854003977439717c8446c1&fields=id => generated 103 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1183/2200] 10.0.0.45 () {32 vars in 773 bytes} [Tue Jun 23 07:08:38 2026] GET /v2.0/security-groups?tenant_id=1aada5c25015454f93e682b76055a82c&name=default => generated 2925 bytes in 156 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1018/2201] 10.0.0.45 () {34 vars in 750 bytes} [Tue Jun 23 07:08:38 2026] PUT /v2.0/routers/10d30657-8cb6-4698-80a2-aec9972a3047/tags => generated 25 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1184/2202] 10.0.0.190 () {34 vars in 1008 bytes} [Tue Jun 23 07:08:38 2026] GET /v2.0/networks/24aafc30-7993-4f77-ad79-f150b14e3a28?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1019/2203] 10.0.0.45 () {32 vars in 739 bytes} [Tue Jun 23 07:08:38 2026] DELETE /v2.0/security-groups/84dcb3de-7021-4ae8-83cf-fe1485cd0561 => 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: 1020/2204] 10.0.0.190 () {34 vars in 1108 bytes} [Tue Jun 23 07:08:39 2026] GET /v2.0/networks/24aafc30-7993-4f77-ad79-f150b14e3a28?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1185/2205] 10.0.0.45 () {34 vars in 750 bytes} [Tue Jun 23 07:08:39 2026] PUT /v2.0/routers/46e15d8a-e0ea-4162-a178-b00caf43c790/tags => generated 34 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1021/2206] 10.0.0.45 () {34 vars in 750 bytes} [Tue Jun 23 07:08:39 2026] PUT /v2.0/routers/8e97f73c-3f53-40d9-90a3-6a8300b50847/tags => generated 19 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1022/2207] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:08:39 2026] GET /v2.0/ports?device_id=b685b993-75c1-4945-b061-f523bb88994b => 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: 1186/2208] 10.0.0.45 () {32 vars in 663 bytes} [Tue Jun 23 07:08:39 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1023/2209] 10.0.0.45 () {32 vars in 677 bytes} [Tue Jun 23 07:08:39 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1187/2210] 10.0.0.45 () {32 vars in 673 bytes} [Tue Jun 23 07:08:39 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1024/2211] 10.0.0.45 () {32 vars in 685 bytes} [Tue Jun 23 07:08:39 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1188/2212] 10.0.0.45 () {32 vars in 671 bytes} [Tue Jun 23 07:08:39 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1025/2213] 10.0.0.45 () {32 vars in 685 bytes} [Tue Jun 23 07:08:39 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1189/2214] 10.0.0.45 () {32 vars in 681 bytes} [Tue Jun 23 07:08:39 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1026/2215] 10.0.0.45 () {32 vars in 693 bytes} [Tue Jun 23 07:08:39 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1190/2216] 10.0.0.45 () {32 vars in 720 bytes} [Tue Jun 23 07:08:40 2026] GET /v2.0/routers/b4c7e018-9eac-436d-a7e2-fbf994cff3a7 => generated 485 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1191/2217] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:08:40 2026] GET /v2.0/ports?device_id=b685b993-75c1-4945-b061-f523bb88994b => 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: 1027/2218] 10.0.0.45 () {34 vars in 741 bytes} [Tue Jun 23 07:08:40 2026] PUT /v2.0/routers/b4c7e018-9eac-436d-a7e2-fbf994cff3a7 => generated 485 bytes in 503 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1192/2219] 10.0.0.45 () {32 vars in 735 bytes} [Tue Jun 23 07:08:40 2026] GET /v2.0/ports?device_id=b4c7e018-9eac-436d-a7e2-fbf994cff3a7 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-23 07:08:41.246 8 INFO neutron_taas.services.taas.taas_plugin [None req-37498f6f-0db5-4319-b282-701bbfcaecdb b51bd2a0fc39441688577b2597baa60b 581f6c9801e54704aa4c1238d017df94 - - default default] TaaS: Handle Delete Port: 3bbd8d94-e9a1-4bb2-ab0b-812ba9922c87 2026-06-23 07:08:41.249 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-37498f6f-0db5-4319-b282-701bbfcaecdb b51bd2a0fc39441688577b2597baa60b 581f6c9801e54704aa4c1238d017df94 - - default default] Tap Mirror: Handle Delete Port: 3bbd8d94-e9a1-4bb2-ab0b-812ba9922c87 [pid: 8|app: 0|req: 1028/2220] 10.0.0.45 () {32 vars in 723 bytes} [Tue Jun 23 07:08:40 2026] DELETE /v2.0/routers/b4c7e018-9eac-436d-a7e2-fbf994cff3a7 => generated 0 bytes in 804 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1029/2221] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:08:41 2026] GET /v2.0/ports?device_id=b685b993-75c1-4945-b061-f523bb88994b => 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: 1193/2222] 10.0.0.45 () {32 vars in 720 bytes} [Tue Jun 23 07:08:41 2026] GET /v2.0/routers/10d30657-8cb6-4698-80a2-aec9972a3047 => generated 493 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1030/2223] 10.0.0.45 () {34 vars in 741 bytes} [Tue Jun 23 07:08:41 2026] PUT /v2.0/routers/10d30657-8cb6-4698-80a2-aec9972a3047 => generated 493 bytes in 514 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1194/2224] 10.0.0.45 () {32 vars in 735 bytes} [Tue Jun 23 07:08:42 2026] GET /v2.0/ports?device_id=10d30657-8cb6-4698-80a2-aec9972a3047 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-23 07:08:42.236 8 INFO neutron_taas.services.taas.taas_plugin [None req-82fa1021-5505-429d-a2ac-619c8b5a78e1 b51bd2a0fc39441688577b2597baa60b 581f6c9801e54704aa4c1238d017df94 - - default default] TaaS: Handle Delete Port: be8d7d3a-857b-43ac-b889-6fc6704881cb 2026-06-23 07:08:42.240 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-82fa1021-5505-429d-a2ac-619c8b5a78e1 b51bd2a0fc39441688577b2597baa60b 581f6c9801e54704aa4c1238d017df94 - - default default] Tap Mirror: Handle Delete Port: be8d7d3a-857b-43ac-b889-6fc6704881cb [pid: 8|app: 0|req: 1031/2225] 10.0.0.45 () {32 vars in 723 bytes} [Tue Jun 23 07:08:42 2026] DELETE /v2.0/routers/10d30657-8cb6-4698-80a2-aec9972a3047 => generated 0 bytes in 409 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1032/2226] 10.0.0.45 () {32 vars in 720 bytes} [Tue Jun 23 07:08:42 2026] GET /v2.0/routers/46e15d8a-e0ea-4162-a178-b00caf43c790 => generated 502 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1195/2227] 10.0.0.45 () {34 vars in 683 bytes} [Tue Jun 23 07:08:42 2026] POST /v2.0/security-groups => generated 1602 bytes in 397 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1196/2228] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:08:42 2026] GET /v2.0/ports?device_id=b685b993-75c1-4945-b061-f523bb88994b => 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: 1197/2229] 10.0.0.45 () {34 vars in 766 bytes} [Tue Jun 23 07:08:42 2026] PUT /v2.0/security-groups/fa410f6e-45cd-4eac-b708-7229e624b992/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: 1198/2230] 10.0.0.45 () {32 vars in 746 bytes} [Tue Jun 23 07:08:42 2026] GET /v2.0/security-groups/fa410f6e-45cd-4eac-b708-7229e624b992/tags => generated 25 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1199/2231] 10.0.0.45 () {34 vars in 777 bytes} [Tue Jun 23 07:08:42 2026] PUT /v2.0/security-groups/fa410f6e-45cd-4eac-b708-7229e624b992/tags/green => generated 4 bytes in 69 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1200/2232] 10.0.0.45 () {32 vars in 746 bytes} [Tue Jun 23 07:08:42 2026] GET /v2.0/security-groups/fa410f6e-45cd-4eac-b708-7229e624b992/tags => generated 34 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1201/2233] 10.0.0.45 () {34 vars in 773 bytes} [Tue Jun 23 07:08:42 2026] PUT /v2.0/security-groups/fa410f6e-45cd-4eac-b708-7229e624b992/tags/red => 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: 1202/2234] 10.0.0.45 () {32 vars in 746 bytes} [Tue Jun 23 07:08:43 2026] GET /v2.0/security-groups/fa410f6e-45cd-4eac-b708-7229e624b992/tags => generated 34 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1033/2235] 10.0.0.45 () {34 vars in 741 bytes} [Tue Jun 23 07:08:42 2026] PUT /v2.0/routers/46e15d8a-e0ea-4162-a178-b00caf43c790 => generated 502 bytes in 576 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1034/2236] 10.0.0.45 () {32 vars in 735 bytes} [Tue Jun 23 07:08:43 2026] GET /v2.0/ports?device_id=46e15d8a-e0ea-4162-a178-b00caf43c790 => 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: 1203/2237] 10.0.0.45 () {34 vars in 795 bytes} [Tue Jun 23 07:08:43 2026] PUT /v2.0/security-groups/fa410f6e-45cd-4eac-b708-7229e624b992/tags/black.or.white => generated 4 bytes in 57 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1204/2238] 10.0.0.45 () {32 vars in 746 bytes} [Tue Jun 23 07:08:43 2026] GET /v2.0/security-groups/fa410f6e-45cd-4eac-b708-7229e624b992/tags => generated 52 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1205/2239] 10.0.0.45 () {34 vars in 766 bytes} [Tue Jun 23 07:08:43 2026] PUT /v2.0/security-groups/fa410f6e-45cd-4eac-b708-7229e624b992/tags => generated 37 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1206/2240] 10.0.0.45 () {32 vars in 746 bytes} [Tue Jun 23 07:08:43 2026] GET /v2.0/security-groups/fa410f6e-45cd-4eac-b708-7229e624b992/tags => generated 37 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-23 07:08:43.292 8 INFO neutron_taas.services.taas.taas_plugin [None req-13b35956-f261-49af-b72e-9bb19d6c7cda b51bd2a0fc39441688577b2597baa60b 581f6c9801e54704aa4c1238d017df94 - - default default] TaaS: Handle Delete Port: 9a977258-805e-478c-b675-545ef3448e83 2026-06-23 07:08:43.295 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-13b35956-f261-49af-b72e-9bb19d6c7cda b51bd2a0fc39441688577b2597baa60b 581f6c9801e54704aa4c1238d017df94 - - default default] Tap Mirror: Handle Delete Port: 9a977258-805e-478c-b675-545ef3448e83 [pid: 7|app: 0|req: 1207/2241] 10.0.0.45 () {32 vars in 754 bytes} [Tue Jun 23 07:08:43 2026] GET /v2.0/security-groups/fa410f6e-45cd-4eac-b708-7229e624b992/tags/red => generated 0 bytes in 31 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-23 07:08:43.360 7 INFO neutron.api.v2.resource [None req-20d86fef-6b96-495f-aaea-15c40028ada7 6c515230f6db4921a82f69e8e84911c4 ea0f73410ace482cadea2f729d1d9aeb - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1208/2242] 10.0.0.45 () {32 vars in 758 bytes} [Tue Jun 23 07:08:43 2026] GET /v2.0/security-groups/fa410f6e-45cd-4eac-b708-7229e624b992/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: 1209/2243] 10.0.0.45 () {32 vars in 757 bytes} [Tue Jun 23 07:08:43 2026] DELETE /v2.0/security-groups/fa410f6e-45cd-4eac-b708-7229e624b992/tags/red => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1210/2244] 10.0.0.45 () {32 vars in 746 bytes} [Tue Jun 23 07:08:43 2026] GET /v2.0/security-groups/fa410f6e-45cd-4eac-b708-7229e624b992/tags => generated 30 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-23 07:08:43.520 7 INFO neutron.api.v2.resource [None req-a534d83c-b403-4d23-80ed-01b0b8a4e0a0 6c515230f6db4921a82f69e8e84911c4 ea0f73410ace482cadea2f729d1d9aeb - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1211/2245] 10.0.0.45 () {32 vars in 761 bytes} [Tue Jun 23 07:08:43 2026] DELETE /v2.0/security-groups/fa410f6e-45cd-4eac-b708-7229e624b992/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: 1035/2246] 10.0.0.45 () {32 vars in 723 bytes} [Tue Jun 23 07:08:43 2026] DELETE /v2.0/routers/46e15d8a-e0ea-4162-a178-b00caf43c790 => generated 0 bytes in 411 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1212/2247] 10.0.0.45 () {32 vars in 749 bytes} [Tue Jun 23 07:08:43 2026] DELETE /v2.0/security-groups/fa410f6e-45cd-4eac-b708-7229e624b992/tags => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1036/2248] 10.0.0.45 () {32 vars in 720 bytes} [Tue Jun 23 07:08:43 2026] GET /v2.0/routers/8e97f73c-3f53-40d9-90a3-6a8300b50847 => generated 487 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1213/2249] 10.0.0.45 () {32 vars in 746 bytes} [Tue Jun 23 07:08:43 2026] GET /v2.0/security-groups/fa410f6e-45cd-4eac-b708-7229e624b992/tags => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1214/2250] 199.204.45.140 () {34 vars in 986 bytes} [Tue Jun 23 07:08:43 2026] GET /v2.0/networks?id=24aafc30-7993-4f77-ad79-f150b14e3a28 => generated 672 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1215/2251] 10.0.0.45 () {32 vars in 739 bytes} [Tue Jun 23 07:08:43 2026] DELETE /v2.0/security-groups/fa410f6e-45cd-4eac-b708-7229e624b992 => 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: 1216/2252] 199.204.45.140 () {34 vars in 1050 bytes} [Tue Jun 23 07:08:43 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=67d103cf62854003977439717c8446c1 => generated 272 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1037/2253] 10.0.0.45 () {34 vars in 741 bytes} [Tue Jun 23 07:08:43 2026] PUT /v2.0/routers/8e97f73c-3f53-40d9-90a3-6a8300b50847 => generated 487 bytes in 586 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1217/2254] 199.204.45.140 () {38 vars in 955 bytes} [Tue Jun 23 07:08:43 2026] POST /v2.0/ports => generated 993 bytes in 471 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: 1218/2255] 10.0.0.45 () {32 vars in 735 bytes} [Tue Jun 23 07:08:44 2026] GET /v2.0/ports?device_id=8e97f73c-3f53-40d9-90a3-6a8300b50847 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1038/2256] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:08:44 2026] GET /v2.0/ports?device_id=b685b993-75c1-4945-b061-f523bb88994b => generated 996 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-23 07:08:44.490 8 INFO neutron_taas.services.taas.taas_plugin [None req-209b4011-2b1d-407b-80fd-6c7e2eb4e410 b51bd2a0fc39441688577b2597baa60b 581f6c9801e54704aa4c1238d017df94 - - default default] TaaS: Handle Delete Port: f2108d3d-8ded-4cd6-b46e-7f62adbf43ad 2026-06-23 07:08:44.492 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-209b4011-2b1d-407b-80fd-6c7e2eb4e410 b51bd2a0fc39441688577b2597baa60b 581f6c9801e54704aa4c1238d017df94 - - default default] Tap Mirror: Handle Delete Port: f2108d3d-8ded-4cd6-b46e-7f62adbf43ad [pid: 8|app: 0|req: 1039/2257] 10.0.0.45 () {32 vars in 723 bytes} [Tue Jun 23 07:08:44 2026] DELETE /v2.0/routers/8e97f73c-3f53-40d9-90a3-6a8300b50847 => generated 0 bytes in 409 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1219/2258] 199.204.45.140 () {38 vars in 1028 bytes} [Tue Jun 23 07:08:44 2026] PUT /v2.0/ports/ee3852eb-a4c4-4bd5-9a98-0736cf1d860b => generated 1274 bytes in 474 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1040/2259] 10.0.0.190 () {34 vars in 1120 bytes} [Tue Jun 23 07:08:44 2026] GET /v2.0/security-groups?id=d3920e95-33ea-4264-a192-86058e46a5ab&id=c85d5bcf-512d-4942-8da8-c1ca27988ab4&fields=id&fields=name => generated 205 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-23 07:08:44.773 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-5e5f4a5c-3e99-4cba-8ab6-63614e3f79a1'] response: {'name': 'network-changed', 'server_uuid': 'b685b993-75c1-4945-b061-f523bb88994b', 'tag': 'ee3852eb-a4c4-4bd5-9a98-0736cf1d860b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1041/2260] 10.0.0.45 () {32 vars in 720 bytes} [Tue Jun 23 07:08:44 2026] GET /v2.0/routers/aeee24c0-8af3-466b-9499-734d33463ac5 => generated 480 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1220/2261] 10.0.0.45 () {32 vars in 773 bytes} [Tue Jun 23 07:08:44 2026] GET /v2.0/security-groups?tenant_id=ea0f73410ace482cadea2f729d1d9aeb&name=default => generated 2925 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1221/2262] 10.0.0.45 () {32 vars in 739 bytes} [Tue Jun 23 07:08:44 2026] DELETE /v2.0/security-groups/49cf09c0-0f58-4a47-9c91-5d51b1b34ca7 => 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: 1222/2263] 10.0.0.45 () {32 vars in 773 bytes} [Tue Jun 23 07:08:45 2026] GET /v2.0/security-groups?tenant_id=2b9dcd51b4774784a9e5a162769c79b9&name=default => generated 2929 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1223/2264] 10.0.0.45 () {32 vars in 739 bytes} [Tue Jun 23 07:08:45 2026] DELETE /v2.0/security-groups/75c98418-73d0-45f1-907b-6e30c729ab34 => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1042/2265] 10.0.0.45 () {34 vars in 741 bytes} [Tue Jun 23 07:08:44 2026] PUT /v2.0/routers/aeee24c0-8af3-466b-9499-734d33463ac5 => generated 480 bytes in 591 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1224/2266] 199.204.45.140 () {34 vars in 1080 bytes} [Tue Jun 23 07:08:45 2026] GET /v2.0/ports?tenant_id=67d103cf62854003977439717c8446c1&device_id=b685b993-75c1-4945-b061-f523bb88994b => generated 1277 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1043/2267] 10.0.0.45 () {32 vars in 735 bytes} [Tue Jun 23 07:08:45 2026] GET /v2.0/ports?device_id=aeee24c0-8af3-466b-9499-734d33463ac5 => 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: 1225/2268] 199.204.45.140 () {34 vars in 1018 bytes} [Tue Jun 23 07:08:45 2026] GET /v2.0/networks?tenant_id=67d103cf62854003977439717c8446c1&shared=False => generated 768 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1226/2269] 199.204.45.140 () {34 vars in 930 bytes} [Tue Jun 23 07:08:45 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-23 07:08:45.599 8 INFO neutron_taas.services.taas.taas_plugin [None req-65daf2bf-e16e-4712-aac4-01d6bb8b4966 b51bd2a0fc39441688577b2597baa60b 581f6c9801e54704aa4c1238d017df94 - - default default] TaaS: Handle Delete Port: 42fc0098-d8a2-4c0a-804a-bb37b6083c57 2026-06-23 07:08:45.602 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-65daf2bf-e16e-4712-aac4-01d6bb8b4966 b51bd2a0fc39441688577b2597baa60b 581f6c9801e54704aa4c1238d017df94 - - default default] Tap Mirror: Handle Delete Port: 42fc0098-d8a2-4c0a-804a-bb37b6083c57 [pid: 7|app: 0|req: 1227/2270] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:08:45 2026] GET /v2.0/ports?device_id=b685b993-75c1-4945-b061-f523bb88994b => generated 1008 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1228/2271] 10.0.0.190 () {34 vars in 1120 bytes} [Tue Jun 23 07:08:45 2026] GET /v2.0/security-groups?id=d3920e95-33ea-4264-a192-86058e46a5ab&id=c85d5bcf-512d-4942-8da8-c1ca27988ab4&fields=id&fields=name => generated 205 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-23 07:08:46.007 8 INFO neutron.services.segments.plugin [-] Segment 9509aeea-af6a-4111-893b-50c504ad86e1 resource provider aggregate not found 2026-06-23 07:08:46.008 8 INFO neutron.services.segments.plugin [-] Segment 9509aeea-af6a-4111-893b-50c504ad86e1 resource provider aggregate not found 2026-06-23 07:08:46.038 8 INFO neutron.services.segments.plugin [-] Segment 9509aeea-af6a-4111-893b-50c504ad86e1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9509aeea-af6a-4111-893b-50c504ad86e1 found for delete ", "request_id": "req-1f7107c2-a543-4c3b-bb9c-cd0e0b15bbe9"}]} 2026-06-23 07:08:46.040 8 INFO neutron.services.segments.plugin [-] Segment 9509aeea-af6a-4111-893b-50c504ad86e1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9509aeea-af6a-4111-893b-50c504ad86e1 found for delete ", "request_id": "req-e0c4eaf8-38ff-43e5-a9ff-5f9724ba08cc"}]} 2026-06-23 07:08:46.049 8 INFO neutron.db.l3_hamode_db [None req-65daf2bf-e16e-4712-aac4-01d6bb8b4966 b51bd2a0fc39441688577b2597baa60b 581f6c9801e54704aa4c1238d017df94 - - default default] HA network bd70b530-0e09-443b-856e-cb594fd9b6a6 was deleted as no HA routers are present in tenant 581f6c9801e54704aa4c1238d017df94. [pid: 8|app: 0|req: 1044/2272] 10.0.0.45 () {32 vars in 723 bytes} [Tue Jun 23 07:08:45 2026] DELETE /v2.0/routers/aeee24c0-8af3-466b-9499-734d33463ac5 => generated 0 bytes in 640 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1229/2273] 199.204.45.140 () {34 vars in 1080 bytes} [Tue Jun 23 07:08:46 2026] GET /v2.0/ports?tenant_id=67d103cf62854003977439717c8446c1&device_id=b685b993-75c1-4945-b061-f523bb88994b => generated 1277 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1045/2274] 199.204.45.140 () {34 vars in 1058 bytes} [Tue Jun 23 07:08:46 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=ee3852eb-a4c4-4bd5-9a98-0736cf1d860b => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1230/2275] 199.204.45.140 () {34 vars in 984 bytes} [Tue Jun 23 07:08:46 2026] GET /v2.0/subnets?id=9fccd79a-adbf-4498-8e0b-43d27d81a5a0 => generated 690 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1046/2276] 199.204.45.140 () {34 vars in 1052 bytes} [Tue Jun 23 07:08:46 2026] GET /v2.0/ports?network_id=24aafc30-7993-4f77-ad79-f150b14e3a28&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: 1231/2277] 199.204.45.140 () {34 vars in 1012 bytes} [Tue Jun 23 07:08:46 2026] GET /v2.0/networks/24aafc30-7993-4f77-ad79-f150b14e3a28?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: 1047/2278] 199.204.45.140 () {34 vars in 1112 bytes} [Tue Jun 23 07:08:46 2026] GET /v2.0/networks/24aafc30-7993-4f77-ad79-f150b14e3a28?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1048/2279] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:08:46 2026] GET /v2.0/ports?device_id=b685b993-75c1-4945-b061-f523bb88994b => generated 1008 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1049/2280] 10.0.0.190 () {34 vars in 1120 bytes} [Tue Jun 23 07:08:47 2026] GET /v2.0/security-groups?id=d3920e95-33ea-4264-a192-86058e46a5ab&id=c85d5bcf-512d-4942-8da8-c1ca27988ab4&fields=id&fields=name => generated 205 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1232/2281] 10.0.0.45 () {32 vars in 773 bytes} [Tue Jun 23 07:08:46 2026] GET /v2.0/security-groups?tenant_id=90071812226e44d3b6c1759b4ff61f54&name=default => generated 2929 bytes in 411 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1050/2282] 10.0.0.45 () {32 vars in 739 bytes} [Tue Jun 23 07:08:47 2026] DELETE /v2.0/security-groups/f942dae6-21cd-42c6-98ae-b3ccaf52bbe1 => 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: 1233/2283] 10.0.0.45 () {32 vars in 773 bytes} [Tue Jun 23 07:08:47 2026] GET /v2.0/security-groups?tenant_id=581f6c9801e54704aa4c1238d017df94&name=default => generated 2929 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1051/2284] 10.0.0.45 () {32 vars in 739 bytes} [Tue Jun 23 07:08:47 2026] DELETE /v2.0/security-groups/6de2cc5e-9af1-47ac-838b-3eb2645f51d6 => 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: 1234/2285] 10.0.0.45 () {32 vars in 773 bytes} [Tue Jun 23 07:08:47 2026] GET /v2.0/security-groups?tenant_id=eede64df2b43460ba8a17aa0152054b6&name=default => generated 2929 bytes in 188 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1052/2286] 10.0.0.45 () {32 vars in 739 bytes} [Tue Jun 23 07:08:47 2026] DELETE /v2.0/security-groups/b9789404-6404-4bee-a41b-003630ac83ab => 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: 1235/2287] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:08:48 2026] GET /v2.0/ports?device_id=b685b993-75c1-4945-b061-f523bb88994b => generated 1008 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1053/2288] 10.0.0.190 () {34 vars in 1120 bytes} [Tue Jun 23 07:08:48 2026] GET /v2.0/security-groups?id=d3920e95-33ea-4264-a192-86058e46a5ab&id=c85d5bcf-512d-4942-8da8-c1ca27988ab4&fields=id&fields=name => generated 205 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1236/2289] 10.0.0.45 () {34 vars in 675 bytes} [Tue Jun 23 07:08:49 2026] POST /v2.0/subnetpools => generated 516 bytes in 294 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1054/2290] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:08:49 2026] GET /v2.0/ports?device_id=b685b993-75c1-4945-b061-f523bb88994b => generated 1008 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1237/2291] 10.0.0.45 () {34 vars in 758 bytes} [Tue Jun 23 07:08:49 2026] PUT /v2.0/subnetpools/2cff7380-a858-4e41-9dfc-c6f8d1bc263a/tags => generated 25 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1055/2292] 10.0.0.190 () {34 vars in 1120 bytes} [Tue Jun 23 07:08:49 2026] GET /v2.0/security-groups?id=d3920e95-33ea-4264-a192-86058e46a5ab&id=c85d5bcf-512d-4942-8da8-c1ca27988ab4&fields=id&fields=name => generated 205 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1238/2293] 10.0.0.45 () {32 vars in 738 bytes} [Tue Jun 23 07:08:49 2026] GET /v2.0/subnetpools/2cff7380-a858-4e41-9dfc-c6f8d1bc263a/tags => generated 25 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1056/2294] 10.0.0.45 () {34 vars in 769 bytes} [Tue Jun 23 07:08:49 2026] PUT /v2.0/subnetpools/2cff7380-a858-4e41-9dfc-c6f8d1bc263a/tags/green => generated 4 bytes in 76 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1239/2295] 10.0.0.45 () {32 vars in 738 bytes} [Tue Jun 23 07:08:49 2026] GET /v2.0/subnetpools/2cff7380-a858-4e41-9dfc-c6f8d1bc263a/tags => generated 34 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1057/2296] 10.0.0.45 () {34 vars in 765 bytes} [Tue Jun 23 07:08:49 2026] PUT /v2.0/subnetpools/2cff7380-a858-4e41-9dfc-c6f8d1bc263a/tags/red => generated 4 bytes in 49 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1240/2297] 10.0.0.45 () {32 vars in 738 bytes} [Tue Jun 23 07:08:49 2026] GET /v2.0/subnetpools/2cff7380-a858-4e41-9dfc-c6f8d1bc263a/tags => generated 34 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1058/2298] 10.0.0.45 () {34 vars in 787 bytes} [Tue Jun 23 07:08:49 2026] PUT /v2.0/subnetpools/2cff7380-a858-4e41-9dfc-c6f8d1bc263a/tags/black.or.white => 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: 1241/2299] 10.0.0.45 () {32 vars in 738 bytes} [Tue Jun 23 07:08:49 2026] GET /v2.0/subnetpools/2cff7380-a858-4e41-9dfc-c6f8d1bc263a/tags => generated 52 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1059/2300] 10.0.0.45 () {34 vars in 758 bytes} [Tue Jun 23 07:08:49 2026] PUT /v2.0/subnetpools/2cff7380-a858-4e41-9dfc-c6f8d1bc263a/tags => generated 37 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1242/2301] 10.0.0.45 () {32 vars in 738 bytes} [Tue Jun 23 07:08:49 2026] GET /v2.0/subnetpools/2cff7380-a858-4e41-9dfc-c6f8d1bc263a/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: 1060/2302] 10.0.0.45 () {32 vars in 746 bytes} [Tue Jun 23 07:08:49 2026] GET /v2.0/subnetpools/2cff7380-a858-4e41-9dfc-c6f8d1bc263a/tags/red => generated 0 bytes in 28 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-23 07:08:49.884 7 INFO neutron.api.v2.resource [None req-eb02671f-c24c-4af7-a8a5-0df966ea56a7 ba5ae97d0e8749b79334a907d3444e96 2220d907f0d54e63a00972bc4113675d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1243/2303] 10.0.0.45 () {32 vars in 750 bytes} [Tue Jun 23 07:08:49 2026] GET /v2.0/subnetpools/2cff7380-a858-4e41-9dfc-c6f8d1bc263a/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: 1061/2304] 10.0.0.45 () {32 vars in 749 bytes} [Tue Jun 23 07:08:49 2026] DELETE /v2.0/subnetpools/2cff7380-a858-4e41-9dfc-c6f8d1bc263a/tags/red => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1244/2305] 10.0.0.45 () {32 vars in 738 bytes} [Tue Jun 23 07:08:49 2026] GET /v2.0/subnetpools/2cff7380-a858-4e41-9dfc-c6f8d1bc263a/tags => generated 30 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1062/2306] 199.204.45.140 () {34 vars in 994 bytes} [Tue Jun 23 07:08:49 2026] GET /v2.0/ports?device_id=b685b993-75c1-4945-b061-f523bb88994b => generated 1279 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-23 07:08:50.043 7 INFO neutron.api.v2.resource [None req-f2590ade-cb71-430a-98fc-b089146bd7c5 ba5ae97d0e8749b79334a907d3444e96 2220d907f0d54e63a00972bc4113675d - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1245/2307] 10.0.0.45 () {32 vars in 753 bytes} [Tue Jun 23 07:08:49 2026] DELETE /v2.0/subnetpools/2cff7380-a858-4e41-9dfc-c6f8d1bc263a/tags/green => generated 99 bytes in 53 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1063/2308] 199.204.45.140 () {34 vars in 1124 bytes} [Tue Jun 23 07:08:50 2026] GET /v2.0/security-groups?id=d3920e95-33ea-4264-a192-86058e46a5ab&id=c85d5bcf-512d-4942-8da8-c1ca27988ab4&fields=id&fields=name => generated 205 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1246/2309] 10.0.0.45 () {32 vars in 741 bytes} [Tue Jun 23 07:08:50 2026] DELETE /v2.0/subnetpools/2cff7380-a858-4e41-9dfc-c6f8d1bc263a/tags => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1064/2310] 10.0.0.45 () {32 vars in 738 bytes} [Tue Jun 23 07:08:50 2026] GET /v2.0/subnetpools/2cff7380-a858-4e41-9dfc-c6f8d1bc263a/tags => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1247/2311] 10.0.0.45 () {32 vars in 731 bytes} [Tue Jun 23 07:08:50 2026] DELETE /v2.0/subnetpools/2cff7380-a858-4e41-9dfc-c6f8d1bc263a => 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: 1065/2312] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:08:50 2026] GET /v2.0/ports?device_id=b685b993-75c1-4945-b061-f523bb88994b => 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: 1248/2313] 10.0.0.190 () {34 vars in 1120 bytes} [Tue Jun 23 07:08:50 2026] GET /v2.0/security-groups?id=d3920e95-33ea-4264-a192-86058e46a5ab&id=c85d5bcf-512d-4942-8da8-c1ca27988ab4&fields=id&fields=name => generated 205 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1066/2314] 10.0.0.45 () {32 vars in 773 bytes} [Tue Jun 23 07:08:50 2026] GET /v2.0/security-groups?tenant_id=994505953d3d4415a1c9c01120d795a7&name=default => generated 2929 bytes in 310 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1249/2315] 10.0.0.45 () {32 vars in 739 bytes} [Tue Jun 23 07:08:51 2026] DELETE /v2.0/security-groups/b5bee14a-dc33-40e8-a570-8cd962ce6834 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1067/2316] 10.0.0.45 () {32 vars in 773 bytes} [Tue Jun 23 07:08:51 2026] GET /v2.0/security-groups?tenant_id=2220d907f0d54e63a00972bc4113675d&name=default => generated 2929 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1068/2317] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:08:51 2026] GET /v2.0/ports?device_id=b685b993-75c1-4945-b061-f523bb88994b => generated 1010 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1069/2318] 10.0.0.190 () {34 vars in 1120 bytes} [Tue Jun 23 07:08:51 2026] GET /v2.0/security-groups?id=d3920e95-33ea-4264-a192-86058e46a5ab&id=c85d5bcf-512d-4942-8da8-c1ca27988ab4&fields=id&fields=name => generated 205 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1250/2319] 10.0.0.45 () {32 vars in 739 bytes} [Tue Jun 23 07:08:51 2026] DELETE /v2.0/security-groups/7d206921-4420-4022-9a8c-b95fb9a5a0c7 => 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: 1071/2322] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:08:52 2026] GET /v2.0/ports?device_id=b685b993-75c1-4945-b061-f523bb88994b => generated 1010 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1072/2323] 10.0.0.190 () {34 vars in 1120 bytes} [Tue Jun 23 07:08:52 2026] GET /v2.0/security-groups?id=d3920e95-33ea-4264-a192-86058e46a5ab&id=c85d5bcf-512d-4942-8da8-c1ca27988ab4&fields=id&fields=name => generated 205 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1073/2324] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:08:53 2026] GET /v2.0/ports?device_id=b685b993-75c1-4945-b061-f523bb88994b => generated 1010 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-23 07:08:53.161 7 INFO neutron.db.segments_db [None req-c8f24a36-2db1-4a52-98d9-382443137b44 a631bf9d186043debd1522f2eadbc26c 45370d28536042eca41b561a6427f716 - - default default] Added segment 49141c0b-883d-484f-abe9-47c86a3443d0 of type vxlan for network 5fd42f5d-293b-4e83-9cba-eab7f036d551 [pid: 7|app: 0|req: 1252/2325] 10.0.0.45 () {34 vars in 669 bytes} [Tue Jun 23 07:08:52 2026] POST /v2.0/networks => generated 613 bytes in 486 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-23 07:08:53.442 8 INFO neutron.db.l3_db [None req-576c3a94-d903-42a3-8cfd-9a198c781dd4 5dee7dcfd05d43a5b23d0bca0bea2075 67d103cf62854003977439717c8446c1 - - default default] Floating IP b72d0f85-96b6-4547-8a8f-21a5de481bd3 associated. External IP: 10.96.250.210, port: ee3852eb-a4c4-4bd5-9a98-0736cf1d860b. [pid: 7|app: 0|req: 1253/2326] 10.0.0.45 () {34 vars in 668 bytes} [Tue Jun 23 07:08:53 2026] POST /v2.0/subnets => generated 626 bytes in 264 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-23 07:08:53.583 7 INFO neutron.db.segments_db [None req-309d825b-8c70-4d33-b59b-c7d3f0c7ed4f a631bf9d186043debd1522f2eadbc26c 45370d28536042eca41b561a6427f716 - - default default] Added segment 1b0ed7da-876f-4869-bd87-6175225d2acd of type vxlan for network bd1b5e13-dcca-4b6c-87a1-3aff2dde6e19 [pid: 7|app: 0|req: 1254/2327] 10.0.0.45 () {34 vars in 669 bytes} [Tue Jun 23 07:08:53 2026] POST /v2.0/networks => generated 612 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1074/2328] 10.0.0.45 () {34 vars in 748 bytes} [Tue Jun 23 07:08:53 2026] PUT /v2.0/floatingips/b72d0f85-96b6-4547-8a8f-21a5de481bd3 => generated 855 bytes in 715 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-23 07:08:53.839 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e62c0f88-3111-4d5e-9916-ef21879b8d60'] response: {'name': 'network-changed', 'server_uuid': 'b685b993-75c1-4945-b061-f523bb88994b', 'tag': 'ee3852eb-a4c4-4bd5-9a98-0736cf1d860b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1255/2329] 10.0.0.45 () {34 vars in 668 bytes} [Tue Jun 23 07:08:53 2026] POST /v2.0/subnets => generated 629 bytes in 255 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-23 07:08:53.994 8 INFO neutron.db.segments_db [None req-ef41f834-8b58-4a9b-b854-f91cb3583d0f a631bf9d186043debd1522f2eadbc26c 45370d28536042eca41b561a6427f716 - - default default] Added segment 8bc84362-5690-481c-bc05-aeeb4ee427d7 of type vxlan for network 05de6d1c-e5aa-4b55-ae1d-6187aa57f014 [pid: 8|app: 0|req: 1075/2330] 10.0.0.45 () {34 vars in 669 bytes} [Tue Jun 23 07:08:53 2026] POST /v2.0/networks => generated 612 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1256/2331] 10.0.0.45 () {34 vars in 668 bytes} [Tue Jun 23 07:08:54 2026] POST /v2.0/subnets => generated 629 bytes in 238 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-23 07:08:54.386 8 INFO neutron.db.segments_db [None req-ddad5a22-30de-4f90-9224-e3ad364225c5 a631bf9d186043debd1522f2eadbc26c 45370d28536042eca41b561a6427f716 - - default default] Added segment e0bf57b5-911e-4080-9d3d-f3ce16019593 of type vxlan for network c32c4353-fcfd-4baf-a9fe-997a47003678 [pid: 7|app: 0|req: 1257/2332] 199.204.45.140 () {34 vars in 1080 bytes} [Tue Jun 23 07:08:54 2026] GET /v2.0/ports?tenant_id=67d103cf62854003977439717c8446c1&device_id=b685b993-75c1-4945-b061-f523bb88994b => generated 1279 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1258/2333] 199.204.45.140 () {34 vars in 986 bytes} [Tue Jun 23 07:08:54 2026] GET /v2.0/networks?id=24aafc30-7993-4f77-ad79-f150b14e3a28 => generated 768 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1076/2334] 10.0.0.45 () {34 vars in 669 bytes} [Tue Jun 23 07:08:54 2026] POST /v2.0/networks => generated 613 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1259/2335] 199.204.45.140 () {34 vars in 1058 bytes} [Tue Jun 23 07:08:54 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=ee3852eb-a4c4-4bd5-9a98-0736cf1d860b => generated 858 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1260/2336] 199.204.45.140 () {34 vars in 984 bytes} [Tue Jun 23 07:08:54 2026] GET /v2.0/subnets?id=9fccd79a-adbf-4498-8e0b-43d27d81a5a0 => generated 690 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1261/2337] 199.204.45.140 () {34 vars in 1052 bytes} [Tue Jun 23 07:08:54 2026] GET /v2.0/ports?network_id=24aafc30-7993-4f77-ad79-f150b14e3a28&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: 1262/2338] 199.204.45.140 () {34 vars in 1012 bytes} [Tue Jun 23 07:08:54 2026] GET /v2.0/networks/24aafc30-7993-4f77-ad79-f150b14e3a28?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: 1263/2339] 199.204.45.140 () {34 vars in 1112 bytes} [Tue Jun 23 07:08:54 2026] GET /v2.0/networks/24aafc30-7993-4f77-ad79-f150b14e3a28?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1077/2340] 10.0.0.45 () {34 vars in 668 bytes} [Tue Jun 23 07:08:54 2026] POST /v2.0/subnets => generated 629 bytes in 243 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-23 07:08:54.801 7 INFO neutron.db.segments_db [None req-e0cc21f8-5599-4ef1-95fe-57dc5a5717c5 a631bf9d186043debd1522f2eadbc26c 45370d28536042eca41b561a6427f716 - - default default] Added segment 12fe2af0-eed5-45fd-8574-6e26af492968 of type vxlan for network 5a660814-9e44-4aa5-9832-7ac905967cb4 [pid: 7|app: 0|req: 1264/2341] 10.0.0.45 () {34 vars in 669 bytes} [Tue Jun 23 07:08:54 2026] POST /v2.0/networks => generated 613 bytes in 180 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1078/2342] 10.0.0.45 () {34 vars in 668 bytes} [Tue Jun 23 07:08:54 2026] POST /v2.0/subnets => generated 629 bytes in 333 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1079/2343] 10.0.0.45 () {34 vars in 750 bytes} [Tue Jun 23 07:08:55 2026] PUT /v2.0/subnets/da2c1646-6fb3-4804-b477-ce345384af09/tags => generated 17 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1080/2344] 10.0.0.45 () {34 vars in 750 bytes} [Tue Jun 23 07:08:55 2026] PUT /v2.0/subnets/cb7d540b-2cfb-4ba9-b878-0fe54f958833/tags => generated 25 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1081/2345] 10.0.0.45 () {34 vars in 750 bytes} [Tue Jun 23 07:08:55 2026] PUT /v2.0/subnets/69adb524-4e3c-4666-8694-ec5601f98f9f/tags => generated 34 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1082/2346] 10.0.0.45 () {34 vars in 750 bytes} [Tue Jun 23 07:08:55 2026] PUT /v2.0/subnets/d87cab41-3053-422e-a2b1-43df9a956c72/tags => generated 19 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1083/2347] 10.0.0.45 () {32 vars in 663 bytes} [Tue Jun 23 07:08:55 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1084/2348] 10.0.0.45 () {32 vars in 677 bytes} [Tue Jun 23 07:08:55 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-23 07:08:55.643 7 INFO neutron.db.segments_db [None req-60e6cb6e-c099-4fba-9a45-d2432c53f0e2 0db51acec4cf4c0a82e0150c57199e5f 0d7308fdb58146ab9219ed446920a3b6 - - default default] Added segment d4075014-7b6a-4731-b41a-5a96cea777dd of type vxlan for network 8267581f-2ad8-40b6-bb79-3d889c49299f [pid: 8|app: 0|req: 1085/2349] 10.0.0.45 () {32 vars in 673 bytes} [Tue Jun 23 07:08:55 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1086/2350] 10.0.0.45 () {32 vars in 685 bytes} [Tue Jun 23 07:08:55 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1265/2351] 10.0.0.45 () {34 vars in 669 bytes} [Tue Jun 23 07:08:55 2026] POST /v2.0/networks => generated 613 bytes in 551 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1087/2352] 10.0.0.45 () {32 vars in 671 bytes} [Tue Jun 23 07:08:55 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1088/2353] 10.0.0.45 () {32 vars in 685 bytes} [Tue Jun 23 07:08:55 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1089/2354] 10.0.0.45 () {32 vars in 681 bytes} [Tue Jun 23 07:08:55 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1090/2355] 10.0.0.45 () {32 vars in 693 bytes} [Tue Jun 23 07:08:55 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1266/2356] 10.0.0.45 () {34 vars in 668 bytes} [Tue Jun 23 07:08:55 2026] POST /v2.0/subnets => generated 626 bytes in 298 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1091/2357] 10.0.0.45 () {32 vars in 723 bytes} [Tue Jun 23 07:08:55 2026] DELETE /v2.0/subnets/da2c1646-6fb3-4804-b477-ce345384af09 => 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: 1267/2358] 10.0.0.45 () {34 vars in 750 bytes} [Tue Jun 23 07:08:56 2026] PUT /v2.0/subnets/6101fce2-2a96-485e-a7eb-538557d90723/tags => generated 25 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1268/2359] 10.0.0.45 () {32 vars in 730 bytes} [Tue Jun 23 07:08:56 2026] GET /v2.0/subnets/6101fce2-2a96-485e-a7eb-538557d90723/tags => generated 25 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1092/2360] 10.0.0.45 () {32 vars in 723 bytes} [Tue Jun 23 07:08:56 2026] DELETE /v2.0/subnets/cb7d540b-2cfb-4ba9-b878-0fe54f958833 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1269/2361] 10.0.0.45 () {34 vars in 761 bytes} [Tue Jun 23 07:08:56 2026] PUT /v2.0/subnets/6101fce2-2a96-485e-a7eb-538557d90723/tags/green => generated 4 bytes in 72 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1270/2362] 10.0.0.45 () {32 vars in 730 bytes} [Tue Jun 23 07:08:56 2026] GET /v2.0/subnets/6101fce2-2a96-485e-a7eb-538557d90723/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: 1271/2363] 10.0.0.45 () {34 vars in 757 bytes} [Tue Jun 23 07:08:56 2026] PUT /v2.0/subnets/6101fce2-2a96-485e-a7eb-538557d90723/tags/red => generated 4 bytes in 65 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1093/2364] 10.0.0.45 () {32 vars in 723 bytes} [Tue Jun 23 07:08:56 2026] DELETE /v2.0/subnets/69adb524-4e3c-4666-8694-ec5601f98f9f => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1272/2365] 10.0.0.45 () {32 vars in 730 bytes} [Tue Jun 23 07:08:56 2026] GET /v2.0/subnets/6101fce2-2a96-485e-a7eb-538557d90723/tags => generated 34 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1273/2366] 10.0.0.45 () {34 vars in 779 bytes} [Tue Jun 23 07:08:56 2026] PUT /v2.0/subnets/6101fce2-2a96-485e-a7eb-538557d90723/tags/black.or.white => generated 4 bytes in 90 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1094/2367] 10.0.0.45 () {32 vars in 723 bytes} [Tue Jun 23 07:08:56 2026] DELETE /v2.0/subnets/d87cab41-3053-422e-a2b1-43df9a956c72 => 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: 1274/2368] 10.0.0.45 () {32 vars in 730 bytes} [Tue Jun 23 07:08:56 2026] GET /v2.0/subnets/6101fce2-2a96-485e-a7eb-538557d90723/tags => generated 52 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1275/2369] 10.0.0.45 () {34 vars in 750 bytes} [Tue Jun 23 07:08:56 2026] PUT /v2.0/subnets/6101fce2-2a96-485e-a7eb-538557d90723/tags => generated 37 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1095/2370] 10.0.0.45 () {32 vars in 723 bytes} [Tue Jun 23 07:08:56 2026] DELETE /v2.0/subnets/97bf6bf0-c7fe-4614-bb0a-13c294a1bcfa => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1276/2371] 10.0.0.45 () {32 vars in 730 bytes} [Tue Jun 23 07:08:56 2026] GET /v2.0/subnets/6101fce2-2a96-485e-a7eb-538557d90723/tags => generated 37 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1277/2372] 10.0.0.45 () {32 vars in 738 bytes} [Tue Jun 23 07:08:56 2026] GET /v2.0/subnets/6101fce2-2a96-485e-a7eb-538557d90723/tags/red => generated 0 bytes in 38 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-23 07:08:56.782 7 INFO neutron.api.v2.resource [None req-1bf3ef2f-377f-43a2-8c27-48ef0e640d10 0db51acec4cf4c0a82e0150c57199e5f 0d7308fdb58146ab9219ed446920a3b6 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1278/2373] 10.0.0.45 () {32 vars in 742 bytes} [Tue Jun 23 07:08:56 2026] GET /v2.0/subnets/6101fce2-2a96-485e-a7eb-538557d90723/tags/green => generated 99 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-06-23 07:08:56.800 8 INFO neutron_taas.services.taas.taas_plugin [None req-58f40643-871b-408a-865b-0a5310f4e2e3 a631bf9d186043debd1522f2eadbc26c 45370d28536042eca41b561a6427f716 - - default default] TaaS: Handle Delete Port: 1d603f07-3fc7-446d-b447-2637167bf8e8 2026-06-23 07:08:56.803 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-58f40643-871b-408a-865b-0a5310f4e2e3 a631bf9d186043debd1522f2eadbc26c 45370d28536042eca41b561a6427f716 - - default default] Tap Mirror: Handle Delete Port: 1d603f07-3fc7-446d-b447-2637167bf8e8 [pid: 7|app: 0|req: 1279/2374] 10.0.0.45 () {32 vars in 741 bytes} [Tue Jun 23 07:08:56 2026] DELETE /v2.0/subnets/6101fce2-2a96-485e-a7eb-538557d90723/tags/red => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1280/2375] 10.0.0.45 () {32 vars in 730 bytes} [Tue Jun 23 07:08:56 2026] GET /v2.0/subnets/6101fce2-2a96-485e-a7eb-538557d90723/tags => generated 30 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-23 07:08:56.951 7 INFO neutron.api.v2.resource [None req-a200ffaa-27e7-4aa9-a00d-0ebb80a4e642 0db51acec4cf4c0a82e0150c57199e5f 0d7308fdb58146ab9219ed446920a3b6 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1281/2376] 10.0.0.45 () {32 vars in 745 bytes} [Tue Jun 23 07:08:56 2026] DELETE /v2.0/subnets/6101fce2-2a96-485e-a7eb-538557d90723/tags/green => generated 99 bytes in 59 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-06-23 07:08:57.001 8 INFO neutron.services.segments.plugin [-] Segment 49141c0b-883d-484f-abe9-47c86a3443d0 resource provider aggregate not found 2026-06-23 07:08:57.007 8 INFO neutron.services.segments.plugin [-] Segment 49141c0b-883d-484f-abe9-47c86a3443d0 resource provider aggregate not found 2026-06-23 07:08:57.024 8 INFO neutron.services.segments.plugin [-] Segment 49141c0b-883d-484f-abe9-47c86a3443d0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 49141c0b-883d-484f-abe9-47c86a3443d0 found for delete ", "request_id": "req-ffc3898e-3851-4f41-b6d6-54e67f444893"}]} [pid: 7|app: 0|req: 1282/2377] 10.0.0.45 () {32 vars in 733 bytes} [Tue Jun 23 07:08:56 2026] DELETE /v2.0/subnets/6101fce2-2a96-485e-a7eb-538557d90723/tags => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-23 07:08:57.032 8 INFO neutron.services.segments.plugin [-] Segment 49141c0b-883d-484f-abe9-47c86a3443d0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 49141c0b-883d-484f-abe9-47c86a3443d0 found for delete ", "request_id": "req-c4bae2b0-08d8-41d6-b310-a9da1d36dcd3"}]} [pid: 8|app: 0|req: 1096/2378] 10.0.0.45 () {32 vars in 725 bytes} [Tue Jun 23 07:08:56 2026] DELETE /v2.0/networks/5fd42f5d-293b-4e83-9cba-eab7f036d551 => generated 0 bytes in 339 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1283/2379] 10.0.0.45 () {32 vars in 730 bytes} [Tue Jun 23 07:08:57 2026] GET /v2.0/subnets/6101fce2-2a96-485e-a7eb-538557d90723/tags => generated 12 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1097/2380] 10.0.0.45 () {32 vars in 725 bytes} [Tue Jun 23 07:08:57 2026] DELETE /v2.0/networks/bd1b5e13-dcca-4b6c-87a1-3aff2dde6e19 => 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: 1284/2381] 10.0.0.45 () {32 vars in 723 bytes} [Tue Jun 23 07:08:57 2026] DELETE /v2.0/subnets/6101fce2-2a96-485e-a7eb-538557d90723 => 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: 1098/2382] 10.0.0.45 () {32 vars in 725 bytes} [Tue Jun 23 07:08:57 2026] DELETE /v2.0/networks/05de6d1c-e5aa-4b55-ae1d-6187aa57f014 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-23 07:08:57.345 7 INFO neutron.services.segments.plugin [-] Segment d4075014-7b6a-4731-b41a-5a96cea777dd resource provider aggregate not found 2026-06-23 07:08:57.350 7 INFO neutron.services.segments.plugin [-] Segment d4075014-7b6a-4731-b41a-5a96cea777dd resource provider aggregate not found 2026-06-23 07:08:57.372 7 INFO neutron.services.segments.plugin [-] Segment d4075014-7b6a-4731-b41a-5a96cea777dd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d4075014-7b6a-4731-b41a-5a96cea777dd found for delete ", "request_id": "req-b775da11-c8fd-4227-9fa6-2decbc08ab36"}]} 2026-06-23 07:08:57.374 7 INFO neutron.services.segments.plugin [-] Segment d4075014-7b6a-4731-b41a-5a96cea777dd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d4075014-7b6a-4731-b41a-5a96cea777dd found for delete ", "request_id": "req-6f221ad7-6634-4fa7-83b4-cdfe2f7f55ab"}]} [pid: 7|app: 0|req: 1285/2383] 10.0.0.45 () {32 vars in 725 bytes} [Tue Jun 23 07:08:57 2026] DELETE /v2.0/networks/8267581f-2ad8-40b6-bb79-3d889c49299f => generated 0 bytes in 179 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1099/2384] 10.0.0.45 () {32 vars in 725 bytes} [Tue Jun 23 07:08:57 2026] DELETE /v2.0/networks/c32c4353-fcfd-4baf-a9fe-997a47003678 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1286/2385] 10.0.0.45 () {32 vars in 725 bytes} [Tue Jun 23 07:08:57 2026] DELETE /v2.0/networks/5a660814-9e44-4aa5-9832-7ac905967cb4 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1100/2386] 10.0.0.45 () {32 vars in 773 bytes} [Tue Jun 23 07:08:58 2026] GET /v2.0/security-groups?tenant_id=0d7308fdb58146ab9219ed446920a3b6&name=default => generated 2929 bytes in 277 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1287/2387] 10.0.0.45 () {32 vars in 739 bytes} [Tue Jun 23 07:08:58 2026] DELETE /v2.0/security-groups/a74a5ecf-eae5-40d2-b5cc-44a4e46c4459 => 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: 1288/2388] 10.0.0.45 () {32 vars in 773 bytes} [Tue Jun 23 07:08:58 2026] GET /v2.0/security-groups?tenant_id=40e8b1e6d21648189dd62e088d75f8c5&name=default => generated 2929 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1101/2389] 10.0.0.45 () {32 vars in 773 bytes} [Tue Jun 23 07:08:58 2026] GET /v2.0/security-groups?tenant_id=336bf19fe51e4d9590ec94dc4568494e&name=default => generated 2929 bytes in 342 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1289/2390] 10.0.0.45 () {32 vars in 739 bytes} [Tue Jun 23 07:08:58 2026] DELETE /v2.0/security-groups/9780328a-acf8-4e94-9747-3d49d18d825c => 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: 1102/2391] 10.0.0.45 () {32 vars in 739 bytes} [Tue Jun 23 07:08:58 2026] DELETE /v2.0/security-groups/4c446087-be0c-487d-9b3b-4554b0c0452c => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-23 07:08:59.046 8 INFO neutron.services.segments.plugin [-] Segment 1b0ed7da-876f-4869-bd87-6175225d2acd resource provider aggregate not found 2026-06-23 07:08:59.058 8 INFO neutron.services.segments.plugin [-] Segment 1b0ed7da-876f-4869-bd87-6175225d2acd resource provider aggregate not found [pid: 7|app: 0|req: 1290/2392] 10.0.0.45 () {32 vars in 773 bytes} [Tue Jun 23 07:08:59 2026] GET /v2.0/security-groups?tenant_id=45370d28536042eca41b561a6427f716&name=default => generated 2929 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-23 07:08:59.068 8 INFO neutron.services.segments.plugin [-] Segment 1b0ed7da-876f-4869-bd87-6175225d2acd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1b0ed7da-876f-4869-bd87-6175225d2acd found for delete ", "request_id": "req-06b159c6-067e-46d3-a46b-a728b6f7359c"}]} 2026-06-23 07:08:59.079 8 INFO neutron.services.segments.plugin [-] Segment 1b0ed7da-876f-4869-bd87-6175225d2acd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1b0ed7da-876f-4869-bd87-6175225d2acd found for delete ", "request_id": "req-2b4e331f-33a6-481a-aa53-66bae257f7ea"}]} 2026-06-23 07:08:59.098 8 INFO neutron.services.segments.plugin [-] Segment 8bc84362-5690-481c-bc05-aeeb4ee427d7 resource provider aggregate not found 2026-06-23 07:08:59.103 8 INFO neutron.services.segments.plugin [-] Segment 8bc84362-5690-481c-bc05-aeeb4ee427d7 resource provider aggregate not found 2026-06-23 07:08:59.117 8 INFO neutron.services.segments.plugin [-] Segment 8bc84362-5690-481c-bc05-aeeb4ee427d7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8bc84362-5690-481c-bc05-aeeb4ee427d7 found for delete ", "request_id": "req-308477f4-0250-474e-9e3a-333ec207b3cc"}]} 2026-06-23 07:08:59.124 8 INFO neutron.services.segments.plugin [-] Segment 8bc84362-5690-481c-bc05-aeeb4ee427d7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8bc84362-5690-481c-bc05-aeeb4ee427d7 found for delete ", "request_id": "req-61396a91-86bb-4873-a879-580073bf709c"}]} 2026-06-23 07:08:59.144 8 INFO neutron.services.segments.plugin [-] Segment e0bf57b5-911e-4080-9d3d-f3ce16019593 resource provider aggregate not found 2026-06-23 07:08:59.146 8 INFO neutron.services.segments.plugin [-] Segment e0bf57b5-911e-4080-9d3d-f3ce16019593 resource provider aggregate not found 2026-06-23 07:08:59.164 8 INFO neutron.services.segments.plugin [-] Segment e0bf57b5-911e-4080-9d3d-f3ce16019593 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e0bf57b5-911e-4080-9d3d-f3ce16019593 found for delete ", "request_id": "req-b8734af4-64b3-4c4a-807f-6f5a169686ec"}]} 2026-06-23 07:08:59.168 8 INFO neutron.services.segments.plugin [-] Segment e0bf57b5-911e-4080-9d3d-f3ce16019593 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e0bf57b5-911e-4080-9d3d-f3ce16019593 found for delete ", "request_id": "req-f582a016-76f8-4969-9865-7cdb59231b0a"}]} [pid: 8|app: 0|req: 1103/2393] 10.0.0.45 () {32 vars in 739 bytes} [Tue Jun 23 07:08:59 2026] DELETE /v2.0/security-groups/d439518b-083a-4af4-9b8c-ffa9da74e66e => generated 0 bytes in 172 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-23 07:08:59.401 7 INFO neutron.services.segments.plugin [-] Segment 12fe2af0-eed5-45fd-8574-6e26af492968 resource provider aggregate not found 2026-06-23 07:08:59.408 7 INFO neutron.services.segments.plugin [-] Segment 12fe2af0-eed5-45fd-8574-6e26af492968 resource provider aggregate not found 2026-06-23 07:08:59.427 7 INFO neutron.services.segments.plugin [-] Segment 12fe2af0-eed5-45fd-8574-6e26af492968 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 12fe2af0-eed5-45fd-8574-6e26af492968 found for delete ", "request_id": "req-047d2e46-8533-4313-aa1b-20c2d00169bf"}]} 2026-06-23 07:08:59.437 7 INFO neutron.services.segments.plugin [-] Segment 12fe2af0-eed5-45fd-8574-6e26af492968 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 12fe2af0-eed5-45fd-8574-6e26af492968 found for delete ", "request_id": "req-bc79ccc5-b6c4-4c89-9173-e374852015a6"}]} [pid: 7|app: 0|req: 1291/2394] 10.0.0.45 () {32 vars in 773 bytes} [Tue Jun 23 07:08:59 2026] GET /v2.0/security-groups?tenant_id=2004bb4c8fff4c26a08d2958f672d770&name=default => generated 2929 bytes in 158 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1104/2395] 10.0.0.45 () {32 vars in 739 bytes} [Tue Jun 23 07:08:59 2026] DELETE /v2.0/security-groups/a0088399-1a88-4ece-a064-e6f3b0ff1ed7 => 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: 1292/2396] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:09:01 2026] GET /v2.0/ports?device_id=b685b993-75c1-4945-b061-f523bb88994b => generated 1010 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1105/2397] 10.0.0.190 () {34 vars in 1120 bytes} [Tue Jun 23 07:09:01 2026] GET /v2.0/security-groups?id=d3920e95-33ea-4264-a192-86058e46a5ab&id=c85d5bcf-512d-4942-8da8-c1ca27988ab4&fields=id&fields=name => generated 205 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1293/2398] 10.0.0.45 () {32 vars in 735 bytes} [Tue Jun 23 07:09:01 2026] GET /v2.0/ports?device_id=b685b993-75c1-4945-b061-f523bb88994b => generated 1279 bytes in 281 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1106/2399] 10.0.0.45 () {32 vars in 857 bytes} [Tue Jun 23 07:09:02 2026] GET /v2.0/floatingips?floating_network_id=33d1158f-22d7-40ae-8a3a-9d18a3be1763&port_id=ee3852eb-a4c4-4bd5-9a98-0736cf1d860b => generated 860 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1107/2400] 10.0.0.82 () {34 vars in 989 bytes} [Tue Jun 23 07:09:02 2026] GET /v2.0/ports?device_id=b685b993-75c1-4945-b061-f523bb88994b => generated 1279 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1108/2401] 10.0.0.82 () {34 vars in 1119 bytes} [Tue Jun 23 07:09:02 2026] GET /v2.0/security-groups?id=c85d5bcf-512d-4942-8da8-c1ca27988ab4&id=d3920e95-33ea-4264-a192-86058e46a5ab&fields=id&fields=name => generated 205 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-23 07:09:03.231 7 INFO neutron.db.segments_db [None req-46120263-1eed-422f-b3e2-517835664d15 203c171091a14300bd568c8b0f7944a2 c520827b0d9040849f84bb32b8699693 - - default default] Added segment 1d302b79-4c26-472d-977a-f3d06e05bb49 of type vxlan for network 29aca2e2-903c-4645-9846-dfa8f94136c4 [pid: 7|app: 0|req: 1294/2402] 10.0.0.45 () {34 vars in 669 bytes} [Tue Jun 23 07:09:02 2026] POST /v2.0/networks => generated 613 bytes in 481 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1109/2403] 10.0.0.45 () {34 vars in 752 bytes} [Tue Jun 23 07:09:03 2026] PUT /v2.0/networks/29aca2e2-903c-4645-9846-dfa8f94136c4/tags => generated 25 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1295/2404] 10.0.0.45 () {32 vars in 732 bytes} [Tue Jun 23 07:09:03 2026] GET /v2.0/networks/29aca2e2-903c-4645-9846-dfa8f94136c4/tags => generated 25 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1110/2405] 10.0.0.45 () {34 vars in 763 bytes} [Tue Jun 23 07:09:03 2026] PUT /v2.0/networks/29aca2e2-903c-4645-9846-dfa8f94136c4/tags/green => generated 4 bytes in 75 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1296/2406] 10.0.0.45 () {32 vars in 732 bytes} [Tue Jun 23 07:09:03 2026] GET /v2.0/networks/29aca2e2-903c-4645-9846-dfa8f94136c4/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: 1111/2407] 10.0.0.45 () {34 vars in 759 bytes} [Tue Jun 23 07:09:03 2026] PUT /v2.0/networks/29aca2e2-903c-4645-9846-dfa8f94136c4/tags/red => generated 4 bytes in 64 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1297/2408] 10.0.0.45 () {32 vars in 732 bytes} [Tue Jun 23 07:09:03 2026] GET /v2.0/networks/29aca2e2-903c-4645-9846-dfa8f94136c4/tags => generated 34 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1112/2409] 10.0.0.45 () {34 vars in 781 bytes} [Tue Jun 23 07:09:03 2026] PUT /v2.0/networks/29aca2e2-903c-4645-9846-dfa8f94136c4/tags/black.or.white => generated 4 bytes in 86 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1298/2410] 10.0.0.45 () {32 vars in 732 bytes} [Tue Jun 23 07:09:03 2026] GET /v2.0/networks/29aca2e2-903c-4645-9846-dfa8f94136c4/tags => generated 52 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1113/2411] 10.0.0.45 () {34 vars in 752 bytes} [Tue Jun 23 07:09:03 2026] PUT /v2.0/networks/29aca2e2-903c-4645-9846-dfa8f94136c4/tags => generated 37 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1299/2412] 10.0.0.45 () {32 vars in 732 bytes} [Tue Jun 23 07:09:03 2026] GET /v2.0/networks/29aca2e2-903c-4645-9846-dfa8f94136c4/tags => generated 37 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1114/2413] 10.0.0.45 () {32 vars in 740 bytes} [Tue Jun 23 07:09:03 2026] GET /v2.0/networks/29aca2e2-903c-4645-9846-dfa8f94136c4/tags/red => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-23 07:09:04.028 7 INFO neutron.api.v2.resource [None req-5b1c7c16-d4c5-457d-889f-53ba51817abf 203c171091a14300bd568c8b0f7944a2 c520827b0d9040849f84bb32b8699693 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1300/2414] 10.0.0.45 () {32 vars in 744 bytes} [Tue Jun 23 07:09:03 2026] GET /v2.0/networks/29aca2e2-903c-4645-9846-dfa8f94136c4/tags/green => generated 99 bytes in 61 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1115/2415] 10.0.0.45 () {32 vars in 743 bytes} [Tue Jun 23 07:09:04 2026] DELETE /v2.0/networks/29aca2e2-903c-4645-9846-dfa8f94136c4/tags/red => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1301/2416] 10.0.0.45 () {32 vars in 732 bytes} [Tue Jun 23 07:09:04 2026] GET /v2.0/networks/29aca2e2-903c-4645-9846-dfa8f94136c4/tags => generated 30 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-23 07:09:04.236 8 INFO neutron.api.v2.resource [None req-7e8b2b59-80a5-424a-9bd3-5e773aebc5ae 203c171091a14300bd568c8b0f7944a2 c520827b0d9040849f84bb32b8699693 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1116/2417] 10.0.0.45 () {32 vars in 747 bytes} [Tue Jun 23 07:09:04 2026] DELETE /v2.0/networks/29aca2e2-903c-4645-9846-dfa8f94136c4/tags/green => generated 99 bytes in 68 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1302/2418] 10.0.0.45 () {32 vars in 735 bytes} [Tue Jun 23 07:09:04 2026] DELETE /v2.0/networks/29aca2e2-903c-4645-9846-dfa8f94136c4/tags => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1117/2419] 10.0.0.45 () {32 vars in 732 bytes} [Tue Jun 23 07:09:04 2026] GET /v2.0/networks/29aca2e2-903c-4645-9846-dfa8f94136c4/tags => generated 12 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-23 07:09:04.493 7 INFO neutron.services.segments.plugin [-] Segment 1d302b79-4c26-472d-977a-f3d06e05bb49 resource provider aggregate not found 2026-06-23 07:09:04.501 7 INFO neutron.services.segments.plugin [-] Segment 1d302b79-4c26-472d-977a-f3d06e05bb49 resource provider aggregate not found 2026-06-23 07:09:04.520 7 INFO neutron.services.segments.plugin [-] Segment 1d302b79-4c26-472d-977a-f3d06e05bb49 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1d302b79-4c26-472d-977a-f3d06e05bb49 found for delete ", "request_id": "req-70c6aef1-8340-4611-a962-425600247885"}]} 2026-06-23 07:09:04.521 7 INFO neutron.services.segments.plugin [-] Segment 1d302b79-4c26-472d-977a-f3d06e05bb49 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1d302b79-4c26-472d-977a-f3d06e05bb49 found for delete ", "request_id": "req-b87e5185-8b2d-4a0a-8817-6ea3a1aeb84d"}]} [pid: 7|app: 0|req: 1303/2420] 10.0.0.45 () {32 vars in 725 bytes} [Tue Jun 23 07:09:04 2026] DELETE /v2.0/networks/29aca2e2-903c-4645-9846-dfa8f94136c4 => 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: 1118/2421] 10.0.0.45 () {32 vars in 773 bytes} [Tue Jun 23 07:09:05 2026] GET /v2.0/security-groups?tenant_id=f8806052752d4bce95766d47351e44fb&name=default => generated 2929 bytes in 361 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1304/2422] 10.0.0.45 () {32 vars in 739 bytes} [Tue Jun 23 07:09:05 2026] DELETE /v2.0/security-groups/4cd3fd44-5c52-4bee-8995-1cfd6966ddd9 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1119/2423] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:09:05 2026] GET /v2.0/ports?device_id=b685b993-75c1-4945-b061-f523bb88994b => generated 1010 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1305/2424] 10.0.0.190 () {34 vars in 1120 bytes} [Tue Jun 23 07:09:05 2026] GET /v2.0/security-groups?id=d3920e95-33ea-4264-a192-86058e46a5ab&id=c85d5bcf-512d-4942-8da8-c1ca27988ab4&fields=id&fields=name => generated 205 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1120/2425] 10.0.0.45 () {32 vars in 773 bytes} [Tue Jun 23 07:09:05 2026] GET /v2.0/security-groups?tenant_id=c520827b0d9040849f84bb32b8699693&name=default => generated 2929 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1306/2426] 10.0.0.45 () {32 vars in 739 bytes} [Tue Jun 23 07:09:05 2026] DELETE /v2.0/security-groups/de69d367-bfd1-4053-97e7-048df67f3bea => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1308/2429] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:09:06 2026] GET /v2.0/ports?device_id=b685b993-75c1-4945-b061-f523bb88994b => generated 1010 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1122/2430] 10.0.0.190 () {34 vars in 1120 bytes} [Tue Jun 23 07:09:07 2026] GET /v2.0/security-groups?id=d3920e95-33ea-4264-a192-86058e46a5ab&id=c85d5bcf-512d-4942-8da8-c1ca27988ab4&fields=id&fields=name => generated 205 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1309/2431] 199.204.45.140 () {34 vars in 994 bytes} [Tue Jun 23 07:09:08 2026] GET /v2.0/ports?device_id=b685b993-75c1-4945-b061-f523bb88994b => generated 1010 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1310/2432] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:09:08 2026] GET /v2.0/ports?device_id=b685b993-75c1-4945-b061-f523bb88994b => generated 1010 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-23 07:09:08.273 8 INFO neutron_taas.services.taas.taas_plugin [req-59031bad-5f74-46ff-ad0e-ee9153e8b78f req-f78dcf29-c7f8-4d6d-a950-95e73e710be6 5dee7dcfd05d43a5b23d0bca0bea2075 67d103cf62854003977439717c8446c1 - - default default] TaaS: Handle Delete Port: ee3852eb-a4c4-4bd5-9a98-0736cf1d860b 2026-06-23 07:09:08.276 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-59031bad-5f74-46ff-ad0e-ee9153e8b78f req-f78dcf29-c7f8-4d6d-a950-95e73e710be6 5dee7dcfd05d43a5b23d0bca0bea2075 67d103cf62854003977439717c8446c1 - - default default] Tap Mirror: Handle Delete Port: ee3852eb-a4c4-4bd5-9a98-0736cf1d860b [pid: 7|app: 0|req: 1311/2433] 10.0.0.190 () {34 vars in 1120 bytes} [Tue Jun 23 07:09:08 2026] GET /v2.0/security-groups?id=d3920e95-33ea-4264-a192-86058e46a5ab&id=c85d5bcf-512d-4942-8da8-c1ca27988ab4&fields=id&fields=name => generated 205 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-23 07:09:08.397 8 INFO neutron.db.l3_db [req-59031bad-5f74-46ff-ad0e-ee9153e8b78f req-f78dcf29-c7f8-4d6d-a950-95e73e710be6 5dee7dcfd05d43a5b23d0bca0bea2075 67d103cf62854003977439717c8446c1 - - default default] Floating IP b72d0f85-96b6-4547-8a8f-21a5de481bd3 disassociated. External IP: 10.96.250.210, port: ee3852eb-a4c4-4bd5-9a98-0736cf1d860b. 2026-06-23 07:09:08.654 7 INFO neutron.db.segments_db [None req-d88cd507-4a35-41fa-a885-fd36d8a13a8d 0e6e409c596447b1ae7bb5256e8307b3 6d8855672d0b4d378a25c70af7e89534 - - default default] Added segment 14b15a9b-1023-415b-9b71-d5b8c89f2562 of type vxlan for network f698c9f8-7bab-4c8a-baad-311f70ca9293 [pid: 7|app: 0|req: 1312/2434] 10.0.0.45 () {34 vars in 669 bytes} [Tue Jun 23 07:09:08 2026] POST /v2.0/networks => generated 621 bytes in 431 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1123/2435] 199.204.45.140 () {36 vars in 997 bytes} [Tue Jun 23 07:09:08 2026] DELETE /v2.0/ports/ee3852eb-a4c4-4bd5-9a98-0736cf1d860b => generated 0 bytes in 623 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-23 07:09:08.827 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e8a1116d-2803-4c1a-9115-a84e2e759c78'] response: {'server_uuid': 'b685b993-75c1-4945-b061-f523bb88994b', 'name': 'network-vif-deleted', 'tag': 'ee3852eb-a4c4-4bd5-9a98-0736cf1d860b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1313/2436] 10.0.0.45 () {34 vars in 668 bytes} [Tue Jun 23 07:09:08 2026] POST /v2.0/subnets => generated 656 bytes in 270 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1124/2437] 10.0.0.45 () {32 vars in 721 bytes} [Tue Jun 23 07:09:09 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1314/2438] 10.0.0.45 () {34 vars in 668 bytes} [Tue Jun 23 07:09:09 2026] POST /v2.0/subnets => generated 732 bytes in 222 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1315/2439] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:09:09 2026] GET /v2.0/ports?device_id=b685b993-75c1-4945-b061-f523bb88994b => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-23 07:09:09.372 8 INFO neutron.db.segments_db [None req-4f7a157a-d986-4cf6-927a-523aa7deddaf 0e6e409c596447b1ae7bb5256e8307b3 6d8855672d0b4d378a25c70af7e89534 - - default default] Added segment 504594e0-9ef5-4d1d-a07a-4bb9c8358bf6 of type vxlan for network 5c8e068f-d71d-48c4-a848-9d4a90195805 [pid: 8|app: 0|req: 1125/2440] 10.0.0.45 () {34 vars in 669 bytes} [Tue Jun 23 07:09:09 2026] POST /v2.0/networks => generated 619 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1316/2441] 10.0.0.45 () {34 vars in 668 bytes} [Tue Jun 23 07:09:09 2026] POST /v2.0/subnets => generated 655 bytes in 243 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1126/2442] 10.0.0.45 () {34 vars in 668 bytes} [Tue Jun 23 07:09:09 2026] POST /v2.0/subnets => generated 726 bytes in 260 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-23 07:09:10.042 7 INFO neutron.db.segments_db [None req-6fb6e8f1-dd39-4c95-a52b-9817e874d9a9 0e6e409c596447b1ae7bb5256e8307b3 6d8855672d0b4d378a25c70af7e89534 - - default default] Added segment 36eb847e-1d09-4f2f-9bf4-8b1fe5971da1 of type vxlan for network 95d18074-32fa-4e15-b0a4-53d67e915e98 [pid: 7|app: 0|req: 1317/2443] 10.0.0.45 () {34 vars in 669 bytes} [Tue Jun 23 07:09:09 2026] POST /v2.0/networks => generated 619 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1127/2444] 10.0.0.45 () {34 vars in 668 bytes} [Tue Jun 23 07:09:10 2026] POST /v2.0/subnets => generated 655 bytes in 238 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1128/2445] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:09:10 2026] GET /v2.0/ports?device_id=b685b993-75c1-4945-b061-f523bb88994b => 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: 1318/2446] 10.0.0.45 () {34 vars in 668 bytes} [Tue Jun 23 07:09:10 2026] POST /v2.0/subnets => generated 729 bytes in 271 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-23 07:09:10.706 8 INFO neutron.db.segments_db [None req-11f99cad-854b-4bda-8e4e-937e94b4e141 0e6e409c596447b1ae7bb5256e8307b3 6d8855672d0b4d378a25c70af7e89534 - - default default] Added segment 65619cc8-b162-4242-b65b-50bf301def2b of type vxlan for network 5d0c6966-ef2b-47b5-ad17-9234de0654d9 2026-06-23 07:09:10.975 8 INFO neutron.db.l3_hamode_db [None req-11f99cad-854b-4bda-8e4e-937e94b4e141 0e6e409c596447b1ae7bb5256e8307b3 6d8855672d0b4d378a25c70af7e89534 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1319/2447] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:09:11 2026] GET /v2.0/ports?device_id=b685b993-75c1-4945-b061-f523bb88994b => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-23 07:09:11.808 8 INFO neutron.db.l3_hamode_db [None req-11f99cad-854b-4bda-8e4e-937e94b4e141 0e6e409c596447b1ae7bb5256e8307b3 6d8855672d0b4d378a25c70af7e89534 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1129/2448] 10.0.0.45 () {34 vars in 668 bytes} [Tue Jun 23 07:09:10 2026] POST /v2.0/routers => generated 685 bytes in 2066 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1130/2449] 10.0.0.45 () {32 vars in 739 bytes} [Tue Jun 23 07:09:13 2026] DELETE /v2.0/security-groups/d3920e95-33ea-4264-a192-86058e46a5ab => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-23 07:09:13.392 8 INFO neutron.api.v2.resource [None req-4bd67adb-7ba8-4cc6-97be-3bb27103d399 5dee7dcfd05d43a5b23d0bca0bea2075 67d103cf62854003977439717c8446c1 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1131/2450] 10.0.0.45 () {32 vars in 736 bytes} [Tue Jun 23 07:09:13 2026] GET /v2.0/security-groups/d3920e95-33ea-4264-a192-86058e46a5ab => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-23 07:09:13.503 8 INFO neutron_taas.services.taas.taas_plugin [None req-0cbc2e61-40bd-4f11-8478-b04a9093afd9 5dee7dcfd05d43a5b23d0bca0bea2075 67d103cf62854003977439717c8446c1 - - default default] TaaS: Handle Delete Port: c2380d3e-58a7-4950-ad35-2498f5629c05 2026-06-23 07:09:13.505 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0cbc2e61-40bd-4f11-8478-b04a9093afd9 5dee7dcfd05d43a5b23d0bca0bea2075 67d103cf62854003977439717c8446c1 - - default default] Tap Mirror: Handle Delete Port: c2380d3e-58a7-4950-ad35-2498f5629c05 [pid: 8|app: 0|req: 1132/2451] 10.0.0.45 () {32 vars in 731 bytes} [Tue Jun 23 07:09:13 2026] DELETE /v2.0/floatingips/b72d0f85-96b6-4547-8a8f-21a5de481bd3 => generated 0 bytes in 278 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1133/2452] 10.0.0.45 () {32 vars in 739 bytes} [Tue Jun 23 07:09:13 2026] DELETE /v2.0/security-groups/c85d5bcf-512d-4942-8da8-c1ca27988ab4 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1320/2453] 10.0.0.45 () {34 vars in 782 bytes} [Tue Jun 23 07:09:12 2026] PUT /v2.0/routers/01861c83-fa8b-441f-9c8a-f1eaa7fe52ed/add_router_interface => generated 309 bytes in 1550 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-23 07:09:14.325 8 INFO neutron_taas.services.taas.taas_plugin [None req-34a2710d-dd0d-43bb-b3da-faee576f5300 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] TaaS: Handle Delete Port: c7097469-5e18-4a49-9eba-e59cd186234b 2026-06-23 07:09:14.328 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-34a2710d-dd0d-43bb-b3da-faee576f5300 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] Tap Mirror: Handle Delete Port: c7097469-5e18-4a49-9eba-e59cd186234b [pid: 8|app: 0|req: 1134/2454] 10.0.0.45 () {34 vars in 788 bytes} [Tue Jun 23 07:09:13 2026] PUT /v2.0/routers/8caa4b34-1069-40fe-af1e-7d1754fdca53/remove_router_interface => generated 309 bytes in 1178 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-23 07:09:15.264 8 INFO neutron_taas.services.taas.taas_plugin [None req-c88ee27c-3172-4aed-8c52-fa6bd4fd6ac2 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] TaaS: Handle Delete Port: 6df1f84b-d2f8-4055-ad48-fd7ca8fc3908 2026-06-23 07:09:15.266 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c88ee27c-3172-4aed-8c52-fa6bd4fd6ac2 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] Tap Mirror: Handle Delete Port: 6df1f84b-d2f8-4055-ad48-fd7ca8fc3908 2026-06-23 07:09:15.590 8 INFO neutron_taas.services.taas.taas_plugin [None req-c88ee27c-3172-4aed-8c52-fa6bd4fd6ac2 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] TaaS: Handle Delete Port: 8a1e08ec-cd4c-431c-a7be-0d2cfd58efba 2026-06-23 07:09:15.593 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c88ee27c-3172-4aed-8c52-fa6bd4fd6ac2 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] Tap Mirror: Handle Delete Port: 8a1e08ec-cd4c-431c-a7be-0d2cfd58efba [pid: 7|app: 0|req: 1321/2455] 10.0.0.45 () {34 vars in 782 bytes} [Tue Jun 23 07:09:14 2026] PUT /v2.0/routers/01861c83-fa8b-441f-9c8a-f1eaa7fe52ed/add_router_interface => generated 309 bytes in 1635 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-23 07:09:16.048 8 INFO neutron.services.segments.plugin [-] Segment 17694a68-cffb-4b43-a9ba-3b59cab88155 resource provider aggregate not found 2026-06-23 07:09:16.052 8 INFO neutron.services.segments.plugin [-] Segment 17694a68-cffb-4b43-a9ba-3b59cab88155 resource provider aggregate not found 2026-06-23 07:09:16.085 8 INFO neutron.services.segments.plugin [-] Segment 17694a68-cffb-4b43-a9ba-3b59cab88155 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 17694a68-cffb-4b43-a9ba-3b59cab88155 found for delete ", "request_id": "req-84e1a556-31ac-452d-acf1-f358cf5a9d5b"}]} 2026-06-23 07:09:16.094 8 INFO neutron.services.segments.plugin [-] Segment 17694a68-cffb-4b43-a9ba-3b59cab88155 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 17694a68-cffb-4b43-a9ba-3b59cab88155 found for delete ", "request_id": "req-4550eb9f-e569-4b38-a142-f5c30237e14e"}]} 2026-06-23 07:09:16.116 8 INFO neutron.db.l3_hamode_db [None req-c88ee27c-3172-4aed-8c52-fa6bd4fd6ac2 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] HA network bcea1a74-58ff-458b-87d7-4cb3278c37de was deleted as no HA routers are present in tenant 67d103cf62854003977439717c8446c1. [pid: 8|app: 0|req: 1135/2456] 10.0.0.45 () {32 vars in 723 bytes} [Tue Jun 23 07:09:15 2026] DELETE /v2.0/routers/8caa4b34-1069-40fe-af1e-7d1754fdca53 => generated 0 bytes in 1073 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1136/2457] 10.0.0.45 () {32 vars in 723 bytes} [Tue Jun 23 07:09:16 2026] DELETE /v2.0/subnets/9fccd79a-adbf-4498-8e0b-43d27d81a5a0 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-23 07:09:16.379 8 INFO neutron_taas.services.taas.taas_plugin [None req-abfc72f0-95f6-45a3-bc87-5f9bb530df38 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] TaaS: Handle Delete Port: 9b4e68d6-43f4-48d5-9bcb-78f32fb26930 2026-06-23 07:09:16.382 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-abfc72f0-95f6-45a3-bc87-5f9bb530df38 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] Tap Mirror: Handle Delete Port: 9b4e68d6-43f4-48d5-9bcb-78f32fb26930 [pid: 8|app: 0|req: 1137/2458] 10.0.0.45 () {32 vars in 725 bytes} [Tue Jun 23 07:09:16 2026] DELETE /v2.0/networks/24aafc30-7993-4f77-ad79-f150b14e3a28 => generated 0 bytes in 411 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-23 07:09:17.110 8 INFO neutron_taas.services.taas.taas_plugin [None req-856df0c8-f556-4b40-b048-530cb8f7e56a 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] TaaS: Handle Delete Port: e01be74d-ce01-4bc4-892b-3cb5709a1bd0 2026-06-23 07:09:17.114 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-856df0c8-f556-4b40-b048-530cb8f7e56a 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] Tap Mirror: Handle Delete Port: e01be74d-ce01-4bc4-892b-3cb5709a1bd0 [pid: 8|app: 0|req: 1138/2459] 10.0.0.45 () {34 vars in 788 bytes} [Tue Jun 23 07:09:16 2026] PUT /v2.0/routers/c4ce11e9-ee78-4eea-8f7d-37189ea304ba/remove_router_interface => generated 309 bytes in 1061 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1322/2460] 10.0.0.45 () {34 vars in 782 bytes} [Tue Jun 23 07:09:15 2026] PUT /v2.0/routers/01861c83-fa8b-441f-9c8a-f1eaa7fe52ed/add_router_interface => generated 309 bytes in 1855 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1323/2461] 10.0.0.45 () {34 vars in 683 bytes} [Tue Jun 23 07:09:17 2026] POST /v2.0/security-groups => generated 1630 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-23 07:09:18.023 8 INFO neutron_taas.services.taas.taas_plugin [None req-3598ec30-1b46-4d20-b00c-7a9ed8a1e911 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] TaaS: Handle Delete Port: a05aa618-dda9-47cb-9f9d-67b391e6431c 2026-06-23 07:09:18.027 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3598ec30-1b46-4d20-b00c-7a9ed8a1e911 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] Tap Mirror: Handle Delete Port: a05aa618-dda9-47cb-9f9d-67b391e6431c 2026-06-23 07:09:18.110 8 INFO neutron.services.segments.plugin [-] Segment 74ccf365-b218-4def-b64c-706523453753 resource provider aggregate not found 2026-06-23 07:09:18.120 8 INFO neutron.services.segments.plugin [-] Segment 74ccf365-b218-4def-b64c-706523453753 resource provider aggregate not found 2026-06-23 07:09:18.132 8 INFO neutron.services.segments.plugin [-] Segment 74ccf365-b218-4def-b64c-706523453753 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 74ccf365-b218-4def-b64c-706523453753 found for delete ", "request_id": "req-75412864-df8d-41ae-8c84-6d30704a53ab"}]} [pid: 7|app: 0|req: 1324/2462] 10.0.0.45 () {34 vars in 694 bytes} [Tue Jun 23 07:09:17 2026] POST /v2.0/security-group-rules => generated 597 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-23 07:09:18.142 8 INFO neutron.services.segments.plugin [-] Segment 74ccf365-b218-4def-b64c-706523453753 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 74ccf365-b218-4def-b64c-706523453753 found for delete ", "request_id": "req-521c0870-2da8-4385-84f8-1fcd833ba32f"}]} [pid: 7|app: 0|req: 1325/2463] 10.0.0.45 () {34 vars in 694 bytes} [Tue Jun 23 07:09:18 2026] POST /v2.0/security-group-rules => generated 597 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-23 07:09:18.352 8 INFO neutron_taas.services.taas.taas_plugin [None req-3598ec30-1b46-4d20-b00c-7a9ed8a1e911 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] TaaS: Handle Delete Port: b2703a46-d3c7-448e-9fe1-467174305084 2026-06-23 07:09:18.355 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3598ec30-1b46-4d20-b00c-7a9ed8a1e911 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] Tap Mirror: Handle Delete Port: b2703a46-d3c7-448e-9fe1-467174305084 [pid: 7|app: 0|req: 1326/2464] 10.0.0.45 () {34 vars in 694 bytes} [Tue Jun 23 07:09:18 2026] POST /v2.0/security-group-rules => generated 599 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1327/2465] 10.0.0.45 () {34 vars in 694 bytes} [Tue Jun 23 07:09:18 2026] POST /v2.0/security-group-rules => generated 601 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1328/2466] 10.0.0.45 () {34 vars in 694 bytes} [Tue Jun 23 07:09:18 2026] POST /v2.0/security-group-rules => generated 601 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-23 07:09:18.827 8 INFO neutron.db.l3_hamode_db [None req-3598ec30-1b46-4d20-b00c-7a9ed8a1e911 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] HA network a2650683-42fe-4abd-851a-d648cfbcd7d8 was deleted as no HA routers are present in tenant b8a4e2dcd65b47f39e281d96d9a89151. [pid: 8|app: 0|req: 1139/2467] 10.0.0.45 () {32 vars in 723 bytes} [Tue Jun 23 07:09:17 2026] DELETE /v2.0/routers/c4ce11e9-ee78-4eea-8f7d-37189ea304ba => generated 0 bytes in 1066 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1329/2468] 10.0.0.45 () {34 vars in 694 bytes} [Tue Jun 23 07:09:18 2026] POST /v2.0/security-group-rules => generated 597 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1140/2469] 10.0.0.45 () {32 vars in 723 bytes} [Tue Jun 23 07:09:18 2026] DELETE /v2.0/subnets/756bf040-aa37-4e53-99e9-34aaf94a66ff => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1330/2470] 10.0.0.45 () {34 vars in 694 bytes} [Tue Jun 23 07:09:18 2026] POST /v2.0/security-group-rules => generated 597 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-23 07:09:19.065 8 INFO neutron_taas.services.taas.taas_plugin [None req-7a032e71-8662-45be-bc79-7246579c8735 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] TaaS: Handle Delete Port: e79fdac9-0e02-4879-8a12-4f57835c34e7 2026-06-23 07:09:19.067 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7a032e71-8662-45be-bc79-7246579c8735 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] Tap Mirror: Handle Delete Port: e79fdac9-0e02-4879-8a12-4f57835c34e7 [pid: 7|app: 0|req: 1331/2471] 10.0.0.45 () {34 vars in 694 bytes} [Tue Jun 23 07:09:19 2026] POST /v2.0/security-group-rules => generated 597 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1141/2472] 10.0.0.45 () {32 vars in 725 bytes} [Tue Jun 23 07:09:18 2026] DELETE /v2.0/networks/557f963f-3465-470d-a1d3-12a13e72b553 => generated 0 bytes in 308 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1332/2473] 10.0.0.45 () {34 vars in 694 bytes} [Tue Jun 23 07:09:19 2026] POST /v2.0/security-group-rules => generated 599 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1142/2474] 10.0.0.45 () {34 vars in 694 bytes} [Tue Jun 23 07:09:19 2026] POST /v2.0/security-group-rules => generated 601 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1333/2475] 10.0.0.45 () {32 vars in 773 bytes} [Tue Jun 23 07:09:19 2026] GET /v2.0/security-groups?tenant_id=67d103cf62854003977439717c8446c1&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: 1334/2476] 10.0.0.45 () {32 vars in 739 bytes} [Tue Jun 23 07:09:19 2026] DELETE /v2.0/security-groups/7dfd370e-10ab-4b47-a5d3-230bf7dc2072 => 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: 1143/2477] 10.0.0.45 () {34 vars in 694 bytes} [Tue Jun 23 07:09:19 2026] POST /v2.0/security-group-rules => generated 597 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1335/2478] 10.0.0.45 () {32 vars in 773 bytes} [Tue Jun 23 07:09:19 2026] GET /v2.0/security-groups?tenant_id=b8a4e2dcd65b47f39e281d96d9a89151&name=default => generated 2925 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1144/2479] 10.0.0.45 () {32 vars in 739 bytes} [Tue Jun 23 07:09:19 2026] DELETE /v2.0/security-groups/1214d984-d9e4-44ab-a7eb-74bc9e401cbc => 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: 1336/2480] 10.0.0.190 () {34 vars in 1096 bytes} [Tue Jun 23 07:09:20 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1006921065&fields=id&tenant_id=6d8855672d0b4d378a25c70af7e89534 => generated 69 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-23 07:09:20.153 8 INFO neutron.services.segments.plugin [-] Segment 06a7db29-7224-4f57-9ebb-d0e7f6fcc562 resource provider aggregate not found 2026-06-23 07:09:20.160 8 INFO neutron.services.segments.plugin [-] Segment 06a7db29-7224-4f57-9ebb-d0e7f6fcc562 resource provider aggregate not found 2026-06-23 07:09:20.182 8 INFO neutron.services.segments.plugin [-] Segment 06a7db29-7224-4f57-9ebb-d0e7f6fcc562 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 06a7db29-7224-4f57-9ebb-d0e7f6fcc562 found for delete ", "request_id": "req-e0e6c9d3-5df4-4f33-b917-ec0c9915639f"}]} [pid: 8|app: 0|req: 1145/2481] 10.0.0.190 () {34 vars in 982 bytes} [Tue Jun 23 07:09:20 2026] GET /v2.0/networks?id=5c8e068f-d71d-48c4-a848-9d4a90195805 => generated 705 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-23 07:09:20.186 8 INFO neutron.services.segments.plugin [-] Segment 06a7db29-7224-4f57-9ebb-d0e7f6fcc562 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 06a7db29-7224-4f57-9ebb-d0e7f6fcc562 found for delete ", "request_id": "req-c2bd6a5d-cb74-468e-ba6c-0c7d7f5479e6"}]} [pid: 7|app: 0|req: 1337/2482] 10.0.0.190 () {34 vars in 965 bytes} [Tue Jun 23 07:09:20 2026] GET /v2.0/quotas/6d8855672d0b4d378a25c70af7e89534 => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-23 07:09:20.203 8 INFO neutron.services.segments.plugin [-] Segment 79551253-a53a-43c5-8aaa-300a7d0bfb10 resource provider aggregate not found 2026-06-23 07:09:20.210 8 INFO neutron.services.segments.plugin [-] Segment 79551253-a53a-43c5-8aaa-300a7d0bfb10 resource provider aggregate not found 2026-06-23 07:09:20.225 8 INFO neutron.services.segments.plugin [-] Segment 79551253-a53a-43c5-8aaa-300a7d0bfb10 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 79551253-a53a-43c5-8aaa-300a7d0bfb10 found for delete ", "request_id": "req-849a253e-0630-4003-9c57-5890e1b8f65c"}]} 2026-06-23 07:09:20.226 8 INFO neutron.services.segments.plugin [-] Segment 79551253-a53a-43c5-8aaa-300a7d0bfb10 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 79551253-a53a-43c5-8aaa-300a7d0bfb10 found for delete ", "request_id": "req-b37c0169-6c26-4c99-b69e-8e4b93b7ac66"}]} [pid: 8|app: 0|req: 1146/2483] 10.0.0.190 () {34 vars in 1002 bytes} [Tue Jun 23 07:09:20 2026] GET /v2.0/ports?tenant_id=6d8855672d0b4d378a25c70af7e89534&fields=id => generated 287 bytes in 209 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1338/2484] 10.0.0.190 () {34 vars in 1008 bytes} [Tue Jun 23 07:09:20 2026] GET /v2.0/networks/5c8e068f-d71d-48c4-a848-9d4a90195805?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: 1147/2485] 10.0.0.190 () {34 vars in 1108 bytes} [Tue Jun 23 07:09:20 2026] GET /v2.0/networks/5c8e068f-d71d-48c4-a848-9d4a90195805?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: 1339/2486] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:09:20 2026] GET /v2.0/ports?device_id=091c124f-82d1-4bf4-8962-b4e856e59038 => 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: 1149/2489] 10.0.0.45 () {34 vars in 675 bytes} [Tue Jun 23 07:09:24 2026] POST /v2.0/subnetpools => generated 516 bytes in 228 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1341/2490] 10.0.0.45 () {34 vars in 675 bytes} [Tue Jun 23 07:09:24 2026] POST /v2.0/subnetpools => generated 516 bytes in 60 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1150/2491] 10.0.0.45 () {34 vars in 675 bytes} [Tue Jun 23 07:09:24 2026] POST /v2.0/subnetpools => generated 516 bytes in 51 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1342/2492] 10.0.0.45 () {34 vars in 675 bytes} [Tue Jun 23 07:09:24 2026] POST /v2.0/subnetpools => generated 516 bytes in 55 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1151/2493] 10.0.0.45 () {34 vars in 675 bytes} [Tue Jun 23 07:09:24 2026] POST /v2.0/subnetpools => generated 516 bytes in 56 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1343/2494] 10.0.0.45 () {34 vars in 758 bytes} [Tue Jun 23 07:09:24 2026] PUT /v2.0/subnetpools/4aae74d0-466c-4727-b8c9-6750e449e719/tags => generated 17 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1152/2495] 10.0.0.45 () {34 vars in 758 bytes} [Tue Jun 23 07:09:24 2026] PUT /v2.0/subnetpools/0bc4724e-8e5e-487b-a4ae-13d364ce2902/tags => generated 25 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1344/2496] 10.0.0.45 () {34 vars in 758 bytes} [Tue Jun 23 07:09:24 2026] PUT /v2.0/subnetpools/748d29c4-4205-4dc4-a801-b7efb7784ef6/tags => generated 34 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1153/2497] 10.0.0.45 () {34 vars in 758 bytes} [Tue Jun 23 07:09:25 2026] PUT /v2.0/subnetpools/b485e8d9-9d3c-4428-94f5-420ca4f66f86/tags => generated 19 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1345/2498] 10.0.0.45 () {32 vars in 671 bytes} [Tue Jun 23 07:09:25 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1154/2499] 10.0.0.45 () {32 vars in 685 bytes} [Tue Jun 23 07:09:25 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 464 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1346/2500] 10.0.0.45 () {32 vars in 681 bytes} [Tue Jun 23 07:09:25 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: 1155/2501] 10.0.0.45 () {32 vars in 693 bytes} [Tue Jun 23 07:09:25 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1347/2502] 10.0.0.45 () {32 vars in 679 bytes} [Tue Jun 23 07:09:25 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1156/2503] 10.0.0.45 () {32 vars in 693 bytes} [Tue Jun 23 07:09:25 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1348/2504] 10.0.0.45 () {32 vars in 689 bytes} [Tue Jun 23 07:09:25 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1157/2505] 10.0.0.45 () {32 vars in 701 bytes} [Tue Jun 23 07:09:25 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1349/2506] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:09:25 2026] GET /v2.0/ports?device_id=091c124f-82d1-4bf4-8962-b4e856e59038 => 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: 1158/2507] 10.0.0.45 () {32 vars in 731 bytes} [Tue Jun 23 07:09:25 2026] DELETE /v2.0/subnetpools/4aae74d0-466c-4727-b8c9-6750e449e719 => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1350/2508] 10.0.0.45 () {32 vars in 731 bytes} [Tue Jun 23 07:09:25 2026] DELETE /v2.0/subnetpools/0bc4724e-8e5e-487b-a4ae-13d364ce2902 => generated 0 bytes in 37 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1159/2509] 10.0.0.45 () {32 vars in 731 bytes} [Tue Jun 23 07:09:25 2026] DELETE /v2.0/subnetpools/748d29c4-4205-4dc4-a801-b7efb7784ef6 => 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: 1351/2510] 10.0.0.45 () {32 vars in 731 bytes} [Tue Jun 23 07:09:25 2026] DELETE /v2.0/subnetpools/b485e8d9-9d3c-4428-94f5-420ca4f66f86 => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1160/2511] 10.0.0.45 () {32 vars in 731 bytes} [Tue Jun 23 07:09:26 2026] DELETE /v2.0/subnetpools/892caf65-efa8-4423-a302-f5da78b59a2f => generated 0 bytes in 41 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1352/2512] 10.0.0.45 () {32 vars in 773 bytes} [Tue Jun 23 07:09:26 2026] GET /v2.0/security-groups?tenant_id=2be22d09ff2d48e6b6e4122ecc245764&name=default => generated 2929 bytes in 284 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1161/2513] 10.0.0.45 () {32 vars in 739 bytes} [Tue Jun 23 07:09:27 2026] DELETE /v2.0/security-groups/dc68f553-7ed5-4e77-951b-d3bd8b3ad29e => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1162/2514] 199.204.45.140 () {34 vars in 986 bytes} [Tue Jun 23 07:09:27 2026] GET /v2.0/networks?id=5c8e068f-d71d-48c4-a848-9d4a90195805 => generated 705 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1353/2515] 10.0.0.45 () {32 vars in 773 bytes} [Tue Jun 23 07:09:27 2026] GET /v2.0/security-groups?tenant_id=9f5650c3692a47fdaff323fb0586f62d&name=default => generated 2929 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1163/2516] 199.204.45.140 () {34 vars in 1050 bytes} [Tue Jun 23 07:09:27 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=6d8855672d0b4d378a25c70af7e89534 => generated 179 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1354/2517] 10.0.0.45 () {32 vars in 739 bytes} [Tue Jun 23 07:09:27 2026] DELETE /v2.0/security-groups/67824fc9-6dfb-4938-8404-540979e359bc => generated 0 bytes in 134 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1355/2518] 10.0.0.45 () {32 vars in 773 bytes} [Tue Jun 23 07:09:27 2026] GET /v2.0/security-groups?tenant_id=f59cf6531f7842b1afb8dc44a8fc5c38&name=default => generated 2929 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1356/2519] 10.0.0.45 () {32 vars in 739 bytes} [Tue Jun 23 07:09:27 2026] DELETE /v2.0/security-groups/00c44957-a51d-4835-a46d-e676ad607390 => 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: 1164/2520] 199.204.45.140 () {38 vars in 955 bytes} [Tue Jun 23 07:09:27 2026] POST /v2.0/ports => generated 1183 bytes in 527 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1357/2521] 199.204.45.140 () {38 vars in 1028 bytes} [Tue Jun 23 07:09:28 2026] PUT /v2.0/ports/204a99c2-30d4-479e-9799-84b3c30b715c => generated 1464 bytes in 526 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-23 07:09:28.590 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-6a593d98-0a07-467e-8844-24c916a531c0'] response: {'name': 'network-changed', 'server_uuid': '091c124f-82d1-4bf4-8962-b4e856e59038', 'tag': '204a99c2-30d4-479e-9799-84b3c30b715c', '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: 1165/2522] 199.204.45.140 () {34 vars in 1080 bytes} [Tue Jun 23 07:09:29 2026] GET /v2.0/ports?tenant_id=6d8855672d0b4d378a25c70af7e89534&device_id=091c124f-82d1-4bf4-8962-b4e856e59038 => generated 1467 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1358/2523] 199.204.45.140 () {34 vars in 1018 bytes} [Tue Jun 23 07:09:29 2026] GET /v2.0/networks?tenant_id=6d8855672d0b4d378a25c70af7e89534&shared=False => generated 2376 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1166/2524] 199.204.45.140 () {34 vars in 930 bytes} [Tue Jun 23 07:09:29 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1359/2525] 199.204.45.140 () {34 vars in 1080 bytes} [Tue Jun 23 07:09:30 2026] GET /v2.0/ports?tenant_id=6d8855672d0b4d378a25c70af7e89534&device_id=091c124f-82d1-4bf4-8962-b4e856e59038 => generated 1467 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1167/2526] 199.204.45.140 () {34 vars in 1058 bytes} [Tue Jun 23 07:09:30 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.205&port_id=204a99c2-30d4-479e-9799-84b3c30b715c => 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: 1360/2527] 199.204.45.140 () {34 vars in 1104 bytes} [Tue Jun 23 07:09:30 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A282&port_id=204a99c2-30d4-479e-9799-84b3c30b715c => 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: 1168/2528] 199.204.45.140 () {34 vars in 1064 bytes} [Tue Jun 23 07:09:30 2026] GET /v2.0/subnets?id=375131d1-cc38-4aa2-b334-39875483d46f&id=73076336-9f75-4624-8e52-b74193a6ef78 => generated 1410 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1361/2529] 199.204.45.140 () {34 vars in 1052 bytes} [Tue Jun 23 07:09:30 2026] GET /v2.0/ports?network_id=5c8e068f-d71d-48c4-a848-9d4a90195805&device_owner=network%3Adhcp => generated 1457 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1169/2530] 199.204.45.140 () {34 vars in 1052 bytes} [Tue Jun 23 07:09:30 2026] GET /v2.0/ports?network_id=5c8e068f-d71d-48c4-a848-9d4a90195805&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: 7|app: 0|req: 1362/2531] 199.204.45.140 () {34 vars in 1012 bytes} [Tue Jun 23 07:09:30 2026] GET /v2.0/networks/5c8e068f-d71d-48c4-a848-9d4a90195805?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: 1170/2532] 199.204.45.140 () {34 vars in 1112 bytes} [Tue Jun 23 07:09:30 2026] GET /v2.0/networks/5c8e068f-d71d-48c4-a848-9d4a90195805?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: 1363/2533] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:09:30 2026] GET /v2.0/ports?device_id=091c124f-82d1-4bf4-8962-b4e856e59038 => generated 1198 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1171/2534] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 23 07:09:30 2026] GET /v2.0/security-groups?id=004edf3d-3d67-4b19-97e8-52be62872b43&fields=id&fields=name => generated 112 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-23 07:09:32.618 7 INFO neutron.db.segments_db [None req-cb1acdb9-42c6-41be-8d9c-d1b732e9a4e3 723106ffbaa94a30a4197acd2b2628aa 3fc2ed9052a74376b09a69efe35ff7bb - - default default] Added segment 8199d842-3c0e-4799-9ce4-0101e420266d of type vxlan for network 127335c0-fd81-4046-a004-ae51a3a2bbdd [pid: 7|app: 0|req: 1364/2535] 10.0.0.45 () {34 vars in 669 bytes} [Tue Jun 23 07:09:32 2026] POST /v2.0/networks => generated 612 bytes in 454 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1172/2536] 10.0.0.45 () {34 vars in 663 bytes} [Tue Jun 23 07:09:32 2026] POST /v2.0/ports => generated 743 bytes in 345 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1365/2537] 10.0.0.45 () {34 vars in 665 bytes} [Tue Jun 23 07:09:33 2026] POST /v2.0/trunks => generated 407 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-23 07:09:33.378 8 INFO neutron.db.segments_db [None req-f1ebbb0d-4b98-490c-8907-f6ce5bf9a4fc 723106ffbaa94a30a4197acd2b2628aa 3fc2ed9052a74376b09a69efe35ff7bb - - default default] Added segment 5d0eb84e-febf-4bbe-9034-f5a52f2c7d14 of type vxlan for network da4fd135-ebf6-49cf-8c44-5670ab6f4155 [pid: 8|app: 0|req: 1173/2538] 10.0.0.45 () {34 vars in 669 bytes} [Tue Jun 23 07:09:33 2026] POST /v2.0/networks => generated 613 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1366/2539] 10.0.0.45 () {34 vars in 663 bytes} [Tue Jun 23 07:09:33 2026] POST /v2.0/ports => generated 743 bytes in 315 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1174/2540] 10.0.0.45 () {34 vars in 665 bytes} [Tue Jun 23 07:09:33 2026] POST /v2.0/trunks => generated 407 bytes in 261 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-23 07:09:34.134 7 INFO neutron.db.segments_db [None req-9795743a-e824-455c-a005-d2a1eb453c36 723106ffbaa94a30a4197acd2b2628aa 3fc2ed9052a74376b09a69efe35ff7bb - - default default] Added segment c2b42f72-5e07-4cce-a5ba-19a8e261caac of type vxlan for network 5e708bea-e359-409a-abd1-b6cd50eff9c8 [pid: 7|app: 0|req: 1367/2541] 10.0.0.45 () {34 vars in 669 bytes} [Tue Jun 23 07:09:34 2026] POST /v2.0/networks => generated 612 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1175/2542] 10.0.0.45 () {34 vars in 663 bytes} [Tue Jun 23 07:09:34 2026] POST /v2.0/ports => generated 743 bytes in 296 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1368/2543] 10.0.0.45 () {34 vars in 665 bytes} [Tue Jun 23 07:09:34 2026] POST /v2.0/trunks => generated 407 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-23 07:09:34.733 8 INFO neutron.db.segments_db [None req-b7e9dc69-1cef-4fa1-8d8b-23dad87c53c9 723106ffbaa94a30a4197acd2b2628aa 3fc2ed9052a74376b09a69efe35ff7bb - - default default] Added segment aacf2c31-6235-4c3e-b58c-286b5565068f of type vxlan for network 09c4217d-c31a-42ee-a4bf-ae1c8af47d09 [pid: 8|app: 0|req: 1176/2544] 10.0.0.45 () {34 vars in 669 bytes} [Tue Jun 23 07:09:34 2026] POST /v2.0/networks => generated 612 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1369/2545] 10.0.0.45 () {34 vars in 663 bytes} [Tue Jun 23 07:09:34 2026] POST /v2.0/ports => generated 743 bytes in 340 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1177/2546] 10.0.0.45 () {34 vars in 665 bytes} [Tue Jun 23 07:09:35 2026] POST /v2.0/trunks => generated 407 bytes in 133 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-23 07:09:35.364 7 INFO neutron.db.segments_db [None req-4c964e9b-4969-49ba-b81b-5c03041fd258 723106ffbaa94a30a4197acd2b2628aa 3fc2ed9052a74376b09a69efe35ff7bb - - default default] Added segment ae956e69-2456-4d6b-8dc9-5e82845c1da4 of type vxlan for network b05c7844-d587-4c3c-b257-9422fd89a9d1 [pid: 7|app: 0|req: 1370/2547] 10.0.0.45 () {34 vars in 669 bytes} [Tue Jun 23 07:09:35 2026] POST /v2.0/networks => generated 612 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1178/2548] 10.0.0.45 () {34 vars in 663 bytes} [Tue Jun 23 07:09:35 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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1179/2549] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:09:36 2026] GET /v2.0/ports?device_id=091c124f-82d1-4bf4-8962-b4e856e59038 => generated 1200 bytes in 210 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1180/2550] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 23 07:09:36 2026] GET /v2.0/security-groups?id=004edf3d-3d67-4b19-97e8-52be62872b43&fields=id&fields=name => generated 112 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1181/2551] 10.0.0.45 () {32 vars in 817 bytes} [Tue Jun 23 07:09:36 2026] GET /v2.0/ports?network_id=5c8e068f-d71d-48c4-a848-9d4a90195805&mac_address=fa%3A16%3A3e%3A05%3A25%3Aa6 => generated 1200 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1371/2552] 10.0.0.45 () {34 vars in 665 bytes} [Tue Jun 23 07:09:35 2026] POST /v2.0/trunks => generated 407 bytes in 646 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1372/2553] 10.0.0.45 () {34 vars in 748 bytes} [Tue Jun 23 07:09:36 2026] PUT /v2.0/trunks/3fc6cb61-6f55-430c-9a3a-4b644479c952/tags => generated 17 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1373/2554] 10.0.0.45 () {34 vars in 748 bytes} [Tue Jun 23 07:09:36 2026] PUT /v2.0/trunks/603ae740-dda3-4c09-b4ed-3f1f0368de33/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: 1374/2555] 10.0.0.45 () {34 vars in 748 bytes} [Tue Jun 23 07:09:36 2026] PUT /v2.0/trunks/1faf6d0c-8ec0-4937-91d0-2f983d2a9900/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: 1375/2556] 10.0.0.45 () {34 vars in 748 bytes} [Tue Jun 23 07:09:36 2026] PUT /v2.0/trunks/4482e7a4-0713-4551-bb87-20fd7b1ee1e1/tags => 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: 1376/2557] 10.0.0.45 () {32 vars in 661 bytes} [Tue Jun 23 07:09:36 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1377/2558] 10.0.0.45 () {32 vars in 675 bytes} [Tue Jun 23 07:09:36 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1378/2559] 10.0.0.45 () {32 vars in 671 bytes} [Tue Jun 23 07:09:36 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1379/2560] 10.0.0.45 () {32 vars in 683 bytes} [Tue Jun 23 07:09:36 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1380/2561] 10.0.0.45 () {32 vars in 669 bytes} [Tue Jun 23 07:09:36 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1381/2562] 10.0.0.45 () {32 vars in 683 bytes} [Tue Jun 23 07:09:36 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1382/2563] 10.0.0.45 () {32 vars in 679 bytes} [Tue Jun 23 07:09:36 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1383/2564] 10.0.0.45 () {32 vars in 691 bytes} [Tue Jun 23 07:09:36 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1384/2565] 10.0.0.45 () {32 vars in 718 bytes} [Tue Jun 23 07:09:36 2026] GET /v2.0/trunks/3fc6cb61-6f55-430c-9a3a-4b644479c952 => generated 412 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1385/2566] 10.0.0.45 () {32 vars in 716 bytes} [Tue Jun 23 07:09:36 2026] GET /v2.0/ports/908579a5-7026-40ff-b5c3-3160807b34b5 => generated 826 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1386/2567] 10.0.0.45 () {32 vars in 721 bytes} [Tue Jun 23 07:09:36 2026] DELETE /v2.0/trunks/3fc6cb61-6f55-430c-9a3a-4b644479c952 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1389/2570] 10.0.0.45 () {32 vars in 718 bytes} [Tue Jun 23 07:09:36 2026] GET /v2.0/trunks/603ae740-dda3-4c09-b4ed-3f1f0368de33 => generated 420 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1390/2571] 10.0.0.45 () {32 vars in 716 bytes} [Tue Jun 23 07:09:37 2026] GET /v2.0/ports/e2ace079-8cf8-4c2d-b6c4-41adfdf9f546 => generated 826 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1391/2572] 10.0.0.45 () {32 vars in 721 bytes} [Tue Jun 23 07:09:37 2026] DELETE /v2.0/trunks/603ae740-dda3-4c09-b4ed-3f1f0368de33 => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1392/2573] 10.0.0.45 () {32 vars in 718 bytes} [Tue Jun 23 07:09:37 2026] GET /v2.0/trunks/1faf6d0c-8ec0-4937-91d0-2f983d2a9900 => generated 429 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1393/2574] 10.0.0.45 () {32 vars in 716 bytes} [Tue Jun 23 07:09:37 2026] GET /v2.0/ports/5b18dd82-6385-4f5e-99b7-4632bd3254dd => generated 826 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-23 07:09:37.287 8 INFO neutron.db.l3_db [None req-62eb4d51-32d8-4f26-8ebf-b311f848028c 0e6e409c596447b1ae7bb5256e8307b3 6d8855672d0b4d378a25c70af7e89534 - - default default] Floating IP 5a92ec3f-5e11-4ce4-8c63-0b875e3b2dae associated. External IP: 10.96.250.207, port: 204a99c2-30d4-479e-9799-84b3c30b715c. [pid: 7|app: 0|req: 1394/2575] 10.0.0.45 () {32 vars in 721 bytes} [Tue Jun 23 07:09:37 2026] DELETE /v2.0/trunks/1faf6d0c-8ec0-4937-91d0-2f983d2a9900 => 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: 1395/2576] 10.0.0.45 () {32 vars in 718 bytes} [Tue Jun 23 07:09:37 2026] GET /v2.0/trunks/4482e7a4-0713-4551-bb87-20fd7b1ee1e1 => generated 414 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1396/2577] 10.0.0.45 () {32 vars in 716 bytes} [Tue Jun 23 07:09:37 2026] GET /v2.0/ports/5d14ec72-f73d-4c16-8a8e-145d63010c38 => generated 826 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1397/2578] 10.0.0.45 () {32 vars in 721 bytes} [Tue Jun 23 07:09:37 2026] DELETE /v2.0/trunks/4482e7a4-0713-4551-bb87-20fd7b1ee1e1 => 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: 1398/2579] 10.0.0.45 () {32 vars in 718 bytes} [Tue Jun 23 07:09:37 2026] GET /v2.0/trunks/38dbbe58-33ee-4a03-9bb8-7a8ae4e9f2ef => generated 407 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1399/2580] 10.0.0.45 () {32 vars in 716 bytes} [Tue Jun 23 07:09:37 2026] GET /v2.0/ports/81b1ee2c-32ee-4c22-8b06-a7efc1af47ae => generated 826 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1182/2581] 10.0.0.45 () {34 vars in 676 bytes} [Tue Jun 23 07:09:36 2026] POST /v2.0/floatingips => generated 855 bytes in 1235 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1400/2582] 10.0.0.45 () {32 vars in 721 bytes} [Tue Jun 23 07:09:37 2026] DELETE /v2.0/trunks/38dbbe58-33ee-4a03-9bb8-7a8ae4e9f2ef => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-23 07:09:37.713 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-9d250108-ec0c-4646-874a-09f3e16404d8'] response: {'name': 'network-changed', 'server_uuid': '091c124f-82d1-4bf4-8962-b4e856e59038', 'tag': '204a99c2-30d4-479e-9799-84b3c30b715c', 'status': 'completed', 'code': 200} 2026-06-23 07:09:37.766 8 INFO neutron_taas.services.taas.taas_plugin [None req-6a6f9f4a-b0eb-48e4-980c-a9ba462395bb 723106ffbaa94a30a4197acd2b2628aa 3fc2ed9052a74376b09a69efe35ff7bb - - default default] TaaS: Handle Delete Port: 908579a5-7026-40ff-b5c3-3160807b34b5 2026-06-23 07:09:37.770 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6a6f9f4a-b0eb-48e4-980c-a9ba462395bb 723106ffbaa94a30a4197acd2b2628aa 3fc2ed9052a74376b09a69efe35ff7bb - - default default] Tap Mirror: Handle Delete Port: 908579a5-7026-40ff-b5c3-3160807b34b5 [pid: 8|app: 0|req: 1183/2583] 10.0.0.45 () {32 vars in 719 bytes} [Tue Jun 23 07:09:37 2026] DELETE /v2.0/ports/908579a5-7026-40ff-b5c3-3160807b34b5 => generated 0 bytes in 197 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1184/2584] 10.0.0.190 () {34 vars in 1096 bytes} [Tue Jun 23 07:09:37 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1006921065&fields=id&tenant_id=6d8855672d0b4d378a25c70af7e89534 => generated 69 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1185/2585] 10.0.0.190 () {34 vars in 982 bytes} [Tue Jun 23 07:09:37 2026] GET /v2.0/networks?id=95d18074-32fa-4e15-b0a4-53d67e915e98 => generated 705 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1186/2586] 10.0.0.190 () {34 vars in 965 bytes} [Tue Jun 23 07:09:37 2026] GET /v2.0/quotas/6d8855672d0b4d378a25c70af7e89534 => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-23 07:09:38.027 7 INFO neutron_taas.services.taas.taas_plugin [None req-b044182e-a1cd-403e-85b3-c8c44c164ef4 723106ffbaa94a30a4197acd2b2628aa 3fc2ed9052a74376b09a69efe35ff7bb - - default default] TaaS: Handle Delete Port: e2ace079-8cf8-4c2d-b6c4-41adfdf9f546 2026-06-23 07:09:38.035 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b044182e-a1cd-403e-85b3-c8c44c164ef4 723106ffbaa94a30a4197acd2b2628aa 3fc2ed9052a74376b09a69efe35ff7bb - - default default] Tap Mirror: Handle Delete Port: e2ace079-8cf8-4c2d-b6c4-41adfdf9f546 [pid: 7|app: 0|req: 1401/2587] 10.0.0.45 () {32 vars in 719 bytes} [Tue Jun 23 07:09:37 2026] DELETE /v2.0/ports/e2ace079-8cf8-4c2d-b6c4-41adfdf9f546 => generated 0 bytes in 263 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1187/2588] 10.0.0.190 () {34 vars in 1002 bytes} [Tue Jun 23 07:09:38 2026] GET /v2.0/ports?tenant_id=6d8855672d0b4d378a25c70af7e89534&fields=id => generated 333 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-23 07:09:38.255 7 INFO neutron_taas.services.taas.taas_plugin [None req-c58b1b6f-3691-4ee0-a1a5-9bbe6d9f81da 723106ffbaa94a30a4197acd2b2628aa 3fc2ed9052a74376b09a69efe35ff7bb - - default default] TaaS: Handle Delete Port: 5b18dd82-6385-4f5e-99b7-4632bd3254dd 2026-06-23 07:09:38.258 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c58b1b6f-3691-4ee0-a1a5-9bbe6d9f81da 723106ffbaa94a30a4197acd2b2628aa 3fc2ed9052a74376b09a69efe35ff7bb - - default default] Tap Mirror: Handle Delete Port: 5b18dd82-6385-4f5e-99b7-4632bd3254dd [pid: 8|app: 0|req: 1188/2589] 10.0.0.190 () {34 vars in 1008 bytes} [Tue Jun 23 07:09:38 2026] GET /v2.0/networks/95d18074-32fa-4e15-b0a4-53d67e915e98?fields=segments => generated 14 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1189/2590] 199.204.45.140 () {34 vars in 1080 bytes} [Tue Jun 23 07:09:38 2026] GET /v2.0/ports?tenant_id=6d8855672d0b4d378a25c70af7e89534&device_id=091c124f-82d1-4bf4-8962-b4e856e59038 => generated 1469 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1402/2591] 10.0.0.45 () {32 vars in 719 bytes} [Tue Jun 23 07:09:38 2026] DELETE /v2.0/ports/5b18dd82-6385-4f5e-99b7-4632bd3254dd => generated 0 bytes in 206 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1190/2592] 10.0.0.190 () {34 vars in 1108 bytes} [Tue Jun 23 07:09:38 2026] GET /v2.0/networks/95d18074-32fa-4e15-b0a4-53d67e915e98?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1403/2593] 199.204.45.140 () {34 vars in 986 bytes} [Tue Jun 23 07:09:38 2026] GET /v2.0/networks?id=5c8e068f-d71d-48c4-a848-9d4a90195805 => generated 801 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1404/2594] 199.204.45.140 () {34 vars in 1058 bytes} [Tue Jun 23 07:09:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.205&port_id=204a99c2-30d4-479e-9799-84b3c30b715c => generated 858 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1405/2595] 199.204.45.140 () {34 vars in 1104 bytes} [Tue Jun 23 07:09:38 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A282&port_id=204a99c2-30d4-479e-9799-84b3c30b715c => generated 19 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-23 07:09:38.502 8 INFO neutron_taas.services.taas.taas_plugin [None req-26eadc63-8a33-422e-811a-99e077b4b9d0 723106ffbaa94a30a4197acd2b2628aa 3fc2ed9052a74376b09a69efe35ff7bb - - default default] TaaS: Handle Delete Port: 5d14ec72-f73d-4c16-8a8e-145d63010c38 2026-06-23 07:09:38.505 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-26eadc63-8a33-422e-811a-99e077b4b9d0 723106ffbaa94a30a4197acd2b2628aa 3fc2ed9052a74376b09a69efe35ff7bb - - default default] Tap Mirror: Handle Delete Port: 5d14ec72-f73d-4c16-8a8e-145d63010c38 [pid: 7|app: 0|req: 1406/2596] 199.204.45.140 () {34 vars in 1064 bytes} [Tue Jun 23 07:09:38 2026] GET /v2.0/subnets?id=375131d1-cc38-4aa2-b334-39875483d46f&id=73076336-9f75-4624-8e52-b74193a6ef78 => generated 1410 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1407/2597] 199.204.45.140 () {34 vars in 1052 bytes} [Tue Jun 23 07:09:38 2026] GET /v2.0/ports?network_id=5c8e068f-d71d-48c4-a848-9d4a90195805&device_owner=network%3Adhcp => generated 1457 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1408/2598] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:09:38 2026] GET /v2.0/ports?device_id=5e95b0a6-16cb-4edb-afbc-cfe4ad12e854 => 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: 1409/2599] 199.204.45.140 () {34 vars in 1052 bytes} [Tue Jun 23 07:09:38 2026] GET /v2.0/ports?network_id=5c8e068f-d71d-48c4-a848-9d4a90195805&device_owner=network%3Adhcp => generated 1457 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1191/2600] 10.0.0.45 () {32 vars in 719 bytes} [Tue Jun 23 07:09:38 2026] DELETE /v2.0/ports/5d14ec72-f73d-4c16-8a8e-145d63010c38 => generated 0 bytes in 215 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1192/2601] 199.204.45.140 () {34 vars in 1012 bytes} [Tue Jun 23 07:09:38 2026] GET /v2.0/networks/5c8e068f-d71d-48c4-a848-9d4a90195805?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: 1193/2602] 199.204.45.140 () {34 vars in 1112 bytes} [Tue Jun 23 07:09:38 2026] GET /v2.0/networks/5c8e068f-d71d-48c4-a848-9d4a90195805?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-23 07:09:38.727 7 INFO neutron_taas.services.taas.taas_plugin [None req-cbd49511-dac2-4574-8abb-10c0e5e096d3 723106ffbaa94a30a4197acd2b2628aa 3fc2ed9052a74376b09a69efe35ff7bb - - default default] TaaS: Handle Delete Port: 81b1ee2c-32ee-4c22-8b06-a7efc1af47ae 2026-06-23 07:09:38.730 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cbd49511-dac2-4574-8abb-10c0e5e096d3 723106ffbaa94a30a4197acd2b2628aa 3fc2ed9052a74376b09a69efe35ff7bb - - default default] Tap Mirror: Handle Delete Port: 81b1ee2c-32ee-4c22-8b06-a7efc1af47ae [pid: 7|app: 0|req: 1410/2603] 10.0.0.45 () {32 vars in 719 bytes} [Tue Jun 23 07:09:38 2026] DELETE /v2.0/ports/81b1ee2c-32ee-4c22-8b06-a7efc1af47ae => generated 0 bytes in 215 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-23 07:09:38.964 8 INFO neutron.services.segments.plugin [-] Segment 8199d842-3c0e-4799-9ce4-0101e420266d resource provider aggregate not found 2026-06-23 07:09:38.969 8 INFO neutron.services.segments.plugin [-] Segment 8199d842-3c0e-4799-9ce4-0101e420266d resource provider aggregate not found 2026-06-23 07:09:38.986 8 INFO neutron.services.segments.plugin [-] Segment 8199d842-3c0e-4799-9ce4-0101e420266d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8199d842-3c0e-4799-9ce4-0101e420266d found for delete ", "request_id": "req-b56a9d07-09ed-43d9-b626-8ec78d5d0d3d"}]} [pid: 8|app: 0|req: 1194/2604] 10.0.0.45 () {32 vars in 725 bytes} [Tue Jun 23 07:09:38 2026] DELETE /v2.0/networks/127335c0-fd81-4046-a004-ae51a3a2bbdd => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-23 07:09:38.992 8 INFO neutron.services.segments.plugin [-] Segment 8199d842-3c0e-4799-9ce4-0101e420266d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8199d842-3c0e-4799-9ce4-0101e420266d found for delete ", "request_id": "req-613c2c45-f900-4f89-ae2f-bc83d5313e2a"}]} [pid: 7|app: 0|req: 1411/2605] 10.0.0.45 () {32 vars in 725 bytes} [Tue Jun 23 07:09:38 2026] DELETE /v2.0/networks/da4fd135-ebf6-49cf-8c44-5670ab6f4155 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-23 07:09:39.162 7 INFO neutron.services.segments.plugin [-] Segment 5d0eb84e-febf-4bbe-9034-f5a52f2c7d14 resource provider aggregate not found 2026-06-23 07:09:39.166 7 INFO neutron.services.segments.plugin [-] Segment 5d0eb84e-febf-4bbe-9034-f5a52f2c7d14 resource provider aggregate not found 2026-06-23 07:09:39.185 7 INFO neutron.services.segments.plugin [-] Segment 5d0eb84e-febf-4bbe-9034-f5a52f2c7d14 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5d0eb84e-febf-4bbe-9034-f5a52f2c7d14 found for delete ", "request_id": "req-1eb09b9c-f2bc-4632-b5ed-016d7691fad0"}]} 2026-06-23 07:09:39.186 7 INFO neutron.services.segments.plugin [-] Segment 5d0eb84e-febf-4bbe-9034-f5a52f2c7d14 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5d0eb84e-febf-4bbe-9034-f5a52f2c7d14 found for delete ", "request_id": "req-e9cb7ed3-5a7e-41ff-a438-f4ae5ec04317"}]} [pid: 8|app: 0|req: 1195/2606] 10.0.0.45 () {32 vars in 725 bytes} [Tue Jun 23 07:09:39 2026] DELETE /v2.0/networks/5e708bea-e359-409a-abd1-b6cd50eff9c8 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1412/2607] 10.0.0.45 () {32 vars in 725 bytes} [Tue Jun 23 07:09:39 2026] DELETE /v2.0/networks/09c4217d-c31a-42ee-a4bf-ae1c8af47d09 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1196/2608] 10.0.0.45 () {32 vars in 725 bytes} [Tue Jun 23 07:09:39 2026] DELETE /v2.0/networks/b05c7844-d587-4c3c-b257-9422fd89a9d1 => 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: 1413/2609] 10.0.0.45 () {32 vars in 773 bytes} [Tue Jun 23 07:09:40 2026] GET /v2.0/security-groups?tenant_id=3fc2ed9052a74376b09a69efe35ff7bb&name=default => generated 2929 bytes in 192 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1197/2610] 10.0.0.45 () {32 vars in 739 bytes} [Tue Jun 23 07:09:40 2026] DELETE /v2.0/security-groups/97d68d78-97d8-4095-b168-79fa197cc78d => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1414/2611] 10.0.0.45 () {32 vars in 773 bytes} [Tue Jun 23 07:09:40 2026] GET /v2.0/security-groups?tenant_id=0ab8a33e24704e548cf53550047135b3&name=default => generated 2929 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-23 07:09:41.010 8 INFO neutron.services.segments.plugin [-] Segment c2b42f72-5e07-4cce-a5ba-19a8e261caac resource provider aggregate not found 2026-06-23 07:09:41.019 8 INFO neutron.services.segments.plugin [-] Segment c2b42f72-5e07-4cce-a5ba-19a8e261caac resource provider aggregate not found 2026-06-23 07:09:41.027 8 INFO neutron.services.segments.plugin [-] Segment c2b42f72-5e07-4cce-a5ba-19a8e261caac resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c2b42f72-5e07-4cce-a5ba-19a8e261caac found for delete ", "request_id": "req-1eb03d7a-1e48-405c-86c1-18370b040a1e"}]} 2026-06-23 07:09:41.039 8 INFO neutron.services.segments.plugin [-] Segment c2b42f72-5e07-4cce-a5ba-19a8e261caac resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c2b42f72-5e07-4cce-a5ba-19a8e261caac found for delete ", "request_id": "req-3840dc31-1e21-4f22-8d86-76f7b9eaf401"}]} 2026-06-23 07:09:41.043 8 INFO neutron.services.segments.plugin [-] Segment ae956e69-2456-4d6b-8dc9-5e82845c1da4 resource provider aggregate not found 2026-06-23 07:09:41.056 8 INFO neutron.services.segments.plugin [-] Segment ae956e69-2456-4d6b-8dc9-5e82845c1da4 resource provider aggregate not found 2026-06-23 07:09:41.065 8 INFO neutron.services.segments.plugin [-] Segment ae956e69-2456-4d6b-8dc9-5e82845c1da4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ae956e69-2456-4d6b-8dc9-5e82845c1da4 found for delete ", "request_id": "req-d1aea9c5-1e81-4b5d-a842-9b23974b4a1d"}]} [pid: 8|app: 0|req: 1198/2612] 10.0.0.45 () {32 vars in 739 bytes} [Tue Jun 23 07:09:40 2026] DELETE /v2.0/security-groups/b1015b4f-bfd0-46d6-9054-d18e6c745d08 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-23 07:09:41.077 8 INFO neutron.services.segments.plugin [-] Segment ae956e69-2456-4d6b-8dc9-5e82845c1da4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ae956e69-2456-4d6b-8dc9-5e82845c1da4 found for delete ", "request_id": "req-4b5f8afc-6988-4793-a767-a1334f441145"}]} 2026-06-23 07:09:41.204 7 INFO neutron.services.segments.plugin [-] Segment aacf2c31-6235-4c3e-b58c-286b5565068f resource provider aggregate not found 2026-06-23 07:09:41.208 7 INFO neutron.services.segments.plugin [-] Segment aacf2c31-6235-4c3e-b58c-286b5565068f resource provider aggregate not found 2026-06-23 07:09:41.222 7 INFO neutron.services.segments.plugin [-] Segment aacf2c31-6235-4c3e-b58c-286b5565068f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aacf2c31-6235-4c3e-b58c-286b5565068f found for delete ", "request_id": "req-c07b27f5-0d6b-4168-88a9-63b5c9c1d1a1"}]} 2026-06-23 07:09:41.223 7 INFO neutron.services.segments.plugin [-] Segment aacf2c31-6235-4c3e-b58c-286b5565068f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aacf2c31-6235-4c3e-b58c-286b5565068f found for delete ", "request_id": "req-d3c48a51-fa4b-40ae-bbd3-c01d6c6bdce5"}]} [pid: 7|app: 0|req: 1415/2613] 10.0.0.45 () {32 vars in 773 bytes} [Tue Jun 23 07:09:41 2026] GET /v2.0/security-groups?tenant_id=4fc91f9c44e24c66bb01a9c5ea28a8ea&name=default => generated 2929 bytes in 165 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1199/2614] 10.0.0.45 () {32 vars in 739 bytes} [Tue Jun 23 07:09:41 2026] DELETE /v2.0/security-groups/e7fc3e75-3769-45ad-8308-aac55a5eb338 => 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: 1416/2615] 199.204.45.140 () {34 vars in 986 bytes} [Tue Jun 23 07:09:42 2026] GET /v2.0/networks?id=95d18074-32fa-4e15-b0a4-53d67e915e98 => generated 705 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1200/2616] 199.204.45.140 () {34 vars in 1050 bytes} [Tue Jun 23 07:09:42 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=6d8855672d0b4d378a25c70af7e89534 => generated 179 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1417/2617] 199.204.45.140 () {38 vars in 955 bytes} [Tue Jun 23 07:09:42 2026] POST /v2.0/ports => generated 1187 bytes in 526 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: 1418/2618] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:09:43 2026] GET /v2.0/ports?device_id=5e95b0a6-16cb-4edb-afbc-cfe4ad12e854 => generated 1190 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1419/2619] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 23 07:09:43 2026] GET /v2.0/security-groups?id=004edf3d-3d67-4b19-97e8-52be62872b43&fields=id&fields=name => generated 112 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1201/2620] 199.204.45.140 () {38 vars in 1028 bytes} [Tue Jun 23 07:09:43 2026] PUT /v2.0/ports/f6fb1ec1-490e-41d7-a429-32021a42939a => generated 1468 bytes in 816 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-23 07:09:44.466 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-cf7f0b19-d595-408c-b4e5-1c1ce4da2ccc'] response: {'name': 'network-changed', 'server_uuid': '5e95b0a6-16cb-4edb-afbc-cfe4ad12e854', 'tag': 'f6fb1ec1-490e-41d7-a429-32021a42939a', '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: 1202/2621] 199.204.45.140 () {34 vars in 1080 bytes} [Tue Jun 23 07:09:44 2026] GET /v2.0/ports?tenant_id=6d8855672d0b4d378a25c70af7e89534&device_id=5e95b0a6-16cb-4edb-afbc-cfe4ad12e854 => generated 1471 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1203/2622] 199.204.45.140 () {34 vars in 1018 bytes} [Tue Jun 23 07:09:45 2026] GET /v2.0/networks?tenant_id=6d8855672d0b4d378a25c70af7e89534&shared=False => generated 2376 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1204/2623] 10.0.0.82 () {34 vars in 989 bytes} [Tue Jun 23 07:09:45 2026] GET /v2.0/ports?device_id=091c124f-82d1-4bf4-8962-b4e856e59038 => generated 1469 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-23 07:09:45.149 7 INFO neutron.db.segments_db [None req-8e4fffcf-7ea9-4132-b525-d25d9c5034e0 88b47088cd3d40a595e42b947e994d99 a7cedbb7fe3e44689f2401aee8b3516d - - default default] Added segment 92f12377-a229-4a27-9d26-ceaad7609dd5 of type vxlan for network 82b250ee-544e-4988-8efa-3bcbd03fc2b1 [pid: 8|app: 0|req: 1205/2624] 199.204.45.140 () {34 vars in 930 bytes} [Tue Jun 23 07:09:45 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1206/2625] 10.0.0.82 () {34 vars in 1039 bytes} [Tue Jun 23 07:09:45 2026] GET /v2.0/security-groups?id=004edf3d-3d67-4b19-97e8-52be62872b43&fields=id&fields=name => generated 112 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1420/2626] 10.0.0.45 () {34 vars in 669 bytes} [Tue Jun 23 07:09:44 2026] POST /v2.0/networks => generated 612 bytes in 395 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1207/2627] 10.0.0.45 () {34 vars in 663 bytes} [Tue Jun 23 07:09:45 2026] POST /v2.0/ports => generated 743 bytes in 309 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1421/2628] 10.0.0.45 () {34 vars in 746 bytes} [Tue Jun 23 07:09:45 2026] PUT /v2.0/ports/c23225a2-782f-4ffc-946a-afb0632bb67c/tags => generated 25 bytes in 61 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: 1208/2629] 10.0.0.45 () {32 vars in 726 bytes} [Tue Jun 23 07:09:45 2026] GET /v2.0/ports/c23225a2-782f-4ffc-946a-afb0632bb67c/tags => generated 25 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1422/2630] 10.0.0.45 () {34 vars in 757 bytes} [Tue Jun 23 07:09:45 2026] PUT /v2.0/ports/c23225a2-782f-4ffc-946a-afb0632bb67c/tags/green => generated 4 bytes in 89 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1209/2631] 10.0.0.45 () {32 vars in 726 bytes} [Tue Jun 23 07:09:45 2026] GET /v2.0/ports/c23225a2-782f-4ffc-946a-afb0632bb67c/tags => generated 34 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1423/2632] 10.0.0.45 () {34 vars in 753 bytes} [Tue Jun 23 07:09:45 2026] PUT /v2.0/ports/c23225a2-782f-4ffc-946a-afb0632bb67c/tags/red => generated 4 bytes in 89 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1210/2633] 10.0.0.45 () {32 vars in 726 bytes} [Tue Jun 23 07:09:45 2026] GET /v2.0/ports/c23225a2-782f-4ffc-946a-afb0632bb67c/tags => generated 34 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: 1424/2634] 10.0.0.45 () {34 vars in 775 bytes} [Tue Jun 23 07:09:46 2026] PUT /v2.0/ports/c23225a2-782f-4ffc-946a-afb0632bb67c/tags/black.or.white => generated 4 bytes in 90 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1211/2635] 10.0.0.45 () {32 vars in 726 bytes} [Tue Jun 23 07:09:46 2026] GET /v2.0/ports/c23225a2-782f-4ffc-946a-afb0632bb67c/tags => generated 52 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1212/2636] 199.204.45.140 () {34 vars in 1080 bytes} [Tue Jun 23 07:09:46 2026] GET /v2.0/ports?tenant_id=6d8855672d0b4d378a25c70af7e89534&device_id=5e95b0a6-16cb-4edb-afbc-cfe4ad12e854 => generated 1471 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1425/2637] 10.0.0.45 () {34 vars in 746 bytes} [Tue Jun 23 07:09:46 2026] PUT /v2.0/ports/c23225a2-782f-4ffc-946a-afb0632bb67c/tags => generated 37 bytes in 78 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: 1213/2638] 199.204.45.140 () {34 vars in 1058 bytes} [Tue Jun 23 07:09:46 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.249&port_id=f6fb1ec1-490e-41d7-a429-32021a42939a => 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: 1214/2639] 199.204.45.140 () {34 vars in 1106 bytes} [Tue Jun 23 07:09:46 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A110&port_id=f6fb1ec1-490e-41d7-a429-32021a42939a => 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: 1426/2640] 10.0.0.45 () {32 vars in 726 bytes} [Tue Jun 23 07:09:46 2026] GET /v2.0/ports/c23225a2-782f-4ffc-946a-afb0632bb67c/tags => generated 37 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1215/2641] 199.204.45.140 () {34 vars in 1064 bytes} [Tue Jun 23 07:09:46 2026] GET /v2.0/subnets?id=6cffd5d5-3aea-4cb6-839c-adc178854d6d&id=2a6f314a-5eb9-4b01-8a78-67be4602ebda => generated 1413 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1216/2642] 199.204.45.140 () {34 vars in 1052 bytes} [Tue Jun 23 07:09:46 2026] GET /v2.0/ports?network_id=95d18074-32fa-4e15-b0a4-53d67e915e98&device_owner=network%3Adhcp => generated 1461 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1427/2643] 10.0.0.45 () {32 vars in 734 bytes} [Tue Jun 23 07:09:46 2026] GET /v2.0/ports/c23225a2-782f-4ffc-946a-afb0632bb67c/tags/red => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1217/2644] 199.204.45.140 () {34 vars in 1052 bytes} [Tue Jun 23 07:09:46 2026] GET /v2.0/ports?network_id=95d18074-32fa-4e15-b0a4-53d67e915e98&device_owner=network%3Adhcp => generated 1461 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-23 07:09:46.442 7 INFO neutron.api.v2.resource [None req-91e8710c-b05f-48a1-a48b-11d0a0757a43 88b47088cd3d40a595e42b947e994d99 a7cedbb7fe3e44689f2401aee8b3516d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1428/2645] 10.0.0.45 () {32 vars in 738 bytes} [Tue Jun 23 07:09:46 2026] GET /v2.0/ports/c23225a2-782f-4ffc-946a-afb0632bb67c/tags/green => generated 99 bytes in 64 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1218/2646] 199.204.45.140 () {34 vars in 1012 bytes} [Tue Jun 23 07:09:46 2026] GET /v2.0/networks/95d18074-32fa-4e15-b0a4-53d67e915e98?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: 1429/2647] 10.0.0.45 () {32 vars in 737 bytes} [Tue Jun 23 07:09:46 2026] DELETE /v2.0/ports/c23225a2-782f-4ffc-946a-afb0632bb67c/tags/red => 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: 1219/2648] 199.204.45.140 () {34 vars in 1112 bytes} [Tue Jun 23 07:09:46 2026] GET /v2.0/networks/95d18074-32fa-4e15-b0a4-53d67e915e98?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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1430/2649] 10.0.0.45 () {32 vars in 726 bytes} [Tue Jun 23 07:09:46 2026] GET /v2.0/ports/c23225a2-782f-4ffc-946a-afb0632bb67c/tags => generated 30 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-23 07:09:46.657 8 INFO neutron.api.v2.resource [None req-1631d977-c7c3-4bb2-9fc4-967d467dffe7 88b47088cd3d40a595e42b947e994d99 a7cedbb7fe3e44689f2401aee8b3516d - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1220/2650] 10.0.0.45 () {32 vars in 741 bytes} [Tue Jun 23 07:09:46 2026] DELETE /v2.0/ports/c23225a2-782f-4ffc-946a-afb0632bb67c/tags/green => generated 99 bytes in 64 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1431/2651] 10.0.0.45 () {32 vars in 729 bytes} [Tue Jun 23 07:09:46 2026] DELETE /v2.0/ports/c23225a2-782f-4ffc-946a-afb0632bb67c/tags => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1221/2652] 10.0.0.45 () {32 vars in 726 bytes} [Tue Jun 23 07:09:46 2026] GET /v2.0/ports/c23225a2-782f-4ffc-946a-afb0632bb67c/tags => generated 12 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-23 07:09:46.961 7 INFO neutron_taas.services.taas.taas_plugin [None req-e9fe1702-c57d-4546-af89-cb92b4cb4e60 88b47088cd3d40a595e42b947e994d99 a7cedbb7fe3e44689f2401aee8b3516d - - default default] TaaS: Handle Delete Port: c23225a2-782f-4ffc-946a-afb0632bb67c 2026-06-23 07:09:46.968 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e9fe1702-c57d-4546-af89-cb92b4cb4e60 88b47088cd3d40a595e42b947e994d99 a7cedbb7fe3e44689f2401aee8b3516d - - default default] Tap Mirror: Handle Delete Port: c23225a2-782f-4ffc-946a-afb0632bb67c [pid: 7|app: 0|req: 1432/2653] 10.0.0.45 () {32 vars in 719 bytes} [Tue Jun 23 07:09:46 2026] DELETE /v2.0/ports/c23225a2-782f-4ffc-946a-afb0632bb67c => generated 0 bytes in 246 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-23 07:09:47.192 8 INFO neutron.services.segments.plugin [-] Segment 92f12377-a229-4a27-9d26-ceaad7609dd5 resource provider aggregate not found 2026-06-23 07:09:47.200 8 INFO neutron.services.segments.plugin [-] Segment 92f12377-a229-4a27-9d26-ceaad7609dd5 resource provider aggregate not found 2026-06-23 07:09:47.209 8 INFO neutron.services.segments.plugin [-] Segment 92f12377-a229-4a27-9d26-ceaad7609dd5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 92f12377-a229-4a27-9d26-ceaad7609dd5 found for delete ", "request_id": "req-b3573e6d-9a35-42db-a298-deb7cbaf6df4"}]} 2026-06-23 07:09:47.225 8 INFO neutron.services.segments.plugin [-] Segment 92f12377-a229-4a27-9d26-ceaad7609dd5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 92f12377-a229-4a27-9d26-ceaad7609dd5 found for delete ", "request_id": "req-e6c3509c-69be-459d-97d4-14696ddf7ffd"}]} [pid: 8|app: 0|req: 1222/2654] 10.0.0.45 () {32 vars in 725 bytes} [Tue Jun 23 07:09:47 2026] DELETE /v2.0/networks/82b250ee-544e-4988-8efa-3bcbd03fc2b1 => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1433/2655] 10.0.0.45 () {32 vars in 773 bytes} [Tue Jun 23 07:09:47 2026] GET /v2.0/security-groups?tenant_id=a7cedbb7fe3e44689f2401aee8b3516d&name=default => generated 2929 bytes in 168 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1223/2656] 10.0.0.45 () {32 vars in 739 bytes} [Tue Jun 23 07:09:48 2026] DELETE /v2.0/security-groups/baaee12c-e92a-4666-9d47-f85360ae6eb2 => 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: 1434/2657] 10.0.0.45 () {32 vars in 773 bytes} [Tue Jun 23 07:09:48 2026] GET /v2.0/security-groups?tenant_id=daefa00a057e4c49bf78732834b92659&name=default => generated 2929 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1224/2658] 10.0.0.45 () {32 vars in 739 bytes} [Tue Jun 23 07:09:48 2026] DELETE /v2.0/security-groups/d9275508-649f-41c5-a736-9c4233db8f3e => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1435/2659] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:09:48 2026] GET /v2.0/ports?device_id=5e95b0a6-16cb-4edb-afbc-cfe4ad12e854 => generated 1202 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1225/2660] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 23 07:09:48 2026] GET /v2.0/security-groups?id=004edf3d-3d67-4b19-97e8-52be62872b43&fields=id&fields=name => generated 112 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-23 07:09:52.195 7 INFO neutron.db.segments_db [None req-84e83a6d-dfed-48ab-84cd-628b32b00a6e e36d3d36cc5b487a98923eb17d9d4a9e 410ee9e630a54b0aa884f45289731bcb - - default default] Added segment a9a55fda-dcb2-4127-a61f-8ac44905601d of type vxlan for network a3bcea9f-8d8b-42cb-847d-b1af3a209c7a [pid: 7|app: 0|req: 1436/2663] 10.0.0.45 () {34 vars in 669 bytes} [Tue Jun 23 07:09:51 2026] POST /v2.0/networks => generated 612 bytes in 429 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1228/2664] 10.0.0.45 () {34 vars in 663 bytes} [Tue Jun 23 07:09:52 2026] POST /v2.0/ports => generated 743 bytes in 451 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1437/2665] 10.0.0.45 () {34 vars in 665 bytes} [Tue Jun 23 07:09:52 2026] POST /v2.0/trunks => generated 407 bytes in 176 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: 1229/2666] 10.0.0.45 () {34 vars in 748 bytes} [Tue Jun 23 07:09:52 2026] PUT /v2.0/trunks/ee38345b-37fd-4c5f-b3bd-c295f46a6a74/tags => generated 25 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1438/2667] 10.0.0.45 () {32 vars in 728 bytes} [Tue Jun 23 07:09:52 2026] GET /v2.0/trunks/ee38345b-37fd-4c5f-b3bd-c295f46a6a74/tags => generated 25 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1230/2668] 10.0.0.45 () {34 vars in 759 bytes} [Tue Jun 23 07:09:53 2026] PUT /v2.0/trunks/ee38345b-37fd-4c5f-b3bd-c295f46a6a74/tags/green => generated 4 bytes in 47 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1439/2669] 10.0.0.45 () {32 vars in 728 bytes} [Tue Jun 23 07:09:53 2026] GET /v2.0/trunks/ee38345b-37fd-4c5f-b3bd-c295f46a6a74/tags => generated 34 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1231/2670] 10.0.0.45 () {34 vars in 755 bytes} [Tue Jun 23 07:09:53 2026] PUT /v2.0/trunks/ee38345b-37fd-4c5f-b3bd-c295f46a6a74/tags/red => generated 4 bytes in 42 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1440/2671] 10.0.0.45 () {32 vars in 728 bytes} [Tue Jun 23 07:09:53 2026] GET /v2.0/trunks/ee38345b-37fd-4c5f-b3bd-c295f46a6a74/tags => generated 34 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1232/2672] 10.0.0.45 () {34 vars in 777 bytes} [Tue Jun 23 07:09:53 2026] PUT /v2.0/trunks/ee38345b-37fd-4c5f-b3bd-c295f46a6a74/tags/black.or.white => generated 4 bytes in 46 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1441/2673] 10.0.0.45 () {32 vars in 728 bytes} [Tue Jun 23 07:09:53 2026] GET /v2.0/trunks/ee38345b-37fd-4c5f-b3bd-c295f46a6a74/tags => generated 52 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1233/2674] 10.0.0.45 () {34 vars in 748 bytes} [Tue Jun 23 07:09:53 2026] PUT /v2.0/trunks/ee38345b-37fd-4c5f-b3bd-c295f46a6a74/tags => generated 37 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1442/2675] 10.0.0.45 () {32 vars in 728 bytes} [Tue Jun 23 07:09:53 2026] GET /v2.0/trunks/ee38345b-37fd-4c5f-b3bd-c295f46a6a74/tags => generated 37 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1234/2676] 10.0.0.45 () {32 vars in 736 bytes} [Tue Jun 23 07:09:53 2026] GET /v2.0/trunks/ee38345b-37fd-4c5f-b3bd-c295f46a6a74/tags/red => generated 0 bytes in 23 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-23 07:09:53.447 7 INFO neutron.api.v2.resource [None req-1257028a-d824-4359-8243-87ca9945a9cc e36d3d36cc5b487a98923eb17d9d4a9e 410ee9e630a54b0aa884f45289731bcb - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1443/2677] 10.0.0.45 () {32 vars in 740 bytes} [Tue Jun 23 07:09:53 2026] GET /v2.0/trunks/ee38345b-37fd-4c5f-b3bd-c295f46a6a74/tags/green => generated 99 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1235/2678] 10.0.0.45 () {32 vars in 739 bytes} [Tue Jun 23 07:09:53 2026] DELETE /v2.0/trunks/ee38345b-37fd-4c5f-b3bd-c295f46a6a74/tags/red => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1444/2679] 10.0.0.45 () {32 vars in 728 bytes} [Tue Jun 23 07:09:53 2026] GET /v2.0/trunks/ee38345b-37fd-4c5f-b3bd-c295f46a6a74/tags => generated 30 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-23 07:09:53.574 8 INFO neutron.api.v2.resource [None req-10a22473-39a3-4ffe-b92c-8b9301599765 e36d3d36cc5b487a98923eb17d9d4a9e 410ee9e630a54b0aa884f45289731bcb - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1236/2680] 10.0.0.45 () {32 vars in 743 bytes} [Tue Jun 23 07:09:53 2026] DELETE /v2.0/trunks/ee38345b-37fd-4c5f-b3bd-c295f46a6a74/tags/green => generated 99 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1445/2681] 10.0.0.45 () {32 vars in 731 bytes} [Tue Jun 23 07:09:53 2026] DELETE /v2.0/trunks/ee38345b-37fd-4c5f-b3bd-c295f46a6a74/tags => 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: 1237/2682] 10.0.0.45 () {32 vars in 728 bytes} [Tue Jun 23 07:09:53 2026] GET /v2.0/trunks/ee38345b-37fd-4c5f-b3bd-c295f46a6a74/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: 1446/2683] 10.0.0.45 () {32 vars in 718 bytes} [Tue Jun 23 07:09:53 2026] GET /v2.0/trunks/ee38345b-37fd-4c5f-b3bd-c295f46a6a74 => generated 407 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1238/2684] 10.0.0.45 () {32 vars in 716 bytes} [Tue Jun 23 07:09:53 2026] GET /v2.0/ports/653b2b54-e0f6-4a0d-97bc-b4dcfae7e6dd => generated 826 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1447/2685] 10.0.0.45 () {32 vars in 721 bytes} [Tue Jun 23 07:09:53 2026] DELETE /v2.0/trunks/ee38345b-37fd-4c5f-b3bd-c295f46a6a74 => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-23 07:09:53.937 8 INFO neutron_taas.services.taas.taas_plugin [None req-8dfe2903-73dd-4d83-bbb5-49a5dbe89ca4 e36d3d36cc5b487a98923eb17d9d4a9e 410ee9e630a54b0aa884f45289731bcb - - default default] TaaS: Handle Delete Port: 653b2b54-e0f6-4a0d-97bc-b4dcfae7e6dd 2026-06-23 07:09:53.941 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8dfe2903-73dd-4d83-bbb5-49a5dbe89ca4 e36d3d36cc5b487a98923eb17d9d4a9e 410ee9e630a54b0aa884f45289731bcb - - default default] Tap Mirror: Handle Delete Port: 653b2b54-e0f6-4a0d-97bc-b4dcfae7e6dd [pid: 8|app: 0|req: 1239/2686] 10.0.0.45 () {32 vars in 719 bytes} [Tue Jun 23 07:09:53 2026] DELETE /v2.0/ports/653b2b54-e0f6-4a0d-97bc-b4dcfae7e6dd => generated 0 bytes in 204 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1240/2687] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:09:54 2026] GET /v2.0/ports?device_id=5e95b0a6-16cb-4edb-afbc-cfe4ad12e854 => generated 1204 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-23 07:09:54.178 7 INFO neutron.services.segments.plugin [-] Segment a9a55fda-dcb2-4127-a61f-8ac44905601d resource provider aggregate not found 2026-06-23 07:09:54.186 7 INFO neutron.services.segments.plugin [-] Segment a9a55fda-dcb2-4127-a61f-8ac44905601d resource provider aggregate not found 2026-06-23 07:09:54.202 7 INFO neutron.services.segments.plugin [-] Segment a9a55fda-dcb2-4127-a61f-8ac44905601d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a9a55fda-dcb2-4127-a61f-8ac44905601d found for delete ", "request_id": "req-2f560976-c9c7-4bc0-87ac-2ab9e5769f88"}]} 2026-06-23 07:09:54.207 7 INFO neutron.services.segments.plugin [-] Segment a9a55fda-dcb2-4127-a61f-8ac44905601d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a9a55fda-dcb2-4127-a61f-8ac44905601d found for delete ", "request_id": "req-5001ba30-1b5c-4cfd-8d9f-d487ebfb4449"}]} [pid: 7|app: 0|req: 1448/2688] 10.0.0.45 () {32 vars in 725 bytes} [Tue Jun 23 07:09:54 2026] DELETE /v2.0/networks/a3bcea9f-8d8b-42cb-847d-b1af3a209c7a => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1241/2689] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 23 07:09:54 2026] GET /v2.0/security-groups?id=004edf3d-3d67-4b19-97e8-52be62872b43&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: 7|app: 0|req: 1449/2690] 10.0.0.45 () {32 vars in 817 bytes} [Tue Jun 23 07:09:54 2026] GET /v2.0/ports?network_id=95d18074-32fa-4e15-b0a4-53d67e915e98&mac_address=fa%3A16%3A3e%3Ab1%3Aee%3A2f => generated 1204 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1450/2691] 10.0.0.45 () {32 vars in 773 bytes} [Tue Jun 23 07:09:54 2026] GET /v2.0/security-groups?tenant_id=410ee9e630a54b0aa884f45289731bcb&name=default => generated 2929 bytes in 155 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1451/2692] 10.0.0.45 () {32 vars in 739 bytes} [Tue Jun 23 07:09:55 2026] DELETE /v2.0/security-groups/090e2dca-2bd6-4a17-a0d5-4b32ee7f2d13 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-23 07:09:55.205 8 INFO neutron.db.l3_db [None req-5b704e0d-73eb-495e-94e3-3e167b0f3595 0e6e409c596447b1ae7bb5256e8307b3 6d8855672d0b4d378a25c70af7e89534 - - default default] Floating IP a222ba69-dcef-442c-8ed4-ac8f3c740cbb associated. External IP: 10.96.250.208, port: f6fb1ec1-490e-41d7-a429-32021a42939a. [pid: 7|app: 0|req: 1452/2693] 10.0.0.45 () {32 vars in 773 bytes} [Tue Jun 23 07:09:55 2026] GET /v2.0/security-groups?tenant_id=049349d384614137a24fda2ce1c9082e&name=default => generated 2929 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1453/2694] 10.0.0.45 () {32 vars in 739 bytes} [Tue Jun 23 07:09:55 2026] DELETE /v2.0/security-groups/3337c142-a0af-49c9-bbc7-de96143b2790 => 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: 1242/2695] 10.0.0.45 () {34 vars in 676 bytes} [Tue Jun 23 07:09:54 2026] POST /v2.0/floatingips => generated 855 bytes in 1248 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-23 07:09:55.740 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-0d874109-0ac9-4701-8be6-0ef194e9a0d1'] response: {'name': 'network-changed', 'server_uuid': '5e95b0a6-16cb-4edb-afbc-cfe4ad12e854', 'tag': 'f6fb1ec1-490e-41d7-a429-32021a42939a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1454/2696] 199.204.45.140 () {34 vars in 1080 bytes} [Tue Jun 23 07:09:56 2026] GET /v2.0/ports?tenant_id=6d8855672d0b4d378a25c70af7e89534&device_id=5e95b0a6-16cb-4edb-afbc-cfe4ad12e854 => generated 1473 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1243/2697] 199.204.45.140 () {34 vars in 986 bytes} [Tue Jun 23 07:09:56 2026] GET /v2.0/networks?id=95d18074-32fa-4e15-b0a4-53d67e915e98 => generated 801 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1455/2698] 199.204.45.140 () {34 vars in 1058 bytes} [Tue Jun 23 07:09:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.249&port_id=f6fb1ec1-490e-41d7-a429-32021a42939a => generated 858 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1244/2699] 199.204.45.140 () {34 vars in 1106 bytes} [Tue Jun 23 07:09:56 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A110&port_id=f6fb1ec1-490e-41d7-a429-32021a42939a => 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: 1456/2700] 199.204.45.140 () {34 vars in 1064 bytes} [Tue Jun 23 07:09:56 2026] GET /v2.0/subnets?id=6cffd5d5-3aea-4cb6-839c-adc178854d6d&id=2a6f314a-5eb9-4b01-8a78-67be4602ebda => generated 1413 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1245/2701] 199.204.45.140 () {34 vars in 1052 bytes} [Tue Jun 23 07:09:56 2026] GET /v2.0/ports?network_id=95d18074-32fa-4e15-b0a4-53d67e915e98&device_owner=network%3Adhcp => generated 1461 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1457/2702] 199.204.45.140 () {34 vars in 1052 bytes} [Tue Jun 23 07:09:56 2026] GET /v2.0/ports?network_id=95d18074-32fa-4e15-b0a4-53d67e915e98&device_owner=network%3Adhcp => generated 1461 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1246/2703] 199.204.45.140 () {34 vars in 1012 bytes} [Tue Jun 23 07:09:56 2026] GET /v2.0/networks/95d18074-32fa-4e15-b0a4-53d67e915e98?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: 1458/2704] 199.204.45.140 () {34 vars in 1112 bytes} [Tue Jun 23 07:09:56 2026] GET /v2.0/networks/95d18074-32fa-4e15-b0a4-53d67e915e98?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1247/2705] 10.0.0.45 () {32 vars in 773 bytes} [Tue Jun 23 07:09:59 2026] GET /v2.0/security-groups?tenant_id=1ff244e766ae4a3f81eb28a2ad220b14&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: 1459/2706] 10.0.0.45 () {32 vars in 739 bytes} [Tue Jun 23 07:09:59 2026] DELETE /v2.0/security-groups/c63700a9-b518-4dbc-9345-6931fcc390a1 => 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: 1248/2707] 10.0.0.45 () {32 vars in 773 bytes} [Tue Jun 23 07:09:59 2026] GET /v2.0/security-groups?tenant_id=330ebdc8e8504d94b50b10488cf60ec1&name=default => generated 2929 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1460/2708] 10.0.0.45 () {32 vars in 739 bytes} [Tue Jun 23 07:09:59 2026] DELETE /v2.0/security-groups/d0b179b9-72f4-44ea-af08-99cda05afdb7 => 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: 1249/2709] 10.0.0.82 () {34 vars in 989 bytes} [Tue Jun 23 07:10:03 2026] GET /v2.0/ports?device_id=5e95b0a6-16cb-4edb-afbc-cfe4ad12e854 => generated 1473 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1461/2710] 10.0.0.82 () {34 vars in 1039 bytes} [Tue Jun 23 07:10:03 2026] GET /v2.0/security-groups?id=004edf3d-3d67-4b19-97e8-52be62872b43&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: 8|app: 0|req: 1251/2713] 10.0.0.45 () {32 vars in 720 bytes} [Tue Jun 23 07:10:18 2026] GET /v2.0/subnets/10a1bfd4-d38b-426f-a37f-73e650440019 => generated 674 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1463/2714] 10.0.0.65 () {30 vars in 689 bytes} [Tue Jun 23 07:10:19 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1252/2715] 10.0.0.65 () {30 vars in 691 bytes} [Tue Jun 23 07:10:19 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1464/2716] 10.0.0.65 () {30 vars in 667 bytes} [Tue Jun 23 07:10:19 2026] GET /v2.0/extensions/qos => generated 166 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1253/2717] 10.0.0.65 () {30 vars in 703 bytes} [Tue Jun 23 07:10:19 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1465/2718] 10.0.0.65 () {28 vars in 438 bytes} [Tue Jun 23 07:10:20 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: 1254/2719] 10.0.0.65 () {30 vars in 727 bytes} [Tue Jun 23 07:10:20 2026] GET /v2.0/subnets/10a1bfd4-d38b-426f-a37f-73e650440019 => generated 656 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1466/2720] 10.0.0.65 () {30 vars in 689 bytes} [Tue Jun 23 07:10:20 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1255/2721] 10.0.0.65 () {30 vars in 691 bytes} [Tue Jun 23 07:10:20 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: 1467/2722] 10.0.0.65 () {30 vars in 667 bytes} [Tue Jun 23 07:10:20 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: 1256/2723] 10.0.0.65 () {30 vars in 703 bytes} [Tue Jun 23 07:10:20 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: 1468/2724] 10.0.0.65 () {30 vars in 727 bytes} [Tue Jun 23 07:10:20 2026] GET /v2.0/subnets/10a1bfd4-d38b-426f-a37f-73e650440019 => 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: 1257/2725] 10.0.0.65 () {30 vars in 689 bytes} [Tue Jun 23 07:10:20 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: 1469/2726] 10.0.0.65 () {30 vars in 691 bytes} [Tue Jun 23 07:10:20 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1258/2727] 10.0.0.65 () {30 vars in 667 bytes} [Tue Jun 23 07:10:20 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: 1470/2728] 10.0.0.65 () {30 vars in 703 bytes} [Tue Jun 23 07:10:20 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: 1259/2729] 10.0.0.65 () {30 vars in 729 bytes} [Tue Jun 23 07:10:20 2026] GET /v2.0/networks/f698c9f8-7bab-4c8a-baad-311f70ca9293 => generated 799 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1471/2730] 10.0.0.65 () {30 vars in 681 bytes} [Tue Jun 23 07:10:20 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1260/2731] 10.0.0.65 () {34 vars in 703 bytes} [Tue Jun 23 07:10:20 2026] POST /v2.0/ports => generated 1132 bytes in 367 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1473/2734] 199.204.45.140 () {30 vars in 703 bytes} [Tue Jun 23 07:10:23 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1262/2735] 199.204.45.140 () {30 vars in 705 bytes} [Tue Jun 23 07:10:23 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: 1474/2736] 199.204.45.140 () {30 vars in 681 bytes} [Tue Jun 23 07:10: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: 1263/2737] 199.204.45.140 () {30 vars in 717 bytes} [Tue Jun 23 07:10:23 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: 1475/2738] 199.204.45.140 () {30 vars in 737 bytes} [Tue Jun 23 07:10:23 2026] GET /v2.0/ports/222c6603-bf23-42d9-bd7d-37a2c2cb3223 => generated 1132 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1264/2739] 199.204.45.140 () {30 vars in 703 bytes} [Tue Jun 23 07:10: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: 7|app: 0|req: 1476/2740] 199.204.45.140 () {30 vars in 705 bytes} [Tue Jun 23 07:10: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: 1265/2741] 199.204.45.140 () {30 vars in 681 bytes} [Tue Jun 23 07:10:24 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: 1477/2742] 199.204.45.140 () {30 vars in 717 bytes} [Tue Jun 23 07:10: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) 2026-06-23 07:10:24.119 8 INFO neutron.api.v2.resource [None req-55dde145-68d4-4227-85aa-e21380714c68 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1266/2743] 199.204.45.140 () {30 vars in 763 bytes} [Tue Jun 23 07:10:24 2026] GET /v2.0/security-groups/lb-5694a620-04e4-47cc-9dce-32f43614a4f6 => generated 149 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1478/2744] 199.204.45.140 () {30 vars in 785 bytes} [Tue Jun 23 07:10:24 2026] GET /v2.0/security-groups?name=lb-5694a620-04e4-47cc-9dce-32f43614a4f6 => generated 23 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1267/2745] 199.204.45.140 () {34 vars in 736 bytes} [Tue Jun 23 07:10:24 2026] POST /v2.0/security-groups => generated 1638 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1479/2746] 199.204.45.140 () {30 vars in 815 bytes} [Tue Jun 23 07:10:24 2026] GET /v2.0/security-group-rules?security_group_id=a2a18351-1f57-432c-b64d-4cd7ac9a3662 => generated 1182 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1268/2747] 199.204.45.140 () {34 vars in 789 bytes} [Tue Jun 23 07:10:24 2026] PUT /v2.0/ports/222c6603-bf23-42d9-bd7d-37a2c2cb3223 => generated 1132 bytes in 258 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1480/2748] 199.204.45.140 () {30 vars in 703 bytes} [Tue Jun 23 07:10: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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1269/2749] 199.204.45.140 () {30 vars in 705 bytes} [Tue Jun 23 07:10: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: 7|app: 0|req: 1481/2750] 199.204.45.140 () {30 vars in 681 bytes} [Tue Jun 23 07:10:24 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: 1270/2751] 199.204.45.140 () {30 vars in 717 bytes} [Tue Jun 23 07:10:24 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: 1482/2752] 199.204.45.140 () {30 vars in 741 bytes} [Tue Jun 23 07:10:24 2026] GET /v2.0/subnets/10a1bfd4-d38b-426f-a37f-73e650440019 => generated 674 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1271/2753] 10.0.0.190 () {34 vars in 1016 bytes} [Tue Jun 23 07:10:32 2026] GET /v2.0/security-groups?id=b7df25d4-9a52-45ca-942b-a2b7512ac146&fields=id => generated 69 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1483/2754] 10.0.0.190 () {34 vars in 982 bytes} [Tue Jun 23 07:10:32 2026] GET /v2.0/networks?id=d95b3406-8b41-4815-9f0a-b86741a48a3e => generated 735 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1272/2755] 10.0.0.190 () {34 vars in 965 bytes} [Tue Jun 23 07:10:32 2026] GET /v2.0/quotas/6626933dbedf45c1b7a4e48204e18577 => generated 291 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1484/2756] 10.0.0.190 () {34 vars in 1002 bytes} [Tue Jun 23 07:10:32 2026] GET /v2.0/ports?tenant_id=6626933dbedf45c1b7a4e48204e18577&fields=id => generated 149 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1273/2757] 10.0.0.190 () {34 vars in 1008 bytes} [Tue Jun 23 07:10:32 2026] GET /v2.0/networks/d95b3406-8b41-4815-9f0a-b86741a48a3e?fields=segments => generated 14 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1485/2758] 10.0.0.190 () {34 vars in 1108 bytes} [Tue Jun 23 07:10:32 2026] GET /v2.0/networks/d95b3406-8b41-4815-9f0a-b86741a48a3e?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: 1274/2759] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:10:33 2026] GET /v2.0/ports?device_id=29589d4b-2732-4f17-8424-f52d4b56612e => 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: 1486/2760] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:10:33 2026] GET /v2.0/ports?device_id=29589d4b-2732-4f17-8424-f52d4b56612e => 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: 1275/2761] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:10:36 2026] GET /v2.0/ports?device_id=29589d4b-2732-4f17-8424-f52d4b56612e => 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: 1487/2762] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:10:36 2026] GET /v2.0/ports?device_id=29589d4b-2732-4f17-8424-f52d4b56612e => 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: 1277/2765] 199.204.45.140 () {34 vars in 986 bytes} [Tue Jun 23 07:10:37 2026] GET /v2.0/networks?id=d95b3406-8b41-4815-9f0a-b86741a48a3e => generated 735 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1489/2766] 199.204.45.140 () {34 vars in 1050 bytes} [Tue Jun 23 07:10:37 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=6626933dbedf45c1b7a4e48204e18577 => generated 343 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1278/2767] 199.204.45.140 () {38 vars in 955 bytes} [Tue Jun 23 07:10:37 2026] POST /v2.0/ports => generated 1078 bytes in 339 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1490/2768] 199.204.45.140 () {38 vars in 1028 bytes} [Tue Jun 23 07:10:37 2026] PUT /v2.0/ports/d5f23521-6bc2-449b-b5bd-f6d8d85c6007 => generated 1239 bytes in 468 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-23 07:10:38.214 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-9f0f6f0a-13b3-40a6-aff5-5d830240e543'] response: {'name': 'network-changed', 'server_uuid': '29589d4b-2732-4f17-8424-f52d4b56612e', 'tag': 'd5f23521-6bc2-449b-b5bd-f6d8d85c6007', '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: 1279/2769] 199.204.45.140 () {34 vars in 1080 bytes} [Tue Jun 23 07:10:38 2026] GET /v2.0/ports?tenant_id=6626933dbedf45c1b7a4e48204e18577&device_id=29589d4b-2732-4f17-8424-f52d4b56612e => generated 1242 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: 1491/2770] 199.204.45.140 () {34 vars in 1018 bytes} [Tue Jun 23 07:10:38 2026] GET /v2.0/networks?tenant_id=6626933dbedf45c1b7a4e48204e18577&shared=False => generated 735 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1280/2771] 199.204.45.140 () {34 vars in 930 bytes} [Tue Jun 23 07:10:38 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1492/2772] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:10:39 2026] GET /v2.0/ports?device_id=29589d4b-2732-4f17-8424-f52d4b56612e => 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: 1281/2773] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 23 07:10:39 2026] GET /v2.0/security-groups?id=b7df25d4-9a52-45ca-942b-a2b7512ac146&fields=id&fields=name => generated 96 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1493/2774] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:10:39 2026] GET /v2.0/ports?device_id=29589d4b-2732-4f17-8424-f52d4b56612e => generated 1242 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1282/2775] 199.204.45.140 () {34 vars in 1080 bytes} [Tue Jun 23 07:10:39 2026] GET /v2.0/ports?tenant_id=6626933dbedf45c1b7a4e48204e18577&device_id=29589d4b-2732-4f17-8424-f52d4b56612e => generated 1242 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1494/2776] 199.204.45.140 () {34 vars in 1060 bytes} [Tue Jun 23 07:10:39 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.36&port_id=d5f23521-6bc2-449b-b5bd-f6d8d85c6007 => 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: 1283/2777] 199.204.45.140 () {34 vars in 984 bytes} [Tue Jun 23 07:10:39 2026] GET /v2.0/subnets?id=ddd74f64-97fc-4437-9880-5dd29d96ba94 => generated 654 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1495/2778] 199.204.45.140 () {34 vars in 1052 bytes} [Tue Jun 23 07:10:40 2026] GET /v2.0/ports?network_id=d95b3406-8b41-4815-9f0a-b86741a48a3e&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: 1284/2779] 199.204.45.140 () {34 vars in 1012 bytes} [Tue Jun 23 07:10:40 2026] GET /v2.0/networks/d95b3406-8b41-4815-9f0a-b86741a48a3e?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: 1496/2780] 199.204.45.140 () {34 vars in 1112 bytes} [Tue Jun 23 07:10:40 2026] GET /v2.0/networks/d95b3406-8b41-4815-9f0a-b86741a48a3e?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: 1285/2781] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:10:42 2026] GET /v2.0/ports?device_id=29589d4b-2732-4f17-8424-f52d4b56612e => generated 1242 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1497/2782] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 23 07:10:42 2026] GET /v2.0/security-groups?id=b7df25d4-9a52-45ca-942b-a2b7512ac146&fields=id&fields=name => generated 96 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1286/2783] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:10:42 2026] GET /v2.0/ports?device_id=29589d4b-2732-4f17-8424-f52d4b56612e => generated 1242 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1498/2784] 199.204.45.140 () {34 vars in 994 bytes} [Tue Jun 23 07:10:44 2026] GET /v2.0/ports?device_id=29589d4b-2732-4f17-8424-f52d4b56612e => 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: 1287/2785] 199.204.45.140 () {34 vars in 1044 bytes} [Tue Jun 23 07:10:44 2026] GET /v2.0/security-groups?id=b7df25d4-9a52-45ca-942b-a2b7512ac146&fields=id&fields=name => generated 96 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1499/2786] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:10:45 2026] GET /v2.0/ports?device_id=29589d4b-2732-4f17-8424-f52d4b56612e => 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: 1288/2787] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 23 07:10:45 2026] GET /v2.0/security-groups?id=b7df25d4-9a52-45ca-942b-a2b7512ac146&fields=id&fields=name => generated 96 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1500/2788] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:10:45 2026] GET /v2.0/ports?device_id=29589d4b-2732-4f17-8424-f52d4b56612e => 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: 1289/2789] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:10:48 2026] GET /v2.0/ports?device_id=29589d4b-2732-4f17-8424-f52d4b56612e => 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: 1501/2790] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 23 07:10:48 2026] GET /v2.0/security-groups?id=b7df25d4-9a52-45ca-942b-a2b7512ac146&fields=id&fields=name => generated 96 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1290/2791] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:10:48 2026] GET /v2.0/ports?device_id=29589d4b-2732-4f17-8424-f52d4b56612e => 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: 1294/2798] 199.204.45.140 () {30 vars in 703 bytes} [Tue Jun 23 07:11:23 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: 1505/2799] 199.204.45.140 () {30 vars in 705 bytes} [Tue Jun 23 07:11:23 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: 1295/2800] 199.204.45.140 () {30 vars in 681 bytes} [Tue Jun 23 07:11:23 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1506/2801] 199.204.45.140 () {30 vars in 717 bytes} [Tue Jun 23 07:11:23 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1296/2802] 199.204.45.140 () {30 vars in 741 bytes} [Tue Jun 23 07:11:23 2026] GET /v2.0/subnets/10a1bfd4-d38b-426f-a37f-73e650440019 => generated 674 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1507/2803] 199.204.45.140 () {30 vars in 769 bytes} [Tue Jun 23 07:11:23 2026] GET /v2.0/ports?device_id=29589d4b-2732-4f17-8424-f52d4b56612e => 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: 1297/2804] 199.204.45.140 () {34 vars in 717 bytes} [Tue Jun 23 07:11:23 2026] POST /v2.0/ports => generated 1059 bytes in 372 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1508/2805] 10.0.0.190 () {34 vars in 971 bytes} [Tue Jun 23 07:11:24 2026] GET /v2.0/ports/94e3ef60-ce20-425b-83c6-cb24eff776c1 => generated 1059 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1298/2806] 10.0.0.190 () {34 vars in 907 bytes} [Tue Jun 23 07:11:24 2026] GET /v2.0/extensions => generated 21537 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1509/2807] 199.204.45.140 () {34 vars in 1262 bytes} [Tue Jun 23 07:11:25 2026] GET /v2.0/ports/94e3ef60-ce20-425b-83c6-cb24eff776c1?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1299/2808] 199.204.45.140 () {34 vars in 1012 bytes} [Tue Jun 23 07:11:25 2026] GET /v2.0/networks/f698c9f8-7bab-4c8a-baad-311f70ca9293?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1510/2809] 199.204.45.140 () {34 vars in 1112 bytes} [Tue Jun 23 07:11:25 2026] GET /v2.0/networks/f698c9f8-7bab-4c8a-baad-311f70ca9293?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1300/2810] 199.204.45.140 () {34 vars in 975 bytes} [Tue Jun 23 07:11:25 2026] GET /v2.0/ports/94e3ef60-ce20-425b-83c6-cb24eff776c1 => generated 1059 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1511/2811] 199.204.45.140 () {34 vars in 986 bytes} [Tue Jun 23 07:11:25 2026] GET /v2.0/networks?id=f698c9f8-7bab-4c8a-baad-311f70ca9293 => generated 802 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1301/2812] 199.204.45.140 () {38 vars in 1028 bytes} [Tue Jun 23 07:11:25 2026] PUT /v2.0/ports/94e3ef60-ce20-425b-83c6-cb24eff776c1 => generated 1249 bytes in 479 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-23 07:11:26.460 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a1e57f22-111b-4276-9a2f-2b18a8b63757'] response: {'name': 'network-changed', 'server_uuid': '29589d4b-2732-4f17-8424-f52d4b56612e', 'tag': '94e3ef60-ce20-425b-83c6-cb24eff776c1', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1512/2813] 199.204.45.140 () {34 vars in 1080 bytes} [Tue Jun 23 07:11:26 2026] GET /v2.0/ports?tenant_id=6626933dbedf45c1b7a4e48204e18577&device_id=29589d4b-2732-4f17-8424-f52d4b56612e => generated 2485 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1302/2814] 199.204.45.140 () {34 vars in 986 bytes} [Tue Jun 23 07:11:27 2026] GET /v2.0/networks?id=f698c9f8-7bab-4c8a-baad-311f70ca9293 => generated 802 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1513/2815] 199.204.45.140 () {34 vars in 1058 bytes} [Tue Jun 23 07:11:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.120&port_id=94e3ef60-ce20-425b-83c6-cb24eff776c1 => 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: 1303/2816] 199.204.45.140 () {34 vars in 984 bytes} [Tue Jun 23 07:11:27 2026] GET /v2.0/subnets?id=10a1bfd4-d38b-426f-a37f-73e650440019 => generated 677 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1514/2817] 199.204.45.140 () {34 vars in 1052 bytes} [Tue Jun 23 07:11:27 2026] GET /v2.0/ports?network_id=f698c9f8-7bab-4c8a-baad-311f70ca9293&device_owner=network%3Adhcp => generated 1461 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1304/2818] 199.204.45.140 () {34 vars in 1012 bytes} [Tue Jun 23 07:11:27 2026] GET /v2.0/networks/f698c9f8-7bab-4c8a-baad-311f70ca9293?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: 1515/2819] 199.204.45.140 () {34 vars in 1112 bytes} [Tue Jun 23 07:11:27 2026] GET /v2.0/networks/f698c9f8-7bab-4c8a-baad-311f70ca9293?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: 1305/2820] 199.204.45.140 () {34 vars in 1080 bytes} [Tue Jun 23 07:11:28 2026] GET /v2.0/ports?tenant_id=6626933dbedf45c1b7a4e48204e18577&device_id=29589d4b-2732-4f17-8424-f52d4b56612e => generated 2485 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1516/2821] 199.204.45.140 () {34 vars in 1060 bytes} [Tue Jun 23 07:11:28 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.36&port_id=d5f23521-6bc2-449b-b5bd-f6d8d85c6007 => 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: 1306/2822] 199.204.45.140 () {34 vars in 984 bytes} [Tue Jun 23 07:11:28 2026] GET /v2.0/subnets?id=ddd74f64-97fc-4437-9880-5dd29d96ba94 => generated 654 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1517/2823] 199.204.45.140 () {34 vars in 1052 bytes} [Tue Jun 23 07:11:28 2026] GET /v2.0/ports?network_id=d95b3406-8b41-4815-9f0a-b86741a48a3e&device_owner=network%3Adhcp => generated 1244 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1307/2824] 199.204.45.140 () {34 vars in 1012 bytes} [Tue Jun 23 07:11:28 2026] GET /v2.0/networks/d95b3406-8b41-4815-9f0a-b86741a48a3e?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: 1518/2825] 199.204.45.140 () {34 vars in 1112 bytes} [Tue Jun 23 07:11:28 2026] GET /v2.0/networks/d95b3406-8b41-4815-9f0a-b86741a48a3e?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: 1308/2826] 199.204.45.140 () {34 vars in 1058 bytes} [Tue Jun 23 07:11:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.120&port_id=94e3ef60-ce20-425b-83c6-cb24eff776c1 => 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: 1519/2827] 199.204.45.140 () {34 vars in 984 bytes} [Tue Jun 23 07:11:28 2026] GET /v2.0/subnets?id=10a1bfd4-d38b-426f-a37f-73e650440019 => generated 677 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1309/2828] 199.204.45.140 () {34 vars in 1052 bytes} [Tue Jun 23 07:11:28 2026] GET /v2.0/ports?network_id=f698c9f8-7bab-4c8a-baad-311f70ca9293&device_owner=network%3Adhcp => generated 1461 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1520/2829] 199.204.45.140 () {34 vars in 1012 bytes} [Tue Jun 23 07:11:28 2026] GET /v2.0/networks/f698c9f8-7bab-4c8a-baad-311f70ca9293?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: 1310/2830] 199.204.45.140 () {34 vars in 1112 bytes} [Tue Jun 23 07:11:28 2026] GET /v2.0/networks/f698c9f8-7bab-4c8a-baad-311f70ca9293?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1521/2831] 10.0.0.190 () {34 vars in 971 bytes} [Tue Jun 23 07:11:32 2026] GET /v2.0/ports/94e3ef60-ce20-425b-83c6-cb24eff776c1 => generated 1251 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1311/2832] 199.204.45.140 () {34 vars in 789 bytes} [Tue Jun 23 07:11:32 2026] PUT /v2.0/ports/94e3ef60-ce20-425b-83c6-cb24eff776c1 => generated 1276 bytes in 266 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-23 07:11:33.003 7 INFO neutron.api.v2.resource [None req-ade371f9-0100-4a29-a514-0cc0e4a94094 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1522/2833] 199.204.45.140 () {30 vars in 763 bytes} [Tue Jun 23 07:11:32 2026] GET /v2.0/security-groups/lb-5694a620-04e4-47cc-9dce-32f43614a4f6 => generated 149 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-23 07:11:33.015 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-51456e5b-f729-442a-b22e-7f022c260360'] response: {'name': 'network-changed', 'server_uuid': '29589d4b-2732-4f17-8424-f52d4b56612e', 'tag': '94e3ef60-ce20-425b-83c6-cb24eff776c1', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1312/2834] 199.204.45.140 () {30 vars in 785 bytes} [Tue Jun 23 07:11:33 2026] GET /v2.0/security-groups?name=lb-5694a620-04e4-47cc-9dce-32f43614a4f6 => generated 1639 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1523/2835] 199.204.45.140 () {34 vars in 789 bytes} [Tue Jun 23 07:11:33 2026] PUT /v2.0/ports/94e3ef60-ce20-425b-83c6-cb24eff776c1 => generated 1314 bytes in 270 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-23 07:11:33.374 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b1b035ae-1a6d-4971-a605-e7755ba4ceb8'] response: {'name': 'network-changed', 'server_uuid': '29589d4b-2732-4f17-8424-f52d4b56612e', 'tag': '94e3ef60-ce20-425b-83c6-cb24eff776c1', '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: 1524/2836] 199.204.45.140 () {30 vars in 703 bytes} [Tue Jun 23 07:11:33 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1313/2837] 199.204.45.140 () {34 vars in 1080 bytes} [Tue Jun 23 07:11:33 2026] GET /v2.0/ports?tenant_id=6626933dbedf45c1b7a4e48204e18577&device_id=29589d4b-2732-4f17-8424-f52d4b56612e => generated 2586 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1525/2838] 199.204.45.140 () {30 vars in 705 bytes} [Tue Jun 23 07:11:33 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1526/2839] 199.204.45.140 () {30 vars in 681 bytes} [Tue Jun 23 07:11:33 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: 1527/2840] 199.204.45.140 () {30 vars in 717 bytes} [Tue Jun 23 07:11:33 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1314/2841] 199.204.45.140 () {34 vars in 986 bytes} [Tue Jun 23 07:11:33 2026] GET /v2.0/networks?id=f698c9f8-7bab-4c8a-baad-311f70ca9293 => generated 802 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1528/2842] 199.204.45.140 () {30 vars in 741 bytes} [Tue Jun 23 07:11:33 2026] GET /v2.0/subnets/10a1bfd4-d38b-426f-a37f-73e650440019 => generated 674 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1315/2843] 199.204.45.140 () {34 vars in 1058 bytes} [Tue Jun 23 07:11:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.120&port_id=94e3ef60-ce20-425b-83c6-cb24eff776c1 => 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: 1529/2844] 199.204.45.140 () {30 vars in 737 bytes} [Tue Jun 23 07:11:33 2026] GET /v2.0/ports/222c6603-bf23-42d9-bd7d-37a2c2cb3223 => generated 1132 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1316/2845] 199.204.45.140 () {34 vars in 984 bytes} [Tue Jun 23 07:11:33 2026] GET /v2.0/subnets?id=10a1bfd4-d38b-426f-a37f-73e650440019 => generated 677 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1317/2846] 199.204.45.140 () {34 vars in 1052 bytes} [Tue Jun 23 07:11:33 2026] GET /v2.0/ports?network_id=f698c9f8-7bab-4c8a-baad-311f70ca9293&device_owner=network%3Adhcp => generated 1461 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1530/2847] 199.204.45.140 () {30 vars in 737 bytes} [Tue Jun 23 07:11:33 2026] GET /v2.0/ports/94e3ef60-ce20-425b-83c6-cb24eff776c1 => generated 1350 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1531/2848] 199.204.45.140 () {30 vars in 741 bytes} [Tue Jun 23 07:11:33 2026] GET /v2.0/subnets/10a1bfd4-d38b-426f-a37f-73e650440019 => generated 674 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1318/2849] 199.204.45.140 () {34 vars in 1012 bytes} [Tue Jun 23 07:11:33 2026] GET /v2.0/networks/f698c9f8-7bab-4c8a-baad-311f70ca9293?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: 1532/2850] 199.204.45.140 () {30 vars in 743 bytes} [Tue Jun 23 07:11:33 2026] GET /v2.0/networks/f698c9f8-7bab-4c8a-baad-311f70ca9293 => 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: 1319/2851] 199.204.45.140 () {34 vars in 1112 bytes} [Tue Jun 23 07:11:33 2026] GET /v2.0/networks/f698c9f8-7bab-4c8a-baad-311f70ca9293?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: 1533/2852] 199.204.45.140 () {30 vars in 737 bytes} [Tue Jun 23 07:11:33 2026] GET /v2.0/ports/222c6603-bf23-42d9-bd7d-37a2c2cb3223 => generated 1132 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1320/2853] 199.204.45.140 () {30 vars in 741 bytes} [Tue Jun 23 07:11:33 2026] GET /v2.0/subnets/10a1bfd4-d38b-426f-a37f-73e650440019 => generated 674 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1534/2854] 199.204.45.140 () {34 vars in 1080 bytes} [Tue Jun 23 07:11:34 2026] GET /v2.0/ports?tenant_id=6626933dbedf45c1b7a4e48204e18577&device_id=29589d4b-2732-4f17-8424-f52d4b56612e => generated 2586 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1321/2855] 199.204.45.140 () {34 vars in 986 bytes} [Tue Jun 23 07:11:34 2026] GET /v2.0/networks?id=f698c9f8-7bab-4c8a-baad-311f70ca9293 => generated 802 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1535/2856] 199.204.45.140 () {34 vars in 1058 bytes} [Tue Jun 23 07:11:34 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.120&port_id=94e3ef60-ce20-425b-83c6-cb24eff776c1 => 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: 1322/2857] 199.204.45.140 () {34 vars in 984 bytes} [Tue Jun 23 07:11:34 2026] GET /v2.0/subnets?id=10a1bfd4-d38b-426f-a37f-73e650440019 => generated 677 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1536/2858] 199.204.45.140 () {34 vars in 1052 bytes} [Tue Jun 23 07:11:35 2026] GET /v2.0/ports?network_id=f698c9f8-7bab-4c8a-baad-311f70ca9293&device_owner=network%3Adhcp => generated 1461 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1323/2859] 199.204.45.140 () {34 vars in 1012 bytes} [Tue Jun 23 07:11:35 2026] GET /v2.0/networks/f698c9f8-7bab-4c8a-baad-311f70ca9293?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: 1537/2860] 199.204.45.140 () {34 vars in 1112 bytes} [Tue Jun 23 07:11:35 2026] GET /v2.0/networks/f698c9f8-7bab-4c8a-baad-311f70ca9293?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-23 07:11:42.250 8 INFO neutron.db.l3_db [None req-73eb84bf-a2b2-4ebf-b612-decbdda62c9f 0e6e409c596447b1ae7bb5256e8307b3 6d8855672d0b4d378a25c70af7e89534 - - default default] Floating IP 2796a2e0-0fad-4c4b-8b8e-cac51af9bd5d associated. External IP: 10.96.250.212, port: 222c6603-bf23-42d9-bd7d-37a2c2cb3223. [pid: 8|app: 0|req: 1325/2863] 10.0.0.45 () {34 vars in 676 bytes} [Tue Jun 23 07:11:41 2026] POST /v2.0/floatingips => generated 899 bytes in 1273 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1539/2864] 199.204.45.140 () {30 vars in 703 bytes} [Tue Jun 23 07:11:46 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1326/2865] 199.204.45.140 () {30 vars in 705 bytes} [Tue Jun 23 07:11:47 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: 1540/2866] 199.204.45.140 () {30 vars in 681 bytes} [Tue Jun 23 07:11:47 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1327/2867] 199.204.45.140 () {30 vars in 717 bytes} [Tue Jun 23 07:11:47 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-23 07:11:47.219 7 INFO neutron.api.v2.resource [None req-970fc165-a88a-480c-b595-23dc0a3aed64 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1541/2868] 199.204.45.140 () {30 vars in 763 bytes} [Tue Jun 23 07:11:47 2026] GET /v2.0/security-groups/lb-5694a620-04e4-47cc-9dce-32f43614a4f6 => generated 149 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1328/2869] 199.204.45.140 () {30 vars in 785 bytes} [Tue Jun 23 07:11:47 2026] GET /v2.0/security-groups?name=lb-5694a620-04e4-47cc-9dce-32f43614a4f6 => generated 1639 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1542/2870] 199.204.45.140 () {30 vars in 815 bytes} [Tue Jun 23 07:11:47 2026] GET /v2.0/security-group-rules?security_group_id=a2a18351-1f57-432c-b64d-4cd7ac9a3662 => generated 1182 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1329/2871] 199.204.45.140 () {34 vars in 747 bytes} [Tue Jun 23 07:11:47 2026] POST /v2.0/security-group-rules => generated 601 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1543/2872] 199.204.45.140 () {34 vars in 747 bytes} [Tue Jun 23 07:11:47 2026] POST /v2.0/security-group-rules => generated 597 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1331/2875] 10.0.0.65 () {30 vars in 689 bytes} [Tue Jun 23 07:11:54 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1545/2876] 10.0.0.65 () {30 vars in 691 bytes} [Tue Jun 23 07:11:54 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1332/2877] 10.0.0.65 () {30 vars in 667 bytes} [Tue Jun 23 07:11:54 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: 1546/2878] 10.0.0.65 () {30 vars in 703 bytes} [Tue Jun 23 07:11:54 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: 1333/2879] 10.0.0.65 () {28 vars in 438 bytes} [Tue Jun 23 07:11:55 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: 1547/2880] 10.0.0.65 () {30 vars in 727 bytes} [Tue Jun 23 07:11:55 2026] GET /v2.0/subnets/375131d1-cc38-4aa2-b334-39875483d46f => generated 655 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1334/2881] 199.204.45.140 () {30 vars in 703 bytes} [Tue Jun 23 07:11:56 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: 1548/2882] 199.204.45.140 () {30 vars in 705 bytes} [Tue Jun 23 07:11:56 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1335/2883] 199.204.45.140 () {30 vars in 681 bytes} [Tue Jun 23 07:11:56 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1549/2884] 199.204.45.140 () {30 vars in 717 bytes} [Tue Jun 23 07:11:56 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1336/2885] 199.204.45.140 () {30 vars in 741 bytes} [Tue Jun 23 07:11:56 2026] GET /v2.0/subnets/375131d1-cc38-4aa2-b334-39875483d46f => generated 673 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1550/2886] 199.204.45.140 () {30 vars in 769 bytes} [Tue Jun 23 07:11:56 2026] GET /v2.0/ports?device_id=29589d4b-2732-4f17-8424-f52d4b56612e => generated 2586 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1337/2887] 199.204.45.140 () {30 vars in 703 bytes} [Tue Jun 23 07:11:56 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: 1551/2888] 199.204.45.140 () {30 vars in 705 bytes} [Tue Jun 23 07:11:56 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1338/2889] 199.204.45.140 () {30 vars in 681 bytes} [Tue Jun 23 07:11:56 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: 1552/2890] 199.204.45.140 () {30 vars in 717 bytes} [Tue Jun 23 07:11:56 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: 1339/2891] 199.204.45.140 () {34 vars in 717 bytes} [Tue Jun 23 07:11:56 2026] POST /v2.0/ports => generated 1324 bytes in 383 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1553/2892] 10.0.0.190 () {34 vars in 971 bytes} [Tue Jun 23 07:11:57 2026] GET /v2.0/ports/900f11cd-714b-45c5-8640-06d4012f80de => generated 1324 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: 8|app: 0|req: 1340/2893] 10.0.0.190 () {34 vars in 907 bytes} [Tue Jun 23 07:11:57 2026] GET /v2.0/extensions => generated 21537 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1554/2894] 199.204.45.140 () {34 vars in 1262 bytes} [Tue Jun 23 07:11:58 2026] GET /v2.0/ports/900f11cd-714b-45c5-8640-06d4012f80de?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1341/2895] 199.204.45.140 () {34 vars in 1012 bytes} [Tue Jun 23 07:11:58 2026] GET /v2.0/networks/5c8e068f-d71d-48c4-a848-9d4a90195805?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: 1555/2896] 199.204.45.140 () {34 vars in 1112 bytes} [Tue Jun 23 07:11:58 2026] GET /v2.0/networks/5c8e068f-d71d-48c4-a848-9d4a90195805?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: 1342/2897] 199.204.45.140 () {34 vars in 975 bytes} [Tue Jun 23 07:11:59 2026] GET /v2.0/ports/900f11cd-714b-45c5-8640-06d4012f80de => generated 1324 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1556/2898] 199.204.45.140 () {34 vars in 986 bytes} [Tue Jun 23 07:11:59 2026] GET /v2.0/networks?id=5c8e068f-d71d-48c4-a848-9d4a90195805 => generated 801 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1343/2899] 199.204.45.140 () {38 vars in 1028 bytes} [Tue Jun 23 07:11:59 2026] PUT /v2.0/ports/900f11cd-714b-45c5-8640-06d4012f80de => generated 1514 bytes in 383 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-23 07:11:59.712 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-63c22dde-55b6-4b5e-aa4f-94f67e78d684'] response: {'name': 'network-changed', 'server_uuid': '29589d4b-2732-4f17-8424-f52d4b56612e', 'tag': '900f11cd-714b-45c5-8640-06d4012f80de', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1557/2900] 199.204.45.140 () {34 vars in 1080 bytes} [Tue Jun 23 07:12:00 2026] GET /v2.0/ports?tenant_id=6626933dbedf45c1b7a4e48204e18577&device_id=29589d4b-2732-4f17-8424-f52d4b56612e => generated 4092 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1344/2901] 199.204.45.140 () {34 vars in 986 bytes} [Tue Jun 23 07:12:00 2026] GET /v2.0/networks?id=5c8e068f-d71d-48c4-a848-9d4a90195805 => generated 801 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1558/2902] 199.204.45.140 () {34 vars in 1056 bytes} [Tue Jun 23 07:12:00 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.45&port_id=900f11cd-714b-45c5-8640-06d4012f80de => 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: 1345/2903] 199.204.45.140 () {34 vars in 1104 bytes} [Tue Jun 23 07:12:00 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A271&port_id=900f11cd-714b-45c5-8640-06d4012f80de => 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: 1559/2904] 199.204.45.140 () {34 vars in 1064 bytes} [Tue Jun 23 07:12:00 2026] GET /v2.0/subnets?id=375131d1-cc38-4aa2-b334-39875483d46f&id=73076336-9f75-4624-8e52-b74193a6ef78 => generated 1410 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1346/2905] 199.204.45.140 () {34 vars in 1052 bytes} [Tue Jun 23 07:12:00 2026] GET /v2.0/ports?network_id=5c8e068f-d71d-48c4-a848-9d4a90195805&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: 1560/2906] 199.204.45.140 () {34 vars in 1052 bytes} [Tue Jun 23 07:12:00 2026] GET /v2.0/ports?network_id=5c8e068f-d71d-48c4-a848-9d4a90195805&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: 1347/2907] 199.204.45.140 () {34 vars in 1012 bytes} [Tue Jun 23 07:12:00 2026] GET /v2.0/networks/5c8e068f-d71d-48c4-a848-9d4a90195805?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: 1561/2908] 199.204.45.140 () {34 vars in 1112 bytes} [Tue Jun 23 07:12:00 2026] GET /v2.0/networks/5c8e068f-d71d-48c4-a848-9d4a90195805?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: 1348/2909] 199.204.45.140 () {34 vars in 1080 bytes} [Tue Jun 23 07:12:01 2026] GET /v2.0/ports?tenant_id=6626933dbedf45c1b7a4e48204e18577&device_id=29589d4b-2732-4f17-8424-f52d4b56612e => generated 4092 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1562/2910] 199.204.45.140 () {34 vars in 1060 bytes} [Tue Jun 23 07:12:01 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.36&port_id=d5f23521-6bc2-449b-b5bd-f6d8d85c6007 => 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: 1349/2911] 199.204.45.140 () {34 vars in 984 bytes} [Tue Jun 23 07:12:01 2026] GET /v2.0/subnets?id=ddd74f64-97fc-4437-9880-5dd29d96ba94 => generated 654 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1563/2912] 199.204.45.140 () {34 vars in 1052 bytes} [Tue Jun 23 07:12:01 2026] GET /v2.0/ports?network_id=d95b3406-8b41-4815-9f0a-b86741a48a3e&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: 1350/2913] 199.204.45.140 () {34 vars in 1012 bytes} [Tue Jun 23 07:12:01 2026] GET /v2.0/networks/d95b3406-8b41-4815-9f0a-b86741a48a3e?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1564/2914] 199.204.45.140 () {34 vars in 1112 bytes} [Tue Jun 23 07:12:01 2026] GET /v2.0/networks/d95b3406-8b41-4815-9f0a-b86741a48a3e?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: 1351/2915] 199.204.45.140 () {34 vars in 1058 bytes} [Tue Jun 23 07:12:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.120&port_id=94e3ef60-ce20-425b-83c6-cb24eff776c1 => 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: 1565/2916] 199.204.45.140 () {34 vars in 984 bytes} [Tue Jun 23 07:12:01 2026] GET /v2.0/subnets?id=10a1bfd4-d38b-426f-a37f-73e650440019 => generated 677 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1352/2917] 199.204.45.140 () {34 vars in 1052 bytes} [Tue Jun 23 07:12:02 2026] GET /v2.0/ports?network_id=f698c9f8-7bab-4c8a-baad-311f70ca9293&device_owner=network%3Adhcp => generated 1461 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1566/2918] 199.204.45.140 () {34 vars in 1012 bytes} [Tue Jun 23 07:12:02 2026] GET /v2.0/networks/f698c9f8-7bab-4c8a-baad-311f70ca9293?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1353/2919] 199.204.45.140 () {34 vars in 1112 bytes} [Tue Jun 23 07:12:02 2026] GET /v2.0/networks/f698c9f8-7bab-4c8a-baad-311f70ca9293?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: 1567/2920] 199.204.45.140 () {34 vars in 1056 bytes} [Tue Jun 23 07:12:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.45&port_id=900f11cd-714b-45c5-8640-06d4012f80de => 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: 1354/2921] 199.204.45.140 () {34 vars in 1104 bytes} [Tue Jun 23 07:12:02 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A271&port_id=900f11cd-714b-45c5-8640-06d4012f80de => 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: 1568/2922] 199.204.45.140 () {34 vars in 1064 bytes} [Tue Jun 23 07:12:02 2026] GET /v2.0/subnets?id=375131d1-cc38-4aa2-b334-39875483d46f&id=73076336-9f75-4624-8e52-b74193a6ef78 => generated 1410 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1355/2923] 199.204.45.140 () {34 vars in 1052 bytes} [Tue Jun 23 07:12:02 2026] GET /v2.0/ports?network_id=5c8e068f-d71d-48c4-a848-9d4a90195805&device_owner=network%3Adhcp => generated 1457 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1569/2924] 199.204.45.140 () {34 vars in 1052 bytes} [Tue Jun 23 07:12:02 2026] GET /v2.0/ports?network_id=5c8e068f-d71d-48c4-a848-9d4a90195805&device_owner=network%3Adhcp => generated 1457 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1356/2925] 199.204.45.140 () {34 vars in 1012 bytes} [Tue Jun 23 07:12:02 2026] GET /v2.0/networks/5c8e068f-d71d-48c4-a848-9d4a90195805?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: 1570/2926] 199.204.45.140 () {34 vars in 1112 bytes} [Tue Jun 23 07:12:02 2026] GET /v2.0/networks/5c8e068f-d71d-48c4-a848-9d4a90195805?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: 1357/2927] 10.0.0.190 () {34 vars in 971 bytes} [Tue Jun 23 07:12:06 2026] GET /v2.0/ports/900f11cd-714b-45c5-8640-06d4012f80de => generated 1516 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1571/2928] 199.204.45.140 () {30 vars in 743 bytes} [Tue Jun 23 07:12:06 2026] GET /v2.0/networks/5c8e068f-d71d-48c4-a848-9d4a90195805 => generated 798 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1358/2929] 199.204.45.140 () {30 vars in 741 bytes} [Tue Jun 23 07:12:06 2026] GET /v2.0/subnets/375131d1-cc38-4aa2-b334-39875483d46f => generated 673 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1572/2930] 199.204.45.140 () {30 vars in 741 bytes} [Tue Jun 23 07:12:06 2026] GET /v2.0/subnets/73076336-9f75-4624-8e52-b74193a6ef78 => generated 744 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1359/2931] 199.204.45.140 () {30 vars in 703 bytes} [Tue Jun 23 07:12:06 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1573/2932] 199.204.45.140 () {30 vars in 705 bytes} [Tue Jun 23 07:12:06 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: 1360/2933] 199.204.45.140 () {30 vars in 681 bytes} [Tue Jun 23 07:12:06 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: 1574/2934] 199.204.45.140 () {30 vars in 717 bytes} [Tue Jun 23 07:12:06 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1361/2935] 199.204.45.140 () {30 vars in 741 bytes} [Tue Jun 23 07:12:06 2026] GET /v2.0/subnets/10a1bfd4-d38b-426f-a37f-73e650440019 => generated 674 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1575/2938] 199.204.45.140 () {30 vars in 737 bytes} [Tue Jun 23 07:12:06 2026] GET /v2.0/ports/222c6603-bf23-42d9-bd7d-37a2c2cb3223 => generated 1132 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1364/2939] 199.204.45.140 () {30 vars in 737 bytes} [Tue Jun 23 07:12:06 2026] GET /v2.0/ports/94e3ef60-ce20-425b-83c6-cb24eff776c1 => generated 1350 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1576/2940] 199.204.45.140 () {30 vars in 741 bytes} [Tue Jun 23 07:12:07 2026] GET /v2.0/subnets/10a1bfd4-d38b-426f-a37f-73e650440019 => generated 674 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1365/2941] 199.204.45.140 () {30 vars in 743 bytes} [Tue Jun 23 07:12:07 2026] GET /v2.0/networks/f698c9f8-7bab-4c8a-baad-311f70ca9293 => generated 799 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1577/2942] 199.204.45.140 () {30 vars in 737 bytes} [Tue Jun 23 07:12:07 2026] GET /v2.0/ports/222c6603-bf23-42d9-bd7d-37a2c2cb3223 => generated 1132 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1366/2943] 199.204.45.140 () {30 vars in 741 bytes} [Tue Jun 23 07:12:07 2026] GET /v2.0/subnets/10a1bfd4-d38b-426f-a37f-73e650440019 => generated 674 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1578/2944] 10.0.0.190 () {34 vars in 1178 bytes} [Tue Jun 23 07:12:14 2026] GET /v2.0/ports?device_id=29589d4b-2732-4f17-8424-f52d4b56612e&device_id=5e95b0a6-16cb-4edb-afbc-cfe4ad12e854&device_id=091c124f-82d1-4bf4-8962-b4e856e59038 => generated 7014 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1367/2945] 10.0.0.190 () {34 vars in 1280 bytes} [Tue Jun 23 07:12:14 2026] GET /v2.0/security-groups?id=004edf3d-3d67-4b19-97e8-52be62872b43&id=a2a18351-1f57-432c-b64d-4cd7ac9a3662&id=b7df25d4-9a52-45ca-942b-a2b7512ac146&id=c8bee75e-f37c-41fd-8da4-9cce3025e655&fields=id&fields=name => generated 353 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1579/2946] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:12:14 2026] GET /v2.0/ports?device_id=29589d4b-2732-4f17-8424-f52d4b56612e => generated 4094 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1368/2947] 10.0.0.190 () {34 vars in 1200 bytes} [Tue Jun 23 07:12:14 2026] GET /v2.0/security-groups?id=a2a18351-1f57-432c-b64d-4cd7ac9a3662&id=b7df25d4-9a52-45ca-942b-a2b7512ac146&id=c8bee75e-f37c-41fd-8da4-9cce3025e655&fields=id&fields=name => generated 262 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1580/2948] 10.0.0.190 () {34 vars in 1084 bytes} [Tue Jun 23 07:12:15 2026] GET /v2.0/ports?device_id=5e95b0a6-16cb-4edb-afbc-cfe4ad12e854&device_id=091c124f-82d1-4bf4-8962-b4e856e59038 => generated 2931 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1369/2949] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 23 07:12:15 2026] GET /v2.0/security-groups?id=004edf3d-3d67-4b19-97e8-52be62872b43&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: 7|app: 0|req: 1581/2950] 10.0.0.65 () {30 vars in 689 bytes} [Tue Jun 23 07:12:15 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: 1370/2951] 10.0.0.65 () {30 vars in 691 bytes} [Tue Jun 23 07:12:15 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: 1582/2952] 10.0.0.65 () {30 vars in 667 bytes} [Tue Jun 23 07:12:15 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: 1371/2953] 10.0.0.65 () {30 vars in 703 bytes} [Tue Jun 23 07:12:15 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: 1583/2954] 10.0.0.65 () {28 vars in 438 bytes} [Tue Jun 23 07:12:16 2026] GET / => generated 151 bytes in 1 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1372/2955] 10.0.0.65 () {30 vars in 727 bytes} [Tue Jun 23 07:12:16 2026] GET /v2.0/subnets/2a6f314a-5eb9-4b01-8a78-67be4602ebda => generated 655 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1584/2956] 199.204.45.140 () {30 vars in 703 bytes} [Tue Jun 23 07:12:16 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: 1373/2957] 199.204.45.140 () {30 vars in 705 bytes} [Tue Jun 23 07:12:16 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/2958] 199.204.45.140 () {30 vars in 681 bytes} [Tue Jun 23 07:12:16 2026] GET /v2.0/extensions/qos => generated 166 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1374/2959] 199.204.45.140 () {30 vars in 717 bytes} [Tue Jun 23 07:12:16 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: 1586/2960] 199.204.45.140 () {30 vars in 741 bytes} [Tue Jun 23 07:12:16 2026] GET /v2.0/subnets/375131d1-cc38-4aa2-b334-39875483d46f => generated 673 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1375/2961] 199.204.45.140 () {30 vars in 741 bytes} [Tue Jun 23 07:12:16 2026] GET /v2.0/subnets/2a6f314a-5eb9-4b01-8a78-67be4602ebda => generated 673 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1587/2962] 199.204.45.140 () {30 vars in 769 bytes} [Tue Jun 23 07:12:16 2026] GET /v2.0/ports?device_id=29589d4b-2732-4f17-8424-f52d4b56612e => generated 4094 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1376/2963] 199.204.45.140 () {30 vars in 703 bytes} [Tue Jun 23 07:12:17 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1588/2964] 199.204.45.140 () {30 vars in 705 bytes} [Tue Jun 23 07:12:17 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1377/2965] 199.204.45.140 () {30 vars in 681 bytes} [Tue Jun 23 07:12:17 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1589/2966] 199.204.45.140 () {30 vars in 717 bytes} [Tue Jun 23 07:12:17 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1378/2967] 199.204.45.140 () {34 vars in 717 bytes} [Tue Jun 23 07:12:17 2026] POST /v2.0/ports => generated 1332 bytes in 355 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1590/2968] 10.0.0.190 () {34 vars in 971 bytes} [Tue Jun 23 07:12:17 2026] GET /v2.0/ports/3d36fb79-8eaa-481f-8279-5c5f9ef85590 => generated 1332 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1379/2969] 199.204.45.140 () {34 vars in 1262 bytes} [Tue Jun 23 07:12:18 2026] GET /v2.0/ports/3d36fb79-8eaa-481f-8279-5c5f9ef85590?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1591/2970] 199.204.45.140 () {34 vars in 1012 bytes} [Tue Jun 23 07:12:18 2026] GET /v2.0/networks/95d18074-32fa-4e15-b0a4-53d67e915e98?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: 1380/2971] 199.204.45.140 () {34 vars in 1112 bytes} [Tue Jun 23 07:12:18 2026] GET /v2.0/networks/95d18074-32fa-4e15-b0a4-53d67e915e98?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1592/2972] 199.204.45.140 () {34 vars in 975 bytes} [Tue Jun 23 07:12:19 2026] GET /v2.0/ports/3d36fb79-8eaa-481f-8279-5c5f9ef85590 => generated 1332 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1381/2973] 199.204.45.140 () {34 vars in 986 bytes} [Tue Jun 23 07:12:19 2026] GET /v2.0/networks?id=95d18074-32fa-4e15-b0a4-53d67e915e98 => generated 801 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1593/2974] 199.204.45.140 () {38 vars in 1028 bytes} [Tue Jun 23 07:12:19 2026] PUT /v2.0/ports/3d36fb79-8eaa-481f-8279-5c5f9ef85590 => generated 1522 bytes in 454 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-23 07:12:19.935 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c6ac3028-df19-40d0-8abc-1c1d796c38a9'] response: {'name': 'network-changed', 'server_uuid': '29589d4b-2732-4f17-8424-f52d4b56612e', 'tag': '3d36fb79-8eaa-481f-8279-5c5f9ef85590', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1382/2975] 199.204.45.140 () {34 vars in 1080 bytes} [Tue Jun 23 07:12:20 2026] GET /v2.0/ports?tenant_id=6626933dbedf45c1b7a4e48204e18577&device_id=29589d4b-2732-4f17-8424-f52d4b56612e => generated 5608 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1594/2976] 199.204.45.140 () {34 vars in 986 bytes} [Tue Jun 23 07:12:20 2026] GET /v2.0/networks?id=95d18074-32fa-4e15-b0a4-53d67e915e98 => generated 801 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1383/2977] 199.204.45.140 () {34 vars in 1058 bytes} [Tue Jun 23 07:12:20 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.207&port_id=3d36fb79-8eaa-481f-8279-5c5f9ef85590 => 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: 1595/2978] 199.204.45.140 () {34 vars in 1106 bytes} [Tue Jun 23 07:12:20 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A38c&port_id=3d36fb79-8eaa-481f-8279-5c5f9ef85590 => 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: 1384/2979] 199.204.45.140 () {34 vars in 1064 bytes} [Tue Jun 23 07:12:20 2026] GET /v2.0/subnets?id=6cffd5d5-3aea-4cb6-839c-adc178854d6d&id=2a6f314a-5eb9-4b01-8a78-67be4602ebda => generated 1413 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1596/2980] 199.204.45.140 () {34 vars in 1052 bytes} [Tue Jun 23 07:12:20 2026] GET /v2.0/ports?network_id=95d18074-32fa-4e15-b0a4-53d67e915e98&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: 1385/2981] 199.204.45.140 () {34 vars in 1052 bytes} [Tue Jun 23 07:12:20 2026] GET /v2.0/ports?network_id=95d18074-32fa-4e15-b0a4-53d67e915e98&device_owner=network%3Adhcp => generated 1461 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1597/2982] 199.204.45.140 () {34 vars in 1012 bytes} [Tue Jun 23 07:12:20 2026] GET /v2.0/networks/95d18074-32fa-4e15-b0a4-53d67e915e98?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1386/2983] 199.204.45.140 () {34 vars in 1112 bytes} [Tue Jun 23 07:12:20 2026] GET /v2.0/networks/95d18074-32fa-4e15-b0a4-53d67e915e98?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1598/2984] 199.204.45.140 () {34 vars in 1080 bytes} [Tue Jun 23 07:12:21 2026] GET /v2.0/ports?tenant_id=6626933dbedf45c1b7a4e48204e18577&device_id=29589d4b-2732-4f17-8424-f52d4b56612e => generated 5608 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1387/2985] 199.204.45.140 () {34 vars in 1060 bytes} [Tue Jun 23 07:12:21 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.36&port_id=d5f23521-6bc2-449b-b5bd-f6d8d85c6007 => 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: 1389/2988] 199.204.45.140 () {34 vars in 984 bytes} [Tue Jun 23 07:12:21 2026] GET /v2.0/subnets?id=ddd74f64-97fc-4437-9880-5dd29d96ba94 => generated 654 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1600/2989] 199.204.45.140 () {34 vars in 1052 bytes} [Tue Jun 23 07:12:21 2026] GET /v2.0/ports?network_id=d95b3406-8b41-4815-9f0a-b86741a48a3e&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: 1390/2990] 199.204.45.140 () {34 vars in 1012 bytes} [Tue Jun 23 07:12:22 2026] GET /v2.0/networks/d95b3406-8b41-4815-9f0a-b86741a48a3e?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: 1601/2991] 199.204.45.140 () {34 vars in 1112 bytes} [Tue Jun 23 07:12:22 2026] GET /v2.0/networks/d95b3406-8b41-4815-9f0a-b86741a48a3e?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: 1391/2992] 199.204.45.140 () {34 vars in 1058 bytes} [Tue Jun 23 07:12:22 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.120&port_id=94e3ef60-ce20-425b-83c6-cb24eff776c1 => 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: 1602/2993] 199.204.45.140 () {34 vars in 984 bytes} [Tue Jun 23 07:12:22 2026] GET /v2.0/subnets?id=10a1bfd4-d38b-426f-a37f-73e650440019 => generated 677 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1392/2994] 199.204.45.140 () {34 vars in 1052 bytes} [Tue Jun 23 07:12:22 2026] GET /v2.0/ports?network_id=f698c9f8-7bab-4c8a-baad-311f70ca9293&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: 1603/2995] 199.204.45.140 () {34 vars in 1012 bytes} [Tue Jun 23 07:12:22 2026] GET /v2.0/networks/f698c9f8-7bab-4c8a-baad-311f70ca9293?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1393/2996] 199.204.45.140 () {34 vars in 1112 bytes} [Tue Jun 23 07:12:22 2026] GET /v2.0/networks/f698c9f8-7bab-4c8a-baad-311f70ca9293?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: 1604/2997] 199.204.45.140 () {34 vars in 1056 bytes} [Tue Jun 23 07:12:22 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.45&port_id=900f11cd-714b-45c5-8640-06d4012f80de => 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: 1394/2998] 199.204.45.140 () {34 vars in 1104 bytes} [Tue Jun 23 07:12:22 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A271&port_id=900f11cd-714b-45c5-8640-06d4012f80de => 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: 1605/2999] 199.204.45.140 () {34 vars in 1064 bytes} [Tue Jun 23 07:12:22 2026] GET /v2.0/subnets?id=375131d1-cc38-4aa2-b334-39875483d46f&id=73076336-9f75-4624-8e52-b74193a6ef78 => generated 1410 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1395/3000] 199.204.45.140 () {34 vars in 1052 bytes} [Tue Jun 23 07:12:22 2026] GET /v2.0/ports?network_id=5c8e068f-d71d-48c4-a848-9d4a90195805&device_owner=network%3Adhcp => generated 1457 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1606/3001] 199.204.45.140 () {34 vars in 1052 bytes} [Tue Jun 23 07:12:22 2026] GET /v2.0/ports?network_id=5c8e068f-d71d-48c4-a848-9d4a90195805&device_owner=network%3Adhcp => generated 1457 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1396/3002] 199.204.45.140 () {34 vars in 1012 bytes} [Tue Jun 23 07:12:22 2026] GET /v2.0/networks/5c8e068f-d71d-48c4-a848-9d4a90195805?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: 1607/3003] 199.204.45.140 () {34 vars in 1112 bytes} [Tue Jun 23 07:12:22 2026] GET /v2.0/networks/5c8e068f-d71d-48c4-a848-9d4a90195805?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1397/3004] 199.204.45.140 () {34 vars in 1058 bytes} [Tue Jun 23 07:12:22 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.207&port_id=3d36fb79-8eaa-481f-8279-5c5f9ef85590 => 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: 1608/3005] 199.204.45.140 () {34 vars in 1106 bytes} [Tue Jun 23 07:12:22 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A38c&port_id=3d36fb79-8eaa-481f-8279-5c5f9ef85590 => 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: 1398/3006] 199.204.45.140 () {34 vars in 1064 bytes} [Tue Jun 23 07:12:22 2026] GET /v2.0/subnets?id=6cffd5d5-3aea-4cb6-839c-adc178854d6d&id=2a6f314a-5eb9-4b01-8a78-67be4602ebda => generated 1413 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1609/3007] 199.204.45.140 () {34 vars in 1052 bytes} [Tue Jun 23 07:12:22 2026] GET /v2.0/ports?network_id=95d18074-32fa-4e15-b0a4-53d67e915e98&device_owner=network%3Adhcp => generated 1461 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1399/3008] 199.204.45.140 () {34 vars in 1052 bytes} [Tue Jun 23 07:12:22 2026] GET /v2.0/ports?network_id=95d18074-32fa-4e15-b0a4-53d67e915e98&device_owner=network%3Adhcp => generated 1461 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1610/3009] 199.204.45.140 () {34 vars in 1012 bytes} [Tue Jun 23 07:12:22 2026] GET /v2.0/networks/95d18074-32fa-4e15-b0a4-53d67e915e98?fields=segments => generated 14 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1400/3010] 199.204.45.140 () {34 vars in 1112 bytes} [Tue Jun 23 07:12:22 2026] GET /v2.0/networks/95d18074-32fa-4e15-b0a4-53d67e915e98?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1611/3011] 10.0.0.190 () {34 vars in 971 bytes} [Tue Jun 23 07:12:26 2026] GET /v2.0/ports/3d36fb79-8eaa-481f-8279-5c5f9ef85590 => generated 1524 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1401/3012] 199.204.45.140 () {30 vars in 743 bytes} [Tue Jun 23 07:12:26 2026] GET /v2.0/networks/95d18074-32fa-4e15-b0a4-53d67e915e98 => generated 798 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1612/3013] 199.204.45.140 () {30 vars in 741 bytes} [Tue Jun 23 07:12:26 2026] GET /v2.0/subnets/2a6f314a-5eb9-4b01-8a78-67be4602ebda => generated 673 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1402/3014] 199.204.45.140 () {30 vars in 741 bytes} [Tue Jun 23 07:12:26 2026] GET /v2.0/subnets/6cffd5d5-3aea-4cb6-839c-adc178854d6d => generated 747 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1613/3015] 199.204.45.140 () {30 vars in 737 bytes} [Tue Jun 23 07:12:26 2026] GET /v2.0/ports/900f11cd-714b-45c5-8640-06d4012f80de => generated 1516 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1403/3016] 199.204.45.140 () {34 vars in 790 bytes} [Tue Jun 23 07:12:26 2026] PUT /v2.0/ports/900f11cd-714b-45c5-8640-06d4012f80de => generated 1251 bytes in 377 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-23 07:12:27.394 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-69229b0a-e097-4131-bd56-795df4b723a7'] response: {'name': 'network-changed', 'server_uuid': '29589d4b-2732-4f17-8424-f52d4b56612e', 'tag': '900f11cd-714b-45c5-8640-06d4012f80de', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1614/3017] 199.204.45.140 () {30 vars in 743 bytes} [Tue Jun 23 07:12:27 2026] GET /v2.0/networks/5c8e068f-d71d-48c4-a848-9d4a90195805 => generated 798 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1404/3018] 199.204.45.140 () {30 vars in 741 bytes} [Tue Jun 23 07:12:27 2026] GET /v2.0/subnets/375131d1-cc38-4aa2-b334-39875483d46f => generated 673 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1615/3019] 199.204.45.140 () {30 vars in 703 bytes} [Tue Jun 23 07:12:27 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1405/3020] 199.204.45.140 () {30 vars in 705 bytes} [Tue Jun 23 07:12:27 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1616/3021] 199.204.45.140 () {30 vars in 681 bytes} [Tue Jun 23 07:12:27 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1406/3022] 199.204.45.140 () {30 vars in 717 bytes} [Tue Jun 23 07:12:27 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1617/3023] 199.204.45.140 () {30 vars in 741 bytes} [Tue Jun 23 07:12:27 2026] GET /v2.0/subnets/10a1bfd4-d38b-426f-a37f-73e650440019 => generated 674 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1407/3024] 199.204.45.140 () {30 vars in 737 bytes} [Tue Jun 23 07:12:27 2026] GET /v2.0/ports/222c6603-bf23-42d9-bd7d-37a2c2cb3223 => generated 1132 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1618/3025] 199.204.45.140 () {30 vars in 737 bytes} [Tue Jun 23 07:12:27 2026] GET /v2.0/ports/94e3ef60-ce20-425b-83c6-cb24eff776c1 => generated 1350 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1408/3026] 199.204.45.140 () {30 vars in 741 bytes} [Tue Jun 23 07:12:27 2026] GET /v2.0/subnets/10a1bfd4-d38b-426f-a37f-73e650440019 => generated 674 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1619/3027] 199.204.45.140 () {30 vars in 743 bytes} [Tue Jun 23 07:12:27 2026] GET /v2.0/networks/f698c9f8-7bab-4c8a-baad-311f70ca9293 => generated 799 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1409/3028] 199.204.45.140 () {30 vars in 737 bytes} [Tue Jun 23 07:12:27 2026] GET /v2.0/ports/222c6603-bf23-42d9-bd7d-37a2c2cb3223 => generated 1132 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1620/3029] 199.204.45.140 () {30 vars in 741 bytes} [Tue Jun 23 07:12:27 2026] GET /v2.0/subnets/10a1bfd4-d38b-426f-a37f-73e650440019 => generated 674 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1410/3030] 199.204.45.140 () {34 vars in 1080 bytes} [Tue Jun 23 07:12:27 2026] GET /v2.0/ports?tenant_id=6626933dbedf45c1b7a4e48204e18577&device_id=29589d4b-2732-4f17-8424-f52d4b56612e => generated 5381 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1621/3031] 199.204.45.140 () {34 vars in 986 bytes} [Tue Jun 23 07:12:27 2026] GET /v2.0/networks?id=5c8e068f-d71d-48c4-a848-9d4a90195805 => generated 801 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1411/3032] 199.204.45.140 () {34 vars in 1056 bytes} [Tue Jun 23 07:12:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.45&port_id=900f11cd-714b-45c5-8640-06d4012f80de => generated 19 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1622/3033] 199.204.45.140 () {34 vars in 984 bytes} [Tue Jun 23 07:12:28 2026] GET /v2.0/subnets?id=375131d1-cc38-4aa2-b334-39875483d46f => generated 676 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1412/3034] 199.204.45.140 () {34 vars in 1052 bytes} [Tue Jun 23 07:12:28 2026] GET /v2.0/ports?network_id=5c8e068f-d71d-48c4-a848-9d4a90195805&device_owner=network%3Adhcp => generated 1457 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1623/3035] 199.204.45.140 () {34 vars in 1012 bytes} [Tue Jun 23 07:12:28 2026] GET /v2.0/networks/5c8e068f-d71d-48c4-a848-9d4a90195805?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: 1413/3036] 199.204.45.140 () {34 vars in 1112 bytes} [Tue Jun 23 07:12:28 2026] GET /v2.0/networks/5c8e068f-d71d-48c4-a848-9d4a90195805?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: 1415/3039] 199.204.45.140 () {30 vars in 703 bytes} [Tue Jun 23 07:12:40 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1625/3040] 199.204.45.140 () {30 vars in 705 bytes} [Tue Jun 23 07:12:40 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1416/3041] 199.204.45.140 () {30 vars in 681 bytes} [Tue Jun 23 07:12: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: 1626/3042] 199.204.45.140 () {30 vars in 717 bytes} [Tue Jun 23 07:12:40 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1417/3043] 199.204.45.140 () {30 vars in 741 bytes} [Tue Jun 23 07:12:40 2026] GET /v2.0/subnets/375131d1-cc38-4aa2-b334-39875483d46f => generated 673 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1627/3044] 199.204.45.140 () {30 vars in 769 bytes} [Tue Jun 23 07:12:40 2026] GET /v2.0/ports?device_id=29589d4b-2732-4f17-8424-f52d4b56612e => generated 5381 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1418/3045] 199.204.45.140 () {30 vars in 703 bytes} [Tue Jun 23 07:12:40 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1628/3046] 199.204.45.140 () {30 vars in 705 bytes} [Tue Jun 23 07:12:40 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1419/3047] 199.204.45.140 () {30 vars in 681 bytes} [Tue Jun 23 07:12:40 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1629/3048] 199.204.45.140 () {30 vars in 717 bytes} [Tue Jun 23 07:12:40 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1420/3049] 199.204.45.140 () {30 vars in 737 bytes} [Tue Jun 23 07:12:40 2026] GET /v2.0/ports/3d36fb79-8eaa-481f-8279-5c5f9ef85590 => generated 1524 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1630/3050] 199.204.45.140 () {34 vars in 790 bytes} [Tue Jun 23 07:12:40 2026] PUT /v2.0/ports/3d36fb79-8eaa-481f-8279-5c5f9ef85590 => generated 1255 bytes in 371 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-23 07:12:41.343 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-4b6a1976-e434-49f8-99df-b2d2a04d166e'] response: {'name': 'network-changed', 'server_uuid': '29589d4b-2732-4f17-8424-f52d4b56612e', 'tag': '3d36fb79-8eaa-481f-8279-5c5f9ef85590', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1421/3051] 199.204.45.140 () {30 vars in 743 bytes} [Tue Jun 23 07:12:41 2026] GET /v2.0/networks/95d18074-32fa-4e15-b0a4-53d67e915e98 => generated 798 bytes in 56 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: 1631/3052] 199.204.45.140 () {30 vars in 741 bytes} [Tue Jun 23 07:12:41 2026] GET /v2.0/subnets/2a6f314a-5eb9-4b01-8a78-67be4602ebda => generated 673 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1422/3053] 199.204.45.140 () {30 vars in 737 bytes} [Tue Jun 23 07:12:41 2026] GET /v2.0/ports/3d36fb79-8eaa-481f-8279-5c5f9ef85590 => generated 1291 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1632/3054] 199.204.45.140 () {34 vars in 789 bytes} [Tue Jun 23 07:12:41 2026] PUT /v2.0/ports/3d36fb79-8eaa-481f-8279-5c5f9ef85590 => generated 1080 bytes in 338 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/3055] 199.204.45.140 () {30 vars in 743 bytes} [Tue Jun 23 07:12:41 2026] GET /v2.0/networks/95d18074-32fa-4e15-b0a4-53d67e915e98 => generated 798 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1633/3056] 199.204.45.140 () {34 vars in 1080 bytes} [Tue Jun 23 07:12:41 2026] GET /v2.0/ports?tenant_id=6626933dbedf45c1b7a4e48204e18577&device_id=29589d4b-2732-4f17-8424-f52d4b56612e => generated 4973 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1424/3057] 199.204.45.140 () {30 vars in 769 bytes} [Tue Jun 23 07:12:41 2026] GET /v2.0/ports?device_id=29589d4b-2732-4f17-8424-f52d4b56612e => generated 4973 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1634/3058] 199.204.45.140 () {34 vars in 986 bytes} [Tue Jun 23 07:12:41 2026] GET /v2.0/networks?id=95d18074-32fa-4e15-b0a4-53d67e915e98 => generated 801 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1425/3059] 199.204.45.140 () {34 vars in 1012 bytes} [Tue Jun 23 07:12:41 2026] GET /v2.0/networks/95d18074-32fa-4e15-b0a4-53d67e915e98?fields=segments => generated 14 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1635/3060] 199.204.45.140 () {34 vars in 1112 bytes} [Tue Jun 23 07:12:42 2026] GET /v2.0/networks/95d18074-32fa-4e15-b0a4-53d67e915e98?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1426/3061] 199.204.45.140 () {30 vars in 769 bytes} [Tue Jun 23 07:12:42 2026] GET /v2.0/ports?device_id=29589d4b-2732-4f17-8424-f52d4b56612e => generated 4973 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1636/3062] 199.204.45.140 () {30 vars in 769 bytes} [Tue Jun 23 07:12:43 2026] GET /v2.0/ports?device_id=29589d4b-2732-4f17-8424-f52d4b56612e => generated 4973 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-23 07:12:43.390 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2c7c6bfe-a2e1-41d5-8589-a0ffbac16cfb'] response: {'name': 'network-changed', 'server_uuid': '29589d4b-2732-4f17-8424-f52d4b56612e', 'tag': '3d36fb79-8eaa-481f-8279-5c5f9ef85590', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1427/3063] 199.204.45.140 () {34 vars in 1080 bytes} [Tue Jun 23 07:12:43 2026] GET /v2.0/ports?tenant_id=6626933dbedf45c1b7a4e48204e18577&device_id=29589d4b-2732-4f17-8424-f52d4b56612e => generated 4973 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1637/3064] 199.204.45.140 () {34 vars in 986 bytes} [Tue Jun 23 07:12:43 2026] GET /v2.0/networks?id=95d18074-32fa-4e15-b0a4-53d67e915e98 => generated 801 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1428/3065] 199.204.45.140 () {34 vars in 1012 bytes} [Tue Jun 23 07:12:44 2026] GET /v2.0/networks/95d18074-32fa-4e15-b0a4-53d67e915e98?fields=segments => generated 14 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1638/3066] 199.204.45.140 () {34 vars in 1112 bytes} [Tue Jun 23 07:12:44 2026] GET /v2.0/networks/95d18074-32fa-4e15-b0a4-53d67e915e98?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: 1429/3067] 199.204.45.140 () {30 vars in 769 bytes} [Tue Jun 23 07:12:44 2026] GET /v2.0/ports?device_id=29589d4b-2732-4f17-8424-f52d4b56612e => generated 4973 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1639/3068] 199.204.45.140 () {34 vars in 975 bytes} [Tue Jun 23 07:12:44 2026] GET /v2.0/ports/3d36fb79-8eaa-481f-8279-5c5f9ef85590 => generated 1116 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1430/3069] 199.204.45.140 () {34 vars in 1060 bytes} [Tue Jun 23 07:12:44 2026] GET /v2.0/ports/3d36fb79-8eaa-481f-8279-5c5f9ef85590?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1640/3070] 199.204.45.140 () {34 vars in 1016 bytes} [Tue Jun 23 07:12:44 2026] GET /v2.0/networks/95d18074-32fa-4e15-b0a4-53d67e915e98?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: 1431/3071] 199.204.45.140 () {38 vars in 1028 bytes} [Tue Jun 23 07:12:44 2026] PUT /v2.0/ports/3d36fb79-8eaa-481f-8279-5c5f9ef85590 => generated 917 bytes in 256 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1641/3072] 199.204.45.140 () {30 vars in 769 bytes} [Tue Jun 23 07:12:45 2026] GET /v2.0/ports?device_id=29589d4b-2732-4f17-8424-f52d4b56612e => generated 3865 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-23 07:12:45.438 8 INFO neutron_taas.services.taas.taas_plugin [None req-8fcc1246-44a0-4111-9ef3-ab9ea537c6f7 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] TaaS: Handle Delete Port: 3d36fb79-8eaa-481f-8279-5c5f9ef85590 2026-06-23 07:12:45.441 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8fcc1246-44a0-4111-9ef3-ab9ea537c6f7 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] Tap Mirror: Handle Delete Port: 3d36fb79-8eaa-481f-8279-5c5f9ef85590 [pid: 8|app: 0|req: 1432/3073] 199.204.45.140 () {32 vars in 759 bytes} [Tue Jun 23 07:12:45 2026] DELETE /v2.0/ports/3d36fb79-8eaa-481f-8279-5c5f9ef85590 => generated 0 bytes in 175 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1642/3074] 199.204.45.140 () {30 vars in 703 bytes} [Tue Jun 23 07:12:45 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1433/3075] 199.204.45.140 () {30 vars in 705 bytes} [Tue Jun 23 07:12:45 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: 1643/3076] 199.204.45.140 () {30 vars in 681 bytes} [Tue Jun 23 07:12:45 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: 1434/3077] 199.204.45.140 () {30 vars in 717 bytes} [Tue Jun 23 07:12:45 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1644/3078] 199.204.45.140 () {30 vars in 741 bytes} [Tue Jun 23 07:12:45 2026] GET /v2.0/subnets/10a1bfd4-d38b-426f-a37f-73e650440019 => generated 674 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1435/3079] 199.204.45.140 () {30 vars in 737 bytes} [Tue Jun 23 07:12:45 2026] GET /v2.0/ports/222c6603-bf23-42d9-bd7d-37a2c2cb3223 => generated 1132 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1645/3080] 199.204.45.140 () {30 vars in 737 bytes} [Tue Jun 23 07:12:45 2026] GET /v2.0/ports/94e3ef60-ce20-425b-83c6-cb24eff776c1 => generated 1350 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1436/3081] 199.204.45.140 () {30 vars in 741 bytes} [Tue Jun 23 07:12:45 2026] GET /v2.0/subnets/10a1bfd4-d38b-426f-a37f-73e650440019 => generated 674 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1646/3082] 199.204.45.140 () {30 vars in 743 bytes} [Tue Jun 23 07:12:45 2026] GET /v2.0/networks/f698c9f8-7bab-4c8a-baad-311f70ca9293 => generated 799 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1437/3083] 199.204.45.140 () {30 vars in 737 bytes} [Tue Jun 23 07:12:45 2026] GET /v2.0/ports/222c6603-bf23-42d9-bd7d-37a2c2cb3223 => generated 1132 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1647/3084] 199.204.45.140 () {30 vars in 741 bytes} [Tue Jun 23 07:12:45 2026] GET /v2.0/subnets/10a1bfd4-d38b-426f-a37f-73e650440019 => generated 674 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1438/3085] 199.204.45.140 () {34 vars in 1080 bytes} [Tue Jun 23 07:12:46 2026] GET /v2.0/ports?tenant_id=6626933dbedf45c1b7a4e48204e18577&device_id=29589d4b-2732-4f17-8424-f52d4b56612e => generated 3865 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1648/3086] 199.204.45.140 () {34 vars in 1226 bytes} [Tue Jun 23 07:12:46 2026] GET /v2.0/networks?id=d95b3406-8b41-4815-9f0a-b86741a48a3e&id=f698c9f8-7bab-4c8a-baad-311f70ca9293&id=5c8e068f-d71d-48c4-a848-9d4a90195805&id=95d18074-32fa-4e15-b0a4-53d67e915e98 => generated 3097 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1439/3087] 199.204.45.140 () {34 vars in 1060 bytes} [Tue Jun 23 07:12:46 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.36&port_id=d5f23521-6bc2-449b-b5bd-f6d8d85c6007 => 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: 1649/3088] 199.204.45.140 () {34 vars in 984 bytes} [Tue Jun 23 07:12:46 2026] GET /v2.0/subnets?id=ddd74f64-97fc-4437-9880-5dd29d96ba94 => generated 654 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1440/3089] 199.204.45.140 () {34 vars in 1052 bytes} [Tue Jun 23 07:12:46 2026] GET /v2.0/ports?network_id=d95b3406-8b41-4815-9f0a-b86741a48a3e&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: 1650/3090] 199.204.45.140 () {34 vars in 1012 bytes} [Tue Jun 23 07:12:46 2026] GET /v2.0/networks/d95b3406-8b41-4815-9f0a-b86741a48a3e?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: 1441/3091] 199.204.45.140 () {34 vars in 1112 bytes} [Tue Jun 23 07:12:46 2026] GET /v2.0/networks/d95b3406-8b41-4815-9f0a-b86741a48a3e?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: 1651/3092] 199.204.45.140 () {34 vars in 1058 bytes} [Tue Jun 23 07:12:46 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.120&port_id=94e3ef60-ce20-425b-83c6-cb24eff776c1 => 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: 1442/3093] 199.204.45.140 () {34 vars in 984 bytes} [Tue Jun 23 07:12:46 2026] GET /v2.0/subnets?id=10a1bfd4-d38b-426f-a37f-73e650440019 => generated 677 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1652/3094] 199.204.45.140 () {34 vars in 1052 bytes} [Tue Jun 23 07:12:46 2026] GET /v2.0/ports?network_id=f698c9f8-7bab-4c8a-baad-311f70ca9293&device_owner=network%3Adhcp => generated 1461 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1443/3095] 199.204.45.140 () {34 vars in 1012 bytes} [Tue Jun 23 07:12:46 2026] GET /v2.0/networks/f698c9f8-7bab-4c8a-baad-311f70ca9293?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: 1653/3096] 199.204.45.140 () {34 vars in 1112 bytes} [Tue Jun 23 07:12:46 2026] GET /v2.0/networks/f698c9f8-7bab-4c8a-baad-311f70ca9293?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1444/3097] 199.204.45.140 () {34 vars in 1056 bytes} [Tue Jun 23 07:12:46 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.45&port_id=900f11cd-714b-45c5-8640-06d4012f80de => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1654/3098] 199.204.45.140 () {34 vars in 984 bytes} [Tue Jun 23 07:12:46 2026] GET /v2.0/subnets?id=375131d1-cc38-4aa2-b334-39875483d46f => 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: 1445/3099] 199.204.45.140 () {34 vars in 1052 bytes} [Tue Jun 23 07:12:46 2026] GET /v2.0/ports?network_id=5c8e068f-d71d-48c4-a848-9d4a90195805&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: 1655/3100] 199.204.45.140 () {34 vars in 1012 bytes} [Tue Jun 23 07:12:46 2026] GET /v2.0/networks/5c8e068f-d71d-48c4-a848-9d4a90195805?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: 1446/3101] 199.204.45.140 () {34 vars in 1112 bytes} [Tue Jun 23 07:12:46 2026] GET /v2.0/networks/5c8e068f-d71d-48c4-a848-9d4a90195805?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1656/3102] 199.204.45.140 () {30 vars in 703 bytes} [Tue Jun 23 07:12:51 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: 1447/3103] 199.204.45.140 () {30 vars in 705 bytes} [Tue Jun 23 07:12:51 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: 1657/3104] 199.204.45.140 () {30 vars in 681 bytes} [Tue Jun 23 07:12: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: 8|app: 0|req: 1448/3105] 199.204.45.140 () {30 vars in 717 bytes} [Tue Jun 23 07:12:51 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1658/3106] 199.204.45.140 () {30 vars in 769 bytes} [Tue Jun 23 07:12:51 2026] GET /v2.0/ports?device_id=29589d4b-2732-4f17-8424-f52d4b56612e => generated 3865 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1449/3107] 199.204.45.140 () {30 vars in 703 bytes} [Tue Jun 23 07:12: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: 1659/3108] 199.204.45.140 () {30 vars in 705 bytes} [Tue Jun 23 07:12:51 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: 1450/3109] 199.204.45.140 () {30 vars in 681 bytes} [Tue Jun 23 07:12:51 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: 1660/3110] 199.204.45.140 () {30 vars in 717 bytes} [Tue Jun 23 07:12: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) [pid: 8|app: 0|req: 1451/3111] 199.204.45.140 () {30 vars in 737 bytes} [Tue Jun 23 07:12:51 2026] GET /v2.0/ports/900f11cd-714b-45c5-8640-06d4012f80de => generated 1287 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1661/3112] 199.204.45.140 () {34 vars in 789 bytes} [Tue Jun 23 07:12:51 2026] PUT /v2.0/ports/900f11cd-714b-45c5-8640-06d4012f80de => generated 1080 bytes in 319 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-23 07:12:51.962 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-4884a154-56ec-4cd0-9098-4d9964bd7e1c'] response: {'name': 'network-changed', 'server_uuid': '29589d4b-2732-4f17-8424-f52d4b56612e', 'tag': '900f11cd-714b-45c5-8640-06d4012f80de', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1452/3115] 199.204.45.140 () {30 vars in 743 bytes} [Tue Jun 23 07:12:51 2026] GET /v2.0/networks/5c8e068f-d71d-48c4-a848-9d4a90195805 => generated 798 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1664/3116] 199.204.45.140 () {30 vars in 769 bytes} [Tue Jun 23 07:12:51 2026] GET /v2.0/ports?device_id=29589d4b-2732-4f17-8424-f52d4b56612e => generated 3694 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1453/3117] 199.204.45.140 () {30 vars in 769 bytes} [Tue Jun 23 07:12:52 2026] GET /v2.0/ports?device_id=29589d4b-2732-4f17-8424-f52d4b56612e => generated 3694 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1665/3118] 199.204.45.140 () {34 vars in 1080 bytes} [Tue Jun 23 07:12:52 2026] GET /v2.0/ports?tenant_id=6626933dbedf45c1b7a4e48204e18577&device_id=29589d4b-2732-4f17-8424-f52d4b56612e => generated 3694 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1454/3119] 199.204.45.140 () {34 vars in 986 bytes} [Tue Jun 23 07:12:52 2026] GET /v2.0/networks?id=5c8e068f-d71d-48c4-a848-9d4a90195805 => generated 801 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1666/3120] 199.204.45.140 () {34 vars in 1012 bytes} [Tue Jun 23 07:12:52 2026] GET /v2.0/networks/5c8e068f-d71d-48c4-a848-9d4a90195805?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: 1455/3121] 199.204.45.140 () {34 vars in 1112 bytes} [Tue Jun 23 07:12:52 2026] GET /v2.0/networks/5c8e068f-d71d-48c4-a848-9d4a90195805?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: 1667/3122] 199.204.45.140 () {30 vars in 769 bytes} [Tue Jun 23 07:12:53 2026] GET /v2.0/ports?device_id=29589d4b-2732-4f17-8424-f52d4b56612e => generated 3694 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1456/3123] 199.204.45.140 () {34 vars in 975 bytes} [Tue Jun 23 07:12:54 2026] GET /v2.0/ports/900f11cd-714b-45c5-8640-06d4012f80de => generated 1116 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1668/3124] 199.204.45.140 () {34 vars in 1060 bytes} [Tue Jun 23 07:12:54 2026] GET /v2.0/ports/900f11cd-714b-45c5-8640-06d4012f80de?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: 8|app: 0|req: 1457/3125] 199.204.45.140 () {34 vars in 1016 bytes} [Tue Jun 23 07:12:54 2026] GET /v2.0/networks/5c8e068f-d71d-48c4-a848-9d4a90195805?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: 1458/3126] 199.204.45.140 () {30 vars in 769 bytes} [Tue Jun 23 07:12:54 2026] GET /v2.0/ports?device_id=29589d4b-2732-4f17-8424-f52d4b56612e => generated 3694 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1669/3127] 199.204.45.140 () {38 vars in 1028 bytes} [Tue Jun 23 07:12:54 2026] PUT /v2.0/ports/900f11cd-714b-45c5-8640-06d4012f80de => generated 917 bytes in 265 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1459/3128] 199.204.45.140 () {30 vars in 769 bytes} [Tue Jun 23 07:12:55 2026] GET /v2.0/ports?device_id=29589d4b-2732-4f17-8424-f52d4b56612e => generated 2586 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-23 07:12:55.499 7 INFO neutron_taas.services.taas.taas_plugin [None req-021a7c9d-2dfc-47d4-b260-15a470017f83 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] TaaS: Handle Delete Port: 900f11cd-714b-45c5-8640-06d4012f80de 2026-06-23 07:12:55.502 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-021a7c9d-2dfc-47d4-b260-15a470017f83 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] Tap Mirror: Handle Delete Port: 900f11cd-714b-45c5-8640-06d4012f80de [pid: 7|app: 0|req: 1670/3129] 199.204.45.140 () {32 vars in 759 bytes} [Tue Jun 23 07:12:55 2026] DELETE /v2.0/ports/900f11cd-714b-45c5-8640-06d4012f80de => generated 0 bytes in 194 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1460/3130] 199.204.45.140 () {30 vars in 703 bytes} [Tue Jun 23 07:12:55 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: 1671/3131] 199.204.45.140 () {30 vars in 705 bytes} [Tue Jun 23 07:12:55 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1461/3132] 199.204.45.140 () {30 vars in 681 bytes} [Tue Jun 23 07:12:55 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: 1672/3133] 199.204.45.140 () {30 vars in 717 bytes} [Tue Jun 23 07:12:55 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1462/3134] 199.204.45.140 () {30 vars in 741 bytes} [Tue Jun 23 07:12:55 2026] GET /v2.0/subnets/10a1bfd4-d38b-426f-a37f-73e650440019 => generated 674 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1673/3135] 199.204.45.140 () {30 vars in 737 bytes} [Tue Jun 23 07:12:55 2026] GET /v2.0/ports/222c6603-bf23-42d9-bd7d-37a2c2cb3223 => generated 1132 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1463/3136] 199.204.45.140 () {30 vars in 737 bytes} [Tue Jun 23 07:12:55 2026] GET /v2.0/ports/94e3ef60-ce20-425b-83c6-cb24eff776c1 => generated 1350 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1674/3137] 199.204.45.140 () {30 vars in 741 bytes} [Tue Jun 23 07:12:55 2026] GET /v2.0/subnets/10a1bfd4-d38b-426f-a37f-73e650440019 => generated 674 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1464/3138] 199.204.45.140 () {30 vars in 743 bytes} [Tue Jun 23 07:12:55 2026] GET /v2.0/networks/f698c9f8-7bab-4c8a-baad-311f70ca9293 => generated 799 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1675/3139] 199.204.45.140 () {34 vars in 1080 bytes} [Tue Jun 23 07:12:55 2026] GET /v2.0/ports?tenant_id=6626933dbedf45c1b7a4e48204e18577&device_id=29589d4b-2732-4f17-8424-f52d4b56612e => generated 2586 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1465/3140] 199.204.45.140 () {30 vars in 737 bytes} [Tue Jun 23 07:12:55 2026] GET /v2.0/ports/222c6603-bf23-42d9-bd7d-37a2c2cb3223 => generated 1132 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1676/3141] 199.204.45.140 () {34 vars in 1146 bytes} [Tue Jun 23 07:12:55 2026] GET /v2.0/networks?id=d95b3406-8b41-4815-9f0a-b86741a48a3e&id=f698c9f8-7bab-4c8a-baad-311f70ca9293&id=5c8e068f-d71d-48c4-a848-9d4a90195805 => generated 2310 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1466/3142] 199.204.45.140 () {30 vars in 741 bytes} [Tue Jun 23 07:12:56 2026] GET /v2.0/subnets/10a1bfd4-d38b-426f-a37f-73e650440019 => generated 674 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1677/3143] 199.204.45.140 () {34 vars in 1060 bytes} [Tue Jun 23 07:12:56 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.36&port_id=d5f23521-6bc2-449b-b5bd-f6d8d85c6007 => 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: 1467/3144] 199.204.45.140 () {34 vars in 984 bytes} [Tue Jun 23 07:12:56 2026] GET /v2.0/subnets?id=ddd74f64-97fc-4437-9880-5dd29d96ba94 => generated 654 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1678/3145] 199.204.45.140 () {34 vars in 1052 bytes} [Tue Jun 23 07:12:56 2026] GET /v2.0/ports?network_id=d95b3406-8b41-4815-9f0a-b86741a48a3e&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: 1468/3146] 199.204.45.140 () {34 vars in 1012 bytes} [Tue Jun 23 07:12:56 2026] GET /v2.0/networks/d95b3406-8b41-4815-9f0a-b86741a48a3e?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: 1679/3147] 199.204.45.140 () {34 vars in 1112 bytes} [Tue Jun 23 07:12:56 2026] GET /v2.0/networks/d95b3406-8b41-4815-9f0a-b86741a48a3e?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: 1469/3148] 199.204.45.140 () {34 vars in 1058 bytes} [Tue Jun 23 07:12:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.120&port_id=94e3ef60-ce20-425b-83c6-cb24eff776c1 => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1680/3149] 199.204.45.140 () {34 vars in 984 bytes} [Tue Jun 23 07:12:56 2026] GET /v2.0/subnets?id=10a1bfd4-d38b-426f-a37f-73e650440019 => generated 677 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1470/3150] 199.204.45.140 () {34 vars in 1052 bytes} [Tue Jun 23 07:12:56 2026] GET /v2.0/ports?network_id=f698c9f8-7bab-4c8a-baad-311f70ca9293&device_owner=network%3Adhcp => generated 1461 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1681/3151] 199.204.45.140 () {34 vars in 1012 bytes} [Tue Jun 23 07:12:56 2026] GET /v2.0/networks/f698c9f8-7bab-4c8a-baad-311f70ca9293?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: 1471/3152] 199.204.45.140 () {34 vars in 1112 bytes} [Tue Jun 23 07:12:56 2026] GET /v2.0/networks/f698c9f8-7bab-4c8a-baad-311f70ca9293?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1683/3155] 199.204.45.140 () {30 vars in 703 bytes} [Tue Jun 23 07:13:07 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: 1473/3156] 199.204.45.140 () {30 vars in 705 bytes} [Tue Jun 23 07:13:07 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1684/3157] 199.204.45.140 () {30 vars in 681 bytes} [Tue Jun 23 07:13:07 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: 1474/3158] 199.204.45.140 () {30 vars in 717 bytes} [Tue Jun 23 07:13:07 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-23 07:13:07.640 7 INFO neutron.api.v2.resource [None req-c0ac3448-0d6d-46ed-be16-1cddc5b650e9 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1685/3159] 199.204.45.140 () {30 vars in 763 bytes} [Tue Jun 23 07:13:07 2026] GET /v2.0/security-groups/lb-5694a620-04e4-47cc-9dce-32f43614a4f6 => generated 149 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1475/3160] 199.204.45.140 () {30 vars in 785 bytes} [Tue Jun 23 07:13:07 2026] GET /v2.0/security-groups?name=lb-5694a620-04e4-47cc-9dce-32f43614a4f6 => generated 2865 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1686/3161] 199.204.45.140 () {30 vars in 815 bytes} [Tue Jun 23 07:13:07 2026] GET /v2.0/security-group-rules?security_group_id=a2a18351-1f57-432c-b64d-4cd7ac9a3662 => generated 2334 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1476/3162] 199.204.45.140 () {32 vars in 789 bytes} [Tue Jun 23 07:13:07 2026] DELETE /v2.0/security-group-rules/3fd275eb-2fca-4adc-8152-8d8f6127e5a9 => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1687/3163] 199.204.45.140 () {32 vars in 789 bytes} [Tue Jun 23 07:13:07 2026] DELETE /v2.0/security-group-rules/fee3dcfd-e6e3-4b30-b7fc-0e01adf24a23 => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-23 07:13:11.462 8 INFO neutron_taas.services.taas.taas_plugin [None req-bfdf42e5-f2bf-4084-b31c-c60e80c31cee 0e6e409c596447b1ae7bb5256e8307b3 6d8855672d0b4d378a25c70af7e89534 - - default default] TaaS: Handle Delete Port: 362bee6f-7973-40eb-b6a7-54738ccc1c81 2026-06-23 07:13:11.465 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bfdf42e5-f2bf-4084-b31c-c60e80c31cee 0e6e409c596447b1ae7bb5256e8307b3 6d8855672d0b4d378a25c70af7e89534 - - default default] Tap Mirror: Handle Delete Port: 362bee6f-7973-40eb-b6a7-54738ccc1c81 2026-06-23 07:13:11.681 8 INFO neutron.db.l3_db [None req-bfdf42e5-f2bf-4084-b31c-c60e80c31cee 0e6e409c596447b1ae7bb5256e8307b3 6d8855672d0b4d378a25c70af7e89534 - - default default] Floating IP 2796a2e0-0fad-4c4b-8b8e-cac51af9bd5d disassociated (deleted). External IP: 10.96.250.212, port: 222c6603-bf23-42d9-bd7d-37a2c2cb3223. [pid: 8|app: 0|req: 1477/3164] 10.0.0.45 () {32 vars in 731 bytes} [Tue Jun 23 07:13:11 2026] DELETE /v2.0/floatingips/2796a2e0-0fad-4c4b-8b8e-cac51af9bd5d => generated 0 bytes in 701 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-23 07:13:12.062 7 INFO neutron.api.v2.resource [None req-766dca12-e61c-4787-a415-23449c1d9d36 0e6e409c596447b1ae7bb5256e8307b3 6d8855672d0b4d378a25c70af7e89534 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1688/3165] 10.0.0.45 () {32 vars in 728 bytes} [Tue Jun 23 07:13:12 2026] GET /v2.0/floatingips/2796a2e0-0fad-4c4b-8b8e-cac51af9bd5d => generated 144 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1478/3166] 199.204.45.140 () {30 vars in 703 bytes} [Tue Jun 23 07:13:12 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: 1689/3167] 199.204.45.140 () {30 vars in 705 bytes} [Tue Jun 23 07:13:12 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1479/3168] 199.204.45.140 () {30 vars in 681 bytes} [Tue Jun 23 07:13:13 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: 1690/3169] 199.204.45.140 () {30 vars in 717 bytes} [Tue Jun 23 07:13:13 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-23 07:13:13.047 8 INFO neutron.api.v2.resource [None req-94db80c7-f79f-435d-bf8f-04695a46d6ed 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1480/3170] 199.204.45.140 () {30 vars in 763 bytes} [Tue Jun 23 07:13:13 2026] GET /v2.0/security-groups/lb-5694a620-04e4-47cc-9dce-32f43614a4f6 => generated 149 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1691/3171] 199.204.45.140 () {30 vars in 785 bytes} [Tue Jun 23 07:13:13 2026] GET /v2.0/security-groups?name=lb-5694a620-04e4-47cc-9dce-32f43614a4f6 => generated 1639 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1481/3172] 199.204.45.140 () {30 vars in 815 bytes} [Tue Jun 23 07:13:13 2026] GET /v2.0/security-group-rules?security_group_id=a2a18351-1f57-432c-b64d-4cd7ac9a3662 => generated 1182 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1692/3173] 199.204.45.140 () {30 vars in 703 bytes} [Tue Jun 23 07:13:13 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: 1482/3174] 199.204.45.140 () {30 vars in 705 bytes} [Tue Jun 23 07:13:13 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1693/3175] 199.204.45.140 () {30 vars in 681 bytes} [Tue Jun 23 07:13:13 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: 1483/3176] 199.204.45.140 () {30 vars in 717 bytes} [Tue Jun 23 07:13:13 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: 1694/3177] 199.204.45.140 () {30 vars in 741 bytes} [Tue Jun 23 07:13:13 2026] GET /v2.0/subnets/10a1bfd4-d38b-426f-a37f-73e650440019 => generated 674 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1484/3178] 199.204.45.140 () {30 vars in 769 bytes} [Tue Jun 23 07:13:13 2026] GET /v2.0/ports?device_id=29589d4b-2732-4f17-8424-f52d4b56612e => generated 2586 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1695/3179] 199.204.45.140 () {30 vars in 769 bytes} [Tue Jun 23 07:13:13 2026] GET /v2.0/ports?device_id=29589d4b-2732-4f17-8424-f52d4b56612e => generated 2586 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1485/3180] 199.204.45.140 () {30 vars in 769 bytes} [Tue Jun 23 07:13:13 2026] GET /v2.0/ports?device_id=29589d4b-2732-4f17-8424-f52d4b56612e => generated 2586 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1696/3181] 199.204.45.140 () {30 vars in 769 bytes} [Tue Jun 23 07:13:14 2026] GET /v2.0/ports?device_id=29589d4b-2732-4f17-8424-f52d4b56612e => generated 2586 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1486/3182] 199.204.45.140 () {34 vars in 975 bytes} [Tue Jun 23 07:13:15 2026] GET /v2.0/ports/94e3ef60-ce20-425b-83c6-cb24eff776c1 => generated 1350 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1697/3183] 199.204.45.140 () {34 vars in 1060 bytes} [Tue Jun 23 07:13:15 2026] GET /v2.0/ports/94e3ef60-ce20-425b-83c6-cb24eff776c1?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1487/3184] 199.204.45.140 () {34 vars in 1016 bytes} [Tue Jun 23 07:13:15 2026] GET /v2.0/networks/f698c9f8-7bab-4c8a-baad-311f70ca9293?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: 1488/3185] 199.204.45.140 () {30 vars in 769 bytes} [Tue Jun 23 07:13:15 2026] GET /v2.0/ports?device_id=29589d4b-2732-4f17-8424-f52d4b56612e => generated 2586 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1698/3186] 199.204.45.140 () {38 vars in 1028 bytes} [Tue Jun 23 07:13:15 2026] PUT /v2.0/ports/94e3ef60-ce20-425b-83c6-cb24eff776c1 => generated 1151 bytes in 286 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1489/3187] 199.204.45.140 () {30 vars in 769 bytes} [Tue Jun 23 07:13:16 2026] GET /v2.0/ports?device_id=29589d4b-2732-4f17-8424-f52d4b56612e => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1699/3188] 199.204.45.140 () {34 vars in 789 bytes} [Tue Jun 23 07:13:16 2026] PUT /v2.0/ports/94e3ef60-ce20-425b-83c6-cb24eff776c1 => generated 1090 bytes in 243 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1490/3189] 199.204.45.140 () {30 vars in 737 bytes} [Tue Jun 23 07:13:16 2026] GET /v2.0/ports/94e3ef60-ce20-425b-83c6-cb24eff776c1 => generated 1090 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, ' 2026-06-23 07:13:17.153 7 INFO neutron_taas.services.taas.taas_plugin [None req-6d223dcd-3ee0-468e-8c6e-3206b4bf93b1 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] TaaS: Handle Delete Port: 94e3ef60-ce20-425b-83c6-cb24eff776c1 2026-06-23 07:13:17.159 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6d223dcd-3ee0-468e-8c6e-3206b4bf93b1 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] Tap Mirror: Handle Delete Port: 94e3ef60-ce20-425b-83c6-cb24eff776c1 [pid: 7|app: 0|req: 1700/3190] 199.204.45.140 () {32 vars in 759 bytes} [Tue Jun 23 07:13:17 2026] DELETE /v2.0/ports/94e3ef60-ce20-425b-83c6-cb24eff776c1 => generated 0 bytes in 260 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1491/3191] 199.204.45.140 () {34 vars in 1080 bytes} [Tue Jun 23 07:13:17 2026] GET /v2.0/ports?tenant_id=6626933dbedf45c1b7a4e48204e18577&device_id=29589d4b-2732-4f17-8424-f52d4b56612e => 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: 1492/3192] 199.204.45.140 () {30 vars in 703 bytes} [Tue Jun 23 07:13:17 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1493/3193] 199.204.45.140 () {30 vars in 705 bytes} [Tue Jun 23 07:13:17 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1494/3194] 199.204.45.140 () {30 vars in 681 bytes} [Tue Jun 23 07:13:17 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: 1701/3195] 199.204.45.140 () {34 vars in 1066 bytes} [Tue Jun 23 07:13:17 2026] GET /v2.0/networks?id=d95b3406-8b41-4815-9f0a-b86741a48a3e&id=f698c9f8-7bab-4c8a-baad-311f70ca9293 => generated 1523 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1495/3196] 199.204.45.140 () {30 vars in 717 bytes} [Tue Jun 23 07:13:17 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: 1702/3197] 199.204.45.140 () {34 vars in 1060 bytes} [Tue Jun 23 07:13:17 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.36&port_id=d5f23521-6bc2-449b-b5bd-f6d8d85c6007 => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-23 07:13:17.443 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6e605308-2d96-4125-8467-b27dc231ce97 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1496/3198] 199.204.45.140 () {32 vars in 759 bytes} [Tue Jun 23 07:13:17 2026] DELETE /v2.0/ports/94e3ef60-ce20-425b-83c6-cb24eff776c1 => generated 132 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1703/3199] 199.204.45.140 () {34 vars in 984 bytes} [Tue Jun 23 07:13:17 2026] GET /v2.0/subnets?id=ddd74f64-97fc-4437-9880-5dd29d96ba94 => generated 654 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1497/3200] 199.204.45.140 () {30 vars in 737 bytes} [Tue Jun 23 07:13:17 2026] GET /v2.0/ports/222c6603-bf23-42d9-bd7d-37a2c2cb3223 => generated 1132 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1704/3201] 199.204.45.140 () {34 vars in 1052 bytes} [Tue Jun 23 07:13:17 2026] GET /v2.0/ports?network_id=d95b3406-8b41-4815-9f0a-b86741a48a3e&device_owner=network%3Adhcp => generated 1244 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-23 07:13:17.507 8 INFO neutron.api.v2.resource [None req-c0daf23b-c6b2-441f-ada7-0c5c3c731026 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1498/3202] 199.204.45.140 () {30 vars in 763 bytes} [Tue Jun 23 07:13:17 2026] GET /v2.0/security-groups/lb-5694a620-04e4-47cc-9dce-32f43614a4f6 => 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: 1705/3203] 199.204.45.140 () {34 vars in 1012 bytes} [Tue Jun 23 07:13:17 2026] GET /v2.0/networks/d95b3406-8b41-4815-9f0a-b86741a48a3e?fields=segments => generated 14 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1499/3204] 199.204.45.140 () {30 vars in 785 bytes} [Tue Jun 23 07:13:17 2026] GET /v2.0/security-groups?name=lb-5694a620-04e4-47cc-9dce-32f43614a4f6 => generated 1639 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1706/3205] 199.204.45.140 () {34 vars in 1112 bytes} [Tue Jun 23 07:13:17 2026] GET /v2.0/networks/d95b3406-8b41-4815-9f0a-b86741a48a3e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1500/3206] 199.204.45.140 () {30 vars in 737 bytes} [Tue Jun 23 07:13:17 2026] GET /v2.0/ports/222c6603-bf23-42d9-bd7d-37a2c2cb3223 => generated 1132 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1707/3207] 199.204.45.140 () {34 vars in 789 bytes} [Tue Jun 23 07:13:17 2026] PUT /v2.0/ports/222c6603-bf23-42d9-bd7d-37a2c2cb3223 => generated 1094 bytes in 207 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1501/3208] 199.204.45.140 () {32 vars in 779 bytes} [Tue Jun 23 07:13:17 2026] DELETE /v2.0/security-groups/a2a18351-1f57-432c-b64d-4cd7ac9a3662 => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-23 07:13:18.013 7 INFO neutron_taas.services.taas.taas_plugin [None req-0afaf195-d629-48b5-9596-d7e5944a3605 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] TaaS: Handle Delete Port: 222c6603-bf23-42d9-bd7d-37a2c2cb3223 2026-06-23 07:13:18.017 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0afaf195-d629-48b5-9596-d7e5944a3605 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] Tap Mirror: Handle Delete Port: 222c6603-bf23-42d9-bd7d-37a2c2cb3223 [pid: 7|app: 0|req: 1708/3209] 199.204.45.140 () {32 vars in 759 bytes} [Tue Jun 23 07:13:17 2026] DELETE /v2.0/ports/222c6603-bf23-42d9-bd7d-37a2c2cb3223 => generated 0 bytes in 303 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1502/3210] 199.204.45.140 () {34 vars in 994 bytes} [Tue Jun 23 07:13:20 2026] GET /v2.0/ports?device_id=29589d4b-2732-4f17-8424-f52d4b56612e => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-23 07:13:20.988 7 INFO neutron_taas.services.taas.taas_plugin [req-a64c430e-edbd-496a-ad85-c73e085a70ad req-7becaffb-e531-478c-af5d-a494f458ddd8 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] TaaS: Handle Delete Port: d5f23521-6bc2-449b-b5bd-f6d8d85c6007 2026-06-23 07:13:20.991 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-a64c430e-edbd-496a-ad85-c73e085a70ad req-7becaffb-e531-478c-af5d-a494f458ddd8 11f9e573eed2441388928bca76ba2e15 6626933dbedf45c1b7a4e48204e18577 - - default default] Tap Mirror: Handle Delete Port: d5f23521-6bc2-449b-b5bd-f6d8d85c6007 [pid: 7|app: 0|req: 1709/3211] 199.204.45.140 () {36 vars in 997 bytes} [Tue Jun 23 07:13:20 2026] DELETE /v2.0/ports/d5f23521-6bc2-449b-b5bd-f6d8d85c6007 => generated 0 bytes in 295 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-23 07:13:21.209 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-5b49dbb7-44da-47fd-955b-4eeefde33d3c'] response: {'server_uuid': '29589d4b-2732-4f17-8424-f52d4b56612e', 'name': 'network-vif-deleted', 'tag': 'd5f23521-6bc2-449b-b5bd-f6d8d85c6007', 'status': 'completed', 'code': 200} 2026-06-23 07:13:22.412 7 INFO neutron_taas.services.taas.taas_plugin [None req-b8569416-b93e-4b19-8757-9c09c68d3c2c 0e6e409c596447b1ae7bb5256e8307b3 6d8855672d0b4d378a25c70af7e89534 - - default default] TaaS: Handle Delete Port: ef82a61f-7787-4e86-9217-d52024f67538 2026-06-23 07:13:22.416 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b8569416-b93e-4b19-8757-9c09c68d3c2c 0e6e409c596447b1ae7bb5256e8307b3 6d8855672d0b4d378a25c70af7e89534 - - default default] Tap Mirror: Handle Delete Port: ef82a61f-7787-4e86-9217-d52024f67538 2026-06-23 07:13:22.627 7 INFO neutron.db.l3_db [None req-b8569416-b93e-4b19-8757-9c09c68d3c2c 0e6e409c596447b1ae7bb5256e8307b3 6d8855672d0b4d378a25c70af7e89534 - - default default] Floating IP a222ba69-dcef-442c-8ed4-ac8f3c740cbb disassociated (deleted). External IP: 10.96.250.208, port: f6fb1ec1-490e-41d7-a429-32021a42939a. [pid: 7|app: 0|req: 1711/3214] 10.0.0.45 () {32 vars in 731 bytes} [Tue Jun 23 07:13:22 2026] DELETE /v2.0/floatingips/a222ba69-dcef-442c-8ed4-ac8f3c740cbb => generated 0 bytes in 719 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-23 07:13:23.013 8 INFO neutron.api.v2.resource [None req-27f1cfa4-9624-4478-8c52-c912cfa9a574 0e6e409c596447b1ae7bb5256e8307b3 6d8855672d0b4d378a25c70af7e89534 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1504/3215] 10.0.0.45 () {32 vars in 728 bytes} [Tue Jun 23 07:13:22 2026] GET /v2.0/floatingips/a222ba69-dcef-442c-8ed4-ac8f3c740cbb => generated 144 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-23 07:13:23.251 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2665d34e-c6b9-4aca-ae7d-c98d838c08ae'] response: {'name': 'network-changed', 'server_uuid': '5e95b0a6-16cb-4edb-afbc-cfe4ad12e854', 'tag': 'f6fb1ec1-490e-41d7-a429-32021a42939a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1712/3216] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:13:23 2026] GET /v2.0/ports?device_id=5e95b0a6-16cb-4edb-afbc-cfe4ad12e854 => generated 1204 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1505/3217] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 23 07:13:23 2026] GET /v2.0/security-groups?id=004edf3d-3d67-4b19-97e8-52be62872b43&fields=id&fields=name => generated 112 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1713/3218] 199.204.45.140 () {34 vars in 1080 bytes} [Tue Jun 23 07:13:23 2026] GET /v2.0/ports?tenant_id=6d8855672d0b4d378a25c70af7e89534&device_id=5e95b0a6-16cb-4edb-afbc-cfe4ad12e854 => generated 1473 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1506/3219] 199.204.45.140 () {34 vars in 986 bytes} [Tue Jun 23 07:13:23 2026] GET /v2.0/networks?id=95d18074-32fa-4e15-b0a4-53d67e915e98 => generated 801 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1714/3220] 199.204.45.140 () {34 vars in 1058 bytes} [Tue Jun 23 07:13:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.249&port_id=f6fb1ec1-490e-41d7-a429-32021a42939a => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1507/3221] 199.204.45.140 () {34 vars in 1106 bytes} [Tue Jun 23 07:13:23 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A110&port_id=f6fb1ec1-490e-41d7-a429-32021a42939a => 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: 1715/3222] 199.204.45.140 () {34 vars in 1064 bytes} [Tue Jun 23 07:13:23 2026] GET /v2.0/subnets?id=6cffd5d5-3aea-4cb6-839c-adc178854d6d&id=2a6f314a-5eb9-4b01-8a78-67be4602ebda => generated 1413 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1508/3223] 199.204.45.140 () {34 vars in 1052 bytes} [Tue Jun 23 07:13:23 2026] GET /v2.0/ports?network_id=95d18074-32fa-4e15-b0a4-53d67e915e98&device_owner=network%3Adhcp => generated 1461 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1716/3224] 199.204.45.140 () {34 vars in 1052 bytes} [Tue Jun 23 07:13:23 2026] GET /v2.0/ports?network_id=95d18074-32fa-4e15-b0a4-53d67e915e98&device_owner=network%3Adhcp => generated 1461 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1509/3225] 199.204.45.140 () {34 vars in 1012 bytes} [Tue Jun 23 07:13:24 2026] GET /v2.0/networks/95d18074-32fa-4e15-b0a4-53d67e915e98?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: 1717/3226] 199.204.45.140 () {34 vars in 1112 bytes} [Tue Jun 23 07:13:24 2026] GET /v2.0/networks/95d18074-32fa-4e15-b0a4-53d67e915e98?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1510/3227] 199.204.45.140 () {34 vars in 994 bytes} [Tue Jun 23 07:13:25 2026] GET /v2.0/ports?device_id=5e95b0a6-16cb-4edb-afbc-cfe4ad12e854 => generated 1202 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-23 07:13:25.699 7 INFO neutron_taas.services.taas.taas_plugin [req-9179b456-c23f-472a-ab07-ac66c48b5f0f req-f0cf2691-47ba-4231-9cb2-58ae0f723638 0e6e409c596447b1ae7bb5256e8307b3 6d8855672d0b4d378a25c70af7e89534 - - default default] TaaS: Handle Delete Port: f6fb1ec1-490e-41d7-a429-32021a42939a 2026-06-23 07:13:25.701 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-9179b456-c23f-472a-ab07-ac66c48b5f0f req-f0cf2691-47ba-4231-9cb2-58ae0f723638 0e6e409c596447b1ae7bb5256e8307b3 6d8855672d0b4d378a25c70af7e89534 - - default default] Tap Mirror: Handle Delete Port: f6fb1ec1-490e-41d7-a429-32021a42939a [pid: 7|app: 0|req: 1718/3228] 199.204.45.140 () {36 vars in 997 bytes} [Tue Jun 23 07:13:25 2026] DELETE /v2.0/ports/f6fb1ec1-490e-41d7-a429-32021a42939a => generated 0 bytes in 281 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-23 07:13:25.934 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e4cec021-d29f-4b2b-812e-f620af1d04d7'] response: {'server_uuid': '5e95b0a6-16cb-4edb-afbc-cfe4ad12e854', 'name': 'network-vif-deleted', 'tag': 'f6fb1ec1-490e-41d7-a429-32021a42939a', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1511/3229] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:13:28 2026] GET /v2.0/ports?device_id=5e95b0a6-16cb-4edb-afbc-cfe4ad12e854 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-23 07:13:33.619 7 INFO neutron_taas.services.taas.taas_plugin [None req-078ed02d-c10e-47ee-8394-4a1bff35804c 0e6e409c596447b1ae7bb5256e8307b3 6d8855672d0b4d378a25c70af7e89534 - - default default] TaaS: Handle Delete Port: 4cb1a537-d1ed-438c-9cd0-af483e444f81 2026-06-23 07:13:33.623 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-078ed02d-c10e-47ee-8394-4a1bff35804c 0e6e409c596447b1ae7bb5256e8307b3 6d8855672d0b4d378a25c70af7e89534 - - default default] Tap Mirror: Handle Delete Port: 4cb1a537-d1ed-438c-9cd0-af483e444f81 2026-06-23 07:13:33.828 7 INFO neutron.db.l3_db [None req-078ed02d-c10e-47ee-8394-4a1bff35804c 0e6e409c596447b1ae7bb5256e8307b3 6d8855672d0b4d378a25c70af7e89534 - - default default] Floating IP 5a92ec3f-5e11-4ce4-8c63-0b875e3b2dae disassociated (deleted). External IP: 10.96.250.207, port: 204a99c2-30d4-479e-9799-84b3c30b715c. [pid: 7|app: 0|req: 1719/3230] 10.0.0.45 () {32 vars in 731 bytes} [Tue Jun 23 07:13:33 2026] DELETE /v2.0/floatingips/5a92ec3f-5e11-4ce4-8c63-0b875e3b2dae => generated 0 bytes in 721 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-23 07:13:34.218 8 INFO neutron.api.v2.resource [None req-714247c0-dca2-4c03-98e3-dbdf482a7768 0e6e409c596447b1ae7bb5256e8307b3 6d8855672d0b4d378a25c70af7e89534 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1512/3231] 10.0.0.45 () {32 vars in 728 bytes} [Tue Jun 23 07:13:34 2026] GET /v2.0/floatingips/5a92ec3f-5e11-4ce4-8c63-0b875e3b2dae => generated 144 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-23 07:13:34.236 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-73b61f00-2dc9-491e-80e2-ba1c0a2ad846'] response: {'name': 'network-changed', 'server_uuid': '091c124f-82d1-4bf4-8962-b4e856e59038', 'tag': '204a99c2-30d4-479e-9799-84b3c30b715c', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1720/3232] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:13:34 2026] GET /v2.0/ports?device_id=091c124f-82d1-4bf4-8962-b4e856e59038 => generated 1200 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1513/3233] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 23 07:13:34 2026] GET /v2.0/security-groups?id=004edf3d-3d67-4b19-97e8-52be62872b43&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: 7|app: 0|req: 1721/3234] 199.204.45.140 () {34 vars in 1080 bytes} [Tue Jun 23 07:13:34 2026] GET /v2.0/ports?tenant_id=6d8855672d0b4d378a25c70af7e89534&device_id=091c124f-82d1-4bf4-8962-b4e856e59038 => generated 1469 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1514/3235] 199.204.45.140 () {34 vars in 986 bytes} [Tue Jun 23 07:13:34 2026] GET /v2.0/networks?id=5c8e068f-d71d-48c4-a848-9d4a90195805 => generated 801 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1722/3236] 199.204.45.140 () {34 vars in 1058 bytes} [Tue Jun 23 07:13:34 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.205&port_id=204a99c2-30d4-479e-9799-84b3c30b715c => 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: 1515/3237] 199.204.45.140 () {34 vars in 1104 bytes} [Tue Jun 23 07:13:34 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A282&port_id=204a99c2-30d4-479e-9799-84b3c30b715c => 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: 1723/3238] 199.204.45.140 () {34 vars in 1064 bytes} [Tue Jun 23 07:13:34 2026] GET /v2.0/subnets?id=375131d1-cc38-4aa2-b334-39875483d46f&id=73076336-9f75-4624-8e52-b74193a6ef78 => generated 1410 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1516/3239] 199.204.45.140 () {34 vars in 1052 bytes} [Tue Jun 23 07:13:34 2026] GET /v2.0/ports?network_id=5c8e068f-d71d-48c4-a848-9d4a90195805&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: 1724/3240] 199.204.45.140 () {34 vars in 1052 bytes} [Tue Jun 23 07:13:35 2026] GET /v2.0/ports?network_id=5c8e068f-d71d-48c4-a848-9d4a90195805&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: 1517/3241] 199.204.45.140 () {34 vars in 1012 bytes} [Tue Jun 23 07:13:35 2026] GET /v2.0/networks/5c8e068f-d71d-48c4-a848-9d4a90195805?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: 1725/3242] 199.204.45.140 () {34 vars in 1112 bytes} [Tue Jun 23 07:13:35 2026] GET /v2.0/networks/5c8e068f-d71d-48c4-a848-9d4a90195805?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: 1518/3243] 199.204.45.140 () {34 vars in 994 bytes} [Tue Jun 23 07:13:36 2026] GET /v2.0/ports?device_id=091c124f-82d1-4bf4-8962-b4e856e59038 => generated 1200 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-23 07:13:36.929 7 INFO neutron_taas.services.taas.taas_plugin [req-fb2f8039-b0b8-4216-b5c1-fc5f7e9f8722 req-947831dc-2c15-4f97-b60e-3e784d023c12 0e6e409c596447b1ae7bb5256e8307b3 6d8855672d0b4d378a25c70af7e89534 - - default default] TaaS: Handle Delete Port: 204a99c2-30d4-479e-9799-84b3c30b715c 2026-06-23 07:13:36.932 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-fb2f8039-b0b8-4216-b5c1-fc5f7e9f8722 req-947831dc-2c15-4f97-b60e-3e784d023c12 0e6e409c596447b1ae7bb5256e8307b3 6d8855672d0b4d378a25c70af7e89534 - - default default] Tap Mirror: Handle Delete Port: 204a99c2-30d4-479e-9799-84b3c30b715c [pid: 7|app: 0|req: 1726/3246] 199.204.45.140 () {36 vars in 997 bytes} [Tue Jun 23 07:13:36 2026] DELETE /v2.0/ports/204a99c2-30d4-479e-9799-84b3c30b715c => generated 0 bytes in 306 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-23 07:13:37.177 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-5f395545-41d9-4f09-b5f5-b367e6cefa98'] response: {'server_uuid': '091c124f-82d1-4bf4-8962-b4e856e59038', 'name': 'network-vif-deleted', 'tag': '204a99c2-30d4-479e-9799-84b3c30b715c', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1521/3247] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 23 07:13:39 2026] GET /v2.0/ports?device_id=091c124f-82d1-4bf4-8962-b4e856e59038 => 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: 1727/3248] 10.0.0.45 () {32 vars in 749 bytes} [Tue Jun 23 07:13:44 2026] DELETE /v2.0/security-group-rules/d94ed553-f14c-4242-bc0d-95bb494b9582 => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-23 07:13:44.754 8 INFO neutron.api.v2.resource [None req-509ca697-5054-41fe-bfcb-e71c5fe03765 0e6e409c596447b1ae7bb5256e8307b3 6d8855672d0b4d378a25c70af7e89534 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1522/3249] 10.0.0.45 () {32 vars in 746 bytes} [Tue Jun 23 07:13:44 2026] GET /v2.0/security-group-rules/d94ed553-f14c-4242-bc0d-95bb494b9582 => generated 155 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1728/3250] 10.0.0.45 () {32 vars in 749 bytes} [Tue Jun 23 07:13:44 2026] DELETE /v2.0/security-group-rules/86779425-2d22-4f7c-a7f7-bd33faf69674 => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-23 07:13:44.845 8 INFO neutron.api.v2.resource [None req-3af5f374-ec3a-4ff6-b488-74009de96b13 0e6e409c596447b1ae7bb5256e8307b3 6d8855672d0b4d378a25c70af7e89534 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1523/3251] 10.0.0.45 () {32 vars in 746 bytes} [Tue Jun 23 07:13:44 2026] GET /v2.0/security-group-rules/86779425-2d22-4f7c-a7f7-bd33faf69674 => generated 155 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1729/3252] 10.0.0.45 () {32 vars in 749 bytes} [Tue Jun 23 07:13:44 2026] DELETE /v2.0/security-group-rules/d97189c1-02cd-45e2-b478-ce315d33b416 => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-23 07:13:44.951 8 INFO neutron.api.v2.resource [None req-87ef0931-24ee-41f8-8cb7-c5a34fa56c15 0e6e409c596447b1ae7bb5256e8307b3 6d8855672d0b4d378a25c70af7e89534 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1524/3253] 10.0.0.45 () {32 vars in 746 bytes} [Tue Jun 23 07:13:44 2026] GET /v2.0/security-group-rules/d97189c1-02cd-45e2-b478-ce315d33b416 => generated 155 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1730/3254] 10.0.0.45 () {32 vars in 749 bytes} [Tue Jun 23 07:13:44 2026] DELETE /v2.0/security-group-rules/6565858f-7b40-4252-833c-26f138d7199a => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-23 07:13:45.057 8 INFO neutron.api.v2.resource [None req-2205d091-7aa7-491e-aa82-276886ef1925 0e6e409c596447b1ae7bb5256e8307b3 6d8855672d0b4d378a25c70af7e89534 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1525/3255] 10.0.0.45 () {32 vars in 746 bytes} [Tue Jun 23 07:13:45 2026] GET /v2.0/security-group-rules/6565858f-7b40-4252-833c-26f138d7199a => generated 155 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1731/3256] 10.0.0.45 () {32 vars in 749 bytes} [Tue Jun 23 07:13:45 2026] DELETE /v2.0/security-group-rules/fd2f6f6c-28e1-4ab9-90b3-25ed2a2a9436 => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-23 07:13:45.148 8 INFO neutron.api.v2.resource [None req-1999d1c9-33c7-4678-9b8f-c594b4c46d38 0e6e409c596447b1ae7bb5256e8307b3 6d8855672d0b4d378a25c70af7e89534 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1526/3257] 10.0.0.45 () {32 vars in 746 bytes} [Tue Jun 23 07:13:45 2026] GET /v2.0/security-group-rules/fd2f6f6c-28e1-4ab9-90b3-25ed2a2a9436 => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1732/3258] 10.0.0.45 () {32 vars in 749 bytes} [Tue Jun 23 07:13:45 2026] DELETE /v2.0/security-group-rules/fd793a86-b099-47c4-bedb-2ba080305e3e => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-23 07:13:45.238 8 INFO neutron.api.v2.resource [None req-6bd0327a-4a29-4ecf-9328-bd543d2fb174 0e6e409c596447b1ae7bb5256e8307b3 6d8855672d0b4d378a25c70af7e89534 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1527/3259] 10.0.0.45 () {32 vars in 746 bytes} [Tue Jun 23 07:13:45 2026] GET /v2.0/security-group-rules/fd793a86-b099-47c4-bedb-2ba080305e3e => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1733/3260] 10.0.0.45 () {32 vars in 749 bytes} [Tue Jun 23 07:13:45 2026] DELETE /v2.0/security-group-rules/6aa71b4d-29bc-49af-b3e6-42370b82d7a8 => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-23 07:13:45.345 8 INFO neutron.api.v2.resource [None req-1b6ade07-3cb3-4ed5-b84f-603677b6a712 0e6e409c596447b1ae7bb5256e8307b3 6d8855672d0b4d378a25c70af7e89534 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1528/3261] 10.0.0.45 () {32 vars in 746 bytes} [Tue Jun 23 07:13:45 2026] GET /v2.0/security-group-rules/6aa71b4d-29bc-49af-b3e6-42370b82d7a8 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1734/3262] 10.0.0.45 () {32 vars in 749 bytes} [Tue Jun 23 07:13:45 2026] DELETE /v2.0/security-group-rules/216a7e8b-4722-44b0-a10a-ed6ce3df6bc8 => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-23 07:13:45.447 8 INFO neutron.api.v2.resource [None req-ad79bb26-4a53-45de-a95a-033e49ad1a04 0e6e409c596447b1ae7bb5256e8307b3 6d8855672d0b4d378a25c70af7e89534 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1529/3263] 10.0.0.45 () {32 vars in 746 bytes} [Tue Jun 23 07:13:45 2026] GET /v2.0/security-group-rules/216a7e8b-4722-44b0-a10a-ed6ce3df6bc8 => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1735/3264] 10.0.0.45 () {32 vars in 749 bytes} [Tue Jun 23 07:13:45 2026] DELETE /v2.0/security-group-rules/3bfeb09a-6419-4be2-81eb-d4319d25d952 => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-23 07:13:45.544 8 INFO neutron.api.v2.resource [None req-2141ee2f-d3ee-4277-ab46-94b54427c6af 0e6e409c596447b1ae7bb5256e8307b3 6d8855672d0b4d378a25c70af7e89534 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1530/3265] 10.0.0.45 () {32 vars in 746 bytes} [Tue Jun 23 07:13:45 2026] GET /v2.0/security-group-rules/3bfeb09a-6419-4be2-81eb-d4319d25d952 => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1736/3266] 10.0.0.45 () {32 vars in 749 bytes} [Tue Jun 23 07:13:45 2026] DELETE /v2.0/security-group-rules/c1862aa3-5827-43e5-8384-fd5eba0a5ee7 => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-23 07:13:45.643 8 INFO neutron.api.v2.resource [None req-a6b3b570-4919-4d94-89ad-621b81ab0f14 0e6e409c596447b1ae7bb5256e8307b3 6d8855672d0b4d378a25c70af7e89534 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1531/3267] 10.0.0.45 () {32 vars in 746 bytes} [Tue Jun 23 07:13:45 2026] GET /v2.0/security-group-rules/c1862aa3-5827-43e5-8384-fd5eba0a5ee7 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1737/3268] 10.0.0.45 () {32 vars in 749 bytes} [Tue Jun 23 07:13:45 2026] DELETE /v2.0/security-group-rules/83bbc62f-8b15-4730-8d65-2feb01692674 => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-23 07:13:45.735 8 INFO neutron.api.v2.resource [None req-7ec378cb-24fa-42a1-b7c4-ec7f21e22b28 0e6e409c596447b1ae7bb5256e8307b3 6d8855672d0b4d378a25c70af7e89534 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1532/3269] 10.0.0.45 () {32 vars in 746 bytes} [Tue Jun 23 07:13:45 2026] GET /v2.0/security-group-rules/83bbc62f-8b15-4730-8d65-2feb01692674 => generated 155 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1738/3270] 10.0.0.45 () {32 vars in 739 bytes} [Tue Jun 23 07:13:45 2026] DELETE /v2.0/security-groups/004edf3d-3d67-4b19-97e8-52be62872b43 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-23 07:13:45.853 8 INFO neutron.api.v2.resource [None req-73be88b2-2ea8-49d6-882f-548979d692c6 0e6e409c596447b1ae7bb5256e8307b3 6d8855672d0b4d378a25c70af7e89534 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1533/3271] 10.0.0.45 () {32 vars in 736 bytes} [Tue Jun 23 07:13:45 2026] GET /v2.0/security-groups/004edf3d-3d67-4b19-97e8-52be62872b43 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-23 07:13:46.346 7 INFO neutron_taas.services.taas.taas_plugin [None req-e5250507-8c88-4d46-a8ad-824f3d89a6ec 0e6e409c596447b1ae7bb5256e8307b3 6d8855672d0b4d378a25c70af7e89534 - - default default] TaaS: Handle Delete Port: 10422144-882b-4d33-aba7-a756a2afbbc8 2026-06-23 07:13:46.350 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e5250507-8c88-4d46-a8ad-824f3d89a6ec 0e6e409c596447b1ae7bb5256e8307b3 6d8855672d0b4d378a25c70af7e89534 - - default default] Tap Mirror: Handle Delete Port: 10422144-882b-4d33-aba7-a756a2afbbc8 [pid: 7|app: 0|req: 1739/3272] 10.0.0.45 () {34 vars in 788 bytes} [Tue Jun 23 07:13:45 2026] PUT /v2.0/routers/01861c83-fa8b-441f-9c8a-f1eaa7fe52ed/remove_router_interface => generated 309 bytes in 1108 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-23 07:13:47.204 8 INFO neutron.api.v2.resource [None req-9721edca-12b6-4353-bd3e-3f2c3fb50de7 0e6e409c596447b1ae7bb5256e8307b3 6d8855672d0b4d378a25c70af7e89534 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1534/3273] 10.0.0.45 () {34 vars in 788 bytes} [Tue Jun 23 07:13:47 2026] PUT /v2.0/routers/01861c83-fa8b-441f-9c8a-f1eaa7fe52ed/remove_router_interface => generated 198 bytes in 181 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-23 07:13:47.529 7 INFO neutron_taas.services.taas.taas_plugin [None req-077497e1-cd7f-4e66-a644-cfa394253122 0e6e409c596447b1ae7bb5256e8307b3 6d8855672d0b4d378a25c70af7e89534 - - default default] TaaS: Handle Delete Port: ad7ba66e-f630-41e1-bcd4-87692e2b03af 2026-06-23 07:13:47.532 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-077497e1-cd7f-4e66-a644-cfa394253122 0e6e409c596447b1ae7bb5256e8307b3 6d8855672d0b4d378a25c70af7e89534 - - default default] Tap Mirror: Handle Delete Port: ad7ba66e-f630-41e1-bcd4-87692e2b03af [pid: 7|app: 0|req: 1740/3274] 10.0.0.45 () {34 vars in 788 bytes} [Tue Jun 23 07:13:47 2026] PUT /v2.0/routers/01861c83-fa8b-441f-9c8a-f1eaa7fe52ed/remove_router_interface => generated 309 bytes in 965 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-23 07:13:48.330 8 INFO neutron.api.v2.resource [None req-1d892c14-82b5-45c5-b043-5d9690859139 0e6e409c596447b1ae7bb5256e8307b3 6d8855672d0b4d378a25c70af7e89534 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1535/3275] 10.0.0.45 () {34 vars in 788 bytes} [Tue Jun 23 07:13:48 2026] PUT /v2.0/routers/01861c83-fa8b-441f-9c8a-f1eaa7fe52ed/remove_router_interface => generated 198 bytes in 149 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-23 07:13:48.741 7 INFO neutron_taas.services.taas.taas_plugin [None req-146e76ed-92fc-40a5-baf6-bfdd2050ca3e 0e6e409c596447b1ae7bb5256e8307b3 6d8855672d0b4d378a25c70af7e89534 - - default default] TaaS: Handle Delete Port: 10afa8fe-6711-41f6-b498-947efe8ce3e8 2026-06-23 07:13:48.744 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-146e76ed-92fc-40a5-baf6-bfdd2050ca3e 0e6e409c596447b1ae7bb5256e8307b3 6d8855672d0b4d378a25c70af7e89534 - - default default] Tap Mirror: Handle Delete Port: 10afa8fe-6711-41f6-b498-947efe8ce3e8 [pid: 7|app: 0|req: 1741/3276] 10.0.0.45 () {34 vars in 788 bytes} [Tue Jun 23 07:13:48 2026] PUT /v2.0/routers/01861c83-fa8b-441f-9c8a-f1eaa7fe52ed/remove_router_interface => generated 309 bytes in 1072 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-23 07:13:49.589 8 INFO neutron.api.v2.resource [None req-2df4c980-862a-40e9-8f70-3d85b3482c81 0e6e409c596447b1ae7bb5256e8307b3 6d8855672d0b4d378a25c70af7e89534 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1536/3277] 10.0.0.45 () {34 vars in 788 bytes} [Tue Jun 23 07:13:49 2026] PUT /v2.0/routers/01861c83-fa8b-441f-9c8a-f1eaa7fe52ed/remove_router_interface => generated 198 bytes in 178 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-23 07:13:49.783 7 INFO neutron_taas.services.taas.taas_plugin [None req-f62cf3a4-051d-4100-b1b4-10460c1444d7 0e6e409c596447b1ae7bb5256e8307b3 6d8855672d0b4d378a25c70af7e89534 - - default default] TaaS: Handle Delete Port: a29f4108-dcd8-4ac9-8109-506874263b68 2026-06-23 07:13:49.785 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f62cf3a4-051d-4100-b1b4-10460c1444d7 0e6e409c596447b1ae7bb5256e8307b3 6d8855672d0b4d378a25c70af7e89534 - - default default] Tap Mirror: Handle Delete Port: a29f4108-dcd8-4ac9-8109-506874263b68 2026-06-23 07:13:50.096 7 INFO neutron_taas.services.taas.taas_plugin [None req-f62cf3a4-051d-4100-b1b4-10460c1444d7 0e6e409c596447b1ae7bb5256e8307b3 6d8855672d0b4d378a25c70af7e89534 - - default default] TaaS: Handle Delete Port: 1597837f-78ed-4e27-9627-85450b11f6f5 2026-06-23 07:13:50.098 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f62cf3a4-051d-4100-b1b4-10460c1444d7 0e6e409c596447b1ae7bb5256e8307b3 6d8855672d0b4d378a25c70af7e89534 - - default default] Tap Mirror: Handle Delete Port: 1597837f-78ed-4e27-9627-85450b11f6f5 2026-06-23 07:13:50.520 7 INFO neutron.services.segments.plugin [-] Segment 65619cc8-b162-4242-b65b-50bf301def2b resource provider aggregate not found 2026-06-23 07:13:50.532 7 INFO neutron.services.segments.plugin [-] Segment 65619cc8-b162-4242-b65b-50bf301def2b resource provider aggregate not found 2026-06-23 07:13:50.543 7 INFO neutron.services.segments.plugin [-] Segment 65619cc8-b162-4242-b65b-50bf301def2b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 65619cc8-b162-4242-b65b-50bf301def2b found for delete ", "request_id": "req-e9dcbe16-085a-4c51-8d1b-29857aaf3015"}]} 2026-06-23 07:13:50.553 7 INFO neutron.services.segments.plugin [-] Segment 65619cc8-b162-4242-b65b-50bf301def2b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 65619cc8-b162-4242-b65b-50bf301def2b found for delete ", "request_id": "req-b7b18630-9e3a-4f72-b65e-ca821b964af4"}]} 2026-06-23 07:13:50.563 7 INFO neutron.db.l3_hamode_db [None req-f62cf3a4-051d-4100-b1b4-10460c1444d7 0e6e409c596447b1ae7bb5256e8307b3 6d8855672d0b4d378a25c70af7e89534 - - default default] HA network 5d0c6966-ef2b-47b5-ad17-9234de0654d9 was deleted as no HA routers are present in tenant 6d8855672d0b4d378a25c70af7e89534. [pid: 7|app: 0|req: 1742/3278] 10.0.0.45 () {32 vars in 723 bytes} [Tue Jun 23 07:13:49 2026] DELETE /v2.0/routers/01861c83-fa8b-441f-9c8a-f1eaa7fe52ed => generated 0 bytes in 977 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-23 07:13:50.596 8 INFO neutron.api.v2.resource [None req-dcc4674f-069e-44a6-b76a-991c7b0ccb2d 0e6e409c596447b1ae7bb5256e8307b3 6d8855672d0b4d378a25c70af7e89534 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1537/3279] 10.0.0.45 () {32 vars in 720 bytes} [Tue Jun 23 07:13:50 2026] GET /v2.0/routers/01861c83-fa8b-441f-9c8a-f1eaa7fe52ed => 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: 1743/3280] 10.0.0.45 () {32 vars in 723 bytes} [Tue Jun 23 07:13:50 2026] DELETE /v2.0/subnets/6cffd5d5-3aea-4cb6-839c-adc178854d6d => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-23 07:13:50.778 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1ca5d182-4a8a-45b2-980a-3b331e219146 0e6e409c596447b1ae7bb5256e8307b3 6d8855672d0b4d378a25c70af7e89534 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1538/3281] 10.0.0.45 () {32 vars in 720 bytes} [Tue Jun 23 07:13:50 2026] GET /v2.0/subnets/6cffd5d5-3aea-4cb6-839c-adc178854d6d => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1744/3282] 10.0.0.45 () {32 vars in 723 bytes} [Tue Jun 23 07:13:50 2026] DELETE /v2.0/subnets/2a6f314a-5eb9-4b01-8a78-67be4602ebda => generated 0 bytes in 194 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-23 07:13:50.999 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f90333b4-ab0e-46e6-9d77-53ffaf5d55b4 0e6e409c596447b1ae7bb5256e8307b3 6d8855672d0b4d378a25c70af7e89534 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1539/3283] 10.0.0.45 () {32 vars in 720 bytes} [Tue Jun 23 07:13:50 2026] GET /v2.0/subnets/2a6f314a-5eb9-4b01-8a78-67be4602ebda => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-23 07:13:51.099 7 INFO neutron_taas.services.taas.taas_plugin [None req-4312b51b-6a11-4625-aa10-b7979b309988 0e6e409c596447b1ae7bb5256e8307b3 6d8855672d0b4d378a25c70af7e89534 - - default default] TaaS: Handle Delete Port: 4be210c8-65cd-4636-964d-ea9b50f36f07 2026-06-23 07:13:51.101 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4312b51b-6a11-4625-aa10-b7979b309988 0e6e409c596447b1ae7bb5256e8307b3 6d8855672d0b4d378a25c70af7e89534 - - default default] Tap Mirror: Handle Delete Port: 4be210c8-65cd-4636-964d-ea9b50f36f07 [pid: 7|app: 0|req: 1745/3284] 10.0.0.45 () {32 vars in 725 bytes} [Tue Jun 23 07:13:51 2026] DELETE /v2.0/networks/95d18074-32fa-4e15-b0a4-53d67e915e98 => generated 0 bytes in 313 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-23 07:13:51.343 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d7bb40f2-70b5-4fab-a121-90e1aa1ce5c8 0e6e409c596447b1ae7bb5256e8307b3 6d8855672d0b4d378a25c70af7e89534 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1540/3285] 10.0.0.45 () {32 vars in 722 bytes} [Tue Jun 23 07:13:51 2026] GET /v2.0/networks/95d18074-32fa-4e15-b0a4-53d67e915e98 => generated 138 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1746/3286] 10.0.0.45 () {32 vars in 723 bytes} [Tue Jun 23 07:13:51 2026] DELETE /v2.0/subnets/73076336-9f75-4624-8e52-b74193a6ef78 => generated 0 bytes in 172 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-23 07:13:51.543 8 INFO neutron.pecan_wsgi.hooks.translation [None req-788caa26-4793-44a8-8c1a-7e029ac7d3e1 0e6e409c596447b1ae7bb5256e8307b3 6d8855672d0b4d378a25c70af7e89534 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1541/3287] 10.0.0.45 () {32 vars in 720 bytes} [Tue Jun 23 07:13:51 2026] GET /v2.0/subnets/73076336-9f75-4624-8e52-b74193a6ef78 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1747/3288] 10.0.0.45 () {32 vars in 723 bytes} [Tue Jun 23 07:13:51 2026] DELETE /v2.0/subnets/375131d1-cc38-4aa2-b334-39875483d46f => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-23 07:13:51.729 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9ba187f5-f6c5-4cb6-b404-0b510deae38d 0e6e409c596447b1ae7bb5256e8307b3 6d8855672d0b4d378a25c70af7e89534 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1542/3289] 10.0.0.45 () {32 vars in 720 bytes} [Tue Jun 23 07:13:51 2026] GET /v2.0/subnets/375131d1-cc38-4aa2-b334-39875483d46f => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-23 07:13:51.827 7 INFO neutron_taas.services.taas.taas_plugin [None req-33de4e47-ac14-4d6d-801b-154a4c2b3081 0e6e409c596447b1ae7bb5256e8307b3 6d8855672d0b4d378a25c70af7e89534 - - default default] TaaS: Handle Delete Port: 73a15d40-e5ab-4e54-bf7d-ecb2416a430c 2026-06-23 07:13:51.829 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-33de4e47-ac14-4d6d-801b-154a4c2b3081 0e6e409c596447b1ae7bb5256e8307b3 6d8855672d0b4d378a25c70af7e89534 - - default default] Tap Mirror: Handle Delete Port: 73a15d40-e5ab-4e54-bf7d-ecb2416a430c [pid: 7|app: 0|req: 1748/3292] 10.0.0.45 () {32 vars in 725 bytes} [Tue Jun 23 07:13:51 2026] DELETE /v2.0/networks/5c8e068f-d71d-48c4-a848-9d4a90195805 => generated 0 bytes in 348 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-23 07:13:52.103 8 INFO neutron.pecan_wsgi.hooks.translation [None req-49b2c9ae-3417-4f9b-9418-5eee427f346b 0e6e409c596447b1ae7bb5256e8307b3 6d8855672d0b4d378a25c70af7e89534 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1545/3293] 10.0.0.45 () {32 vars in 722 bytes} [Tue Jun 23 07:13:52 2026] GET /v2.0/networks/5c8e068f-d71d-48c4-a848-9d4a90195805 => generated 138 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1749/3294] 10.0.0.45 () {32 vars in 723 bytes} [Tue Jun 23 07:13:52 2026] DELETE /v2.0/subnets/a97a8f6f-bbd0-4be1-bc41-42eae7a6f8ba => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-23 07:13:52.274 8 INFO neutron.pecan_wsgi.hooks.translation [None req-285a5f19-c289-4cf1-a04c-97a58b6a0d4c 0e6e409c596447b1ae7bb5256e8307b3 6d8855672d0b4d378a25c70af7e89534 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1546/3295] 10.0.0.45 () {32 vars in 720 bytes} [Tue Jun 23 07:13:52 2026] GET /v2.0/subnets/a97a8f6f-bbd0-4be1-bc41-42eae7a6f8ba => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1750/3296] 10.0.0.45 () {32 vars in 723 bytes} [Tue Jun 23 07:13:52 2026] DELETE /v2.0/subnets/10a1bfd4-d38b-426f-a37f-73e650440019 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-23 07:13:52.443 8 INFO neutron.pecan_wsgi.hooks.translation [None req-eec8a1be-c5a5-4e9b-9777-9e9942f9595e 0e6e409c596447b1ae7bb5256e8307b3 6d8855672d0b4d378a25c70af7e89534 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1547/3297] 10.0.0.45 () {32 vars in 720 bytes} [Tue Jun 23 07:13:52 2026] GET /v2.0/subnets/10a1bfd4-d38b-426f-a37f-73e650440019 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-23 07:13:52.564 7 INFO neutron_taas.services.taas.taas_plugin [None req-71d4dc08-4b94-4ba4-8029-ba0023e29af8 0e6e409c596447b1ae7bb5256e8307b3 6d8855672d0b4d378a25c70af7e89534 - - default default] TaaS: Handle Delete Port: 8eabc460-a64f-4d05-ab51-3c3eab330d52 2026-06-23 07:13:52.568 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-71d4dc08-4b94-4ba4-8029-ba0023e29af8 0e6e409c596447b1ae7bb5256e8307b3 6d8855672d0b4d378a25c70af7e89534 - - default default] Tap Mirror: Handle Delete Port: 8eabc460-a64f-4d05-ab51-3c3eab330d52 2026-06-23 07:13:52.574 7 INFO neutron.services.segments.plugin [-] Segment 36eb847e-1d09-4f2f-9bf4-8b1fe5971da1 resource provider aggregate not found 2026-06-23 07:13:52.577 7 INFO neutron.services.segments.plugin [-] Segment 36eb847e-1d09-4f2f-9bf4-8b1fe5971da1 resource provider aggregate not found 2026-06-23 07:13:52.597 7 INFO neutron.services.segments.plugin [-] Segment 36eb847e-1d09-4f2f-9bf4-8b1fe5971da1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 36eb847e-1d09-4f2f-9bf4-8b1fe5971da1 found for delete ", "request_id": "req-6809738c-04ce-441f-b6a6-2dfa8c104d61"}]} 2026-06-23 07:13:52.599 7 INFO neutron.services.segments.plugin [-] Segment 36eb847e-1d09-4f2f-9bf4-8b1fe5971da1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 36eb847e-1d09-4f2f-9bf4-8b1fe5971da1 found for delete ", "request_id": "req-636d4e16-1351-4e88-9fba-e7e53902c16a"}]} 2026-06-23 07:13:52.626 7 INFO neutron.services.segments.plugin [-] Segment 504594e0-9ef5-4d1d-a07a-4bb9c8358bf6 resource provider aggregate not found 2026-06-23 07:13:52.626 7 INFO neutron.services.segments.plugin [-] Segment 504594e0-9ef5-4d1d-a07a-4bb9c8358bf6 resource provider aggregate not found 2026-06-23 07:13:52.647 7 INFO neutron.services.segments.plugin [-] Segment 504594e0-9ef5-4d1d-a07a-4bb9c8358bf6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 504594e0-9ef5-4d1d-a07a-4bb9c8358bf6 found for delete ", "request_id": "req-e4d87a61-7138-468a-94da-d150701fde28"}]} 2026-06-23 07:13:52.651 7 INFO neutron.services.segments.plugin [-] Segment 504594e0-9ef5-4d1d-a07a-4bb9c8358bf6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 504594e0-9ef5-4d1d-a07a-4bb9c8358bf6 found for delete ", "request_id": "req-437e9072-370f-4114-86cb-abb3f9877025"}]} [pid: 7|app: 0|req: 1751/3298] 10.0.0.45 () {32 vars in 725 bytes} [Tue Jun 23 07:13:52 2026] DELETE /v2.0/networks/f698c9f8-7bab-4c8a-baad-311f70ca9293 => generated 0 bytes in 353 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-23 07:13:52.829 8 INFO neutron.pecan_wsgi.hooks.translation [None req-935aabdc-87c7-4aa8-bc39-a9b103a88a82 0e6e409c596447b1ae7bb5256e8307b3 6d8855672d0b4d378a25c70af7e89534 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1548/3299] 10.0.0.45 () {32 vars in 722 bytes} [Tue Jun 23 07:13:52 2026] GET /v2.0/networks/f698c9f8-7bab-4c8a-baad-311f70ca9293 => generated 138 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-23 07:13:54.669 7 INFO neutron.services.segments.plugin [-] Segment 14b15a9b-1023-415b-9b71-d5b8c89f2562 resource provider aggregate not found 2026-06-23 07:13:54.675 7 INFO neutron.services.segments.plugin [-] Segment 14b15a9b-1023-415b-9b71-d5b8c89f2562 resource provider aggregate not found 2026-06-23 07:13:54.690 7 INFO neutron.services.segments.plugin [-] Segment 14b15a9b-1023-415b-9b71-d5b8c89f2562 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 14b15a9b-1023-415b-9b71-d5b8c89f2562 found for delete ", "request_id": "req-0eaa4133-fd5a-4cf6-a250-04b169ec371b"}]} 2026-06-23 07:13:54.709 7 INFO neutron.services.segments.plugin [-] Segment 14b15a9b-1023-415b-9b71-d5b8c89f2562 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 14b15a9b-1023-415b-9b71-d5b8c89f2562 found for delete ", "request_id": "req-fd47d706-03c8-41f5-bbd5-b52733303791"}]} [pid: 7|app: 0|req: 1752/3300] 10.0.0.45 () {32 vars in 773 bytes} [Tue Jun 23 07:13:54 2026] GET /v2.0/security-groups?tenant_id=0bbf854861844680946cf499dd938639&name=default => generated 2929 bytes in 337 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1549/3301] 10.0.0.45 () {32 vars in 739 bytes} [Tue Jun 23 07:13:55 2026] DELETE /v2.0/security-groups/a1896c96-b7e2-45f0-bf52-9f1d656b67e3 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1753/3302] 10.0.0.45 () {32 vars in 773 bytes} [Tue Jun 23 07:13:55 2026] GET /v2.0/security-groups?tenant_id=8591f8cff06440dba29f57b980ad6c7c&name=default => generated 2929 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1550/3303] 10.0.0.45 () {32 vars in 739 bytes} [Tue Jun 23 07:13:55 2026] DELETE /v2.0/security-groups/410a5416-6ed5-45be-8084-465305e5b332 => generated 0 bytes in 157 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1754/3304] 10.0.0.45 () {32 vars in 773 bytes} [Tue Jun 23 07:13:55 2026] GET /v2.0/security-groups?tenant_id=8aeffe0b8c4f4b6aaf2273bb2d2fa1bf&name=default => generated 2929 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1551/3305] 10.0.0.45 () {32 vars in 739 bytes} [Tue Jun 23 07:13:56 2026] DELETE /v2.0/security-groups/d5cb4813-a3fa-4a4b-b96d-e2ce25865882 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1755/3306] 10.0.0.45 () {32 vars in 773 bytes} [Tue Jun 23 07:13:56 2026] GET /v2.0/security-groups?tenant_id=ec1272d8211e44229f7c2d6764578496&name=default => generated 2929 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1552/3307] 10.0.0.45 () {32 vars in 739 bytes} [Tue Jun 23 07:13:56 2026] DELETE /v2.0/security-groups/47059b9e-7c11-4103-9160-0175ecc7715f => 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: 1756/3308] 10.0.0.45 () {32 vars in 773 bytes} [Tue Jun 23 07:13:56 2026] GET /v2.0/security-groups?tenant_id=c3b2e320898043b1a8f95b138f05253c&name=default => generated 2929 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1553/3309] 10.0.0.45 () {32 vars in 739 bytes} [Tue Jun 23 07:13:56 2026] DELETE /v2.0/security-groups/72ad41ec-9424-409c-aabd-81409c521947 => 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: 1757/3310] 10.0.0.45 () {32 vars in 773 bytes} [Tue Jun 23 07:13:57 2026] GET /v2.0/security-groups?tenant_id=6d8855672d0b4d378a25c70af7e89534&name=default => generated 2929 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1554/3311] 10.0.0.45 () {32 vars in 739 bytes} [Tue Jun 23 07:13:57 2026] DELETE /v2.0/security-groups/be1bb6c8-7638-4fab-853f-75cc112e0ad8 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1758/3312] 10.0.0.45 () {32 vars in 773 bytes} [Tue Jun 23 07:13:57 2026] GET /v2.0/security-groups?tenant_id=f24d5cad73024a46908d5a266f7fbe8d&name=default => generated 2929 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1555/3313] 10.0.0.45 () {32 vars in 739 bytes} [Tue Jun 23 07:13:57 2026] DELETE /v2.0/security-groups/66d0564a-405c-4cdb-9c42-e3936f6015ee => 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: 1759/3314] 10.0.0.45 () {32 vars in 648 bytes} [Tue Jun 23 07:14:00 2026] GET /v2.0/networks => generated 2168 bytes in 196 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1556/3315] 10.0.0.45 () {32 vars in 654 bytes} [Tue Jun 23 07:14:01 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: 1760/3316] 10.0.0.45 () {32 vars in 646 bytes} [Tue Jun 23 07:14:01 2026] GET /v2.0/routers => generated 15 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1557/3317] 10.0.0.45 () {32 vars in 642 bytes} [Tue Jun 23 07:14:01 2026] GET /v2.0/ports => generated 4725 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1761/3318] 10.0.0.45 () {32 vars in 646 bytes} [Tue Jun 23 07:14:01 2026] GET /v2.0/subnets => generated 1308 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1558/3319] 10.0.0.45 () {32 vars in 648 bytes} [Tue Jun 23 07:14:01 2026] GET /v2.0/networks => generated 2168 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1762/3320] 10.0.0.45 () {32 vars in 662 bytes} [Tue Jun 23 07:14:01 2026] GET /v2.0/security-groups => generated 17401 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1559/3321] 10.0.0.45 () {32 vars in 654 bytes} [Tue Jun 23 07:14:01 2026] GET /v2.0/subnetpools => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0)