+ COMMAND=start + start + confs='--config-file /etc/neutron/neutron.conf' + confs+=' --config-file /etc/neutron/neutron_vpnaas.conf' + confs+=' --config-file /etc/neutron/taas_plugin.ini' + confs+=' --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' + exec uwsgi --ini /etc/neutron/neutron-api-uwsgi.ini --pyargv ' --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/neutron_vpnaas.conf --config-file /etc/neutron/taas_plugin.ini --config-file /etc/neutron/plugins/ml2/ml2_conf.ini ' [uWSGI] getting INI configuration from /etc/neutron/neutron-api-uwsgi.ini *** Starting uWSGI 2.0.31 (64bit) on [Tue Jun 16 01:08:17 2026] *** compiled with version: 13.3.0 on 02 June 2026 01:53:56 os: Linux-5.15.0-181-generic #191-Ubuntu SMP Fri May 22 19:09:02 UTC 2026 nodename: neutron-server-986c4c7d-zckck machine: x86_64 clock source: unix pcre jit disabled detected number of CPU cores: 16 current working directory: / detected binary path: /var/lib/openstack/bin/uwsgi *** dumping internal routing table *** [rule: 0] subject: user_agent regexp: ^kube-probe.* action: donotlog: *** end of the internal routing table *** your memory page size is 4096 bytes detected max file descriptor number: 1048576 lock engine: pthread robust mutexes thunder lock: enabled uwsgi socket 0 bound to TCP address 0.0.0.0:9696 fd 3 Python version: 3.12.3 (main, Mar 23 2026, 19:04:32) [GCC 13.3.0] Python main interpreter initialized at 0x7f38ba146668 python threads support enabled your server socket listen backlog is limited to 100 connections your mercy for graceful operations on workers is 80 seconds mapped 403077 bytes (393 KB) for 2 cores *** Operational MODE: preforking *** *** uWSGI is running in multiple interpreter mode *** spawned uWSGI master process (pid: 1) spawned uWSGI worker 1 (pid: 7, cores: 1) spawned uWSGI worker 2 (pid: 8, cores: 1) running "unix_signal:15 gracefully_kill_them_all" (master-start)... 2026-06-16 01:08:22.057 8 INFO neutron.common.config [-] Logging enabled! 2026-06-16 01:08:22.057 8 INFO neutron.common.config [-] uwsgi version 27.0.3.dev17 2026-06-16 01:08:22.139 7 INFO neutron.common.config [-] Logging enabled! 2026-06-16 01:08:22.139 7 INFO neutron.common.config [-] uwsgi version 27.0.3.dev17 2026-06-16 01:08:22.439 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-06-16 01:08:22.525 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-06-16 01:08:23.965 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-16 01:08:23.968 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-06-16 01:08:23.971 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-06-16 01:08:23.972 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-16 01:08:23.973 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-06-16 01:08:23.973 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-06-16 01:08:23.973 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-16 01:08:23.981 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-16 01:08:23.981 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-16 01:08:23.981 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-06-16 01:08:24.004 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-06-16 01:08:24.005 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-06-16 01:08:24.005 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-06-16 01:08:24.035 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-06-16 01:08:24.036 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-06-16 01:08:24.036 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-06-16 01:08:24.036 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-06-16 01:08:24.063 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-16 01:08:24.066 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-06-16 01:08:24.069 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-06-16 01:08:24.070 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-16 01:08:24.070 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-06-16 01:08:24.071 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-06-16 01:08:24.071 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-16 01:08:24.078 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-16 01:08:24.078 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-16 01:08:24.078 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-06-16 01:08:24.100 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-06-16 01:08:24.101 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-06-16 01:08:24.101 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-06-16 01:08:24.131 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-06-16 01:08:24.131 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-06-16 01:08:24.131 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-06-16 01:08:24.131 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-06-16 01:08:24.328 8 INFO neutron.plugins.ml2.managers [None req-e2bb4828-28ca-449e-84c8-16563dd4e2f8 - - - - - -] Initializing driver for type 'vlan' 2026-06-16 01:08:24.422 7 INFO neutron.plugins.ml2.managers [None req-c1b0351c-e686-4b67-b8d7-36c190622740 - - - - - -] Initializing driver for type 'vlan' 2026-06-16 01:08:24.602 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-e2bb4828-28ca-449e-84c8-16563dd4e2f8 - - - - - -] VlanTypeDriver initialization complete 2026-06-16 01:08:24.602 8 INFO neutron.plugins.ml2.managers [None req-e2bb4828-28ca-449e-84c8-16563dd4e2f8 - - - - - -] Initializing driver for type 'vxlan' 2026-06-16 01:08:24.602 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-e2bb4828-28ca-449e-84c8-16563dd4e2f8 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-06-16 01:08:24.617 8 INFO neutron.plugins.ml2.managers [None req-e2bb4828-28ca-449e-84c8-16563dd4e2f8 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-06-16 01:08:24.617 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-e2bb4828-28ca-449e-84c8-16563dd4e2f8 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-06-16 01:08:24.618 8 INFO neutron.plugins.ml2.managers [None req-e2bb4828-28ca-449e-84c8-16563dd4e2f8 - - - - - -] Initializing extension driver 'port_security' 2026-06-16 01:08:24.618 8 INFO neutron.plugins.ml2.extensions.port_security [None req-e2bb4828-28ca-449e-84c8-16563dd4e2f8 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-06-16 01:08:24.618 8 INFO neutron.plugins.ml2.managers [None req-e2bb4828-28ca-449e-84c8-16563dd4e2f8 - - - - - -] Initializing extension driver 'qos' 2026-06-16 01:08:24.618 8 INFO neutron.plugins.ml2.managers [None req-e2bb4828-28ca-449e-84c8-16563dd4e2f8 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-06-16 01:08:24.618 8 INFO neutron.plugins.ml2.managers [None req-e2bb4828-28ca-449e-84c8-16563dd4e2f8 - - - - - -] Initializing mechanism driver 'l2population' 2026-06-16 01:08:24.634 8 INFO neutron.quota [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Loaded quota_driver: . 2026-06-16 01:08:24.634 8 INFO neutron.plugins.ml2.plugin [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Modular L2 Plugin initialization complete 2026-06-16 01:08:24.634 8 INFO neutron.plugins.ml2.managers [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-06-16 01:08:24.634 8 INFO neutron.plugins.ml2.managers [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-06-16 01:08:24.634 8 INFO neutron.plugins.ml2.managers [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Got port-security extension from driver 'port_security' 2026-06-16 01:08:24.635 8 INFO neutron.manager [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Loading Plugin: qos 2026-06-16 01:08:24.647 8 INFO neutron.manager [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Loading Plugin: router 2026-06-16 01:08:24.691 8 INFO neutron.services.service_base [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-06-16 01:08:24.691 8 INFO neutron.manager [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Loading Plugin: segments 2026-06-16 01:08:24.718 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-c1b0351c-e686-4b67-b8d7-36c190622740 - - - - - -] VlanTypeDriver initialization complete 2026-06-16 01:08:24.718 7 INFO neutron.plugins.ml2.managers [None req-c1b0351c-e686-4b67-b8d7-36c190622740 - - - - - -] Initializing driver for type 'vxlan' 2026-06-16 01:08:24.718 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-c1b0351c-e686-4b67-b8d7-36c190622740 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-06-16 01:08:24.731 7 INFO neutron.plugins.ml2.managers [None req-c1b0351c-e686-4b67-b8d7-36c190622740 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-06-16 01:08:24.731 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-c1b0351c-e686-4b67-b8d7-36c190622740 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-06-16 01:08:24.732 7 INFO neutron.plugins.ml2.managers [None req-c1b0351c-e686-4b67-b8d7-36c190622740 - - - - - -] Initializing extension driver 'port_security' 2026-06-16 01:08:24.732 7 INFO neutron.plugins.ml2.extensions.port_security [None req-c1b0351c-e686-4b67-b8d7-36c190622740 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-06-16 01:08:24.732 7 INFO neutron.plugins.ml2.managers [None req-c1b0351c-e686-4b67-b8d7-36c190622740 - - - - - -] Initializing extension driver 'qos' 2026-06-16 01:08:24.732 7 INFO neutron.plugins.ml2.managers [None req-c1b0351c-e686-4b67-b8d7-36c190622740 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-06-16 01:08:24.732 7 INFO neutron.plugins.ml2.managers [None req-c1b0351c-e686-4b67-b8d7-36c190622740 - - - - - -] Initializing mechanism driver 'l2population' 2026-06-16 01:08:24.746 7 INFO neutron.quota [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Loaded quota_driver: . 2026-06-16 01:08:24.747 7 INFO neutron.plugins.ml2.plugin [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Modular L2 Plugin initialization complete 2026-06-16 01:08:24.747 7 INFO neutron.plugins.ml2.managers [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-06-16 01:08:24.747 7 INFO neutron.plugins.ml2.managers [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-06-16 01:08:24.747 7 INFO neutron.plugins.ml2.managers [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Got port-security extension from driver 'port_security' 2026-06-16 01:08:24.748 7 INFO neutron.manager [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Loading Plugin: qos 2026-06-16 01:08:24.761 7 INFO neutron.manager [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Loading Plugin: router 2026-06-16 01:08:24.789 8 INFO neutron.manager [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Loading Plugin: trunk 2026-06-16 01:08:24.801 7 INFO neutron.services.service_base [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-06-16 01:08:24.802 7 INFO neutron.manager [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Loading Plugin: segments 2026-06-16 01:08:24.804 8 INFO neutron.manager [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Loading Plugin: vpnaas 2026-06-16 01:08:24.841 8 WARNING stevedore.named [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-16 01:08:24.909 8 INFO neutron_vpnaas.services.vpn.plugin [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-06-16 01:08:24.909 8 INFO neutron.common.utils [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-06-16 01:08:24.909 8 INFO neutron.manager [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Loading Plugin: taas 2026-06-16 01:08:24.916 7 INFO neutron.manager [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Loading Plugin: trunk 2026-06-16 01:08:24.932 8 WARNING stevedore.named [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-16 01:08:24.936 7 INFO neutron.manager [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Loading Plugin: vpnaas 2026-06-16 01:08:24.953 8 INFO neutron_taas.services.taas.taas_plugin [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-06-16 01:08:24.953 8 INFO neutron.manager [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Loading Plugin: tapmirror 2026-06-16 01:08:24.968 8 WARNING stevedore.named [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-16 01:08:24.982 7 WARNING stevedore.named [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-16 01:08:24.983 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-06-16 01:08:24.984 8 INFO neutron.manager [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Loading Plugin: auto_allocate 2026-06-16 01:08:24.994 8 INFO neutron.manager [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Loading Plugin: tag 2026-06-16 01:08:25.002 8 INFO neutron.manager [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Loading Plugin: timestamp 2026-06-16 01:08:25.005 8 INFO neutron.manager [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Loading Plugin: network_ip_availability 2026-06-16 01:08:25.009 8 INFO neutron.manager [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Loading Plugin: flavors 2026-06-16 01:08:25.012 8 INFO neutron.manager [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Loading Plugin: revisions 2026-06-16 01:08:25.016 8 INFO neutron.api.extensions [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Initializing extension manager. 2026-06-16 01:08:25.017 8 INFO neutron.api.extensions [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Loaded extension: address-group 2026-06-16 01:08:25.018 8 INFO neutron.api.extensions [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Loaded extension: address-scope 2026-06-16 01:08:25.018 8 INFO neutron.api.extensions [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-06-16 01:08:25.019 8 INFO neutron.api.extensions [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Loaded extension: agent 2026-06-16 01:08:25.020 8 INFO neutron.api.extensions [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Loaded extension: agent-resources-synced 2026-06-16 01:08:25.021 8 INFO neutron.api.extensions [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Loaded extension: allowed-address-pairs 2026-06-16 01:08:25.021 8 INFO neutron.api.extensions [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Loaded extension: auto-allocated-topology 2026-06-16 01:08:25.022 8 INFO neutron.api.extensions [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Loaded extension: availability_zone 2026-06-16 01:08:25.023 8 INFO neutron.api.extensions [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Loaded extension: availability_zone_filter 2026-06-16 01:08:25.023 8 INFO neutron.api.extensions [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-06-16 01:08:25.024 8 INFO neutron.api.extensions [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Loaded extension: default-subnetpools 2026-06-16 01:08:25.025 8 INFO neutron.api.extensions [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-06-16 01:08:25.026 8 INFO neutron.api.extensions [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Loaded extension: dns-integration 2026-06-16 01:08:25.026 8 INFO neutron.api.extensions [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Loaded extension: dns-domain-ports 2026-06-16 01:08:25.027 8 INFO neutron.api.extensions [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-06-16 01:08:25.027 8 INFO neutron.api.extensions [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Loaded extension: dvr 2026-06-16 01:08:25.028 8 INFO neutron.api.extensions [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-06-16 01:08:25.028 8 INFO neutron.api.extensions [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Loaded extension: empty-string-filtering 2026-06-16 01:08:25.029 8 INFO neutron.api.extensions [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-06-16 01:08:25.030 8 INFO neutron.api.extensions [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-06-16 01:08:25.030 8 INFO neutron.api.extensions [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Loaded extension: external-net 2026-06-16 01:08:25.031 8 INFO neutron.api.extensions [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Loaded extension: extra_dhcp_opt 2026-06-16 01:08:25.031 8 INFO neutron.api.extensions [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Loaded extension: extraroute 2026-06-16 01:08:25.032 8 INFO neutron.api.extensions [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Loaded extension: extraroute-atomic 2026-06-16 01:08:25.032 8 INFO neutron.api.extensions [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-06-16 01:08:25.033 8 INFO neutron.api.extensions [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-06-16 01:08:25.034 8 INFO neutron.api.extensions [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-06-16 01:08:25.034 8 INFO neutron.api.extensions [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-06-16 01:08:25.035 8 INFO neutron.api.extensions [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Loaded extension: fip-port-details 2026-06-16 01:08:25.036 8 INFO neutron.api.extensions [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Loaded extension: flavors 2026-06-16 01:08:25.037 8 INFO neutron.api.extensions [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-06-16 01:08:25.038 8 INFO neutron.api.extensions [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Loaded extension: floatingip-pools 2026-06-16 01:08:25.038 8 INFO neutron.api.extensions [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Loaded extension: ip_allocation 2026-06-16 01:08:25.039 8 INFO neutron.api.extensions [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Loaded extension: ip-substring-filtering 2026-06-16 01:08:25.039 8 INFO neutron.api.extensions [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Loaded extension: l2_adjacency 2026-06-16 01:08:25.040 8 INFO neutron.api.extensions [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Loaded extension: router 2026-06-16 01:08:25.042 8 INFO neutron.api.extensions [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-06-16 01:08:25.043 8 INFO neutron.api.extensions [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-06-16 01:08:25.043 8 INFO neutron.api.extensions [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-06-16 01:08:25.044 8 INFO neutron.api.extensions [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Loaded extension: ext-gw-mode 2026-06-16 01:08:25.044 8 INFO neutron.api.extensions [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Loaded extension: l3-ha 2026-06-16 01:08:25.045 8 INFO neutron.api.extensions [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-06-16 01:08:25.045 8 INFO neutron.api.extensions [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-06-16 01:08:25.046 8 INFO neutron.api.extensions [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Loaded extension: l3-flavors 2026-06-16 01:08:25.047 8 INFO neutron.api.extensions [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-06-16 01:08:25.047 8 INFO neutron.api.extensions [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-06-16 01:08:25.049 8 INFO neutron.api.extensions [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Loaded extension: l3_agent_scheduler 2026-06-16 01:08:25.050 8 INFO neutron.api.extensions [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-06-16 01:08:25.051 8 INFO neutron.api.extensions [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Extension logging not supported by any of loaded plugins 2026-06-16 01:08:25.051 7 INFO neutron_vpnaas.services.vpn.plugin [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-06-16 01:08:25.052 7 INFO neutron.common.utils [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-06-16 01:08:25.052 7 INFO neutron.manager [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Loading Plugin: taas 2026-06-16 01:08:25.052 8 INFO neutron.api.extensions [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Extension metering not supported by any of loaded plugins 2026-06-16 01:08:25.053 8 INFO neutron.api.extensions [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-06-16 01:08:25.053 8 INFO neutron.api.extensions [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Loaded extension: multi-provider 2026-06-16 01:08:25.054 8 INFO neutron.api.extensions [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Loaded extension: net-mtu 2026-06-16 01:08:25.054 8 INFO neutron.api.extensions [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Loaded extension: net-mtu-writable 2026-06-16 01:08:25.055 8 INFO neutron.api.extensions [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Loaded extension: network_availability_zone 2026-06-16 01:08:25.056 8 INFO neutron.api.extensions [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Loaded extension: network_ha 2026-06-16 01:08:25.056 8 INFO neutron.api.extensions [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Loaded extension: network-ip-availability 2026-06-16 01:08:25.057 8 INFO neutron.api.extensions [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-06-16 01:08:25.058 8 INFO neutron.api.extensions [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Loaded extension: pagination 2026-06-16 01:08:25.058 8 INFO neutron.api.extensions [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Loaded extension: port-device-profile 2026-06-16 01:08:25.059 8 INFO neutron.api.extensions [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-06-16 01:08:25.059 8 INFO neutron.api.extensions [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-06-16 01:08:25.060 8 INFO neutron.api.extensions [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-06-16 01:08:25.060 8 INFO neutron.api.extensions [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Loaded extension: port-mac-override 2026-06-16 01:08:25.061 8 INFO neutron.api.extensions [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Loaded extension: port-mac-address-regenerate 2026-06-16 01:08:25.061 8 INFO neutron.api.extensions [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Loaded extension: port-numa-affinity-policy 2026-06-16 01:08:25.062 8 INFO neutron.api.extensions [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-06-16 01:08:25.062 8 INFO neutron.api.extensions [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Loaded extension: port-resource-request 2026-06-16 01:08:25.063 8 INFO neutron.api.extensions [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Loaded extension: port-resource-request-groups 2026-06-16 01:08:25.063 8 INFO neutron.api.extensions [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-06-16 01:08:25.064 8 INFO neutron.api.extensions [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Loaded extension: binding 2026-06-16 01:08:25.065 8 INFO neutron.api.extensions [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Loaded extension: binding-extended 2026-06-16 01:08:25.065 8 INFO neutron.api.extensions [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Loaded extension: port-security 2026-06-16 01:08:25.066 8 INFO neutron.api.extensions [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Loaded extension: project-id 2026-06-16 01:08:25.066 8 INFO neutron.api.extensions [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Loaded extension: provider 2026-06-16 01:08:25.067 8 INFO neutron.api.extensions [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Extension qinq not supported by any of loaded plugins 2026-06-16 01:08:25.070 8 INFO neutron.api.extensions [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Loaded extension: qos 2026-06-16 01:08:25.071 8 INFO neutron.api.extensions [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Loaded extension: qos-bw-limit-direction 2026-06-16 01:08:25.072 8 INFO neutron.api.extensions [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-06-16 01:08:25.072 8 INFO neutron.api.extensions [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Loaded extension: qos-default 2026-06-16 01:08:25.073 8 INFO neutron.api.extensions [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Loaded extension: qos-fip 2026-06-16 01:08:25.073 8 INFO neutron.api.extensions [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-06-16 01:08:25.074 8 INFO neutron.api.extensions [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Loaded extension: qos-gateway-ip 2026-06-16 01:08:25.074 8 INFO neutron.api.extensions [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Loaded extension: qos-port-network-policy 2026-06-16 01:08:25.075 8 INFO neutron.api.extensions [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Loaded extension: qos-pps-minimum 2026-06-16 01:08:25.075 8 INFO neutron.api.extensions [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-06-16 01:08:25.076 8 INFO neutron.api.extensions [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Loaded extension: qos-pps 2026-06-16 01:08:25.076 8 INFO neutron.api.extensions [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Loaded extension: qos-rule-type-details 2026-06-16 01:08:25.077 8 INFO neutron.api.extensions [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Loaded extension: qos-rule-type-filter 2026-06-16 01:08:25.077 8 INFO neutron.api.extensions [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Loaded extension: qos-rules-alias 2026-06-16 01:08:25.078 8 INFO neutron.api.extensions [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Loaded extension: quota-check-limit 2026-06-16 01:08:25.079 8 INFO neutron.api.extensions [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Loaded extension: quota-check-limit-default 2026-06-16 01:08:25.080 7 WARNING stevedore.named [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-16 01:08:25.081 8 INFO neutron.api.extensions [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Loaded extension: quotas 2026-06-16 01:08:25.082 8 INFO neutron.api.extensions [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Loaded extension: quota_details 2026-06-16 01:08:25.083 8 INFO neutron.api.extensions [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Loaded extension: rbac-policies 2026-06-16 01:08:25.084 8 INFO neutron.api.extensions [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Loaded extension: rbac-address-group 2026-06-16 01:08:25.084 8 INFO neutron.api.extensions [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Loaded extension: rbac-address-scope 2026-06-16 01:08:25.085 8 INFO neutron.api.extensions [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Loaded extension: rbac-security-groups 2026-06-16 01:08:25.085 8 INFO neutron.api.extensions [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Loaded extension: rbac-subnetpool 2026-06-16 01:08:25.086 8 INFO neutron.api.extensions [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Loaded extension: revision-if-match 2026-06-16 01:08:25.086 8 INFO neutron.api.extensions [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Loaded extension: standard-attr-revisions 2026-06-16 01:08:25.087 8 INFO neutron.api.extensions [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Loaded extension: router_availability_zone 2026-06-16 01:08:25.087 8 INFO neutron.api.extensions [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-06-16 01:08:25.089 8 INFO neutron.api.extensions [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Loaded extension: security-groups-default-rules 2026-06-16 01:08:25.089 8 INFO neutron.api.extensions [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-06-16 01:08:25.090 8 INFO neutron.api.extensions [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Loaded extension: port-security-groups-filtering 2026-06-16 01:08:25.090 8 INFO neutron.api.extensions [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Loaded extension: security-groups-remote-address-group 2026-06-16 01:08:25.091 8 INFO neutron.api.extensions [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-06-16 01:08:25.091 8 INFO neutron.api.extensions [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Loaded extension: security-groups-shared-filtering 2026-06-16 01:08:25.096 8 INFO neutron.api.extensions [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Loaded extension: security-group 2026-06-16 01:08:25.097 8 INFO neutron.api.extensions [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Loaded extension: segment 2026-06-16 01:08:25.098 8 INFO neutron.api.extensions [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-06-16 01:08:25.099 8 INFO neutron.api.extensions [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Loaded extension: service-type 2026-06-16 01:08:25.099 8 INFO neutron.api.extensions [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Loaded extension: sorting 2026-06-16 01:08:25.099 8 INFO neutron.api.extensions [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Loaded extension: standard-attr-segment 2026-06-16 01:08:25.100 8 INFO neutron.api.extensions [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Loaded extension: standard-attr-description 2026-06-16 01:08:25.101 8 INFO neutron.api.extensions [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Loaded extension: stateful-security-group 2026-06-16 01:08:25.101 8 WARNING neutron.api.extensions [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-06-16 01:08:25.102 8 INFO neutron.api.extensions [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-06-16 01:08:25.101 7 INFO neutron_taas.services.taas.taas_plugin [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-06-16 01:08:25.102 7 INFO neutron.manager [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Loading Plugin: tapmirror 2026-06-16 01:08:25.102 8 INFO neutron.api.extensions [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Loaded extension: subnet-external-network 2026-06-16 01:08:25.103 8 INFO neutron.api.extensions [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Loaded extension: subnet_onboard 2026-06-16 01:08:25.103 8 INFO neutron.api.extensions [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Loaded extension: subnet-segmentid-writable 2026-06-16 01:08:25.104 8 INFO neutron.api.extensions [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Loaded extension: subnet-service-types 2026-06-16 01:08:25.104 8 INFO neutron.api.extensions [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Loaded extension: subnet_allocation 2026-06-16 01:08:25.105 8 INFO neutron.api.extensions [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-06-16 01:08:25.106 8 INFO neutron.api.extensions [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Loaded extension: tag-creation 2026-06-16 01:08:25.106 8 INFO neutron.api.extensions [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-06-16 01:08:25.110 8 INFO neutron.api.extensions [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Loaded extension: standard-attr-tag 2026-06-16 01:08:25.111 8 INFO neutron.api.extensions [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Loaded extension: standard-attr-timestamp 2026-06-16 01:08:25.111 8 INFO neutron.api.extensions [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Loaded extension: trunk 2026-06-16 01:08:25.112 8 INFO neutron.api.extensions [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Loaded extension: trunk-details 2026-06-16 01:08:25.112 8 INFO neutron.api.extensions [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-06-16 01:08:25.113 8 INFO neutron.api.extensions [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-06-16 01:08:25.113 8 INFO neutron.api.extensions [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-06-16 01:08:25.114 8 INFO neutron.api.extensions [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Loaded extension: vpn-aes-ctr 2026-06-16 01:08:25.116 8 INFO neutron.api.extensions [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-06-16 01:08:25.116 7 WARNING stevedore.named [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-16 01:08:25.116 8 INFO neutron.api.extensions [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Loaded extension: vpn-endpoint-groups 2026-06-16 01:08:25.117 8 INFO neutron.api.extensions [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Loaded extension: vpn-flavors 2026-06-16 01:08:25.118 8 INFO neutron.api.extensions [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Loaded extension: vpnaas 2026-06-16 01:08:25.120 8 INFO neutron.api.extensions [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Loaded extension: taas 2026-06-16 01:08:25.121 8 INFO neutron.api.extensions [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Loaded extension: tap-mirror 2026-06-16 01:08:25.121 8 INFO neutron.api.extensions [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Loaded extension: taas-vlan-filter 2026-06-16 01:08:25.123 8 INFO neutron.quota.resource_registry [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Creating instance of TrackedResource for resource:network 2026-06-16 01:08:25.124 8 INFO neutron.quota.resource_registry [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-06-16 01:08:25.124 8 INFO neutron.quota.resource_registry [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-16 01:08:25.124 8 INFO neutron.quota.resource_registry [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Creating instance of TrackedResource for resource:port 2026-06-16 01:08:25.127 8 INFO neutron.quota.resource_registry [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-16 01:08:25.127 8 INFO neutron.quota.resource_registry [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-16 01:08:25.132 8 INFO neutron.quota.resource_registry [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-16 01:08:25.133 8 INFO neutron.quota.resource_registry [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-16 01:08:25.133 8 INFO neutron.quota.resource_registry [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-16 01:08:25.134 8 INFO neutron.quota.resource_registry [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-16 01:08:25.134 8 WARNING neutron.quota.resource_registry [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] subnetpool is already registered 2026-06-16 01:08:25.134 8 INFO neutron.quota.resource_registry [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-16 01:08:25.135 8 WARNING neutron.quota.resource_registry [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] subnetpool is already registered 2026-06-16 01:08:25.134 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-06-16 01:08:25.135 7 INFO neutron.manager [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Loading Plugin: auto_allocate 2026-06-16 01:08:25.135 8 INFO neutron.quota.resource_registry [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-16 01:08:25.135 8 INFO neutron.quota.resource_registry [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-16 01:08:25.136 8 INFO neutron.quota.resource_registry [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-16 01:08:25.136 8 INFO neutron.quota.resource_registry [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-16 01:08:25.137 8 INFO neutron.quota.resource_registry [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-16 01:08:25.137 8 INFO neutron.quota.resource_registry [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-16 01:08:25.137 8 INFO neutron.quota.resource_registry [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-16 01:08:25.138 8 WARNING neutron.quota.resource_registry [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] ipsecpolicy is already registered 2026-06-16 01:08:25.138 8 INFO neutron.quota.resource_registry [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-16 01:08:25.138 8 WARNING neutron.quota.resource_registry [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] ikepolicy is already registered 2026-06-16 01:08:25.142 8 INFO neutron.quota.resource_registry [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-16 01:08:25.143 8 WARNING neutron.quota.resource_registry [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] router is already registered 2026-06-16 01:08:25.143 7 INFO neutron.manager [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Loading Plugin: tag 2026-06-16 01:08:25.143 8 INFO neutron.quota.resource_registry [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-16 01:08:25.143 8 WARNING neutron.quota.resource_registry [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] floatingip is already registered 2026-06-16 01:08:25.147 8 INFO neutron.quota.resource_registry [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-16 01:08:25.147 8 WARNING neutron.quota.resource_registry [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] rbac_policy is already registered 2026-06-16 01:08:25.147 8 INFO neutron.quota.resource_registry [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-16 01:08:25.148 8 WARNING neutron.quota.resource_registry [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] security_group is already registered 2026-06-16 01:08:25.148 8 INFO neutron.quota.resource_registry [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-16 01:08:25.148 8 WARNING neutron.quota.resource_registry [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] security_group_rule is already registered 2026-06-16 01:08:25.149 8 INFO neutron.quota.resource_registry [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-16 01:08:25.149 8 WARNING neutron.quota.resource_registry [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] subnetpool is already registered 2026-06-16 01:08:25.149 8 INFO neutron.quota.resource_registry [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-16 01:08:25.150 8 WARNING neutron.quota.resource_registry [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] subnetpool is already registered 2026-06-16 01:08:25.150 8 INFO neutron.quota.resource_registry [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-16 01:08:25.150 8 WARNING neutron.quota.resource_registry [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] trunk is already registered 2026-06-16 01:08:25.151 8 INFO neutron.quota.resource_registry [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-16 01:08:25.151 8 WARNING neutron.quota.resource_registry [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] ikepolicy is already registered 2026-06-16 01:08:25.151 8 INFO neutron.quota.resource_registry [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-16 01:08:25.151 8 WARNING neutron.quota.resource_registry [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] ipsecpolicy is already registered 2026-06-16 01:08:25.152 8 INFO neutron.quota.resource_registry [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-16 01:08:25.152 8 WARNING neutron.quota.resource_registry [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] endpoint_group is already registered 2026-06-16 01:08:25.152 8 INFO neutron.quota.resource_registry [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-16 01:08:25.152 8 WARNING neutron.quota.resource_registry [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] vpnservice is already registered 2026-06-16 01:08:25.153 8 INFO neutron.quota.resource_registry [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-16 01:08:25.153 8 WARNING neutron.quota.resource_registry [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] ipsec_site_connection is already registered 2026-06-16 01:08:25.153 7 INFO neutron.manager [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Loading Plugin: timestamp 2026-06-16 01:08:25.153 8 INFO neutron.quota.resource_registry [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-16 01:08:25.153 8 WARNING neutron.quota.resource_registry [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] ipsecpolicy is already registered 2026-06-16 01:08:25.154 8 INFO neutron.quota.resource_registry [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-16 01:08:25.154 8 WARNING neutron.quota.resource_registry [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] ikepolicy is already registered 2026-06-16 01:08:25.156 7 INFO neutron.manager [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Loading Plugin: network_ip_availability 2026-06-16 01:08:25.161 7 INFO neutron.manager [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Loading Plugin: flavors 2026-06-16 01:08:25.165 7 INFO neutron.manager [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Loading Plugin: revisions 2026-06-16 01:08:25.170 7 INFO neutron.api.extensions [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Initializing extension manager. 2026-06-16 01:08:25.172 7 INFO neutron.api.extensions [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Loaded extension: address-group 2026-06-16 01:08:25.173 7 INFO neutron.api.extensions [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Loaded extension: address-scope 2026-06-16 01:08:25.174 7 INFO neutron.api.extensions [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-06-16 01:08:25.176 7 INFO neutron.api.extensions [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Loaded extension: agent 2026-06-16 01:08:25.179 7 INFO neutron.api.extensions [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Loaded extension: agent-resources-synced 2026-06-16 01:08:25.180 7 INFO neutron.api.extensions [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Loaded extension: allowed-address-pairs 2026-06-16 01:08:25.181 7 INFO neutron.api.extensions [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Loaded extension: auto-allocated-topology 2026-06-16 01:08:25.182 7 INFO neutron.api.extensions [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Loaded extension: availability_zone 2026-06-16 01:08:25.183 7 INFO neutron.api.extensions [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Loaded extension: availability_zone_filter 2026-06-16 01:08:25.185 7 INFO neutron.api.extensions [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-06-16 01:08:25.186 7 INFO neutron.api.extensions [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Loaded extension: default-subnetpools 2026-06-16 01:08:25.188 7 INFO neutron.api.extensions [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-06-16 01:08:25.189 7 INFO neutron.api.extensions [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Loaded extension: dns-integration 2026-06-16 01:08:25.190 7 INFO neutron.api.extensions [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Loaded extension: dns-domain-ports 2026-06-16 01:08:25.192 8 WARNING keystonemiddleware._common.config [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-06-16 01:08:25.191 7 INFO neutron.api.extensions [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-06-16 01:08:25.194 7 INFO neutron.api.extensions [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Loaded extension: dvr 2026-06-16 01:08:25.195 7 INFO neutron.api.extensions [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-06-16 01:08:25.196 7 INFO neutron.api.extensions [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Loaded extension: empty-string-filtering 2026-06-16 01:08:25.197 7 INFO neutron.api.extensions [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-06-16 01:08:25.197 7 INFO neutron.api.extensions [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-06-16 01:08:25.198 7 INFO neutron.api.extensions [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Loaded extension: external-net 2026-06-16 01:08:25.199 7 INFO neutron.api.extensions [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Loaded extension: extra_dhcp_opt 2026-06-16 01:08:25.199 8 WARNING oslo_config.cfg [None req-2746f403-6581-4cd8-95a4-eaf85071754f - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". 2026-06-16 01:08:25.199 7 INFO neutron.api.extensions [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Loaded extension: extraroute 2026-06-16 01:08:25.200 7 INFO neutron.api.extensions [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Loaded extension: extraroute-atomic 2026-06-16 01:08:25.201 7 INFO neutron.api.extensions [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Extension filter-validation not supported by any of loaded plugins WSGI app 0 (mountpoint='') ready in 8 seconds on interpreter 0x7f38ba146668 pid: 8 (default app) 2026-06-16 01:08:25.202 7 INFO neutron.api.extensions [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-06-16 01:08:25.202 7 INFO neutron.api.extensions [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-06-16 01:08:25.203 7 INFO neutron.api.extensions [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-06-16 01:08:25.203 7 INFO neutron.api.extensions [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Loaded extension: fip-port-details 2026-06-16 01:08:25.204 7 INFO neutron.api.extensions [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Loaded extension: flavors 2026-06-16 01:08:25.208 7 INFO neutron.api.extensions [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-06-16 01:08:25.210 7 INFO neutron.api.extensions [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Loaded extension: floatingip-pools 2026-06-16 01:08:25.210 7 INFO neutron.api.extensions [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Loaded extension: ip_allocation 2026-06-16 01:08:25.211 7 INFO neutron.api.extensions [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Loaded extension: ip-substring-filtering 2026-06-16 01:08:25.212 7 INFO neutron.api.extensions [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Loaded extension: l2_adjacency 2026-06-16 01:08:25.214 7 INFO neutron.api.extensions [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Loaded extension: router 2026-06-16 01:08:25.217 7 INFO neutron.api.extensions [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-06-16 01:08:25.219 7 INFO neutron.api.extensions [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-06-16 01:08:25.220 7 INFO neutron.api.extensions [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-06-16 01:08:25.221 7 INFO neutron.api.extensions [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Loaded extension: ext-gw-mode 2026-06-16 01:08:25.222 7 INFO neutron.api.extensions [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Loaded extension: l3-ha 2026-06-16 01:08:25.222 7 INFO neutron.api.extensions [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-06-16 01:08:25.223 7 INFO neutron.api.extensions [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-06-16 01:08:25.223 7 INFO neutron.api.extensions [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Loaded extension: l3-flavors 2026-06-16 01:08:25.224 7 INFO neutron.api.extensions [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-06-16 01:08:25.225 7 INFO neutron.api.extensions [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-06-16 01:08:25.227 7 INFO neutron.api.extensions [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Loaded extension: l3_agent_scheduler 2026-06-16 01:08:25.229 7 INFO neutron.api.extensions [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-06-16 01:08:25.230 7 INFO neutron.api.extensions [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Extension logging not supported by any of loaded plugins 2026-06-16 01:08:25.232 7 INFO neutron.api.extensions [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Extension metering not supported by any of loaded plugins 2026-06-16 01:08:25.233 7 INFO neutron.api.extensions [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-06-16 01:08:25.233 7 INFO neutron.api.extensions [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Loaded extension: multi-provider 2026-06-16 01:08:25.234 7 INFO neutron.api.extensions [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Loaded extension: net-mtu 2026-06-16 01:08:25.235 7 INFO neutron.api.extensions [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Loaded extension: net-mtu-writable 2026-06-16 01:08:25.235 7 INFO neutron.api.extensions [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Loaded extension: network_availability_zone 2026-06-16 01:08:25.236 7 INFO neutron.api.extensions [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Loaded extension: network_ha 2026-06-16 01:08:25.236 7 INFO neutron.api.extensions [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Loaded extension: network-ip-availability 2026-06-16 01:08:25.238 7 INFO neutron.api.extensions [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-06-16 01:08:25.239 7 INFO neutron.api.extensions [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Loaded extension: pagination 2026-06-16 01:08:25.240 7 INFO neutron.api.extensions [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Loaded extension: port-device-profile 2026-06-16 01:08:25.240 7 INFO neutron.api.extensions [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-06-16 01:08:25.241 7 INFO neutron.api.extensions [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-06-16 01:08:25.242 7 INFO neutron.api.extensions [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-06-16 01:08:25.242 7 INFO neutron.api.extensions [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Loaded extension: port-mac-override 2026-06-16 01:08:25.243 7 INFO neutron.api.extensions [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-06-16 01:08:25.243 7 INFO neutron.api.extensions [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-06-16 01:08:25.244 7 INFO neutron.api.extensions [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-06-16 01:08:25.244 7 INFO neutron.api.extensions [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Loaded extension: port-resource-request 2026-06-16 01:08:25.248 7 INFO neutron.api.extensions [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Loaded extension: port-resource-request-groups 2026-06-16 01:08:25.248 7 INFO neutron.api.extensions [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-06-16 01:08:25.249 7 INFO neutron.api.extensions [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Loaded extension: binding 2026-06-16 01:08:25.250 7 INFO neutron.api.extensions [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Loaded extension: binding-extended 2026-06-16 01:08:25.251 7 INFO neutron.api.extensions [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Loaded extension: port-security 2026-06-16 01:08:25.252 7 INFO neutron.api.extensions [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Loaded extension: project-id 2026-06-16 01:08:25.252 7 INFO neutron.api.extensions [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Loaded extension: provider 2026-06-16 01:08:25.253 7 INFO neutron.api.extensions [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-06-16 01:08:25.255 7 INFO neutron.api.extensions [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Loaded extension: qos 2026-06-16 01:08:25.257 7 INFO neutron.api.extensions [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-06-16 01:08:25.257 7 INFO neutron.api.extensions [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-06-16 01:08:25.258 7 INFO neutron.api.extensions [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Loaded extension: qos-default 2026-06-16 01:08:25.258 7 INFO neutron.api.extensions [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Loaded extension: qos-fip 2026-06-16 01:08:25.259 7 INFO neutron.api.extensions [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-06-16 01:08:25.259 7 INFO neutron.api.extensions [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Loaded extension: qos-gateway-ip 2026-06-16 01:08:25.260 7 INFO neutron.api.extensions [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Loaded extension: qos-port-network-policy 2026-06-16 01:08:25.261 7 INFO neutron.api.extensions [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Loaded extension: qos-pps-minimum 2026-06-16 01:08:25.261 7 INFO neutron.api.extensions [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-06-16 01:08:25.262 7 INFO neutron.api.extensions [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Loaded extension: qos-pps 2026-06-16 01:08:25.263 7 INFO neutron.api.extensions [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Loaded extension: qos-rule-type-details 2026-06-16 01:08:25.263 7 INFO neutron.api.extensions [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Loaded extension: qos-rule-type-filter 2026-06-16 01:08:25.264 7 INFO neutron.api.extensions [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Loaded extension: qos-rules-alias 2026-06-16 01:08:25.264 7 INFO neutron.api.extensions [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Loaded extension: quota-check-limit 2026-06-16 01:08:25.265 7 INFO neutron.api.extensions [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Loaded extension: quota-check-limit-default 2026-06-16 01:08:25.268 7 INFO neutron.api.extensions [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Loaded extension: quotas 2026-06-16 01:08:25.269 7 INFO neutron.api.extensions [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Loaded extension: quota_details 2026-06-16 01:08:25.270 7 INFO neutron.api.extensions [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Loaded extension: rbac-policies 2026-06-16 01:08:25.271 7 INFO neutron.api.extensions [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Loaded extension: rbac-address-group 2026-06-16 01:08:25.271 7 INFO neutron.api.extensions [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Loaded extension: rbac-address-scope 2026-06-16 01:08:25.272 7 INFO neutron.api.extensions [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Loaded extension: rbac-security-groups 2026-06-16 01:08:25.273 7 INFO neutron.api.extensions [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Loaded extension: rbac-subnetpool 2026-06-16 01:08:25.273 7 INFO neutron.api.extensions [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Loaded extension: revision-if-match 2026-06-16 01:08:25.274 7 INFO neutron.api.extensions [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Loaded extension: standard-attr-revisions 2026-06-16 01:08:25.275 7 INFO neutron.api.extensions [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Loaded extension: router_availability_zone 2026-06-16 01:08:25.275 7 INFO neutron.api.extensions [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-06-16 01:08:25.277 7 INFO neutron.api.extensions [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Loaded extension: security-groups-default-rules 2026-06-16 01:08:25.278 7 INFO neutron.api.extensions [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-06-16 01:08:25.278 7 INFO neutron.api.extensions [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Loaded extension: port-security-groups-filtering 2026-06-16 01:08:25.279 7 INFO neutron.api.extensions [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-06-16 01:08:25.279 7 INFO neutron.api.extensions [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-06-16 01:08:25.280 7 INFO neutron.api.extensions [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-06-16 01:08:25.286 7 INFO neutron.api.extensions [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Loaded extension: security-group 2026-06-16 01:08:25.287 7 INFO neutron.api.extensions [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Loaded extension: segment 2026-06-16 01:08:25.288 7 INFO neutron.api.extensions [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-06-16 01:08:25.289 7 INFO neutron.api.extensions [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Loaded extension: service-type 2026-06-16 01:08:25.289 7 INFO neutron.api.extensions [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Loaded extension: sorting 2026-06-16 01:08:25.290 7 INFO neutron.api.extensions [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Loaded extension: standard-attr-segment 2026-06-16 01:08:25.291 7 INFO neutron.api.extensions [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Loaded extension: standard-attr-description 2026-06-16 01:08:25.291 7 INFO neutron.api.extensions [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Loaded extension: stateful-security-group 2026-06-16 01:08:25.292 7 WARNING neutron.api.extensions [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-06-16 01:08:25.293 7 INFO neutron.api.extensions [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-06-16 01:08:25.293 7 INFO neutron.api.extensions [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Loaded extension: subnet-external-network 2026-06-16 01:08:25.294 7 INFO neutron.api.extensions [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Loaded extension: subnet_onboard 2026-06-16 01:08:25.294 7 INFO neutron.api.extensions [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-06-16 01:08:25.295 7 INFO neutron.api.extensions [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Loaded extension: subnet-service-types 2026-06-16 01:08:25.296 7 INFO neutron.api.extensions [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Loaded extension: subnet_allocation 2026-06-16 01:08:25.297 7 INFO neutron.api.extensions [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-06-16 01:08:25.297 7 INFO neutron.api.extensions [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Loaded extension: tag-creation 2026-06-16 01:08:25.298 7 INFO neutron.api.extensions [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-06-16 01:08:25.304 7 INFO neutron.api.extensions [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Loaded extension: standard-attr-tag 2026-06-16 01:08:25.305 7 INFO neutron.api.extensions [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Loaded extension: standard-attr-timestamp 2026-06-16 01:08:25.306 7 INFO neutron.api.extensions [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Loaded extension: trunk 2026-06-16 01:08:25.306 7 INFO neutron.api.extensions [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Loaded extension: trunk-details 2026-06-16 01:08:25.307 7 INFO neutron.api.extensions [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-06-16 01:08:25.308 7 INFO neutron.api.extensions [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-06-16 01:08:25.309 7 INFO neutron.api.extensions [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-06-16 01:08:25.310 7 INFO neutron.api.extensions [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Loaded extension: vpn-aes-ctr 2026-06-16 01:08:25.312 7 INFO neutron.api.extensions [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-06-16 01:08:25.314 7 INFO neutron.api.extensions [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-06-16 01:08:25.314 7 INFO neutron.api.extensions [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Loaded extension: vpn-flavors 2026-06-16 01:08:25.316 7 INFO neutron.api.extensions [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Loaded extension: vpnaas 2026-06-16 01:08:25.318 7 INFO neutron.api.extensions [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Loaded extension: taas 2026-06-16 01:08:25.319 7 INFO neutron.api.extensions [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Loaded extension: tap-mirror 2026-06-16 01:08:25.320 7 INFO neutron.api.extensions [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Loaded extension: taas-vlan-filter 2026-06-16 01:08:25.323 7 INFO neutron.quota.resource_registry [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Creating instance of TrackedResource for resource:network 2026-06-16 01:08:25.323 7 INFO neutron.quota.resource_registry [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-06-16 01:08:25.323 7 INFO neutron.quota.resource_registry [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-16 01:08:25.323 7 INFO neutron.quota.resource_registry [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Creating instance of TrackedResource for resource:port 2026-06-16 01:08:25.327 7 INFO neutron.quota.resource_registry [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-16 01:08:25.327 7 INFO neutron.quota.resource_registry [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-16 01:08:25.332 7 INFO neutron.quota.resource_registry [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-16 01:08:25.333 7 INFO neutron.quota.resource_registry [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-16 01:08:25.334 7 INFO neutron.quota.resource_registry [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-16 01:08:25.335 7 INFO neutron.quota.resource_registry [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-16 01:08:25.335 7 WARNING neutron.quota.resource_registry [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] subnetpool is already registered 2026-06-16 01:08:25.336 7 INFO neutron.quota.resource_registry [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-16 01:08:25.336 7 WARNING neutron.quota.resource_registry [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] subnetpool is already registered 2026-06-16 01:08:25.336 7 INFO neutron.quota.resource_registry [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-16 01:08:25.337 7 INFO neutron.quota.resource_registry [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-16 01:08:25.337 7 INFO neutron.quota.resource_registry [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-16 01:08:25.338 7 INFO neutron.quota.resource_registry [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-16 01:08:25.338 7 INFO neutron.quota.resource_registry [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-16 01:08:25.339 7 INFO neutron.quota.resource_registry [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-16 01:08:25.339 7 INFO neutron.quota.resource_registry [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-16 01:08:25.339 7 WARNING neutron.quota.resource_registry [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] ipsecpolicy is already registered 2026-06-16 01:08:25.340 7 INFO neutron.quota.resource_registry [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-16 01:08:25.340 7 WARNING neutron.quota.resource_registry [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] ikepolicy is already registered 2026-06-16 01:08:25.346 7 INFO neutron.quota.resource_registry [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-16 01:08:25.346 7 WARNING neutron.quota.resource_registry [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] router is already registered 2026-06-16 01:08:25.346 7 INFO neutron.quota.resource_registry [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-16 01:08:25.347 7 WARNING neutron.quota.resource_registry [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] floatingip is already registered 2026-06-16 01:08:25.350 7 INFO neutron.quota.resource_registry [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-16 01:08:25.351 7 WARNING neutron.quota.resource_registry [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] rbac_policy is already registered 2026-06-16 01:08:25.351 7 INFO neutron.quota.resource_registry [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-16 01:08:25.351 7 WARNING neutron.quota.resource_registry [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] security_group is already registered 2026-06-16 01:08:25.352 7 INFO neutron.quota.resource_registry [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-16 01:08:25.352 7 WARNING neutron.quota.resource_registry [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] security_group_rule is already registered 2026-06-16 01:08:25.353 7 INFO neutron.quota.resource_registry [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-16 01:08:25.353 7 WARNING neutron.quota.resource_registry [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] subnetpool is already registered 2026-06-16 01:08:25.353 7 INFO neutron.quota.resource_registry [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-16 01:08:25.353 7 WARNING neutron.quota.resource_registry [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] subnetpool is already registered 2026-06-16 01:08:25.354 7 INFO neutron.quota.resource_registry [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-16 01:08:25.354 7 WARNING neutron.quota.resource_registry [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] trunk is already registered 2026-06-16 01:08:25.355 7 INFO neutron.quota.resource_registry [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-16 01:08:25.355 7 WARNING neutron.quota.resource_registry [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] ikepolicy is already registered 2026-06-16 01:08:25.355 7 INFO neutron.quota.resource_registry [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-16 01:08:25.355 7 WARNING neutron.quota.resource_registry [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] ipsecpolicy is already registered 2026-06-16 01:08:25.356 7 INFO neutron.quota.resource_registry [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-16 01:08:25.356 7 WARNING neutron.quota.resource_registry [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] endpoint_group is already registered 2026-06-16 01:08:25.356 7 INFO neutron.quota.resource_registry [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-16 01:08:25.356 7 WARNING neutron.quota.resource_registry [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] vpnservice is already registered 2026-06-16 01:08:25.357 7 INFO neutron.quota.resource_registry [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-16 01:08:25.357 7 WARNING neutron.quota.resource_registry [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] ipsec_site_connection is already registered 2026-06-16 01:08:25.357 7 INFO neutron.quota.resource_registry [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-16 01:08:25.357 7 WARNING neutron.quota.resource_registry [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] ipsecpolicy is already registered 2026-06-16 01:08:25.358 7 INFO neutron.quota.resource_registry [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-16 01:08:25.358 7 WARNING neutron.quota.resource_registry [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] ikepolicy is already registered 2026-06-16 01:08:25.397 7 WARNING keystonemiddleware._common.config [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-06-16 01:08:25.404 7 WARNING oslo_config.cfg [None req-62f9b6b4-3fd3-4943-aa3c-c78477390a89 - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". WSGI app 0 (mountpoint='') ready in 8 seconds on interpreter 0x7f38ba146668 pid: 7 (default app) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-16 01:08:28.577 8 INFO neutron.pecan_wsgi.hooks.translation [None req-82b567be-19f8-4fed-96b5-79ce8d233a36 cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 3/3] 199.19.213.21 () {44 vars in 921 bytes} [Tue Jun 16 01:08:27 2026] GET /v2.0/networks/public => generated 108 bytes in 820 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1/4] 199.19.213.21 () {44 vars in 943 bytes} [Tue Jun 16 01:08:28 2026] GET /v2.0/networks?name=public => generated 15 bytes in 378 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 01:08:29.371 8 WARNING neutron.services.revisions.revision_plugin [None req-cf27e9a8-a46f-4f64-8203-ef06a25f2ef7 cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] Could not find related network for resource to bump revision. 2026-06-16 01:08:29.395 8 INFO neutron.db.segments_db [None req-cf27e9a8-a46f-4f64-8203-ef06a25f2ef7 cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] Added segment 01a25438-9313-4e10-bfcc-3a9a88fc8b55 of type flat for network 80ea1946-0659-48cc-9a37-3d866fdc6c0e 2026-06-16 01:08:29.447 8 INFO neutron.pecan_wsgi.hooks.translation [None req-cf27e9a8-a46f-4f64-8203-ef06a25f2ef7 cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/5] 199.19.213.21 () {48 vars in 961 bytes} [Tue Jun 16 01:08:28 2026] POST /v2.0/networks => generated 124 bytes in 506 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 01:08:35.349 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b4d529da-680b-4796-a897-90e0a17fd020 cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/7] 199.19.213.21 () {44 vars in 921 bytes} [Tue Jun 16 01:08:35 2026] GET /v2.0/networks/public => generated 108 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3/8] 199.19.213.21 () {44 vars in 943 bytes} [Tue Jun 16 01:08:35 2026] GET /v2.0/networks?name=public => generated 15 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 01:08:35.428 8 WARNING neutron.services.revisions.revision_plugin [None req-36f7bc83-f033-4c3d-b6b9-0459b3b85d92 cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] Could not find related network for resource to bump revision. 2026-06-16 01:08:35.446 8 INFO neutron.db.segments_db [None req-36f7bc83-f033-4c3d-b6b9-0459b3b85d92 cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] Added segment b7500267-0215-4564-8e04-8888047adba0 of type flat for network d68d56b2-c5b8-461c-925c-c5aad3d224a7 2026-06-16 01:08:35.476 8 INFO neutron.pecan_wsgi.hooks.translation [None req-36f7bc83-f033-4c3d-b6b9-0459b3b85d92 cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 6/9] 199.19.213.21 () {48 vars in 961 bytes} [Tue Jun 16 01:08:35 2026] POST /v2.0/networks => generated 124 bytes in 115 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 01:08:41.601 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d5d02140-2502-4ac3-9989-be87e4ceb65a cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/10] 199.19.213.21 () {44 vars in 921 bytes} [Tue Jun 16 01:08:41 2026] GET /v2.0/networks/public => generated 108 bytes in 341 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 7/11] 199.19.213.21 () {44 vars in 943 bytes} [Tue Jun 16 01:08:41 2026] GET /v2.0/networks?name=public => generated 15 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 01:08:41.851 7 WARNING neutron.services.revisions.revision_plugin [None req-4327873f-9553-498f-bbaa-b4854833184e cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] Could not find related network for resource to bump revision. 2026-06-16 01:08:41.873 7 INFO neutron.db.segments_db [None req-4327873f-9553-498f-bbaa-b4854833184e cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] Added segment 84c38dd2-2c3b-44e9-b3ce-f818bd4e4b9b of type flat for network 724ba18c-29dd-4976-b7ef-26b79d355dee 2026-06-16 01:08:41.916 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4327873f-9553-498f-bbaa-b4854833184e cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 5/12] 199.19.213.21 () {48 vars in 961 bytes} [Tue Jun 16 01:08:41 2026] POST /v2.0/networks => generated 124 bytes in 306 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 01:08:47.782 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d83b143e-cf14-4645-8676-5ad43051ad81 cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 6/14] 199.19.213.21 () {44 vars in 921 bytes} [Tue Jun 16 01:08:47 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: 9/15] 199.19.213.21 () {44 vars in 943 bytes} [Tue Jun 16 01:08:47 2026] GET /v2.0/networks?name=public => generated 15 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 01:08:47.844 7 WARNING neutron.services.revisions.revision_plugin [None req-e373df2c-b69b-49e6-978f-4884278fe186 cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] Could not find related network for resource to bump revision. 2026-06-16 01:08:47.866 7 INFO neutron.db.segments_db [None req-e373df2c-b69b-49e6-978f-4884278fe186 cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] Added segment 6b29a555-b375-49a8-91b2-f1150bfb4f74 of type flat for network 93175a5a-a6e1-467c-9b73-96843c07b293 2026-06-16 01:08:47.893 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e373df2c-b69b-49e6-978f-4884278fe186 cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 7/16] 199.19.213.21 () {48 vars in 961 bytes} [Tue Jun 16 01:08:47 2026] POST /v2.0/networks => generated 124 bytes in 98 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 01:08:53.760 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3a3dd517-b2e7-44ca-8362-3d1e27111e97 cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 10/17] 199.19.213.21 () {44 vars in 921 bytes} [Tue Jun 16 01:08:53 2026] GET /v2.0/networks/public => generated 108 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 8/18] 199.19.213.21 () {44 vars in 943 bytes} [Tue Jun 16 01:08:53 2026] GET /v2.0/networks?name=public => generated 15 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 01:08:53.826 8 WARNING neutron.services.revisions.revision_plugin [None req-395382a7-39af-4f03-a193-1f7d04e2a335 cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] Could not find related network for resource to bump revision. 2026-06-16 01:08:53.844 8 INFO neutron.db.segments_db [None req-395382a7-39af-4f03-a193-1f7d04e2a335 cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] Added segment 96c6ea3e-54ee-4e20-aae8-ac9ddaeec8c2 of type flat for network 69912114-4bf9-4441-ad5f-4f1fa93acf2e 2026-06-16 01:08:53.873 8 INFO neutron.pecan_wsgi.hooks.translation [None req-395382a7-39af-4f03-a193-1f7d04e2a335 cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 11/19] 199.19.213.21 () {48 vars in 961 bytes} [Tue Jun 16 01:08:53 2026] POST /v2.0/networks => generated 124 bytes in 97 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 01:08:59.698 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d53ad565-e710-44e8-a1fd-eb1b2b394a3d cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 9/20] 199.19.213.21 () {44 vars in 921 bytes} [Tue Jun 16 01:08:59 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: 12/21] 199.19.213.21 () {44 vars in 943 bytes} [Tue Jun 16 01:08:59 2026] GET /v2.0/networks?name=public => generated 15 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 01:08:59.753 7 WARNING neutron.services.revisions.revision_plugin [None req-f67af897-6035-4879-a107-17f4991f3ffb cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] Could not find related network for resource to bump revision. 2026-06-16 01:08:59.767 7 INFO neutron.db.segments_db [None req-f67af897-6035-4879-a107-17f4991f3ffb cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] Added segment d29916f0-b279-45a6-8ff9-1238b80e1411 of type flat for network 6a00cbc0-04f7-418e-9abd-bf29163545bb 2026-06-16 01:08:59.790 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f67af897-6035-4879-a107-17f4991f3ffb cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 10/22] 199.19.213.21 () {48 vars in 961 bytes} [Tue Jun 16 01:08:59 2026] POST /v2.0/networks => generated 124 bytes in 78 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 01:09:05.662 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7e788b84-4747-4988-93c0-bea2a6f21031 cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 11/24] 199.19.213.21 () {44 vars in 921 bytes} [Tue Jun 16 01:09:05 2026] GET /v2.0/networks/public => generated 108 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 14/25] 199.19.213.21 () {44 vars in 943 bytes} [Tue Jun 16 01:09:05 2026] GET /v2.0/networks?name=public => generated 15 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 01:09:05.727 7 WARNING neutron.services.revisions.revision_plugin [None req-42f121f5-6f23-4541-a117-67294b8c21b2 cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] Could not find related network for resource to bump revision. 2026-06-16 01:09:05.747 7 INFO neutron.db.segments_db [None req-42f121f5-6f23-4541-a117-67294b8c21b2 cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] Added segment eef91262-2f73-4237-a962-1c399c2b349e of type flat for network 98639caf-9558-43f5-9a4e-06f77042784a [pid: 7|app: 0|req: 12/26] 199.19.213.21 () {48 vars in 961 bytes} [Tue Jun 16 01:09:05 2026] POST /v2.0/networks => generated 706 bytes in 218 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 01:09:06.936 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6222f03f-f94c-4748-8759-83e441d4260b cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 15/27] 199.19.213.21 () {44 vars in 921 bytes} [Tue Jun 16 01:09:06 2026] GET /v2.0/networks/public => generated 108 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 13/28] 199.19.213.21 () {44 vars in 943 bytes} [Tue Jun 16 01:09:06 2026] GET /v2.0/networks?name=public => generated 709 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 01:09:07.038 8 INFO neutron.pecan_wsgi.hooks.translation [None req-139738ce-a2c1-43a3-b11c-0df8486bacfb cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 16/29] 199.19.213.21 () {44 vars in 1028 bytes} [Tue Jun 16 01:09:07 2026] GET /v2.0/subnets/public-subnet?network_id=98639caf-9558-43f5-9a4e-06f77042784a => generated 113 bytes in 30 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 14/30] 199.19.213.21 () {44 vars in 1051 bytes} [Tue Jun 16 01:09:07 2026] GET /v2.0/subnets?name=public-subnet&network_id=98639caf-9558-43f5-9a4e-06f77042784a => generated 14 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 17/31] 199.19.213.21 () {48 vars in 959 bytes} [Tue Jun 16 01:09:07 2026] POST /v2.0/subnets => generated 664 bytes in 342 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 01:13:56.081 7 INFO neutron.pecan_wsgi.hooks.translation [None req-64762233-ce34-4fb4-8a61-91ef5e55ef44 cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 34/69] 199.19.213.21 () {44 vars in 931 bytes} [Tue Jun 16 01:13:55 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 129 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 36/70] 199.19.213.21 () {44 vars in 953 bytes} [Tue Jun 16 01:13:56 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-16 01:13:56.164 7 INFO neutron.db.segments_db [None req-df897ea6-4558-4db4-b84f-c16526d6a8c1 cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] Added segment 0e041171-1762-4777-ba46-43ebbd2d32bc of type vxlan for network 4febb04f-5e8b-41dd-98e5-752c1652856d [pid: 7|app: 0|req: 35/71] 199.19.213.21 () {48 vars in 960 bytes} [Tue Jun 16 01:13:56 2026] POST /v2.0/networks => generated 707 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 01:13:57.179 8 INFO neutron.pecan_wsgi.hooks.translation [None req-35506746-65b7-4a3d-b36e-12baa43c607c cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 37/72] 199.19.213.21 () {44 vars in 931 bytes} [Tue Jun 16 01:13:57 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 58 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 36/73] 199.19.213.21 () {44 vars in 953 bytes} [Tue Jun 16 01:13:57 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 01:13:57.253 8 INFO neutron.pecan_wsgi.hooks.translation [None req-fb96ad42-0b1e-4070-8e3f-cd07a31e82d4 cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 38/74] 199.19.213.21 () {44 vars in 1030 bytes} [Tue Jun 16 01:13:57 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=4febb04f-5e8b-41dd-98e5-752c1652856d => generated 114 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 37/75] 199.19.213.21 () {44 vars in 1053 bytes} [Tue Jun 16 01:13:57 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=4febb04f-5e8b-41dd-98e5-752c1652856d => generated 14 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 39/76] 199.19.213.21 () {48 vars in 959 bytes} [Tue Jun 16 01:13:57 2026] POST /v2.0/subnets => generated 651 bytes in 177 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 01:13:58.590 7 INFO neutron.api.v2.resource [None req-42ea83f0-65b3-4623-acae-de2629444eaf cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 38/77] 199.19.213.21 () {44 vars in 965 bytes} [Tue Jun 16 01:13:58 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 55 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/78] 199.19.213.21 () {44 vars in 987 bytes} [Tue Jun 16 01:13:58 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 39/79] 199.19.213.21 () {48 vars in 974 bytes} [Tue Jun 16 01:13:58 2026] POST /v2.0/security-groups => generated 1616 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/80] 199.19.213.21 () {44 vars in 995 bytes} [Tue Jun 16 01:13:59 2026] GET /v2.0/security-groups/f9a8fc24-4662-454c-a6b7-056dcaffaac8 => 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: 40/81] 199.19.213.21 () {44 vars in 995 bytes} [Tue Jun 16 01:13:59 2026] GET /v2.0/security-groups/f9a8fc24-4662-454c-a6b7-056dcaffaac8 => generated 1616 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/82] 199.19.213.21 () {44 vars in 995 bytes} [Tue Jun 16 01:13:59 2026] GET /v2.0/security-groups/f9a8fc24-4662-454c-a6b7-056dcaffaac8 => generated 1616 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/83] 199.19.213.21 () {48 vars in 985 bytes} [Tue Jun 16 01:13:59 2026] POST /v2.0/security-group-rules => generated 601 bytes in 92 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/84] 199.19.213.21 () {44 vars in 995 bytes} [Tue Jun 16 01:14:00 2026] GET /v2.0/security-groups/f9a8fc24-4662-454c-a6b7-056dcaffaac8 => generated 2230 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/85] 199.19.213.21 () {44 vars in 995 bytes} [Tue Jun 16 01:14:00 2026] GET /v2.0/security-groups/f9a8fc24-4662-454c-a6b7-056dcaffaac8 => generated 2230 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/86] 199.19.213.21 () {44 vars in 995 bytes} [Tue Jun 16 01:14:00 2026] GET /v2.0/security-groups/f9a8fc24-4662-454c-a6b7-056dcaffaac8 => generated 2230 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/89] 199.19.213.21 () {48 vars in 985 bytes} [Tue Jun 16 01:14:00 2026] POST /v2.0/security-group-rules => generated 603 bytes in 78 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/90] 199.19.213.21 () {44 vars in 995 bytes} [Tue Jun 16 01:14:01 2026] GET /v2.0/security-groups/f9a8fc24-4662-454c-a6b7-056dcaffaac8 => generated 2846 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/91] 199.19.213.21 () {44 vars in 995 bytes} [Tue Jun 16 01:14:01 2026] GET /v2.0/security-groups/f9a8fc24-4662-454c-a6b7-056dcaffaac8 => generated 2846 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/92] 199.19.213.21 () {44 vars in 995 bytes} [Tue Jun 16 01:14:01 2026] GET /v2.0/security-groups/f9a8fc24-4662-454c-a6b7-056dcaffaac8 => generated 2846 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/93] 199.19.213.21 () {48 vars in 985 bytes} [Tue Jun 16 01:14:01 2026] POST /v2.0/security-group-rules => generated 603 bytes in 79 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/94] 199.19.213.21 () {44 vars in 995 bytes} [Tue Jun 16 01:14:03 2026] GET /v2.0/security-groups/f9a8fc24-4662-454c-a6b7-056dcaffaac8 => generated 3462 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/95] 199.19.213.21 () {44 vars in 995 bytes} [Tue Jun 16 01:14:03 2026] GET /v2.0/security-groups/f9a8fc24-4662-454c-a6b7-056dcaffaac8 => generated 3462 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 50/96] 199.19.213.21 () {44 vars in 995 bytes} [Tue Jun 16 01:14:03 2026] GET /v2.0/security-groups/f9a8fc24-4662-454c-a6b7-056dcaffaac8 => generated 3462 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/97] 199.19.213.21 () {48 vars in 985 bytes} [Tue Jun 16 01:14:03 2026] POST /v2.0/security-group-rules => generated 603 bytes in 94 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 51/98] 199.19.213.21 () {44 vars in 995 bytes} [Tue Jun 16 01:14:04 2026] GET /v2.0/security-groups/f9a8fc24-4662-454c-a6b7-056dcaffaac8 => generated 4078 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/99] 199.19.213.21 () {44 vars in 995 bytes} [Tue Jun 16 01:14:04 2026] GET /v2.0/security-groups/f9a8fc24-4662-454c-a6b7-056dcaffaac8 => generated 4078 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 52/100] 199.19.213.21 () {44 vars in 995 bytes} [Tue Jun 16 01:14:04 2026] GET /v2.0/security-groups/f9a8fc24-4662-454c-a6b7-056dcaffaac8 => generated 4078 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 49/101] 199.19.213.21 () {48 vars in 985 bytes} [Tue Jun 16 01:14:04 2026] POST /v2.0/security-group-rules => generated 603 bytes in 88 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 53/102] 199.19.213.21 () {44 vars in 981 bytes} [Tue Jun 16 01:14:05 2026] GET /v2.0/networks/4febb04f-5e8b-41dd-98e5-752c1652856d => generated 732 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 01:14:05.806 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d664d581-e8a0-4059-9b0a-81131cbfe1af cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 50/103] 199.19.213.21 () {44 vars in 1070 bytes} [Tue Jun 16 01:14:05 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=4febb04f-5e8b-41dd-98e5-752c1652856d => generated 132 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 54/104] 199.19.213.21 () {44 vars in 1093 bytes} [Tue Jun 16 01:14:05 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=4febb04f-5e8b-41dd-98e5-752c1652856d => 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: 51/105] 199.19.213.21 () {44 vars in 995 bytes} [Tue Jun 16 01:14:05 2026] GET /v2.0/security-groups/f9a8fc24-4662-454c-a6b7-056dcaffaac8 => generated 4694 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 55/106] 199.19.213.21 () {48 vars in 955 bytes} [Tue Jun 16 01:14:05 2026] POST /v2.0/ports => generated 1096 bytes in 479 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-16 01:14:13.701 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3e7b68db-6f80-4850-9fd6-5b9612bdeb3e cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 52/107] 199.19.213.21 () {44 vars in 973 bytes} [Tue Jun 16 01:14:13 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 44 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: 56/108] 199.19.213.21 () {44 vars in 995 bytes} [Tue Jun 16 01:14:13 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1099 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 53/109] 199.19.213.21 () {48 vars in 1025 bytes} [Tue Jun 16 01:14:13 2026] PUT /v2.0/ports/7c7948d3-e240-4c21-ab88-2fb4e1e3335f => generated 1245 bytes in 722 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 57/112] 199.19.213.21 () {44 vars in 914 bytes} [Tue Jun 16 01:14:15 2026] GET /v2.0/ports => generated 3726 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-16 01:14:17.023 7 INFO neutron.api.v2.resource [None req-a92a57ab-5749-4331-91a4-d187a14564b3 cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 56/113] 199.19.213.21 () {44 vars in 953 bytes} [Tue Jun 16 01:14:16 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 58/114] 199.19.213.21 () {44 vars in 975 bytes} [Tue Jun 16 01:14:17 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 57/115] 199.19.213.21 () {48 vars in 974 bytes} [Tue Jun 16 01:14:17 2026] POST /v2.0/security-groups => generated 1610 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 59/116] 199.19.213.21 () {44 vars in 995 bytes} [Tue Jun 16 01:14:18 2026] GET /v2.0/security-groups/e354c031-02be-44e8-808c-a71510f3709f => generated 1610 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 58/117] 199.19.213.21 () {44 vars in 995 bytes} [Tue Jun 16 01:14:18 2026] GET /v2.0/security-groups/e354c031-02be-44e8-808c-a71510f3709f => generated 1610 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 60/118] 199.19.213.21 () {44 vars in 995 bytes} [Tue Jun 16 01:14:18 2026] GET /v2.0/security-groups/e354c031-02be-44e8-808c-a71510f3709f => generated 1610 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 59/119] 199.19.213.21 () {48 vars in 985 bytes} [Tue Jun 16 01:14:18 2026] POST /v2.0/security-group-rules => generated 621 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 61/120] 199.19.213.21 () {44 vars in 995 bytes} [Tue Jun 16 01:14:19 2026] GET /v2.0/security-groups/e354c031-02be-44e8-808c-a71510f3709f => generated 2244 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 60/121] 199.19.213.21 () {44 vars in 995 bytes} [Tue Jun 16 01:14:19 2026] GET /v2.0/security-groups/e354c031-02be-44e8-808c-a71510f3709f => generated 2244 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 62/122] 199.19.213.21 () {44 vars in 995 bytes} [Tue Jun 16 01:14:19 2026] GET /v2.0/security-groups/e354c031-02be-44e8-808c-a71510f3709f => generated 2244 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 61/123] 199.19.213.21 () {48 vars in 985 bytes} [Tue Jun 16 01:14:19 2026] POST /v2.0/security-group-rules => generated 625 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 67/132] 199.19.213.21 () {44 vars in 969 bytes} [Tue Jun 16 01:15:19 2026] GET /v2.0/quotas/43b42beec7ca4fe19d4a727c4bc7fd1a => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 66/133] 199.19.213.21 () {48 vars in 1021 bytes} [Tue Jun 16 01:15:20 2026] PUT /v2.0/quotas/43b42beec7ca4fe19d4a727c4bc7fd1a => generated 291 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-16 01:17:40.305 8 INFO neutron.pecan_wsgi.hooks.translation [None req-db910125-2c6b-4793-b742-e215fa62bf21 cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 77/152] 199.19.213.21 () {30 vars in 738 bytes} [Tue Jun 16 01:17:40 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 249 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: 76/153] 199.19.213.21 () {30 vars in 760 bytes} [Tue Jun 16 01:17:40 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1248 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 01:17:42.066 8 INFO neutron.pecan_wsgi.hooks.translation [None req-212a85f0-d378-416f-af77-0973cc711709 cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 78/154] 199.19.213.21 () {30 vars in 738 bytes} [Tue Jun 16 01:17:42 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 50 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 77/155] 199.19.213.21 () {30 vars in 760 bytes} [Tue Jun 16 01:17:42 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1248 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 01:23:39.903 8 INFO neutron.api.v2.resource [None req-7adc1558-45ee-4489-a620-81612891c8a7 cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 103/204] 199.19.213.21 () {44 vars in 1068 bytes} [Tue Jun 16 01:23:39 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=e6a7e182cdcd41a69f256875c122d83e => generated 139 bytes in 119 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 102/205] 199.19.213.21 () {44 vars in 1091 bytes} [Tue Jun 16 01:23:39 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=e6a7e182cdcd41a69f256875c122d83e => generated 23 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 104/206] 199.19.213.21 () {48 vars in 975 bytes} [Tue Jun 16 01:23:40 2026] POST /v2.0/security-groups => generated 1624 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 103/207] 199.19.213.21 () {44 vars in 1082 bytes} [Tue Jun 16 01:23:41 2026] GET /v2.0/security-groups/be19f059-a0eb-4921-9f66-9ebf229827d8?project_id=e6a7e182cdcd41a69f256875c122d83e => generated 1624 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 105/208] 199.19.213.21 () {44 vars in 995 bytes} [Tue Jun 16 01:23:41 2026] GET /v2.0/security-groups/be19f059-a0eb-4921-9f66-9ebf229827d8 => generated 1624 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 104/209] 199.19.213.21 () {44 vars in 1082 bytes} [Tue Jun 16 01:23:41 2026] GET /v2.0/security-groups/be19f059-a0eb-4921-9f66-9ebf229827d8?project_id=e6a7e182cdcd41a69f256875c122d83e => generated 1624 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 106/210] 199.19.213.21 () {48 vars in 985 bytes} [Tue Jun 16 01:23:41 2026] POST /v2.0/security-group-rules => generated 597 bytes in 84 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 105/211] 199.19.213.21 () {44 vars in 1082 bytes} [Tue Jun 16 01:23:42 2026] GET /v2.0/security-groups/be19f059-a0eb-4921-9f66-9ebf229827d8?project_id=e6a7e182cdcd41a69f256875c122d83e => generated 2234 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 107/212] 199.19.213.21 () {44 vars in 995 bytes} [Tue Jun 16 01:23:42 2026] GET /v2.0/security-groups/be19f059-a0eb-4921-9f66-9ebf229827d8 => generated 2234 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 106/213] 199.19.213.21 () {44 vars in 1082 bytes} [Tue Jun 16 01:23:42 2026] GET /v2.0/security-groups/be19f059-a0eb-4921-9f66-9ebf229827d8?project_id=e6a7e182cdcd41a69f256875c122d83e => generated 2234 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 108/214] 199.19.213.21 () {48 vars in 985 bytes} [Tue Jun 16 01:23:42 2026] POST /v2.0/security-group-rules => generated 599 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 107/215] 199.19.213.21 () {44 vars in 1082 bytes} [Tue Jun 16 01:23:43 2026] GET /v2.0/security-groups/be19f059-a0eb-4921-9f66-9ebf229827d8?project_id=e6a7e182cdcd41a69f256875c122d83e => generated 2846 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 109/216] 199.19.213.21 () {44 vars in 995 bytes} [Tue Jun 16 01:23:43 2026] GET /v2.0/security-groups/be19f059-a0eb-4921-9f66-9ebf229827d8 => generated 2846 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 108/217] 199.19.213.21 () {44 vars in 1082 bytes} [Tue Jun 16 01:23:43 2026] GET /v2.0/security-groups/be19f059-a0eb-4921-9f66-9ebf229827d8?project_id=e6a7e182cdcd41a69f256875c122d83e => generated 2846 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 110/218] 199.19.213.21 () {48 vars in 985 bytes} [Tue Jun 16 01:23:43 2026] POST /v2.0/security-group-rules => generated 601 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 109/219] 199.19.213.21 () {44 vars in 1082 bytes} [Tue Jun 16 01:23:44 2026] GET /v2.0/security-groups/be19f059-a0eb-4921-9f66-9ebf229827d8?project_id=e6a7e182cdcd41a69f256875c122d83e => generated 3460 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 111/220] 199.19.213.21 () {44 vars in 995 bytes} [Tue Jun 16 01:23:44 2026] GET /v2.0/security-groups/be19f059-a0eb-4921-9f66-9ebf229827d8 => generated 3460 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 110/221] 199.19.213.21 () {44 vars in 1082 bytes} [Tue Jun 16 01:23:44 2026] GET /v2.0/security-groups/be19f059-a0eb-4921-9f66-9ebf229827d8?project_id=e6a7e182cdcd41a69f256875c122d83e => generated 3460 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 112/222] 199.19.213.21 () {48 vars in 985 bytes} [Tue Jun 16 01:23:44 2026] POST /v2.0/security-group-rules => generated 602 bytes in 90 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 122/241] 199.19.213.21 () {30 vars in 737 bytes} [Tue Jun 16 01:25:58 2026] GET /v2.0/networks?tenant_id=e6a7e182cdcd41a69f256875c122d83e&shared=False => generated 15 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 01:25:59.171 7 INFO neutron.db.segments_db [None req-28627efa-96b4-41e6-99a5-cad0830e3633 6837dbb496e249b286b551cb0b473ed7 e6a7e182cdcd41a69f256875c122d83e - - 3a2746f019f2430683e4ad6614315820 3a2746f019f2430683e4ad6614315820] Added segment f912c860-0918-4bc5-ad3d-0ce49bd29971 of type vxlan for network f4a08d15-9a10-4a38-a14f-90ea169c8c40 [pid: 7|app: 0|req: 120/242] 199.19.213.21 () {34 vars in 679 bytes} [Tue Jun 16 01:25:59 2026] POST /v2.0/networks => generated 718 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 123/243] 199.19.213.21 () {30 vars in 719 bytes} [Tue Jun 16 01:25:59 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 121/244] 199.19.213.21 () {30 vars in 630 bytes} [Tue Jun 16 01:25:59 2026] GET /v2.0/extensions => generated 21537 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 124/245] 199.19.213.21 () {34 vars in 674 bytes} [Tue Jun 16 01:25:59 2026] POST /v2.0/ports => generated 999 bytes in 368 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 122/246] 199.19.213.21 () {30 vars in 700 bytes} [Tue Jun 16 01:25:59 2026] GET /v2.0/networks/f4a08d15-9a10-4a38-a14f-90ea169c8c40 => generated 705 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 126/249] 199.19.213.21 () {30 vars in 719 bytes} [Tue Jun 16 01:26:01 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1004 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 124/250] 199.19.213.21 () {30 vars in 700 bytes} [Tue Jun 16 01:26:01 2026] GET /v2.0/networks/f4a08d15-9a10-4a38-a14f-90ea169c8c40 => generated 705 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 126/253] 199.19.213.21 () {44 vars in 969 bytes} [Tue Jun 16 01:26:18 2026] GET /v2.0/quotas/e6a7e182cdcd41a69f256875c122d83e => generated 292 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 128/254] 199.19.213.21 () {48 vars in 1021 bytes} [Tue Jun 16 01:26:18 2026] PUT /v2.0/quotas/e6a7e182cdcd41a69f256875c122d83e => generated 291 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 01:37:44.291 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7f81764b-5406-4870-b40a-e523b2c454b1 cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 172/345] 199.19.213.21 () {44 vars in 921 bytes} [Tue Jun 16 01:37:44 2026] GET /v2.0/networks/public => generated 108 bytes in 149 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 174/346] 199.19.213.21 () {44 vars in 943 bytes} [Tue Jun 16 01:37:44 2026] GET /v2.0/networks?name=public => generated 753 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 01:37:45.561 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7ab9609e-dab6-4568-84cb-0f45a827a4e6 cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 173/347] 199.19.213.21 () {44 vars in 921 bytes} [Tue Jun 16 01:37:45 2026] GET /v2.0/networks/public => generated 108 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 175/348] 199.19.213.21 () {44 vars in 943 bytes} [Tue Jun 16 01:37:45 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-16 01:37:45.630 7 INFO neutron.pecan_wsgi.hooks.translation [None req-659e6495-e304-4f69-8a8f-c56fb921c81e cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 174/349] 199.19.213.21 () {44 vars in 1028 bytes} [Tue Jun 16 01:37:45 2026] GET /v2.0/subnets/public-subnet?network_id=98639caf-9558-43f5-9a4e-06f77042784a => 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: 176/350] 199.19.213.21 () {44 vars in 1051 bytes} [Tue Jun 16 01:37:45 2026] GET /v2.0/subnets?name=public-subnet&network_id=98639caf-9558-43f5-9a4e-06f77042784a => generated 667 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 01:38:12.322 7 INFO neutron.pecan_wsgi.hooks.translation [None req-612bd2ab-9233-4db3-9a38-acd82d76c97c cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 177/355] 199.19.213.21 () {44 vars in 931 bytes} [Tue Jun 16 01:38:12 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 77 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 179/356] 199.19.213.21 () {44 vars in 953 bytes} [Tue Jun 16 01:38:12 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 01:38:13.330 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e2cd5d95-f35e-4e7c-9dc6-cc74f40c9e3b cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 178/357] 199.19.213.21 () {44 vars in 931 bytes} [Tue Jun 16 01:38:13 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 180/358] 199.19.213.21 () {44 vars in 953 bytes} [Tue Jun 16 01:38:13 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 01:38:13.408 7 INFO neutron.pecan_wsgi.hooks.translation [None req-02dba032-f5b6-4edf-8252-0279a4037401 cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 179/359] 199.19.213.21 () {44 vars in 1030 bytes} [Tue Jun 16 01:38:13 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=4febb04f-5e8b-41dd-98e5-752c1652856d => generated 114 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 181/360] 199.19.213.21 () {44 vars in 1053 bytes} [Tue Jun 16 01:38:13 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=4febb04f-5e8b-41dd-98e5-752c1652856d => generated 654 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 01:38:14.543 7 INFO neutron.api.v2.resource [None req-8fc700b0-816f-427e-b46e-2bcbd7aa386b cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 180/361] 199.19.213.21 () {44 vars in 965 bytes} [Tue Jun 16 01:38:14 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 182/362] 199.19.213.21 () {44 vars in 987 bytes} [Tue Jun 16 01:38:14 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 181/363] 199.19.213.21 () {44 vars in 995 bytes} [Tue Jun 16 01:38:15 2026] GET /v2.0/security-groups/f9a8fc24-4662-454c-a6b7-056dcaffaac8 => generated 4694 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 183/364] 199.19.213.21 () {44 vars in 995 bytes} [Tue Jun 16 01:38:15 2026] GET /v2.0/security-groups/f9a8fc24-4662-454c-a6b7-056dcaffaac8 => generated 4694 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 182/365] 199.19.213.21 () {44 vars in 1005 bytes} [Tue Jun 16 01:38:15 2026] GET /v2.0/security-group-rules/5c282d07-3c6b-4e4f-b0a8-df7beec3a54e => generated 601 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 185/368] 199.19.213.21 () {44 vars in 995 bytes} [Tue Jun 16 01:38:16 2026] GET /v2.0/security-groups/f9a8fc24-4662-454c-a6b7-056dcaffaac8 => generated 4694 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 184/369] 199.19.213.21 () {44 vars in 995 bytes} [Tue Jun 16 01:38:16 2026] GET /v2.0/security-groups/f9a8fc24-4662-454c-a6b7-056dcaffaac8 => generated 4694 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 186/370] 199.19.213.21 () {44 vars in 1005 bytes} [Tue Jun 16 01:38:16 2026] GET /v2.0/security-group-rules/b51a198f-b9b1-439d-b4a7-ee37a0cdff7c => 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: 185/371] 199.19.213.21 () {44 vars in 995 bytes} [Tue Jun 16 01:38:17 2026] GET /v2.0/security-groups/f9a8fc24-4662-454c-a6b7-056dcaffaac8 => generated 4694 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 187/372] 199.19.213.21 () {44 vars in 995 bytes} [Tue Jun 16 01:38:17 2026] GET /v2.0/security-groups/f9a8fc24-4662-454c-a6b7-056dcaffaac8 => generated 4694 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 186/373] 199.19.213.21 () {44 vars in 1005 bytes} [Tue Jun 16 01:38:17 2026] GET /v2.0/security-group-rules/f3dfee39-10c8-49c5-b83b-39d25ee0edb0 => generated 603 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 188/374] 199.19.213.21 () {44 vars in 995 bytes} [Tue Jun 16 01:38:18 2026] GET /v2.0/security-groups/f9a8fc24-4662-454c-a6b7-056dcaffaac8 => generated 4694 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 187/375] 199.19.213.21 () {44 vars in 995 bytes} [Tue Jun 16 01:38:18 2026] GET /v2.0/security-groups/f9a8fc24-4662-454c-a6b7-056dcaffaac8 => generated 4694 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 189/376] 199.19.213.21 () {44 vars in 1005 bytes} [Tue Jun 16 01:38:18 2026] GET /v2.0/security-group-rules/95ff6b65-7b5b-4e73-82c3-0d9268525281 => generated 603 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 188/377] 199.19.213.21 () {44 vars in 995 bytes} [Tue Jun 16 01:38:19 2026] GET /v2.0/security-groups/f9a8fc24-4662-454c-a6b7-056dcaffaac8 => generated 4694 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 190/378] 199.19.213.21 () {44 vars in 995 bytes} [Tue Jun 16 01:38:19 2026] GET /v2.0/security-groups/f9a8fc24-4662-454c-a6b7-056dcaffaac8 => generated 4694 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 189/379] 199.19.213.21 () {44 vars in 1005 bytes} [Tue Jun 16 01:38:19 2026] GET /v2.0/security-group-rules/be66d4d1-93b8-4e09-b2cd-3bd5d2476a07 => generated 603 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 191/380] 199.19.213.21 () {44 vars in 981 bytes} [Tue Jun 16 01:38:20 2026] GET /v2.0/networks/4febb04f-5e8b-41dd-98e5-752c1652856d => generated 732 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 01:38:20.817 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9a7a7b80-ecc5-4f92-8db0-e5259ca2e3a9 cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 190/381] 199.19.213.21 () {44 vars in 1070 bytes} [Tue Jun 16 01:38:20 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=4febb04f-5e8b-41dd-98e5-752c1652856d => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 192/382] 199.19.213.21 () {44 vars in 1093 bytes} [Tue Jun 16 01:38:20 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=4febb04f-5e8b-41dd-98e5-752c1652856d => generated 1250 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 191/383] 199.19.213.21 () {44 vars in 995 bytes} [Tue Jun 16 01:38:20 2026] GET /v2.0/security-groups/f9a8fc24-4662-454c-a6b7-056dcaffaac8 => generated 4694 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 01:38:28.204 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7af42780-b25f-45f7-9f70-51fca8f16e5a cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 193/384] 199.19.213.21 () {44 vars in 973 bytes} [Tue Jun 16 01:38:28 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 192/385] 199.19.213.21 () {44 vars in 995 bytes} [Tue Jun 16 01:38:28 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1250 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 194/386] 199.19.213.21 () {44 vars in 914 bytes} [Tue Jun 16 01:38:29 2026] GET /v2.0/ports => generated 4721 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 01:38:30.753 7 INFO neutron.api.v2.resource [None req-2bb481e3-27a6-4591-94ac-61734d5f234a cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 193/387] 199.19.213.21 () {44 vars in 953 bytes} [Tue Jun 16 01:38:30 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 195/388] 199.19.213.21 () {44 vars in 975 bytes} [Tue Jun 16 01:38:30 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2881 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 195/391] 199.19.213.21 () {44 vars in 995 bytes} [Tue Jun 16 01:38:31 2026] GET /v2.0/security-groups/e354c031-02be-44e8-808c-a71510f3709f => generated 2882 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 197/392] 199.19.213.21 () {44 vars in 995 bytes} [Tue Jun 16 01:38:31 2026] GET /v2.0/security-groups/e354c031-02be-44e8-808c-a71510f3709f => generated 2882 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 196/393] 199.19.213.21 () {44 vars in 1005 bytes} [Tue Jun 16 01:38:31 2026] GET /v2.0/security-group-rules/fd6beb26-c84d-4f8c-86d0-c3c1434c5786 => generated 621 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 198/394] 199.19.213.21 () {44 vars in 995 bytes} [Tue Jun 16 01:38:32 2026] GET /v2.0/security-groups/e354c031-02be-44e8-808c-a71510f3709f => generated 2882 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 197/395] 199.19.213.21 () {44 vars in 995 bytes} [Tue Jun 16 01:38:32 2026] GET /v2.0/security-groups/e354c031-02be-44e8-808c-a71510f3709f => generated 2882 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 199/396] 199.19.213.21 () {44 vars in 1005 bytes} [Tue Jun 16 01:38:32 2026] GET /v2.0/security-group-rules/918ca328-df02-4ca8-bf60-74be8c4f0ee1 => generated 625 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 198/397] 199.19.213.21 () {44 vars in 969 bytes} [Tue Jun 16 01:38:44 2026] GET /v2.0/quotas/43b42beec7ca4fe19d4a727c4bc7fd1a => generated 291 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 01:39:38.323 7 INFO neutron.api.v2.resource [None req-a1f82014-0c4e-45bf-843e-3a480be72f6a cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 203/406] 199.19.213.21 () {44 vars in 1068 bytes} [Tue Jun 16 01:39:38 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=e6a7e182cdcd41a69f256875c122d83e => generated 139 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 204/407] 199.19.213.21 () {44 vars in 1091 bytes} [Tue Jun 16 01:39:38 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=e6a7e182cdcd41a69f256875c122d83e => generated 4072 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 204/408] 199.19.213.21 () {44 vars in 1082 bytes} [Tue Jun 16 01:39:39 2026] GET /v2.0/security-groups/be19f059-a0eb-4921-9f66-9ebf229827d8?project_id=e6a7e182cdcd41a69f256875c122d83e => generated 4075 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 205/409] 199.19.213.21 () {44 vars in 995 bytes} [Tue Jun 16 01:39:39 2026] GET /v2.0/security-groups/be19f059-a0eb-4921-9f66-9ebf229827d8 => generated 4075 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 205/410] 199.19.213.21 () {44 vars in 1005 bytes} [Tue Jun 16 01:39:39 2026] GET /v2.0/security-group-rules/04e7f587-96b8-45e1-8ec5-c5390ca721bc => generated 597 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 206/411] 199.19.213.21 () {44 vars in 1082 bytes} [Tue Jun 16 01:39:40 2026] GET /v2.0/security-groups/be19f059-a0eb-4921-9f66-9ebf229827d8?project_id=e6a7e182cdcd41a69f256875c122d83e => generated 4075 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 206/412] 199.19.213.21 () {44 vars in 995 bytes} [Tue Jun 16 01:39:40 2026] GET /v2.0/security-groups/be19f059-a0eb-4921-9f66-9ebf229827d8 => generated 4075 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 207/413] 199.19.213.21 () {44 vars in 1005 bytes} [Tue Jun 16 01:39:40 2026] GET /v2.0/security-group-rules/35b1c5fe-2e80-43c6-a935-b0ae31dbfda6 => generated 599 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 207/414] 199.19.213.21 () {44 vars in 1082 bytes} [Tue Jun 16 01:39:41 2026] GET /v2.0/security-groups/be19f059-a0eb-4921-9f66-9ebf229827d8?project_id=e6a7e182cdcd41a69f256875c122d83e => generated 4075 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 208/415] 199.19.213.21 () {44 vars in 995 bytes} [Tue Jun 16 01:39:41 2026] GET /v2.0/security-groups/be19f059-a0eb-4921-9f66-9ebf229827d8 => generated 4075 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 208/416] 199.19.213.21 () {44 vars in 1005 bytes} [Tue Jun 16 01:39:41 2026] GET /v2.0/security-group-rules/7fe5b4a1-276e-44a3-aa31-287d998a16fa => generated 601 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 209/417] 199.19.213.21 () {44 vars in 1082 bytes} [Tue Jun 16 01:39:42 2026] GET /v2.0/security-groups/be19f059-a0eb-4921-9f66-9ebf229827d8?project_id=e6a7e182cdcd41a69f256875c122d83e => generated 4075 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 209/418] 199.19.213.21 () {44 vars in 995 bytes} [Tue Jun 16 01:39:42 2026] GET /v2.0/security-groups/be19f059-a0eb-4921-9f66-9ebf229827d8 => generated 4075 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 210/419] 199.19.213.21 () {44 vars in 1005 bytes} [Tue Jun 16 01:39:42 2026] GET /v2.0/security-group-rules/93f10c17-d42f-48a0-bb37-c69aae145733 => generated 602 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 212/422] 199.19.213.21 () {44 vars in 969 bytes} [Tue Jun 16 01:39:49 2026] GET /v2.0/quotas/e6a7e182cdcd41a69f256875c122d83e => generated 291 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 216/429] 199.19.213.21 () {44 vars in 943 bytes} [Tue Jun 16 01:40:39 2026] GET /v2.0/networks?name=public => generated 753 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 217/436] 10.0.0.164 () {32 vars in 647 bytes} [Tue Jun 16 01:41:18 2026] GET /v2.0/networks => generated 2168 bytes in 200 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 220/437] 10.0.0.164 () {32 vars in 653 bytes} [Tue Jun 16 01:41:20 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: 218/438] 10.0.0.164 () {32 vars in 645 bytes} [Tue Jun 16 01:41:20 2026] GET /v2.0/routers => generated 15 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 221/439] 10.0.0.164 () {32 vars in 641 bytes} [Tue Jun 16 01:41:20 2026] GET /v2.0/ports => generated 4721 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 219/440] 10.0.0.164 () {32 vars in 645 bytes} [Tue Jun 16 01:41:20 2026] GET /v2.0/subnets => generated 1308 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 222/441] 10.0.0.164 () {32 vars in 647 bytes} [Tue Jun 16 01:41:20 2026] GET /v2.0/networks => generated 2168 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 220/442] 10.0.0.164 () {32 vars in 661 bytes} [Tue Jun 16 01:41:20 2026] GET /v2.0/security-groups => generated 17397 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 223/443] 10.0.0.164 () {32 vars in 653 bytes} [Tue Jun 16 01:41:20 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-16 01:41:30.931 7 INFO neutron.db.segments_db [None req-550f57a1-f16c-4a4b-8b7e-a52579223960 cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] Added segment b34eb058-3200-4f48-9554-29820ee99f75 of type vxlan for network c882c13a-af32-430d-b4da-d7fcf98c994e 2026-06-16 01:41:30.966 8 INFO neutron.db.segments_db [None req-cb0f9f2b-afdf-4633-aa5d-092e28a4bb9c cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] Added segment 19a456f6-28e9-4df1-8c5c-249a50f6fd77 of type vxlan for network 67d260ce-a1dd-4b27-9d89-b31f96dcf103 [pid: 7|app: 0|req: 221/444] 10.0.0.164 () {34 vars in 669 bytes} [Tue Jun 16 01:41:30 2026] POST /v2.0/networks => generated 747 bytes in 311 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 224/445] 10.0.0.164 () {34 vars in 669 bytes} [Tue Jun 16 01:41:30 2026] POST /v2.0/networks => generated 749 bytes in 285 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 01:41:31.229 7 INFO neutron.db.segments_db [None req-b5df8d81-5228-4a28-95b7-8160547e2f53 cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] Added segment 9b23bd54-c750-43f0-9b7b-84d53fa4c5bd of type vxlan for network 90c07792-ee1d-4a3e-b9c8-c6b9fb2083a2 [pid: 7|app: 0|req: 222/448] 10.0.0.164 () {34 vars in 669 bytes} [Tue Jun 16 01:41:31 2026] POST /v2.0/networks => generated 744 bytes in 274 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 227/449] 10.0.0.164 () {34 vars in 667 bytes} [Tue Jun 16 01:41:31 2026] POST /v2.0/subnets => generated 694 bytes in 250 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 223/450] 10.0.0.164 () {34 vars in 667 bytes} [Tue Jun 16 01:41:31 2026] POST /v2.0/subnets => generated 696 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 228/451] 10.0.0.164 () {34 vars in 667 bytes} [Tue Jun 16 01:41:31 2026] POST /v2.0/subnets => generated 691 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 01:41:31.483 7 INFO neutron.db.segments_db [None req-cd339536-076a-4b1c-af9f-f0941480b871 cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] Added segment 0e20a86e-3bbb-415e-bb9c-51d85e3b8cfd of type vxlan for network 257dd34c-61e1-4fb9-8eb0-6fc7990bf5c7 2026-06-16 01:41:31.485 8 INFO neutron.db.segments_db [None req-8befedb5-0764-485b-9856-b9675ead35a5 cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] Added segment 987575f9-a945-4ca8-995a-4410b583af68 of type vxlan for network df6eb5fc-02c3-48f7-b267-dba4cb6e3cff 2026-06-16 01:41:31.658 8 INFO neutron.db.l3_hamode_db [None req-8befedb5-0764-485b-9856-b9675ead35a5 cb71412498ad4e48a429cb486fd1bdf7 71145094f2f74f459911b6c21f9db653 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-16 01:41:31.679 7 INFO neutron.db.l3_hamode_db [None req-cd339536-076a-4b1c-af9f-f0941480b871 cb71412498ad4e48a429cb486fd1bdf7 61297a748a9b43cb97d952107422e485 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-16 01:41:32.583 8 INFO neutron.db.l3_hamode_db [None req-8befedb5-0764-485b-9856-b9675ead35a5 cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-16 01:41:32.690 7 INFO neutron.db.l3_hamode_db [None req-cd339536-076a-4b1c-af9f-f0941480b871 cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 229/452] 10.0.0.164 () {34 vars in 667 bytes} [Tue Jun 16 01:41:31 2026] POST /v2.0/routers => generated 736 bytes in 2064 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 01:41:33.560 8 INFO neutron.db.segments_db [None req-20feb426-a36e-4973-a9b8-901808525c28 cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] Added segment 93550e8e-6b9f-4bb0-838e-e1ea0b416519 of type vxlan for network e2c44a35-cf9b-403d-8987-8a2ef4412061 [pid: 7|app: 0|req: 224/453] 10.0.0.164 () {34 vars in 667 bytes} [Tue Jun 16 01:41:31 2026] POST /v2.0/routers => generated 734 bytes in 2258 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 01:41:33.814 8 INFO neutron.db.l3_hamode_db [None req-20feb426-a36e-4973-a9b8-901808525c28 cb71412498ad4e48a429cb486fd1bdf7 881d25eb18f34be0a98878e2129470bf - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 225/454] 10.0.0.164 () {32 vars in 772 bytes} [Tue Jun 16 01:41:33 2026] GET /v2.0/security-groups?tenant_id=8df4b222afdd4307bd3a06506e6046da&name=default => generated 2925 bytes in 243 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 01:41:34.594 8 INFO neutron.db.l3_hamode_db [None req-20feb426-a36e-4973-a9b8-901808525c28 cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 226/455] 10.0.0.164 () {34 vars in 781 bytes} [Tue Jun 16 01:41:33 2026] PUT /v2.0/routers/aaa4432a-35de-4c87-b04a-1fcaedbbb0aa/add_router_interface => generated 309 bytes in 1053 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 230/456] 10.0.0.164 () {34 vars in 667 bytes} [Tue Jun 16 01:41:33 2026] POST /v2.0/routers => generated 731 bytes in 1749 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 231/457] 10.0.0.164 () {32 vars in 738 bytes} [Tue Jun 16 01:41:35 2026] DELETE /v2.0/security-groups/50c9b7db-1052-4f64-8234-633afeba55bd => 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: 227/458] 10.0.0.164 () {34 vars in 781 bytes} [Tue Jun 16 01:41:35 2026] PUT /v2.0/routers/864e70ee-2077-4c64-9c6f-2864cf2fbf2e/add_router_interface => generated 309 bytes in 855 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 228/459] 10.0.0.1 () {38 vars in 967 bytes} [Tue Jun 16 01:41:35 2026] POST /v2.0/security-groups => generated 1685 bytes in 193 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 232/460] 10.0.0.164 () {34 vars in 781 bytes} [Tue Jun 16 01:41:35 2026] PUT /v2.0/routers/e8269413-16d2-443e-a19a-ba6b7699ff18/add_router_interface => generated 309 bytes in 1036 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 229/461] 10.0.0.164 () {34 vars in 683 bytes} [Tue Jun 16 01:41:36 2026] POST /v2.0/security-groups => generated 1659 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 233/462] 10.0.0.164 () {34 vars in 693 bytes} [Tue Jun 16 01:41:36 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: 234/463] 10.0.0.164 () {34 vars in 693 bytes} [Tue Jun 16 01:41:36 2026] POST /v2.0/security-group-rules => generated 602 bytes in 84 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 230/464] 10.0.0.1 () {34 vars in 987 bytes} [Tue Jun 16 01:41:36 2026] GET /v2.0/security-groups/f9cddc6f-ffa0-4f11-99aa-052ce0a076e7 => generated 1685 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 231/465] 10.0.0.1 () {38 vars in 977 bytes} [Tue Jun 16 01:41:36 2026] POST /v2.0/security-group-rules => generated 614 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 232/466] 10.0.0.1 () {38 vars in 967 bytes} [Tue Jun 16 01:41:36 2026] POST /v2.0/security-groups => generated 1685 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 233/467] 10.0.0.1 () {38 vars in 967 bytes} [Tue Jun 16 01:41:36 2026] POST /v2.0/security-groups => generated 1680 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 234/468] 10.0.0.1 () {34 vars in 987 bytes} [Tue Jun 16 01:41:37 2026] GET /v2.0/security-groups/0347c7ae-c62f-4745-be9f-6bea144cbe34 => generated 1685 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 235/469] 10.0.0.1 () {38 vars in 967 bytes} [Tue Jun 16 01:41:37 2026] POST /v2.0/security-groups => generated 1682 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 236/470] 10.0.0.1 () {38 vars in 977 bytes} [Tue Jun 16 01:41:37 2026] POST /v2.0/security-group-rules => generated 614 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 235/471] 10.0.0.164 () {34 vars in 674 bytes} [Tue Jun 16 01:41:36 2026] POST /v2.0/floatingips => generated 552 bytes in 724 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 236/472] 10.0.0.1 () {38 vars in 967 bytes} [Tue Jun 16 01:41:37 2026] POST /v2.0/security-groups => generated 1680 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 237/473] 10.0.0.1 () {34 vars in 987 bytes} [Tue Jun 16 01:41:37 2026] GET /v2.0/security-groups/0347c7ae-c62f-4745-be9f-6bea144cbe34 => generated 2310 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 238/474] 10.0.0.1 () {34 vars in 998 bytes} [Tue Jun 16 01:41:37 2026] GET /v2.0/security-groups?tenant_id=881d25eb18f34be0a98878e2129470bf => generated 7903 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 01:41:37.649 7 INFO neutron.db.segments_db [None req-04b64118-6315-4b1d-a647-79829aa153a4 cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] Added segment 6b87f486-3413-4f13-aa12-7e437dd099ae of type vxlan for network f050bf90-fe83-4525-bd93-05fcb9b0ae9c [pid: 8|app: 0|req: 239/475] 10.0.0.1 () {38 vars in 977 bytes} [Tue Jun 16 01:41:37 2026] POST /v2.0/security-group-rules => generated 619 bytes in 89 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 240/476] 10.0.0.1 () {34 vars in 987 bytes} [Tue Jun 16 01:41:37 2026] GET /v2.0/security-groups/0ab0820c-1483-4183-ae06-dbdada01b1f5 => generated 2918 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 241/477] 10.0.0.1 () {34 vars in 987 bytes} [Tue Jun 16 01:41:37 2026] GET /v2.0/security-groups/0347c7ae-c62f-4745-be9f-6bea144cbe34 => generated 2940 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 237/478] 10.0.0.164 () {34 vars in 669 bytes} [Tue Jun 16 01:41:37 2026] POST /v2.0/networks => generated 752 bytes in 382 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 242/479] 10.0.0.1 () {34 vars in 987 bytes} [Tue Jun 16 01:41:37 2026] GET /v2.0/security-groups/0ab0820c-1483-4183-ae06-dbdada01b1f5 => generated 2918 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 243/480] 10.0.0.1 () {34 vars in 997 bytes} [Tue Jun 16 01:41:37 2026] GET /v2.0/security-group-rules/ada13a9c-1cb7-4cb6-8d84-5eeff3c6421e => generated 616 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 244/481] 10.0.0.1 () {34 vars in 987 bytes} [Tue Jun 16 01:41:37 2026] GET /v2.0/security-groups/0347c7ae-c62f-4745-be9f-6bea144cbe34 => generated 2940 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 245/482] 10.0.0.1 () {34 vars in 987 bytes} [Tue Jun 16 01:41:37 2026] GET /v2.0/security-groups/8cd03eeb-5549-4a7c-a01a-5720830a154a => generated 1680 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 246/483] 10.0.0.1 () {36 vars in 1019 bytes} [Tue Jun 16 01:41:37 2026] DELETE /v2.0/security-group-rules/ada13a9c-1cb7-4cb6-8d84-5eeff3c6421e => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 238/484] 10.0.0.164 () {34 vars in 667 bytes} [Tue Jun 16 01:41:37 2026] POST /v2.0/subnets => generated 699 bytes in 181 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 239/485] 10.0.0.1 () {34 vars in 987 bytes} [Tue Jun 16 01:41:37 2026] GET /v2.0/security-groups/0347c7ae-c62f-4745-be9f-6bea144cbe34 => generated 2310 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 247/486] 10.0.0.1 () {36 vars in 1009 bytes} [Tue Jun 16 01:41:37 2026] DELETE /v2.0/security-groups/8cd03eeb-5549-4a7c-a01a-5720830a154a => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 01:41:38.001 7 INFO neutron.db.segments_db [None req-40d6ef9c-bfb2-402d-b374-d40534946913 cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] Added segment 9fc2b3f2-ee0d-42a5-a2a2-0d2ef10d1fc7 of type vxlan for network 8d400f98-e2c5-4ab1-9279-923e32582b87 [pid: 8|app: 0|req: 248/487] 10.0.0.1 () {36 vars in 1009 bytes} [Tue Jun 16 01:41:37 2026] DELETE /v2.0/security-groups/0347c7ae-c62f-4745-be9f-6bea144cbe34 => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 01:41:38.071 8 INFO neutron.api.v2.resource [req-b0dd37d6-16c3-4c9d-85be-50042409bfa9 req-994b958e-4f54-4a09-8b24-40531b545b57 5303a3c024a44c66a826d73ba3e157c1 881d25eb18f34be0a98878e2129470bf - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 249/488] 10.0.0.1 () {34 vars in 987 bytes} [Tue Jun 16 01:41:38 2026] GET /v2.0/security-groups/8cd03eeb-5549-4a7c-a01a-5720830a154a => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 250/489] 10.0.0.1 () {34 vars in 987 bytes} [Tue Jun 16 01:41:38 2026] GET /v2.0/security-groups/f9cddc6f-ffa0-4f11-99aa-052ce0a076e7 => generated 2310 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 251/490] 10.0.0.1 () {34 vars in 987 bytes} [Tue Jun 16 01:41:38 2026] GET /v2.0/security-groups/c7ddc432-e9f8-41c7-8a9e-c794bbc4a15d => generated 1682 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 01:41:38.174 7 INFO neutron.db.l3_hamode_db [None req-40d6ef9c-bfb2-402d-b374-d40534946913 cb71412498ad4e48a429cb486fd1bdf7 ac0cd12027bf4a9e8f7a02896b588918 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 252/491] 10.0.0.1 () {36 vars in 1009 bytes} [Tue Jun 16 01:41:38 2026] DELETE /v2.0/security-groups/f9cddc6f-ffa0-4f11-99aa-052ce0a076e7 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 253/492] 10.0.0.1 () {36 vars in 1009 bytes} [Tue Jun 16 01:41:38 2026] DELETE /v2.0/security-groups/c7ddc432-e9f8-41c7-8a9e-c794bbc4a15d => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 01:41:38.705 8 INFO neutron_taas.services.taas.taas_plugin [None req-5d59324c-faed-4ed3-9509-e09f343c4134 cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] TaaS: Handle Delete Port: 788e35a4-d75e-45bb-ad30-62ae571cb236 2026-06-16 01:41:38.714 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5d59324c-faed-4ed3-9509-e09f343c4134 cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] Tap Mirror: Handle Delete Port: 788e35a4-d75e-45bb-ad30-62ae571cb236 2026-06-16 01:41:38.759 7 INFO neutron.db.l3_hamode_db [None req-40d6ef9c-bfb2-402d-b374-d40534946913 cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 254/493] 10.0.0.164 () {34 vars in 787 bytes} [Tue Jun 16 01:41:38 2026] PUT /v2.0/routers/aaa4432a-35de-4c87-b04a-1fcaedbbb0aa/remove_router_interface => generated 309 bytes in 948 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 01:41:39.245 8 INFO neutron.api.v2.resource [req-9ecd97c1-334f-4790-b3ae-385764b392b9 req-f8f55b6f-f971-43fb-8fa3-8f73d7aefac3 5303a3c024a44c66a826d73ba3e157c1 881d25eb18f34be0a98878e2129470bf - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 255/494] 10.0.0.1 () {34 vars in 987 bytes} [Tue Jun 16 01:41:39 2026] GET /v2.0/security-groups/c7ddc432-e9f8-41c7-8a9e-c794bbc4a15d => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 01:41:39.463 8 INFO neutron_taas.services.taas.taas_plugin [None req-b9e7aa41-fde1-40eb-bc23-09d873b2f52c cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] TaaS: Handle Delete Port: 7dc1ee68-a1cb-45b1-9091-3461f8c94470 2026-06-16 01:41:39.466 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b9e7aa41-fde1-40eb-bc23-09d873b2f52c cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] Tap Mirror: Handle Delete Port: 7dc1ee68-a1cb-45b1-9091-3461f8c94470 2026-06-16 01:41:39.654 8 INFO neutron_taas.services.taas.taas_plugin [None req-b9e7aa41-fde1-40eb-bc23-09d873b2f52c cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] TaaS: Handle Delete Port: 3d17f440-b681-4510-a2f6-9480692d9fde 2026-06-16 01:41:39.656 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b9e7aa41-fde1-40eb-bc23-09d873b2f52c cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] Tap Mirror: Handle Delete Port: 3d17f440-b681-4510-a2f6-9480692d9fde 2026-06-16 01:41:39.729 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-b9e7aa41-fde1-40eb-bc23-09d873b2f52c cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] This handler is supposed to handle AFTER events, as in 'AFTER it's committed', not BEFORE. Offending resource event: port, after_delete. Location: File "/var/lib/openstack/lib/python3.12/site-packages/paste/urlmap.py", line 211, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/request_id.py", line 69, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/catch_errors.py", line 45, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/auth_token/__init__.py", line 341, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/audit/__init__.py", line 159, in __call__ response = req.get_response(self._application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/routes/middleware.py", line 153, in __call__ response = self.app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/resource.py", line 97, in resource result = method(request=request, **args) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 576, in delete return self._delete(request, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 603, in _delete obj_deleter(request.context, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 2245, in delete_router super().delete_router(context, id) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped return f_with_retry(*args, **kwargs, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 646, in delete_router self._core_plugin.delete_port(context.elevated(), rp_id, File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 717, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() [pid: 7|app: 0|req: 240/495] 10.0.0.164 () {34 vars in 667 bytes} [Tue Jun 16 01:41:37 2026] POST /v2.0/routers => generated 739 bytes in 1850 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 241/496] 10.0.0.1 () {34 vars in 987 bytes} [Tue Jun 16 01:41:39 2026] GET /v2.0/security-groups/f30ee9a6-72ec-42d0-924d-e551925d7f9a => generated 1680 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 01:41:40.060 8 INFO neutron.db.l3_hamode_db [None req-b9e7aa41-fde1-40eb-bc23-09d873b2f52c cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] HA network df6eb5fc-02c3-48f7-b267-dba4cb6e3cff was deleted as no HA routers are present in tenant 71145094f2f74f459911b6c21f9db653. [pid: 8|app: 0|req: 256/497] 10.0.0.164 () {32 vars in 722 bytes} [Tue Jun 16 01:41:39 2026] DELETE /v2.0/routers/aaa4432a-35de-4c87-b04a-1fcaedbbb0aa => generated 0 bytes in 816 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 257/498] 10.0.0.1 () {36 vars in 1009 bytes} [Tue Jun 16 01:41:40 2026] DELETE /v2.0/security-groups/f30ee9a6-72ec-42d0-924d-e551925d7f9a => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 258/499] 10.0.0.164 () {32 vars in 722 bytes} [Tue Jun 16 01:41:40 2026] DELETE /v2.0/subnets/cfd9a83b-1239-4341-9ef6-0e0dee1c7db3 => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 01:41:40.309 8 INFO neutron.api.v2.resource [req-efb5553e-d828-41ea-a6fe-2a17c771f0f7 req-8edc45c7-935e-439d-9425-151de5955c84 5303a3c024a44c66a826d73ba3e157c1 881d25eb18f34be0a98878e2129470bf - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 259/500] 10.0.0.1 () {34 vars in 987 bytes} [Tue Jun 16 01:41:40 2026] GET /v2.0/security-groups/f30ee9a6-72ec-42d0-924d-e551925d7f9a => generated 146 bytes in 8 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 01:41:40.415 8 INFO neutron_taas.services.taas.taas_plugin [None req-5f6e3af3-119f-413a-8e36-a08e2fb0a590 cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] TaaS: Handle Delete Port: 63e66e3c-81c4-4653-ab17-385deb704685 2026-06-16 01:41:40.418 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5f6e3af3-119f-413a-8e36-a08e2fb0a590 cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] Tap Mirror: Handle Delete Port: 63e66e3c-81c4-4653-ab17-385deb704685 2026-06-16 01:41:40.508 8 INFO neutron.services.segments.plugin [-] Segment 987575f9-a945-4ca8-995a-4410b583af68 resource provider aggregate not found 2026-06-16 01:41:40.512 8 INFO neutron.services.segments.plugin [-] Segment 987575f9-a945-4ca8-995a-4410b583af68 resource provider aggregate not found 2026-06-16 01:41:40.536 8 INFO neutron.services.segments.plugin [-] Segment 987575f9-a945-4ca8-995a-4410b583af68 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 987575f9-a945-4ca8-995a-4410b583af68 found for delete ", "request_id": "req-453c118b-4a54-4db8-970e-dac3298cf51c"}]} 2026-06-16 01:41:40.537 8 INFO neutron.services.segments.plugin [-] Segment 987575f9-a945-4ca8-995a-4410b583af68 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 987575f9-a945-4ca8-995a-4410b583af68 found for delete ", "request_id": "req-05c349c9-5299-4f8c-ba4a-c60462aaccd2"}]} [pid: 8|app: 0|req: 260/501] 10.0.0.164 () {32 vars in 724 bytes} [Tue Jun 16 01:41:40 2026] DELETE /v2.0/networks/67d260ce-a1dd-4b27-9d89-b31f96dcf103 => generated 0 bytes in 310 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 261/502] 10.0.0.1 () {34 vars in 998 bytes} [Tue Jun 16 01:41:40 2026] GET /v2.0/security-groups?tenant_id=881d25eb18f34be0a98878e2129470bf => generated 2921 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 262/503] 10.0.0.1 () {34 vars in 987 bytes} [Tue Jun 16 01:41:40 2026] GET /v2.0/security-groups/0ab0820c-1483-4183-ae06-dbdada01b1f5 => generated 2918 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 263/504] 10.0.0.1 () {34 vars in 987 bytes} [Tue Jun 16 01:41:40 2026] GET /v2.0/security-groups/0ab0820c-1483-4183-ae06-dbdada01b1f5 => generated 2918 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 264/505] 10.0.0.164 () {32 vars in 772 bytes} [Tue Jun 16 01:41:40 2026] GET /v2.0/security-groups?tenant_id=71145094f2f74f459911b6c21f9db653&name=default => generated 2921 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 01:41:40.783 8 INFO neutron.api.v2.resource [req-80e7912b-5172-449b-ac0c-af96e14c6a48 req-fd3241c1-cd17-4030-a1e3-d9fcec7f85fc 5303a3c024a44c66a826d73ba3e157c1 881d25eb18f34be0a98878e2129470bf - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 265/506] 10.0.0.1 () {34 vars in 987 bytes} [Tue Jun 16 01:41:40 2026] GET /v2.0/security-groups/f30ee9a6-72ec-42d0-924d-e551925d7f9a => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 242/507] 10.0.0.164 () {34 vars in 781 bytes} [Tue Jun 16 01:41:39 2026] PUT /v2.0/routers/620d8a38-dd16-44fc-b8b2-18cfdb6ff003/add_router_interface => generated 309 bytes in 1009 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 01:41:40.851 7 INFO neutron.api.v2.resource [req-e3babefe-b9de-4bb0-bdf5-0b36f5813102 req-c156b517-c2a5-426d-be75-6856ce116bd9 5303a3c024a44c66a826d73ba3e157c1 881d25eb18f34be0a98878e2129470bf - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 243/508] 10.0.0.1 () {34 vars in 987 bytes} [Tue Jun 16 01:41:40 2026] GET /v2.0/security-groups/c7ddc432-e9f8-41c7-8a9e-c794bbc4a15d => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 266/509] 10.0.0.164 () {32 vars in 738 bytes} [Tue Jun 16 01:41:40 2026] DELETE /v2.0/security-groups/752239e7-75cc-43b9-841a-96c848c83149 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 01:41:40.889 7 INFO neutron.api.v2.resource [req-ef588c6a-4a74-4c48-b867-568e9c29ceef req-de8779f5-1a81-4fb0-9dfd-6aecf323e2d8 5303a3c024a44c66a826d73ba3e157c1 881d25eb18f34be0a98878e2129470bf - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 244/510] 10.0.0.1 () {34 vars in 987 bytes} [Tue Jun 16 01:41:40 2026] GET /v2.0/security-groups/8cd03eeb-5549-4a7c-a01a-5720830a154a => generated 146 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 01:41:41.256 8 INFO neutron_taas.services.taas.taas_plugin [None req-cfa051df-b6b2-4239-8857-6d2fe1d3c50a cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] TaaS: Handle Delete Port: f463a42d-bce8-424f-a230-6129ee17b970 2026-06-16 01:41:41.258 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cfa051df-b6b2-4239-8857-6d2fe1d3c50a cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] Tap Mirror: Handle Delete Port: f463a42d-bce8-424f-a230-6129ee17b970 [pid: 7|app: 0|req: 245/511] 10.0.0.164 () {34 vars in 683 bytes} [Tue Jun 16 01:41:41 2026] POST /v2.0/security-groups => generated 1660 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 246/512] 10.0.0.164 () {34 vars in 693 bytes} [Tue Jun 16 01:41:41 2026] POST /v2.0/security-group-rules => generated 597 bytes in 82 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 247/513] 10.0.0.164 () {34 vars in 693 bytes} [Tue Jun 16 01:41:41 2026] POST /v2.0/security-group-rules => generated 602 bytes in 82 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 267/514] 10.0.0.164 () {34 vars in 787 bytes} [Tue Jun 16 01:41:40 2026] PUT /v2.0/routers/e8269413-16d2-443e-a19a-ba6b7699ff18/remove_router_interface => generated 309 bytes in 852 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 01:41:41.922 8 INFO neutron_taas.services.taas.taas_plugin [None req-97c878d9-8a67-45ca-8195-a20179dce539 cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] TaaS: Handle Delete Port: ed74265d-1242-44ad-908f-cf53ee6577d4 2026-06-16 01:41:41.926 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-97c878d9-8a67-45ca-8195-a20179dce539 cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] Tap Mirror: Handle Delete Port: ed74265d-1242-44ad-908f-cf53ee6577d4 2026-06-16 01:41:42.147 8 INFO neutron_taas.services.taas.taas_plugin [None req-97c878d9-8a67-45ca-8195-a20179dce539 cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] TaaS: Handle Delete Port: 8e4ba9ac-d21f-409d-8db9-46c52e4eb0ff [pid: 7|app: 0|req: 248/515] 10.0.0.164 () {34 vars in 674 bytes} [Tue Jun 16 01:41:41 2026] POST /v2.0/floatingips => generated 552 bytes in 401 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 01:41:42.150 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-97c878d9-8a67-45ca-8195-a20179dce539 cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] Tap Mirror: Handle Delete Port: 8e4ba9ac-d21f-409d-8db9-46c52e4eb0ff [pid: 7|app: 0|req: 249/516] 10.0.0.1 () {34 vars in 1094 bytes} [Tue Jun 16 01:41:42 2026] GET /v2.0/security-groups?name=tempest-securitygroup--897236752&fields=id&tenant_id=61297a748a9b43cb97d952107422e485 => generated 69 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 250/517] 10.0.0.1 () {34 vars in 978 bytes} [Tue Jun 16 01:41:42 2026] GET /v2.0/networks?id=c882c13a-af32-430d-b4da-d7fcf98c994e => generated 679 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 251/518] 10.0.0.1 () {34 vars in 961 bytes} [Tue Jun 16 01:41:42 2026] GET /v2.0/quotas/61297a748a9b43cb97d952107422e485 => 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: 252/519] 10.0.0.1 () {34 vars in 998 bytes} [Tue Jun 16 01:41:42 2026] GET /v2.0/ports?tenant_id=61297a748a9b43cb97d952107422e485&fields=id => generated 103 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 01:41:42.455 8 INFO neutron.db.l3_hamode_db [None req-97c878d9-8a67-45ca-8195-a20179dce539 cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] HA network e2c44a35-cf9b-403d-8987-8a2ef4412061 was deleted as no HA routers are present in tenant 881d25eb18f34be0a98878e2129470bf. [pid: 8|app: 0|req: 268/520] 10.0.0.164 () {32 vars in 722 bytes} [Tue Jun 16 01:41:41 2026] DELETE /v2.0/routers/e8269413-16d2-443e-a19a-ba6b7699ff18 => generated 0 bytes in 703 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 01:41:42.556 8 INFO neutron.services.segments.plugin [-] Segment 19a456f6-28e9-4df1-8c5c-249a50f6fd77 resource provider aggregate not found 2026-06-16 01:41:42.556 8 INFO neutron.services.segments.plugin [-] Segment 19a456f6-28e9-4df1-8c5c-249a50f6fd77 resource provider aggregate not found 2026-06-16 01:41:42.568 8 INFO neutron.services.segments.plugin [-] Segment 19a456f6-28e9-4df1-8c5c-249a50f6fd77 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 19a456f6-28e9-4df1-8c5c-249a50f6fd77 found for delete ", "request_id": "req-8572590f-be43-4b3a-b272-dc1078c7a929"}]} 2026-06-16 01:41:42.570 8 INFO neutron.services.segments.plugin [-] Segment 19a456f6-28e9-4df1-8c5c-249a50f6fd77 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 19a456f6-28e9-4df1-8c5c-249a50f6fd77 found for delete ", "request_id": "req-819e2a14-05c0-4e5f-8de1-6f26152c3445"}]} 2026-06-16 01:41:42.580 8 INFO neutron.services.segments.plugin [-] Segment 93550e8e-6b9f-4bb0-838e-e1ea0b416519 resource provider aggregate not found 2026-06-16 01:41:42.582 8 INFO neutron.services.segments.plugin [-] Segment 93550e8e-6b9f-4bb0-838e-e1ea0b416519 resource provider aggregate not found [pid: 7|app: 0|req: 253/521] 10.0.0.164 () {32 vars in 722 bytes} [Tue Jun 16 01:41:42 2026] DELETE /v2.0/subnets/6293db51-8311-46bb-8325-71b8f9c7b2f5 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 01:41:42.592 8 INFO neutron.services.segments.plugin [-] Segment 93550e8e-6b9f-4bb0-838e-e1ea0b416519 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 93550e8e-6b9f-4bb0-838e-e1ea0b416519 found for delete ", "request_id": "req-f5c90e90-e1a5-409c-aa29-2eeaf466440b"}]} 2026-06-16 01:41:42.595 8 INFO neutron.services.segments.plugin [-] Segment 93550e8e-6b9f-4bb0-838e-e1ea0b416519 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 93550e8e-6b9f-4bb0-838e-e1ea0b416519 found for delete ", "request_id": "req-c2b48e33-22ab-4f31-8c48-ceaa738c3931"}]} [pid: 7|app: 0|req: 254/522] 10.0.0.1 () {34 vars in 1094 bytes} [Tue Jun 16 01:41:42 2026] GET /v2.0/security-groups?name=tempest-securitygroup--677755906&fields=id&tenant_id=ac0cd12027bf4a9e8f7a02896b588918 => generated 69 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 255/523] 10.0.0.164 () {32 vars in 724 bytes} [Tue Jun 16 01:41:42 2026] DELETE /v2.0/networks/90c07792-ee1d-4a3e-b9c8-c6b9fb2083a2 => generated 0 bytes in 191 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 256/524] 10.0.0.1 () {34 vars in 978 bytes} [Tue Jun 16 01:41:42 2026] GET /v2.0/networks?id=f050bf90-fe83-4525-bd93-05fcb9b0ae9c => generated 684 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 01:41:42.864 8 INFO neutron.db.segments_db [None req-5392ffd2-e9f2-4bed-812c-4b40bec9a3e0 cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] Added segment e613232d-2496-47cf-a845-ae0474083869 of type vxlan for network baf139ee-1345-432c-ac6c-e529c4096dfa [pid: 7|app: 0|req: 257/525] 10.0.0.1 () {34 vars in 903 bytes} [Tue Jun 16 01:41:42 2026] GET /v2.0/extensions => generated 21537 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 258/526] 10.0.0.1 () {34 vars in 961 bytes} [Tue Jun 16 01:41:42 2026] GET /v2.0/quotas/ac0cd12027bf4a9e8f7a02896b588918 => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 269/527] 10.0.0.164 () {34 vars in 669 bytes} [Tue Jun 16 01:41:42 2026] POST /v2.0/networks => generated 743 bytes in 360 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 259/528] 10.0.0.1 () {34 vars in 1004 bytes} [Tue Jun 16 01:41:42 2026] GET /v2.0/networks/c882c13a-af32-430d-b4da-d7fcf98c994e?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 270/529] 10.0.0.1 () {34 vars in 998 bytes} [Tue Jun 16 01:41:42 2026] GET /v2.0/ports?tenant_id=ac0cd12027bf4a9e8f7a02896b588918&fields=id => generated 57 bytes in 77 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.164 () {32 vars in 772 bytes} [Tue Jun 16 01:41:43 2026] GET /v2.0/security-groups?tenant_id=881d25eb18f34be0a98878e2129470bf&name=default => generated 2921 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 272/531] 10.0.0.1 () {34 vars in 1104 bytes} [Tue Jun 16 01:41:43 2026] GET /v2.0/networks/c882c13a-af32-430d-b4da-d7fcf98c994e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 260/532] 10.0.0.164 () {34 vars in 667 bytes} [Tue Jun 16 01:41:42 2026] POST /v2.0/subnets => generated 690 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 273/533] 10.0.0.164 () {32 vars in 738 bytes} [Tue Jun 16 01:41:43 2026] DELETE /v2.0/security-groups/0ab0820c-1483-4183-ae06-dbdada01b1f5 => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 01:41:43.164 7 INFO neutron.db.segments_db [None req-2a622a1e-9489-4a90-8b27-f0a8e0e2fb11 cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] Added segment eaedc7d7-36b9-4b79-bc0d-b118205d2a0e of type vxlan for network 6753c1e0-dad7-4d83-9d48-c20e6b0f9555 2026-06-16 01:41:43.248 7 INFO neutron.services.segments.plugin [-] Segment 9b23bd54-c750-43f0-9b7b-84d53fa4c5bd resource provider aggregate not found 2026-06-16 01:41:43.262 7 INFO neutron.services.segments.plugin [-] Segment 9b23bd54-c750-43f0-9b7b-84d53fa4c5bd resource provider aggregate not found 2026-06-16 01:41:43.277 7 INFO neutron.services.segments.plugin [-] Segment 9b23bd54-c750-43f0-9b7b-84d53fa4c5bd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9b23bd54-c750-43f0-9b7b-84d53fa4c5bd found for delete ", "request_id": "req-0caf2fac-65f3-421b-a769-8a6e7903a079"}]} 2026-06-16 01:41:43.281 7 INFO neutron.services.segments.plugin [-] Segment 9b23bd54-c750-43f0-9b7b-84d53fa4c5bd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9b23bd54-c750-43f0-9b7b-84d53fa4c5bd found for delete ", "request_id": "req-0e86e8b1-8dc9-4a44-ac8b-4ee992b30ad2"}]} [pid: 8|app: 0|req: 274/534] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:41:43 2026] GET /v2.0/ports?device_id=5ec4998f-bff4-4730-b535-4b441861bebf => generated 12 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 01:41:43.450 7 INFO neutron.db.l3_hamode_db [None req-2a622a1e-9489-4a90-8b27-f0a8e0e2fb11 cb71412498ad4e48a429cb486fd1bdf7 019d1de8ac4d485cb8ee4b9356e600a7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 275/535] 10.0.0.1 () {34 vars in 903 bytes} [Tue Jun 16 01:41:43 2026] GET /v2.0/extensions => generated 21537 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 276/536] 10.0.0.1 () {34 vars in 1004 bytes} [Tue Jun 16 01:41:43 2026] GET /v2.0/networks/f050bf90-fe83-4525-bd93-05fcb9b0ae9c?fields=segments => generated 14 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 277/537] 10.0.0.1 () {34 vars in 1104 bytes} [Tue Jun 16 01:41:43 2026] GET /v2.0/networks/f050bf90-fe83-4525-bd93-05fcb9b0ae9c?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: 278/538] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:41:43 2026] GET /v2.0/ports?device_id=ff746c37-582b-4745-9cff-ed2f4cc3bf75 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 01:41:44.125 7 INFO neutron.db.l3_hamode_db [None req-2a622a1e-9489-4a90-8b27-f0a8e0e2fb11 cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 279/539] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:41:44 2026] GET /v2.0/ports?device_id=5ec4998f-bff4-4730-b535-4b441861bebf => 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: 261/540] 10.0.0.164 () {34 vars in 667 bytes} [Tue Jun 16 01:41:43 2026] POST /v2.0/routers => generated 730 bytes in 1796 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 280/541] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:41:44 2026] GET /v2.0/ports?device_id=ff746c37-582b-4745-9cff-ed2f4cc3bf75 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 281/542] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:41:45 2026] GET /v2.0/ports?device_id=5ec4998f-bff4-4730-b535-4b441861bebf => 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: 282/543] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:41:45 2026] GET /v2.0/ports?device_id=ff746c37-582b-4745-9cff-ed2f4cc3bf75 => 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: 262/546] 10.0.0.164 () {34 vars in 781 bytes} [Tue Jun 16 01:41:44 2026] PUT /v2.0/routers/fcc237ed-9bed-4860-8a26-566bd2d7a0c0/add_router_interface => generated 309 bytes in 1176 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 285/547] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:41:46 2026] GET /v2.0/ports?device_id=5ec4998f-bff4-4730-b535-4b441861bebf => 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: 263/548] 10.0.0.164 () {34 vars in 683 bytes} [Tue Jun 16 01:41:46 2026] POST /v2.0/security-groups => generated 1660 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 286/549] 10.0.0.164 () {34 vars in 693 bytes} [Tue Jun 16 01:41:46 2026] POST /v2.0/security-group-rules => generated 597 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 287/550] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:41:47 2026] GET /v2.0/ports?device_id=ff746c37-582b-4745-9cff-ed2f4cc3bf75 => 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: 264/551] 10.0.0.164 () {34 vars in 693 bytes} [Tue Jun 16 01:41:47 2026] POST /v2.0/security-group-rules => generated 602 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 288/552] 10.0.0.164 () {34 vars in 674 bytes} [Tue Jun 16 01:41:47 2026] POST /v2.0/floatingips => generated 552 bytes in 535 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 265/553] 10.0.0.164 () {32 vars in 772 bytes} [Tue Jun 16 01:41:47 2026] GET /v2.0/security-groups?tenant_id=b47fe5df8a914134bded90f4587c9222&name=default => generated 2925 bytes in 271 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 266/554] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:41:47 2026] GET /v2.0/ports?device_id=5ec4998f-bff4-4730-b535-4b441861bebf => generated 12 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 289/555] 10.0.0.164 () {32 vars in 738 bytes} [Tue Jun 16 01:41:47 2026] DELETE /v2.0/security-groups/3a0c400c-1cfd-4f17-8a0d-acfd68843f9d => 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: 290/556] 10.0.0.1 () {34 vars in 1096 bytes} [Tue Jun 16 01:41:48 2026] GET /v2.0/security-groups?name=tempest-securitygroup--2080518944&fields=id&tenant_id=019d1de8ac4d485cb8ee4b9356e600a7 => generated 69 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 267/557] 10.0.0.164 () {32 vars in 772 bytes} [Tue Jun 16 01:41:48 2026] GET /v2.0/security-groups?tenant_id=fa6fb1830e714f56b02b91c504f95d34&name=default => generated 2925 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 291/558] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:41:48 2026] GET /v2.0/ports?device_id=ff746c37-582b-4745-9cff-ed2f4cc3bf75 => 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: 268/559] 10.0.0.1 () {34 vars in 978 bytes} [Tue Jun 16 01:41:48 2026] GET /v2.0/networks?id=baf139ee-1345-432c-ac6c-e529c4096dfa => generated 675 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 269/560] 10.0.0.1 () {34 vars in 961 bytes} [Tue Jun 16 01:41:48 2026] GET /v2.0/quotas/019d1de8ac4d485cb8ee4b9356e600a7 => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 292/561] 10.0.0.164 () {32 vars in 738 bytes} [Tue Jun 16 01:41:48 2026] DELETE /v2.0/security-groups/95b23f2b-5205-4bf5-a14a-3ce37d99f1c0 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 270/562] 10.0.0.1 () {34 vars in 998 bytes} [Tue Jun 16 01:41:48 2026] GET /v2.0/ports?tenant_id=019d1de8ac4d485cb8ee4b9356e600a7&fields=id => generated 57 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 271/563] 10.0.0.1 () {34 vars in 1004 bytes} [Tue Jun 16 01:41:48 2026] GET /v2.0/networks/baf139ee-1345-432c-ac6c-e529c4096dfa?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: 272/564] 10.0.0.1 () {34 vars in 1104 bytes} [Tue Jun 16 01:41:48 2026] GET /v2.0/networks/baf139ee-1345-432c-ac6c-e529c4096dfa?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 293/565] 199.19.213.21 () {34 vars in 983 bytes} [Tue Jun 16 01:41:48 2026] GET /v2.0/networks?id=c882c13a-af32-430d-b4da-d7fcf98c994e => generated 679 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 273/566] 199.19.213.21 () {34 vars in 908 bytes} [Tue Jun 16 01:41:48 2026] GET /v2.0/extensions => generated 21537 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 294/567] 199.19.213.21 () {34 vars in 1047 bytes} [Tue Jun 16 01:41:48 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=61297a748a9b43cb97d952107422e485 => generated 180 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 295/568] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:41:48 2026] GET /v2.0/ports?device_id=0fef37ef-592b-4e71-b2f8-230bc90dcde1 => generated 12 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 274/569] 199.19.213.21 () {38 vars in 952 bytes} [Tue Jun 16 01:41:48 2026] POST /v2.0/ports => generated 958 bytes in 405 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 296/570] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:41:48 2026] GET /v2.0/ports?device_id=5ec4998f-bff4-4730-b535-4b441861bebf => generated 961 bytes in 96 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: 275/571] 10.0.0.1 () {34 vars in 1036 bytes} [Tue Jun 16 01:41:49 2026] GET /v2.0/security-groups?id=24af4621-cacf-42c2-acc6-7bf36ba69ae9&fields=id&fields=name => generated 113 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 297/572] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:41:49 2026] GET /v2.0/ports?device_id=ff746c37-582b-4745-9cff-ed2f4cc3bf75 => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 298/573] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:41:49 2026] GET /v2.0/ports?device_id=0fef37ef-592b-4e71-b2f8-230bc90dcde1 => 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: 276/574] 199.19.213.21 () {38 vars in 1025 bytes} [Tue Jun 16 01:41:49 2026] PUT /v2.0/ports/645b15db-4109-4863-86fb-dba7930cc254 => generated 1239 bytes in 609 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 299/575] 199.19.213.21 () {34 vars in 983 bytes} [Tue Jun 16 01:41:50 2026] GET /v2.0/networks?id=f050bf90-fe83-4525-bd93-05fcb9b0ae9c => generated 684 bytes in 42 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: 277/576] 199.19.213.21 () {34 vars in 1047 bytes} [Tue Jun 16 01:41:50 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=ac0cd12027bf4a9e8f7a02896b588918 => generated 180 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 278/577] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:41:50 2026] GET /v2.0/ports?device_id=5ec4998f-bff4-4730-b535-4b441861bebf => generated 973 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 279/578] 10.0.0.1 () {34 vars in 1036 bytes} [Tue Jun 16 01:41:50 2026] GET /v2.0/security-groups?id=24af4621-cacf-42c2-acc6-7bf36ba69ae9&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 280/579] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:41:50 2026] GET /v2.0/ports?device_id=ff746c37-582b-4745-9cff-ed2f4cc3bf75 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 01:41:50.430 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-9e9318d1-8e8e-4224-b3a6-7f008c536990'] response: {'name': 'network-changed', 'server_uuid': '5ec4998f-bff4-4730-b535-4b441861bebf', 'tag': '645b15db-4109-4863-86fb-dba7930cc254', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 300/580] 199.19.213.21 () {38 vars in 952 bytes} [Tue Jun 16 01:41:50 2026] POST /v2.0/ports => generated 958 bytes in 436 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 301/581] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:41:50 2026] GET /v2.0/ports?device_id=0fef37ef-592b-4e71-b2f8-230bc90dcde1 => 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: 302/582] 199.19.213.21 () {34 vars in 1077 bytes} [Tue Jun 16 01:41:50 2026] GET /v2.0/ports?tenant_id=61297a748a9b43cb97d952107422e485&device_id=5ec4998f-bff4-4730-b535-4b441861bebf => generated 1242 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 281/583] 199.19.213.21 () {38 vars in 1025 bytes} [Tue Jun 16 01:41:50 2026] PUT /v2.0/ports/12927f21-a391-4e8a-9868-4a2e11204ea0 => generated 1239 bytes in 390 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 303/584] 199.19.213.21 () {34 vars in 1057 bytes} [Tue Jun 16 01:41:50 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=645b15db-4109-4863-86fb-dba7930cc254 => generated 19 bytes in 387 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: 282/585] 199.19.213.21 () {34 vars in 981 bytes} [Tue Jun 16 01:41:51 2026] GET /v2.0/subnets?id=858c34e0-ca6e-49bc-aaaf-2f03ec9b6faf => generated 697 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 304/586] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:41:51 2026] GET /v2.0/ports?device_id=5ec4998f-bff4-4730-b535-4b441861bebf => generated 973 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 305/587] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:41:51 2026] GET /v2.0/ports?device_id=ff746c37-582b-4745-9cff-ed2f4cc3bf75 => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 283/588] 199.19.213.21 () {34 vars in 1049 bytes} [Tue Jun 16 01:41:51 2026] GET /v2.0/ports?network_id=c882c13a-af32-430d-b4da-d7fcf98c994e&device_owner=network%3Adhcp => generated 1244 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 284/589] 10.0.0.1 () {34 vars in 1036 bytes} [Tue Jun 16 01:41:51 2026] GET /v2.0/security-groups?id=1b870322-3f96-4ffc-8857-f3561d479e7c&fields=id&fields=name => generated 113 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 306/590] 10.0.0.1 () {34 vars in 1036 bytes} [Tue Jun 16 01:41:51 2026] GET /v2.0/security-groups?id=24af4621-cacf-42c2-acc6-7bf36ba69ae9&fields=id&fields=name => generated 113 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 285/591] 199.19.213.21 () {34 vars in 1009 bytes} [Tue Jun 16 01:41:51 2026] GET /v2.0/networks/c882c13a-af32-430d-b4da-d7fcf98c994e?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: 307/592] 199.19.213.21 () {34 vars in 1109 bytes} [Tue Jun 16 01:41:51 2026] GET /v2.0/networks/c882c13a-af32-430d-b4da-d7fcf98c994e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 286/593] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:41:51 2026] GET /v2.0/ports?device_id=0fef37ef-592b-4e71-b2f8-230bc90dcde1 => 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: 308/594] 199.19.213.21 () {34 vars in 1077 bytes} [Tue Jun 16 01:41:51 2026] GET /v2.0/ports?tenant_id=ac0cd12027bf4a9e8f7a02896b588918&device_id=ff746c37-582b-4745-9cff-ed2f4cc3bf75 => generated 1242 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 287/595] 199.19.213.21 () {34 vars in 1057 bytes} [Tue Jun 16 01:41:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=12927f21-a391-4e8a-9868-4a2e11204ea0 => generated 19 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 309/596] 199.19.213.21 () {34 vars in 981 bytes} [Tue Jun 16 01:41:52 2026] GET /v2.0/subnets?id=d5e11da1-62e8-4125-ab90-7a6e8d394c39 => generated 702 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 288/597] 199.19.213.21 () {34 vars in 1049 bytes} [Tue Jun 16 01:41:52 2026] GET /v2.0/ports?network_id=f050bf90-fe83-4525-bd93-05fcb9b0ae9c&device_owner=network%3Adhcp => generated 1244 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 310/598] 199.19.213.21 () {34 vars in 1009 bytes} [Tue Jun 16 01:41:52 2026] GET /v2.0/networks/f050bf90-fe83-4525-bd93-05fcb9b0ae9c?fields=segments => generated 14 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 289/599] 199.19.213.21 () {34 vars in 1109 bytes} [Tue Jun 16 01:41:52 2026] GET /v2.0/networks/f050bf90-fe83-4525-bd93-05fcb9b0ae9c?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) 2026-06-16 01:41:52.482 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-82b477f4-cb50-4537-8f75-0fdc76a33a79'] response: {'name': 'network-changed', 'server_uuid': 'ff746c37-582b-4745-9cff-ed2f4cc3bf75', 'tag': '12927f21-a391-4e8a-9868-4a2e11204ea0', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 311/600] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:41:52 2026] GET /v2.0/ports?device_id=ff746c37-582b-4745-9cff-ed2f4cc3bf75 => generated 973 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 290/601] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:41:52 2026] GET /v2.0/ports?device_id=5ec4998f-bff4-4730-b535-4b441861bebf => generated 973 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 312/602] 199.19.213.21 () {34 vars in 1077 bytes} [Tue Jun 16 01:41:52 2026] GET /v2.0/ports?tenant_id=61297a748a9b43cb97d952107422e485&device_id=5ec4998f-bff4-4730-b535-4b441861bebf => generated 1242 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 291/603] 10.0.0.1 () {34 vars in 1036 bytes} [Tue Jun 16 01:41:52 2026] GET /v2.0/security-groups?id=1b870322-3f96-4ffc-8857-f3561d479e7c&fields=id&fields=name => generated 113 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 313/604] 10.0.0.1 () {34 vars in 1036 bytes} [Tue Jun 16 01:41:52 2026] GET /v2.0/security-groups?id=24af4621-cacf-42c2-acc6-7bf36ba69ae9&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 292/605] 199.19.213.21 () {34 vars in 983 bytes} [Tue Jun 16 01:41:52 2026] GET /v2.0/networks?id=c882c13a-af32-430d-b4da-d7fcf98c994e => generated 775 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 314/606] 199.19.213.21 () {34 vars in 1057 bytes} [Tue Jun 16 01:41:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=645b15db-4109-4863-86fb-dba7930cc254 => 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: 293/607] 199.19.213.21 () {34 vars in 981 bytes} [Tue Jun 16 01:41:52 2026] GET /v2.0/subnets?id=858c34e0-ca6e-49bc-aaaf-2f03ec9b6faf => generated 697 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 315/608] 199.19.213.21 () {34 vars in 983 bytes} [Tue Jun 16 01:41:52 2026] GET /v2.0/networks?id=baf139ee-1345-432c-ac6c-e529c4096dfa => generated 675 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 316/609] 199.19.213.21 () {34 vars in 1047 bytes} [Tue Jun 16 01:41:52 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=019d1de8ac4d485cb8ee4b9356e600a7 => generated 181 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 294/610] 199.19.213.21 () {34 vars in 1049 bytes} [Tue Jun 16 01:41:52 2026] GET /v2.0/ports?network_id=c882c13a-af32-430d-b4da-d7fcf98c994e&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: 7|app: 0|req: 295/611] 199.19.213.21 () {34 vars in 1009 bytes} [Tue Jun 16 01:41:52 2026] GET /v2.0/networks/c882c13a-af32-430d-b4da-d7fcf98c994e?fields=segments => generated 14 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 296/612] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:41:52 2026] GET /v2.0/ports?device_id=0fef37ef-592b-4e71-b2f8-230bc90dcde1 => 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: 297/613] 199.19.213.21 () {34 vars in 1109 bytes} [Tue Jun 16 01:41:52 2026] GET /v2.0/networks/c882c13a-af32-430d-b4da-d7fcf98c994e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 317/614] 199.19.213.21 () {38 vars in 952 bytes} [Tue Jun 16 01:41:52 2026] POST /v2.0/ports => generated 954 bytes in 299 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 298/615] 10.0.0.164 () {32 vars in 772 bytes} [Tue Jun 16 01:41:53 2026] GET /v2.0/security-groups?tenant_id=3f95b8b373134470b9d180299a2c4d4f&name=default => generated 2925 bytes in 301 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 299/616] 199.19.213.21 () {34 vars in 1077 bytes} [Tue Jun 16 01:41:53 2026] GET /v2.0/ports?tenant_id=ac0cd12027bf4a9e8f7a02896b588918&device_id=ff746c37-582b-4745-9cff-ed2f4cc3bf75 => generated 1242 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 318/617] 199.19.213.21 () {38 vars in 1025 bytes} [Tue Jun 16 01:41:53 2026] PUT /v2.0/ports/d5823691-f22b-4dcf-8ee4-d72f929dfb25 => generated 1235 bytes in 335 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: 300/618] 10.0.0.164 () {32 vars in 738 bytes} [Tue Jun 16 01:41:53 2026] DELETE /v2.0/security-groups/0314b6b3-8fec-4773-b435-4e65c868aa1d => 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: 319/619] 199.19.213.21 () {34 vars in 983 bytes} [Tue Jun 16 01:41:53 2026] GET /v2.0/networks?id=f050bf90-fe83-4525-bd93-05fcb9b0ae9c => generated 780 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 301/620] 199.19.213.21 () {34 vars in 1057 bytes} [Tue Jun 16 01:41:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=12927f21-a391-4e8a-9868-4a2e11204ea0 => generated 19 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 320/621] 199.19.213.21 () {34 vars in 981 bytes} [Tue Jun 16 01:41:53 2026] GET /v2.0/subnets?id=d5e11da1-62e8-4125-ab90-7a6e8d394c39 => generated 702 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 302/622] 199.19.213.21 () {34 vars in 1049 bytes} [Tue Jun 16 01:41:53 2026] GET /v2.0/ports?network_id=f050bf90-fe83-4525-bd93-05fcb9b0ae9c&device_owner=network%3Adhcp => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 321/623] 10.0.0.164 () {32 vars in 772 bytes} [Tue Jun 16 01:41:53 2026] GET /v2.0/security-groups?tenant_id=e4bf76e1acb24870aaccd2f73290e398&name=default => generated 2925 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 322/624] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:41:53 2026] GET /v2.0/ports?device_id=5ec4998f-bff4-4730-b535-4b441861bebf => 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: 323/625] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:41:53 2026] GET /v2.0/ports?device_id=ff746c37-582b-4745-9cff-ed2f4cc3bf75 => generated 973 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 324/626] 10.0.0.164 () {32 vars in 738 bytes} [Tue Jun 16 01:41:53 2026] DELETE /v2.0/security-groups/6f624a8d-04b8-4ea8-ad8b-3ef06c6c13a2 => 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: 325/627] 10.0.0.1 () {34 vars in 1036 bytes} [Tue Jun 16 01:41:53 2026] GET /v2.0/security-groups?id=24af4621-cacf-42c2-acc6-7bf36ba69ae9&fields=id&fields=name => generated 113 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 326/628] 10.0.0.1 () {34 vars in 1036 bytes} [Tue Jun 16 01:41:53 2026] GET /v2.0/security-groups?id=1b870322-3f96-4ffc-8857-f3561d479e7c&fields=id&fields=name => generated 113 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 01:41:54.047 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-33bb386c-53ef-4e85-b529-ddc6f34cd76e'] response: {'name': 'network-changed', 'server_uuid': '0fef37ef-592b-4e71-b2f8-230bc90dcde1', 'tag': 'd5823691-f22b-4dcf-8ee4-d72f929dfb25', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 303/629] 199.19.213.21 () {34 vars in 1009 bytes} [Tue Jun 16 01:41:53 2026] GET /v2.0/networks/f050bf90-fe83-4525-bd93-05fcb9b0ae9c?fields=segments => generated 14 bytes in 358 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 327/630] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:41:54 2026] GET /v2.0/ports?device_id=0fef37ef-592b-4e71-b2f8-230bc90dcde1 => 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: 328/631] 10.0.0.1 () {34 vars in 1036 bytes} [Tue Jun 16 01:41:54 2026] GET /v2.0/security-groups?id=d1eeb5a4-da96-4567-87e8-fb933da9be46&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: 304/632] 199.19.213.21 () {34 vars in 1109 bytes} [Tue Jun 16 01:41:54 2026] GET /v2.0/networks/f050bf90-fe83-4525-bd93-05fcb9b0ae9c?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: 329/633] 199.19.213.21 () {34 vars in 1077 bytes} [Tue Jun 16 01:41:54 2026] GET /v2.0/ports?tenant_id=019d1de8ac4d485cb8ee4b9356e600a7&device_id=0fef37ef-592b-4e71-b2f8-230bc90dcde1 => generated 1238 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 305/634] 199.19.213.21 () {34 vars in 1055 bytes} [Tue Jun 16 01:41:54 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=d5823691-f22b-4dcf-8ee4-d72f929dfb25 => 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: 330/635] 199.19.213.21 () {34 vars in 981 bytes} [Tue Jun 16 01:41:54 2026] GET /v2.0/subnets?id=e2d9bf5f-c83b-46a3-9e30-c822ef773435 => generated 693 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 306/636] 199.19.213.21 () {34 vars in 1049 bytes} [Tue Jun 16 01:41:54 2026] GET /v2.0/ports?network_id=baf139ee-1345-432c-ac6c-e529c4096dfa&device_owner=network%3Adhcp => 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: 331/637] 199.19.213.21 () {34 vars in 1009 bytes} [Tue Jun 16 01:41:54 2026] GET /v2.0/networks/baf139ee-1345-432c-ac6c-e529c4096dfa?fields=segments => generated 14 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 307/638] 199.19.213.21 () {34 vars in 1109 bytes} [Tue Jun 16 01:41:54 2026] GET /v2.0/networks/baf139ee-1345-432c-ac6c-e529c4096dfa?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: 332/639] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:41:55 2026] GET /v2.0/ports?device_id=5ec4998f-bff4-4730-b535-4b441861bebf => generated 973 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 333/640] 10.0.0.1 () {34 vars in 1036 bytes} [Tue Jun 16 01:41:55 2026] GET /v2.0/security-groups?id=24af4621-cacf-42c2-acc6-7bf36ba69ae9&fields=id&fields=name => generated 113 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 308/641] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:41:55 2026] GET /v2.0/ports?device_id=ff746c37-582b-4745-9cff-ed2f4cc3bf75 => 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: 334/642] 10.0.0.1 () {34 vars in 1036 bytes} [Tue Jun 16 01:41:55 2026] GET /v2.0/security-groups?id=1b870322-3f96-4ffc-8857-f3561d479e7c&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: 309/643] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:41:55 2026] GET /v2.0/ports?device_id=0fef37ef-592b-4e71-b2f8-230bc90dcde1 => generated 969 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 335/644] 10.0.0.1 () {34 vars in 1036 bytes} [Tue Jun 16 01:41:55 2026] GET /v2.0/security-groups?id=d1eeb5a4-da96-4567-87e8-fb933da9be46&fields=id&fields=name => generated 114 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 310/645] 199.19.213.21 () {34 vars in 1077 bytes} [Tue Jun 16 01:41:55 2026] GET /v2.0/ports?tenant_id=019d1de8ac4d485cb8ee4b9356e600a7&device_id=0fef37ef-592b-4e71-b2f8-230bc90dcde1 => generated 1238 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 336/646] 199.19.213.21 () {34 vars in 983 bytes} [Tue Jun 16 01:41:55 2026] GET /v2.0/networks?id=baf139ee-1345-432c-ac6c-e529c4096dfa => generated 771 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 311/647] 199.19.213.21 () {34 vars in 1055 bytes} [Tue Jun 16 01:41:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=d5823691-f22b-4dcf-8ee4-d72f929dfb25 => 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: 337/648] 199.19.213.21 () {34 vars in 981 bytes} [Tue Jun 16 01:41:55 2026] GET /v2.0/subnets?id=e2d9bf5f-c83b-46a3-9e30-c822ef773435 => generated 693 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 312/649] 199.19.213.21 () {34 vars in 1049 bytes} [Tue Jun 16 01:41:55 2026] GET /v2.0/ports?network_id=baf139ee-1345-432c-ac6c-e529c4096dfa&device_owner=network%3Adhcp => 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: 338/650] 199.19.213.21 () {34 vars in 1009 bytes} [Tue Jun 16 01:41:55 2026] GET /v2.0/networks/baf139ee-1345-432c-ac6c-e529c4096dfa?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 313/651] 199.19.213.21 () {34 vars in 1109 bytes} [Tue Jun 16 01:41:55 2026] GET /v2.0/networks/baf139ee-1345-432c-ac6c-e529c4096dfa?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: 339/652] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:41:56 2026] GET /v2.0/ports?device_id=5ec4998f-bff4-4730-b535-4b441861bebf => 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: 314/653] 10.0.0.1 () {34 vars in 1036 bytes} [Tue Jun 16 01:41:56 2026] GET /v2.0/security-groups?id=24af4621-cacf-42c2-acc6-7bf36ba69ae9&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: 340/654] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:41:56 2026] GET /v2.0/ports?device_id=ff746c37-582b-4745-9cff-ed2f4cc3bf75 => 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: 315/655] 10.0.0.1 () {34 vars in 1036 bytes} [Tue Jun 16 01:41:56 2026] GET /v2.0/security-groups?id=1b870322-3f96-4ffc-8857-f3561d479e7c&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 341/656] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:41:56 2026] GET /v2.0/ports?device_id=0fef37ef-592b-4e71-b2f8-230bc90dcde1 => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 316/657] 10.0.0.1 () {34 vars in 1036 bytes} [Tue Jun 16 01:41:56 2026] GET /v2.0/security-groups?id=d1eeb5a4-da96-4567-87e8-fb933da9be46&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: 342/658] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:41:57 2026] GET /v2.0/ports?device_id=5ec4998f-bff4-4730-b535-4b441861bebf => 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: 317/659] 10.0.0.1 () {34 vars in 1036 bytes} [Tue Jun 16 01:41:57 2026] GET /v2.0/security-groups?id=24af4621-cacf-42c2-acc6-7bf36ba69ae9&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 343/660] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:41:57 2026] GET /v2.0/ports?device_id=ff746c37-582b-4745-9cff-ed2f4cc3bf75 => generated 973 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 318/661] 10.0.0.1 () {34 vars in 1036 bytes} [Tue Jun 16 01:41:57 2026] GET /v2.0/security-groups?id=1b870322-3f96-4ffc-8857-f3561d479e7c&fields=id&fields=name => generated 113 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 344/662] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:41:57 2026] GET /v2.0/ports?device_id=0fef37ef-592b-4e71-b2f8-230bc90dcde1 => generated 969 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 319/663] 10.0.0.1 () {34 vars in 1036 bytes} [Tue Jun 16 01:41:57 2026] GET /v2.0/security-groups?id=d1eeb5a4-da96-4567-87e8-fb933da9be46&fields=id&fields=name => generated 114 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 345/664] 10.0.0.164 () {32 vars in 772 bytes} [Tue Jun 16 01:41:57 2026] GET /v2.0/security-groups?tenant_id=727beea0febe4a0087e6d78db0e9dba9&name=default => generated 2925 bytes in 304 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 320/665] 10.0.0.164 () {32 vars in 738 bytes} [Tue Jun 16 01:41:58 2026] DELETE /v2.0/security-groups/ec8d79e2-173c-4b16-aff4-4a2bec0f98c4 => 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: 346/666] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:41:58 2026] GET /v2.0/ports?device_id=5ec4998f-bff4-4730-b535-4b441861bebf => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 321/667] 10.0.0.1 () {34 vars in 1036 bytes} [Tue Jun 16 01:41:58 2026] GET /v2.0/security-groups?id=24af4621-cacf-42c2-acc6-7bf36ba69ae9&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: 347/668] 10.0.0.164 () {32 vars in 772 bytes} [Tue Jun 16 01:41:58 2026] GET /v2.0/security-groups?tenant_id=921a25a849be4ef68966b5777235c99b&name=default => generated 2925 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 322/669] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:41:58 2026] GET /v2.0/ports?device_id=ff746c37-582b-4745-9cff-ed2f4cc3bf75 => generated 973 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 323/670] 10.0.0.1 () {34 vars in 1036 bytes} [Tue Jun 16 01:41:58 2026] GET /v2.0/security-groups?id=1b870322-3f96-4ffc-8857-f3561d479e7c&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 348/671] 10.0.0.164 () {32 vars in 738 bytes} [Tue Jun 16 01:41:58 2026] DELETE /v2.0/security-groups/58c53073-3023-4bbe-8b11-520b978cdfb3 => 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: 324/672] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:41:58 2026] GET /v2.0/ports?device_id=0fef37ef-592b-4e71-b2f8-230bc90dcde1 => generated 969 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 349/673] 10.0.0.1 () {34 vars in 1036 bytes} [Tue Jun 16 01:41:58 2026] GET /v2.0/security-groups?id=d1eeb5a4-da96-4567-87e8-fb933da9be46&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: 325/674] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:41:59 2026] GET /v2.0/ports?device_id=5ec4998f-bff4-4730-b535-4b441861bebf => generated 973 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 350/675] 10.0.0.1 () {34 vars in 1036 bytes} [Tue Jun 16 01:41:59 2026] GET /v2.0/security-groups?id=24af4621-cacf-42c2-acc6-7bf36ba69ae9&fields=id&fields=name => generated 113 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 326/676] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:41:59 2026] GET /v2.0/ports?device_id=ff746c37-582b-4745-9cff-ed2f4cc3bf75 => generated 973 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 327/677] 10.0.0.1 () {34 vars in 1036 bytes} [Tue Jun 16 01:41:59 2026] GET /v2.0/security-groups?id=1b870322-3f96-4ffc-8857-f3561d479e7c&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: 351/678] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:41:59 2026] GET /v2.0/ports?device_id=0fef37ef-592b-4e71-b2f8-230bc90dcde1 => generated 969 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 328/679] 10.0.0.1 () {34 vars in 1036 bytes} [Tue Jun 16 01:41:59 2026] GET /v2.0/security-groups?id=d1eeb5a4-da96-4567-87e8-fb933da9be46&fields=id&fields=name => generated 114 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 352/680] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:42:00 2026] GET /v2.0/ports?device_id=5ec4998f-bff4-4730-b535-4b441861bebf => generated 973 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 355/683] 10.0.0.1 () {34 vars in 1036 bytes} [Tue Jun 16 01:42:01 2026] GET /v2.0/security-groups?id=24af4621-cacf-42c2-acc6-7bf36ba69ae9&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: 329/684] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:42:00 2026] GET /v2.0/ports?device_id=ff746c37-582b-4745-9cff-ed2f4cc3bf75 => generated 973 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 356/685] 10.0.0.1 () {34 vars in 1036 bytes} [Tue Jun 16 01:42:01 2026] GET /v2.0/security-groups?id=1b870322-3f96-4ffc-8857-f3561d479e7c&fields=id&fields=name => generated 113 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 330/686] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:42:01 2026] GET /v2.0/ports?device_id=0fef37ef-592b-4e71-b2f8-230bc90dcde1 => generated 969 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 357/687] 10.0.0.1 () {34 vars in 1036 bytes} [Tue Jun 16 01:42:01 2026] GET /v2.0/security-groups?id=d1eeb5a4-da96-4567-87e8-fb933da9be46&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: 358/688] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:42:02 2026] GET /v2.0/ports?device_id=5ec4998f-bff4-4730-b535-4b441861bebf => 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: 331/689] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:42:02 2026] GET /v2.0/ports?device_id=ff746c37-582b-4745-9cff-ed2f4cc3bf75 => generated 975 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 332/690] 10.0.0.1 () {34 vars in 1036 bytes} [Tue Jun 16 01:42:02 2026] GET /v2.0/security-groups?id=24af4621-cacf-42c2-acc6-7bf36ba69ae9&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: 359/691] 10.0.0.1 () {34 vars in 1036 bytes} [Tue Jun 16 01:42:02 2026] GET /v2.0/security-groups?id=1b870322-3f96-4ffc-8857-f3561d479e7c&fields=id&fields=name => generated 113 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 333/692] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:42:02 2026] GET /v2.0/ports?device_id=0fef37ef-592b-4e71-b2f8-230bc90dcde1 => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 360/693] 10.0.0.1 () {34 vars in 1036 bytes} [Tue Jun 16 01:42:02 2026] GET /v2.0/security-groups?id=d1eeb5a4-da96-4567-87e8-fb933da9be46&fields=id&fields=name => generated 114 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 334/694] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:42:03 2026] GET /v2.0/ports?device_id=5ec4998f-bff4-4730-b535-4b441861bebf => generated 975 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 361/695] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:42:03 2026] GET /v2.0/ports?device_id=ff746c37-582b-4745-9cff-ed2f4cc3bf75 => generated 975 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 335/696] 10.0.0.1 () {34 vars in 1036 bytes} [Tue Jun 16 01:42:03 2026] GET /v2.0/security-groups?id=24af4621-cacf-42c2-acc6-7bf36ba69ae9&fields=id&fields=name => generated 113 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 362/697] 10.0.0.1 () {34 vars in 1036 bytes} [Tue Jun 16 01:42:03 2026] GET /v2.0/security-groups?id=1b870322-3f96-4ffc-8857-f3561d479e7c&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 336/698] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:42:03 2026] GET /v2.0/ports?device_id=0fef37ef-592b-4e71-b2f8-230bc90dcde1 => generated 971 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 363/699] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:42:03 2026] GET /v2.0/ports?device_id=ff746c37-582b-4745-9cff-ed2f4cc3bf75 => 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: 337/700] 10.0.0.1 () {34 vars in 1036 bytes} [Tue Jun 16 01:42:03 2026] GET /v2.0/security-groups?id=d1eeb5a4-da96-4567-87e8-fb933da9be46&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-16 01:42:04.035 8 INFO neutron.db.l3_db [None req-96f0ff4b-67da-4dc2-8e6e-6ec55838e988 fd8f925bf8014d839e018c8eb4b5d408 ac0cd12027bf4a9e8f7a02896b588918 - - default default] Floating IP a6cec786-6a5d-4041-81c1-b10e372a0a4e associated. External IP: 10.96.250.208, port: 12927f21-a391-4e8a-9868-4a2e11204ea0. [pid: 8|app: 0|req: 364/701] 10.0.0.164 () {34 vars in 747 bytes} [Tue Jun 16 01:42:03 2026] PUT /v2.0/floatingips/a6cec786-6a5d-4041-81c1-b10e372a0a4e => generated 856 bytes in 743 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 01:42:04.404 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8540785c-fc14-4b59-a3aa-c6102800051b'] response: {'name': 'network-changed', 'server_uuid': 'ff746c37-582b-4745-9cff-ed2f4cc3bf75', 'tag': '12927f21-a391-4e8a-9868-4a2e11204ea0', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 338/702] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:42:04 2026] GET /v2.0/ports?device_id=ff746c37-582b-4745-9cff-ed2f4cc3bf75 => generated 975 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 365/703] 10.0.0.1 () {34 vars in 1036 bytes} [Tue Jun 16 01:42:04 2026] GET /v2.0/security-groups?id=1b870322-3f96-4ffc-8857-f3561d479e7c&fields=id&fields=name => generated 113 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 339/704] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:42:04 2026] GET /v2.0/ports?device_id=5ec4998f-bff4-4730-b535-4b441861bebf => generated 975 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 366/705] 10.0.0.1 () {34 vars in 1036 bytes} [Tue Jun 16 01:42:04 2026] GET /v2.0/security-groups?id=24af4621-cacf-42c2-acc6-7bf36ba69ae9&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: 340/706] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:42:04 2026] GET /v2.0/ports?device_id=0fef37ef-592b-4e71-b2f8-230bc90dcde1 => generated 971 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 367/707] 10.0.0.1 () {34 vars in 1036 bytes} [Tue Jun 16 01:42:04 2026] GET /v2.0/security-groups?id=d1eeb5a4-da96-4567-87e8-fb933da9be46&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: 341/708] 199.19.213.21 () {34 vars in 1077 bytes} [Tue Jun 16 01:42:04 2026] GET /v2.0/ports?tenant_id=ac0cd12027bf4a9e8f7a02896b588918&device_id=ff746c37-582b-4745-9cff-ed2f4cc3bf75 => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 368/709] 199.19.213.21 () {34 vars in 983 bytes} [Tue Jun 16 01:42:04 2026] GET /v2.0/networks?id=f050bf90-fe83-4525-bd93-05fcb9b0ae9c => generated 780 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 342/710] 199.19.213.21 () {34 vars in 1057 bytes} [Tue Jun 16 01:42:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=12927f21-a391-4e8a-9868-4a2e11204ea0 => generated 859 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 369/711] 199.19.213.21 () {34 vars in 981 bytes} [Tue Jun 16 01:42:05 2026] GET /v2.0/subnets?id=d5e11da1-62e8-4125-ab90-7a6e8d394c39 => generated 702 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 343/712] 199.19.213.21 () {34 vars in 1049 bytes} [Tue Jun 16 01:42:05 2026] GET /v2.0/ports?network_id=f050bf90-fe83-4525-bd93-05fcb9b0ae9c&device_owner=network%3Adhcp => generated 1244 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 344/713] 199.19.213.21 () {34 vars in 1009 bytes} [Tue Jun 16 01:42:05 2026] GET /v2.0/networks/f050bf90-fe83-4525-bd93-05fcb9b0ae9c?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: 345/714] 199.19.213.21 () {34 vars in 1109 bytes} [Tue Jun 16 01:42:05 2026] GET /v2.0/networks/f050bf90-fe83-4525-bd93-05fcb9b0ae9c?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: 8|app: 0|req: 370/715] 10.0.0.164 () {32 vars in 772 bytes} [Tue Jun 16 01:42:05 2026] GET /v2.0/security-groups?tenant_id=a4aaceb75ffe4e60b306739c7833c463&name=default => generated 2925 bytes in 305 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 346/716] 10.0.0.164 () {32 vars in 738 bytes} [Tue Jun 16 01:42:05 2026] DELETE /v2.0/security-groups/bd78fe03-add5-46f4-9da0-a639e2d5b129 => 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: 371/717] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:42:05 2026] GET /v2.0/ports?device_id=5ec4998f-bff4-4730-b535-4b441861bebf => generated 975 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 372/718] 10.0.0.1 () {34 vars in 1036 bytes} [Tue Jun 16 01:42:05 2026] GET /v2.0/security-groups?id=24af4621-cacf-42c2-acc6-7bf36ba69ae9&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: 347/719] 10.0.0.164 () {32 vars in 772 bytes} [Tue Jun 16 01:42:05 2026] GET /v2.0/security-groups?tenant_id=a5090520b99e4e8a9c992f86280e667a&name=default => generated 2925 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 348/720] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:42:05 2026] GET /v2.0/ports?device_id=0fef37ef-592b-4e71-b2f8-230bc90dcde1 => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 349/721] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:42:05 2026] GET /v2.0/ports?device_id=5ec4998f-bff4-4730-b535-4b441861bebf => generated 975 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 373/722] 10.0.0.164 () {32 vars in 738 bytes} [Tue Jun 16 01:42:05 2026] DELETE /v2.0/security-groups/d8c60d0e-7beb-4583-bd87-a7c10e24dac2 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 350/723] 10.0.0.1 () {34 vars in 1036 bytes} [Tue Jun 16 01:42:05 2026] GET /v2.0/security-groups?id=d1eeb5a4-da96-4567-87e8-fb933da9be46&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: 351/724] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:42:06 2026] GET /v2.0/ports?device_id=0fef37ef-592b-4e71-b2f8-230bc90dcde1 => generated 971 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 01:42:06.333 8 INFO neutron.db.l3_db [None req-df1fa8b7-399f-4a6d-a0f4-ee9403dd68dd b0be4a54f20d48958566ab1fd7442ea0 61297a748a9b43cb97d952107422e485 - - default default] Floating IP abe963eb-c61b-4747-9ba5-ca0f9fae743a associated. External IP: 10.96.250.217, port: 645b15db-4109-4863-86fb-dba7930cc254. 2026-06-16 01:42:06.608 7 INFO neutron.db.l3_db [None req-1d44283c-6013-439a-a489-cce9694e6f3c 41d7a2779d344073ae7b159eee0d76cd 019d1de8ac4d485cb8ee4b9356e600a7 - - default default] Floating IP cdffb3c6-1cb1-4fcd-a065-2e4a4c526b95 associated. External IP: 10.96.250.203, port: d5823691-f22b-4dcf-8ee4-d72f929dfb25. [pid: 8|app: 0|req: 374/725] 10.0.0.164 () {34 vars in 747 bytes} [Tue Jun 16 01:42:05 2026] PUT /v2.0/floatingips/abe963eb-c61b-4747-9ba5-ca0f9fae743a => generated 856 bytes in 710 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 01:42:06.700 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f2a2464d-85db-4707-ac03-58f4496482ba'] response: {'name': 'network-changed', 'server_uuid': '5ec4998f-bff4-4730-b535-4b441861bebf', 'tag': '645b15db-4109-4863-86fb-dba7930cc254', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 375/726] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:42:06 2026] GET /v2.0/ports?device_id=5ec4998f-bff4-4730-b535-4b441861bebf => generated 975 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 376/727] 10.0.0.1 () {34 vars in 1036 bytes} [Tue Jun 16 01:42:06 2026] GET /v2.0/security-groups?id=24af4621-cacf-42c2-acc6-7bf36ba69ae9&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: 352/728] 10.0.0.164 () {34 vars in 747 bytes} [Tue Jun 16 01:42:06 2026] PUT /v2.0/floatingips/cdffb3c6-1cb1-4fcd-a065-2e4a4c526b95 => generated 855 bytes in 834 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 01:42:07.003 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-4a80494e-a72c-4329-8d6a-4cc2decb1418'] response: {'name': 'network-changed', 'server_uuid': '0fef37ef-592b-4e71-b2f8-230bc90dcde1', 'tag': 'd5823691-f22b-4dcf-8ee4-d72f929dfb25', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 377/729] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:42:06 2026] GET /v2.0/ports?device_id=0fef37ef-592b-4e71-b2f8-230bc90dcde1 => generated 971 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 353/730] 10.0.0.1 () {34 vars in 1036 bytes} [Tue Jun 16 01:42:07 2026] GET /v2.0/security-groups?id=d1eeb5a4-da96-4567-87e8-fb933da9be46&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 378/731] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:42:07 2026] GET /v2.0/ports?device_id=5ec4998f-bff4-4730-b535-4b441861bebf => 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: 354/732] 199.19.213.21 () {34 vars in 1077 bytes} [Tue Jun 16 01:42:07 2026] GET /v2.0/ports?tenant_id=61297a748a9b43cb97d952107422e485&device_id=5ec4998f-bff4-4730-b535-4b441861bebf => 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: 379/733] 10.0.0.1 () {34 vars in 1036 bytes} [Tue Jun 16 01:42:07 2026] GET /v2.0/security-groups?id=24af4621-cacf-42c2-acc6-7bf36ba69ae9&fields=id&fields=name => generated 113 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 355/734] 199.19.213.21 () {34 vars in 983 bytes} [Tue Jun 16 01:42:07 2026] GET /v2.0/networks?id=c882c13a-af32-430d-b4da-d7fcf98c994e => generated 775 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 380/735] 199.19.213.21 () {34 vars in 1057 bytes} [Tue Jun 16 01:42:07 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=645b15db-4109-4863-86fb-dba7930cc254 => generated 859 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 356/736] 199.19.213.21 () {34 vars in 981 bytes} [Tue Jun 16 01:42:07 2026] GET /v2.0/subnets?id=858c34e0-ca6e-49bc-aaaf-2f03ec9b6faf => generated 697 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 381/737] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:42:07 2026] GET /v2.0/ports?device_id=0fef37ef-592b-4e71-b2f8-230bc90dcde1 => 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: 357/738] 199.19.213.21 () {34 vars in 1049 bytes} [Tue Jun 16 01:42:07 2026] GET /v2.0/ports?network_id=c882c13a-af32-430d-b4da-d7fcf98c994e&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 382/739] 10.0.0.1 () {34 vars in 1036 bytes} [Tue Jun 16 01:42:07 2026] GET /v2.0/security-groups?id=d1eeb5a4-da96-4567-87e8-fb933da9be46&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: 358/740] 199.19.213.21 () {34 vars in 1009 bytes} [Tue Jun 16 01:42:07 2026] GET /v2.0/networks/c882c13a-af32-430d-b4da-d7fcf98c994e?fields=segments => generated 14 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 383/741] 199.19.213.21 () {34 vars in 1077 bytes} [Tue Jun 16 01:42:07 2026] GET /v2.0/ports?tenant_id=019d1de8ac4d485cb8ee4b9356e600a7&device_id=0fef37ef-592b-4e71-b2f8-230bc90dcde1 => 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: 359/742] 199.19.213.21 () {34 vars in 1109 bytes} [Tue Jun 16 01:42:07 2026] GET /v2.0/networks/c882c13a-af32-430d-b4da-d7fcf98c994e?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: 384/743] 199.19.213.21 () {34 vars in 983 bytes} [Tue Jun 16 01:42:07 2026] GET /v2.0/networks?id=baf139ee-1345-432c-ac6c-e529c4096dfa => generated 771 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 360/744] 199.19.213.21 () {34 vars in 1055 bytes} [Tue Jun 16 01:42:07 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=d5823691-f22b-4dcf-8ee4-d72f929dfb25 => generated 858 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 385/745] 199.19.213.21 () {34 vars in 981 bytes} [Tue Jun 16 01:42:07 2026] GET /v2.0/subnets?id=e2d9bf5f-c83b-46a3-9e30-c822ef773435 => generated 693 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 361/746] 199.19.213.21 () {34 vars in 1049 bytes} [Tue Jun 16 01:42:07 2026] GET /v2.0/ports?network_id=baf139ee-1345-432c-ac6c-e529c4096dfa&device_owner=network%3Adhcp => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 386/747] 199.19.213.21 () {34 vars in 1009 bytes} [Tue Jun 16 01:42:07 2026] GET /v2.0/networks/baf139ee-1345-432c-ac6c-e529c4096dfa?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 362/748] 199.19.213.21 () {34 vars in 1109 bytes} [Tue Jun 16 01:42:07 2026] GET /v2.0/networks/baf139ee-1345-432c-ac6c-e529c4096dfa?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: 387/749] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:42:08 2026] GET /v2.0/ports?device_id=5ec4998f-bff4-4730-b535-4b441861bebf => 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: 363/750] 10.0.0.1 () {34 vars in 1036 bytes} [Tue Jun 16 01:42:08 2026] GET /v2.0/security-groups?id=24af4621-cacf-42c2-acc6-7bf36ba69ae9&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 388/751] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:42:08 2026] GET /v2.0/ports?device_id=0fef37ef-592b-4e71-b2f8-230bc90dcde1 => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 364/752] 10.0.0.1 () {34 vars in 1036 bytes} [Tue Jun 16 01:42:08 2026] GET /v2.0/security-groups?id=d1eeb5a4-da96-4567-87e8-fb933da9be46&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 389/753] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:42:09 2026] GET /v2.0/ports?device_id=5ec4998f-bff4-4730-b535-4b441861bebf => generated 975 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 365/754] 10.0.0.1 () {34 vars in 1036 bytes} [Tue Jun 16 01:42:09 2026] GET /v2.0/security-groups?id=24af4621-cacf-42c2-acc6-7bf36ba69ae9&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: 390/755] 199.19.213.21 () {34 vars in 991 bytes} [Tue Jun 16 01:42:09 2026] GET /v2.0/ports?device_id=5ec4998f-bff4-4730-b535-4b441861bebf => generated 975 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 391/756] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:42:09 2026] GET /v2.0/ports?device_id=0fef37ef-592b-4e71-b2f8-230bc90dcde1 => generated 971 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 392/757] 10.0.0.1 () {34 vars in 1036 bytes} [Tue Jun 16 01:42:09 2026] GET /v2.0/security-groups?id=d1eeb5a4-da96-4567-87e8-fb933da9be46&fields=id&fields=name => generated 114 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 01:42:09.844 7 INFO neutron_taas.services.taas.taas_plugin [req-b195a0a9-b215-44d7-8656-a5de17d3fa87 req-5e320c54-9ec9-4805-8b32-63e99d526f80 b0be4a54f20d48958566ab1fd7442ea0 61297a748a9b43cb97d952107422e485 - - default default] TaaS: Handle Delete Port: 645b15db-4109-4863-86fb-dba7930cc254 2026-06-16 01:42:09.854 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-b195a0a9-b215-44d7-8656-a5de17d3fa87 req-5e320c54-9ec9-4805-8b32-63e99d526f80 b0be4a54f20d48958566ab1fd7442ea0 61297a748a9b43cb97d952107422e485 - - default default] Tap Mirror: Handle Delete Port: 645b15db-4109-4863-86fb-dba7930cc254 [pid: 8|app: 0|req: 393/758] 199.19.213.21 () {34 vars in 991 bytes} [Tue Jun 16 01:42:09 2026] GET /v2.0/ports?device_id=0fef37ef-592b-4e71-b2f8-230bc90dcde1 => generated 971 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 01:42:10.095 7 INFO neutron.db.l3_db [req-b195a0a9-b215-44d7-8656-a5de17d3fa87 req-5e320c54-9ec9-4805-8b32-63e99d526f80 b0be4a54f20d48958566ab1fd7442ea0 61297a748a9b43cb97d952107422e485 - - default default] Floating IP abe963eb-c61b-4747-9ba5-ca0f9fae743a disassociated. External IP: 10.96.250.217, port: 645b15db-4109-4863-86fb-dba7930cc254. 2026-06-16 01:42:10.116 8 INFO neutron_taas.services.taas.taas_plugin [req-fc1a6b48-92fe-4c13-994f-970896db3dba req-e8b25ab1-8f75-4522-b87d-027b18d38942 41d7a2779d344073ae7b159eee0d76cd 019d1de8ac4d485cb8ee4b9356e600a7 - - default default] TaaS: Handle Delete Port: d5823691-f22b-4dcf-8ee4-d72f929dfb25 2026-06-16 01:42:10.123 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-fc1a6b48-92fe-4c13-994f-970896db3dba req-e8b25ab1-8f75-4522-b87d-027b18d38942 41d7a2779d344073ae7b159eee0d76cd 019d1de8ac4d485cb8ee4b9356e600a7 - - default default] Tap Mirror: Handle Delete Port: d5823691-f22b-4dcf-8ee4-d72f929dfb25 2026-06-16 01:42:10.335 8 INFO neutron.db.l3_db [req-fc1a6b48-92fe-4c13-994f-970896db3dba req-e8b25ab1-8f75-4522-b87d-027b18d38942 41d7a2779d344073ae7b159eee0d76cd 019d1de8ac4d485cb8ee4b9356e600a7 - - default default] Floating IP cdffb3c6-1cb1-4fcd-a065-2e4a4c526b95 disassociated. External IP: 10.96.250.203, port: d5823691-f22b-4dcf-8ee4-d72f929dfb25. [pid: 7|app: 0|req: 366/759] 199.19.213.21 () {36 vars in 994 bytes} [Tue Jun 16 01:42:09 2026] DELETE /v2.0/ports/645b15db-4109-4863-86fb-dba7930cc254 => generated 0 bytes in 881 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 01:42:10.579 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-1da6ab7c-b68d-469b-99e6-647c5b99ff70'] response: {'server_uuid': '5ec4998f-bff4-4730-b535-4b441861bebf', 'name': 'network-vif-deleted', 'tag': '645b15db-4109-4863-86fb-dba7930cc254', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 394/760] 199.19.213.21 () {36 vars in 994 bytes} [Tue Jun 16 01:42:09 2026] DELETE /v2.0/ports/d5823691-f22b-4dcf-8ee4-d72f929dfb25 => generated 0 bytes in 695 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 395/761] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:42:10 2026] GET /v2.0/ports?device_id=5ec4998f-bff4-4730-b535-4b441861bebf => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 01:42:10.706 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b7dd936d-b1f9-4cd5-ada0-71ead33f2e2a'] response: {'server_uuid': '0fef37ef-592b-4e71-b2f8-230bc90dcde1', 'name': 'network-vif-deleted', 'tag': 'd5823691-f22b-4dcf-8ee4-d72f929dfb25', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 367/762] 10.0.0.164 () {32 vars in 772 bytes} [Tue Jun 16 01:42:10 2026] GET /v2.0/security-groups?tenant_id=113f7ba0c7ec4c97ac6a72445e4743c6&name=default => generated 2925 bytes in 220 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 396/763] 10.0.0.164 () {32 vars in 738 bytes} [Tue Jun 16 01:42:10 2026] DELETE /v2.0/security-groups/23a9632a-fd9e-4ccd-b460-437c0713f305 => 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: 397/764] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:42:11 2026] GET /v2.0/ports?device_id=0fef37ef-592b-4e71-b2f8-230bc90dcde1 => 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: 368/765] 10.0.0.164 () {32 vars in 772 bytes} [Tue Jun 16 01:42:10 2026] GET /v2.0/security-groups?tenant_id=39ed2ced54a542a985afae26faa908f7&name=default => generated 2925 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 398/766] 10.0.0.164 () {32 vars in 738 bytes} [Tue Jun 16 01:42:11 2026] DELETE /v2.0/security-groups/01ef2143-122c-41ad-a83c-df1220780220 => 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: 369/767] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:42:11 2026] GET /v2.0/ports?device_id=5ec4998f-bff4-4730-b535-4b441861bebf => 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: 399/768] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:42:12 2026] GET /v2.0/ports?device_id=0fef37ef-592b-4e71-b2f8-230bc90dcde1 => 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: 370/769] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:42:12 2026] GET /v2.0/ports?device_id=5ec4998f-bff4-4730-b535-4b441861bebf => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 400/770] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:42:13 2026] GET /v2.0/ports?device_id=0fef37ef-592b-4e71-b2f8-230bc90dcde1 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 371/771] 10.0.0.164 () {32 vars in 772 bytes} [Tue Jun 16 01:42:13 2026] GET /v2.0/security-groups?tenant_id=eed59f009aa84a748b04a87578d664a2&name=default => generated 2925 bytes in 197 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 401/772] 10.0.0.164 () {32 vars in 738 bytes} [Tue Jun 16 01:42:13 2026] DELETE /v2.0/security-groups/b5be407f-b0db-475b-880f-b56a777e254f => 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: 402/773] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:42:13 2026] GET /v2.0/ports?device_id=5ec4998f-bff4-4730-b535-4b441861bebf => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 372/774] 10.0.0.5 () {34 vars in 986 bytes} [Tue Jun 16 01:42:13 2026] GET /v2.0/ports?device_id=ff746c37-582b-4745-9cff-ed2f4cc3bf75 => generated 1244 bytes in 258 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 403/775] 10.0.0.5 () {34 vars in 1036 bytes} [Tue Jun 16 01:42:14 2026] GET /v2.0/security-groups?id=1b870322-3f96-4ffc-8857-f3561d479e7c&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 373/776] 10.0.0.164 () {32 vars in 738 bytes} [Tue Jun 16 01:42:14 2026] DELETE /v2.0/security-groups/d1eeb5a4-da96-4567-87e8-fb933da9be46 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 01:42:14.602 8 INFO neutron.api.v2.resource [None req-69b13d36-271e-4d90-9880-06cc0d8cd089 41d7a2779d344073ae7b159eee0d76cd 019d1de8ac4d485cb8ee4b9356e600a7 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 404/777] 10.0.0.164 () {32 vars in 735 bytes} [Tue Jun 16 01:42:14 2026] GET /v2.0/security-groups/d1eeb5a4-da96-4567-87e8-fb933da9be46 => generated 146 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 01:42:14.702 7 INFO neutron_taas.services.taas.taas_plugin [None req-5b6dcc1a-13db-4d1f-ba08-9ee1f62540e8 41d7a2779d344073ae7b159eee0d76cd 019d1de8ac4d485cb8ee4b9356e600a7 - - default default] TaaS: Handle Delete Port: 03a2a8d7-68e5-415e-b929-3dc936274e6b 2026-06-16 01:42:14.707 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5b6dcc1a-13db-4d1f-ba08-9ee1f62540e8 41d7a2779d344073ae7b159eee0d76cd 019d1de8ac4d485cb8ee4b9356e600a7 - - default default] Tap Mirror: Handle Delete Port: 03a2a8d7-68e5-415e-b929-3dc936274e6b [pid: 7|app: 0|req: 374/778] 10.0.0.164 () {32 vars in 730 bytes} [Tue Jun 16 01:42:14 2026] DELETE /v2.0/floatingips/cdffb3c6-1cb1-4fcd-a065-2e4a4c526b95 => generated 0 bytes in 251 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 01:42:15.196 8 INFO neutron_taas.services.taas.taas_plugin [None req-829df5f9-8f02-47f3-821d-59a96ed53068 cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] TaaS: Handle Delete Port: ba81561e-f961-4343-86a5-5164649a0fe5 [pid: 7|app: 0|req: 375/779] 10.0.0.164 () {32 vars in 738 bytes} [Tue Jun 16 01:42:15 2026] DELETE /v2.0/security-groups/24af4621-cacf-42c2-acc6-7bf36ba69ae9 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 01:42:15.202 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-829df5f9-8f02-47f3-821d-59a96ed53068 cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] Tap Mirror: Handle Delete Port: ba81561e-f961-4343-86a5-5164649a0fe5 2026-06-16 01:42:15.211 7 INFO neutron.api.v2.resource [None req-5794e467-4470-46bb-99e0-e0ecc83737ad b0be4a54f20d48958566ab1fd7442ea0 61297a748a9b43cb97d952107422e485 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 376/780] 10.0.0.164 () {32 vars in 735 bytes} [Tue Jun 16 01:42:15 2026] GET /v2.0/security-groups/24af4621-cacf-42c2-acc6-7bf36ba69ae9 => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 01:42:15.325 7 INFO neutron_taas.services.taas.taas_plugin [None req-19c06322-02b1-4149-93f7-4ca069208111 b0be4a54f20d48958566ab1fd7442ea0 61297a748a9b43cb97d952107422e485 - - default default] TaaS: Handle Delete Port: befcb5cd-d394-483f-a718-71bdef1a6fea 2026-06-16 01:42:15.328 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-19c06322-02b1-4149-93f7-4ca069208111 b0be4a54f20d48958566ab1fd7442ea0 61297a748a9b43cb97d952107422e485 - - default default] Tap Mirror: Handle Delete Port: befcb5cd-d394-483f-a718-71bdef1a6fea [pid: 7|app: 0|req: 377/781] 10.0.0.164 () {32 vars in 730 bytes} [Tue Jun 16 01:42:15 2026] DELETE /v2.0/floatingips/abe963eb-c61b-4747-9ba5-ca0f9fae743a => generated 0 bytes in 253 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 405/782] 10.0.0.164 () {34 vars in 787 bytes} [Tue Jun 16 01:42:14 2026] PUT /v2.0/routers/fcc237ed-9bed-4860-8a26-566bd2d7a0c0/remove_router_interface => generated 309 bytes in 824 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 01:42:15.886 8 INFO neutron_taas.services.taas.taas_plugin [None req-2086cdab-777c-404a-aa95-0c9fb24022c7 cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] TaaS: Handle Delete Port: e7ec3846-db59-4e56-b96a-9de8efc2e6ec 2026-06-16 01:42:15.889 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2086cdab-777c-404a-aa95-0c9fb24022c7 cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] Tap Mirror: Handle Delete Port: e7ec3846-db59-4e56-b96a-9de8efc2e6ec 2026-06-16 01:42:15.923 7 INFO neutron_taas.services.taas.taas_plugin [None req-d37ee4b2-3f2e-4de9-b825-b68e874a0098 cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] TaaS: Handle Delete Port: 357519d2-231a-4090-974d-6981c7e11dd1 2026-06-16 01:42:15.926 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d37ee4b2-3f2e-4de9-b825-b68e874a0098 cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] Tap Mirror: Handle Delete Port: 357519d2-231a-4090-974d-6981c7e11dd1 2026-06-16 01:42:16.134 8 INFO neutron_taas.services.taas.taas_plugin [None req-2086cdab-777c-404a-aa95-0c9fb24022c7 cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] TaaS: Handle Delete Port: 18e2003a-7bd1-4eef-8018-a382823e109a 2026-06-16 01:42:16.137 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2086cdab-777c-404a-aa95-0c9fb24022c7 cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] Tap Mirror: Handle Delete Port: 18e2003a-7bd1-4eef-8018-a382823e109a 2026-06-16 01:42:16.516 8 INFO neutron.services.segments.plugin [-] Segment eaedc7d7-36b9-4b79-bc0d-b118205d2a0e resource provider aggregate not found 2026-06-16 01:42:16.517 8 INFO neutron.services.segments.plugin [-] Segment eaedc7d7-36b9-4b79-bc0d-b118205d2a0e resource provider aggregate not found 2026-06-16 01:42:16.535 8 INFO neutron.services.segments.plugin [-] Segment eaedc7d7-36b9-4b79-bc0d-b118205d2a0e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eaedc7d7-36b9-4b79-bc0d-b118205d2a0e found for delete ", "request_id": "req-520284ec-c771-4051-be4e-ddfc46ba669d"}]} 2026-06-16 01:42:16.541 8 INFO neutron.services.segments.plugin [-] Segment eaedc7d7-36b9-4b79-bc0d-b118205d2a0e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eaedc7d7-36b9-4b79-bc0d-b118205d2a0e found for delete ", "request_id": "req-5e752907-c93e-488f-b508-b176ff2d0893"}]} 2026-06-16 01:42:16.547 8 INFO neutron.db.l3_hamode_db [None req-2086cdab-777c-404a-aa95-0c9fb24022c7 cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] HA network 6753c1e0-dad7-4d83-9d48-c20e6b0f9555 was deleted as no HA routers are present in tenant 019d1de8ac4d485cb8ee4b9356e600a7. [pid: 8|app: 0|req: 406/783] 10.0.0.164 () {32 vars in 722 bytes} [Tue Jun 16 01:42:15 2026] DELETE /v2.0/routers/fcc237ed-9bed-4860-8a26-566bd2d7a0c0 => generated 0 bytes in 862 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 378/784] 10.0.0.164 () {34 vars in 787 bytes} [Tue Jun 16 01:42:15 2026] PUT /v2.0/routers/864e70ee-2077-4c64-9c6f-2864cf2fbf2e/remove_router_interface => generated 309 bytes in 1074 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 408/787] 10.0.0.164 () {32 vars in 722 bytes} [Tue Jun 16 01:42:16 2026] DELETE /v2.0/subnets/e2d9bf5f-c83b-46a3-9e30-c822ef773435 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 01:42:16.762 8 INFO neutron_taas.services.taas.taas_plugin [None req-3e9ecd5e-9cde-4eab-b8ee-9d885be15d72 cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] TaaS: Handle Delete Port: 7f4b67fd-0cfd-4081-bebc-08447d0ab23c 2026-06-16 01:42:16.764 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3e9ecd5e-9cde-4eab-b8ee-9d885be15d72 cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] Tap Mirror: Handle Delete Port: 7f4b67fd-0cfd-4081-bebc-08447d0ab23c 2026-06-16 01:42:16.776 7 INFO neutron_taas.services.taas.taas_plugin [None req-09302e1f-9943-44b0-bdea-6dc83d8dd055 cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] TaaS: Handle Delete Port: c7a1234a-49c1-4f84-a040-c7fd3fafe8c6 2026-06-16 01:42:16.781 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-09302e1f-9943-44b0-bdea-6dc83d8dd055 cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] Tap Mirror: Handle Delete Port: c7a1234a-49c1-4f84-a040-c7fd3fafe8c6 [pid: 8|app: 0|req: 409/788] 10.0.0.164 () {32 vars in 724 bytes} [Tue Jun 16 01:42:16 2026] DELETE /v2.0/networks/baf139ee-1345-432c-ac6c-e529c4096dfa => generated 0 bytes in 251 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 01:42:17.041 7 INFO neutron_taas.services.taas.taas_plugin [None req-09302e1f-9943-44b0-bdea-6dc83d8dd055 cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] TaaS: Handle Delete Port: ba8af6e2-7378-43e1-ab60-9e6c41a8a19c 2026-06-16 01:42:17.044 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-09302e1f-9943-44b0-bdea-6dc83d8dd055 cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] Tap Mirror: Handle Delete Port: ba8af6e2-7378-43e1-ab60-9e6c41a8a19c [pid: 8|app: 0|req: 410/789] 10.0.0.164 () {32 vars in 772 bytes} [Tue Jun 16 01:42:17 2026] GET /v2.0/security-groups?tenant_id=019d1de8ac4d485cb8ee4b9356e600a7&name=default => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 01:42:17.124 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-09302e1f-9943-44b0-bdea-6dc83d8dd055 cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - 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: 411/790] 10.0.0.164 () {32 vars in 738 bytes} [Tue Jun 16 01:42:17 2026] DELETE /v2.0/security-groups/532147e1-483e-43bb-806a-14adbc0f00a8 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 01:42:17.996 7 INFO neutron.services.segments.plugin [-] Segment 0e20a86e-3bbb-415e-bb9c-51d85e3b8cfd resource provider aggregate not found 2026-06-16 01:42:18.000 7 INFO neutron.services.segments.plugin [-] Segment 0e20a86e-3bbb-415e-bb9c-51d85e3b8cfd resource provider aggregate not found 2026-06-16 01:42:18.020 7 INFO neutron.services.segments.plugin [-] Segment 0e20a86e-3bbb-415e-bb9c-51d85e3b8cfd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0e20a86e-3bbb-415e-bb9c-51d85e3b8cfd found for delete ", "request_id": "req-40072197-8827-438a-b372-846e3b3c9505"}]} 2026-06-16 01:42:18.021 7 INFO neutron.db.l3_hamode_db [None req-09302e1f-9943-44b0-bdea-6dc83d8dd055 cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] HA network 257dd34c-61e1-4fb9-8eb0-6fc7990bf5c7 was deleted as no HA routers are present in tenant 61297a748a9b43cb97d952107422e485. 2026-06-16 01:42:18.023 7 INFO neutron.services.segments.plugin [-] Segment 0e20a86e-3bbb-415e-bb9c-51d85e3b8cfd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0e20a86e-3bbb-415e-bb9c-51d85e3b8cfd found for delete ", "request_id": "req-81cec09a-faa6-4f9b-9932-2137116a214d"}]} [pid: 7|app: 0|req: 380/791] 10.0.0.164 () {32 vars in 722 bytes} [Tue Jun 16 01:42:16 2026] DELETE /v2.0/routers/864e70ee-2077-4c64-9c6f-2864cf2fbf2e => generated 0 bytes in 1469 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 412/792] 10.0.0.164 () {32 vars in 722 bytes} [Tue Jun 16 01:42:18 2026] DELETE /v2.0/subnets/858c34e0-ca6e-49bc-aaaf-2f03ec9b6faf => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 01:42:18.324 8 INFO neutron_taas.services.taas.taas_plugin [None req-64c490bb-a5c6-45ba-be84-b8c6b49b0134 cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] TaaS: Handle Delete Port: 464cde37-d914-4fb5-b3a6-e8dc6bfd32d2 2026-06-16 01:42:18.327 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-64c490bb-a5c6-45ba-be84-b8c6b49b0134 cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] Tap Mirror: Handle Delete Port: 464cde37-d914-4fb5-b3a6-e8dc6bfd32d2 [pid: 7|app: 0|req: 381/793] 10.0.0.164 () {32 vars in 772 bytes} [Tue Jun 16 01:42:18 2026] GET /v2.0/security-groups?tenant_id=4ed8888bb9384bc9b89a62c285e37d05&name=default => generated 2925 bytes in 329 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 413/794] 10.0.0.164 () {32 vars in 724 bytes} [Tue Jun 16 01:42:18 2026] DELETE /v2.0/networks/c882c13a-af32-430d-b4da-d7fcf98c994e => generated 0 bytes in 341 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 382/795] 10.0.0.164 () {32 vars in 738 bytes} [Tue Jun 16 01:42:18 2026] DELETE /v2.0/security-groups/d43b5c4a-1b72-4fc6-bf8e-51b425a4de4c => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 01:42:18.569 8 INFO neutron.services.segments.plugin [-] Segment e613232d-2496-47cf-a845-ae0474083869 resource provider aggregate not found 2026-06-16 01:42:18.574 8 INFO neutron.services.segments.plugin [-] Segment e613232d-2496-47cf-a845-ae0474083869 resource provider aggregate not found 2026-06-16 01:42:18.590 8 INFO neutron.services.segments.plugin [-] Segment e613232d-2496-47cf-a845-ae0474083869 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e613232d-2496-47cf-a845-ae0474083869 found for delete ", "request_id": "req-8489bb6a-882a-4c33-a969-468d68ca4f32"}]} 2026-06-16 01:42:18.597 8 INFO neutron.services.segments.plugin [-] Segment e613232d-2496-47cf-a845-ae0474083869 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e613232d-2496-47cf-a845-ae0474083869 found for delete ", "request_id": "req-9faeabdb-d003-40ee-8575-51fed24497b4"}]} 2026-06-16 01:42:18.612 8 INFO neutron.services.segments.plugin [-] Segment b34eb058-3200-4f48-9554-29820ee99f75 resource provider aggregate not found 2026-06-16 01:42:18.619 8 INFO neutron.services.segments.plugin [-] Segment b34eb058-3200-4f48-9554-29820ee99f75 resource provider aggregate not found 2026-06-16 01:42:18.635 8 INFO neutron.services.segments.plugin [-] Segment b34eb058-3200-4f48-9554-29820ee99f75 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b34eb058-3200-4f48-9554-29820ee99f75 found for delete ", "request_id": "req-cb880a28-92dd-4667-bb0c-850ff5bd5106"}]} 2026-06-16 01:42:18.637 8 INFO neutron.services.segments.plugin [-] Segment b34eb058-3200-4f48-9554-29820ee99f75 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b34eb058-3200-4f48-9554-29820ee99f75 found for delete ", "request_id": "req-4b0c9e0e-c9f2-499d-8f7a-4c19bbf7d41c"}]} [pid: 8|app: 0|req: 414/796] 10.0.0.164 () {32 vars in 772 bytes} [Tue Jun 16 01:42:18 2026] GET /v2.0/security-groups?tenant_id=61297a748a9b43cb97d952107422e485&name=default => generated 2921 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 383/797] 10.0.0.164 () {32 vars in 738 bytes} [Tue Jun 16 01:42:18 2026] DELETE /v2.0/security-groups/e5ff9415-97bd-4d06-8dd1-af2b17ed55be => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 01:42:19.249 8 INFO neutron.db.segments_db [None req-a923fb2f-de32-4dcc-af2b-001265410972 cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] Added segment e1624cf2-ed82-41c2-ab12-9692a9bc83d3 of type vxlan for network 40bfd7f3-1763-4262-bbe3-45321254b79a [pid: 8|app: 0|req: 415/798] 10.0.0.164 () {34 vars in 669 bytes} [Tue Jun 16 01:42:19 2026] POST /v2.0/networks => generated 742 bytes in 338 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 384/799] 10.0.0.164 () {34 vars in 667 bytes} [Tue Jun 16 01:42:19 2026] POST /v2.0/subnets => generated 690 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 01:42:19.570 8 INFO neutron.db.segments_db [None req-ac6ce6de-9b60-4d1c-afbd-085e756236b7 cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] Added segment 9cad463b-43cc-4da5-b8f0-d03c430213f6 of type vxlan for network df6c142b-f6f7-451b-8542-9426b7db840b 2026-06-16 01:42:19.801 8 INFO neutron.db.l3_hamode_db [None req-ac6ce6de-9b60-4d1c-afbd-085e756236b7 cb71412498ad4e48a429cb486fd1bdf7 7a8bd5b7e6be46258251f8f7660a6af9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-16 01:42:20.541 8 INFO neutron.db.l3_hamode_db [None req-ac6ce6de-9b60-4d1c-afbd-085e756236b7 cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-16 01:42:20.567 7 INFO neutron.db.segments_db [None req-10fef980-5964-44d8-b870-2945503dbdcf 4c0223a8713b409d9dcc4341b788b610 129c8170c1914cb5bc9c729f3fd3b450 - - default default] Added segment a2a8d2a8-fe22-4f2f-9f8e-068c8b6c8db9 of type vxlan for network 9469831e-e006-4ac8-b435-72d899839a56 [pid: 7|app: 0|req: 385/800] 10.0.0.164 () {34 vars in 668 bytes} [Tue Jun 16 01:42:20 2026] POST /v2.0/networks => generated 646 bytes in 435 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 01:42:20.842 7 INFO neutron.db.segments_db [None req-dd5845ba-12f0-4adc-bdc0-19ad9e0f333d cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] Added segment 1cea31fb-93b7-45bd-b0c1-b4c4fd93cb3a of type vxlan for network 5fa0abcd-3308-4721-b98f-429be022aa7a [pid: 7|app: 0|req: 386/801] 10.0.0.164 () {34 vars in 669 bytes} [Tue Jun 16 01:42:20 2026] POST /v2.0/networks => generated 738 bytes in 249 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 387/802] 10.0.0.164 () {34 vars in 667 bytes} [Tue Jun 16 01:42:20 2026] POST /v2.0/subnets => generated 685 bytes in 198 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 01:42:21.199 7 INFO neutron.db.segments_db [None req-1b4e79ef-32f5-4695-b199-9e556a14e4d5 cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] Added segment 1d4446b0-a6eb-4dcd-9525-149dabb51365 of type vxlan for network c1208599-85b4-4ae3-bde2-2b298f952b66 2026-06-16 01:42:21.446 7 INFO neutron.db.l3_hamode_db [None req-1b4e79ef-32f5-4695-b199-9e556a14e4d5 cb71412498ad4e48a429cb486fd1bdf7 da628f4c668840a8a00802fc5a4613e2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 416/803] 10.0.0.164 () {34 vars in 667 bytes} [Tue Jun 16 01:42:19 2026] POST /v2.0/routers => generated 730 bytes in 2389 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 01:42:22.131 7 INFO neutron.db.l3_hamode_db [None req-1b4e79ef-32f5-4695-b199-9e556a14e4d5 cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 417/804] 10.0.0.164 () {34 vars in 667 bytes} [Tue Jun 16 01:42:21 2026] POST /v2.0/subnets => generated 673 bytes in 213 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 388/805] 10.0.0.164 () {34 vars in 667 bytes} [Tue Jun 16 01:42:21 2026] POST /v2.0/routers => generated 725 bytes in 1948 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 01:42:23.126 7 INFO neutron.db.segments_db [None req-2126197a-794e-461f-961d-35dae1534fff 4c0223a8713b409d9dcc4341b788b610 129c8170c1914cb5bc9c729f3fd3b450 - - default default] Added segment 53b6caac-712f-40d6-a260-9c34008fef66 of type vxlan for network f7c8e891-1f0e-4961-94cf-6b746296caf0 [pid: 7|app: 0|req: 389/806] 10.0.0.164 () {34 vars in 668 bytes} [Tue Jun 16 01:42:23 2026] POST /v2.0/networks => generated 648 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 418/807] 10.0.0.164 () {34 vars in 781 bytes} [Tue Jun 16 01:42:22 2026] PUT /v2.0/routers/37f84a29-3a27-4273-8cda-99a976bfe7a5/add_router_interface => generated 309 bytes in 1165 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 419/808] 10.0.0.164 () {34 vars in 741 bytes} [Tue Jun 16 01:42:23 2026] PUT /v2.0/networks/f7c8e891-1f0e-4961-94cf-6b746296caf0 => generated 592 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 420/809] 10.0.0.164 () {34 vars in 667 bytes} [Tue Jun 16 01:42:23 2026] POST /v2.0/subnets => generated 646 bytes in 281 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 421/810] 10.0.0.164 () {34 vars in 739 bytes} [Tue Jun 16 01:42:23 2026] PUT /v2.0/subnets/4d93b081-bcdc-44fd-b816-bda91fb6cd44 => generated 656 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 01:42:24.145 8 INFO neutron.services.segments.plugin [-] Segment 53b6caac-712f-40d6-a260-9c34008fef66 resource provider aggregate not found 2026-06-16 01:42:24.149 8 INFO neutron.services.segments.plugin [-] Segment 53b6caac-712f-40d6-a260-9c34008fef66 resource provider aggregate not found [pid: 8|app: 0|req: 422/811] 10.0.0.164 () {32 vars in 724 bytes} [Tue Jun 16 01:42:23 2026] DELETE /v2.0/networks/f7c8e891-1f0e-4961-94cf-6b746296caf0 => generated 0 bytes in 276 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 01:42:24.170 8 INFO neutron.services.segments.plugin [-] Segment 53b6caac-712f-40d6-a260-9c34008fef66 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 53b6caac-712f-40d6-a260-9c34008fef66 found for delete ", "request_id": "req-dcae38cb-d333-4a73-af2a-38e537ff9ce5"}]} 2026-06-16 01:42:24.183 8 INFO neutron.services.segments.plugin [-] Segment 53b6caac-712f-40d6-a260-9c34008fef66 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 53b6caac-712f-40d6-a260-9c34008fef66 found for delete ", "request_id": "req-c10ef549-51c4-4bd4-b691-8cd6189a5d63"}]} [pid: 8|app: 0|req: 423/812] 10.0.0.164 () {34 vars in 683 bytes} [Tue Jun 16 01:42:24 2026] POST /v2.0/security-groups => generated 1660 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-16 01:42:24.336 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b8447e08-e60f-4989-afde-1e7db8f717d1 4c0223a8713b409d9dcc4341b788b610 129c8170c1914cb5bc9c729f3fd3b450 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 424/813] 10.0.0.164 () {32 vars in 724 bytes} [Tue Jun 16 01:42:24 2026] DELETE /v2.0/networks/f7c8e891-1f0e-4961-94cf-6b746296caf0 => generated 138 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 425/814] 10.0.0.164 () {34 vars in 693 bytes} [Tue Jun 16 01:42:24 2026] POST /v2.0/security-group-rules => generated 597 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 426/815] 10.0.0.164 () {32 vars in 692 bytes} [Tue Jun 16 01:42:24 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 390/816] 10.0.0.164 () {34 vars in 781 bytes} [Tue Jun 16 01:42:23 2026] PUT /v2.0/routers/044199b8-2c5f-4555-82c8-1260f57adc29/add_router_interface => generated 309 bytes in 1338 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 427/817] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:42:24 2026] GET /v2.0/ports?device_id=ff746c37-582b-4745-9cff-ed2f4cc3bf75 => generated 975 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 428/818] 10.0.0.164 () {32 vars in 740 bytes} [Tue Jun 16 01:42:24 2026] GET /v2.0/subnets?network_id=98639caf-9558-43f5-9a4e-06f77042784a => generated 649 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 429/819] 10.0.0.164 () {32 vars in 651 bytes} [Tue Jun 16 01:42:24 2026] GET /v2.0/extensions => generated 21537 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 391/820] 10.0.0.164 () {34 vars in 693 bytes} [Tue Jun 16 01:42:24 2026] POST /v2.0/security-group-rules => generated 602 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 430/821] 10.0.0.164 () {32 vars in 647 bytes} [Tue Jun 16 01:42:24 2026] GET /v2.0/networks => generated 1311 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 392/822] 10.0.0.1 () {34 vars in 967 bytes} [Tue Jun 16 01:42:24 2026] GET /v2.0/ports/12927f21-a391-4e8a-9868-4a2e11204ea0 => generated 972 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 393/823] 10.0.0.164 () {32 vars in 645 bytes} [Tue Jun 16 01:42:24 2026] GET /v2.0/subnets => generated 1312 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 394/824] 10.0.0.164 () {32 vars in 721 bytes} [Tue Jun 16 01:42:24 2026] GET /v2.0/networks/9469831e-e006-4ac8-b435-72d899839a56 => generated 671 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 395/825] 10.0.0.164 () {32 vars in 719 bytes} [Tue Jun 16 01:42:24 2026] GET /v2.0/subnets/36b806c7-a636-4273-b533-b06cfd97e6d8 => generated 673 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 01:42:24.994 7 INFO neutron.pecan_wsgi.hooks.translation [None req-48543b25-0c87-463b-9f35-e3edbbe4d8f0 4c0223a8713b409d9dcc4341b788b610 129c8170c1914cb5bc9c729f3fd3b450 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 396/826] 10.0.0.164 () {32 vars in 722 bytes} [Tue Jun 16 01:42:24 2026] DELETE /v2.0/subnets/4d93b081-bcdc-44fd-b816-bda91fb6cd44 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 01:42:25.011 7 INFO neutron.pecan_wsgi.hooks.translation [None req-23cda6d9-a416-4770-bf46-1c3b492722ba 4c0223a8713b409d9dcc4341b788b610 129c8170c1914cb5bc9c729f3fd3b450 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 397/827] 10.0.0.164 () {32 vars in 724 bytes} [Tue Jun 16 01:42:25 2026] DELETE /v2.0/networks/f7c8e891-1f0e-4961-94cf-6b746296caf0 => generated 138 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 398/828] 10.0.0.164 () {32 vars in 722 bytes} [Tue Jun 16 01:42:25 2026] DELETE /v2.0/subnets/36b806c7-a636-4273-b533-b06cfd97e6d8 => 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: 431/829] 10.0.0.164 () {34 vars in 674 bytes} [Tue Jun 16 01:42:24 2026] POST /v2.0/floatingips => generated 552 bytes in 444 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 399/830] 10.0.0.164 () {34 vars in 683 bytes} [Tue Jun 16 01:42:25 2026] POST /v2.0/security-groups => generated 1659 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 432/831] 10.0.0.164 () {32 vars in 724 bytes} [Tue Jun 16 01:42:25 2026] DELETE /v2.0/networks/9469831e-e006-4ac8-b435-72d899839a56 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 400/832] 10.0.0.164 () {34 vars in 693 bytes} [Tue Jun 16 01:42:25 2026] POST /v2.0/security-group-rules => generated 597 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 401/833] 199.19.213.21 () {34 vars in 997 bytes} [Tue Jun 16 01:42:25 2026] GET /v2.0/subnets?network_id=f050bf90-fe83-4525-bd93-05fcb9b0ae9c => generated 684 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 402/834] 199.19.213.21 () {34 vars in 1143 bytes} [Tue Jun 16 01:42:25 2026] GET /v2.0/ports?device_id=ff746c37-582b-4745-9cff-ed2f4cc3bf75&device_owner=compute%3Anova&network_id=f050bf90-fe83-4525-bd93-05fcb9b0ae9c => generated 975 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 433/835] 10.0.0.164 () {34 vars in 693 bytes} [Tue Jun 16 01:42:25 2026] POST /v2.0/security-group-rules => generated 602 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 434/836] 10.0.0.164 () {34 vars in 674 bytes} [Tue Jun 16 01:42:25 2026] POST /v2.0/floatingips => generated 552 bytes in 440 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 435/837] 10.0.0.1 () {34 vars in 1096 bytes} [Tue Jun 16 01:42:26 2026] GET /v2.0/security-groups?name=tempest-securitygroup--2028826802&fields=id&tenant_id=7a8bd5b7e6be46258251f8f7660a6af9 => generated 69 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 403/838] 199.19.213.21 () {38 vars in 1025 bytes} [Tue Jun 16 01:42:25 2026] PUT /v2.0/ports/12927f21-a391-4e8a-9868-4a2e11204ea0 => generated 1153 bytes in 575 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: 404/839] 10.0.0.1 () {34 vars in 978 bytes} [Tue Jun 16 01:42:26 2026] GET /v2.0/networks?id=40bfd7f3-1763-4262-bbe3-45321254b79a => generated 675 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 436/840] 10.0.0.164 () {32 vars in 772 bytes} [Tue Jun 16 01:42:26 2026] GET /v2.0/security-groups?tenant_id=129c8170c1914cb5bc9c729f3fd3b450&name=default => generated 2925 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 01:42:26.167 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-768cc9fd-40d3-4a65-9077-15c8c5fcff2e'] response: {'name': 'network-changed', 'server_uuid': 'ff746c37-582b-4745-9cff-ed2f4cc3bf75', 'tag': '12927f21-a391-4e8a-9868-4a2e11204ea0', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 405/841] 10.0.0.1 () {34 vars in 961 bytes} [Tue Jun 16 01:42:26 2026] GET /v2.0/quotas/7a8bd5b7e6be46258251f8f7660a6af9 => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 01:42:26.198 8 INFO neutron.services.segments.plugin [-] Segment a2a8d2a8-fe22-4f2f-9f8e-068c8b6c8db9 resource provider aggregate not found 2026-06-16 01:42:26.209 8 INFO neutron.services.segments.plugin [-] Segment a2a8d2a8-fe22-4f2f-9f8e-068c8b6c8db9 resource provider aggregate not found 2026-06-16 01:42:26.229 8 INFO neutron.services.segments.plugin [-] Segment a2a8d2a8-fe22-4f2f-9f8e-068c8b6c8db9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a2a8d2a8-fe22-4f2f-9f8e-068c8b6c8db9 found for delete ", "request_id": "req-189a2ce8-55ea-4347-ac78-86cb5ece7337"}]} 2026-06-16 01:42:26.242 8 INFO neutron.services.segments.plugin [-] Segment a2a8d2a8-fe22-4f2f-9f8e-068c8b6c8db9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a2a8d2a8-fe22-4f2f-9f8e-068c8b6c8db9 found for delete ", "request_id": "req-8ed54cd4-703a-431a-a6e9-53cae681f565"}]} [pid: 7|app: 0|req: 406/842] 10.0.0.1 () {34 vars in 998 bytes} [Tue Jun 16 01:42:26 2026] GET /v2.0/ports?tenant_id=7a8bd5b7e6be46258251f8f7660a6af9&fields=id => generated 103 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 437/843] 10.0.0.164 () {32 vars in 738 bytes} [Tue Jun 16 01:42:26 2026] DELETE /v2.0/security-groups/4db76473-87c7-4b08-b487-a17c8e8a62af => 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: 407/844] 10.0.0.1 () {34 vars in 1004 bytes} [Tue Jun 16 01:42:26 2026] GET /v2.0/networks/40bfd7f3-1763-4262-bbe3-45321254b79a?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 438/845] 10.0.0.1 () {34 vars in 1104 bytes} [Tue Jun 16 01:42:26 2026] GET /v2.0/networks/40bfd7f3-1763-4262-bbe3-45321254b79a?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: 408/846] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:42:26 2026] GET /v2.0/ports?device_id=f7a35dc4-a285-47ba-9c24-bd94b67edf63 => 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: 439/847] 10.0.0.1 () {34 vars in 1094 bytes} [Tue Jun 16 01:42:26 2026] GET /v2.0/security-groups?name=tempest-securitygroup--101188936&fields=id&tenant_id=da628f4c668840a8a00802fc5a4613e2 => generated 69 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 409/848] 10.0.0.1 () {34 vars in 978 bytes} [Tue Jun 16 01:42:26 2026] GET /v2.0/networks?id=5fa0abcd-3308-4721-b98f-429be022aa7a => generated 670 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 440/849] 10.0.0.1 () {34 vars in 961 bytes} [Tue Jun 16 01:42:26 2026] GET /v2.0/quotas/da628f4c668840a8a00802fc5a4613e2 => generated 292 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 410/850] 199.19.213.21 () {34 vars in 1077 bytes} [Tue Jun 16 01:42:26 2026] GET /v2.0/ports?tenant_id=ac0cd12027bf4a9e8f7a02896b588918&device_id=ff746c37-582b-4745-9cff-ed2f4cc3bf75 => generated 1425 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 441/851] 10.0.0.1 () {34 vars in 998 bytes} [Tue Jun 16 01:42:26 2026] GET /v2.0/ports?tenant_id=da628f4c668840a8a00802fc5a4613e2&fields=id => generated 103 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 411/852] 199.19.213.21 () {34 vars in 983 bytes} [Tue Jun 16 01:42:26 2026] GET /v2.0/networks?id=f050bf90-fe83-4525-bd93-05fcb9b0ae9c => generated 780 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 442/853] 199.19.213.21 () {34 vars in 1057 bytes} [Tue Jun 16 01:42:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=12927f21-a391-4e8a-9868-4a2e11204ea0 => 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: 412/854] 10.0.0.1 () {34 vars in 1004 bytes} [Tue Jun 16 01:42:26 2026] GET /v2.0/networks/5fa0abcd-3308-4721-b98f-429be022aa7a?fields=segments => generated 14 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 443/855] 199.19.213.21 () {34 vars in 1057 bytes} [Tue Jun 16 01:42:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=12927f21-a391-4e8a-9868-4a2e11204ea0 => generated 861 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 444/856] 199.19.213.21 () {34 vars in 981 bytes} [Tue Jun 16 01:42:26 2026] GET /v2.0/subnets?id=d5e11da1-62e8-4125-ab90-7a6e8d394c39 => generated 702 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 413/857] 10.0.0.1 () {34 vars in 1104 bytes} [Tue Jun 16 01:42:26 2026] GET /v2.0/networks/5fa0abcd-3308-4721-b98f-429be022aa7a?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: 445/858] 199.19.213.21 () {34 vars in 1049 bytes} [Tue Jun 16 01:42:26 2026] GET /v2.0/ports?network_id=f050bf90-fe83-4525-bd93-05fcb9b0ae9c&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: 7|app: 0|req: 414/859] 199.19.213.21 () {34 vars in 1009 bytes} [Tue Jun 16 01:42:26 2026] GET /v2.0/networks/f050bf90-fe83-4525-bd93-05fcb9b0ae9c?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 415/860] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:42:26 2026] GET /v2.0/ports?device_id=ad7c37e7-8c1a-4eb7-b60a-6fa29278afbe => 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: 446/861] 199.19.213.21 () {34 vars in 1109 bytes} [Tue Jun 16 01:42:26 2026] GET /v2.0/networks/f050bf90-fe83-4525-bd93-05fcb9b0ae9c?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: 416/862] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:42:27 2026] GET /v2.0/ports?device_id=f7a35dc4-a285-47ba-9c24-bd94b67edf63 => 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: 447/863] 199.19.213.21 () {34 vars in 1077 bytes} [Tue Jun 16 01:42:28 2026] GET /v2.0/ports?tenant_id=ac0cd12027bf4a9e8f7a02896b588918&device_id=ff746c37-582b-4745-9cff-ed2f4cc3bf75 => generated 1425 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 448/864] 199.19.213.21 () {34 vars in 983 bytes} [Tue Jun 16 01:42:28 2026] GET /v2.0/networks?id=f050bf90-fe83-4525-bd93-05fcb9b0ae9c => generated 780 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 449/865] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:42:28 2026] GET /v2.0/ports?device_id=ad7c37e7-8c1a-4eb7-b60a-6fa29278afbe => 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: 450/866] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:42:28 2026] GET /v2.0/ports?device_id=ff746c37-582b-4745-9cff-ed2f4cc3bf75 => generated 1156 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 451/867] 199.19.213.21 () {34 vars in 1057 bytes} [Tue Jun 16 01:42:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=12927f21-a391-4e8a-9868-4a2e11204ea0 => 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: 452/868] 10.0.0.1 () {34 vars in 1036 bytes} [Tue Jun 16 01:42:28 2026] GET /v2.0/security-groups?id=1b870322-3f96-4ffc-8857-f3561d479e7c&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 453/869] 199.19.213.21 () {34 vars in 1057 bytes} [Tue Jun 16 01:42:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=12927f21-a391-4e8a-9868-4a2e11204ea0 => generated 861 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 454/870] 199.19.213.21 () {34 vars in 981 bytes} [Tue Jun 16 01:42:28 2026] GET /v2.0/subnets?id=d5e11da1-62e8-4125-ab90-7a6e8d394c39 => generated 702 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 455/871] 199.19.213.21 () {34 vars in 1049 bytes} [Tue Jun 16 01:42:28 2026] GET /v2.0/ports?network_id=f050bf90-fe83-4525-bd93-05fcb9b0ae9c&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: 456/872] 199.19.213.21 () {34 vars in 1009 bytes} [Tue Jun 16 01:42:28 2026] GET /v2.0/networks/f050bf90-fe83-4525-bd93-05fcb9b0ae9c?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 01:42:28.436 7 INFO neutron.db.segments_db [None req-a8ee8b17-4721-478c-b6f4-45ab8e6a08ec 4bfb98cda3eb47c39e69f0144906b5dc 9629486b9d624937a492dc3e2bf5a618 - - default default] Added segment 13293e88-a0a2-411f-8496-7cd0b40559a4 of type vxlan for network c9932b72-b68b-4879-ab66-fb93bec58d1b [pid: 8|app: 0|req: 457/873] 199.19.213.21 () {34 vars in 1109 bytes} [Tue Jun 16 01:42:28 2026] GET /v2.0/networks/f050bf90-fe83-4525-bd93-05fcb9b0ae9c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 417/874] 10.0.0.164 () {34 vars in 668 bytes} [Tue Jun 16 01:42:28 2026] POST /v2.0/networks => generated 649 bytes in 507 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 418/875] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:42:28 2026] GET /v2.0/ports?device_id=f7a35dc4-a285-47ba-9c24-bd94b67edf63 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 458/876] 10.0.0.164 () {34 vars in 663 bytes} [Tue Jun 16 01:42:28 2026] POST /v2.0/ports => generated 779 bytes in 302 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 01:42:28.895 7 INFO neutron.db.segments_db [None req-4a08c895-e9f0-4cc4-8af9-253f0f314edf 4bfb98cda3eb47c39e69f0144906b5dc 9629486b9d624937a492dc3e2bf5a618 - - default default] Added segment db27d60f-1ba6-44e8-8ead-dc5e7c7e93ac of type vxlan for network 36da70bc-ede4-42f0-baff-7777cb662658 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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/877] 10.0.0.164 () {34 vars in 668 bytes} [Tue Jun 16 01:42:28 2026] POST /v2.0/networks => generated 635 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 459/878] 199.19.213.21 () {34 vars in 1117 bytes} [Tue Jun 16 01:42:28 2026] GET /v2.0/ports?device_id=ff746c37-582b-4745-9cff-ed2f4cc3bf75&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.10 => generated 1156 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 420/879] 10.0.0.164 () {34 vars in 667 bytes} [Tue Jun 16 01:42:28 2026] POST /v2.0/subnets => generated 646 bytes in 263 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 421/880] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:42:29 2026] GET /v2.0/ports?device_id=ad7c37e7-8c1a-4eb7-b60a-6fa29278afbe => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 460/881] 199.19.213.21 () {38 vars in 1025 bytes} [Tue Jun 16 01:42:29 2026] PUT /v2.0/ports/12927f21-a391-4e8a-9868-4a2e11204ea0 => generated 972 bytes in 508 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 01:42:29.585 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a5d56cec-309a-4560-899c-ad0bbe5a4985'] response: {'name': 'network-changed', 'server_uuid': 'ff746c37-582b-4745-9cff-ed2f4cc3bf75', 'tag': '12927f21-a391-4e8a-9868-4a2e11204ea0', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 422/882] 10.0.0.164 () {34 vars in 663 bytes} [Tue Jun 16 01:42:29 2026] POST /v2.0/ports => generated 962 bytes in 320 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-16 01:42:29.744 8 INFO neutron_taas.services.taas.taas_plugin [None req-dd9a6bc6-3711-4064-9468-99e0796c4137 4bfb98cda3eb47c39e69f0144906b5dc 9629486b9d624937a492dc3e2bf5a618 - - default default] TaaS: Handle Delete Port: 14fafcea-9460-4b7f-b4ab-cc54727d266f 2026-06-16 01:42:29.748 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dd9a6bc6-3711-4064-9468-99e0796c4137 4bfb98cda3eb47c39e69f0144906b5dc 9629486b9d624937a492dc3e2bf5a618 - - default default] Tap Mirror: Handle Delete Port: 14fafcea-9460-4b7f-b4ab-cc54727d266f /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 423/883] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:42:29 2026] GET /v2.0/ports?device_id=f7a35dc4-a285-47ba-9c24-bd94b67edf63 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 461/884] 10.0.0.164 () {32 vars in 718 bytes} [Tue Jun 16 01:42:29 2026] DELETE /v2.0/ports/14fafcea-9460-4b7f-b4ab-cc54727d266f => generated 0 bytes in 276 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 01:42:29.900 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0a53cc5d-9100-49cf-ac87-904d9209a1a6 4bfb98cda3eb47c39e69f0144906b5dc 9629486b9d624937a492dc3e2bf5a618 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 424/885] 10.0.0.164 () {32 vars in 718 bytes} [Tue Jun 16 01:42:29 2026] DELETE /v2.0/ports/14fafcea-9460-4b7f-b4ab-cc54727d266f => generated 132 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 01:42:29.923 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e56da22c-aa11-4cb5-b10d-10983d418c53 4bfb98cda3eb47c39e69f0144906b5dc 9629486b9d624937a492dc3e2bf5a618 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 462/886] 10.0.0.164 () {32 vars in 715 bytes} [Tue Jun 16 01:42:29 2026] GET /v2.0/ports/14fafcea-9460-4b7f-b4ab-cc54727d266f => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 425/887] 10.0.0.164 () {32 vars in 722 bytes} [Tue Jun 16 01:42:29 2026] DELETE /v2.0/subnets/a58478e8-9a14-4e8f-8fda-382ea6a3673a => 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: 463/888] 199.19.213.21 () {34 vars in 1077 bytes} [Tue Jun 16 01:42:30 2026] GET /v2.0/ports?tenant_id=ac0cd12027bf4a9e8f7a02896b588918&device_id=ff746c37-582b-4745-9cff-ed2f4cc3bf75 => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 464/889] 199.19.213.21 () {34 vars in 983 bytes} [Tue Jun 16 01:42:30 2026] GET /v2.0/networks?id=f050bf90-fe83-4525-bd93-05fcb9b0ae9c => generated 780 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 465/890] 199.19.213.21 () {34 vars in 1057 bytes} [Tue Jun 16 01:42:30 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=12927f21-a391-4e8a-9868-4a2e11204ea0 => generated 861 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 01:42:30.195 7 INFO neutron.services.segments.plugin [-] Segment db27d60f-1ba6-44e8-8ead-dc5e7c7e93ac resource provider aggregate not found 2026-06-16 01:42:30.198 7 INFO neutron.services.segments.plugin [-] Segment db27d60f-1ba6-44e8-8ead-dc5e7c7e93ac resource provider aggregate not found 2026-06-16 01:42:30.219 7 INFO neutron.services.segments.plugin [-] Segment db27d60f-1ba6-44e8-8ead-dc5e7c7e93ac resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid db27d60f-1ba6-44e8-8ead-dc5e7c7e93ac found for delete ", "request_id": "req-0ce4c517-861d-4c47-b082-c6adcb778a01"}]} 2026-06-16 01:42:30.219 7 INFO neutron.services.segments.plugin [-] Segment db27d60f-1ba6-44e8-8ead-dc5e7c7e93ac resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid db27d60f-1ba6-44e8-8ead-dc5e7c7e93ac found for delete ", "request_id": "req-52ed368d-8ff7-4d48-94f5-e8eed9c83a53"}]} [pid: 7|app: 0|req: 426/891] 10.0.0.164 () {32 vars in 724 bytes} [Tue Jun 16 01:42:30 2026] DELETE /v2.0/networks/36da70bc-ede4-42f0-baff-7777cb662658 => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 466/892] 199.19.213.21 () {34 vars in 981 bytes} [Tue Jun 16 01:42:30 2026] GET /v2.0/subnets?id=d5e11da1-62e8-4125-ab90-7a6e8d394c39 => generated 702 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 467/893] 199.19.213.21 () {34 vars in 1049 bytes} [Tue Jun 16 01:42:30 2026] GET /v2.0/ports?network_id=f050bf90-fe83-4525-bd93-05fcb9b0ae9c&device_owner=network%3Adhcp => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 01:42:30.305 7 INFO neutron.db.segments_db [None req-34d12ca2-92aa-4a7d-9a14-a66e74ec7f41 4bfb98cda3eb47c39e69f0144906b5dc 9629486b9d624937a492dc3e2bf5a618 - - default default] Added segment cd7f2846-5264-4b02-97e4-86f9eb3935d5 of type vxlan for network 392983ad-fda0-401e-9da8-ef314ce304e4 [pid: 8|app: 0|req: 468/894] 199.19.213.21 () {34 vars in 1009 bytes} [Tue Jun 16 01:42:30 2026] GET /v2.0/networks/f050bf90-fe83-4525-bd93-05fcb9b0ae9c?fields=segments => generated 14 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 469/895] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:42:30 2026] GET /v2.0/ports?device_id=ad7c37e7-8c1a-4eb7-b60a-6fa29278afbe => 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: 427/896] 10.0.0.164 () {34 vars in 668 bytes} [Tue Jun 16 01:42:30 2026] POST /v2.0/networks => generated 636 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 470/897] 199.19.213.21 () {34 vars in 1109 bytes} [Tue Jun 16 01:42:30 2026] GET /v2.0/networks/f050bf90-fe83-4525-bd93-05fcb9b0ae9c?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: 428/898] 10.0.0.164 () {34 vars in 667 bytes} [Tue Jun 16 01:42:30 2026] POST /v2.0/subnets => generated 646 bytes in 274 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 429/899] 199.19.213.21 () {34 vars in 983 bytes} [Tue Jun 16 01:42:30 2026] GET /v2.0/networks?id=40bfd7f3-1763-4262-bbe3-45321254b79a => generated 675 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 430/900] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:42:30 2026] GET /v2.0/ports?device_id=f7a35dc4-a285-47ba-9c24-bd94b67edf63 => 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: 431/901] 199.19.213.21 () {34 vars in 1047 bytes} [Tue Jun 16 01:42:30 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=7a8bd5b7e6be46258251f8f7660a6af9 => generated 181 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 471/902] 10.0.0.164 () {34 vars in 663 bytes} [Tue Jun 16 01:42:30 2026] POST /v2.0/ports => generated 923 bytes in 264 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 01:42:31.055 8 INFO neutron_taas.services.taas.taas_plugin [None req-fbf88d18-0f3e-4925-856c-c36cefc274ad 4bfb98cda3eb47c39e69f0144906b5dc 9629486b9d624937a492dc3e2bf5a618 - - default default] TaaS: Handle Delete Port: d4a0eea9-9bf0-471a-bf67-bd1bf07b3650 2026-06-16 01:42:31.057 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fbf88d18-0f3e-4925-856c-c36cefc274ad 4bfb98cda3eb47c39e69f0144906b5dc 9629486b9d624937a492dc3e2bf5a618 - - default default] Tap Mirror: Handle Delete Port: d4a0eea9-9bf0-471a-bf67-bd1bf07b3650 [pid: 8|app: 0|req: 472/903] 10.0.0.164 () {32 vars in 718 bytes} [Tue Jun 16 01:42:30 2026] DELETE /v2.0/ports/d4a0eea9-9bf0-471a-bf67-bd1bf07b3650 => generated 0 bytes in 187 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 01:42:31.182 8 INFO neutron.pecan_wsgi.hooks.translation [None req-276e4d1d-3516-4139-9d72-beaecb22aefc 4bfb98cda3eb47c39e69f0144906b5dc 9629486b9d624937a492dc3e2bf5a618 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 475/906] 10.0.0.164 () {32 vars in 715 bytes} [Tue Jun 16 01:42:31 2026] GET /v2.0/ports/d4a0eea9-9bf0-471a-bf67-bd1bf07b3650 => generated 132 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 476/907] 10.0.0.164 () {32 vars in 722 bytes} [Tue Jun 16 01:42:31 2026] DELETE /v2.0/subnets/732ef59e-358b-4adf-8f3b-693354e6c9e6 => 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: 432/908] 199.19.213.21 () {38 vars in 952 bytes} [Tue Jun 16 01:42:30 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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-16 01:42:31.439 8 INFO neutron.services.segments.plugin [-] Segment cd7f2846-5264-4b02-97e4-86f9eb3935d5 resource provider aggregate not found 2026-06-16 01:42:31.444 8 INFO neutron.services.segments.plugin [-] Segment cd7f2846-5264-4b02-97e4-86f9eb3935d5 resource provider aggregate not found 2026-06-16 01:42:31.464 8 INFO neutron.services.segments.plugin [-] Segment cd7f2846-5264-4b02-97e4-86f9eb3935d5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cd7f2846-5264-4b02-97e4-86f9eb3935d5 found for delete ", "request_id": "req-a6904bbd-ae8f-4227-8903-49be71d233cd"}]} 2026-06-16 01:42:31.467 8 INFO neutron.services.segments.plugin [-] Segment cd7f2846-5264-4b02-97e4-86f9eb3935d5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cd7f2846-5264-4b02-97e4-86f9eb3935d5 found for delete ", "request_id": "req-9f03c3c2-cf3a-4e53-9036-cca413ec0fab"}]} [pid: 8|app: 0|req: 477/909] 10.0.0.164 () {32 vars in 724 bytes} [Tue Jun 16 01:42:31 2026] DELETE /v2.0/networks/392983ad-fda0-401e-9da8-ef314ce304e4 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 478/910] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:42:31 2026] GET /v2.0/ports?device_id=ad7c37e7-8c1a-4eb7-b60a-6fa29278afbe => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 479/911] 199.19.213.21 () {34 vars in 1077 bytes} [Tue Jun 16 01:42:31 2026] GET /v2.0/ports?tenant_id=ac0cd12027bf4a9e8f7a02896b588918&device_id=ff746c37-582b-4745-9cff-ed2f4cc3bf75 => generated 1244 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 433/912] 199.19.213.21 () {38 vars in 1025 bytes} [Tue Jun 16 01:42:31 2026] PUT /v2.0/ports/d12b336a-50c4-44c2-847c-a07866e56dc5 => generated 1239 bytes in 430 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-16 01:42:31.799 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2e04e892-2e26-4726-b4ef-a13fa0c5acdd'] response: {'name': 'network-changed', 'server_uuid': 'f7a35dc4-a285-47ba-9c24-bd94b67edf63', 'tag': 'd12b336a-50c4-44c2-847c-a07866e56dc5', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 434/913] 199.19.213.21 () {34 vars in 983 bytes} [Tue Jun 16 01:42:31 2026] GET /v2.0/networks?id=f050bf90-fe83-4525-bd93-05fcb9b0ae9c => generated 780 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 480/914] 10.0.0.164 () {34 vars in 663 bytes} [Tue Jun 16 01:42:31 2026] POST /v2.0/ports => generated 777 bytes in 286 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: 481/915] 199.19.213.21 () {34 vars in 1057 bytes} [Tue Jun 16 01:42:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=12927f21-a391-4e8a-9868-4a2e11204ea0 => generated 861 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 435/916] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:42:31 2026] GET /v2.0/ports?device_id=ff746c37-582b-4745-9cff-ed2f4cc3bf75 => 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: 436/917] 199.19.213.21 () {34 vars in 981 bytes} [Tue Jun 16 01:42:31 2026] GET /v2.0/subnets?id=d5e11da1-62e8-4125-ab90-7a6e8d394c39 => generated 702 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 437/918] 10.0.0.1 () {34 vars in 1036 bytes} [Tue Jun 16 01:42:31 2026] GET /v2.0/security-groups?id=1b870322-3f96-4ffc-8857-f3561d479e7c&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 438/919] 199.19.213.21 () {34 vars in 1049 bytes} [Tue Jun 16 01:42:31 2026] GET /v2.0/ports?network_id=f050bf90-fe83-4525-bd93-05fcb9b0ae9c&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: 439/920] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:42:31 2026] GET /v2.0/ports?device_id=f7a35dc4-a285-47ba-9c24-bd94b67edf63 => generated 973 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 482/921] 10.0.0.164 () {34 vars in 735 bytes} [Tue Jun 16 01:42:31 2026] PUT /v2.0/ports/63d68009-25df-46de-be30-fcf551479ba6 => generated 752 bytes in 133 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: 440/922] 199.19.213.21 () {34 vars in 1009 bytes} [Tue Jun 16 01:42:31 2026] GET /v2.0/networks/f050bf90-fe83-4525-bd93-05fcb9b0ae9c?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: 441/923] 10.0.0.1 () {34 vars in 1036 bytes} [Tue Jun 16 01:42:32 2026] GET /v2.0/security-groups?id=fa056f4a-cdeb-4416-974f-d0eafa248483&fields=id&fields=name => generated 114 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 01:42:32.074 8 INFO neutron_taas.services.taas.taas_plugin [None req-83b9dbdc-d2e1-4d1f-bfc8-20efb15eefbd 4bfb98cda3eb47c39e69f0144906b5dc 9629486b9d624937a492dc3e2bf5a618 - - default default] TaaS: Handle Delete Port: 63d68009-25df-46de-be30-fcf551479ba6 2026-06-16 01:42:32.076 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-83b9dbdc-d2e1-4d1f-bfc8-20efb15eefbd 4bfb98cda3eb47c39e69f0144906b5dc 9629486b9d624937a492dc3e2bf5a618 - - default default] Tap Mirror: Handle Delete Port: 63d68009-25df-46de-be30-fcf551479ba6 [pid: 7|app: 0|req: 442/924] 199.19.213.21 () {34 vars in 1109 bytes} [Tue Jun 16 01:42:32 2026] GET /v2.0/networks/f050bf90-fe83-4525-bd93-05fcb9b0ae9c?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: 483/925] 10.0.0.164 () {32 vars in 718 bytes} [Tue Jun 16 01:42:31 2026] DELETE /v2.0/ports/63d68009-25df-46de-be30-fcf551479ba6 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 443/926] 10.0.0.164 () {32 vars in 641 bytes} [Tue Jun 16 01:42:32 2026] GET /v2.0/ports => generated 782 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 01:42:32.278 8 INFO neutron.pecan_wsgi.hooks.translation [None req-bf30ece6-469e-4ba1-92e5-3c04ec663598 4bfb98cda3eb47c39e69f0144906b5dc 9629486b9d624937a492dc3e2bf5a618 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 484/927] 10.0.0.164 () {32 vars in 715 bytes} [Tue Jun 16 01:42:32 2026] GET /v2.0/ports/63d68009-25df-46de-be30-fcf551479ba6 => generated 132 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 444/928] 10.0.0.164 () {32 vars in 641 bytes} [Tue Jun 16 01:42:32 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: 485/929] 199.19.213.21 () {34 vars in 1077 bytes} [Tue Jun 16 01:42:32 2026] GET /v2.0/ports?tenant_id=7a8bd5b7e6be46258251f8f7660a6af9&device_id=f7a35dc4-a285-47ba-9c24-bd94b67edf63 => generated 1242 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 445/930] 10.0.0.164 () {32 vars in 715 bytes} [Tue Jun 16 01:42:32 2026] GET /v2.0/ports/2381aecb-5f7e-4abe-8f04-15fb9b2a0af3 => generated 779 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 486/931] 199.19.213.21 () {34 vars in 1015 bytes} [Tue Jun 16 01:42:32 2026] GET /v2.0/networks?tenant_id=7a8bd5b7e6be46258251f8f7660a6af9&shared=False => generated 770 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 01:42:32.397 7 INFO neutron.pecan_wsgi.hooks.translation [None req-aeff0d77-b602-4212-a424-a07f67fbbea8 4bfb98cda3eb47c39e69f0144906b5dc 9629486b9d624937a492dc3e2bf5a618 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 446/932] 10.0.0.164 () {32 vars in 718 bytes} [Tue Jun 16 01:42:32 2026] DELETE /v2.0/ports/d4a0eea9-9bf0-471a-bf67-bd1bf07b3650 => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 01:42:32.413 7 INFO neutron.pecan_wsgi.hooks.translation [None req-25716109-4a19-4108-9a66-2a4633523953 4bfb98cda3eb47c39e69f0144906b5dc 9629486b9d624937a492dc3e2bf5a618 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 447/933] 10.0.0.164 () {32 vars in 722 bytes} [Tue Jun 16 01:42:32 2026] DELETE /v2.0/subnets/732ef59e-358b-4adf-8f3b-693354e6c9e6 => generated 136 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 01:42:32.434 7 INFO neutron.pecan_wsgi.hooks.translation [None req-916993ca-7961-4509-b552-78a0e9bc3dab 4bfb98cda3eb47c39e69f0144906b5dc 9629486b9d624937a492dc3e2bf5a618 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 448/934] 10.0.0.164 () {32 vars in 722 bytes} [Tue Jun 16 01:42:32 2026] DELETE /v2.0/subnets/a58478e8-9a14-4e8f-8fda-382ea6a3673a => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 487/935] 199.19.213.21 () {34 vars in 927 bytes} [Tue Jun 16 01:42:32 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 01:42:32.533 7 INFO neutron_taas.services.taas.taas_plugin [None req-c90bb54d-6054-4a61-ac78-ae2c0d2ce5d3 4bfb98cda3eb47c39e69f0144906b5dc 9629486b9d624937a492dc3e2bf5a618 - - default default] TaaS: Handle Delete Port: 2381aecb-5f7e-4abe-8f04-15fb9b2a0af3 2026-06-16 01:42:32.537 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c90bb54d-6054-4a61-ac78-ae2c0d2ce5d3 4bfb98cda3eb47c39e69f0144906b5dc 9629486b9d624937a492dc3e2bf5a618 - - default default] Tap Mirror: Handle Delete Port: 2381aecb-5f7e-4abe-8f04-15fb9b2a0af3 [pid: 8|app: 0|req: 488/936] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:42:32 2026] GET /v2.0/ports?device_id=ad7c37e7-8c1a-4eb7-b60a-6fa29278afbe => 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: 449/937] 10.0.0.164 () {32 vars in 718 bytes} [Tue Jun 16 01:42:32 2026] DELETE /v2.0/ports/2381aecb-5f7e-4abe-8f04-15fb9b2a0af3 => generated 0 bytes in 183 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 489/938] 10.0.0.164 () {32 vars in 724 bytes} [Tue Jun 16 01:42:32 2026] DELETE /v2.0/networks/c9932b72-b68b-4879-ab66-fb93bec58d1b => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 450/939] 199.19.213.21 () {34 vars in 983 bytes} [Tue Jun 16 01:42:32 2026] GET /v2.0/networks?id=5fa0abcd-3308-4721-b98f-429be022aa7a => generated 670 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 451/940] 199.19.213.21 () {34 vars in 1047 bytes} [Tue Jun 16 01:42:33 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=da628f4c668840a8a00802fc5a4613e2 => generated 180 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 490/941] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:42:32 2026] GET /v2.0/ports?device_id=ff746c37-582b-4745-9cff-ed2f4cc3bf75 => generated 975 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 491/942] 10.0.0.1 () {34 vars in 1036 bytes} [Tue Jun 16 01:42:33 2026] GET /v2.0/security-groups?id=1b870322-3f96-4ffc-8857-f3561d479e7c&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 492/943] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:42:33 2026] GET /v2.0/ports?device_id=f7a35dc4-a285-47ba-9c24-bd94b67edf63 => generated 973 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 493/944] 10.0.0.1 () {34 vars in 1036 bytes} [Tue Jun 16 01:42:33 2026] GET /v2.0/security-groups?id=fa056f4a-cdeb-4416-974f-d0eafa248483&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 494/945] 10.0.0.164 () {32 vars in 772 bytes} [Tue Jun 16 01:42:33 2026] GET /v2.0/security-groups?tenant_id=9629486b9d624937a492dc3e2bf5a618&name=default => generated 2925 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 01:42:33.489 8 INFO neutron.services.segments.plugin [-] Segment 13293e88-a0a2-411f-8496-7cd0b40559a4 resource provider aggregate not found 2026-06-16 01:42:33.498 8 INFO neutron.services.segments.plugin [-] Segment 13293e88-a0a2-411f-8496-7cd0b40559a4 resource provider aggregate not found [pid: 7|app: 0|req: 452/946] 199.19.213.21 () {38 vars in 952 bytes} [Tue Jun 16 01:42:33 2026] POST /v2.0/ports => generated 954 bytes in 419 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-16 01:42:33.510 8 INFO neutron.services.segments.plugin [-] Segment 13293e88-a0a2-411f-8496-7cd0b40559a4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 13293e88-a0a2-411f-8496-7cd0b40559a4 found for delete ", "request_id": "req-be9371a5-8da6-44dc-ba4d-4fa6e6c6095c"}]} 2026-06-16 01:42:33.516 8 INFO neutron.services.segments.plugin [-] Segment 13293e88-a0a2-411f-8496-7cd0b40559a4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 13293e88-a0a2-411f-8496-7cd0b40559a4 found for delete ", "request_id": "req-0b38f08d-9518-4bf9-876f-b27251c0f644"}]} [pid: 8|app: 0|req: 495/947] 10.0.0.164 () {32 vars in 738 bytes} [Tue Jun 16 01:42:33 2026] DELETE /v2.0/security-groups/7877a497-807c-4177-bb1c-503fd18e58a5 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 453/948] 199.19.213.21 () {34 vars in 1077 bytes} [Tue Jun 16 01:42:33 2026] GET /v2.0/ports?tenant_id=7a8bd5b7e6be46258251f8f7660a6af9&device_id=f7a35dc4-a285-47ba-9c24-bd94b67edf63 => generated 1242 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 454/949] 199.19.213.21 () {34 vars in 1057 bytes} [Tue Jun 16 01:42:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=d12b336a-50c4-44c2-847c-a07866e56dc5 => generated 19 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 455/950] 199.19.213.21 () {34 vars in 981 bytes} [Tue Jun 16 01:42:33 2026] GET /v2.0/subnets?id=17f8f534-3e90-4ad0-a5af-3ae6a6b9f1e5 => generated 693 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 456/951] 199.19.213.21 () {34 vars in 1049 bytes} [Tue Jun 16 01:42:33 2026] GET /v2.0/ports?network_id=40bfd7f3-1763-4262-bbe3-45321254b79a&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: 457/952] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:42:33 2026] GET /v2.0/ports?device_id=ad7c37e7-8c1a-4eb7-b60a-6fa29278afbe => generated 957 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 458/953] 199.19.213.21 () {34 vars in 1009 bytes} [Tue Jun 16 01:42:33 2026] GET /v2.0/networks/40bfd7f3-1763-4262-bbe3-45321254b79a?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: 459/954] 10.0.0.1 () {34 vars in 1036 bytes} [Tue Jun 16 01:42:33 2026] GET /v2.0/security-groups?id=b172d844-60ef-4d98-8918-0d3012828aef&fields=id&fields=name => generated 113 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 460/955] 199.19.213.21 () {34 vars in 1109 bytes} [Tue Jun 16 01:42:33 2026] GET /v2.0/networks/40bfd7f3-1763-4262-bbe3-45321254b79a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 496/956] 199.19.213.21 () {38 vars in 1025 bytes} [Tue Jun 16 01:42:33 2026] PUT /v2.0/ports/f0144c59-a172-400b-b071-3d0bfc80643b => generated 1235 bytes in 406 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 01:42:33.966 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-2ed14029-e6c4-4d9c-9690-3dd4f0aea8f0'] response: {'name': 'network-changed', 'server_uuid': 'ad7c37e7-8c1a-4eb7-b60a-6fa29278afbe', 'tag': 'f0144c59-a172-400b-b071-3d0bfc80643b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 461/957] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:42:34 2026] GET /v2.0/ports?device_id=ff746c37-582b-4745-9cff-ed2f4cc3bf75 => generated 975 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 497/958] 10.0.0.1 () {34 vars in 1036 bytes} [Tue Jun 16 01:42:34 2026] GET /v2.0/security-groups?id=1b870322-3f96-4ffc-8857-f3561d479e7c&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: 462/959] 199.19.213.21 () {34 vars in 991 bytes} [Tue Jun 16 01:42:34 2026] GET /v2.0/ports?device_id=ff746c37-582b-4745-9cff-ed2f4cc3bf75 => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 498/960] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:42:34 2026] GET /v2.0/ports?device_id=f7a35dc4-a285-47ba-9c24-bd94b67edf63 => 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: 499/961] 10.0.0.1 () {34 vars in 1036 bytes} [Tue Jun 16 01:42:34 2026] GET /v2.0/security-groups?id=fa056f4a-cdeb-4416-974f-d0eafa248483&fields=id&fields=name => generated 114 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 01:42:34.431 7 INFO neutron_taas.services.taas.taas_plugin [req-0daf6d0b-f881-4bf6-b388-f524ed0788b8 req-1cd2c932-ed16-4340-b02d-1c71a39199e5 fd8f925bf8014d839e018c8eb4b5d408 ac0cd12027bf4a9e8f7a02896b588918 - - default default] TaaS: Handle Delete Port: 12927f21-a391-4e8a-9868-4a2e11204ea0 2026-06-16 01:42:34.434 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-0daf6d0b-f881-4bf6-b388-f524ed0788b8 req-1cd2c932-ed16-4340-b02d-1c71a39199e5 fd8f925bf8014d839e018c8eb4b5d408 ac0cd12027bf4a9e8f7a02896b588918 - - default default] Tap Mirror: Handle Delete Port: 12927f21-a391-4e8a-9868-4a2e11204ea0 [pid: 8|app: 0|req: 500/962] 199.19.213.21 () {34 vars in 1077 bytes} [Tue Jun 16 01:42:34 2026] GET /v2.0/ports?tenant_id=da628f4c668840a8a00802fc5a4613e2&device_id=ad7c37e7-8c1a-4eb7-b60a-6fa29278afbe => generated 1238 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 01:42:34.550 7 INFO neutron.db.l3_db [req-0daf6d0b-f881-4bf6-b388-f524ed0788b8 req-1cd2c932-ed16-4340-b02d-1c71a39199e5 fd8f925bf8014d839e018c8eb4b5d408 ac0cd12027bf4a9e8f7a02896b588918 - - default default] Floating IP a6cec786-6a5d-4041-81c1-b10e372a0a4e disassociated. External IP: 10.96.250.208, port: 12927f21-a391-4e8a-9868-4a2e11204ea0. [pid: 8|app: 0|req: 501/963] 199.19.213.21 () {34 vars in 1015 bytes} [Tue Jun 16 01:42:34 2026] GET /v2.0/networks?tenant_id=da628f4c668840a8a00802fc5a4613e2&shared=False => generated 766 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 502/964] 199.19.213.21 () {34 vars in 927 bytes} [Tue Jun 16 01:42:34 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 503/965] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:42:34 2026] GET /v2.0/ports?device_id=ad7c37e7-8c1a-4eb7-b60a-6fa29278afbe => generated 969 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 463/966] 199.19.213.21 () {36 vars in 994 bytes} [Tue Jun 16 01:42:34 2026] DELETE /v2.0/ports/12927f21-a391-4e8a-9868-4a2e11204ea0 => generated 0 bytes in 607 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 504/967] 10.0.0.1 () {34 vars in 1036 bytes} [Tue Jun 16 01:42:34 2026] GET /v2.0/security-groups?id=b172d844-60ef-4d98-8918-0d3012828aef&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 01:42:34.967 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-6f3785a4-f134-4806-8d82-3ce178343cbf'] response: {'server_uuid': 'ff746c37-582b-4745-9cff-ed2f4cc3bf75', 'name': 'network-vif-deleted', 'tag': '12927f21-a391-4e8a-9868-4a2e11204ea0', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 464/968] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:42:35 2026] GET /v2.0/ports?device_id=ff746c37-582b-4745-9cff-ed2f4cc3bf75 => 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: 465/969] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:42:35 2026] GET /v2.0/ports?device_id=f7a35dc4-a285-47ba-9c24-bd94b67edf63 => generated 973 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 466/970] 10.0.0.1 () {34 vars in 1036 bytes} [Tue Jun 16 01:42:35 2026] GET /v2.0/security-groups?id=fa056f4a-cdeb-4416-974f-d0eafa248483&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: 467/971] 199.19.213.21 () {34 vars in 1077 bytes} [Tue Jun 16 01:42:35 2026] GET /v2.0/ports?tenant_id=da628f4c668840a8a00802fc5a4613e2&device_id=ad7c37e7-8c1a-4eb7-b60a-6fa29278afbe => generated 1238 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 468/972] 199.19.213.21 () {34 vars in 1055 bytes} [Tue Jun 16 01:42:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=f0144c59-a172-400b-b071-3d0bfc80643b => 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: 469/973] 199.19.213.21 () {34 vars in 981 bytes} [Tue Jun 16 01:42:35 2026] GET /v2.0/subnets?id=c47b3c04-5729-4bde-a78f-7eb365862318 => generated 688 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 470/974] 199.19.213.21 () {34 vars in 1049 bytes} [Tue Jun 16 01:42:35 2026] GET /v2.0/ports?network_id=5fa0abcd-3308-4721-b98f-429be022aa7a&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: 505/975] 10.0.0.164 () {34 vars in 682 bytes} [Tue Jun 16 01:42:35 2026] POST /v2.0/security-groups => generated 1624 bytes in 354 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 471/976] 199.19.213.21 () {34 vars in 1009 bytes} [Tue Jun 16 01:42:35 2026] GET /v2.0/networks/5fa0abcd-3308-4721-b98f-429be022aa7a?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: 506/977] 10.0.0.164 () {32 vars in 661 bytes} [Tue Jun 16 01:42:35 2026] GET /v2.0/security-groups => generated 4529 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 472/978] 199.19.213.21 () {34 vars in 1109 bytes} [Tue Jun 16 01:42:35 2026] GET /v2.0/networks/5fa0abcd-3308-4721-b98f-429be022aa7a?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: 507/979] 10.0.0.164 () {34 vars in 756 bytes} [Tue Jun 16 01:42:35 2026] PUT /v2.0/security-groups/de1782ee-e887-4859-861b-8359e540f8fc => generated 1664 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 473/980] 10.0.0.164 () {32 vars in 735 bytes} [Tue Jun 16 01:42:35 2026] GET /v2.0/security-groups/de1782ee-e887-4859-861b-8359e540f8fc => generated 1664 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 508/981] 10.0.0.164 () {32 vars in 738 bytes} [Tue Jun 16 01:42:35 2026] DELETE /v2.0/security-groups/de1782ee-e887-4859-861b-8359e540f8fc => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 474/982] 10.0.0.164 () {32 vars in 661 bytes} [Tue Jun 16 01:42:36 2026] GET /v2.0/security-groups => generated 2925 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 01:42:36.060 7 INFO neutron.api.v2.resource [None req-64504da2-c4bb-42d8-9090-72458429df8b 21ab9864f68b4c0097282e9ee87d7827 5aaeabd7748f4f0d9a745f99e47e50e7 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 475/983] 10.0.0.164 () {32 vars in 738 bytes} [Tue Jun 16 01:42:36 2026] DELETE /v2.0/security-groups/de1782ee-e887-4859-861b-8359e540f8fc => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 509/984] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:42:36 2026] GET /v2.0/ports?device_id=ad7c37e7-8c1a-4eb7-b60a-6fa29278afbe => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 510/985] 10.0.0.1 () {34 vars in 1036 bytes} [Tue Jun 16 01:42:36 2026] GET /v2.0/security-groups?id=b172d844-60ef-4d98-8918-0d3012828aef&fields=id&fields=name => generated 113 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 476/986] 10.0.0.164 () {34 vars in 682 bytes} [Tue Jun 16 01:42:36 2026] POST /v2.0/security-groups => generated 1624 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 511/987] 10.0.0.164 () {34 vars in 693 bytes} [Tue Jun 16 01:42:36 2026] POST /v2.0/security-group-rules => generated 601 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 477/988] 10.0.0.164 () {32 vars in 745 bytes} [Tue Jun 16 01:42:36 2026] GET /v2.0/security-group-rules/2dcbf6d4-c88e-4814-9dfd-81a455c9b01a => generated 601 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 512/989] 10.0.0.164 () {32 vars in 671 bytes} [Tue Jun 16 01:42:36 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 513/990] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:42:36 2026] GET /v2.0/ports?device_id=ff746c37-582b-4745-9cff-ed2f4cc3bf75 => 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: 478/991] 10.0.0.164 () {32 vars in 748 bytes} [Tue Jun 16 01:42:36 2026] DELETE /v2.0/security-group-rules/2dcbf6d4-c88e-4814-9dfd-81a455c9b01a => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 514/992] 10.0.0.164 () {32 vars in 671 bytes} [Tue Jun 16 01:42:36 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 479/993] 10.0.0.164 () {34 vars in 693 bytes} [Tue Jun 16 01:42:36 2026] POST /v2.0/security-group-rules => generated 601 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 515/994] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:42:36 2026] GET /v2.0/ports?device_id=f7a35dc4-a285-47ba-9c24-bd94b67edf63 => generated 975 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 480/995] 10.0.0.164 () {32 vars in 745 bytes} [Tue Jun 16 01:42:36 2026] GET /v2.0/security-group-rules/462b45d4-dea6-4d4a-b27b-34fc7dcbec26 => generated 601 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 516/996] 10.0.0.1 () {34 vars in 1036 bytes} [Tue Jun 16 01:42:36 2026] GET /v2.0/security-groups?id=fa056f4a-cdeb-4416-974f-d0eafa248483&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: 481/997] 10.0.0.164 () {32 vars in 671 bytes} [Tue Jun 16 01:42:36 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 517/998] 10.0.0.164 () {32 vars in 748 bytes} [Tue Jun 16 01:42:36 2026] DELETE /v2.0/security-group-rules/462b45d4-dea6-4d4a-b27b-34fc7dcbec26 => 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: 482/999] 10.0.0.164 () {32 vars in 671 bytes} [Tue Jun 16 01:42:36 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 01:42:36.919 8 INFO neutron.db.securitygroups_db [None req-9741bc34-9912-44ee-baf3-4d0a920108e4 21ab9864f68b4c0097282e9ee87d7827 5aaeabd7748f4f0d9a745f99e47e50e7 - - default default] Project 5aaeabd7748f4f0d9a745f99e47e50e7 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: 518/1000] 10.0.0.164 () {34 vars in 693 bytes} [Tue Jun 16 01:42:36 2026] POST /v2.0/security-group-rules => generated 607 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 483/1001] 10.0.0.164 () {32 vars in 745 bytes} [Tue Jun 16 01:42:36 2026] GET /v2.0/security-group-rules/bbfb7298-2b16-4066-8575-85e2b679d0ba => generated 607 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 519/1002] 10.0.0.164 () {32 vars in 671 bytes} [Tue Jun 16 01:42:37 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 484/1003] 10.0.0.164 () {32 vars in 748 bytes} [Tue Jun 16 01:42:37 2026] DELETE /v2.0/security-group-rules/bbfb7298-2b16-4066-8575-85e2b679d0ba => 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: 520/1004] 10.0.0.164 () {32 vars in 671 bytes} [Tue Jun 16 01:42:37 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 485/1005] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:42:37 2026] GET /v2.0/ports?device_id=ad7c37e7-8c1a-4eb7-b60a-6fa29278afbe => generated 969 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 486/1006] 10.0.0.1 () {34 vars in 1036 bytes} [Tue Jun 16 01:42:37 2026] GET /v2.0/security-groups?id=b172d844-60ef-4d98-8918-0d3012828aef&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 521/1007] 10.0.0.164 () {32 vars in 738 bytes} [Tue Jun 16 01:42:37 2026] DELETE /v2.0/security-groups/020e4b22-c987-4364-8d15-bb76f96ad075 => 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: 487/1008] 10.0.0.164 () {32 vars in 661 bytes} [Tue Jun 16 01:42:37 2026] GET /v2.0/security-groups => generated 2925 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 522/1009] 10.0.0.164 () {32 vars in 661 bytes} [Tue Jun 16 01:42:37 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) [pid: 7|app: 0|req: 488/1010] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:42:37 2026] GET /v2.0/ports?device_id=ff746c37-582b-4745-9cff-ed2f4cc3bf75 => 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: 523/1011] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:42:37 2026] GET /v2.0/ports?device_id=f7a35dc4-a285-47ba-9c24-bd94b67edf63 => 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: 489/1012] 10.0.0.1 () {34 vars in 1036 bytes} [Tue Jun 16 01:42:37 2026] GET /v2.0/security-groups?id=fa056f4a-cdeb-4416-974f-d0eafa248483&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: 524/1013] 10.0.0.164 () {32 vars in 772 bytes} [Tue Jun 16 01:42:37 2026] GET /v2.0/security-groups?tenant_id=5aaeabd7748f4f0d9a745f99e47e50e7&name=default => generated 2925 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 490/1014] 10.0.0.164 () {32 vars in 738 bytes} [Tue Jun 16 01:42:38 2026] DELETE /v2.0/security-groups/eb946307-dc6f-48b6-ac92-eace33b24686 => 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: 525/1015] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:42:38 2026] GET /v2.0/ports?device_id=ad7c37e7-8c1a-4eb7-b60a-6fa29278afbe => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 491/1016] 10.0.0.1 () {34 vars in 1036 bytes} [Tue Jun 16 01:42:38 2026] GET /v2.0/security-groups?id=b172d844-60ef-4d98-8918-0d3012828aef&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 526/1017] 10.0.0.164 () {32 vars in 738 bytes} [Tue Jun 16 01:42:38 2026] DELETE /v2.0/security-groups/1b870322-3f96-4ffc-8857-f3561d479e7c => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 01:42:38.757 7 INFO neutron.api.v2.resource [None req-10e274d4-d4c1-416f-9456-7dd03d56617a fd8f925bf8014d839e018c8eb4b5d408 ac0cd12027bf4a9e8f7a02896b588918 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 492/1018] 10.0.0.164 () {32 vars in 735 bytes} [Tue Jun 16 01:42:38 2026] GET /v2.0/security-groups/1b870322-3f96-4ffc-8857-f3561d479e7c => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 01:42:38.909 8 INFO neutron_taas.services.taas.taas_plugin [None req-49a864e4-eac5-4d0a-bec7-b4a249726a01 fd8f925bf8014d839e018c8eb4b5d408 ac0cd12027bf4a9e8f7a02896b588918 - - default default] TaaS: Handle Delete Port: be7c1705-da02-481b-b175-714c7744a300 2026-06-16 01:42:38.912 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-49a864e4-eac5-4d0a-bec7-b4a249726a01 fd8f925bf8014d839e018c8eb4b5d408 ac0cd12027bf4a9e8f7a02896b588918 - - default default] Tap Mirror: Handle Delete Port: be7c1705-da02-481b-b175-714c7744a300 [pid: 7|app: 0|req: 493/1019] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:42:38 2026] GET /v2.0/ports?device_id=f7a35dc4-a285-47ba-9c24-bd94b67edf63 => generated 975 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 494/1020] 10.0.0.1 () {34 vars in 1036 bytes} [Tue Jun 16 01:42:38 2026] GET /v2.0/security-groups?id=fa056f4a-cdeb-4416-974f-d0eafa248483&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 495/1021] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:42:39 2026] GET /v2.0/ports?device_id=f7a35dc4-a285-47ba-9c24-bd94b67edf63 => generated 975 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 527/1022] 10.0.0.164 () {32 vars in 730 bytes} [Tue Jun 16 01:42:38 2026] DELETE /v2.0/floatingips/a6cec786-6a5d-4041-81c1-b10e372a0a4e => generated 0 bytes in 424 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 01:42:39.504 7 INFO neutron.db.l3_db [None req-34cf5dd3-ef49-4f25-9d52-a03128af4a84 e2c6e988976b435181ebe9e98337dc10 7a8bd5b7e6be46258251f8f7660a6af9 - - default default] Floating IP c9b4d5f0-2282-4706-9920-6d58235259be associated. External IP: 10.96.250.211, port: d12b336a-50c4-44c2-847c-a07866e56dc5. 2026-06-16 01:42:39.672 8 INFO neutron_taas.services.taas.taas_plugin [None req-5ec960ff-af60-44a8-bc3a-634f470955a9 cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] TaaS: Handle Delete Port: f80848d0-3358-46b0-9c7b-0d768dfdfc34 2026-06-16 01:42:39.675 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5ec960ff-af60-44a8-bc3a-634f470955a9 cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] Tap Mirror: Handle Delete Port: f80848d0-3358-46b0-9c7b-0d768dfdfc34 [pid: 7|app: 0|req: 496/1023] 10.0.0.164 () {34 vars in 747 bytes} [Tue Jun 16 01:42:39 2026] PUT /v2.0/floatingips/c9b4d5f0-2282-4706-9920-6d58235259be => generated 856 bytes in 569 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 01:42:39.783 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-0dc4cabb-e1a4-4d79-896b-7b39c569e091'] response: {'name': 'network-changed', 'server_uuid': 'f7a35dc4-a285-47ba-9c24-bd94b67edf63', 'tag': 'd12b336a-50c4-44c2-847c-a07866e56dc5', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 497/1024] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:42:39 2026] GET /v2.0/ports?device_id=ad7c37e7-8c1a-4eb7-b60a-6fa29278afbe => generated 971 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 498/1025] 10.0.0.1 () {34 vars in 1036 bytes} [Tue Jun 16 01:42:39 2026] GET /v2.0/security-groups?id=b172d844-60ef-4d98-8918-0d3012828aef&fields=id&fields=name => generated 113 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 528/1026] 10.0.0.164 () {34 vars in 787 bytes} [Tue Jun 16 01:42:39 2026] PUT /v2.0/routers/620d8a38-dd16-44fc-b8b2-18cfdb6ff003/remove_router_interface => generated 309 bytes in 965 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 529/1027] 199.19.213.21 () {34 vars in 1077 bytes} [Tue Jun 16 01:42:40 2026] GET /v2.0/ports?tenant_id=7a8bd5b7e6be46258251f8f7660a6af9&device_id=f7a35dc4-a285-47ba-9c24-bd94b67edf63 => 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: 530/1028] 199.19.213.21 () {34 vars in 983 bytes} [Tue Jun 16 01:42:40 2026] GET /v2.0/networks?id=40bfd7f3-1763-4262-bbe3-45321254b79a => generated 770 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 531/1029] 199.19.213.21 () {34 vars in 1057 bytes} [Tue Jun 16 01:42:40 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=d12b336a-50c4-44c2-847c-a07866e56dc5 => generated 859 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 01:42:40.467 7 INFO neutron_taas.services.taas.taas_plugin [None req-21ed4a7e-5845-40a9-a76b-246b1f2542ad cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] TaaS: Handle Delete Port: e2c6615b-7f34-4d74-9bfb-0371ab7c61ef 2026-06-16 01:42:40.471 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-21ed4a7e-5845-40a9-a76b-246b1f2542ad cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] Tap Mirror: Handle Delete Port: e2c6615b-7f34-4d74-9bfb-0371ab7c61ef [pid: 8|app: 0|req: 532/1030] 199.19.213.21 () {34 vars in 981 bytes} [Tue Jun 16 01:42:40 2026] GET /v2.0/subnets?id=17f8f534-3e90-4ad0-a5af-3ae6a6b9f1e5 => generated 693 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 533/1031] 199.19.213.21 () {34 vars in 1049 bytes} [Tue Jun 16 01:42:40 2026] GET /v2.0/ports?network_id=40bfd7f3-1763-4262-bbe3-45321254b79a&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: 8|app: 0|req: 534/1032] 199.19.213.21 () {34 vars in 1009 bytes} [Tue Jun 16 01:42:40 2026] GET /v2.0/networks/40bfd7f3-1763-4262-bbe3-45321254b79a?fields=segments => generated 14 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 535/1033] 199.19.213.21 () {34 vars in 1109 bytes} [Tue Jun 16 01:42:40 2026] GET /v2.0/networks/40bfd7f3-1763-4262-bbe3-45321254b79a?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-16 01:42:40.782 7 INFO neutron_taas.services.taas.taas_plugin [None req-21ed4a7e-5845-40a9-a76b-246b1f2542ad cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] TaaS: Handle Delete Port: 88ce14cc-56a8-48d6-b73f-0d4a2aa66430 2026-06-16 01:42:40.785 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-21ed4a7e-5845-40a9-a76b-246b1f2542ad cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] Tap Mirror: Handle Delete Port: 88ce14cc-56a8-48d6-b73f-0d4a2aa66430 [pid: 8|app: 0|req: 536/1034] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:42:40 2026] GET /v2.0/ports?device_id=ad7c37e7-8c1a-4eb7-b60a-6fa29278afbe => generated 971 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 537/1035] 10.0.0.1 () {34 vars in 1036 bytes} [Tue Jun 16 01:42:41 2026] GET /v2.0/security-groups?id=b172d844-60ef-4d98-8918-0d3012828aef&fields=id&fields=name => generated 113 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 01:42:41.247 7 INFO neutron.services.segments.plugin [-] Segment 9fc2b3f2-ee0d-42a5-a2a2-0d2ef10d1fc7 resource provider aggregate not found 2026-06-16 01:42:41.251 7 INFO neutron.services.segments.plugin [-] Segment 9fc2b3f2-ee0d-42a5-a2a2-0d2ef10d1fc7 resource provider aggregate not found [pid: 8|app: 0|req: 538/1036] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:42:41 2026] GET /v2.0/ports?device_id=ad7c37e7-8c1a-4eb7-b60a-6fa29278afbe => generated 971 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 01:42:41.273 7 INFO neutron.services.segments.plugin [-] Segment 9fc2b3f2-ee0d-42a5-a2a2-0d2ef10d1fc7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9fc2b3f2-ee0d-42a5-a2a2-0d2ef10d1fc7 found for delete ", "request_id": "req-ff92758f-cd66-4144-aace-9e457d44295c"}]} 2026-06-16 01:42:41.277 7 INFO neutron.services.segments.plugin [-] Segment 9fc2b3f2-ee0d-42a5-a2a2-0d2ef10d1fc7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9fc2b3f2-ee0d-42a5-a2a2-0d2ef10d1fc7 found for delete ", "request_id": "req-3080a634-e6b9-48cd-97c3-7b2654ad91a9"}]} 2026-06-16 01:42:41.285 7 INFO neutron.db.l3_hamode_db [None req-21ed4a7e-5845-40a9-a76b-246b1f2542ad cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] HA network 8d400f98-e2c5-4ab1-9279-923e32582b87 was deleted as no HA routers are present in tenant ac0cd12027bf4a9e8f7a02896b588918. [pid: 7|app: 0|req: 499/1037] 10.0.0.164 () {32 vars in 722 bytes} [Tue Jun 16 01:42:40 2026] DELETE /v2.0/routers/620d8a38-dd16-44fc-b8b2-18cfdb6ff003 => generated 0 bytes in 1055 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 500/1038] 10.0.0.164 () {32 vars in 722 bytes} [Tue Jun 16 01:42:41 2026] DELETE /v2.0/subnets/d5e11da1-62e8-4125-ab90-7a6e8d394c39 => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 01:42:41.538 7 INFO neutron_taas.services.taas.taas_plugin [None req-40b47bc1-6fba-4580-b51c-4a3cf5d41150 cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] TaaS: Handle Delete Port: a56aa374-bb66-4832-aeb9-933bc06be49f 2026-06-16 01:42:41.540 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-40b47bc1-6fba-4580-b51c-4a3cf5d41150 cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] Tap Mirror: Handle Delete Port: a56aa374-bb66-4832-aeb9-933bc06be49f 2026-06-16 01:42:41.593 8 INFO neutron.db.l3_db [None req-40eff786-691c-4e5b-851c-8f01384dd210 8e66adf135df445a938b7946344eb499 da628f4c668840a8a00802fc5a4613e2 - - default default] Floating IP 56db5c86-93aa-416d-880c-25b6889ecedd associated. External IP: 10.96.250.206, port: f0144c59-a172-400b-b071-3d0bfc80643b. [pid: 7|app: 0|req: 501/1039] 10.0.0.164 () {32 vars in 724 bytes} [Tue Jun 16 01:42:41 2026] DELETE /v2.0/networks/f050bf90-fe83-4525-bd93-05fcb9b0ae9c => generated 0 bytes in 247 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 502/1040] 10.0.0.164 () {32 vars in 772 bytes} [Tue Jun 16 01:42:41 2026] GET /v2.0/security-groups?tenant_id=ac0cd12027bf4a9e8f7a02896b588918&name=default => generated 2925 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 539/1041] 10.0.0.164 () {34 vars in 747 bytes} [Tue Jun 16 01:42:41 2026] PUT /v2.0/floatingips/56db5c86-93aa-416d-880c-25b6889ecedd => generated 855 bytes in 663 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 01:42:42.007 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8b768109-be67-4594-99cb-19a9a2d68a60'] response: {'name': 'network-changed', 'server_uuid': 'ad7c37e7-8c1a-4eb7-b60a-6fa29278afbe', 'tag': 'f0144c59-a172-400b-b071-3d0bfc80643b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 503/1042] 10.0.0.164 () {32 vars in 738 bytes} [Tue Jun 16 01:42:41 2026] DELETE /v2.0/security-groups/3498faa5-331e-4894-810d-72f979d92f62 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 540/1043] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:42:42 2026] GET /v2.0/ports?device_id=ad7c37e7-8c1a-4eb7-b60a-6fa29278afbe => 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: 504/1044] 10.0.0.1 () {34 vars in 1036 bytes} [Tue Jun 16 01:42:42 2026] GET /v2.0/security-groups?id=b172d844-60ef-4d98-8918-0d3012828aef&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: 541/1045] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:42:42 2026] GET /v2.0/ports?device_id=ad7c37e7-8c1a-4eb7-b60a-6fa29278afbe => generated 971 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 505/1046] 10.0.0.1 () {34 vars in 1036 bytes} [Tue Jun 16 01:42:42 2026] GET /v2.0/security-groups?id=b172d844-60ef-4d98-8918-0d3012828aef&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 542/1047] 199.19.213.21 () {34 vars in 1077 bytes} [Tue Jun 16 01:42:42 2026] GET /v2.0/ports?tenant_id=da628f4c668840a8a00802fc5a4613e2&device_id=ad7c37e7-8c1a-4eb7-b60a-6fa29278afbe => generated 1240 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 506/1048] 199.19.213.21 () {34 vars in 983 bytes} [Tue Jun 16 01:42:42 2026] GET /v2.0/networks?id=5fa0abcd-3308-4721-b98f-429be022aa7a => generated 766 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 543/1049] 199.19.213.21 () {34 vars in 1055 bytes} [Tue Jun 16 01:42:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=f0144c59-a172-400b-b071-3d0bfc80643b => generated 858 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 507/1050] 199.19.213.21 () {34 vars in 981 bytes} [Tue Jun 16 01:42:42 2026] GET /v2.0/subnets?id=c47b3c04-5729-4bde-a78f-7eb365862318 => generated 688 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 544/1051] 199.19.213.21 () {34 vars in 1049 bytes} [Tue Jun 16 01:42:42 2026] GET /v2.0/ports?network_id=5fa0abcd-3308-4721-b98f-429be022aa7a&device_owner=network%3Adhcp => generated 1244 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 508/1052] 199.19.213.21 () {34 vars in 1009 bytes} [Tue Jun 16 01:42:42 2026] GET /v2.0/networks/5fa0abcd-3308-4721-b98f-429be022aa7a?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: 545/1053] 199.19.213.21 () {34 vars in 1109 bytes} [Tue Jun 16 01:42:42 2026] GET /v2.0/networks/5fa0abcd-3308-4721-b98f-429be022aa7a?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) 2026-06-16 01:42:43.305 7 INFO neutron.services.segments.plugin [-] Segment 6b87f486-3413-4f13-aa12-7e437dd099ae resource provider aggregate not found 2026-06-16 01:42:43.314 7 INFO neutron.services.segments.plugin [-] Segment 6b87f486-3413-4f13-aa12-7e437dd099ae resource provider aggregate not found 2026-06-16 01:42:43.325 7 INFO neutron.services.segments.plugin [-] Segment 6b87f486-3413-4f13-aa12-7e437dd099ae resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6b87f486-3413-4f13-aa12-7e437dd099ae found for delete ", "request_id": "req-ad443713-80f5-4814-95d9-886e7fa9362a"}]} 2026-06-16 01:42:43.341 7 INFO neutron.services.segments.plugin [-] Segment 6b87f486-3413-4f13-aa12-7e437dd099ae resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6b87f486-3413-4f13-aa12-7e437dd099ae found for delete ", "request_id": "req-04512356-dd4f-48c5-90ac-1a07158cc697"}]} [pid: 7|app: 0|req: 509/1054] 10.0.0.164 () {32 vars in 772 bytes} [Tue Jun 16 01:42:43 2026] GET /v2.0/security-groups?tenant_id=4e43768e544d474aaac2822eef41be81&name=default => generated 2925 bytes in 314 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 546/1055] 10.0.0.164 () {32 vars in 738 bytes} [Tue Jun 16 01:42:43 2026] DELETE /v2.0/security-groups/09eea887-3da5-43fa-904c-3af195514ba7 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 510/1056] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:42:43 2026] GET /v2.0/ports?device_id=ad7c37e7-8c1a-4eb7-b60a-6fa29278afbe => generated 971 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 547/1057] 10.0.0.1 () {34 vars in 1036 bytes} [Tue Jun 16 01:42:43 2026] GET /v2.0/security-groups?id=b172d844-60ef-4d98-8918-0d3012828aef&fields=id&fields=name => generated 113 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 511/1058] 10.0.0.164 () {32 vars in 772 bytes} [Tue Jun 16 01:42:43 2026] GET /v2.0/security-groups?tenant_id=05a31e9c3cb84d898c742dab533c5526&name=default => generated 2925 bytes in 165 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 548/1059] 10.0.0.164 () {32 vars in 738 bytes} [Tue Jun 16 01:42:43 2026] DELETE /v2.0/security-groups/877eaf32-8482-4832-ba88-1e43829c0e35 => 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: 512/1060] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:42:44 2026] GET /v2.0/ports?device_id=ad7c37e7-8c1a-4eb7-b60a-6fa29278afbe => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 549/1061] 10.0.0.1 () {34 vars in 1036 bytes} [Tue Jun 16 01:42:44 2026] GET /v2.0/security-groups?id=b172d844-60ef-4d98-8918-0d3012828aef&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: 513/1062] 199.19.213.21 () {34 vars in 991 bytes} [Tue Jun 16 01:42:44 2026] GET /v2.0/ports?device_id=ad7c37e7-8c1a-4eb7-b60a-6fa29278afbe => generated 971 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 01:42:44.981 8 INFO neutron_taas.services.taas.taas_plugin [req-eef21e47-cfdf-4858-8f7c-d263f5768183 req-483032cf-ac0d-4506-84ec-1211668cf4e0 8e66adf135df445a938b7946344eb499 da628f4c668840a8a00802fc5a4613e2 - - default default] TaaS: Handle Delete Port: f0144c59-a172-400b-b071-3d0bfc80643b 2026-06-16 01:42:44.984 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-eef21e47-cfdf-4858-8f7c-d263f5768183 req-483032cf-ac0d-4506-84ec-1211668cf4e0 8e66adf135df445a938b7946344eb499 da628f4c668840a8a00802fc5a4613e2 - - default default] Tap Mirror: Handle Delete Port: f0144c59-a172-400b-b071-3d0bfc80643b 2026-06-16 01:42:45.147 8 INFO neutron.db.l3_db [req-eef21e47-cfdf-4858-8f7c-d263f5768183 req-483032cf-ac0d-4506-84ec-1211668cf4e0 8e66adf135df445a938b7946344eb499 da628f4c668840a8a00802fc5a4613e2 - - default default] Floating IP 56db5c86-93aa-416d-880c-25b6889ecedd disassociated. External IP: 10.96.250.206, port: f0144c59-a172-400b-b071-3d0bfc80643b. [pid: 7|app: 0|req: 514/1063] 10.0.0.164 () {32 vars in 772 bytes} [Tue Jun 16 01:42:44 2026] GET /v2.0/security-groups?tenant_id=5e29624e44ec44129b7247e5f8932b32&name=default => generated 2925 bytes in 287 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 515/1064] 10.0.0.164 () {32 vars in 738 bytes} [Tue Jun 16 01:42:45 2026] DELETE /v2.0/security-groups/88dd5a4e-e53c-4777-be07-8c902449f6d7 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 550/1065] 199.19.213.21 () {36 vars in 994 bytes} [Tue Jun 16 01:42:44 2026] DELETE /v2.0/ports/f0144c59-a172-400b-b071-3d0bfc80643b => generated 0 bytes in 714 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 01:42:45.600 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-67dbad44-271d-4ae4-8078-477eb0ca42fd'] response: {'server_uuid': 'ad7c37e7-8c1a-4eb7-b60a-6fa29278afbe', 'name': 'network-vif-deleted', 'tag': 'f0144c59-a172-400b-b071-3d0bfc80643b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 516/1066] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:42:45 2026] GET /v2.0/ports?device_id=ad7c37e7-8c1a-4eb7-b60a-6fa29278afbe => 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: 518/1069] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:42:46 2026] GET /v2.0/ports?device_id=ad7c37e7-8c1a-4eb7-b60a-6fa29278afbe => 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: 552/1070] 10.0.0.164 () {32 vars in 772 bytes} [Tue Jun 16 01:42:47 2026] GET /v2.0/security-groups?tenant_id=03c986f473c4464297e6f5a8b0469354&name=default => generated 2925 bytes in 324 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 553/1071] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:42:48 2026] GET /v2.0/ports?device_id=ad7c37e7-8c1a-4eb7-b60a-6fa29278afbe => 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: 519/1072] 10.0.0.164 () {32 vars in 738 bytes} [Tue Jun 16 01:42:48 2026] DELETE /v2.0/security-groups/e54b1a34-a333-4084-a9ff-16c83f9d8ba2 => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 520/1073] 10.0.0.164 () {32 vars in 738 bytes} [Tue Jun 16 01:42:49 2026] DELETE /v2.0/security-groups/b172d844-60ef-4d98-8918-0d3012828aef => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 01:42:49.261 7 INFO neutron.api.v2.resource [None req-d115e469-d55d-4589-b888-77bb32257200 8e66adf135df445a938b7946344eb499 da628f4c668840a8a00802fc5a4613e2 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 521/1074] 10.0.0.164 () {32 vars in 735 bytes} [Tue Jun 16 01:42:49 2026] GET /v2.0/security-groups/b172d844-60ef-4d98-8918-0d3012828aef => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 01:42:49.365 7 INFO neutron_taas.services.taas.taas_plugin [None req-8e41466b-f00f-4b92-9b99-a857ec6a7cf2 8e66adf135df445a938b7946344eb499 da628f4c668840a8a00802fc5a4613e2 - - default default] TaaS: Handle Delete Port: 5dcfdaf6-f0d5-4337-b2f9-1f0de67a2681 2026-06-16 01:42:49.367 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8e41466b-f00f-4b92-9b99-a857ec6a7cf2 8e66adf135df445a938b7946344eb499 da628f4c668840a8a00802fc5a4613e2 - - default default] Tap Mirror: Handle Delete Port: 5dcfdaf6-f0d5-4337-b2f9-1f0de67a2681 [pid: 8|app: 0|req: 554/1075] 10.0.0.164 () {32 vars in 772 bytes} [Tue Jun 16 01:42:49 2026] GET /v2.0/security-groups?tenant_id=516e9b706e5c4761926cb74ae1897376&name=default => generated 2925 bytes in 337 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 555/1076] 10.0.0.164 () {32 vars in 738 bytes} [Tue Jun 16 01:42:49 2026] DELETE /v2.0/security-groups/13fe9ef8-9211-4e0c-9000-d1ccac6b5b3b => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 522/1077] 10.0.0.164 () {32 vars in 730 bytes} [Tue Jun 16 01:42:49 2026] DELETE /v2.0/floatingips/56db5c86-93aa-416d-880c-25b6889ecedd => generated 0 bytes in 264 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 523/1078] 10.0.0.164 () {32 vars in 772 bytes} [Tue Jun 16 01:42:49 2026] GET /v2.0/security-groups?tenant_id=5c82ad49982341de951128d557c8347f&name=default => generated 2925 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 01:42:49.884 8 INFO neutron_taas.services.taas.taas_plugin [None req-a40cdfcb-1842-46ad-b85a-c96440d8c0da cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] TaaS: Handle Delete Port: d6971f88-f2a4-48a1-8b25-264b1439d076 2026-06-16 01:42:49.887 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a40cdfcb-1842-46ad-b85a-c96440d8c0da cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] Tap Mirror: Handle Delete Port: d6971f88-f2a4-48a1-8b25-264b1439d076 2026-06-16 01:42:50.001 7 INFO neutron.db.segments_db [None req-24bf1659-bd12-4228-af4c-41e555996c82 d41db48aeaec4edda0a1c911d6e170ef 598461c6de6045928c0e9b13e36f1df4 - - default default] Added segment 28bcc9ee-fccd-43d5-be79-77c3d9035621 of type vxlan for network 3c5a2623-ed0e-49da-8fca-fb0b896b0950 [pid: 7|app: 0|req: 524/1079] 10.0.0.164 () {34 vars in 668 bytes} [Tue Jun 16 01:42:49 2026] POST /v2.0/networks => generated 650 bytes in 286 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 525/1080] 10.0.0.164 () {32 vars in 738 bytes} [Tue Jun 16 01:42:50 2026] DELETE /v2.0/security-groups/3fa006ed-2b5f-422d-9aa5-f1b0f25682bd => 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: 526/1081] 10.0.0.164 () {34 vars in 667 bytes} [Tue Jun 16 01:42:50 2026] POST /v2.0/subnets => generated 627 bytes in 217 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 01:42:50.398 7 INFO neutron.db.segments_db [None req-c6be891d-f7ce-4481-8150-4929985382f3 d41db48aeaec4edda0a1c911d6e170ef 598461c6de6045928c0e9b13e36f1df4 - - default default] Added segment 9c694b0d-fc17-497c-984d-b1cd30e127ef of type vxlan for network 36382916-5277-4cff-b1a2-2208db837349 [pid: 8|app: 0|req: 556/1082] 10.0.0.164 () {34 vars in 787 bytes} [Tue Jun 16 01:42:49 2026] PUT /v2.0/routers/044199b8-2c5f-4555-82c8-1260f57adc29/remove_router_interface => generated 309 bytes in 933 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 01:42:50.645 7 INFO neutron.db.l3_hamode_db [None req-c6be891d-f7ce-4481-8150-4929985382f3 d41db48aeaec4edda0a1c911d6e170ef 598461c6de6045928c0e9b13e36f1df4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-16 01:42:50.664 8 INFO neutron_taas.services.taas.taas_plugin [None req-7612486e-e3d0-47b9-b6f5-c5f756d62aee cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] TaaS: Handle Delete Port: a0fdc977-f4bf-4434-a390-8c54d6c30b54 2026-06-16 01:42:50.667 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7612486e-e3d0-47b9-b6f5-c5f756d62aee cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] Tap Mirror: Handle Delete Port: a0fdc977-f4bf-4434-a390-8c54d6c30b54 2026-06-16 01:42:50.941 8 INFO neutron_taas.services.taas.taas_plugin [None req-7612486e-e3d0-47b9-b6f5-c5f756d62aee cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] TaaS: Handle Delete Port: d19f1997-06b6-4f87-928e-8c23489d1616 2026-06-16 01:42:50.943 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7612486e-e3d0-47b9-b6f5-c5f756d62aee cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] Tap Mirror: Handle Delete Port: d19f1997-06b6-4f87-928e-8c23489d1616 2026-06-16 01:42:51.345 8 INFO neutron.services.segments.plugin [-] Segment 1d4446b0-a6eb-4dcd-9525-149dabb51365 resource provider aggregate not found 2026-06-16 01:42:51.348 8 INFO neutron.services.segments.plugin [-] Segment 1d4446b0-a6eb-4dcd-9525-149dabb51365 resource provider aggregate not found 2026-06-16 01:42:51.367 8 INFO neutron.services.segments.plugin [-] Segment 1d4446b0-a6eb-4dcd-9525-149dabb51365 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1d4446b0-a6eb-4dcd-9525-149dabb51365 found for delete ", "request_id": "req-4f540de4-c883-4759-95ea-de3b8eab83c3"}]} 2026-06-16 01:42:51.369 8 INFO neutron.services.segments.plugin [-] Segment 1d4446b0-a6eb-4dcd-9525-149dabb51365 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1d4446b0-a6eb-4dcd-9525-149dabb51365 found for delete ", "request_id": "req-1d6195e1-ebad-49c9-aebf-cd1d8ed01a50"}]} 2026-06-16 01:42:51.373 8 INFO neutron.db.l3_hamode_db [None req-7612486e-e3d0-47b9-b6f5-c5f756d62aee cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] HA network c1208599-85b4-4ae3-bde2-2b298f952b66 was deleted as no HA routers are present in tenant da628f4c668840a8a00802fc5a4613e2. [pid: 8|app: 0|req: 557/1083] 10.0.0.164 () {32 vars in 722 bytes} [Tue Jun 16 01:42:50 2026] DELETE /v2.0/routers/044199b8-2c5f-4555-82c8-1260f57adc29 => generated 0 bytes in 900 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 01:42:51.474 7 INFO neutron.db.l3_hamode_db [None req-c6be891d-f7ce-4481-8150-4929985382f3 d41db48aeaec4edda0a1c911d6e170ef 598461c6de6045928c0e9b13e36f1df4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 558/1084] 10.0.0.164 () {32 vars in 722 bytes} [Tue Jun 16 01:42:51 2026] DELETE /v2.0/subnets/c47b3c04-5729-4bde-a78f-7eb365862318 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 01:42:51.605 8 INFO neutron_taas.services.taas.taas_plugin [None req-846aa330-50df-400e-9a9f-bbe506ed3b6b cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] TaaS: Handle Delete Port: e6a015ba-154e-44e8-b549-f393bda231fa 2026-06-16 01:42:51.607 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-846aa330-50df-400e-9a9f-bbe506ed3b6b cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] Tap Mirror: Handle Delete Port: e6a015ba-154e-44e8-b549-f393bda231fa [pid: 8|app: 0|req: 559/1085] 10.0.0.164 () {32 vars in 724 bytes} [Tue Jun 16 01:42:51 2026] DELETE /v2.0/networks/5fa0abcd-3308-4721-b98f-429be022aa7a => generated 0 bytes in 270 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 560/1086] 10.0.0.164 () {32 vars in 772 bytes} [Tue Jun 16 01:42:51 2026] GET /v2.0/security-groups?tenant_id=da628f4c668840a8a00802fc5a4613e2&name=default => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 561/1087] 10.0.0.164 () {32 vars in 738 bytes} [Tue Jun 16 01:42:51 2026] DELETE /v2.0/security-groups/e3c96061-f3d2-4fca-b8e2-3508aa672b8b => 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: 527/1088] 10.0.0.164 () {34 vars in 667 bytes} [Tue Jun 16 01:42:50 2026] POST /v2.0/routers => generated 694 bytes in 1956 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 01:42:53.399 8 INFO neutron.services.segments.plugin [-] Segment 1cea31fb-93b7-45bd-b0c1-b4c4fd93cb3a resource provider aggregate not found 2026-06-16 01:42:53.417 8 INFO neutron.services.segments.plugin [-] Segment 1cea31fb-93b7-45bd-b0c1-b4c4fd93cb3a resource provider aggregate not found [pid: 7|app: 0|req: 528/1089] 10.0.0.105 () {32 vars in 800 bytes} [Tue Jun 16 01:42:53 2026] GET /v2.0/extensions => generated 21537 bytes in 315 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-06-16 01:42:53.444 8 INFO neutron.services.segments.plugin [-] Segment 1cea31fb-93b7-45bd-b0c1-b4c4fd93cb3a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1cea31fb-93b7-45bd-b0c1-b4c4fd93cb3a found for delete ", "request_id": "req-902b02ac-7de3-43e3-973b-3f62a5aaf1ac"}]} 2026-06-16 01:42:53.447 8 INFO neutron.services.segments.plugin [-] Segment 1cea31fb-93b7-45bd-b0c1-b4c4fd93cb3a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1cea31fb-93b7-45bd-b0c1-b4c4fd93cb3a found for delete ", "request_id": "req-a5ef58d4-bd5b-416d-ba9e-6d2e1d3178af"}]} [pid: 8|app: 0|req: 562/1090] 10.0.0.164 () {34 vars in 781 bytes} [Tue Jun 16 01:42:52 2026] PUT /v2.0/routers/d197e5bb-2397-4ce6-a1e2-9364f906bc2c/add_router_interface => generated 309 bytes in 1374 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 529/1091] 10.0.0.105 () {30 vars in 722 bytes} [Tue Jun 16 01:42:53 2026] GET /v2.0/quotas/dde7f7977ba84fe99ef8147142b65736/details => generated 847 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 563/1092] 10.0.0.164 () {34 vars in 663 bytes} [Tue Jun 16 01:42:53 2026] POST /v2.0/ports => generated 958 bytes in 354 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 530/1093] 10.0.0.164 () {34 vars in 663 bytes} [Tue Jun 16 01:42:54 2026] POST /v2.0/ports => generated 955 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-16 01:42:55.207 8 INFO neutron.db.l3_db [None req-b2fd28e6-ec26-46fc-8603-4bcefeb5acdc d41db48aeaec4edda0a1c911d6e170ef 598461c6de6045928c0e9b13e36f1df4 - - default default] Floating IP a687d584-8796-4565-b167-5feeaee10ff1 associated. External IP: 10.96.250.217, port: 51d88eb2-2125-438c-9e15-74c3ad2550d2. [pid: 8|app: 0|req: 564/1094] 10.0.0.164 () {34 vars in 675 bytes} [Tue Jun 16 01:42:54 2026] POST /v2.0/floatingips => generated 842 bytes in 1088 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-16 01:42:55.719 7 INFO neutron.db.l3_db [None req-419302ae-3418-4b71-ae21-a4f409858b66 d41db48aeaec4edda0a1c911d6e170ef 598461c6de6045928c0e9b13e36f1df4 - - default default] Floating IP a687d584-8796-4565-b167-5feeaee10ff1 disassociated. External IP: 10.96.250.217, port: 51d88eb2-2125-438c-9e15-74c3ad2550d2. [pid: 7|app: 0|req: 531/1095] 10.0.0.164 () {34 vars in 747 bytes} [Tue Jun 16 01:42:55 2026] PUT /v2.0/floatingips/a687d584-8796-4565-b167-5feeaee10ff1 => generated 552 bytes in 439 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 01:42:56.162 8 INFO neutron_taas.services.taas.taas_plugin [None req-d900467d-7897-4ce4-a766-4d554ac2f22e d41db48aeaec4edda0a1c911d6e170ef 598461c6de6045928c0e9b13e36f1df4 - - default default] TaaS: Handle Delete Port: 5cd67501-a280-4af7-8280-c0220ed2dec1 2026-06-16 01:42:56.169 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d900467d-7897-4ce4-a766-4d554ac2f22e d41db48aeaec4edda0a1c911d6e170ef 598461c6de6045928c0e9b13e36f1df4 - - default default] Tap Mirror: Handle Delete Port: 5cd67501-a280-4af7-8280-c0220ed2dec1 [pid: 8|app: 0|req: 565/1096] 10.0.0.164 () {32 vars in 730 bytes} [Tue Jun 16 01:42:56 2026] DELETE /v2.0/floatingips/a687d584-8796-4565-b167-5feeaee10ff1 => generated 0 bytes in 355 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 566/1097] 10.0.0.105 () {32 vars in 800 bytes} [Tue Jun 16 01:42:57 2026] GET /v2.0/extensions => generated 21537 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-06-16 01:42:57.508 7 INFO neutron.db.l3_db [None req-61e2b8b8-c819-43a6-bf71-989ba8635260 d41db48aeaec4edda0a1c911d6e170ef 598461c6de6045928c0e9b13e36f1df4 - - default default] Floating IP 3a96292e-e5e1-4b5f-8a38-c38d69040cd7 associated. External IP: 10.96.250.207, port: 5611dff2-b001-4038-92ee-14d4c2c208b8. [pid: 8|app: 0|req: 567/1098] 10.0.0.164 () {32 vars in 772 bytes} [Tue Jun 16 01:42:57 2026] GET /v2.0/security-groups?tenant_id=433bdfe6a98a4db2a8878c2d759a572e&name=default => generated 2925 bytes in 258 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 532/1099] 10.0.0.164 () {34 vars in 675 bytes} [Tue Jun 16 01:42:56 2026] POST /v2.0/floatingips => generated 842 bytes in 1370 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 568/1100] 10.0.0.105 () {30 vars in 722 bytes} [Tue Jun 16 01:42:57 2026] GET /v2.0/quotas/dde7f7977ba84fe99ef8147142b65736/details => generated 847 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 533/1101] 10.0.0.164 () {32 vars in 738 bytes} [Tue Jun 16 01:42:57 2026] DELETE /v2.0/security-groups/620bad56-831f-4508-99e1-669b318d044c => 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: 569/1102] 10.0.0.164 () {32 vars in 727 bytes} [Tue Jun 16 01:42:57 2026] GET /v2.0/floatingips/3a96292e-e5e1-4b5f-8a38-c38d69040cd7 => generated 842 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 534/1103] 10.0.0.164 () {32 vars in 653 bytes} [Tue Jun 16 01:42:57 2026] GET /v2.0/floatingips => generated 845 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 535/1104] 10.0.0.164 () {32 vars in 772 bytes} [Tue Jun 16 01:42:57 2026] GET /v2.0/security-groups?tenant_id=2a68d0ff06b94c37a2f076064e786c3e&name=default => generated 2925 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 536/1105] 10.0.0.164 () {32 vars in 738 bytes} [Tue Jun 16 01:42:58 2026] DELETE /v2.0/security-groups/4f1908f1-6218-4701-babb-e163bb86c5aa => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 01:42:58.688 8 INFO neutron.db.l3_db [None req-535a1d4e-3a05-4880-b6a2-95e68050ad50 d41db48aeaec4edda0a1c911d6e170ef 598461c6de6045928c0e9b13e36f1df4 - - default default] Floating IP 3a96292e-e5e1-4b5f-8a38-c38d69040cd7 associated. External IP: 10.96.250.207, port: 5611dff2-b001-4038-92ee-14d4c2c208b8. [pid: 8|app: 0|req: 570/1106] 10.0.0.164 () {34 vars in 747 bytes} [Tue Jun 16 01:42:57 2026] PUT /v2.0/floatingips/3a96292e-e5e1-4b5f-8a38-c38d69040cd7 => generated 842 bytes in 1345 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 01:42:59.354 7 INFO neutron.db.l3_db [None req-b65e7f86-1172-4bc1-b7d1-b69559bc0d10 d41db48aeaec4edda0a1c911d6e170ef 598461c6de6045928c0e9b13e36f1df4 - - default default] Floating IP 3a96292e-e5e1-4b5f-8a38-c38d69040cd7 disassociated. External IP: 10.96.250.207, port: 51d88eb2-2125-438c-9e15-74c3ad2550d2. [pid: 7|app: 0|req: 537/1107] 10.0.0.164 () {34 vars in 747 bytes} [Tue Jun 16 01:42:59 2026] PUT /v2.0/floatingips/3a96292e-e5e1-4b5f-8a38-c38d69040cd7 => generated 552 bytes in 409 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 01:42:59.745 8 INFO neutron_taas.services.taas.taas_plugin [None req-08bc1c3a-0093-4472-8ac0-e3f5379b3d44 d41db48aeaec4edda0a1c911d6e170ef 598461c6de6045928c0e9b13e36f1df4 - - default default] TaaS: Handle Delete Port: 3183c567-dc09-49b3-a187-320c59946cbf 2026-06-16 01:42:59.747 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-08bc1c3a-0093-4472-8ac0-e3f5379b3d44 d41db48aeaec4edda0a1c911d6e170ef 598461c6de6045928c0e9b13e36f1df4 - - default default] Tap Mirror: Handle Delete Port: 3183c567-dc09-49b3-a187-320c59946cbf [pid: 8|app: 0|req: 571/1108] 10.0.0.164 () {32 vars in 730 bytes} [Tue Jun 16 01:42:59 2026] DELETE /v2.0/floatingips/3a96292e-e5e1-4b5f-8a38-c38d69040cd7 => generated 0 bytes in 199 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 01:42:59.887 7 INFO neutron.api.v2.resource [None req-2be3939f-4cab-42f7-bee9-9d0bf09d4b3b d41db48aeaec4edda0a1c911d6e170ef 598461c6de6045928c0e9b13e36f1df4 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 538/1109] 10.0.0.164 () {32 vars in 730 bytes} [Tue Jun 16 01:42:59 2026] DELETE /v2.0/floatingips/3a96292e-e5e1-4b5f-8a38-c38d69040cd7 => generated 144 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 01:43:00.008 8 INFO neutron_taas.services.taas.taas_plugin [None req-f8029307-be59-4767-9c18-c9ec8cb2c7ad d41db48aeaec4edda0a1c911d6e170ef 598461c6de6045928c0e9b13e36f1df4 - - default default] TaaS: Handle Delete Port: 51d88eb2-2125-438c-9e15-74c3ad2550d2 2026-06-16 01:43:00.010 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f8029307-be59-4767-9c18-c9ec8cb2c7ad d41db48aeaec4edda0a1c911d6e170ef 598461c6de6045928c0e9b13e36f1df4 - - default default] Tap Mirror: Handle Delete Port: 51d88eb2-2125-438c-9e15-74c3ad2550d2 [pid: 8|app: 0|req: 572/1110] 10.0.0.164 () {32 vars in 718 bytes} [Tue Jun 16 01:42:59 2026] DELETE /v2.0/ports/51d88eb2-2125-438c-9e15-74c3ad2550d2 => generated 0 bytes in 239 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 01:43:00.279 7 INFO neutron_taas.services.taas.taas_plugin [None req-c685e523-922b-4b15-95a3-08799dc13d12 d41db48aeaec4edda0a1c911d6e170ef 598461c6de6045928c0e9b13e36f1df4 - - default default] TaaS: Handle Delete Port: 5611dff2-b001-4038-92ee-14d4c2c208b8 2026-06-16 01:43:00.282 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c685e523-922b-4b15-95a3-08799dc13d12 d41db48aeaec4edda0a1c911d6e170ef 598461c6de6045928c0e9b13e36f1df4 - - default default] Tap Mirror: Handle Delete Port: 5611dff2-b001-4038-92ee-14d4c2c208b8 [pid: 7|app: 0|req: 539/1111] 10.0.0.164 () {32 vars in 718 bytes} [Tue Jun 16 01:43:00 2026] DELETE /v2.0/ports/5611dff2-b001-4038-92ee-14d4c2c208b8 => generated 0 bytes in 270 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 573/1112] 10.0.0.164 () {32 vars in 734 bytes} [Tue Jun 16 01:43:00 2026] GET /v2.0/ports?device_id=d197e5bb-2397-4ce6-a1e2-9364f906bc2c => generated 958 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 01:43:00.820 7 INFO neutron_taas.services.taas.taas_plugin [None req-0acfa4b4-3c19-49f1-b5cd-d7f12d1ea982 d41db48aeaec4edda0a1c911d6e170ef 598461c6de6045928c0e9b13e36f1df4 - - default default] TaaS: Handle Delete Port: df6863b4-21ba-44d7-8a26-a9938939c258 2026-06-16 01:43:00.824 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0acfa4b4-3c19-49f1-b5cd-d7f12d1ea982 d41db48aeaec4edda0a1c911d6e170ef 598461c6de6045928c0e9b13e36f1df4 - - default default] Tap Mirror: Handle Delete Port: df6863b4-21ba-44d7-8a26-a9938939c258 [pid: 8|app: 0|req: 574/1113] 10.0.0.164 () {32 vars in 772 bytes} [Tue Jun 16 01:43:00 2026] GET /v2.0/security-groups?tenant_id=dde7f7977ba84fe99ef8147142b65736&name=default => generated 2925 bytes in 301 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 577/1116] 10.0.0.164 () {32 vars in 738 bytes} [Tue Jun 16 01:43:01 2026] DELETE /v2.0/security-groups/55717eb0-babb-4b92-a1e5-531a7fb907c1 => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 540/1117] 10.0.0.164 () {34 vars in 787 bytes} [Tue Jun 16 01:43:00 2026] PUT /v2.0/routers/d197e5bb-2397-4ce6-a1e2-9364f906bc2c/remove_router_interface => generated 309 bytes in 941 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 01:43:01.614 8 INFO neutron_taas.services.taas.taas_plugin [None req-e6e069dd-42f5-4af6-b141-c4aebe4cf6c6 d41db48aeaec4edda0a1c911d6e170ef 598461c6de6045928c0e9b13e36f1df4 - - default default] TaaS: Handle Delete Port: 3687f320-b5fb-4616-b18b-430ad888adb8 2026-06-16 01:43:01.616 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e6e069dd-42f5-4af6-b141-c4aebe4cf6c6 d41db48aeaec4edda0a1c911d6e170ef 598461c6de6045928c0e9b13e36f1df4 - - default default] Tap Mirror: Handle Delete Port: 3687f320-b5fb-4616-b18b-430ad888adb8 2026-06-16 01:43:01.872 8 INFO neutron_taas.services.taas.taas_plugin [None req-e6e069dd-42f5-4af6-b141-c4aebe4cf6c6 d41db48aeaec4edda0a1c911d6e170ef 598461c6de6045928c0e9b13e36f1df4 - - default default] TaaS: Handle Delete Port: 1d253011-ee1e-4e82-9ca6-da863d7ff17e 2026-06-16 01:43:01.875 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e6e069dd-42f5-4af6-b141-c4aebe4cf6c6 d41db48aeaec4edda0a1c911d6e170ef 598461c6de6045928c0e9b13e36f1df4 - - default default] Tap Mirror: Handle Delete Port: 1d253011-ee1e-4e82-9ca6-da863d7ff17e 2026-06-16 01:43:02.220 8 INFO neutron.services.segments.plugin [-] Segment 9c694b0d-fc17-497c-984d-b1cd30e127ef resource provider aggregate not found 2026-06-16 01:43:02.227 8 INFO neutron.services.segments.plugin [-] Segment 9c694b0d-fc17-497c-984d-b1cd30e127ef resource provider aggregate not found 2026-06-16 01:43:02.244 8 INFO neutron.services.segments.plugin [-] Segment 9c694b0d-fc17-497c-984d-b1cd30e127ef resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9c694b0d-fc17-497c-984d-b1cd30e127ef found for delete ", "request_id": "req-b0d7409b-fd76-490b-ab1f-660e686183bc"}]} 2026-06-16 01:43:02.247 8 INFO neutron.services.segments.plugin [-] Segment 9c694b0d-fc17-497c-984d-b1cd30e127ef resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9c694b0d-fc17-497c-984d-b1cd30e127ef found for delete ", "request_id": "req-cf349c07-7b3b-42fd-99c8-554e6f5f7800"}]} 2026-06-16 01:43:02.262 8 INFO neutron.db.l3_hamode_db [None req-e6e069dd-42f5-4af6-b141-c4aebe4cf6c6 d41db48aeaec4edda0a1c911d6e170ef 598461c6de6045928c0e9b13e36f1df4 - - default default] HA network 36382916-5277-4cff-b1a2-2208db837349 was deleted as no HA routers are present in tenant 598461c6de6045928c0e9b13e36f1df4. [pid: 8|app: 0|req: 578/1118] 10.0.0.164 () {32 vars in 722 bytes} [Tue Jun 16 01:43:01 2026] DELETE /v2.0/routers/d197e5bb-2397-4ce6-a1e2-9364f906bc2c => generated 0 bytes in 859 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 541/1119] 10.0.0.5 () {34 vars in 986 bytes} [Tue Jun 16 01:43:01 2026] GET /v2.0/ports?device_id=f7a35dc4-a285-47ba-9c24-bd94b67edf63 => generated 1244 bytes in 378 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 542/1120] 10.0.0.5 () {34 vars in 1036 bytes} [Tue Jun 16 01:43:02 2026] GET /v2.0/security-groups?id=fa056f4a-cdeb-4416-974f-d0eafa248483&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 579/1121] 10.0.0.164 () {32 vars in 722 bytes} [Tue Jun 16 01:43:02 2026] DELETE /v2.0/subnets/609e3ec2-fb2b-4b25-b080-0680f6d11845 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 01:43:02.548 7 INFO neutron.services.segments.plugin [-] Segment 28bcc9ee-fccd-43d5-be79-77c3d9035621 resource provider aggregate not found 2026-06-16 01:43:02.554 7 INFO neutron.services.segments.plugin [-] Segment 28bcc9ee-fccd-43d5-be79-77c3d9035621 resource provider aggregate not found 2026-06-16 01:43:02.564 7 INFO neutron.services.segments.plugin [-] Segment 28bcc9ee-fccd-43d5-be79-77c3d9035621 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 28bcc9ee-fccd-43d5-be79-77c3d9035621 found for delete ", "request_id": "req-baf29f49-5bfb-4670-83c4-81f4fcdf7bb6"}]} 2026-06-16 01:43:02.572 7 INFO neutron.services.segments.plugin [-] Segment 28bcc9ee-fccd-43d5-be79-77c3d9035621 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 28bcc9ee-fccd-43d5-be79-77c3d9035621 found for delete ", "request_id": "req-4dc6d75f-54d4-440b-8fe2-7613cd0e83d7"}]} [pid: 7|app: 0|req: 543/1122] 10.0.0.164 () {32 vars in 724 bytes} [Tue Jun 16 01:43:02 2026] DELETE /v2.0/networks/3c5a2623-ed0e-49da-8fca-fb0b896b0950 => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 580/1123] 10.0.0.164 () {32 vars in 772 bytes} [Tue Jun 16 01:43:03 2026] GET /v2.0/security-groups?tenant_id=598461c6de6045928c0e9b13e36f1df4&name=default => generated 2925 bytes in 243 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 544/1124] 10.0.0.164 () {32 vars in 738 bytes} [Tue Jun 16 01:43:03 2026] DELETE /v2.0/security-groups/20349eb6-1988-4a03-8c72-03027de10f51 => generated 0 bytes in 162 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 01:43:04.662 8 INFO neutron.db.segments_db [None req-2c6c0bd6-327f-43fa-bc34-5a48e0e79794 d111334eb5f044e4bea7cffe3d3e3fed 012ddac4320f4f238885ed1d2b09a396 - - default default] Added segment 9d001fe9-c706-4662-8d4a-5578fd571ff1 of type vxlan for network a44b447e-3da6-458f-a64f-a60abb15499d [pid: 8|app: 0|req: 581/1125] 10.0.0.164 () {34 vars in 669 bytes} [Tue Jun 16 01:43:04 2026] POST /v2.0/networks => generated 633 bytes in 468 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 01:43:04.784 8 INFO neutron.db.segments_db [None req-b3ba85a1-eaa7-4916-8d80-517a6465fbfa d111334eb5f044e4bea7cffe3d3e3fed 012ddac4320f4f238885ed1d2b09a396 - - default default] Added segment 2a5e2358-fbaf-4644-94aa-1fd4d002da65 of type vxlan for network b2352e53-8835-43bc-b771-48b3a55eff16 [pid: 7|app: 0|req: 545/1126] 10.0.0.164 () {32 vars in 772 bytes} [Tue Jun 16 01:43:04 2026] GET /v2.0/security-groups?tenant_id=dcab3476d3cd4f319ec4d3cb39cbb110&name=default => generated 2925 bytes in 232 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 546/1127] 10.0.0.164 () {32 vars in 738 bytes} [Tue Jun 16 01:43:04 2026] DELETE /v2.0/security-groups/fa9fc931-db6c-4d2a-97d3-96ff3e3323ab => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 01:43:05.030 8 INFO neutron.db.l3_hamode_db [None req-b3ba85a1-eaa7-4916-8d80-517a6465fbfa d111334eb5f044e4bea7cffe3d3e3fed 012ddac4320f4f238885ed1d2b09a396 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 547/1128] 10.0.0.164 () {32 vars in 772 bytes} [Tue Jun 16 01:43:05 2026] GET /v2.0/security-groups?tenant_id=a332d58bd6034dd4ac75b1c3934ae4f2&name=default => generated 2925 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 548/1129] 10.0.0.164 () {32 vars in 738 bytes} [Tue Jun 16 01:43:05 2026] DELETE /v2.0/security-groups/e683c351-c217-4237-ac02-53843c585029 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 01:43:05.619 7 INFO neutron.db.segments_db [None req-4ece0306-24e8-4451-9271-ee6b7b337751 1bfc9acd2b7b404fb8ae35504203965b 0d437a8b5b8f4e08947032925a1405fa - - default default] Added segment 3aec484a-7cd0-46b4-a1dc-7ce5fed44892 of type vxlan for network 8d849afc-eb3c-4eac-b2b3-6151a507615c 2026-06-16 01:43:05.714 8 INFO neutron.db.l3_hamode_db [None req-b3ba85a1-eaa7-4916-8d80-517a6465fbfa d111334eb5f044e4bea7cffe3d3e3fed 012ddac4320f4f238885ed1d2b09a396 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 549/1130] 10.0.0.164 () {34 vars in 668 bytes} [Tue Jun 16 01:43:05 2026] POST /v2.0/networks => generated 643 bytes in 335 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 550/1131] 10.0.0.164 () {34 vars in 667 bytes} [Tue Jun 16 01:43:05 2026] POST /v2.0/subnets => generated 641 bytes in 241 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 01:43:06.048 7 INFO neutron.db.segments_db [None req-89331e83-badd-4e70-b132-c0fea149a083 1bfc9acd2b7b404fb8ae35504203965b 0d437a8b5b8f4e08947032925a1405fa - - default default] Added segment 260e2e37-101d-4116-9c4d-fd4d6816fa6e of type vxlan for network 934e2da0-487a-456a-9394-b79a9224889f [pid: 7|app: 0|req: 551/1132] 10.0.0.164 () {34 vars in 668 bytes} [Tue Jun 16 01:43:06 2026] POST /v2.0/networks => generated 644 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 552/1133] 10.0.0.164 () {34 vars in 741 bytes} [Tue Jun 16 01:43:06 2026] PUT /v2.0/networks/934e2da0-487a-456a-9394-b79a9224889f => generated 592 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 582/1134] 10.0.0.164 () {34 vars in 667 bytes} [Tue Jun 16 01:43:04 2026] POST /v2.0/routers => generated 695 bytes in 1757 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 553/1135] 10.0.0.164 () {34 vars in 667 bytes} [Tue Jun 16 01:43:06 2026] POST /v2.0/subnets => generated 626 bytes in 279 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 554/1136] 10.0.0.164 () {34 vars in 739 bytes} [Tue Jun 16 01:43:06 2026] PUT /v2.0/subnets/d67d3f57-811b-4c64-82aa-53dcc8f57b55 => generated 636 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 583/1137] 10.0.0.164 () {32 vars in 774 bytes} [Tue Jun 16 01:43:06 2026] GET /v2.0/subnets?project_id=012ddac4320f4f238885ed1d2b09a396&cidr=10.100.0.0%2F28 => generated 14 bytes in 243 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 584/1138] 10.0.0.164 () {32 vars in 692 bytes} [Tue Jun 16 01:43:06 2026] GET /v2.0/networks?router%3Aexternal=True => generated 753 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 585/1139] 10.0.0.164 () {32 vars in 782 bytes} [Tue Jun 16 01:43:06 2026] GET /v2.0/subnets?network_id=98639caf-9558-43f5-9a4e-06f77042784a&cidr=10.100.0.0%2F28 => generated 14 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 01:43:06.841 7 INFO neutron.services.segments.plugin [-] Segment 260e2e37-101d-4116-9c4d-fd4d6816fa6e resource provider aggregate not found 2026-06-16 01:43:06.844 7 INFO neutron.services.segments.plugin [-] Segment 260e2e37-101d-4116-9c4d-fd4d6816fa6e resource provider aggregate not found 2026-06-16 01:43:06.857 7 INFO neutron.services.segments.plugin [-] Segment 260e2e37-101d-4116-9c4d-fd4d6816fa6e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 260e2e37-101d-4116-9c4d-fd4d6816fa6e found for delete ", "request_id": "req-2be15e94-ea05-40d6-b848-41acf5b505d0"}]} 2026-06-16 01:43:06.865 7 INFO neutron.services.segments.plugin [-] Segment 260e2e37-101d-4116-9c4d-fd4d6816fa6e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 260e2e37-101d-4116-9c4d-fd4d6816fa6e found for delete ", "request_id": "req-b6b22746-974f-4313-aa4c-b6f41df33243"}]} [pid: 7|app: 0|req: 555/1140] 10.0.0.164 () {32 vars in 724 bytes} [Tue Jun 16 01:43:06 2026] DELETE /v2.0/networks/934e2da0-487a-456a-9394-b79a9224889f => generated 0 bytes in 215 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 01:43:06.889 7 INFO neutron.pecan_wsgi.hooks.translation [None req-38d1186a-24ec-4077-8ce9-0c366aa8129e 1bfc9acd2b7b404fb8ae35504203965b 0d437a8b5b8f4e08947032925a1405fa - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 556/1141] 10.0.0.164 () {32 vars in 724 bytes} [Tue Jun 16 01:43:06 2026] DELETE /v2.0/networks/934e2da0-487a-456a-9394-b79a9224889f => generated 138 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 557/1142] 10.0.0.164 () {32 vars in 692 bytes} [Tue Jun 16 01:43:06 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: 558/1143] 10.0.0.164 () {32 vars in 740 bytes} [Tue Jun 16 01:43:06 2026] GET /v2.0/subnets?network_id=98639caf-9558-43f5-9a4e-06f77042784a => generated 649 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 559/1144] 10.0.0.164 () {32 vars in 651 bytes} [Tue Jun 16 01:43:06 2026] GET /v2.0/extensions => generated 21537 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 586/1145] 10.0.0.164 () {34 vars in 667 bytes} [Tue Jun 16 01:43:06 2026] POST /v2.0/subnets => generated 657 bytes in 227 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 560/1146] 10.0.0.164 () {32 vars in 647 bytes} [Tue Jun 16 01:43:07 2026] GET /v2.0/networks => generated 1308 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 561/1147] 10.0.0.164 () {32 vars in 645 bytes} [Tue Jun 16 01:43:07 2026] GET /v2.0/subnets => generated 1280 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 562/1148] 10.0.0.164 () {32 vars in 721 bytes} [Tue Jun 16 01:43:07 2026] GET /v2.0/networks/8d849afc-eb3c-4eac-b2b3-6151a507615c => generated 668 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 563/1149] 10.0.0.164 () {32 vars in 719 bytes} [Tue Jun 16 01:43:07 2026] GET /v2.0/subnets/2abe10f1-50b4-439a-9268-72dfa53360f4 => generated 641 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 01:43:07.229 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9cc739db-5856-4227-8077-4a493d6a7115 1bfc9acd2b7b404fb8ae35504203965b 0d437a8b5b8f4e08947032925a1405fa - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 564/1150] 10.0.0.164 () {32 vars in 722 bytes} [Tue Jun 16 01:43:07 2026] DELETE /v2.0/subnets/d67d3f57-811b-4c64-82aa-53dcc8f57b55 => generated 136 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 01:43:07.249 7 INFO neutron.pecan_wsgi.hooks.translation [None req-74af2fb8-b0a8-4cd0-b796-2fb864741cce 1bfc9acd2b7b404fb8ae35504203965b 0d437a8b5b8f4e08947032925a1405fa - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 565/1151] 10.0.0.164 () {32 vars in 724 bytes} [Tue Jun 16 01:43:07 2026] DELETE /v2.0/networks/934e2da0-487a-456a-9394-b79a9224889f => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 566/1152] 10.0.0.164 () {32 vars in 722 bytes} [Tue Jun 16 01:43:07 2026] DELETE /v2.0/subnets/2abe10f1-50b4-439a-9268-72dfa53360f4 => 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: 567/1153] 10.0.0.164 () {32 vars in 724 bytes} [Tue Jun 16 01:43:07 2026] DELETE /v2.0/networks/8d849afc-eb3c-4eac-b2b3-6151a507615c => 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: 568/1154] 10.0.0.164 () {32 vars in 772 bytes} [Tue Jun 16 01:43:07 2026] GET /v2.0/security-groups?tenant_id=0d437a8b5b8f4e08947032925a1405fa&name=default => generated 2925 bytes in 217 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 569/1155] 10.0.0.164 () {32 vars in 738 bytes} [Tue Jun 16 01:43:08 2026] DELETE /v2.0/security-groups/b412490a-a1de-485b-9da9-95e723c1f7e5 => 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: 587/1156] 10.0.0.164 () {34 vars in 781 bytes} [Tue Jun 16 01:43:07 2026] PUT /v2.0/routers/393959e4-0823-45c8-9b18-f31673e4a4ac/add_router_interface => generated 309 bytes in 1339 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 570/1157] 10.0.0.164 () {32 vars in 647 bytes} [Tue Jun 16 01:43:08 2026] GET /v2.0/networks => generated 5059 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 588/1158] 10.0.0.164 () {32 vars in 645 bytes} [Tue Jun 16 01:43:08 2026] GET /v2.0/subnets => generated 3897 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 571/1159] 10.0.0.164 () {32 vars in 645 bytes} [Tue Jun 16 01:43:08 2026] GET /v2.0/routers => generated 1464 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 589/1160] 10.0.0.164 () {34 vars in 683 bytes} [Tue Jun 16 01:43:08 2026] POST /v2.0/security-groups => generated 1675 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-16 01:43:08.879 7 INFO neutron.services.segments.plugin [-] Segment 3aec484a-7cd0-46b4-a1dc-7ce5fed44892 resource provider aggregate not found 2026-06-16 01:43:08.885 7 INFO neutron.services.segments.plugin [-] Segment 3aec484a-7cd0-46b4-a1dc-7ce5fed44892 resource provider aggregate not found 2026-06-16 01:43:08.893 7 INFO neutron.services.segments.plugin [-] Segment 3aec484a-7cd0-46b4-a1dc-7ce5fed44892 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3aec484a-7cd0-46b4-a1dc-7ce5fed44892 found for delete ", "request_id": "req-5d32099f-4dd4-472c-ab4f-d676bc466cf4"}]} 2026-06-16 01:43:08.900 7 INFO neutron.services.segments.plugin [-] Segment 3aec484a-7cd0-46b4-a1dc-7ce5fed44892 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3aec484a-7cd0-46b4-a1dc-7ce5fed44892 found for delete ", "request_id": "req-73446f6b-0de4-4892-9db6-bb8ce415f776"}]} [pid: 7|app: 0|req: 572/1161] 10.0.0.164 () {34 vars in 693 bytes} [Tue Jun 16 01:43:08 2026] POST /v2.0/security-group-rules => generated 597 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 590/1162] 10.0.0.164 () {34 vars in 693 bytes} [Tue Jun 16 01:43:08 2026] POST /v2.0/security-group-rules => generated 596 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 573/1163] 10.0.0.164 () {34 vars in 693 bytes} [Tue Jun 16 01:43:09 2026] POST /v2.0/security-group-rules => generated 602 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 574/1164] 10.0.0.164 () {34 vars in 693 bytes} [Tue Jun 16 01:43:09 2026] POST /v2.0/security-group-rules => generated 601 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 01:43:09.354 7 INFO neutron.db.securitygroups_db [None req-8595d4c5-23a8-4f56-b161-e7818002632b d111334eb5f044e4bea7cffe3d3e3fed 012ddac4320f4f238885ed1d2b09a396 - - default default] Project 012ddac4320f4f238885ed1d2b09a396 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: 591/1165] 10.0.0.164 () {32 vars in 772 bytes} [Tue Jun 16 01:43:09 2026] GET /v2.0/security-groups?tenant_id=115e2833ff7e4e209b31ed46f0d0e767&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: 575/1166] 10.0.0.164 () {34 vars in 693 bytes} [Tue Jun 16 01:43:09 2026] POST /v2.0/security-group-rules => generated 607 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 592/1167] 10.0.0.164 () {32 vars in 738 bytes} [Tue Jun 16 01:43:09 2026] DELETE /v2.0/security-groups/a90d92c1-2a94-46bf-a599-21416082d68f => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 01:43:09.497 7 INFO neutron.db.securitygroups_db [None req-4ff46b6b-37d9-4f04-846e-ea64da10f84f d111334eb5f044e4bea7cffe3d3e3fed 012ddac4320f4f238885ed1d2b09a396 - - default default] Project 012ddac4320f4f238885ed1d2b09a396 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: 576/1168] 10.0.0.164 () {34 vars in 693 bytes} [Tue Jun 16 01:43:09 2026] POST /v2.0/security-group-rules => generated 606 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 593/1169] 10.0.0.164 () {32 vars in 772 bytes} [Tue Jun 16 01:43:09 2026] GET /v2.0/security-groups?tenant_id=158dad034bb1421fba11f40095429da4&name=default => generated 2925 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 577/1170] 10.0.0.164 () {32 vars in 738 bytes} [Tue Jun 16 01:43:09 2026] DELETE /v2.0/security-groups/744436db-be56-4f30-923f-4d422b5dd670 => 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: 594/1171] 10.0.0.164 () {32 vars in 647 bytes} [Tue Jun 16 01:43:09 2026] GET /v2.0/networks => generated 1298 bytes in 307 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 595/1172] 10.0.0.1 () {34 vars in 1096 bytes} [Tue Jun 16 01:43:10 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1277727238&fields=id&tenant_id=012ddac4320f4f238885ed1d2b09a396 => 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: 596/1173] 10.0.0.1 () {34 vars in 978 bytes} [Tue Jun 16 01:43:10 2026] GET /v2.0/networks?id=a44b447e-3da6-458f-a64f-a60abb15499d => generated 661 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 01:43:10.424 7 INFO neutron.db.segments_db [None req-e7c64b47-641a-4244-bd29-31d765f16f88 8ac0f351faa4456196413e75813cc9d4 733998b6e4724883903c2d4b59bb6e98 - - default default] Added segment 477b52d1-3d9f-4891-80ab-7960775b6f27 of type vxlan for network 45c2d683-8cd2-4bb9-884d-5e4c864c30b2 [pid: 8|app: 0|req: 597/1174] 10.0.0.1 () {34 vars in 961 bytes} [Tue Jun 16 01:43:10 2026] GET /v2.0/quotas/012ddac4320f4f238885ed1d2b09a396 => 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: 598/1175] 10.0.0.1 () {34 vars in 998 bytes} [Tue Jun 16 01:43:10 2026] GET /v2.0/ports?tenant_id=012ddac4320f4f238885ed1d2b09a396&fields=id => generated 103 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 578/1176] 10.0.0.164 () {34 vars in 668 bytes} [Tue Jun 16 01:43:10 2026] POST /v2.0/networks => generated 644 bytes in 332 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 579/1177] 10.0.0.1 () {34 vars in 1004 bytes} [Tue Jun 16 01:43:10 2026] GET /v2.0/networks/a44b447e-3da6-458f-a64f-a60abb15499d?fields=segments => generated 14 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 580/1178] 10.0.0.1 () {34 vars in 1104 bytes} [Tue Jun 16 01:43:10 2026] GET /v2.0/networks/a44b447e-3da6-458f-a64f-a60abb15499d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 581/1179] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:43:10 2026] GET /v2.0/ports?device_id=f609aa87-cc69-49f3-ad2a-e47eb00e9d50 => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 599/1180] 10.0.0.164 () {34 vars in 663 bytes} [Tue Jun 16 01:43:10 2026] POST /v2.0/ports => generated 774 bytes in 341 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 01:43:10.908 7 INFO neutron.db.segments_db [None req-4f38b80e-f41a-4e0c-bcf0-4b751626caa9 8ac0f351faa4456196413e75813cc9d4 733998b6e4724883903c2d4b59bb6e98 - - default default] Added segment 09cb88b8-1981-41bb-afb4-1694256f3780 of type vxlan for network 37d37a9d-7199-4d15-83bf-65ab2e368176 [pid: 7|app: 0|req: 582/1181] 10.0.0.164 () {34 vars in 668 bytes} [Tue Jun 16 01:43:10 2026] POST /v2.0/networks => generated 631 bytes in 137 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: 600/1182] 10.0.0.164 () {34 vars in 667 bytes} [Tue Jun 16 01:43:10 2026] POST /v2.0/subnets => generated 626 bytes in 259 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 601/1183] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:43:11 2026] GET /v2.0/ports?device_id=f7a35dc4-a285-47ba-9c24-bd94b67edf63 => generated 975 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 583/1184] 10.0.0.164 () {34 vars in 663 bytes} [Tue Jun 16 01:43:11 2026] POST /v2.0/ports => generated 950 bytes in 378 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: 602/1185] 10.0.0.1 () {34 vars in 1036 bytes} [Tue Jun 16 01:43:11 2026] GET /v2.0/security-groups?id=fa056f4a-cdeb-4416-974f-d0eafa248483&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 603/1186] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:43:11 2026] GET /v2.0/ports?device_id=f7a35dc4-a285-47ba-9c24-bd94b67edf63 => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 01:43:11.752 7 INFO neutron_taas.services.taas.taas_plugin [None req-af70c614-73c9-424a-84e9-ebfaa1b0bac9 8ac0f351faa4456196413e75813cc9d4 733998b6e4724883903c2d4b59bb6e98 - - default default] TaaS: Handle Delete Port: cf76e66d-562d-48ce-906b-ba3b505dd62b 2026-06-16 01:43:11.757 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-af70c614-73c9-424a-84e9-ebfaa1b0bac9 8ac0f351faa4456196413e75813cc9d4 733998b6e4724883903c2d4b59bb6e98 - - default default] Tap Mirror: Handle Delete Port: cf76e66d-562d-48ce-906b-ba3b505dd62b [pid: 8|app: 0|req: 604/1187] 10.0.0.1 () {34 vars in 1036 bytes} [Tue Jun 16 01:43:11 2026] GET /v2.0/security-groups?id=fa056f4a-cdeb-4416-974f-d0eafa248483&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: 605/1188] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:43:11 2026] GET /v2.0/ports?device_id=f609aa87-cc69-49f3-ad2a-e47eb00e9d50 => 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: 584/1189] 10.0.0.164 () {32 vars in 718 bytes} [Tue Jun 16 01:43:11 2026] DELETE /v2.0/ports/cf76e66d-562d-48ce-906b-ba3b505dd62b => generated 0 bytes in 265 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 01:43:11.947 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a17640f4-69d1-40ce-9102-75a8a29afc39 8ac0f351faa4456196413e75813cc9d4 733998b6e4724883903c2d4b59bb6e98 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 606/1190] 10.0.0.164 () {32 vars in 718 bytes} [Tue Jun 16 01:43:11 2026] DELETE /v2.0/ports/cf76e66d-562d-48ce-906b-ba3b505dd62b => generated 132 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 01:43:11.979 7 INFO neutron.pecan_wsgi.hooks.translation [None req-50eb40f2-2cba-4193-be7b-5f4c24e3c2cf 8ac0f351faa4456196413e75813cc9d4 733998b6e4724883903c2d4b59bb6e98 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 585/1191] 10.0.0.164 () {32 vars in 715 bytes} [Tue Jun 16 01:43:11 2026] GET /v2.0/ports/cf76e66d-562d-48ce-906b-ba3b505dd62b => generated 132 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 607/1192] 10.0.0.164 () {32 vars in 722 bytes} [Tue Jun 16 01:43:11 2026] DELETE /v2.0/subnets/e1c1e224-968b-423d-a85b-0bc7e0a23fe0 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 586/1193] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:43:12 2026] GET /v2.0/ports?device_id=f7a35dc4-a285-47ba-9c24-bd94b67edf63 => generated 975 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 587/1194] 10.0.0.1 () {34 vars in 1036 bytes} [Tue Jun 16 01:43:12 2026] GET /v2.0/security-groups?id=fa056f4a-cdeb-4416-974f-d0eafa248483&fields=id&fields=name => generated 114 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 01:43:12.293 8 INFO neutron.services.segments.plugin [-] Segment 09cb88b8-1981-41bb-afb4-1694256f3780 resource provider aggregate not found 2026-06-16 01:43:12.300 8 INFO neutron.services.segments.plugin [-] Segment 09cb88b8-1981-41bb-afb4-1694256f3780 resource provider aggregate not found 2026-06-16 01:43:12.321 8 INFO neutron.services.segments.plugin [-] Segment 09cb88b8-1981-41bb-afb4-1694256f3780 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 09cb88b8-1981-41bb-afb4-1694256f3780 found for delete ", "request_id": "req-81841813-4122-457a-aff8-8ceaaa0c3527"}]} 2026-06-16 01:43:12.321 8 INFO neutron.services.segments.plugin [-] Segment 09cb88b8-1981-41bb-afb4-1694256f3780 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 09cb88b8-1981-41bb-afb4-1694256f3780 found for delete ", "request_id": "req-acf0c50d-5214-4892-af2f-1a797284c479"}]} [pid: 8|app: 0|req: 608/1195] 10.0.0.164 () {32 vars in 724 bytes} [Tue Jun 16 01:43:12 2026] DELETE /v2.0/networks/37d37a9d-7199-4d15-83bf-65ab2e368176 => generated 0 bytes in 190 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 01:43:12.399 7 INFO neutron.db.segments_db [None req-f108168d-defe-4210-933e-5896c34f539d 8ac0f351faa4456196413e75813cc9d4 733998b6e4724883903c2d4b59bb6e98 - - default default] Added segment d3cc28cf-45a6-48ef-add5-97a937b05b56 of type vxlan for network 76dc1938-3b68-4d5a-87c9-b0b81f198ac6 [pid: 7|app: 0|req: 588/1196] 10.0.0.164 () {34 vars in 668 bytes} [Tue Jun 16 01:43:12 2026] POST /v2.0/networks => generated 632 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 609/1197] 10.0.0.164 () {34 vars in 667 bytes} [Tue Jun 16 01:43:12 2026] POST /v2.0/subnets => generated 626 bytes in 219 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 610/1198] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:43:12 2026] GET /v2.0/ports?device_id=f609aa87-cc69-49f3-ad2a-e47eb00e9d50 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 589/1199] 10.0.0.164 () {34 vars in 663 bytes} [Tue Jun 16 01:43:12 2026] POST /v2.0/ports => generated 911 bytes in 350 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 01:43:13.175 8 INFO neutron_taas.services.taas.taas_plugin [None req-0135e665-bf3c-4bb1-9962-220a5f242b79 8ac0f351faa4456196413e75813cc9d4 733998b6e4724883903c2d4b59bb6e98 - - default default] TaaS: Handle Delete Port: 2f7066c7-de42-4042-9eb7-e0888d714662 2026-06-16 01:43:13.178 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0135e665-bf3c-4bb1-9962-220a5f242b79 8ac0f351faa4456196413e75813cc9d4 733998b6e4724883903c2d4b59bb6e98 - - default default] Tap Mirror: Handle Delete Port: 2f7066c7-de42-4042-9eb7-e0888d714662 [pid: 8|app: 0|req: 611/1200] 10.0.0.164 () {32 vars in 718 bytes} [Tue Jun 16 01:43:13 2026] DELETE /v2.0/ports/2f7066c7-de42-4042-9eb7-e0888d714662 => generated 0 bytes in 278 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 01:43:13.364 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6840793a-f08b-421f-acab-0f3e5507fdd8 8ac0f351faa4456196413e75813cc9d4 733998b6e4724883903c2d4b59bb6e98 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 590/1201] 10.0.0.164 () {32 vars in 715 bytes} [Tue Jun 16 01:43:13 2026] GET /v2.0/ports/2f7066c7-de42-4042-9eb7-e0888d714662 => generated 132 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 612/1202] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:43:13 2026] GET /v2.0/ports?device_id=f7a35dc4-a285-47ba-9c24-bd94b67edf63 => 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: 613/1203] 10.0.0.1 () {34 vars in 1036 bytes} [Tue Jun 16 01:43:13 2026] GET /v2.0/security-groups?id=fa056f4a-cdeb-4416-974f-d0eafa248483&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: 591/1204] 10.0.0.164 () {32 vars in 722 bytes} [Tue Jun 16 01:43:13 2026] DELETE /v2.0/subnets/29e2d0e7-1505-4b44-b3c4-b0799ddb9759 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 592/1205] 199.19.213.21 () {34 vars in 1077 bytes} [Tue Jun 16 01:43:13 2026] GET /v2.0/ports?tenant_id=7a8bd5b7e6be46258251f8f7660a6af9&device_id=f7a35dc4-a285-47ba-9c24-bd94b67edf63 => 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: 614/1206] 10.0.0.164 () {32 vars in 724 bytes} [Tue Jun 16 01:43:13 2026] DELETE /v2.0/networks/76dc1938-3b68-4d5a-87c9-b0b81f198ac6 => generated 0 bytes in 200 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 593/1207] 199.19.213.21 () {34 vars in 983 bytes} [Tue Jun 16 01:43:13 2026] GET /v2.0/networks?id=40bfd7f3-1763-4262-bbe3-45321254b79a => generated 770 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 594/1208] 199.19.213.21 () {34 vars in 1057 bytes} [Tue Jun 16 01:43:13 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=d12b336a-50c4-44c2-847c-a07866e56dc5 => generated 861 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 595/1209] 199.19.213.21 () {34 vars in 981 bytes} [Tue Jun 16 01:43:13 2026] GET /v2.0/subnets?id=17f8f534-3e90-4ad0-a5af-3ae6a6b9f1e5 => generated 693 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 596/1210] 199.19.213.21 () {34 vars in 1049 bytes} [Tue Jun 16 01:43:13 2026] GET /v2.0/ports?network_id=40bfd7f3-1763-4262-bbe3-45321254b79a&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: 597/1211] 199.19.213.21 () {34 vars in 1009 bytes} [Tue Jun 16 01:43:13 2026] GET /v2.0/networks/40bfd7f3-1763-4262-bbe3-45321254b79a?fields=segments => generated 14 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 598/1212] 199.19.213.21 () {34 vars in 1109 bytes} [Tue Jun 16 01:43:13 2026] GET /v2.0/networks/40bfd7f3-1763-4262-bbe3-45321254b79a?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: 599/1213] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:43:14 2026] GET /v2.0/ports?device_id=f609aa87-cc69-49f3-ad2a-e47eb00e9d50 => 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: 615/1214] 10.0.0.164 () {34 vars in 663 bytes} [Tue Jun 16 01:43:13 2026] POST /v2.0/ports => generated 775 bytes in 313 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 600/1215] 10.0.0.164 () {34 vars in 735 bytes} [Tue Jun 16 01:43:14 2026] PUT /v2.0/ports/0fad5fee-a3d0-4e1e-a4da-e1c2a7204c28 => generated 752 bytes in 205 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-16 01:43:14.344 8 INFO neutron.services.segments.plugin [-] Segment d3cc28cf-45a6-48ef-add5-97a937b05b56 resource provider aggregate not found 2026-06-16 01:43:14.350 8 INFO neutron.services.segments.plugin [-] Segment d3cc28cf-45a6-48ef-add5-97a937b05b56 resource provider aggregate not found 2026-06-16 01:43:14.361 8 INFO neutron.services.segments.plugin [-] Segment d3cc28cf-45a6-48ef-add5-97a937b05b56 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d3cc28cf-45a6-48ef-add5-97a937b05b56 found for delete ", "request_id": "req-3c7b8283-11dd-40c5-a65a-a1454a076509"}]} 2026-06-16 01:43:14.373 8 INFO neutron.services.segments.plugin [-] Segment d3cc28cf-45a6-48ef-add5-97a937b05b56 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d3cc28cf-45a6-48ef-add5-97a937b05b56 found for delete ", "request_id": "req-4476feea-f21c-4f85-b57b-9ce3846ea4f3"}]} 2026-06-16 01:43:14.384 8 INFO neutron_taas.services.taas.taas_plugin [None req-23fe6ac0-c5bc-4c64-909f-6a72ae2599e2 8ac0f351faa4456196413e75813cc9d4 733998b6e4724883903c2d4b59bb6e98 - - default default] TaaS: Handle Delete Port: 0fad5fee-a3d0-4e1e-a4da-e1c2a7204c28 2026-06-16 01:43:14.386 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-23fe6ac0-c5bc-4c64-909f-6a72ae2599e2 8ac0f351faa4456196413e75813cc9d4 733998b6e4724883903c2d4b59bb6e98 - - default default] Tap Mirror: Handle Delete Port: 0fad5fee-a3d0-4e1e-a4da-e1c2a7204c28 [pid: 8|app: 0|req: 616/1216] 10.0.0.164 () {32 vars in 718 bytes} [Tue Jun 16 01:43:14 2026] DELETE /v2.0/ports/0fad5fee-a3d0-4e1e-a4da-e1c2a7204c28 => generated 0 bytes in 200 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: 601/1217] 10.0.0.164 () {32 vars in 641 bytes} [Tue Jun 16 01:43:14 2026] GET /v2.0/ports => generated 777 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 01:43:14.534 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f4b98380-2ed3-41f4-8841-96ae9d018712 8ac0f351faa4456196413e75813cc9d4 733998b6e4724883903c2d4b59bb6e98 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 617/1218] 10.0.0.164 () {32 vars in 715 bytes} [Tue Jun 16 01:43:14 2026] GET /v2.0/ports/0fad5fee-a3d0-4e1e-a4da-e1c2a7204c28 => generated 132 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 602/1219] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:43:14 2026] GET /v2.0/ports?device_id=f7a35dc4-a285-47ba-9c24-bd94b67edf63 => generated 975 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 603/1220] 10.0.0.1 () {34 vars in 1036 bytes} [Tue Jun 16 01:43:14 2026] GET /v2.0/security-groups?id=fa056f4a-cdeb-4416-974f-d0eafa248483&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: 618/1221] 10.0.0.164 () {32 vars in 641 bytes} [Tue Jun 16 01:43:14 2026] GET /v2.0/ports => generated 777 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 604/1222] 10.0.0.164 () {32 vars in 715 bytes} [Tue Jun 16 01:43:14 2026] GET /v2.0/ports/5bf5a252-497f-44df-a3bb-f7e1ac292c5b => generated 774 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 01:43:14.678 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8eee90be-1211-46e2-a4ab-91b9b7271f65 8ac0f351faa4456196413e75813cc9d4 733998b6e4724883903c2d4b59bb6e98 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 619/1223] 10.0.0.164 () {32 vars in 718 bytes} [Tue Jun 16 01:43:14 2026] DELETE /v2.0/ports/2f7066c7-de42-4042-9eb7-e0888d714662 => generated 132 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 01:43:14.699 7 INFO neutron.pecan_wsgi.hooks.translation [None req-24cfe313-57b9-4231-b8eb-29a28b594424 8ac0f351faa4456196413e75813cc9d4 733998b6e4724883903c2d4b59bb6e98 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 605/1224] 10.0.0.164 () {32 vars in 722 bytes} [Tue Jun 16 01:43:14 2026] DELETE /v2.0/subnets/29e2d0e7-1505-4b44-b3c4-b0799ddb9759 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 01:43:14.719 8 INFO neutron.pecan_wsgi.hooks.translation [None req-968dc4ce-c09f-4a69-ab3f-525100f6b74a 8ac0f351faa4456196413e75813cc9d4 733998b6e4724883903c2d4b59bb6e98 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 620/1225] 10.0.0.164 () {32 vars in 722 bytes} [Tue Jun 16 01:43:14 2026] DELETE /v2.0/subnets/e1c1e224-968b-423d-a85b-0bc7e0a23fe0 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 01:43:14.823 7 INFO neutron_taas.services.taas.taas_plugin [None req-69511974-c50b-417c-8551-65a0a6ff9371 8ac0f351faa4456196413e75813cc9d4 733998b6e4724883903c2d4b59bb6e98 - - default default] TaaS: Handle Delete Port: 5bf5a252-497f-44df-a3bb-f7e1ac292c5b 2026-06-16 01:43:14.827 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-69511974-c50b-417c-8551-65a0a6ff9371 8ac0f351faa4456196413e75813cc9d4 733998b6e4724883903c2d4b59bb6e98 - - default default] Tap Mirror: Handle Delete Port: 5bf5a252-497f-44df-a3bb-f7e1ac292c5b [pid: 7|app: 0|req: 606/1226] 10.0.0.164 () {32 vars in 718 bytes} [Tue Jun 16 01:43:14 2026] DELETE /v2.0/ports/5bf5a252-497f-44df-a3bb-f7e1ac292c5b => generated 0 bytes in 183 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 621/1227] 10.0.0.164 () {32 vars in 724 bytes} [Tue Jun 16 01:43:14 2026] DELETE /v2.0/networks/45c2d683-8cd2-4bb9-884d-5e4c864c30b2 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 607/1228] 199.19.213.21 () {34 vars in 983 bytes} [Tue Jun 16 01:43:14 2026] GET /v2.0/networks?id=a44b447e-3da6-458f-a64f-a60abb15499d => generated 661 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 622/1229] 199.19.213.21 () {34 vars in 1047 bytes} [Tue Jun 16 01:43:15 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=012ddac4320f4f238885ed1d2b09a396 => generated 181 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 608/1230] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:43:15 2026] GET /v2.0/ports?device_id=f609aa87-cc69-49f3-ad2a-e47eb00e9d50 => 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: 623/1231] 199.19.213.21 () {38 vars in 952 bytes} [Tue Jun 16 01:43:15 2026] POST /v2.0/ports => generated 954 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: 8|app: 0|req: 624/1232] 10.0.0.164 () {32 vars in 772 bytes} [Tue Jun 16 01:43:15 2026] GET /v2.0/security-groups?tenant_id=733998b6e4724883903c2d4b59bb6e98&name=default => generated 2925 bytes in 195 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 625/1233] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:43:15 2026] GET /v2.0/ports?device_id=f7a35dc4-a285-47ba-9c24-bd94b67edf63 => 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: 626/1234] 10.0.0.164 () {32 vars in 738 bytes} [Tue Jun 16 01:43:15 2026] DELETE /v2.0/security-groups/d58e2a2f-5a93-486b-b59f-e0efaff956c3 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 609/1235] 199.19.213.21 () {38 vars in 1025 bytes} [Tue Jun 16 01:43:15 2026] PUT /v2.0/ports/4cccc87b-140e-4ed5-bab7-eebfa66b7268 => generated 1235 bytes in 419 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 627/1236] 10.0.0.1 () {34 vars in 1036 bytes} [Tue Jun 16 01:43:15 2026] GET /v2.0/security-groups?id=fa056f4a-cdeb-4416-974f-d0eafa248483&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 01:43:15.937 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f47e4a75-cccc-4abb-b352-bdfe6727bb89'] response: {'name': 'network-changed', 'server_uuid': 'f609aa87-cc69-49f3-ad2a-e47eb00e9d50', 'tag': '4cccc87b-140e-4ed5-bab7-eebfa66b7268', '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: 610/1239] 10.0.0.164 () {32 vars in 772 bytes} [Tue Jun 16 01:43:15 2026] GET /v2.0/security-groups?tenant_id=aa4afc3c1b83454dbb2129b7135b932f&name=default => generated 2925 bytes in 170 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 630/1240] 10.0.0.164 () {32 vars in 738 bytes} [Tue Jun 16 01:43:16 2026] DELETE /v2.0/security-groups/9fceb76e-8101-44da-a06b-dd7d67562f42 => 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: 611/1241] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:43:16 2026] GET /v2.0/ports?device_id=f609aa87-cc69-49f3-ad2a-e47eb00e9d50 => generated 969 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 631/1242] 10.0.0.1 () {34 vars in 1036 bytes} [Tue Jun 16 01:43:16 2026] GET /v2.0/security-groups?id=f088bc3d-e8ca-434d-b94a-20ef936ccdea&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-16 01:43:16.387 8 INFO neutron.services.segments.plugin [-] Segment 477b52d1-3d9f-4891-80ab-7960775b6f27 resource provider aggregate not found 2026-06-16 01:43:16.390 8 INFO neutron.services.segments.plugin [-] Segment 477b52d1-3d9f-4891-80ab-7960775b6f27 resource provider aggregate not found 2026-06-16 01:43:16.404 8 INFO neutron.services.segments.plugin [-] Segment 477b52d1-3d9f-4891-80ab-7960775b6f27 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 477b52d1-3d9f-4891-80ab-7960775b6f27 found for delete ", "request_id": "req-5435aa3f-dc23-4657-86e0-6ec13ca6660e"}]} 2026-06-16 01:43:16.410 8 INFO neutron.services.segments.plugin [-] Segment 477b52d1-3d9f-4891-80ab-7960775b6f27 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 477b52d1-3d9f-4891-80ab-7960775b6f27 found for delete ", "request_id": "req-c0fd7ab7-1365-4ff9-9664-ae760c81b78c"}]} [pid: 7|app: 0|req: 612/1243] 10.0.0.164 () {32 vars in 772 bytes} [Tue Jun 16 01:43:16 2026] GET /v2.0/security-groups?tenant_id=abbc21aaec6d4a8c9b7b0e8df5687912&name=default => generated 2925 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 632/1244] 199.19.213.21 () {34 vars in 1077 bytes} [Tue Jun 16 01:43:16 2026] GET /v2.0/ports?tenant_id=012ddac4320f4f238885ed1d2b09a396&device_id=f609aa87-cc69-49f3-ad2a-e47eb00e9d50 => generated 1238 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 633/1245] 199.19.213.21 () {34 vars in 1015 bytes} [Tue Jun 16 01:43:16 2026] GET /v2.0/networks?tenant_id=012ddac4320f4f238885ed1d2b09a396&shared=False => generated 757 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 613/1246] 10.0.0.164 () {32 vars in 738 bytes} [Tue Jun 16 01:43:16 2026] DELETE /v2.0/security-groups/654dd3a9-a6d8-4a90-9681-829d2d3772a8 => 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: 634/1247] 199.19.213.21 () {34 vars in 927 bytes} [Tue Jun 16 01:43:16 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 614/1248] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:43:16 2026] GET /v2.0/ports?device_id=f7a35dc4-a285-47ba-9c24-bd94b67edf63 => generated 975 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 635/1249] 10.0.0.1 () {34 vars in 1036 bytes} [Tue Jun 16 01:43:17 2026] GET /v2.0/security-groups?id=fa056f4a-cdeb-4416-974f-d0eafa248483&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 615/1250] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:43:17 2026] GET /v2.0/ports?device_id=f609aa87-cc69-49f3-ad2a-e47eb00e9d50 => 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: 636/1251] 10.0.0.1 () {34 vars in 1036 bytes} [Tue Jun 16 01:43:17 2026] GET /v2.0/security-groups?id=f088bc3d-e8ca-434d-b94a-20ef936ccdea&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: 637/1252] 199.19.213.21 () {34 vars in 1077 bytes} [Tue Jun 16 01:43:17 2026] GET /v2.0/ports?tenant_id=012ddac4320f4f238885ed1d2b09a396&device_id=f609aa87-cc69-49f3-ad2a-e47eb00e9d50 => generated 1238 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 638/1253] 199.19.213.21 () {34 vars in 1055 bytes} [Tue Jun 16 01:43:17 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=4cccc87b-140e-4ed5-bab7-eebfa66b7268 => 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: 639/1254] 199.19.213.21 () {34 vars in 981 bytes} [Tue Jun 16 01:43:17 2026] GET /v2.0/subnets?id=d2192138-9d39-4783-beb7-c171a8ddf3b6 => generated 678 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 640/1255] 199.19.213.21 () {34 vars in 1049 bytes} [Tue Jun 16 01:43:17 2026] GET /v2.0/ports?network_id=a44b447e-3da6-458f-a64f-a60abb15499d&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: 641/1256] 199.19.213.21 () {34 vars in 1009 bytes} [Tue Jun 16 01:43:17 2026] GET /v2.0/networks/a44b447e-3da6-458f-a64f-a60abb15499d?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: 642/1257] 199.19.213.21 () {34 vars in 1109 bytes} [Tue Jun 16 01:43:17 2026] GET /v2.0/networks/a44b447e-3da6-458f-a64f-a60abb15499d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 01:43:17.860 7 INFO neutron.db.segments_db [None req-b37998bf-359c-4231-9712-236157312ad8 397c2bf1b8b4451ab91f388a3e8c9d34 91af987b95914e5992fb3a27731262d0 - - default default] Added segment 39bce625-a165-4134-8887-f1bf39ae86e4 of type vxlan for network ed3a881b-e7a0-4e8b-931e-80b021c1dd14 [pid: 7|app: 0|req: 616/1258] 10.0.0.164 () {34 vars in 668 bytes} [Tue Jun 16 01:43:17 2026] POST /v2.0/networks => generated 634 bytes in 385 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 01:43:17.996 8 INFO neutron.db.segments_db [None req-0a4b7ed8-0677-4f85-90de-d1ea5f98afea 397c2bf1b8b4451ab91f388a3e8c9d34 91af987b95914e5992fb3a27731262d0 - - default default] Added segment 26f42631-8478-474a-80ef-a5f309525dda of type vxlan for network 73b13721-36c3-451e-937a-0580f3d80888 [pid: 8|app: 0|req: 643/1259] 10.0.0.164 () {34 vars in 668 bytes} [Tue Jun 16 01:43:17 2026] POST /v2.0/networks => generated 634 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 644/1260] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:43:18 2026] GET /v2.0/ports?device_id=f7a35dc4-a285-47ba-9c24-bd94b67edf63 => generated 973 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 645/1261] 10.0.0.1 () {34 vars in 1036 bytes} [Tue Jun 16 01:43:18 2026] GET /v2.0/security-groups?id=fa056f4a-cdeb-4416-974f-d0eafa248483&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 617/1262] 10.0.0.164 () {34 vars in 667 bytes} [Tue Jun 16 01:43:18 2026] POST /v2.0/subnets => generated 646 bytes in 269 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 618/1263] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:43:18 2026] GET /v2.0/ports?device_id=f609aa87-cc69-49f3-ad2a-e47eb00e9d50 => 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: 646/1264] 10.0.0.164 () {34 vars in 667 bytes} [Tue Jun 16 01:43:18 2026] POST /v2.0/subnets => generated 655 bytes in 252 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 619/1265] 10.0.0.1 () {34 vars in 1036 bytes} [Tue Jun 16 01:43:18 2026] GET /v2.0/security-groups?id=f088bc3d-e8ca-434d-b94a-20ef936ccdea&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-16 01:43:18.647 8 INFO neutron.db.segments_db [None req-d1a68ea6-5b57-4482-9545-4140cc12a0ba 397c2bf1b8b4451ab91f388a3e8c9d34 91af987b95914e5992fb3a27731262d0 - - default default] Added segment 50d48b54-bd7c-487e-af14-7bf756326056 of type vxlan for network e97d5a8f-0895-45c2-98e6-dbdc823ecf94 2026-06-16 01:43:18.875 8 INFO neutron.db.l3_hamode_db [None req-d1a68ea6-5b57-4482-9545-4140cc12a0ba 397c2bf1b8b4451ab91f388a3e8c9d34 91af987b95914e5992fb3a27731262d0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-16 01:43:18.999 8 INFO neutron.db.l3_hamode_db [None req-d1a68ea6-5b57-4482-9545-4140cc12a0ba 397c2bf1b8b4451ab91f388a3e8c9d34 91af987b95914e5992fb3a27731262d0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 620/1266] 10.0.0.164 () {32 vars in 772 bytes} [Tue Jun 16 01:43:18 2026] GET /v2.0/security-groups?tenant_id=9c13897a37d24a8abfaaa547757974c7&name=default => generated 2925 bytes in 277 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 621/1267] 10.0.0.164 () {32 vars in 738 bytes} [Tue Jun 16 01:43:19 2026] DELETE /v2.0/security-groups/7191fcfa-7205-43c6-a998-ad2541453f62 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 622/1268] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:43:19 2026] GET /v2.0/ports?device_id=f7a35dc4-a285-47ba-9c24-bd94b67edf63 => generated 973 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 623/1269] 10.0.0.1 () {34 vars in 1036 bytes} [Tue Jun 16 01:43:19 2026] GET /v2.0/security-groups?id=fa056f4a-cdeb-4416-974f-d0eafa248483&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: 647/1270] 10.0.0.164 () {34 vars in 667 bytes} [Tue Jun 16 01:43:18 2026] POST /v2.0/routers => generated 510 bytes in 881 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 648/1271] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:43:19 2026] GET /v2.0/ports?device_id=f609aa87-cc69-49f3-ad2a-e47eb00e9d50 => generated 969 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 649/1272] 10.0.0.1 () {34 vars in 1036 bytes} [Tue Jun 16 01:43:19 2026] GET /v2.0/security-groups?id=f088bc3d-e8ca-434d-b94a-20ef936ccdea&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 624/1273] 10.0.0.164 () {34 vars in 781 bytes} [Tue Jun 16 01:43:19 2026] PUT /v2.0/routers/1951e5c0-a3cd-4b3f-b9b0-44fb9103f971/add_router_interface => generated 309 bytes in 925 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 650/1274] 10.0.0.164 () {32 vars in 715 bytes} [Tue Jun 16 01:43:20 2026] GET /v2.0/ports/97a760d4-138d-4b6c-bb5e-24fd85851232 => generated 959 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 625/1275] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:43:20 2026] GET /v2.0/ports?device_id=f7a35dc4-a285-47ba-9c24-bd94b67edf63 => generated 973 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 626/1276] 10.0.0.1 () {34 vars in 1036 bytes} [Tue Jun 16 01:43:20 2026] GET /v2.0/security-groups?id=fa056f4a-cdeb-4416-974f-d0eafa248483&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: 627/1277] 10.0.0.164 () {32 vars in 651 bytes} [Tue Jun 16 01:43:20 2026] GET /v2.0/extensions => generated 21537 bytes in 208 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 628/1278] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:43:20 2026] GET /v2.0/ports?device_id=f609aa87-cc69-49f3-ad2a-e47eb00e9d50 => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 629/1279] 10.0.0.164 () {32 vars in 679 bytes} [Tue Jun 16 01:43:21 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: 630/1280] 10.0.0.1 () {34 vars in 1036 bytes} [Tue Jun 16 01:43:21 2026] GET /v2.0/security-groups?id=f088bc3d-e8ca-434d-b94a-20ef936ccdea&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 631/1281] 10.0.0.164 () {32 vars in 679 bytes} [Tue Jun 16 01:43:21 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 632/1282] 10.0.0.164 () {32 vars in 727 bytes} [Tue Jun 16 01:43:21 2026] GET /v2.0/extensions/router-admin-state-down-before-update => generated 312 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 633/1283] 10.0.0.164 () {32 vars in 663 bytes} [Tue Jun 16 01:43:21 2026] GET /v2.0/extensions/agent => generated 153 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 634/1284] 10.0.0.164 () {32 vars in 697 bytes} [Tue Jun 16 01:43:21 2026] GET /v2.0/extensions/agent-resources-synced => generated 223 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 635/1285] 10.0.0.164 () {32 vars in 695 bytes} [Tue Jun 16 01:43:21 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: 636/1286] 10.0.0.164 () {32 vars in 699 bytes} [Tue Jun 16 01:43:21 2026] GET /v2.0/extensions/auto-allocated-topology => generated 200 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 637/1287] 10.0.0.164 () {32 vars in 687 bytes} [Tue Jun 16 01:43:21 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 638/1288] 10.0.0.164 () {32 vars in 701 bytes} [Tue Jun 16 01:43:21 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: 639/1289] 10.0.0.164 () {32 vars in 691 bytes} [Tue Jun 16 01:43:21 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 640/1290] 10.0.0.164 () {32 vars in 693 bytes} [Tue Jun 16 01:43:21 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: 641/1291] 10.0.0.164 () {32 vars in 683 bytes} [Tue Jun 16 01:43:21 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: 642/1292] 10.0.0.164 () {32 vars in 685 bytes} [Tue Jun 16 01:43:21 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: 643/1293] 10.0.0.164 () {32 vars in 659 bytes} [Tue Jun 16 01:43:21 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: 644/1294] 10.0.0.164 () {32 vars in 697 bytes} [Tue Jun 16 01:43:21 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 645/1295] 10.0.0.164 () {32 vars in 677 bytes} [Tue Jun 16 01:43:21 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 646/1296] 10.0.0.164 () {32 vars in 681 bytes} [Tue Jun 16 01:43:21 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 647/1297] 10.0.0.164 () {32 vars in 673 bytes} [Tue Jun 16 01:43:21 2026] GET /v2.0/extensions/extraroute => generated 181 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 648/1298] 10.0.0.164 () {32 vars in 687 bytes} [Tue Jun 16 01:43:21 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 649/1299] 10.0.0.164 () {32 vars in 721 bytes} [Tue Jun 16 01:43:21 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => generated 271 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 650/1300] 10.0.0.164 () {32 vars in 685 bytes} [Tue Jun 16 01:43:21 2026] GET /v2.0/extensions/fip-port-details => 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: 651/1301] 10.0.0.164 () {32 vars in 667 bytes} [Tue Jun 16 01:43:21 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: 652/1302] 10.0.0.164 () {32 vars in 685 bytes} [Tue Jun 16 01:43:21 2026] GET /v2.0/extensions/floatingip-pools => generated 188 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 653/1303] 10.0.0.164 () {32 vars in 679 bytes} [Tue Jun 16 01:43:21 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 654/1304] 10.0.0.164 () {32 vars in 697 bytes} [Tue Jun 16 01:43:21 2026] GET /v2.0/extensions/ip-substring-filtering => generated 222 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 655/1305] 10.0.0.164 () {32 vars in 677 bytes} [Tue Jun 16 01:43:21 2026] GET /v2.0/extensions/l2_adjacency => 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: 656/1306] 10.0.0.164 () {32 vars in 665 bytes} [Tue Jun 16 01:43:21 2026] GET /v2.0/extensions/router => generated 256 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 657/1307] 10.0.0.164 () {32 vars in 675 bytes} [Tue Jun 16 01:43:21 2026] GET /v2.0/extensions/ext-gw-mode => 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: 658/1308] 10.0.0.164 () {32 vars in 663 bytes} [Tue Jun 16 01:43:21 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: 659/1309] 10.0.0.164 () {32 vars in 673 bytes} [Tue Jun 16 01:43:21 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: 660/1310] 10.0.0.164 () {32 vars in 711 bytes} [Tue Jun 16 01:43:21 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: 661/1311] 10.0.0.164 () {32 vars in 689 bytes} [Tue Jun 16 01:43:21 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: 662/1312] 10.0.0.164 () {32 vars in 681 bytes} [Tue Jun 16 01:43:21 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: 663/1313] 10.0.0.164 () {32 vars in 667 bytes} [Tue Jun 16 01:43:21 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: 664/1314] 10.0.0.164 () {32 vars in 685 bytes} [Tue Jun 16 01:43:21 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: 665/1315] 10.0.0.164 () {32 vars in 703 bytes} [Tue Jun 16 01:43:21 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: 666/1316] 10.0.0.164 () {32 vars in 673 bytes} [Tue Jun 16 01:43:21 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 667/1317] 10.0.0.164 () {32 vars in 699 bytes} [Tue Jun 16 01:43:21 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 668/1318] 10.0.0.164 () {32 vars in 673 bytes} [Tue Jun 16 01:43:21 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: 669/1319] 10.0.0.164 () {32 vars in 691 bytes} [Tue Jun 16 01:43:21 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: 670/1320] 10.0.0.164 () {32 vars in 687 bytes} [Tue Jun 16 01:43:21 2026] GET /v2.0/extensions/port-mac-override => generated 251 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 671/1321] 10.0.0.164 () {32 vars in 707 bytes} [Tue Jun 16 01:43:21 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: 672/1322] 10.0.0.164 () {32 vars in 703 bytes} [Tue Jun 16 01:43:21 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: 673/1323] 10.0.0.164 () {32 vars in 717 bytes} [Tue Jun 16 01:43:21 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: 674/1324] 10.0.0.164 () {32 vars in 695 bytes} [Tue Jun 16 01:43:21 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 675/1325] 10.0.0.164 () {32 vars in 709 bytes} [Tue Jun 16 01:43:21 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 676/1326] 10.0.0.164 () {32 vars in 667 bytes} [Tue Jun 16 01:43:21 2026] GET /v2.0/extensions/binding => generated 193 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 677/1327] 10.0.0.164 () {32 vars in 685 bytes} [Tue Jun 16 01:43:21 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 678/1328] 10.0.0.164 () {32 vars in 679 bytes} [Tue Jun 16 01:43:21 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: 679/1329] 10.0.0.164 () {32 vars in 673 bytes} [Tue Jun 16 01:43:21 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 680/1330] 10.0.0.164 () {32 vars in 669 bytes} [Tue Jun 16 01:43:21 2026] GET /v2.0/extensions/provider => generated 191 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 681/1331] 10.0.0.164 () {32 vars in 659 bytes} [Tue Jun 16 01:43:21 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: 682/1332] 10.0.0.164 () {32 vars in 697 bytes} [Tue Jun 16 01:43:21 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 683/1333] 10.0.0.164 () {32 vars in 697 bytes} [Tue Jun 16 01:43:21 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => 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: 684/1334] 10.0.0.164 () {32 vars in 675 bytes} [Tue Jun 16 01:43:21 2026] GET /v2.0/extensions/qos-default => 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: 685/1335] 10.0.0.164 () {32 vars in 667 bytes} [Tue Jun 16 01:43:21 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: 686/1336] 10.0.0.164 () {32 vars in 681 bytes} [Tue Jun 16 01:43:21 2026] GET /v2.0/extensions/qos-gateway-ip => generated 197 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 687/1337] 10.0.0.164 () {32 vars in 699 bytes} [Tue Jun 16 01:43:21 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: 688/1338] 10.0.0.164 () {32 vars in 683 bytes} [Tue Jun 16 01:43:21 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 689/1339] 10.0.0.164 () {32 vars in 705 bytes} [Tue Jun 16 01:43:21 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: 690/1340] 10.0.0.164 () {32 vars in 667 bytes} [Tue Jun 16 01:43:21 2026] GET /v2.0/extensions/qos-pps => generated 195 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 691/1341] 10.0.0.164 () {32 vars in 695 bytes} [Tue Jun 16 01:43:21 2026] GET /v2.0/extensions/qos-rule-type-details => generated 229 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 692/1342] 10.0.0.164 () {32 vars in 693 bytes} [Tue Jun 16 01:43:21 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 693/1343] 10.0.0.164 () {32 vars in 683 bytes} [Tue Jun 16 01:43:21 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 694/1344] 10.0.0.164 () {32 vars in 687 bytes} [Tue Jun 16 01:43:21 2026] GET /v2.0/extensions/quota-check-limit => generated 226 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 695/1345] 10.0.0.164 () {32 vars in 703 bytes} [Tue Jun 16 01:43:21 2026] GET /v2.0/extensions/quota-check-limit-default => generated 268 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 696/1346] 10.0.0.164 () {32 vars in 665 bytes} [Tue Jun 16 01:43:21 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: 697/1347] 10.0.0.164 () {32 vars in 679 bytes} [Tue Jun 16 01:43:21 2026] GET /v2.0/extensions/quota_details => generated 213 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 698/1348] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:43:21 2026] GET /v2.0/ports?device_id=f7a35dc4-a285-47ba-9c24-bd94b67edf63 => 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: 699/1349] 10.0.0.164 () {32 vars in 679 bytes} [Tue Jun 16 01:43:21 2026] GET /v2.0/extensions/rbac-policies => generated 223 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 700/1350] 10.0.0.1 () {34 vars in 1036 bytes} [Tue Jun 16 01:43:21 2026] GET /v2.0/security-groups?id=fa056f4a-cdeb-4416-974f-d0eafa248483&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: 701/1351] 10.0.0.164 () {32 vars in 689 bytes} [Tue Jun 16 01:43:21 2026] GET /v2.0/extensions/rbac-address-group => generated 198 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 702/1352] 10.0.0.164 () {32 vars in 689 bytes} [Tue Jun 16 01:43:21 2026] GET /v2.0/extensions/rbac-address-scope => generated 190 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 703/1353] 10.0.0.164 () {32 vars in 693 bytes} [Tue Jun 16 01:43:21 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: 704/1354] 10.0.0.164 () {32 vars in 683 bytes} [Tue Jun 16 01:43:21 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: 705/1355] 10.0.0.164 () {32 vars in 687 bytes} [Tue Jun 16 01:43:21 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 651/1356] 10.0.0.164 () {34 vars in 781 bytes} [Tue Jun 16 01:43:20 2026] PUT /v2.0/routers/1951e5c0-a3cd-4b3f-b9b0-44fb9103f971/add_router_interface => generated 309 bytes in 1228 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 706/1357] 10.0.0.164 () {32 vars in 699 bytes} [Tue Jun 16 01:43:21 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 652/1358] 10.0.0.164 () {32 vars in 701 bytes} [Tue Jun 16 01:43:21 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 653/1359] 10.0.0.164 () {32 vars in 711 bytes} [Tue Jun 16 01:43:21 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 654/1360] 10.0.0.164 () {32 vars in 715 bytes} [Tue Jun 16 01:43:21 2026] GET /v2.0/extensions/security-groups-normalized-cidr => generated 251 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 655/1361] 10.0.0.164 () {32 vars in 713 bytes} [Tue Jun 16 01:43:21 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 656/1362] 10.0.0.164 () {32 vars in 725 bytes} [Tue Jun 16 01:43:21 2026] GET /v2.0/extensions/security-groups-remote-address-group => generated 254 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 657/1363] 10.0.0.164 () {32 vars in 739 bytes} [Tue Jun 16 01:43:21 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 658/1364] 10.0.0.164 () {32 vars in 717 bytes} [Tue Jun 16 01:43:21 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 659/1365] 10.0.0.164 () {32 vars in 681 bytes} [Tue Jun 16 01:43:21 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: 660/1366] 10.0.0.164 () {32 vars in 667 bytes} [Tue Jun 16 01:43:21 2026] GET /v2.0/extensions/segment => generated 145 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 661/1367] 10.0.0.164 () {32 vars in 717 bytes} [Tue Jun 16 01:43:21 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: 707/1368] 10.0.0.164 () {32 vars in 715 bytes} [Tue Jun 16 01:43:21 2026] GET /v2.0/ports/bf3200f4-e409-43d6-bb5d-8596eff65fc2 => generated 967 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 662/1369] 10.0.0.164 () {32 vars in 677 bytes} [Tue Jun 16 01:43:21 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: 708/1370] 10.0.0.164 () {32 vars in 667 bytes} [Tue Jun 16 01:43:21 2026] GET /v2.0/extensions/sorting => generated 183 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 709/1371] 10.0.0.164 () {32 vars in 695 bytes} [Tue Jun 16 01:43:21 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: 710/1372] 10.0.0.164 () {32 vars in 703 bytes} [Tue Jun 16 01:43:21 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: 711/1373] 10.0.0.164 () {32 vars in 699 bytes} [Tue Jun 16 01:43:21 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: 712/1374] 10.0.0.164 () {32 vars in 699 bytes} [Tue Jun 16 01:43:21 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: 713/1375] 10.0.0.164 () {32 vars in 681 bytes} [Tue Jun 16 01:43:21 2026] GET /v2.0/extensions/subnet_onboard => generated 197 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 714/1376] 10.0.0.164 () {32 vars in 703 bytes} [Tue Jun 16 01:43:21 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 715/1377] 10.0.0.164 () {32 vars in 693 bytes} [Tue Jun 16 01:43:21 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 716/1378] 10.0.0.164 () {32 vars in 687 bytes} [Tue Jun 16 01:43:21 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 717/1379] 10.0.0.164 () {32 vars in 695 bytes} [Tue Jun 16 01:43:21 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 718/1380] 10.0.0.164 () {32 vars in 677 bytes} [Tue Jun 16 01:43:21 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: 719/1381] 10.0.0.164 () {32 vars in 687 bytes} [Tue Jun 16 01:43:21 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 720/1382] 10.0.0.164 () {32 vars in 699 bytes} [Tue Jun 16 01:43:21 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: 721/1383] 10.0.0.164 () {32 vars in 663 bytes} [Tue Jun 16 01:43:21 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 722/1384] 10.0.0.164 () {32 vars in 679 bytes} [Tue Jun 16 01:43:21 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 723/1385] 10.0.0.164 () {32 vars in 675 bytes} [Tue Jun 16 01:43:21 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: 724/1386] 10.0.0.164 () {32 vars in 691 bytes} [Tue Jun 16 01:43:21 2026] GET /v2.0/extensions/vpn-endpoint-groups => generated 177 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 725/1387] 10.0.0.164 () {32 vars in 675 bytes} [Tue Jun 16 01:43:21 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 726/1388] 10.0.0.164 () {32 vars in 665 bytes} [Tue Jun 16 01:43:22 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 727/1389] 10.0.0.164 () {32 vars in 661 bytes} [Tue Jun 16 01:43:22 2026] GET /v2.0/extensions/taas => generated 175 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 728/1390] 10.0.0.164 () {32 vars in 673 bytes} [Tue Jun 16 01:43:22 2026] GET /v2.0/extensions/tap-mirror => generated 222 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 729/1391] 10.0.0.164 () {32 vars in 685 bytes} [Tue Jun 16 01:43:22 2026] GET /v2.0/extensions/taas-vlan-filter => generated 226 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 01:43:22.137 8 INFO neutron_taas.services.taas.taas_plugin [None req-73738eb4-a289-4ce1-97d4-2095f6fbc8f7 397c2bf1b8b4451ab91f388a3e8c9d34 91af987b95914e5992fb3a27731262d0 - - default default] TaaS: Handle Delete Port: bf3200f4-e409-43d6-bb5d-8596eff65fc2 2026-06-16 01:43:22.140 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-73738eb4-a289-4ce1-97d4-2095f6fbc8f7 397c2bf1b8b4451ab91f388a3e8c9d34 91af987b95914e5992fb3a27731262d0 - - default default] Tap Mirror: Handle Delete Port: bf3200f4-e409-43d6-bb5d-8596eff65fc2 [pid: 7|app: 0|req: 730/1392] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:43:22 2026] GET /v2.0/ports?device_id=f609aa87-cc69-49f3-ad2a-e47eb00e9d50 => generated 971 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 731/1393] 10.0.0.1 () {34 vars in 1036 bytes} [Tue Jun 16 01:43:22 2026] GET /v2.0/security-groups?id=f088bc3d-e8ca-434d-b94a-20ef936ccdea&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: 663/1394] 10.0.0.164 () {34 vars in 787 bytes} [Tue Jun 16 01:43:21 2026] PUT /v2.0/routers/1951e5c0-a3cd-4b3f-b9b0-44fb9103f971/remove_router_interface => generated 309 bytes in 721 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 732/1395] 10.0.0.164 () {32 vars in 772 bytes} [Tue Jun 16 01:43:22 2026] GET /v2.0/security-groups?tenant_id=10541dbdd1814cba9435cd875614dcb7&name=default => generated 2925 bytes in 288 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 01:43:22.947 8 INFO neutron_taas.services.taas.taas_plugin [None req-c6cccc5c-80fd-4059-a0fc-c3b8686e0014 397c2bf1b8b4451ab91f388a3e8c9d34 91af987b95914e5992fb3a27731262d0 - - default default] TaaS: Handle Delete Port: 97a760d4-138d-4b6c-bb5e-24fd85851232 2026-06-16 01:43:22.952 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c6cccc5c-80fd-4059-a0fc-c3b8686e0014 397c2bf1b8b4451ab91f388a3e8c9d34 91af987b95914e5992fb3a27731262d0 - - default default] Tap Mirror: Handle Delete Port: 97a760d4-138d-4b6c-bb5e-24fd85851232 [pid: 7|app: 0|req: 733/1396] 10.0.0.164 () {32 vars in 738 bytes} [Tue Jun 16 01:43:22 2026] DELETE /v2.0/security-groups/77e7f591-f81c-48d9-9c37-554cab321899 => 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: 664/1397] 10.0.0.164 () {34 vars in 787 bytes} [Tue Jun 16 01:43:22 2026] PUT /v2.0/routers/1951e5c0-a3cd-4b3f-b9b0-44fb9103f971/remove_router_interface => generated 309 bytes in 766 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 734/1398] 10.0.0.164 () {32 vars in 734 bytes} [Tue Jun 16 01:43:23 2026] GET /v2.0/ports?device_id=1951e5c0-a3cd-4b3f-b9b0-44fb9103f971 => 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: 665/1399] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:43:23 2026] GET /v2.0/ports?device_id=f609aa87-cc69-49f3-ad2a-e47eb00e9d50 => generated 971 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 666/1400] 10.0.0.1 () {34 vars in 1036 bytes} [Tue Jun 16 01:43:23 2026] GET /v2.0/security-groups?id=f088bc3d-e8ca-434d-b94a-20ef936ccdea&fields=id&fields=name => generated 114 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 01:43:23.587 7 INFO neutron_taas.services.taas.taas_plugin [None req-60644730-f0f2-48c5-94b8-b9e63ef89f89 397c2bf1b8b4451ab91f388a3e8c9d34 91af987b95914e5992fb3a27731262d0 - - default default] TaaS: Handle Delete Port: 087e081e-115e-4b3d-b2a6-682eebd75281 2026-06-16 01:43:23.590 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-60644730-f0f2-48c5-94b8-b9e63ef89f89 397c2bf1b8b4451ab91f388a3e8c9d34 91af987b95914e5992fb3a27731262d0 - - default default] Tap Mirror: Handle Delete Port: 087e081e-115e-4b3d-b2a6-682eebd75281 [pid: 8|app: 0|req: 667/1401] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:43:23 2026] GET /v2.0/ports?device_id=f609aa87-cc69-49f3-ad2a-e47eb00e9d50 => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 668/1402] 10.0.0.1 () {34 vars in 1036 bytes} [Tue Jun 16 01:43:23 2026] GET /v2.0/security-groups?id=f088bc3d-e8ca-434d-b94a-20ef936ccdea&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: 669/1403] 10.0.0.164 () {32 vars in 734 bytes} [Tue Jun 16 01:43:23 2026] GET /v2.0/ports?device_id=f609aa87-cc69-49f3-ad2a-e47eb00e9d50 => generated 1240 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 01:43:23.911 7 INFO neutron.services.segments.plugin [-] Segment 50d48b54-bd7c-487e-af14-7bf756326056 resource provider aggregate not found 2026-06-16 01:43:23.915 7 INFO neutron.services.segments.plugin [-] Segment 50d48b54-bd7c-487e-af14-7bf756326056 resource provider aggregate not found 2026-06-16 01:43:23.937 7 INFO neutron.services.segments.plugin [-] Segment 50d48b54-bd7c-487e-af14-7bf756326056 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 50d48b54-bd7c-487e-af14-7bf756326056 found for delete ", "request_id": "req-adf6b4db-fcec-4b45-9c1b-b7ce883bc789"}]} 2026-06-16 01:43:23.939 7 INFO neutron.services.segments.plugin [-] Segment 50d48b54-bd7c-487e-af14-7bf756326056 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 50d48b54-bd7c-487e-af14-7bf756326056 found for delete ", "request_id": "req-1966abcf-6002-43f8-a847-01c947e87fd9"}]} 2026-06-16 01:43:23.943 7 INFO neutron.db.l3_hamode_db [None req-60644730-f0f2-48c5-94b8-b9e63ef89f89 397c2bf1b8b4451ab91f388a3e8c9d34 91af987b95914e5992fb3a27731262d0 - - default default] HA network e97d5a8f-0895-45c2-98e6-dbdc823ecf94 was deleted as no HA routers are present in tenant 91af987b95914e5992fb3a27731262d0. [pid: 7|app: 0|req: 735/1404] 10.0.0.164 () {32 vars in 722 bytes} [Tue Jun 16 01:43:23 2026] DELETE /v2.0/routers/1951e5c0-a3cd-4b3f-b9b0-44fb9103f971 => generated 0 bytes in 554 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 736/1405] 10.0.0.164 () {32 vars in 722 bytes} [Tue Jun 16 01:43:23 2026] DELETE /v2.0/subnets/7a981935-3632-4a60-87fb-842056788154 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 737/1406] 10.0.0.164 () {32 vars in 722 bytes} [Tue Jun 16 01:43:24 2026] DELETE /v2.0/subnets/4fb90870-65ad-497b-8c88-a8fbd9a66fa1 => generated 0 bytes in 230 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 738/1407] 10.0.0.164 () {32 vars in 724 bytes} [Tue Jun 16 01:43:24 2026] DELETE /v2.0/networks/73b13721-36c3-451e-937a-0580f3d80888 => generated 0 bytes in 182 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 01:43:24.541 8 INFO neutron.db.l3_db [None req-033b5315-7de1-4b56-a215-00b853e59560 d111334eb5f044e4bea7cffe3d3e3fed 012ddac4320f4f238885ed1d2b09a396 - - default default] Floating IP ea6687d8-51e3-4b33-b1ca-199f62c9db5e associated. External IP: 10.96.250.210, port: 4cccc87b-140e-4ed5-bab7-eebfa66b7268. 2026-06-16 01:43:24.620 7 INFO neutron_taas.services.taas.taas_plugin [None req-7652c704-574a-423c-9bb2-57819e4f4a4a 397c2bf1b8b4451ab91f388a3e8c9d34 91af987b95914e5992fb3a27731262d0 - - default default] TaaS: Handle Delete Port: 5c5109cf-83e3-481f-a49b-e2148540a23e 2026-06-16 01:43:24.623 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7652c704-574a-423c-9bb2-57819e4f4a4a 397c2bf1b8b4451ab91f388a3e8c9d34 91af987b95914e5992fb3a27731262d0 - - default default] Tap Mirror: Handle Delete Port: 5c5109cf-83e3-481f-a49b-e2148540a23e [pid: 8|app: 0|req: 670/1408] 10.0.0.164 () {34 vars in 675 bytes} [Tue Jun 16 01:43:23 2026] POST /v2.0/floatingips => generated 855 bytes in 996 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 739/1409] 10.0.0.164 () {32 vars in 724 bytes} [Tue Jun 16 01:43:24 2026] DELETE /v2.0/networks/ed3a881b-e7a0-4e8b-931e-80b021c1dd14 => generated 0 bytes in 277 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 671/1410] 10.0.0.164 () {32 vars in 727 bytes} [Tue Jun 16 01:43:24 2026] GET /v2.0/floatingips/ea6687d8-51e3-4b33-b1ca-199f62c9db5e => generated 855 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 01:43:24.832 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-60f0384d-e485-4941-8a1c-d4e72816b65c'] response: {'name': 'network-changed', 'server_uuid': 'f609aa87-cc69-49f3-ad2a-e47eb00e9d50', 'tag': '4cccc87b-140e-4ed5-bab7-eebfa66b7268', 'status': 'completed', 'code': 200} 2026-06-16 01:43:24.871 7 INFO neutron.db.segments_db [None req-e7eed684-f8c0-4947-8674-5711122cd826 397c2bf1b8b4451ab91f388a3e8c9d34 91af987b95914e5992fb3a27731262d0 - - default default] Added segment 02b5038f-0065-45df-a7d1-97e50daca4b2 of type vxlan for network e0e0b9bb-c8ca-4477-8a0c-1281c0b55586 [pid: 7|app: 0|req: 740/1411] 10.0.0.164 () {34 vars in 668 bytes} [Tue Jun 16 01:43:24 2026] POST /v2.0/networks => generated 633 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 01:43:25.122 8 INFO neutron.db.segments_db [None req-a39a9842-0385-4c19-9a88-ca90cddb99bc 45916bb94260417dad8c4732791e86e3 85f82903941c4126ae426c257f94b205 - - default default] Added segment dc93972b-3759-4128-802e-4df2659eb544 of type vxlan for network 8da9f78b-a2b9-47e8-9df7-ab3677484d78 [pid: 8|app: 0|req: 672/1412] 10.0.0.164 () {34 vars in 668 bytes} [Tue Jun 16 01:43:24 2026] POST /v2.0/networks => generated 630 bytes in 367 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 741/1413] 10.0.0.164 () {34 vars in 667 bytes} [Tue Jun 16 01:43:24 2026] POST /v2.0/subnets => generated 646 bytes in 233 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 01:43:25.269 8 INFO neutron.db.segments_db [None req-7d33c0e5-d7cf-421e-8044-084aa49a673e 45916bb94260417dad8c4732791e86e3 85f82903941c4126ae426c257f94b205 - - default default] Added segment c37668d3-298e-422f-a713-0a3382359384 of type vxlan for network 8a12a2de-137f-476b-be96-df5cf58931b6 2026-06-16 01:43:25.275 7 INFO neutron.db.segments_db [None req-5f3ce9e0-b9e2-4c60-aa35-565ad3f59d8d 397c2bf1b8b4451ab91f388a3e8c9d34 91af987b95914e5992fb3a27731262d0 - - default default] Added segment bf39016b-6ef0-49a7-8625-7aaa20053113 of type vxlan for network 02ad446c-4bd0-4d79-b3c4-44fe82bc12e8 [pid: 8|app: 0|req: 673/1414] 10.0.0.164 () {34 vars in 668 bytes} [Tue Jun 16 01:43:25 2026] POST /v2.0/networks => generated 629 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 674/1415] 199.19.213.21 () {34 vars in 1077 bytes} [Tue Jun 16 01:43:25 2026] GET /v2.0/ports?tenant_id=012ddac4320f4f238885ed1d2b09a396&device_id=f609aa87-cc69-49f3-ad2a-e47eb00e9d50 => generated 1240 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 01:43:25.552 7 INFO neutron.db.l3_hamode_db [None req-5f3ce9e0-b9e2-4c60-aa35-565ad3f59d8d 397c2bf1b8b4451ab91f388a3e8c9d34 91af987b95914e5992fb3a27731262d0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 675/1416] 10.0.0.164 () {34 vars in 667 bytes} [Tue Jun 16 01:43:25 2026] POST /v2.0/subnets => generated 626 bytes in 191 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 676/1417] 199.19.213.21 () {34 vars in 983 bytes} [Tue Jun 16 01:43:25 2026] GET /v2.0/networks?id=a44b447e-3da6-458f-a64f-a60abb15499d => generated 757 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 01:43:25.671 7 INFO neutron.db.l3_hamode_db [None req-5f3ce9e0-b9e2-4c60-aa35-565ad3f59d8d 397c2bf1b8b4451ab91f388a3e8c9d34 91af987b95914e5992fb3a27731262d0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 677/1418] 10.0.0.164 () {34 vars in 667 bytes} [Tue Jun 16 01:43:25 2026] POST /v2.0/subnets => generated 626 bytes in 232 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 678/1419] 199.19.213.21 () {34 vars in 1055 bytes} [Tue Jun 16 01:43:25 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=4cccc87b-140e-4ed5-bab7-eebfa66b7268 => generated 858 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 679/1420] 10.0.0.164 () {32 vars in 727 bytes} [Tue Jun 16 01:43:25 2026] GET /v2.0/floatingips/ea6687d8-51e3-4b33-b1ca-199f62c9db5e => generated 855 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 01:43:25.957 7 INFO neutron.services.segments.plugin [-] Segment 26f42631-8478-474a-80ef-a5f309525dda resource provider aggregate not found 2026-06-16 01:43:25.964 7 INFO neutron.services.segments.plugin [-] Segment 26f42631-8478-474a-80ef-a5f309525dda resource provider aggregate not found 2026-06-16 01:43:25.976 7 INFO neutron.services.segments.plugin [-] Segment 26f42631-8478-474a-80ef-a5f309525dda resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 26f42631-8478-474a-80ef-a5f309525dda found for delete ", "request_id": "req-f5235699-0f1d-4792-b77d-47cac70a73bb"}]} 2026-06-16 01:43:25.986 7 INFO neutron.services.segments.plugin [-] Segment 26f42631-8478-474a-80ef-a5f309525dda resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 26f42631-8478-474a-80ef-a5f309525dda found for delete ", "request_id": "req-34cf9326-f882-4696-a974-37a12309e5d1"}]} 2026-06-16 01:43:25.991 8 INFO neutron.db.segments_db [None req-e656e6a8-4803-4786-a2b3-d4b3fde2da16 45916bb94260417dad8c4732791e86e3 85f82903941c4126ae426c257f94b205 - - default default] Added segment 99648ccd-64dd-4639-81fa-346c0d2b3739 of type vxlan for network 20506f6f-1779-4dc2-bddb-f13e280d1000 2026-06-16 01:43:26.000 7 INFO neutron.services.segments.plugin [-] Segment 39bce625-a165-4134-8887-f1bf39ae86e4 resource provider aggregate not found 2026-06-16 01:43:26.006 7 INFO neutron.services.segments.plugin [-] Segment 39bce625-a165-4134-8887-f1bf39ae86e4 resource provider aggregate not found 2026-06-16 01:43:26.014 7 INFO neutron.services.segments.plugin [-] Segment 39bce625-a165-4134-8887-f1bf39ae86e4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 39bce625-a165-4134-8887-f1bf39ae86e4 found for delete ", "request_id": "req-e3aaacae-38e4-4db6-a758-e59c534207e9"}]} 2026-06-16 01:43:26.023 7 INFO neutron.services.segments.plugin [-] Segment 39bce625-a165-4134-8887-f1bf39ae86e4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 39bce625-a165-4134-8887-f1bf39ae86e4 found for delete ", "request_id": "req-69767590-9893-42d2-b44c-1546ecfecbe0"}]} [pid: 7|app: 0|req: 742/1421] 10.0.0.164 () {34 vars in 667 bytes} [Tue Jun 16 01:43:25 2026] POST /v2.0/routers => generated 511 bytes in 995 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 01:43:26.208 8 INFO neutron.db.l3_hamode_db [None req-e656e6a8-4803-4786-a2b3-d4b3fde2da16 45916bb94260417dad8c4732791e86e3 85f82903941c4126ae426c257f94b205 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 743/1422] 199.19.213.21 () {34 vars in 981 bytes} [Tue Jun 16 01:43:26 2026] GET /v2.0/subnets?id=d2192138-9d39-4783-beb7-c171a8ddf3b6 => generated 678 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 01:43:26.321 8 INFO neutron.db.l3_hamode_db [None req-e656e6a8-4803-4786-a2b3-d4b3fde2da16 45916bb94260417dad8c4732791e86e3 85f82903941c4126ae426c257f94b205 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 744/1423] 10.0.0.164 () {34 vars in 663 bytes} [Tue Jun 16 01:43:26 2026] POST /v2.0/ports => generated 964 bytes in 307 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: 745/1424] 199.19.213.21 () {34 vars in 1049 bytes} [Tue Jun 16 01:43:26 2026] GET /v2.0/ports?network_id=a44b447e-3da6-458f-a64f-a60abb15499d&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: 680/1425] 10.0.0.164 () {34 vars in 667 bytes} [Tue Jun 16 01:43:25 2026] POST /v2.0/routers => generated 506 bytes in 866 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 681/1426] 199.19.213.21 () {34 vars in 1009 bytes} [Tue Jun 16 01:43:26 2026] GET /v2.0/networks/a44b447e-3da6-458f-a64f-a60abb15499d?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: 746/1427] 10.0.0.164 () {34 vars in 781 bytes} [Tue Jun 16 01:43:26 2026] PUT /v2.0/routers/ed197e49-7c93-4116-abbe-db8f27871197/add_router_interface => generated 309 bytes in 977 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: 747/1428] 199.19.213.21 () {34 vars in 1109 bytes} [Tue Jun 16 01:43:27 2026] GET /v2.0/networks/a44b447e-3da6-458f-a64f-a60abb15499d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 748/1429] 10.0.0.164 () {32 vars in 727 bytes} [Tue Jun 16 01:43:27 2026] GET /v2.0/floatingips/ea6687d8-51e3-4b33-b1ca-199f62c9db5e => generated 857 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 749/1430] 10.0.0.164 () {32 vars in 715 bytes} [Tue Jun 16 01:43:27 2026] GET /v2.0/ports/ff2cca9d-49bf-4eda-90b3-2e86b748c041 => generated 1038 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 682/1431] 10.0.0.164 () {34 vars in 781 bytes} [Tue Jun 16 01:43:26 2026] PUT /v2.0/routers/d779486a-abe8-4af9-a576-176d76c468af/add_router_interface => generated 309 bytes in 1036 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 683/1432] 10.0.0.164 () {32 vars in 715 bytes} [Tue Jun 16 01:43:27 2026] GET /v2.0/ports/69fa1f3c-dfe6-4d1f-9cd2-6738f0d1ae93 => generated 955 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 01:43:27.963 7 INFO neutron_taas.services.taas.taas_plugin [None req-fde5981c-8ebe-4d45-be7a-d26732913cb5 397c2bf1b8b4451ab91f388a3e8c9d34 91af987b95914e5992fb3a27731262d0 - - default default] TaaS: Handle Delete Port: ff2cca9d-49bf-4eda-90b3-2e86b748c041 2026-06-16 01:43:27.966 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fde5981c-8ebe-4d45-be7a-d26732913cb5 397c2bf1b8b4451ab91f388a3e8c9d34 91af987b95914e5992fb3a27731262d0 - - default default] Tap Mirror: Handle Delete Port: ff2cca9d-49bf-4eda-90b3-2e86b748c041 [pid: 7|app: 0|req: 750/1433] 10.0.0.164 () {34 vars in 787 bytes} [Tue Jun 16 01:43:27 2026] PUT /v2.0/routers/ed197e49-7c93-4116-abbe-db8f27871197/remove_router_interface => generated 309 bytes in 754 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-16 01:43:28.525 7 INFO neutron.api.v2.resource [None req-dcc475ae-535e-4d9b-8cf0-5d27489b16e5 397c2bf1b8b4451ab91f388a3e8c9d34 91af987b95914e5992fb3a27731262d0 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 751/1434] 10.0.0.164 () {34 vars in 787 bytes} [Tue Jun 16 01:43:28 2026] PUT /v2.0/routers/ed197e49-7c93-4116-abbe-db8f27871197/remove_router_interface => generated 197 bytes in 115 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 752/1435] 10.0.0.164 () {32 vars in 734 bytes} [Tue Jun 16 01:43:28 2026] GET /v2.0/ports?device_id=ed197e49-7c93-4116-abbe-db8f27871197 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 01:43:28.720 7 INFO neutron_taas.services.taas.taas_plugin [None req-5b231c8e-1a90-41de-94d4-8bc281d1be81 397c2bf1b8b4451ab91f388a3e8c9d34 91af987b95914e5992fb3a27731262d0 - - default default] TaaS: Handle Delete Port: 9fcdd41c-0cc5-4a50-9929-e29de1b9c21e 2026-06-16 01:43:28.723 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5b231c8e-1a90-41de-94d4-8bc281d1be81 397c2bf1b8b4451ab91f388a3e8c9d34 91af987b95914e5992fb3a27731262d0 - - default default] Tap Mirror: Handle Delete Port: 9fcdd41c-0cc5-4a50-9929-e29de1b9c21e 2026-06-16 01:43:29.041 7 INFO neutron.services.segments.plugin [-] Segment bf39016b-6ef0-49a7-8625-7aaa20053113 resource provider aggregate not found 2026-06-16 01:43:29.046 7 INFO neutron.services.segments.plugin [-] Segment bf39016b-6ef0-49a7-8625-7aaa20053113 resource provider aggregate not found 2026-06-16 01:43:29.061 7 INFO neutron.services.segments.plugin [-] Segment bf39016b-6ef0-49a7-8625-7aaa20053113 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bf39016b-6ef0-49a7-8625-7aaa20053113 found for delete ", "request_id": "req-5af9be38-2e8b-4755-92bd-ddcb69546087"}]} 2026-06-16 01:43:29.061 7 INFO neutron.services.segments.plugin [-] Segment bf39016b-6ef0-49a7-8625-7aaa20053113 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bf39016b-6ef0-49a7-8625-7aaa20053113 found for delete ", "request_id": "req-255c3263-6b0e-4e17-95df-dea0ecfa93ab"}]} 2026-06-16 01:43:29.072 7 INFO neutron.db.l3_hamode_db [None req-5b231c8e-1a90-41de-94d4-8bc281d1be81 397c2bf1b8b4451ab91f388a3e8c9d34 91af987b95914e5992fb3a27731262d0 - - default default] HA network 02ad446c-4bd0-4d79-b3c4-44fe82bc12e8 was deleted as no HA routers are present in tenant 91af987b95914e5992fb3a27731262d0. [pid: 7|app: 0|req: 753/1436] 10.0.0.164 () {32 vars in 722 bytes} [Tue Jun 16 01:43:28 2026] DELETE /v2.0/routers/ed197e49-7c93-4116-abbe-db8f27871197 => generated 0 bytes in 529 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 754/1437] 10.0.0.164 () {32 vars in 722 bytes} [Tue Jun 16 01:43:29 2026] DELETE /v2.0/subnets/449717a3-7e3a-46ad-8a45-020d794cc9c9 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 755/1438] 10.0.0.164 () {32 vars in 724 bytes} [Tue Jun 16 01:43:29 2026] DELETE /v2.0/networks/e0e0b9bb-c8ca-4477-8a0c-1281c0b55586 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 01:43:29.385 7 INFO neutron.db.segments_db [None req-a2c43e08-7d3d-43c1-903d-29fc5c3a9b4a 397c2bf1b8b4451ab91f388a3e8c9d34 91af987b95914e5992fb3a27731262d0 - - default default] Added segment 1e0fcce2-9ddf-4b9b-9fbe-1347a25440f0 of type vxlan for network 62394128-1fde-4c85-a5de-1f4cf25bb050 [pid: 7|app: 0|req: 756/1439] 10.0.0.164 () {34 vars in 668 bytes} [Tue Jun 16 01:43:29 2026] POST /v2.0/networks => generated 633 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 684/1440] 10.0.0.164 () {34 vars in 781 bytes} [Tue Jun 16 01:43:27 2026] PUT /v2.0/routers/d779486a-abe8-4af9-a576-176d76c468af/add_router_interface => generated 309 bytes in 1547 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 685/1441] 10.0.0.164 () {32 vars in 715 bytes} [Tue Jun 16 01:43:29 2026] GET /v2.0/ports/56bbf3a4-b5f8-4ad1-a944-00023b68b972 => generated 955 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 757/1442] 10.0.0.164 () {34 vars in 667 bytes} [Tue Jun 16 01:43:29 2026] POST /v2.0/subnets => generated 646 bytes in 193 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 01:43:29.723 7 INFO neutron.db.segments_db [None req-051e8c43-948a-4ffc-81ac-d7d93304d382 397c2bf1b8b4451ab91f388a3e8c9d34 91af987b95914e5992fb3a27731262d0 - - default default] Added segment af16ede3-58e2-4d4d-9940-5f5e75f75541 of type vxlan for network f16e3e40-7136-4c09-bded-4c069c5c6170 2026-06-16 01:43:29.840 8 INFO neutron_taas.services.taas.taas_plugin [None req-7ab39b57-8695-4505-ab3e-53c350f4c135 45916bb94260417dad8c4732791e86e3 85f82903941c4126ae426c257f94b205 - - default default] TaaS: Handle Delete Port: 56bbf3a4-b5f8-4ad1-a944-00023b68b972 2026-06-16 01:43:29.843 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7ab39b57-8695-4505-ab3e-53c350f4c135 45916bb94260417dad8c4732791e86e3 85f82903941c4126ae426c257f94b205 - - default default] Tap Mirror: Handle Delete Port: 56bbf3a4-b5f8-4ad1-a944-00023b68b972 2026-06-16 01:43:29.946 7 INFO neutron.db.l3_hamode_db [None req-051e8c43-948a-4ffc-81ac-d7d93304d382 397c2bf1b8b4451ab91f388a3e8c9d34 91af987b95914e5992fb3a27731262d0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-16 01:43:30.059 7 INFO neutron.db.l3_hamode_db [None req-051e8c43-948a-4ffc-81ac-d7d93304d382 397c2bf1b8b4451ab91f388a3e8c9d34 91af987b95914e5992fb3a27731262d0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 686/1443] 10.0.0.164 () {34 vars in 787 bytes} [Tue Jun 16 01:43:29 2026] PUT /v2.0/routers/d779486a-abe8-4af9-a576-176d76c468af/remove_router_interface => generated 309 bytes in 704 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 01:43:30.596 8 INFO neutron_taas.services.taas.taas_plugin [None req-e90eb4c5-556f-4490-96ec-998ed0217a83 45916bb94260417dad8c4732791e86e3 85f82903941c4126ae426c257f94b205 - - default default] TaaS: Handle Delete Port: 69fa1f3c-dfe6-4d1f-9cd2-6738f0d1ae93 2026-06-16 01:43:30.599 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e90eb4c5-556f-4490-96ec-998ed0217a83 45916bb94260417dad8c4732791e86e3 85f82903941c4126ae426c257f94b205 - - default default] Tap Mirror: Handle Delete Port: 69fa1f3c-dfe6-4d1f-9cd2-6738f0d1ae93 [pid: 7|app: 0|req: 758/1444] 10.0.0.164 () {34 vars in 667 bytes} [Tue Jun 16 01:43:29 2026] POST /v2.0/routers => generated 511 bytes in 985 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 687/1445] 10.0.0.164 () {34 vars in 787 bytes} [Tue Jun 16 01:43:30 2026] PUT /v2.0/routers/d779486a-abe8-4af9-a576-176d76c468af/remove_router_interface => generated 309 bytes in 796 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 690/1448] 10.0.0.164 () {32 vars in 734 bytes} [Tue Jun 16 01:43:31 2026] GET /v2.0/ports?device_id=d779486a-abe8-4af9-a576-176d76c468af => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 01:43:31.084 7 INFO neutron.services.segments.plugin [-] Segment 02b5038f-0065-45df-a7d1-97e50daca4b2 resource provider aggregate not found 2026-06-16 01:43:31.088 7 INFO neutron.services.segments.plugin [-] Segment 02b5038f-0065-45df-a7d1-97e50daca4b2 resource provider aggregate not found 2026-06-16 01:43:31.108 7 INFO neutron.services.segments.plugin [-] Segment 02b5038f-0065-45df-a7d1-97e50daca4b2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 02b5038f-0065-45df-a7d1-97e50daca4b2 found for delete ", "request_id": "req-b0cb1aaa-a532-488a-b9b6-3260ba0edfed"}]} 2026-06-16 01:43:31.117 7 INFO neutron.services.segments.plugin [-] Segment 02b5038f-0065-45df-a7d1-97e50daca4b2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 02b5038f-0065-45df-a7d1-97e50daca4b2 found for delete ", "request_id": "req-ad6b66bf-67d1-4db9-89f4-59e32cf331f5"}]} 2026-06-16 01:43:31.241 8 INFO neutron_taas.services.taas.taas_plugin [None req-cef5ab9a-dcd6-4cc1-944c-ad785d2370b6 45916bb94260417dad8c4732791e86e3 85f82903941c4126ae426c257f94b205 - - default default] TaaS: Handle Delete Port: 782b6a12-2285-49e0-99b0-14eeca36f93e 2026-06-16 01:43:31.244 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cef5ab9a-dcd6-4cc1-944c-ad785d2370b6 45916bb94260417dad8c4732791e86e3 85f82903941c4126ae426c257f94b205 - - default default] Tap Mirror: Handle Delete Port: 782b6a12-2285-49e0-99b0-14eeca36f93e 2026-06-16 01:43:31.524 8 INFO neutron.services.segments.plugin [-] Segment 99648ccd-64dd-4639-81fa-346c0d2b3739 resource provider aggregate not found 2026-06-16 01:43:31.535 8 INFO neutron.services.segments.plugin [-] Segment 99648ccd-64dd-4639-81fa-346c0d2b3739 resource provider aggregate not found 2026-06-16 01:43:31.550 8 INFO neutron.db.l3_hamode_db [None req-cef5ab9a-dcd6-4cc1-944c-ad785d2370b6 45916bb94260417dad8c4732791e86e3 85f82903941c4126ae426c257f94b205 - - default default] HA network 20506f6f-1779-4dc2-bddb-f13e280d1000 was deleted as no HA routers are present in tenant 85f82903941c4126ae426c257f94b205. 2026-06-16 01:43:31.558 8 INFO neutron.services.segments.plugin [-] Segment 99648ccd-64dd-4639-81fa-346c0d2b3739 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 99648ccd-64dd-4639-81fa-346c0d2b3739 found for delete ", "request_id": "req-ff99a795-2ed4-4661-863f-56af3ff0c13f"}]} 2026-06-16 01:43:31.561 8 INFO neutron.services.segments.plugin [-] Segment 99648ccd-64dd-4639-81fa-346c0d2b3739 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 99648ccd-64dd-4639-81fa-346c0d2b3739 found for delete ", "request_id": "req-a6a80201-5b66-4cd1-a8cd-5ec349e049c1"}]} [pid: 8|app: 0|req: 691/1449] 10.0.0.164 () {32 vars in 722 bytes} [Tue Jun 16 01:43:31 2026] DELETE /v2.0/routers/d779486a-abe8-4af9-a576-176d76c468af => generated 0 bytes in 485 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 759/1450] 10.0.0.164 () {34 vars in 781 bytes} [Tue Jun 16 01:43:30 2026] PUT /v2.0/routers/4381c15a-609b-48a9-9bbe-c7e9f75bfe65/add_router_interface => generated 309 bytes in 949 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 760/1451] 10.0.0.164 () {32 vars in 715 bytes} [Tue Jun 16 01:43:31 2026] GET /v2.0/ports/112bd782-d121-49bc-ae87-6420dfe3127f => generated 959 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 692/1452] 10.0.0.164 () {32 vars in 722 bytes} [Tue Jun 16 01:43:31 2026] DELETE /v2.0/subnets/32f618d6-9de2-4ada-8d88-3361f664a2b7 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 693/1453] 10.0.0.164 () {32 vars in 722 bytes} [Tue Jun 16 01:43:31 2026] DELETE /v2.0/subnets/a84f29f1-e844-429e-beb8-72be05113c7a => generated 0 bytes in 119 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 01:43:31.894 8 INFO neutron_taas.services.taas.taas_plugin [None req-de6b1a63-cc8f-413a-8528-e711ccc0d3ed 45916bb94260417dad8c4732791e86e3 85f82903941c4126ae426c257f94b205 - - default default] TaaS: Handle Delete Port: ceac744d-7a66-411f-8036-ad64384ef0df 2026-06-16 01:43:31.896 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-de6b1a63-cc8f-413a-8528-e711ccc0d3ed 45916bb94260417dad8c4732791e86e3 85f82903941c4126ae426c257f94b205 - - default default] Tap Mirror: Handle Delete Port: ceac744d-7a66-411f-8036-ad64384ef0df 2026-06-16 01:43:31.944 7 INFO neutron_taas.services.taas.taas_plugin [None req-6c6069d6-df43-4277-bf8c-1d09d83817f3 397c2bf1b8b4451ab91f388a3e8c9d34 91af987b95914e5992fb3a27731262d0 - - default default] TaaS: Handle Delete Port: 112bd782-d121-49bc-ae87-6420dfe3127f 2026-06-16 01:43:31.948 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6c6069d6-df43-4277-bf8c-1d09d83817f3 397c2bf1b8b4451ab91f388a3e8c9d34 91af987b95914e5992fb3a27731262d0 - - default default] Tap Mirror: Handle Delete Port: 112bd782-d121-49bc-ae87-6420dfe3127f [pid: 8|app: 0|req: 694/1454] 10.0.0.164 () {32 vars in 724 bytes} [Tue Jun 16 01:43:31 2026] DELETE /v2.0/networks/8a12a2de-137f-476b-be96-df5cf58931b6 => generated 0 bytes in 231 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 01:43:32.137 8 INFO neutron_taas.services.taas.taas_plugin [None req-bc1765ad-3751-4833-b911-bc8816ce0da8 45916bb94260417dad8c4732791e86e3 85f82903941c4126ae426c257f94b205 - - default default] TaaS: Handle Delete Port: 331c09bc-2167-4757-b101-129c4126038b 2026-06-16 01:43:32.139 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bc1765ad-3751-4833-b911-bc8816ce0da8 45916bb94260417dad8c4732791e86e3 85f82903941c4126ae426c257f94b205 - - default default] Tap Mirror: Handle Delete Port: 331c09bc-2167-4757-b101-129c4126038b [pid: 8|app: 0|req: 695/1455] 10.0.0.164 () {32 vars in 724 bytes} [Tue Jun 16 01:43:32 2026] DELETE /v2.0/networks/8da9f78b-a2b9-47e8-9df7-ab3677484d78 => generated 0 bytes in 283 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 761/1456] 10.0.0.164 () {34 vars in 787 bytes} [Tue Jun 16 01:43:31 2026] PUT /v2.0/routers/4381c15a-609b-48a9-9bbe-c7e9f75bfe65/remove_router_interface => generated 309 bytes in 728 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 01:43:32.392 8 INFO neutron.db.segments_db [None req-6fcb7f68-587f-415b-804f-e84f9a8b5b4f 45916bb94260417dad8c4732791e86e3 85f82903941c4126ae426c257f94b205 - - default default] Added segment 2e255d56-9d07-4ac0-b239-fc2dd6ff4be9 of type vxlan for network 0fb473ed-e631-4224-8a45-9b2d38baa368 [pid: 7|app: 0|req: 762/1457] 10.0.0.5 () {34 vars in 986 bytes} [Tue Jun 16 01:43:32 2026] GET /v2.0/ports?device_id=f609aa87-cc69-49f3-ad2a-e47eb00e9d50 => generated 1240 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 763/1458] 10.0.0.164 () {32 vars in 734 bytes} [Tue Jun 16 01:43:32 2026] GET /v2.0/ports?device_id=4381c15a-609b-48a9-9bbe-c7e9f75bfe65 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 764/1459] 10.0.0.5 () {34 vars in 1036 bytes} [Tue Jun 16 01:43:32 2026] GET /v2.0/security-groups?id=f088bc3d-e8ca-434d-b94a-20ef936ccdea&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: 696/1460] 10.0.0.164 () {34 vars in 668 bytes} [Tue Jun 16 01:43:32 2026] POST /v2.0/networks => generated 630 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 697/1461] 10.0.0.164 () {34 vars in 667 bytes} [Tue Jun 16 01:43:32 2026] POST /v2.0/subnets => generated 626 bytes in 232 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 698/1462] 10.0.0.5 () {34 vars in 986 bytes} [Tue Jun 16 01:43:32 2026] GET /v2.0/ports?device_id=f7a35dc4-a285-47ba-9c24-bd94b67edf63 => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 01:43:32.805 8 INFO neutron.db.segments_db [None req-6bb43b08-3c6c-4f39-9808-ee514e6cb345 45916bb94260417dad8c4732791e86e3 85f82903941c4126ae426c257f94b205 - - default default] Added segment 3673ab5a-53fd-4ba8-af23-baa9940b244d of type vxlan for network d39a61ef-d514-4e2d-999d-3be413d57dd0 2026-06-16 01:43:33.006 7 INFO neutron_taas.services.taas.taas_plugin [None req-0eec3efa-85a6-4881-b7f2-4e9fc6fd96c1 397c2bf1b8b4451ab91f388a3e8c9d34 91af987b95914e5992fb3a27731262d0 - - default default] TaaS: Handle Delete Port: 3e55cdd9-b930-4d51-b5b1-4e582b056ddc 2026-06-16 01:43:33.008 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0eec3efa-85a6-4881-b7f2-4e9fc6fd96c1 397c2bf1b8b4451ab91f388a3e8c9d34 91af987b95914e5992fb3a27731262d0 - - default default] Tap Mirror: Handle Delete Port: 3e55cdd9-b930-4d51-b5b1-4e582b056ddc 2026-06-16 01:43:33.058 8 INFO neutron.db.l3_hamode_db [None req-6bb43b08-3c6c-4f39-9808-ee514e6cb345 45916bb94260417dad8c4732791e86e3 85f82903941c4126ae426c257f94b205 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-16 01:43:33.168 8 INFO neutron.db.l3_hamode_db [None req-6bb43b08-3c6c-4f39-9808-ee514e6cb345 45916bb94260417dad8c4732791e86e3 85f82903941c4126ae426c257f94b205 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-16 01:43:33.385 7 INFO neutron.services.segments.plugin [-] Segment af16ede3-58e2-4d4d-9940-5f5e75f75541 resource provider aggregate not found 2026-06-16 01:43:33.389 7 INFO neutron.services.segments.plugin [-] Segment af16ede3-58e2-4d4d-9940-5f5e75f75541 resource provider aggregate not found 2026-06-16 01:43:33.402 7 INFO neutron.services.segments.plugin [-] Segment af16ede3-58e2-4d4d-9940-5f5e75f75541 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid af16ede3-58e2-4d4d-9940-5f5e75f75541 found for delete ", "request_id": "req-fe9ad934-d1c0-48c4-89fc-79ec367ad381"}]} 2026-06-16 01:43:33.402 7 INFO neutron.services.segments.plugin [-] Segment af16ede3-58e2-4d4d-9940-5f5e75f75541 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid af16ede3-58e2-4d4d-9940-5f5e75f75541 found for delete ", "request_id": "req-8a10b45c-a600-4c46-9a9c-20ec1477020f"}]} 2026-06-16 01:43:33.405 7 INFO neutron.db.l3_hamode_db [None req-0eec3efa-85a6-4881-b7f2-4e9fc6fd96c1 397c2bf1b8b4451ab91f388a3e8c9d34 91af987b95914e5992fb3a27731262d0 - - default default] HA network f16e3e40-7136-4c09-bded-4c069c5c6170 was deleted as no HA routers are present in tenant 91af987b95914e5992fb3a27731262d0. [pid: 7|app: 0|req: 765/1463] 10.0.0.164 () {32 vars in 722 bytes} [Tue Jun 16 01:43:32 2026] DELETE /v2.0/routers/4381c15a-609b-48a9-9bbe-c7e9f75bfe65 => generated 0 bytes in 958 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 766/1464] 10.0.0.5 () {34 vars in 1036 bytes} [Tue Jun 16 01:43:33 2026] GET /v2.0/security-groups?id=fa056f4a-cdeb-4416-974f-d0eafa248483&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-16 01:43:33.589 8 INFO neutron.services.segments.plugin [-] Segment c37668d3-298e-422f-a713-0a3382359384 resource provider aggregate not found [pid: 7|app: 0|req: 767/1465] 10.0.0.164 () {32 vars in 722 bytes} [Tue Jun 16 01:43:33 2026] DELETE /v2.0/subnets/1381aa5e-08be-43e0-897c-ecf9098d4133 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 01:43:33.603 8 INFO neutron.services.segments.plugin [-] Segment c37668d3-298e-422f-a713-0a3382359384 resource provider aggregate not found 2026-06-16 01:43:33.606 8 INFO neutron.services.segments.plugin [-] Segment c37668d3-298e-422f-a713-0a3382359384 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c37668d3-298e-422f-a713-0a3382359384 found for delete ", "request_id": "req-460500a6-4b89-4629-9a41-adca7dfc6cf0"}]} 2026-06-16 01:43:33.633 8 INFO neutron.services.segments.plugin [-] Segment dc93972b-3759-4128-802e-4df2659eb544 resource provider aggregate not found 2026-06-16 01:43:33.637 8 INFO neutron.services.segments.plugin [-] Segment c37668d3-298e-422f-a713-0a3382359384 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c37668d3-298e-422f-a713-0a3382359384 found for delete ", "request_id": "req-5a130d29-1314-452b-8b8b-11140892b7d4"}]} 2026-06-16 01:43:33.667 8 INFO neutron.services.segments.plugin [-] Segment dc93972b-3759-4128-802e-4df2659eb544 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dc93972b-3759-4128-802e-4df2659eb544 found for delete ", "request_id": "req-854065fc-dfe8-45e4-b34d-883fbbadfa7a"}]} 2026-06-16 01:43:33.673 8 INFO neutron.services.segments.plugin [-] Segment dc93972b-3759-4128-802e-4df2659eb544 resource provider aggregate not found 2026-06-16 01:43:33.694 8 INFO neutron.services.segments.plugin [-] Segment dc93972b-3759-4128-802e-4df2659eb544 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dc93972b-3759-4128-802e-4df2659eb544 found for delete ", "request_id": "req-8f29b2fa-ab71-44a4-b973-d3799a91b77b"}]} [pid: 7|app: 0|req: 768/1466] 10.0.0.164 () {32 vars in 724 bytes} [Tue Jun 16 01:43:33 2026] DELETE /v2.0/networks/62394128-1fde-4c85-a5de-1f4cf25bb050 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 01:43:33.789 7 INFO neutron.db.segments_db [None req-5623bf70-70d3-4276-9c70-8b9bdeed901e 397c2bf1b8b4451ab91f388a3e8c9d34 91af987b95914e5992fb3a27731262d0 - - default default] Added segment cacc0556-9971-4dd9-aafa-d3cd0ab54fa8 of type vxlan for network 71ff53c6-0e0b-4b7a-aa9d-ba1cb01d8d6d [pid: 8|app: 0|req: 699/1467] 10.0.0.164 () {34 vars in 667 bytes} [Tue Jun 16 01:43:32 2026] POST /v2.0/routers => generated 507 bytes in 1086 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 01:43:34.066 7 INFO neutron.db.l3_hamode_db [None req-5623bf70-70d3-4276-9c70-8b9bdeed901e 397c2bf1b8b4451ab91f388a3e8c9d34 91af987b95914e5992fb3a27731262d0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 700/1468] 10.0.0.164 () {34 vars in 663 bytes} [Tue Jun 16 01:43:33 2026] POST /v2.0/ports => generated 947 bytes in 312 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-16 01:43:34.826 7 INFO neutron.db.l3_hamode_db [None req-5623bf70-70d3-4276-9c70-8b9bdeed901e 397c2bf1b8b4451ab91f388a3e8c9d34 91af987b95914e5992fb3a27731262d0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 701/1469] 10.0.0.164 () {34 vars in 781 bytes} [Tue Jun 16 01:43:34 2026] PUT /v2.0/routers/a578dcab-6517-45c8-a74e-7b904fe43b41/add_router_interface => generated 309 bytes in 1052 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: 702/1470] 10.0.0.164 () {32 vars in 715 bytes} [Tue Jun 16 01:43:35 2026] GET /v2.0/ports/63ecc295-9690-4be7-be03-e1f10ca50fd5 => generated 1021 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 01:43:35.427 7 INFO neutron.services.segments.plugin [-] Segment 1e0fcce2-9ddf-4b9b-9fbe-1347a25440f0 resource provider aggregate not found 2026-06-16 01:43:35.436 7 INFO neutron.services.segments.plugin [-] Segment 1e0fcce2-9ddf-4b9b-9fbe-1347a25440f0 resource provider aggregate not found 2026-06-16 01:43:35.457 7 INFO neutron.services.segments.plugin [-] Segment 1e0fcce2-9ddf-4b9b-9fbe-1347a25440f0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1e0fcce2-9ddf-4b9b-9fbe-1347a25440f0 found for delete ", "request_id": "req-2ba196e1-340f-426f-876a-a7628d7272ad"}]} 2026-06-16 01:43:35.459 7 INFO neutron.services.segments.plugin [-] Segment 1e0fcce2-9ddf-4b9b-9fbe-1347a25440f0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1e0fcce2-9ddf-4b9b-9fbe-1347a25440f0 found for delete ", "request_id": "req-a90023a6-c57f-49cb-8219-ea1a2c1b0353"}]} 2026-06-16 01:43:35.642 8 INFO neutron_taas.services.taas.taas_plugin [None req-6782d522-4bc4-433a-b125-308f74ea2012 45916bb94260417dad8c4732791e86e3 85f82903941c4126ae426c257f94b205 - - default default] TaaS: Handle Delete Port: 63ecc295-9690-4be7-be03-e1f10ca50fd5 2026-06-16 01:43:35.644 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6782d522-4bc4-433a-b125-308f74ea2012 45916bb94260417dad8c4732791e86e3 85f82903941c4126ae426c257f94b205 - - default default] Tap Mirror: Handle Delete Port: 63ecc295-9690-4be7-be03-e1f10ca50fd5 [pid: 7|app: 0|req: 769/1471] 10.0.0.164 () {34 vars in 667 bytes} [Tue Jun 16 01:43:33 2026] POST /v2.0/routers => generated 692 bytes in 1966 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 770/1472] 10.0.0.164 () {32 vars in 719 bytes} [Tue Jun 16 01:43:35 2026] GET /v2.0/routers/5f8e7237-9f24-4c89-bb2d-3557aa5d3c08 => generated 698 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 771/1473] 10.0.0.164 () {32 vars in 645 bytes} [Tue Jun 16 01:43:35 2026] GET /v2.0/routers => generated 701 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 703/1474] 10.0.0.164 () {34 vars in 787 bytes} [Tue Jun 16 01:43:35 2026] PUT /v2.0/routers/a578dcab-6517-45c8-a74e-7b904fe43b41/remove_router_interface => generated 309 bytes in 783 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-16 01:43:36.178 8 INFO neutron.api.v2.resource [None req-5df7156d-ba9c-4ef6-885a-8317ba48aa8f 45916bb94260417dad8c4732791e86e3 85f82903941c4126ae426c257f94b205 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 704/1475] 10.0.0.164 () {34 vars in 787 bytes} [Tue Jun 16 01:43:36 2026] PUT /v2.0/routers/a578dcab-6517-45c8-a74e-7b904fe43b41/remove_router_interface => generated 197 bytes in 118 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 705/1476] 10.0.0.164 () {32 vars in 734 bytes} [Tue Jun 16 01:43:36 2026] GET /v2.0/ports?device_id=a578dcab-6517-45c8-a74e-7b904fe43b41 => 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: 772/1477] 10.0.0.164 () {34 vars in 739 bytes} [Tue Jun 16 01:43:35 2026] PUT /v2.0/routers/5f8e7237-9f24-4c89-bb2d-3557aa5d3c08 => generated 705 bytes in 406 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 773/1478] 10.0.0.164 () {32 vars in 719 bytes} [Tue Jun 16 01:43:36 2026] GET /v2.0/routers/5f8e7237-9f24-4c89-bb2d-3557aa5d3c08 => generated 705 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 774/1479] 10.0.0.164 () {32 vars in 734 bytes} [Tue Jun 16 01:43:36 2026] GET /v2.0/ports?device_id=5f8e7237-9f24-4c89-bb2d-3557aa5d3c08 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 01:43:36.393 8 INFO neutron_taas.services.taas.taas_plugin [None req-b48f5136-0a2e-4509-af02-aa884d0cd19f 45916bb94260417dad8c4732791e86e3 85f82903941c4126ae426c257f94b205 - - default default] TaaS: Handle Delete Port: 8897f275-ebe8-43af-8ebe-3cfe1a082521 2026-06-16 01:43:36.397 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b48f5136-0a2e-4509-af02-aa884d0cd19f 45916bb94260417dad8c4732791e86e3 85f82903941c4126ae426c257f94b205 - - default default] Tap Mirror: Handle Delete Port: 8897f275-ebe8-43af-8ebe-3cfe1a082521 2026-06-16 01:43:36.577 7 INFO neutron_taas.services.taas.taas_plugin [None req-094b6a51-24a5-4a1e-9d43-d515d6053d01 397c2bf1b8b4451ab91f388a3e8c9d34 91af987b95914e5992fb3a27731262d0 - - default default] TaaS: Handle Delete Port: d6c29e3a-f076-4b8c-a538-b80ea286be60 2026-06-16 01:43:36.581 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-094b6a51-24a5-4a1e-9d43-d515d6053d01 397c2bf1b8b4451ab91f388a3e8c9d34 91af987b95914e5992fb3a27731262d0 - - default default] Tap Mirror: Handle Delete Port: d6c29e3a-f076-4b8c-a538-b80ea286be60 2026-06-16 01:43:36.724 8 INFO neutron.services.segments.plugin [-] Segment 3673ab5a-53fd-4ba8-af23-baa9940b244d resource provider aggregate not found 2026-06-16 01:43:36.734 8 INFO neutron.services.segments.plugin [-] Segment 3673ab5a-53fd-4ba8-af23-baa9940b244d resource provider aggregate not found 2026-06-16 01:43:36.749 8 INFO neutron.services.segments.plugin [-] Segment 3673ab5a-53fd-4ba8-af23-baa9940b244d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3673ab5a-53fd-4ba8-af23-baa9940b244d found for delete ", "request_id": "req-d78d41c3-957d-470f-9add-552e7e45b3c5"}]} 2026-06-16 01:43:36.751 8 INFO neutron.services.segments.plugin [-] Segment 3673ab5a-53fd-4ba8-af23-baa9940b244d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3673ab5a-53fd-4ba8-af23-baa9940b244d found for delete ", "request_id": "req-06806185-9535-4ec5-aa41-ebf11c516173"}]} 2026-06-16 01:43:36.757 8 INFO neutron.db.l3_hamode_db [None req-b48f5136-0a2e-4509-af02-aa884d0cd19f 45916bb94260417dad8c4732791e86e3 85f82903941c4126ae426c257f94b205 - - default default] HA network d39a61ef-d514-4e2d-999d-3be413d57dd0 was deleted as no HA routers are present in tenant 85f82903941c4126ae426c257f94b205. [pid: 8|app: 0|req: 706/1480] 10.0.0.164 () {32 vars in 722 bytes} [Tue Jun 16 01:43:36 2026] DELETE /v2.0/routers/a578dcab-6517-45c8-a74e-7b904fe43b41 => generated 0 bytes in 568 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 01:43:36.857 7 INFO neutron_taas.services.taas.taas_plugin [None req-094b6a51-24a5-4a1e-9d43-d515d6053d01 397c2bf1b8b4451ab91f388a3e8c9d34 91af987b95914e5992fb3a27731262d0 - - default default] TaaS: Handle Delete Port: d2e1d390-735c-4511-8ba5-68bb3fb251f5 2026-06-16 01:43:36.859 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-094b6a51-24a5-4a1e-9d43-d515d6053d01 397c2bf1b8b4451ab91f388a3e8c9d34 91af987b95914e5992fb3a27731262d0 - - default default] Tap Mirror: Handle Delete Port: d2e1d390-735c-4511-8ba5-68bb3fb251f5 [pid: 8|app: 0|req: 707/1481] 10.0.0.164 () {32 vars in 722 bytes} [Tue Jun 16 01:43:36 2026] DELETE /v2.0/subnets/7000dafa-4fb5-4f40-a4fb-81d8958f1f70 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 708/1482] 10.0.0.164 () {32 vars in 724 bytes} [Tue Jun 16 01:43:36 2026] DELETE /v2.0/networks/0fb473ed-e631-4224-8a45-9b2d38baa368 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 01:43:37.057 8 INFO neutron.db.segments_db [None req-02ee93a4-f0d0-474b-ae2f-de6baa295888 45916bb94260417dad8c4732791e86e3 85f82903941c4126ae426c257f94b205 - - default default] Added segment a4806ff0-24c9-41f0-b246-b90484f3f218 of type vxlan for network fc380f52-8be7-45d0-8888-43e944ca3d0f [pid: 8|app: 0|req: 709/1483] 10.0.0.164 () {34 vars in 668 bytes} [Tue Jun 16 01:43:37 2026] POST /v2.0/networks => generated 630 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 01:43:37.188 7 INFO neutron.db.l3_hamode_db [None req-094b6a51-24a5-4a1e-9d43-d515d6053d01 397c2bf1b8b4451ab91f388a3e8c9d34 91af987b95914e5992fb3a27731262d0 - - default default] HA network 71ff53c6-0e0b-4b7a-aa9d-ba1cb01d8d6d was deleted as no HA routers are present in tenant 91af987b95914e5992fb3a27731262d0. [pid: 7|app: 0|req: 775/1484] 10.0.0.164 () {32 vars in 722 bytes} [Tue Jun 16 01:43:36 2026] DELETE /v2.0/routers/5f8e7237-9f24-4c89-bb2d-3557aa5d3c08 => generated 0 bytes in 812 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 776/1485] 10.0.0.164 () {32 vars in 734 bytes} [Tue Jun 16 01:43:37 2026] GET /v2.0/ports?device_id=5f8e7237-9f24-4c89-bb2d-3557aa5d3c08 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 01:43:37.257 7 INFO neutron.api.v2.resource [None req-9bb6ae5a-7d2d-4529-87d2-2c8186221ecf 397c2bf1b8b4451ab91f388a3e8c9d34 91af987b95914e5992fb3a27731262d0 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 777/1486] 10.0.0.164 () {32 vars in 722 bytes} [Tue Jun 16 01:43:37 2026] DELETE /v2.0/routers/5f8e7237-9f24-4c89-bb2d-3557aa5d3c08 => generated 135 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 778/1487] 10.0.0.164 () {32 vars in 734 bytes} [Tue Jun 16 01:43:37 2026] GET /v2.0/ports?device_id=4381c15a-609b-48a9-9bbe-c7e9f75bfe65 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 01:43:37.316 7 INFO neutron.api.v2.resource [None req-b741bb4c-57aa-41c5-93c9-e7bf3985da8b 397c2bf1b8b4451ab91f388a3e8c9d34 91af987b95914e5992fb3a27731262d0 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 779/1488] 10.0.0.164 () {32 vars in 722 bytes} [Tue Jun 16 01:43:37 2026] DELETE /v2.0/routers/4381c15a-609b-48a9-9bbe-c7e9f75bfe65 => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 01:43:37.331 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8f501e45-5e8d-4471-9e2b-bde1de9f9175 397c2bf1b8b4451ab91f388a3e8c9d34 91af987b95914e5992fb3a27731262d0 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 780/1489] 10.0.0.164 () {32 vars in 722 bytes} [Tue Jun 16 01:43:37 2026] DELETE /v2.0/subnets/1381aa5e-08be-43e0-897c-ecf9098d4133 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 781/1490] 10.0.0.164 () {32 vars in 734 bytes} [Tue Jun 16 01:43:37 2026] GET /v2.0/ports?device_id=ed197e49-7c93-4116-abbe-db8f27871197 => 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: 710/1491] 10.0.0.164 () {34 vars in 667 bytes} [Tue Jun 16 01:43:37 2026] POST /v2.0/subnets => generated 626 bytes in 211 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 01:43:37.373 7 INFO neutron.api.v2.resource [None req-b1def4e2-ce6a-442d-86b0-dbef07c11582 397c2bf1b8b4451ab91f388a3e8c9d34 91af987b95914e5992fb3a27731262d0 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 782/1492] 10.0.0.164 () {32 vars in 722 bytes} [Tue Jun 16 01:43:37 2026] DELETE /v2.0/routers/ed197e49-7c93-4116-abbe-db8f27871197 => generated 135 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 01:43:37.393 7 INFO neutron.pecan_wsgi.hooks.translation [None req-86b7d9ed-0e23-4f69-a4b9-720c8b9db795 397c2bf1b8b4451ab91f388a3e8c9d34 91af987b95914e5992fb3a27731262d0 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 783/1493] 10.0.0.164 () {32 vars in 722 bytes} [Tue Jun 16 01:43:37 2026] DELETE /v2.0/subnets/449717a3-7e3a-46ad-8a45-020d794cc9c9 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 01:43:37.402 8 INFO neutron.db.segments_db [None req-e68bfbbc-d90a-495f-8d8a-af9d4de3a3f3 45916bb94260417dad8c4732791e86e3 85f82903941c4126ae426c257f94b205 - - default default] Added segment c914451b-ef56-4991-8825-aed1552fa8ef of type vxlan for network edb3c336-8503-4af7-93f3-987f3661077d [pid: 7|app: 0|req: 784/1494] 10.0.0.164 () {32 vars in 734 bytes} [Tue Jun 16 01:43:37 2026] GET /v2.0/ports?device_id=1951e5c0-a3cd-4b3f-b9b0-44fb9103f971 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 01:43:37.440 7 INFO neutron.api.v2.resource [None req-d8e44b02-ede6-407e-ab0e-39694c2a56f6 397c2bf1b8b4451ab91f388a3e8c9d34 91af987b95914e5992fb3a27731262d0 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 785/1495] 10.0.0.164 () {32 vars in 722 bytes} [Tue Jun 16 01:43:37 2026] DELETE /v2.0/routers/1951e5c0-a3cd-4b3f-b9b0-44fb9103f971 => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 01:43:37.464 7 INFO neutron.pecan_wsgi.hooks.translation [None req-bcc674e4-5d7e-418a-97f0-53fd17096a03 397c2bf1b8b4451ab91f388a3e8c9d34 91af987b95914e5992fb3a27731262d0 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 786/1496] 10.0.0.164 () {32 vars in 722 bytes} [Tue Jun 16 01:43:37 2026] DELETE /v2.0/subnets/7a981935-3632-4a60-87fb-842056788154 => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 01:43:37.479 7 INFO neutron.services.segments.plugin [-] Segment cacc0556-9971-4dd9-aafa-d3cd0ab54fa8 resource provider aggregate not found 2026-06-16 01:43:37.487 7 INFO neutron.services.segments.plugin [-] Segment cacc0556-9971-4dd9-aafa-d3cd0ab54fa8 resource provider aggregate not found 2026-06-16 01:43:37.489 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2cff6add-4e99-488f-b3f4-0d5aba5da1e3 397c2bf1b8b4451ab91f388a3e8c9d34 91af987b95914e5992fb3a27731262d0 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 787/1497] 10.0.0.164 () {32 vars in 722 bytes} [Tue Jun 16 01:43:37 2026] DELETE /v2.0/subnets/4fb90870-65ad-497b-8c88-a8fbd9a66fa1 => generated 136 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 01:43:37.494 7 INFO neutron.services.segments.plugin [-] Segment cacc0556-9971-4dd9-aafa-d3cd0ab54fa8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cacc0556-9971-4dd9-aafa-d3cd0ab54fa8 found for delete ", "request_id": "req-017c5b03-59b8-4eef-b4c8-fa9801883cd7"}]} 2026-06-16 01:43:37.503 7 INFO neutron.services.segments.plugin [-] Segment cacc0556-9971-4dd9-aafa-d3cd0ab54fa8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cacc0556-9971-4dd9-aafa-d3cd0ab54fa8 found for delete ", "request_id": "req-cb86afb9-840d-48be-a89c-f312a19d4ef3"}]} 2026-06-16 01:43:37.595 8 INFO neutron.db.l3_hamode_db [None req-e68bfbbc-d90a-495f-8d8a-af9d4de3a3f3 45916bb94260417dad8c4732791e86e3 85f82903941c4126ae426c257f94b205 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-16 01:43:37.700 8 INFO neutron.db.l3_hamode_db [None req-e68bfbbc-d90a-495f-8d8a-af9d4de3a3f3 45916bb94260417dad8c4732791e86e3 85f82903941c4126ae426c257f94b205 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 788/1498] 10.0.0.164 () {32 vars in 772 bytes} [Tue Jun 16 01:43:37 2026] GET /v2.0/security-groups?tenant_id=91af987b95914e5992fb3a27731262d0&name=default => generated 2925 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 711/1499] 10.0.0.164 () {34 vars in 667 bytes} [Tue Jun 16 01:43:37 2026] POST /v2.0/routers => generated 507 bytes in 859 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 789/1500] 10.0.0.164 () {32 vars in 738 bytes} [Tue Jun 16 01:43:38 2026] DELETE /v2.0/security-groups/48cff9c6-703b-4abb-b5bf-5b3691c4504a => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 01:43:38.777 8 INFO neutron.services.segments.plugin [-] Segment 2e255d56-9d07-4ac0-b239-fc2dd6ff4be9 resource provider aggregate not found 2026-06-16 01:43:38.781 8 INFO neutron.services.segments.plugin [-] Segment 2e255d56-9d07-4ac0-b239-fc2dd6ff4be9 resource provider aggregate not found 2026-06-16 01:43:38.795 8 INFO neutron.services.segments.plugin [-] Segment 2e255d56-9d07-4ac0-b239-fc2dd6ff4be9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2e255d56-9d07-4ac0-b239-fc2dd6ff4be9 found for delete ", "request_id": "req-6c0c965d-2bde-4fea-8053-27b984d169d6"}]} 2026-06-16 01:43:38.802 8 INFO neutron.services.segments.plugin [-] Segment 2e255d56-9d07-4ac0-b239-fc2dd6ff4be9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2e255d56-9d07-4ac0-b239-fc2dd6ff4be9 found for delete ", "request_id": "req-5aefed2e-cf94-452b-84a9-a956f5a3e4bc"}]} [pid: 8|app: 0|req: 712/1501] 10.0.0.164 () {34 vars in 781 bytes} [Tue Jun 16 01:43:38 2026] PUT /v2.0/routers/c39f0ad4-4aed-4b7b-8560-f6f20c0e5fe4/add_router_interface => generated 309 bytes in 1132 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 790/1502] 10.0.0.164 () {32 vars in 715 bytes} [Tue Jun 16 01:43:39 2026] GET /v2.0/ports/b184a897-372d-4289-8067-3fbc1f0b9122 => generated 955 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 01:43:39.760 8 INFO neutron_taas.services.taas.taas_plugin [None req-e61bceca-ef7d-4d79-962b-52f42e5b1d68 45916bb94260417dad8c4732791e86e3 85f82903941c4126ae426c257f94b205 - - default default] TaaS: Handle Delete Port: b184a897-372d-4289-8067-3fbc1f0b9122 2026-06-16 01:43:39.763 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e61bceca-ef7d-4d79-962b-52f42e5b1d68 45916bb94260417dad8c4732791e86e3 85f82903941c4126ae426c257f94b205 - - default default] Tap Mirror: Handle Delete Port: b184a897-372d-4289-8067-3fbc1f0b9122 [pid: 8|app: 0|req: 713/1503] 10.0.0.164 () {34 vars in 787 bytes} [Tue Jun 16 01:43:39 2026] PUT /v2.0/routers/c39f0ad4-4aed-4b7b-8560-f6f20c0e5fe4/remove_router_interface => generated 309 bytes in 711 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 714/1504] 10.0.0.164 () {32 vars in 734 bytes} [Tue Jun 16 01:43:40 2026] GET /v2.0/ports?device_id=c39f0ad4-4aed-4b7b-8560-f6f20c0e5fe4 => 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: 791/1505] 10.0.0.164 () {34 vars in 682 bytes} [Tue Jun 16 01:43:39 2026] POST /v2.0/security-groups => generated 1623 bytes in 397 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 792/1506] 10.0.0.164 () {32 vars in 661 bytes} [Tue Jun 16 01:43:40 2026] GET /v2.0/security-groups => generated 4528 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 01:43:40.390 8 INFO neutron_taas.services.taas.taas_plugin [None req-09af6dbe-b603-49c7-989f-9489756b0489 45916bb94260417dad8c4732791e86e3 85f82903941c4126ae426c257f94b205 - - default default] TaaS: Handle Delete Port: ef6c75c2-d954-48c3-8b72-579d8bc3963c 2026-06-16 01:43:40.392 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-09af6dbe-b603-49c7-989f-9489756b0489 45916bb94260417dad8c4732791e86e3 85f82903941c4126ae426c257f94b205 - - default default] Tap Mirror: Handle Delete Port: ef6c75c2-d954-48c3-8b72-579d8bc3963c [pid: 7|app: 0|req: 793/1507] 10.0.0.164 () {34 vars in 756 bytes} [Tue Jun 16 01:43:40 2026] PUT /v2.0/security-groups/4f67fc19-c9f5-49e3-bc23-1440ed5b79d2 => generated 1664 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 794/1508] 10.0.0.164 () {32 vars in 735 bytes} [Tue Jun 16 01:43:40 2026] GET /v2.0/security-groups/4f67fc19-c9f5-49e3-bc23-1440ed5b79d2 => generated 1664 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 795/1509] 10.0.0.164 () {32 vars in 738 bytes} [Tue Jun 16 01:43:40 2026] DELETE /v2.0/security-groups/4f67fc19-c9f5-49e3-bc23-1440ed5b79d2 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 796/1510] 10.0.0.164 () {32 vars in 661 bytes} [Tue Jun 16 01:43:40 2026] GET /v2.0/security-groups => generated 2925 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 01:43:40.585 7 INFO neutron.api.v2.resource [None req-696ddebe-c533-4f2f-85c7-70f9929b52ee 6c96718144f44f25a6763b12bf15ee13 6d7e8ac418654d5383d1ddd3bffee20e - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 797/1511] 10.0.0.164 () {32 vars in 738 bytes} [Tue Jun 16 01:43:40 2026] DELETE /v2.0/security-groups/4f67fc19-c9f5-49e3-bc23-1440ed5b79d2 => generated 146 bytes in 8 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 798/1512] 10.0.0.164 () {34 vars in 682 bytes} [Tue Jun 16 01:43:40 2026] POST /v2.0/security-groups => generated 1625 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-16 01:43:40.728 8 INFO neutron.db.l3_hamode_db [None req-09af6dbe-b603-49c7-989f-9489756b0489 45916bb94260417dad8c4732791e86e3 85f82903941c4126ae426c257f94b205 - - default default] HA network edb3c336-8503-4af7-93f3-987f3661077d was deleted as no HA routers are present in tenant 85f82903941c4126ae426c257f94b205. [pid: 8|app: 0|req: 715/1513] 10.0.0.164 () {32 vars in 722 bytes} [Tue Jun 16 01:43:40 2026] DELETE /v2.0/routers/c39f0ad4-4aed-4b7b-8560-f6f20c0e5fe4 => generated 0 bytes in 542 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 799/1514] 10.0.0.164 () {34 vars in 693 bytes} [Tue Jun 16 01:43:40 2026] POST /v2.0/security-group-rules => generated 601 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 01:43:40.825 8 INFO neutron.services.segments.plugin [-] Segment c914451b-ef56-4991-8825-aed1552fa8ef resource provider aggregate not found [pid: 7|app: 0|req: 800/1515] 10.0.0.164 () {32 vars in 745 bytes} [Tue Jun 16 01:43:40 2026] GET /v2.0/security-group-rules/aa211c21-fa72-41e8-a449-9664375a4b8c => generated 601 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 01:43:40.849 8 INFO neutron.services.segments.plugin [-] Segment c914451b-ef56-4991-8825-aed1552fa8ef resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c914451b-ef56-4991-8825-aed1552fa8ef found for delete ", "request_id": "req-506b3b51-8126-4c3e-88be-85109913a6b4"}]} 2026-06-16 01:43:40.851 8 INFO neutron.services.segments.plugin [-] Segment c914451b-ef56-4991-8825-aed1552fa8ef resource provider aggregate not found 2026-06-16 01:43:40.871 8 INFO neutron.services.segments.plugin [-] Segment c914451b-ef56-4991-8825-aed1552fa8ef resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c914451b-ef56-4991-8825-aed1552fa8ef found for delete ", "request_id": "req-f4527550-92de-4477-a22f-88af45ad4a12"}]} [pid: 8|app: 0|req: 716/1516] 10.0.0.164 () {32 vars in 722 bytes} [Tue Jun 16 01:43:40 2026] DELETE /v2.0/subnets/131eba06-c64e-43fd-8052-28f9f06ff0d8 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 801/1517] 10.0.0.164 () {32 vars in 671 bytes} [Tue Jun 16 01:43:40 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 802/1518] 10.0.0.164 () {32 vars in 748 bytes} [Tue Jun 16 01:43:40 2026] DELETE /v2.0/security-group-rules/aa211c21-fa72-41e8-a449-9664375a4b8c => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 717/1519] 10.0.0.164 () {32 vars in 724 bytes} [Tue Jun 16 01:43:40 2026] DELETE /v2.0/networks/fc380f52-8be7-45d0-8888-43e944ca3d0f => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 803/1520] 10.0.0.164 () {32 vars in 671 bytes} [Tue Jun 16 01:43:41 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 01:43:41.089 8 INFO neutron.db.segments_db [None req-28d86e67-1909-425c-8817-d7d76852cf8b 45916bb94260417dad8c4732791e86e3 85f82903941c4126ae426c257f94b205 - - default default] Added segment f2efa490-d0ce-462b-9eea-b7493e6ae3be of type vxlan for network eb3f7d2c-7b9a-417c-8b39-4e3a14b367fd [pid: 7|app: 0|req: 804/1521] 10.0.0.164 () {34 vars in 693 bytes} [Tue Jun 16 01:43:41 2026] POST /v2.0/security-group-rules => generated 601 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 805/1522] 10.0.0.164 () {32 vars in 745 bytes} [Tue Jun 16 01:43:41 2026] GET /v2.0/security-group-rules/a135c920-70b6-4f5d-b824-ec06e4221e37 => 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: 806/1523] 10.0.0.164 () {32 vars in 671 bytes} [Tue Jun 16 01:43:41 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: 807/1524] 10.0.0.164 () {32 vars in 748 bytes} [Tue Jun 16 01:43:41 2026] DELETE /v2.0/security-group-rules/a135c920-70b6-4f5d-b824-ec06e4221e37 => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 01:43:41.353 8 INFO neutron.db.l3_hamode_db [None req-28d86e67-1909-425c-8817-d7d76852cf8b 45916bb94260417dad8c4732791e86e3 85f82903941c4126ae426c257f94b205 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 808/1525] 10.0.0.164 () {32 vars in 671 bytes} [Tue Jun 16 01:43:41 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 809/1526] 10.0.0.164 () {34 vars in 693 bytes} [Tue Jun 16 01:43:41 2026] POST /v2.0/security-group-rules => generated 602 bytes in 94 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 810/1527] 10.0.0.164 () {32 vars in 745 bytes} [Tue Jun 16 01:43:41 2026] GET /v2.0/security-group-rules/8c143c4a-7d41-4afe-a5c4-9b4700d63b64 => generated 602 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 811/1528] 10.0.0.164 () {32 vars in 671 bytes} [Tue Jun 16 01:43:41 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 812/1529] 10.0.0.164 () {32 vars in 748 bytes} [Tue Jun 16 01:43:41 2026] DELETE /v2.0/security-group-rules/8c143c4a-7d41-4afe-a5c4-9b4700d63b64 => 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: 813/1530] 10.0.0.164 () {32 vars in 671 bytes} [Tue Jun 16 01:43:41 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 814/1531] 10.0.0.164 () {32 vars in 738 bytes} [Tue Jun 16 01:43:41 2026] DELETE /v2.0/security-groups/38661011-08f7-4c40-8cda-94fa107b11d1 => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 815/1532] 10.0.0.164 () {32 vars in 661 bytes} [Tue Jun 16 01:43:41 2026] GET /v2.0/security-groups => generated 2925 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 816/1533] 10.0.0.164 () {32 vars in 661 bytes} [Tue Jun 16 01:43:41 2026] GET /v2.0/security-groups => generated 2925 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 01:43:42.143 8 INFO neutron.db.l3_hamode_db [None req-28d86e67-1909-425c-8817-d7d76852cf8b 45916bb94260417dad8c4732791e86e3 85f82903941c4126ae426c257f94b205 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 817/1534] 10.0.0.164 () {32 vars in 772 bytes} [Tue Jun 16 01:43:42 2026] GET /v2.0/security-groups?tenant_id=6d7e8ac418654d5383d1ddd3bffee20e&name=default => generated 2925 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 818/1535] 10.0.0.164 () {32 vars in 738 bytes} [Tue Jun 16 01:43:42 2026] DELETE /v2.0/security-groups/7f51c63a-3e64-4203-b090-6ca6ec0085d1 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 01:43:42.870 8 INFO neutron.services.segments.plugin [-] Segment a4806ff0-24c9-41f0-b246-b90484f3f218 resource provider aggregate not found 2026-06-16 01:43:42.896 8 INFO neutron.services.segments.plugin [-] Segment a4806ff0-24c9-41f0-b246-b90484f3f218 resource provider aggregate not found 2026-06-16 01:43:42.896 8 INFO neutron.services.segments.plugin [-] Segment a4806ff0-24c9-41f0-b246-b90484f3f218 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a4806ff0-24c9-41f0-b246-b90484f3f218 found for delete ", "request_id": "req-814f7f33-3359-4dcf-b41e-7de18bc1a407"}]} 2026-06-16 01:43:42.909 8 INFO neutron.services.segments.plugin [-] Segment a4806ff0-24c9-41f0-b246-b90484f3f218 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a4806ff0-24c9-41f0-b246-b90484f3f218 found for delete ", "request_id": "req-3ee66d17-6b86-4d43-b34c-0f7caf29ac01"}]} [pid: 8|app: 0|req: 718/1536] 10.0.0.164 () {34 vars in 667 bytes} [Tue Jun 16 01:43:41 2026] POST /v2.0/routers => generated 687 bytes in 1915 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 819/1537] 10.0.0.164 () {32 vars in 824 bytes} [Tue Jun 16 01:43:42 2026] GET /v2.0/ports?project_id=012ddac4320f4f238885ed1d2b09a396&network_id=a44b447e-3da6-458f-a64f-a60abb15499d => generated 3691 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 719/1538] 10.0.0.164 () {32 vars in 719 bytes} [Tue Jun 16 01:43:42 2026] GET /v2.0/routers/44b884aa-5f99-4d95-a97a-ab48d61e1937 => generated 693 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 820/1539] 10.0.0.164 () {32 vars in 645 bytes} [Tue Jun 16 01:43:43 2026] GET /v2.0/routers => generated 696 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 821/1540] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:43:43 2026] GET /v2.0/ports?device_id=f7a35dc4-a285-47ba-9c24-bd94b67edf63 => generated 975 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 822/1541] 10.0.0.1 () {34 vars in 1036 bytes} [Tue Jun 16 01:43:43 2026] GET /v2.0/security-groups?id=fa056f4a-cdeb-4416-974f-d0eafa248483&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 823/1542] 10.0.0.164 () {32 vars in 740 bytes} [Tue Jun 16 01:43:43 2026] GET /v2.0/subnets?network_id=98639caf-9558-43f5-9a4e-06f77042784a => generated 667 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 720/1543] 10.0.0.164 () {34 vars in 739 bytes} [Tue Jun 16 01:43:43 2026] PUT /v2.0/routers/44b884aa-5f99-4d95-a97a-ab48d61e1937 => generated 700 bytes in 438 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 824/1544] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:43:43 2026] GET /v2.0/ports?device_id=f7a35dc4-a285-47ba-9c24-bd94b67edf63 => 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: 825/1545] 10.0.0.1 () {34 vars in 1036 bytes} [Tue Jun 16 01:43:43 2026] GET /v2.0/security-groups?id=fa056f4a-cdeb-4416-974f-d0eafa248483&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 721/1546] 10.0.0.164 () {32 vars in 719 bytes} [Tue Jun 16 01:43:43 2026] GET /v2.0/routers/44b884aa-5f99-4d95-a97a-ab48d61e1937 => generated 700 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 722/1547] 10.0.0.164 () {32 vars in 734 bytes} [Tue Jun 16 01:43:43 2026] GET /v2.0/ports?device_id=44b884aa-5f99-4d95-a97a-ab48d61e1937 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 01:43:43.712 7 INFO neutron.db.l3_db [None req-fe1568d8-df37-4a13-892d-ceb476a7c931 d111334eb5f044e4bea7cffe3d3e3fed 012ddac4320f4f238885ed1d2b09a396 - - default default] Floating IP ea6687d8-51e3-4b33-b1ca-199f62c9db5e disassociated. External IP: 10.96.250.210, port: 4cccc87b-140e-4ed5-bab7-eebfa66b7268. 2026-06-16 01:43:43.848 8 INFO neutron_taas.services.taas.taas_plugin [None req-ed511a75-82d9-4045-a351-97128bd3cd40 45916bb94260417dad8c4732791e86e3 85f82903941c4126ae426c257f94b205 - - default default] TaaS: Handle Delete Port: 1ef645f5-78ae-4e3d-bb67-119112d22cca 2026-06-16 01:43:43.850 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ed511a75-82d9-4045-a351-97128bd3cd40 45916bb94260417dad8c4732791e86e3 85f82903941c4126ae426c257f94b205 - - default default] Tap Mirror: Handle Delete Port: 1ef645f5-78ae-4e3d-bb67-119112d22cca [pid: 7|app: 0|req: 826/1548] 10.0.0.164 () {34 vars in 747 bytes} [Tue Jun 16 01:43:43 2026] PUT /v2.0/floatingips/ea6687d8-51e3-4b33-b1ca-199f62c9db5e => generated 554 bytes in 417 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 827/1549] 10.0.0.164 () {32 vars in 727 bytes} [Tue Jun 16 01:43:44 2026] GET /v2.0/floatingips/ea6687d8-51e3-4b33-b1ca-199f62c9db5e => generated 554 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 01:43:44.060 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ac41be00-7a67-45d2-8042-1400a10b7e5b'] response: {'name': 'network-changed', 'server_uuid': 'f609aa87-cc69-49f3-ad2a-e47eb00e9d50', 'tag': '4cccc87b-140e-4ed5-bab7-eebfa66b7268', 'status': 'completed', 'code': 200} 2026-06-16 01:43:44.486 8 INFO neutron_taas.services.taas.taas_plugin [None req-ed511a75-82d9-4045-a351-97128bd3cd40 45916bb94260417dad8c4732791e86e3 85f82903941c4126ae426c257f94b205 - - default default] TaaS: Handle Delete Port: 0213660e-e8e2-4cc0-b140-a835f5c77155 2026-06-16 01:43:44.488 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ed511a75-82d9-4045-a351-97128bd3cd40 45916bb94260417dad8c4732791e86e3 85f82903941c4126ae426c257f94b205 - - default default] Tap Mirror: Handle Delete Port: 0213660e-e8e2-4cc0-b140-a835f5c77155 [pid: 7|app: 0|req: 828/1550] 199.19.213.21 () {34 vars in 1077 bytes} [Tue Jun 16 01:43:44 2026] GET /v2.0/ports?tenant_id=012ddac4320f4f238885ed1d2b09a396&device_id=f609aa87-cc69-49f3-ad2a-e47eb00e9d50 => generated 1240 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 829/1551] 199.19.213.21 () {34 vars in 983 bytes} [Tue Jun 16 01:43:44 2026] GET /v2.0/networks?id=a44b447e-3da6-458f-a64f-a60abb15499d => generated 757 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 830/1552] 199.19.213.21 () {34 vars in 1055 bytes} [Tue Jun 16 01:43:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=4cccc87b-140e-4ed5-bab7-eebfa66b7268 => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 831/1553] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:43:44 2026] GET /v2.0/ports?device_id=f7a35dc4-a285-47ba-9c24-bd94b67edf63 => 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: 832/1554] 199.19.213.21 () {34 vars in 981 bytes} [Tue Jun 16 01:43:44 2026] GET /v2.0/subnets?id=d2192138-9d39-4783-beb7-c171a8ddf3b6 => generated 678 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 833/1555] 10.0.0.1 () {34 vars in 1036 bytes} [Tue Jun 16 01:43:44 2026] GET /v2.0/security-groups?id=fa056f4a-cdeb-4416-974f-d0eafa248483&fields=id&fields=name => generated 114 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 834/1556] 199.19.213.21 () {34 vars in 1049 bytes} [Tue Jun 16 01:43:44 2026] GET /v2.0/ports?network_id=a44b447e-3da6-458f-a64f-a60abb15499d&device_owner=network%3Adhcp => generated 1244 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 01:43:44.847 8 INFO neutron.db.l3_hamode_db [None req-ed511a75-82d9-4045-a351-97128bd3cd40 45916bb94260417dad8c4732791e86e3 85f82903941c4126ae426c257f94b205 - - default default] HA network eb3f7d2c-7b9a-417c-8b39-4e3a14b367fd was deleted as no HA routers are present in tenant 85f82903941c4126ae426c257f94b205. [pid: 8|app: 0|req: 723/1557] 10.0.0.164 () {32 vars in 722 bytes} [Tue Jun 16 01:43:43 2026] DELETE /v2.0/routers/44b884aa-5f99-4d95-a97a-ab48d61e1937 => generated 0 bytes in 1203 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 835/1558] 199.19.213.21 () {34 vars in 1009 bytes} [Tue Jun 16 01:43:44 2026] GET /v2.0/networks/a44b447e-3da6-458f-a64f-a60abb15499d?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: 724/1559] 10.0.0.164 () {32 vars in 734 bytes} [Tue Jun 16 01:43:44 2026] GET /v2.0/ports?device_id=44b884aa-5f99-4d95-a97a-ab48d61e1937 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 01:43:44.898 7 INFO neutron.api.v2.resource [None req-22a99f47-679f-4c2b-8725-e3bff085dcb1 45916bb94260417dad8c4732791e86e3 85f82903941c4126ae426c257f94b205 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 836/1560] 10.0.0.164 () {32 vars in 722 bytes} [Tue Jun 16 01:43:44 2026] DELETE /v2.0/routers/44b884aa-5f99-4d95-a97a-ab48d61e1937 => 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: 837/1561] 10.0.0.164 () {32 vars in 734 bytes} [Tue Jun 16 01:43:44 2026] GET /v2.0/ports?device_id=c39f0ad4-4aed-4b7b-8560-f6f20c0e5fe4 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 01:43:44.932 8 INFO neutron.services.segments.plugin [-] Segment f2efa490-d0ce-462b-9eea-b7493e6ae3be resource provider aggregate not found 2026-06-16 01:43:44.941 8 INFO neutron.services.segments.plugin [-] Segment f2efa490-d0ce-462b-9eea-b7493e6ae3be resource provider aggregate not found 2026-06-16 01:43:44.943 7 INFO neutron.api.v2.resource [None req-9a5efa92-7e5f-4e4c-aa8b-40d0e435a263 45916bb94260417dad8c4732791e86e3 85f82903941c4126ae426c257f94b205 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 838/1562] 10.0.0.164 () {32 vars in 722 bytes} [Tue Jun 16 01:43:44 2026] DELETE /v2.0/routers/c39f0ad4-4aed-4b7b-8560-f6f20c0e5fe4 => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 01:43:44.955 8 INFO neutron.services.segments.plugin [-] Segment f2efa490-d0ce-462b-9eea-b7493e6ae3be resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f2efa490-d0ce-462b-9eea-b7493e6ae3be found for delete ", "request_id": "req-3c4957c4-65a7-43ef-bd20-8bb1dc65c4af"}]} [pid: 8|app: 0|req: 725/1563] 199.19.213.21 () {34 vars in 1109 bytes} [Tue Jun 16 01:43:44 2026] GET /v2.0/networks/a44b447e-3da6-458f-a64f-a60abb15499d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 01:43:44.960 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a8d76ac3-f9d4-439d-bed3-81ec8095eae9 45916bb94260417dad8c4732791e86e3 85f82903941c4126ae426c257f94b205 - - default default] DELETE failed (client error): The resource could not be found. 2026-06-16 01:43:44.960 8 INFO neutron.services.segments.plugin [-] Segment f2efa490-d0ce-462b-9eea-b7493e6ae3be resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f2efa490-d0ce-462b-9eea-b7493e6ae3be found for delete ", "request_id": "req-0e67e815-e4d5-4d97-b7b1-9ec93e83d1ab"}]} [pid: 7|app: 0|req: 839/1564] 10.0.0.164 () {32 vars in 722 bytes} [Tue Jun 16 01:43:44 2026] DELETE /v2.0/subnets/131eba06-c64e-43fd-8052-28f9f06ff0d8 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 726/1565] 10.0.0.164 () {32 vars in 734 bytes} [Tue Jun 16 01:43:44 2026] GET /v2.0/ports?device_id=a578dcab-6517-45c8-a74e-7b904fe43b41 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 01:43:45.005 7 INFO neutron.api.v2.resource [None req-55c1b5a1-53ca-4240-aac7-c85c4716d7ff 45916bb94260417dad8c4732791e86e3 85f82903941c4126ae426c257f94b205 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 840/1566] 10.0.0.164 () {32 vars in 722 bytes} [Tue Jun 16 01:43:44 2026] DELETE /v2.0/routers/a578dcab-6517-45c8-a74e-7b904fe43b41 => generated 135 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 01:43:45.027 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c9aa9c9f-ab1d-40c3-8937-7a8c8d9eb7ff 45916bb94260417dad8c4732791e86e3 85f82903941c4126ae426c257f94b205 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 727/1567] 10.0.0.164 () {32 vars in 722 bytes} [Tue Jun 16 01:43:45 2026] DELETE /v2.0/subnets/7000dafa-4fb5-4f40-a4fb-81d8958f1f70 => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 841/1568] 10.0.0.164 () {32 vars in 734 bytes} [Tue Jun 16 01:43:45 2026] GET /v2.0/ports?device_id=d779486a-abe8-4af9-a576-176d76c468af => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 01:43:45.073 7 INFO neutron.api.v2.resource [None req-37a4a9cd-0eb5-4538-a514-a15f9f98a08c 45916bb94260417dad8c4732791e86e3 85f82903941c4126ae426c257f94b205 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 842/1569] 10.0.0.164 () {32 vars in 722 bytes} [Tue Jun 16 01:43:45 2026] DELETE /v2.0/routers/d779486a-abe8-4af9-a576-176d76c468af => generated 135 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 728/1570] 10.0.0.164 () {32 vars in 727 bytes} [Tue Jun 16 01:43:45 2026] GET /v2.0/floatingips/ea6687d8-51e3-4b33-b1ca-199f62c9db5e => generated 554 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 01:43:45.091 7 INFO neutron.pecan_wsgi.hooks.translation [None req-cfbcf312-72aa-4c3f-850a-b69d440b46cd 45916bb94260417dad8c4732791e86e3 85f82903941c4126ae426c257f94b205 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 843/1571] 10.0.0.164 () {32 vars in 722 bytes} [Tue Jun 16 01:43:45 2026] DELETE /v2.0/subnets/32f618d6-9de2-4ada-8d88-3361f664a2b7 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 01:43:45.112 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e2faac8a-f724-4994-bf64-8b3290acc778 45916bb94260417dad8c4732791e86e3 85f82903941c4126ae426c257f94b205 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 729/1572] 10.0.0.164 () {32 vars in 722 bytes} [Tue Jun 16 01:43:45 2026] DELETE /v2.0/subnets/a84f29f1-e844-429e-beb8-72be05113c7a => 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: 844/1573] 10.0.0.164 () {32 vars in 772 bytes} [Tue Jun 16 01:43:45 2026] GET /v2.0/security-groups?tenant_id=85f82903941c4126ae426c257f94b205&name=default => generated 2925 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 845/1574] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:43:45 2026] GET /v2.0/ports?device_id=f7a35dc4-a285-47ba-9c24-bd94b67edf63 => 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: 846/1575] 10.0.0.1 () {34 vars in 1036 bytes} [Tue Jun 16 01:43:45 2026] GET /v2.0/security-groups?id=fa056f4a-cdeb-4416-974f-d0eafa248483&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: 730/1576] 10.0.0.164 () {32 vars in 738 bytes} [Tue Jun 16 01:43:45 2026] DELETE /v2.0/security-groups/2cbb0ee8-992c-42f2-ad62-d89a8f55de53 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 732/1579] 10.0.0.164 () {32 vars in 727 bytes} [Tue Jun 16 01:43:46 2026] GET /v2.0/floatingips/ea6687d8-51e3-4b33-b1ca-199f62c9db5e => generated 552 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 848/1580] 199.19.213.21 () {34 vars in 991 bytes} [Tue Jun 16 01:43:46 2026] GET /v2.0/ports?device_id=f7a35dc4-a285-47ba-9c24-bd94b67edf63 => generated 975 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 01:43:46.346 8 INFO neutron_taas.services.taas.taas_plugin [req-b0452199-c1fc-4b84-a912-14f1991d19f7 req-0e27137d-ffca-4ddc-a608-72cb14ddede7 e2c6e988976b435181ebe9e98337dc10 7a8bd5b7e6be46258251f8f7660a6af9 - - default default] TaaS: Handle Delete Port: d12b336a-50c4-44c2-847c-a07866e56dc5 2026-06-16 01:43:46.350 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-b0452199-c1fc-4b84-a912-14f1991d19f7 req-0e27137d-ffca-4ddc-a608-72cb14ddede7 e2c6e988976b435181ebe9e98337dc10 7a8bd5b7e6be46258251f8f7660a6af9 - - default default] Tap Mirror: Handle Delete Port: d12b336a-50c4-44c2-847c-a07866e56dc5 2026-06-16 01:43:46.470 8 INFO neutron.db.l3_db [req-b0452199-c1fc-4b84-a912-14f1991d19f7 req-0e27137d-ffca-4ddc-a608-72cb14ddede7 e2c6e988976b435181ebe9e98337dc10 7a8bd5b7e6be46258251f8f7660a6af9 - - default default] Floating IP c9b4d5f0-2282-4706-9920-6d58235259be disassociated. External IP: 10.96.250.211, port: d12b336a-50c4-44c2-847c-a07866e56dc5. [pid: 8|app: 0|req: 733/1581] 199.19.213.21 () {36 vars in 994 bytes} [Tue Jun 16 01:43:46 2026] DELETE /v2.0/ports/d12b336a-50c4-44c2-847c-a07866e56dc5 => generated 0 bytes in 595 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 01:43:46.831 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e4b9c9a4-73ea-4b96-9321-1a1e08c9adde'] response: {'server_uuid': 'f7a35dc4-a285-47ba-9c24-bd94b67edf63', 'name': 'network-vif-deleted', 'tag': 'd12b336a-50c4-44c2-847c-a07866e56dc5', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 849/1582] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:43:46 2026] GET /v2.0/ports?device_id=f7a35dc4-a285-47ba-9c24-bd94b67edf63 => 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: 734/1583] 10.0.0.164 () {34 vars in 683 bytes} [Tue Jun 16 01:43:47 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: 7|app: 0|req: 850/1584] 10.0.0.164 () {34 vars in 693 bytes} [Tue Jun 16 01:43:47 2026] POST /v2.0/security-group-rules => generated 597 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 735/1585] 10.0.0.164 () {34 vars in 693 bytes} [Tue Jun 16 01:43:47 2026] POST /v2.0/security-group-rules => generated 596 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 851/1586] 10.0.0.164 () {32 vars in 621 bytes} [Tue Jun 16 01:43:47 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: 736/1587] 10.0.0.164 () {34 vars in 693 bytes} [Tue Jun 16 01:43:47 2026] POST /v2.0/security-group-rules => generated 602 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 852/1588] 10.0.0.164 () {32 vars in 631 bytes} [Tue Jun 16 01:43:47 2026] GET /v2.0/ => generated 632 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 737/1589] 10.0.0.164 () {34 vars in 693 bytes} [Tue Jun 16 01:43:47 2026] POST /v2.0/security-group-rules => generated 601 bytes in 91 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 01:43:47.781 7 INFO neutron.db.securitygroups_db [None req-a8dfc9d9-3447-46d6-a627-466ee37d88c8 d111334eb5f044e4bea7cffe3d3e3fed 012ddac4320f4f238885ed1d2b09a396 - - default default] Project 012ddac4320f4f238885ed1d2b09a396 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: 853/1590] 10.0.0.164 () {34 vars in 693 bytes} [Tue Jun 16 01:43:47 2026] POST /v2.0/security-group-rules => generated 607 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 01:43:47.910 8 INFO neutron.db.securitygroups_db [None req-1020c7a3-aff6-4201-b8de-1adb8e25bfc9 d111334eb5f044e4bea7cffe3d3e3fed 012ddac4320f4f238885ed1d2b09a396 - - default default] Project 012ddac4320f4f238885ed1d2b09a396 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: 738/1591] 10.0.0.164 () {34 vars in 693 bytes} [Tue Jun 16 01:43:47 2026] POST /v2.0/security-group-rules => generated 606 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 854/1592] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:43:48 2026] GET /v2.0/ports?device_id=f7a35dc4-a285-47ba-9c24-bd94b67edf63 => 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: 855/1593] 10.0.0.164 () {32 vars in 647 bytes} [Tue Jun 16 01:43:48 2026] GET /v2.0/networks => generated 1298 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 739/1594] 10.0.0.164 () {32 vars in 772 bytes} [Tue Jun 16 01:43:48 2026] GET /v2.0/security-groups?tenant_id=c590946c58144d42be6cdbc8ebc18fb9&name=default => generated 2925 bytes in 299 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 740/1595] 10.0.0.1 () {34 vars in 1096 bytes} [Tue Jun 16 01:43:48 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-2037289270&fields=id&tenant_id=012ddac4320f4f238885ed1d2b09a396 => generated 69 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 741/1596] 10.0.0.1 () {34 vars in 978 bytes} [Tue Jun 16 01:43:48 2026] GET /v2.0/networks?id=a44b447e-3da6-458f-a64f-a60abb15499d => generated 661 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 856/1597] 10.0.0.164 () {32 vars in 738 bytes} [Tue Jun 16 01:43:48 2026] DELETE /v2.0/security-groups/f8d7bd78-da44-40a2-a6b1-b274f60d49e9 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 742/1598] 10.0.0.1 () {34 vars in 961 bytes} [Tue Jun 16 01:43:48 2026] GET /v2.0/quotas/012ddac4320f4f238885ed1d2b09a396 => 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: 857/1599] 10.0.0.1 () {34 vars in 998 bytes} [Tue Jun 16 01:43:48 2026] GET /v2.0/ports?tenant_id=012ddac4320f4f238885ed1d2b09a396&fields=id => generated 149 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 743/1600] 10.0.0.1 () {34 vars in 1004 bytes} [Tue Jun 16 01:43:48 2026] GET /v2.0/networks/a44b447e-3da6-458f-a64f-a60abb15499d?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: 858/1601] 10.0.0.1 () {34 vars in 1104 bytes} [Tue Jun 16 01:43:48 2026] GET /v2.0/networks/a44b447e-3da6-458f-a64f-a60abb15499d?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: 744/1602] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:43:48 2026] GET /v2.0/ports?device_id=0a1d8580-da1c-4211-8f9a-fd65878c1fe2 => 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: 859/1603] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:43:49 2026] GET /v2.0/ports?device_id=f7a35dc4-a285-47ba-9c24-bd94b67edf63 => 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: 745/1604] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:43:50 2026] GET /v2.0/ports?device_id=0a1d8580-da1c-4211-8f9a-fd65878c1fe2 => 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: 860/1605] 10.0.0.164 () {32 vars in 738 bytes} [Tue Jun 16 01:43:50 2026] DELETE /v2.0/security-groups/fa056f4a-cdeb-4416-974f-d0eafa248483 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 01:43:50.333 8 INFO neutron.api.v2.resource [None req-141b7028-d32b-4fdf-b1ab-f19a356e7513 e2c6e988976b435181ebe9e98337dc10 7a8bd5b7e6be46258251f8f7660a6af9 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 746/1606] 10.0.0.164 () {32 vars in 735 bytes} [Tue Jun 16 01:43:50 2026] GET /v2.0/security-groups/fa056f4a-cdeb-4416-974f-d0eafa248483 => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 01:43:50.442 7 INFO neutron_taas.services.taas.taas_plugin [None req-924ad31d-c0e7-4caa-81ae-31745cb89a87 e2c6e988976b435181ebe9e98337dc10 7a8bd5b7e6be46258251f8f7660a6af9 - - default default] TaaS: Handle Delete Port: 622209f6-0bd4-42fe-9617-18d7dc736cfd 2026-06-16 01:43:50.447 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-924ad31d-c0e7-4caa-81ae-31745cb89a87 e2c6e988976b435181ebe9e98337dc10 7a8bd5b7e6be46258251f8f7660a6af9 - - default default] Tap Mirror: Handle Delete Port: 622209f6-0bd4-42fe-9617-18d7dc736cfd [pid: 7|app: 0|req: 861/1607] 10.0.0.164 () {32 vars in 730 bytes} [Tue Jun 16 01:43:50 2026] DELETE /v2.0/floatingips/c9b4d5f0-2282-4706-9920-6d58235259be => generated 0 bytes in 255 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 01:43:50.962 8 INFO neutron_taas.services.taas.taas_plugin [None req-eb127227-9134-4da5-97dd-f1afb9b6b77f cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] TaaS: Handle Delete Port: 8e37288e-e51f-4019-a197-3714917f00ed 2026-06-16 01:43:50.965 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-eb127227-9134-4da5-97dd-f1afb9b6b77f cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] Tap Mirror: Handle Delete Port: 8e37288e-e51f-4019-a197-3714917f00ed [pid: 7|app: 0|req: 862/1608] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:43:51 2026] GET /v2.0/ports?device_id=0a1d8580-da1c-4211-8f9a-fd65878c1fe2 => 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: 747/1609] 10.0.0.164 () {34 vars in 787 bytes} [Tue Jun 16 01:43:50 2026] PUT /v2.0/routers/37f84a29-3a27-4273-8cda-99a976bfe7a5/remove_router_interface => generated 309 bytes in 880 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 01:43:51.697 7 INFO neutron_taas.services.taas.taas_plugin [None req-62c6ba3d-6b83-4598-80ec-2f15df399e73 cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] TaaS: Handle Delete Port: 112b5ba0-3f4b-4c0c-a6ce-07f885a44df6 2026-06-16 01:43:51.702 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-62c6ba3d-6b83-4598-80ec-2f15df399e73 cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] Tap Mirror: Handle Delete Port: 112b5ba0-3f4b-4c0c-a6ce-07f885a44df6 2026-06-16 01:43:51.948 7 INFO neutron_taas.services.taas.taas_plugin [None req-62c6ba3d-6b83-4598-80ec-2f15df399e73 cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] TaaS: Handle Delete Port: 942755fe-e1f3-4bf9-863e-8daa46491870 2026-06-16 01:43:51.950 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-62c6ba3d-6b83-4598-80ec-2f15df399e73 cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] Tap Mirror: Handle Delete Port: 942755fe-e1f3-4bf9-863e-8daa46491870 [pid: 8|app: 0|req: 748/1610] 10.0.0.164 () {32 vars in 772 bytes} [Tue Jun 16 01:43:51 2026] GET /v2.0/security-groups?tenant_id=6c1cb6bef5084c1eabbc2713fc4f0b85&name=default => generated 2925 bytes in 318 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 749/1611] 10.0.0.164 () {32 vars in 738 bytes} [Tue Jun 16 01:43:51 2026] DELETE /v2.0/security-groups/6303f534-2b76-4acc-8877-8642a0f98654 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 750/1612] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:43:52 2026] GET /v2.0/ports?device_id=0a1d8580-da1c-4211-8f9a-fd65878c1fe2 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 01:43:52.369 7 INFO neutron.services.segments.plugin [-] Segment 9cad463b-43cc-4da5-b8f0-d03c430213f6 resource provider aggregate not found 2026-06-16 01:43:52.373 7 INFO neutron.services.segments.plugin [-] Segment 9cad463b-43cc-4da5-b8f0-d03c430213f6 resource provider aggregate not found 2026-06-16 01:43:52.378 7 INFO neutron.services.segments.plugin [-] Segment 9cad463b-43cc-4da5-b8f0-d03c430213f6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9cad463b-43cc-4da5-b8f0-d03c430213f6 found for delete ", "request_id": "req-63fcb68c-ea52-4725-8741-3529844d08cf"}]} 2026-06-16 01:43:52.389 7 INFO neutron.db.l3_hamode_db [None req-62c6ba3d-6b83-4598-80ec-2f15df399e73 cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] HA network df6c142b-f6f7-451b-8542-9426b7db840b was deleted as no HA routers are present in tenant 7a8bd5b7e6be46258251f8f7660a6af9. 2026-06-16 01:43:52.391 7 INFO neutron.services.segments.plugin [-] Segment 9cad463b-43cc-4da5-b8f0-d03c430213f6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9cad463b-43cc-4da5-b8f0-d03c430213f6 found for delete ", "request_id": "req-827ac2a8-6dce-4abe-848e-b1c5ddf0069c"}]} [pid: 7|app: 0|req: 863/1613] 10.0.0.164 () {32 vars in 722 bytes} [Tue Jun 16 01:43:51 2026] DELETE /v2.0/routers/37f84a29-3a27-4273-8cda-99a976bfe7a5 => generated 0 bytes in 913 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 751/1614] 10.0.0.164 () {32 vars in 722 bytes} [Tue Jun 16 01:43:52 2026] DELETE /v2.0/subnets/17f8f534-3e90-4ad0-a5af-3ae6a6b9f1e5 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 01:43:52.644 7 INFO neutron_taas.services.taas.taas_plugin [None req-c8a7a228-1030-4f28-99c5-17a15bab0d52 cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] TaaS: Handle Delete Port: d3c91e4b-ec9b-43e2-9cf9-cf0ecea8df91 2026-06-16 01:43:52.646 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c8a7a228-1030-4f28-99c5-17a15bab0d52 cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] Tap Mirror: Handle Delete Port: d3c91e4b-ec9b-43e2-9cf9-cf0ecea8df91 [pid: 7|app: 0|req: 864/1615] 10.0.0.164 () {32 vars in 724 bytes} [Tue Jun 16 01:43:52 2026] DELETE /v2.0/networks/40bfd7f3-1763-4262-bbe3-45321254b79a => generated 0 bytes in 270 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 752/1616] 10.0.0.164 () {32 vars in 772 bytes} [Tue Jun 16 01:43:52 2026] GET /v2.0/security-groups?tenant_id=7a8bd5b7e6be46258251f8f7660a6af9&name=default => generated 2925 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 865/1617] 10.0.0.164 () {32 vars in 738 bytes} [Tue Jun 16 01:43:52 2026] DELETE /v2.0/security-groups/b2cbef14-490d-4040-96a3-27b2682f23ad => 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: 753/1618] 199.19.213.21 () {34 vars in 983 bytes} [Tue Jun 16 01:43:53 2026] GET /v2.0/networks?id=a44b447e-3da6-458f-a64f-a60abb15499d => generated 661 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 866/1619] 199.19.213.21 () {34 vars in 1047 bytes} [Tue Jun 16 01:43:53 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=012ddac4320f4f238885ed1d2b09a396 => generated 274 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 754/1620] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:43:53 2026] GET /v2.0/ports?device_id=0a1d8580-da1c-4211-8f9a-fd65878c1fe2 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 867/1621] 199.19.213.21 () {38 vars in 952 bytes} [Tue Jun 16 01:43:53 2026] POST /v2.0/ports => generated 958 bytes in 370 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 755/1622] 199.19.213.21 () {38 vars in 1025 bytes} [Tue Jun 16 01:43:53 2026] PUT /v2.0/ports/644892d7-bd6f-4df8-a4d5-71f14ced968c => generated 1239 bytes in 458 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 01:43:54.228 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-dd5a65b3-6708-4399-a5f5-f652651a0bef'] response: {'name': 'network-changed', 'server_uuid': '0a1d8580-da1c-4211-8f9a-fd65878c1fe2', 'tag': '644892d7-bd6f-4df8-a4d5-71f14ced968c', 'status': 'completed', 'code': 200} 2026-06-16 01:43:54.393 7 INFO neutron.services.segments.plugin [-] Segment e1624cf2-ed82-41c2-ab12-9692a9bc83d3 resource provider aggregate not found 2026-06-16 01:43:54.410 7 INFO neutron.services.segments.plugin [-] Segment e1624cf2-ed82-41c2-ab12-9692a9bc83d3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e1624cf2-ed82-41c2-ab12-9692a9bc83d3 found for delete ", "request_id": "req-53dfc526-8d61-4a52-9bdd-8c6e18344888"}]} 2026-06-16 01:43:54.413 7 INFO neutron.services.segments.plugin [-] Segment e1624cf2-ed82-41c2-ab12-9692a9bc83d3 resource provider aggregate not found 2026-06-16 01:43:54.435 7 INFO neutron.services.segments.plugin [-] Segment e1624cf2-ed82-41c2-ab12-9692a9bc83d3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e1624cf2-ed82-41c2-ab12-9692a9bc83d3 found for delete ", "request_id": "req-c8239779-f8df-45f0-b13b-caa1b89eec53"}]} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 868/1623] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:43:54 2026] GET /v2.0/ports?device_id=0a1d8580-da1c-4211-8f9a-fd65878c1fe2 => generated 973 bytes in 68 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: 756/1624] 10.0.0.1 () {34 vars in 1036 bytes} [Tue Jun 16 01:43:54 2026] GET /v2.0/security-groups?id=535a3fc5-a75f-4bfe-bcfe-0500834cf60c&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 869/1625] 199.19.213.21 () {34 vars in 1077 bytes} [Tue Jun 16 01:43:54 2026] GET /v2.0/ports?tenant_id=012ddac4320f4f238885ed1d2b09a396&device_id=0a1d8580-da1c-4211-8f9a-fd65878c1fe2 => generated 1242 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 870/1626] 199.19.213.21 () {34 vars in 1015 bytes} [Tue Jun 16 01:43:54 2026] GET /v2.0/networks?tenant_id=012ddac4320f4f238885ed1d2b09a396&shared=False => generated 757 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 871/1627] 199.19.213.21 () {34 vars in 927 bytes} [Tue Jun 16 01:43:54 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 01:43:55.142 8 INFO neutron.db.segments_db [None req-42cec36d-9f0b-4675-85fb-e0daa99c7dca cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] Added segment ef716474-4d37-4d32-9dee-60f18d2edbfb of type vxlan for network 4dccc8ec-d07b-46ad-b125-58fac0638a83 [pid: 8|app: 0|req: 757/1628] 10.0.0.164 () {34 vars in 669 bytes} [Tue Jun 16 01:43:54 2026] POST /v2.0/networks => generated 746 bytes in 462 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 872/1629] 10.0.0.164 () {34 vars in 667 bytes} [Tue Jun 16 01:43:55 2026] POST /v2.0/subnets => generated 693 bytes in 219 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 01:43:55.536 7 INFO neutron.db.segments_db [None req-eec5d834-c83e-4dd7-a7fd-4c456c9a2c90 cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] Added segment c65ae5b3-4768-40e1-b3fe-0b85cb6c3720 of type vxlan for network 53b3eec8-2e36-417b-b3d0-2c77086b8835 [pid: 8|app: 0|req: 758/1630] 10.0.0.164 () {32 vars in 772 bytes} [Tue Jun 16 01:43:55 2026] GET /v2.0/security-groups?tenant_id=2eeea90e67174d4fb541038dbe4f1ede&name=default => generated 2925 bytes in 205 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 759/1631] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:43:55 2026] GET /v2.0/ports?device_id=0a1d8580-da1c-4211-8f9a-fd65878c1fe2 => generated 973 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 01:43:55.814 7 INFO neutron.db.l3_hamode_db [None req-eec5d834-c83e-4dd7-a7fd-4c456c9a2c90 cb71412498ad4e48a429cb486fd1bdf7 0a21f65bcb39469c9317d1d8c05da08a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 760/1632] 10.0.0.164 () {32 vars in 738 bytes} [Tue Jun 16 01:43:55 2026] DELETE /v2.0/security-groups/c0a953be-883b-4cf0-ae9a-5d88157026ee => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 761/1633] 10.0.0.1 () {34 vars in 1036 bytes} [Tue Jun 16 01:43:55 2026] GET /v2.0/security-groups?id=535a3fc5-a75f-4bfe-bcfe-0500834cf60c&fields=id&fields=name => generated 114 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 762/1634] 10.0.0.164 () {32 vars in 772 bytes} [Tue Jun 16 01:43:55 2026] GET /v2.0/security-groups?tenant_id=e051183883d44ed7a263894b48a63ce5&name=default => generated 2925 bytes in 305 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 763/1635] 199.19.213.21 () {34 vars in 1077 bytes} [Tue Jun 16 01:43:56 2026] GET /v2.0/ports?tenant_id=012ddac4320f4f238885ed1d2b09a396&device_id=0a1d8580-da1c-4211-8f9a-fd65878c1fe2 => generated 1242 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 764/1636] 10.0.0.164 () {32 vars in 738 bytes} [Tue Jun 16 01:43:56 2026] DELETE /v2.0/security-groups/fe804e0f-0d74-4398-b9a9-1359365c8c94 => 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: 765/1637] 199.19.213.21 () {34 vars in 1057 bytes} [Tue Jun 16 01:43:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=644892d7-bd6f-4df8-a4d5-71f14ced968c => 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: 766/1638] 199.19.213.21 () {34 vars in 981 bytes} [Tue Jun 16 01:43:56 2026] GET /v2.0/subnets?id=d2192138-9d39-4783-beb7-c171a8ddf3b6 => generated 678 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 767/1639] 199.19.213.21 () {34 vars in 1049 bytes} [Tue Jun 16 01:43:56 2026] GET /v2.0/ports?network_id=a44b447e-3da6-458f-a64f-a60abb15499d&device_owner=network%3Adhcp => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 768/1640] 199.19.213.21 () {34 vars in 1009 bytes} [Tue Jun 16 01:43:56 2026] GET /v2.0/networks/a44b447e-3da6-458f-a64f-a60abb15499d?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 01:43:56.535 7 INFO neutron.db.l3_hamode_db [None req-eec5d834-c83e-4dd7-a7fd-4c456c9a2c90 cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 769/1641] 199.19.213.21 () {34 vars in 1109 bytes} [Tue Jun 16 01:43:56 2026] GET /v2.0/networks/a44b447e-3da6-458f-a64f-a60abb15499d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 770/1642] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:43:56 2026] GET /v2.0/ports?device_id=0a1d8580-da1c-4211-8f9a-fd65878c1fe2 => generated 973 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 771/1643] 10.0.0.1 () {34 vars in 1036 bytes} [Tue Jun 16 01:43:56 2026] GET /v2.0/security-groups?id=535a3fc5-a75f-4bfe-bcfe-0500834cf60c&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: 873/1644] 10.0.0.164 () {34 vars in 667 bytes} [Tue Jun 16 01:43:55 2026] POST /v2.0/routers => generated 733 bytes in 2030 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 874/1645] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:43:58 2026] GET /v2.0/ports?device_id=0a1d8580-da1c-4211-8f9a-fd65878c1fe2 => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 875/1646] 10.0.0.1 () {34 vars in 1036 bytes} [Tue Jun 16 01:43:58 2026] GET /v2.0/security-groups?id=535a3fc5-a75f-4bfe-bcfe-0500834cf60c&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: 876/1647] 10.0.0.164 () {32 vars in 772 bytes} [Tue Jun 16 01:43:58 2026] GET /v2.0/security-groups?tenant_id=2838542108024882861879f114f48fde&name=default => generated 2925 bytes in 373 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 877/1648] 10.0.0.164 () {32 vars in 738 bytes} [Tue Jun 16 01:43:58 2026] DELETE /v2.0/security-groups/57ff2a61-dde0-4178-be84-a4c77980cbe1 => 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: 772/1649] 10.0.0.164 () {34 vars in 781 bytes} [Tue Jun 16 01:43:57 2026] PUT /v2.0/routers/bfba61e1-8f86-48b0-8244-8191043496cc/add_router_interface => generated 309 bytes in 1141 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 878/1650] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:43:59 2026] GET /v2.0/ports?device_id=0a1d8580-da1c-4211-8f9a-fd65878c1fe2 => 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: 773/1651] 10.0.0.1 () {34 vars in 1036 bytes} [Tue Jun 16 01:43:59 2026] GET /v2.0/security-groups?id=535a3fc5-a75f-4bfe-bcfe-0500834cf60c&fields=id&fields=name => generated 114 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 879/1652] 10.0.0.1 () {34 vars in 978 bytes} [Tue Jun 16 01:43:59 2026] GET /v2.0/networks?id=4dccc8ec-d07b-46ad-b125-58fac0638a83 => generated 678 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 774/1653] 10.0.0.1 () {34 vars in 961 bytes} [Tue Jun 16 01:43:59 2026] GET /v2.0/quotas/0a21f65bcb39469c9317d1d8c05da08a => generated 292 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 880/1654] 10.0.0.1 () {34 vars in 998 bytes} [Tue Jun 16 01:43:59 2026] GET /v2.0/ports?tenant_id=0a21f65bcb39469c9317d1d8c05da08a&fields=id => generated 103 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 775/1655] 10.0.0.1 () {34 vars in 1004 bytes} [Tue Jun 16 01:43:59 2026] GET /v2.0/networks/4dccc8ec-d07b-46ad-b125-58fac0638a83?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: 881/1656] 10.0.0.1 () {34 vars in 1104 bytes} [Tue Jun 16 01:43:59 2026] GET /v2.0/networks/4dccc8ec-d07b-46ad-b125-58fac0638a83?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: 776/1657] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:44:00 2026] GET /v2.0/ports?device_id=a8912536-317b-429c-af36-8407ba65847a => 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: 882/1658] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:44:00 2026] GET /v2.0/ports?device_id=0a1d8580-da1c-4211-8f9a-fd65878c1fe2 => generated 975 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 777/1659] 10.0.0.1 () {34 vars in 1036 bytes} [Tue Jun 16 01:44:00 2026] GET /v2.0/security-groups?id=535a3fc5-a75f-4bfe-bcfe-0500834cf60c&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 884/1662] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:44:01 2026] GET /v2.0/ports?device_id=a8912536-317b-429c-af36-8407ba65847a => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 779/1663] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:44:01 2026] GET /v2.0/ports?device_id=0a1d8580-da1c-4211-8f9a-fd65878c1fe2 => generated 975 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 885/1664] 10.0.0.1 () {34 vars in 1036 bytes} [Tue Jun 16 01:44:01 2026] GET /v2.0/security-groups?id=535a3fc5-a75f-4bfe-bcfe-0500834cf60c&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 780/1665] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:44:01 2026] GET /v2.0/ports?device_id=0a1d8580-da1c-4211-8f9a-fd65878c1fe2 => generated 975 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 886/1666] 10.0.0.1 () {34 vars in 1036 bytes} [Tue Jun 16 01:44:01 2026] GET /v2.0/security-groups?id=535a3fc5-a75f-4bfe-bcfe-0500834cf60c&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: 781/1667] 10.0.0.164 () {32 vars in 734 bytes} [Tue Jun 16 01:44:01 2026] GET /v2.0/ports?device_id=0a1d8580-da1c-4211-8f9a-fd65878c1fe2 => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 01:44:02.063 7 INFO neutron.db.l3_db [None req-5c87aadd-b14b-4c4b-b800-55d85c12fe99 d111334eb5f044e4bea7cffe3d3e3fed 012ddac4320f4f238885ed1d2b09a396 - - default default] Floating IP ea6687d8-51e3-4b33-b1ca-199f62c9db5e associated. External IP: 10.96.250.210, port: 644892d7-bd6f-4df8-a4d5-71f14ced968c. [pid: 8|app: 0|req: 782/1668] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:44:02 2026] GET /v2.0/ports?device_id=a8912536-317b-429c-af36-8407ba65847a => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 887/1669] 10.0.0.164 () {34 vars in 747 bytes} [Tue Jun 16 01:44:01 2026] PUT /v2.0/floatingips/ea6687d8-51e3-4b33-b1ca-199f62c9db5e => generated 856 bytes in 587 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 01:44:02.445 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-068a03e0-269a-4a88-954d-0cf75efd1e4e'] response: {'name': 'network-changed', 'server_uuid': '0a1d8580-da1c-4211-8f9a-fd65878c1fe2', 'tag': '644892d7-bd6f-4df8-a4d5-71f14ced968c', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 783/1670] 10.0.0.164 () {32 vars in 727 bytes} [Tue Jun 16 01:44:02 2026] GET /v2.0/floatingips/ea6687d8-51e3-4b33-b1ca-199f62c9db5e => generated 856 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 784/1671] 199.19.213.21 () {34 vars in 1077 bytes} [Tue Jun 16 01:44:02 2026] GET /v2.0/ports?tenant_id=012ddac4320f4f238885ed1d2b09a396&device_id=0a1d8580-da1c-4211-8f9a-fd65878c1fe2 => generated 1244 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 785/1672] 199.19.213.21 () {34 vars in 983 bytes} [Tue Jun 16 01:44:03 2026] GET /v2.0/networks?id=a44b447e-3da6-458f-a64f-a60abb15499d => generated 757 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 786/1673] 199.19.213.21 () {34 vars in 1057 bytes} [Tue Jun 16 01:44:03 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=644892d7-bd6f-4df8-a4d5-71f14ced968c => generated 859 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 787/1674] 199.19.213.21 () {34 vars in 981 bytes} [Tue Jun 16 01:44:03 2026] GET /v2.0/subnets?id=d2192138-9d39-4783-beb7-c171a8ddf3b6 => generated 678 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 788/1675] 199.19.213.21 () {34 vars in 1049 bytes} [Tue Jun 16 01:44:03 2026] GET /v2.0/ports?network_id=a44b447e-3da6-458f-a64f-a60abb15499d&device_owner=network%3Adhcp => generated 1244 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 789/1676] 199.19.213.21 () {34 vars in 1009 bytes} [Tue Jun 16 01:44:03 2026] GET /v2.0/networks/a44b447e-3da6-458f-a64f-a60abb15499d?fields=segments => generated 14 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 790/1677] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:44:03 2026] GET /v2.0/ports?device_id=a8912536-317b-429c-af36-8407ba65847a => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 791/1678] 199.19.213.21 () {34 vars in 1109 bytes} [Tue Jun 16 01:44:03 2026] GET /v2.0/networks/a44b447e-3da6-458f-a64f-a60abb15499d?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: 792/1679] 10.0.0.164 () {32 vars in 727 bytes} [Tue Jun 16 01:44:03 2026] GET /v2.0/floatingips/ea6687d8-51e3-4b33-b1ca-199f62c9db5e => generated 856 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 888/1680] 10.0.0.164 () {34 vars in 674 bytes} [Tue Jun 16 01:44:02 2026] POST /v2.0/floatingips => generated 552 bytes in 780 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 793/1681] 10.0.0.164 () {34 vars in 674 bytes} [Tue Jun 16 01:44:03 2026] POST /v2.0/floatingips => generated 552 bytes in 654 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 794/1682] 199.19.213.21 () {34 vars in 983 bytes} [Tue Jun 16 01:44:04 2026] GET /v2.0/networks?id=4dccc8ec-d07b-46ad-b125-58fac0638a83 => 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: 795/1683] 199.19.213.21 () {38 vars in 952 bytes} [Tue Jun 16 01:44:04 2026] POST /v2.0/ports => generated 954 bytes in 320 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: 796/1684] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:44:04 2026] GET /v2.0/ports?device_id=a8912536-317b-429c-af36-8407ba65847a => generated 957 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 889/1685] 10.0.0.164 () {34 vars in 674 bytes} [Tue Jun 16 01:44:04 2026] POST /v2.0/floatingips => generated 552 bytes in 574 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 797/1686] 10.0.0.164 () {32 vars in 727 bytes} [Tue Jun 16 01:44:04 2026] GET /v2.0/floatingips/ea6687d8-51e3-4b33-b1ca-199f62c9db5e => generated 858 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 798/1687] 10.0.0.1 () {34 vars in 1036 bytes} [Tue Jun 16 01:44:04 2026] GET /v2.0/security-groups?id=c070c380-5ba6-4bc7-a614-67ccbde5c2bd&fields=id&fields=name => generated 88 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 890/1688] 199.19.213.21 () {38 vars in 1025 bytes} [Tue Jun 16 01:44:04 2026] PUT /v2.0/ports/67c23dd4-4168-4826-bbb8-1644c0233f50 => generated 1235 bytes in 438 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 01:44:05.258 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-fd216cb9-6e62-4cc3-80bf-f726a8f3e2cb'] response: {'name': 'network-changed', 'server_uuid': 'a8912536-317b-429c-af36-8407ba65847a', 'tag': '67c23dd4-4168-4826-bbb8-1644c0233f50', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 799/1689] 10.0.0.164 () {34 vars in 674 bytes} [Tue Jun 16 01:44:04 2026] POST /v2.0/floatingips => generated 552 bytes in 475 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: 800/1690] 199.19.213.21 () {34 vars in 1077 bytes} [Tue Jun 16 01:44:05 2026] GET /v2.0/ports?tenant_id=0a21f65bcb39469c9317d1d8c05da08a&device_id=a8912536-317b-429c-af36-8407ba65847a => generated 1238 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 891/1691] 10.0.0.164 () {34 vars in 674 bytes} [Tue Jun 16 01:44:05 2026] POST /v2.0/floatingips => generated 552 bytes in 536 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 801/1692] 199.19.213.21 () {34 vars in 1015 bytes} [Tue Jun 16 01:44:05 2026] GET /v2.0/networks?tenant_id=0a21f65bcb39469c9317d1d8c05da08a&shared=False => generated 774 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 802/1693] 199.19.213.21 () {34 vars in 927 bytes} [Tue Jun 16 01:44:05 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: 892/1694] 10.0.0.164 () {34 vars in 757 bytes} [Tue Jun 16 01:44:05 2026] PUT /v2.0/floatingips/e69599ca-8832-4e9a-bcac-2d2797d4ddfd/tags => generated 17 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 803/1695] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:44:05 2026] GET /v2.0/ports?device_id=a8912536-317b-429c-af36-8407ba65847a => generated 969 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 893/1696] 10.0.0.164 () {34 vars in 757 bytes} [Tue Jun 16 01:44:05 2026] PUT /v2.0/floatingips/632892c0-213e-49e2-8e48-8e3db2a8ab9b/tags => generated 25 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 804/1697] 10.0.0.1 () {34 vars in 1036 bytes} [Tue Jun 16 01:44:05 2026] GET /v2.0/security-groups?id=c070c380-5ba6-4bc7-a614-67ccbde5c2bd&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: 894/1698] 10.0.0.164 () {34 vars in 757 bytes} [Tue Jun 16 01:44:05 2026] PUT /v2.0/floatingips/3ed3744d-407b-41a0-a146-96034613cf6e/tags => generated 34 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 805/1699] 10.0.0.164 () {34 vars in 757 bytes} [Tue Jun 16 01:44:06 2026] PUT /v2.0/floatingips/39529ef3-503d-4298-aa22-9bb668e40d5c/tags => generated 19 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 895/1700] 10.0.0.164 () {32 vars in 670 bytes} [Tue Jun 16 01:44:06 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 806/1701] 10.0.0.164 () {32 vars in 684 bytes} [Tue Jun 16 01:44:06 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: 896/1702] 10.0.0.164 () {32 vars in 680 bytes} [Tue Jun 16 01:44:06 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 807/1703] 10.0.0.164 () {32 vars in 692 bytes} [Tue Jun 16 01:44:06 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 897/1704] 10.0.0.164 () {32 vars in 678 bytes} [Tue Jun 16 01:44:06 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 808/1705] 10.0.0.164 () {32 vars in 692 bytes} [Tue Jun 16 01:44:06 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 898/1706] 10.0.0.164 () {32 vars in 688 bytes} [Tue Jun 16 01:44:06 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 458 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 899/1707] 199.19.213.21 () {34 vars in 1077 bytes} [Tue Jun 16 01:44:06 2026] GET /v2.0/ports?tenant_id=0a21f65bcb39469c9317d1d8c05da08a&device_id=a8912536-317b-429c-af36-8407ba65847a => generated 1238 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 900/1708] 10.0.0.164 () {32 vars in 700 bytes} [Tue Jun 16 01:44:06 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 901/1709] 199.19.213.21 () {34 vars in 1055 bytes} [Tue Jun 16 01:44:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=67c23dd4-4168-4826-bbb8-1644c0233f50 => generated 19 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 01:44:07.079 7 INFO neutron_taas.services.taas.taas_plugin [None req-91006042-e2df-40ad-a4ee-a38d80867e86 debfba7f0f6642bd995fe01b12ae07a7 b72a40bcaf2540afaa2b51ede24c03b8 - - default default] TaaS: Handle Delete Port: c421def4-9026-4d86-bdc6-4c74f91d644e 2026-06-16 01:44:07.082 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-91006042-e2df-40ad-a4ee-a38d80867e86 debfba7f0f6642bd995fe01b12ae07a7 b72a40bcaf2540afaa2b51ede24c03b8 - - default default] Tap Mirror: Handle Delete Port: c421def4-9026-4d86-bdc6-4c74f91d644e [pid: 8|app: 0|req: 809/1710] 10.0.0.164 () {32 vars in 772 bytes} [Tue Jun 16 01:44:06 2026] GET /v2.0/security-groups?tenant_id=45d281f8f57e4479ab8bd61cd104d94c&name=default => generated 2925 bytes in 214 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 810/1711] 199.19.213.21 () {34 vars in 981 bytes} [Tue Jun 16 01:44:07 2026] GET /v2.0/subnets?id=a3617cbb-b24d-4d22-b9f6-607bddb977dc => generated 696 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 811/1712] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:44:07 2026] GET /v2.0/ports?device_id=a8912536-317b-429c-af36-8407ba65847a => generated 969 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 902/1713] 10.0.0.164 () {32 vars in 730 bytes} [Tue Jun 16 01:44:06 2026] DELETE /v2.0/floatingips/e69599ca-8832-4e9a-bcac-2d2797d4ddfd => generated 0 bytes in 240 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 903/1714] 199.19.213.21 () {34 vars in 1049 bytes} [Tue Jun 16 01:44:07 2026] GET /v2.0/ports?network_id=4dccc8ec-d07b-46ad-b125-58fac0638a83&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: 812/1715] 10.0.0.164 () {32 vars in 738 bytes} [Tue Jun 16 01:44:07 2026] DELETE /v2.0/security-groups/700159f3-5106-4549-9866-25ac66c8bb2a => 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: 904/1716] 10.0.0.1 () {34 vars in 1036 bytes} [Tue Jun 16 01:44:07 2026] GET /v2.0/security-groups?id=c070c380-5ba6-4bc7-a614-67ccbde5c2bd&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: 7|app: 0|req: 905/1717] 199.19.213.21 () {34 vars in 1009 bytes} [Tue Jun 16 01:44:07 2026] GET /v2.0/networks/4dccc8ec-d07b-46ad-b125-58fac0638a83?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: 906/1718] 199.19.213.21 () {34 vars in 1109 bytes} [Tue Jun 16 01:44:07 2026] GET /v2.0/networks/4dccc8ec-d07b-46ad-b125-58fac0638a83?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 01:44:07.388 8 INFO neutron_taas.services.taas.taas_plugin [None req-5ce8d5cc-92b6-48e2-80eb-4e5147627d50 debfba7f0f6642bd995fe01b12ae07a7 b72a40bcaf2540afaa2b51ede24c03b8 - - default default] TaaS: Handle Delete Port: 1a2a9539-5709-4d44-ac73-c9fb1c03ee2f 2026-06-16 01:44:07.391 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5ce8d5cc-92b6-48e2-80eb-4e5147627d50 debfba7f0f6642bd995fe01b12ae07a7 b72a40bcaf2540afaa2b51ede24c03b8 - - default default] Tap Mirror: Handle Delete Port: 1a2a9539-5709-4d44-ac73-c9fb1c03ee2f [pid: 8|app: 0|req: 813/1719] 10.0.0.164 () {32 vars in 730 bytes} [Tue Jun 16 01:44:07 2026] DELETE /v2.0/floatingips/632892c0-213e-49e2-8e48-8e3db2a8ab9b => generated 0 bytes in 256 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 01:44:07.632 7 INFO neutron_taas.services.taas.taas_plugin [None req-f6908381-bcb0-45ab-a6a8-476347875811 debfba7f0f6642bd995fe01b12ae07a7 b72a40bcaf2540afaa2b51ede24c03b8 - - default default] TaaS: Handle Delete Port: de7e6ccc-96fb-4230-aa31-f1754390fb03 2026-06-16 01:44:07.635 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f6908381-bcb0-45ab-a6a8-476347875811 debfba7f0f6642bd995fe01b12ae07a7 b72a40bcaf2540afaa2b51ede24c03b8 - - default default] Tap Mirror: Handle Delete Port: de7e6ccc-96fb-4230-aa31-f1754390fb03 [pid: 7|app: 0|req: 907/1720] 10.0.0.164 () {32 vars in 730 bytes} [Tue Jun 16 01:44:07 2026] DELETE /v2.0/floatingips/3ed3744d-407b-41a0-a146-96034613cf6e => generated 0 bytes in 238 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 01:44:07.895 8 INFO neutron_taas.services.taas.taas_plugin [None req-4a7f185b-716b-4446-ae6e-a84b2984e5f9 debfba7f0f6642bd995fe01b12ae07a7 b72a40bcaf2540afaa2b51ede24c03b8 - - default default] TaaS: Handle Delete Port: 1853808d-ed31-4c06-b1be-7cfaf0ba31e8 2026-06-16 01:44:07.900 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4a7f185b-716b-4446-ae6e-a84b2984e5f9 debfba7f0f6642bd995fe01b12ae07a7 b72a40bcaf2540afaa2b51ede24c03b8 - - default default] Tap Mirror: Handle Delete Port: 1853808d-ed31-4c06-b1be-7cfaf0ba31e8 [pid: 8|app: 0|req: 814/1721] 10.0.0.164 () {32 vars in 730 bytes} [Tue Jun 16 01:44:07 2026] DELETE /v2.0/floatingips/39529ef3-503d-4298-aa22-9bb668e40d5c => generated 0 bytes in 273 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 01:44:08.165 7 INFO neutron_taas.services.taas.taas_plugin [None req-1247eb4e-66c1-4bce-b048-975099d1ac6c debfba7f0f6642bd995fe01b12ae07a7 b72a40bcaf2540afaa2b51ede24c03b8 - - default default] TaaS: Handle Delete Port: a3b881dd-e738-4eef-916f-43c55e9eb870 2026-06-16 01:44:08.169 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1247eb4e-66c1-4bce-b048-975099d1ac6c debfba7f0f6642bd995fe01b12ae07a7 b72a40bcaf2540afaa2b51ede24c03b8 - - default default] Tap Mirror: Handle Delete Port: a3b881dd-e738-4eef-916f-43c55e9eb870 [pid: 7|app: 0|req: 908/1722] 10.0.0.164 () {32 vars in 730 bytes} [Tue Jun 16 01:44:08 2026] DELETE /v2.0/floatingips/dc274192-8ef8-46d1-96cc-314fda38cf84 => generated 0 bytes in 277 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 815/1723] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:44:08 2026] GET /v2.0/ports?device_id=a8912536-317b-429c-af36-8407ba65847a => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 909/1724] 10.0.0.1 () {34 vars in 1036 bytes} [Tue Jun 16 01:44:08 2026] GET /v2.0/security-groups?id=c070c380-5ba6-4bc7-a614-67ccbde5c2bd&fields=id&fields=name => generated 88 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 910/1725] 10.0.0.164 () {32 vars in 772 bytes} [Tue Jun 16 01:44:09 2026] GET /v2.0/security-groups?tenant_id=6539c0a3590843e0952003bd4dbd179c&name=default => generated 2925 bytes in 224 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 01:44:09.378 8 INFO neutron.db.segments_db [None req-8ea40d63-d324-4306-9a48-16776e3f1773 cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] Added segment de271352-389b-47c8-9f58-9a0f74e67335 of type vxlan for network a45d34e1-65bb-4a35-9da3-0fe456e43910 [pid: 7|app: 0|req: 911/1726] 10.0.0.164 () {32 vars in 738 bytes} [Tue Jun 16 01:44:09 2026] DELETE /v2.0/security-groups/784a65d6-137b-488a-adbc-ec0d39c9c9bd => 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: 816/1727] 10.0.0.164 () {34 vars in 669 bytes} [Tue Jun 16 01:44:09 2026] POST /v2.0/networks => generated 740 bytes in 404 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 817/1728] 10.0.0.164 () {32 vars in 772 bytes} [Tue Jun 16 01:44:09 2026] GET /v2.0/security-groups?tenant_id=b72a40bcaf2540afaa2b51ede24c03b8&name=default => generated 2925 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 818/1729] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:44:09 2026] GET /v2.0/ports?device_id=a8912536-317b-429c-af36-8407ba65847a => generated 969 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 912/1730] 10.0.0.164 () {34 vars in 667 bytes} [Tue Jun 16 01:44:09 2026] POST /v2.0/subnets => generated 687 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 913/1731] 10.0.0.1 () {34 vars in 1036 bytes} [Tue Jun 16 01:44:09 2026] GET /v2.0/security-groups?id=c070c380-5ba6-4bc7-a614-67ccbde5c2bd&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-16 01:44:09.727 7 INFO neutron.db.segments_db [None req-3f928ced-d886-4905-924f-48b3fae8d96c cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] Added segment 469a5d26-518b-41a8-b0f7-3d40101e548e of type vxlan for network 45039e46-2927-4192-827b-ded62058e0d0 [pid: 8|app: 0|req: 819/1732] 10.0.0.164 () {32 vars in 738 bytes} [Tue Jun 16 01:44:09 2026] DELETE /v2.0/security-groups/22da06b2-dbd6-422b-87b2-20a93ee5b621 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 01:44:09.948 7 INFO neutron.db.l3_hamode_db [None req-3f928ced-d886-4905-924f-48b3fae8d96c cb71412498ad4e48a429cb486fd1bdf7 345230372cf240bdabbccafc2d3a1b79 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 820/1733] 10.0.0.164 () {32 vars in 772 bytes} [Tue Jun 16 01:44:09 2026] GET /v2.0/security-groups?tenant_id=47e66e43cadc48c2b1a1cb4ec466cf91&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: 821/1734] 10.0.0.164 () {32 vars in 738 bytes} [Tue Jun 16 01:44:09 2026] DELETE /v2.0/security-groups/16900ea9-0bee-4699-aedb-e15906564c9a => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 01:44:10.699 7 INFO neutron.db.l3_hamode_db [None req-3f928ced-d886-4905-924f-48b3fae8d96c cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 822/1735] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:44:10 2026] GET /v2.0/ports?device_id=a8912536-317b-429c-af36-8407ba65847a => generated 969 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 823/1736] 10.0.0.1 () {34 vars in 1036 bytes} [Tue Jun 16 01:44:10 2026] GET /v2.0/security-groups?id=c070c380-5ba6-4bc7-a614-67ccbde5c2bd&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 914/1737] 10.0.0.164 () {34 vars in 667 bytes} [Tue Jun 16 01:44:09 2026] POST /v2.0/routers => generated 727 bytes in 1933 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 915/1738] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:44:11 2026] GET /v2.0/ports?device_id=a8912536-317b-429c-af36-8407ba65847a => generated 971 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 916/1739] 10.0.0.1 () {34 vars in 1036 bytes} [Tue Jun 16 01:44:12 2026] GET /v2.0/security-groups?id=c070c380-5ba6-4bc7-a614-67ccbde5c2bd&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 917/1740] 10.0.0.5 () {34 vars in 986 bytes} [Tue Jun 16 01:44:12 2026] GET /v2.0/ports?device_id=0a1d8580-da1c-4211-8f9a-fd65878c1fe2 => 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: 918/1741] 10.0.0.5 () {34 vars in 1036 bytes} [Tue Jun 16 01:44:12 2026] GET /v2.0/security-groups?id=535a3fc5-a75f-4bfe-bcfe-0500834cf60c&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: 824/1742] 10.0.0.164 () {34 vars in 781 bytes} [Tue Jun 16 01:44:11 2026] PUT /v2.0/routers/4e964ea4-4e4e-475a-a36a-c3230c2cb504/add_router_interface => generated 309 bytes in 1213 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 919/1743] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:44:13 2026] GET /v2.0/ports?device_id=a8912536-317b-429c-af36-8407ba65847a => generated 971 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 825/1744] 10.0.0.1 () {34 vars in 1036 bytes} [Tue Jun 16 01:44:13 2026] GET /v2.0/security-groups?id=c070c380-5ba6-4bc7-a614-67ccbde5c2bd&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 920/1745] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:44:13 2026] GET /v2.0/ports?device_id=a8912536-317b-429c-af36-8407ba65847a => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 826/1746] 10.0.0.1 () {34 vars in 1036 bytes} [Tue Jun 16 01:44:13 2026] GET /v2.0/security-groups?id=c070c380-5ba6-4bc7-a614-67ccbde5c2bd&fields=id&fields=name => generated 88 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 01:44:14.298 7 INFO neutron.db.segments_db [None req-c8587598-fd7d-4362-a1b1-11c4e2941616 cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] Added segment ccdef701-e3aa-4cc5-bed8-c4f97042155a of type vxlan for network 305da23f-7443-40e6-aaba-2201aec065de [pid: 7|app: 0|req: 921/1747] 10.0.0.164 () {34 vars in 669 bytes} [Tue Jun 16 01:44:14 2026] POST /v2.0/networks => generated 741 bytes in 269 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 922/1748] 10.0.0.164 () {34 vars in 667 bytes} [Tue Jun 16 01:44:14 2026] POST /v2.0/subnets => generated 688 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 01:44:14.599 8 INFO neutron.db.segments_db [None req-200e5e05-da0e-4031-b2ad-690bf0996ffe 5d23cb5d59c94dc59a0d94de46f2d141 a63f5a8adbe4448db9cc816048008e3b - - default default] Added segment e570807b-1987-4b92-a303-c33ca69f07f9 of type vxlan for network bfe57fd9-f4e3-4a78-b926-2ce89781f7d6 2026-06-16 01:44:14.602 7 INFO neutron.db.segments_db [None req-49aec57f-2ea0-4863-8bd2-44e4813a6cc8 cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] Added segment 98bec83a-225a-4774-b8d8-d0e332543bed of type vxlan for network 89cd1c0d-178c-4b14-9fde-673f51c46075 [pid: 8|app: 0|req: 827/1749] 10.0.0.164 () {34 vars in 668 bytes} [Tue Jun 16 01:44:14 2026] POST /v2.0/networks => generated 632 bytes in 367 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 01:44:14.854 7 INFO neutron.db.l3_hamode_db [None req-49aec57f-2ea0-4863-8bd2-44e4813a6cc8 cb71412498ad4e48a429cb486fd1bdf7 ca3be8dcc8df4fbba0c7d8bf59ec23a8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 828/1750] 10.0.0.164 () {34 vars in 662 bytes} [Tue Jun 16 01:44:14 2026] POST /v2.0/ports => generated 743 bytes in 325 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 829/1751] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:44:15 2026] GET /v2.0/ports?device_id=a8912536-317b-429c-af36-8407ba65847a => 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: 830/1752] 10.0.0.164 () {34 vars in 664 bytes} [Tue Jun 16 01:44:15 2026] POST /v2.0/trunks => generated 407 bytes in 239 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 831/1753] 10.0.0.1 () {34 vars in 1036 bytes} [Tue Jun 16 01:44:15 2026] GET /v2.0/security-groups?id=c070c380-5ba6-4bc7-a614-67ccbde5c2bd&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-16 01:44:15.383 8 INFO neutron.db.segments_db [None req-d12a6b35-d893-416f-b69c-c4c933f8899c 5d23cb5d59c94dc59a0d94de46f2d141 a63f5a8adbe4448db9cc816048008e3b - - default default] Added segment 7d8684c3-697c-438e-8436-879599819a37 of type vxlan for network 6e77dfbb-dc9a-49da-9a93-a53f750d7ba1 [pid: 8|app: 0|req: 832/1754] 10.0.0.164 () {34 vars in 668 bytes} [Tue Jun 16 01:44:15 2026] POST /v2.0/networks => generated 632 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 01:44:15.646 7 INFO neutron.db.l3_hamode_db [None req-49aec57f-2ea0-4863-8bd2-44e4813a6cc8 cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 833/1755] 10.0.0.164 () {34 vars in 662 bytes} [Tue Jun 16 01:44:15 2026] POST /v2.0/ports => generated 743 bytes in 269 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: 834/1756] 10.0.0.164 () {34 vars in 664 bytes} [Tue Jun 16 01:44:15 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) 2026-06-16 01:44:15.976 8 INFO neutron.db.segments_db [None req-684a8ccb-2d83-4f2c-a16c-1a162f0e032f 5d23cb5d59c94dc59a0d94de46f2d141 a63f5a8adbe4448db9cc816048008e3b - - default default] Added segment 8a3967cc-1447-44a7-98fb-c443705e33f0 of type vxlan for network 23515d9f-9927-4aec-b856-23e173d5b26a [pid: 8|app: 0|req: 835/1757] 10.0.0.164 () {34 vars in 668 bytes} [Tue Jun 16 01:44:15 2026] POST /v2.0/networks => generated 632 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 838/1760] 10.0.0.164 () {34 vars in 662 bytes} [Tue Jun 16 01:44:16 2026] POST /v2.0/ports => generated 743 bytes in 331 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 839/1761] 199.19.213.21 () {34 vars in 991 bytes} [Tue Jun 16 01:44:16 2026] GET /v2.0/ports?device_id=a8912536-317b-429c-af36-8407ba65847a => generated 971 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 840/1762] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:44:16 2026] GET /v2.0/ports?device_id=a8912536-317b-429c-af36-8407ba65847a => generated 971 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 923/1763] 10.0.0.164 () {34 vars in 667 bytes} [Tue Jun 16 01:44:14 2026] POST /v2.0/routers => generated 728 bytes in 1998 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 841/1764] 10.0.0.164 () {34 vars in 664 bytes} [Tue Jun 16 01:44:16 2026] POST /v2.0/trunks => generated 407 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 01:44:16.682 7 INFO neutron_taas.services.taas.taas_plugin [req-f60e8ac8-7fab-41f2-a441-963bc0cc6df0 req-0987434f-40b3-4fee-8a54-a69aecc4a81d 3f9443f2fdc244a4889b1a3d0734131c 0a21f65bcb39469c9317d1d8c05da08a - - default default] TaaS: Handle Delete Port: 67c23dd4-4168-4826-bbb8-1644c0233f50 2026-06-16 01:44:16.685 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-f60e8ac8-7fab-41f2-a441-963bc0cc6df0 req-0987434f-40b3-4fee-8a54-a69aecc4a81d 3f9443f2fdc244a4889b1a3d0734131c 0a21f65bcb39469c9317d1d8c05da08a - - default default] Tap Mirror: Handle Delete Port: 67c23dd4-4168-4826-bbb8-1644c0233f50 [pid: 8|app: 0|req: 842/1765] 10.0.0.1 () {34 vars in 1036 bytes} [Tue Jun 16 01:44:16 2026] GET /v2.0/security-groups?id=c070c380-5ba6-4bc7-a614-67ccbde5c2bd&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: 924/1766] 199.19.213.21 () {36 vars in 994 bytes} [Tue Jun 16 01:44:16 2026] DELETE /v2.0/ports/67c23dd4-4168-4826-bbb8-1644c0233f50 => generated 0 bytes in 270 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 01:44:16.882 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-862ba356-96bb-4bad-b0f5-01aaf4e66551'] response: {'server_uuid': 'a8912536-317b-429c-af36-8407ba65847a', 'name': 'network-vif-deleted', 'tag': '67c23dd4-4168-4826-bbb8-1644c0233f50', 'status': 'completed', 'code': 200} 2026-06-16 01:44:16.910 7 INFO neutron.db.segments_db [None req-b678144c-0a99-40bd-a8c6-a37c1840593c 5d23cb5d59c94dc59a0d94de46f2d141 a63f5a8adbe4448db9cc816048008e3b - - default default] Added segment 5bc09716-6d19-4893-995f-f12068216762 of type vxlan for network d9fd0bab-dfd3-41ca-a827-dcf298fe4fe5 [pid: 7|app: 0|req: 925/1767] 10.0.0.164 () {34 vars in 668 bytes} [Tue Jun 16 01:44:16 2026] POST /v2.0/networks => generated 631 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 926/1768] 10.0.0.164 () {34 vars in 662 bytes} [Tue Jun 16 01:44:17 2026] POST /v2.0/ports => generated 743 bytes in 352 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 927/1769] 10.0.0.164 () {34 vars in 664 bytes} [Tue Jun 16 01:44:17 2026] POST /v2.0/trunks => generated 407 bytes in 203 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 01:44:17.624 7 INFO neutron.db.segments_db [None req-d951c1c9-15d4-457f-b5a9-74b2714fdb65 5d23cb5d59c94dc59a0d94de46f2d141 a63f5a8adbe4448db9cc816048008e3b - - default default] Added segment d46eeded-9aeb-4998-bf76-1b4173d2af38 of type vxlan for network 01978648-db3a-46c4-a519-a08a7e2cac61 [pid: 7|app: 0|req: 928/1770] 10.0.0.164 () {34 vars in 668 bytes} [Tue Jun 16 01:44:17 2026] POST /v2.0/networks => generated 632 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 843/1771] 10.0.0.164 () {34 vars in 781 bytes} [Tue Jun 16 01:44:16 2026] PUT /v2.0/routers/fca55ce5-9adc-441c-b07c-a806e9410410/add_router_interface => generated 309 bytes in 1096 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 844/1772] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:44:17 2026] GET /v2.0/ports?device_id=a8912536-317b-429c-af36-8407ba65847a => 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: 929/1773] 10.0.0.164 () {34 vars in 662 bytes} [Tue Jun 16 01:44:17 2026] POST /v2.0/ports => generated 743 bytes in 374 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 845/1774] 10.0.0.164 () {34 vars in 664 bytes} [Tue Jun 16 01:44:18 2026] POST /v2.0/trunks => generated 407 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 930/1775] 10.0.0.164 () {34 vars in 747 bytes} [Tue Jun 16 01:44:18 2026] PUT /v2.0/trunks/5b9d8692-d058-4b29-8dc5-252034cedcfa/tags => generated 17 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 846/1776] 10.0.0.164 () {34 vars in 747 bytes} [Tue Jun 16 01:44:18 2026] PUT /v2.0/trunks/79a9fb88-17c4-4607-964a-99e2bbfdf553/tags => generated 25 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 931/1777] 10.0.0.164 () {34 vars in 747 bytes} [Tue Jun 16 01:44:18 2026] PUT /v2.0/trunks/e77d2986-f8ce-412f-8468-a60fada49cba/tags => generated 34 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 847/1778] 10.0.0.164 () {34 vars in 747 bytes} [Tue Jun 16 01:44:18 2026] PUT /v2.0/trunks/6cf9d4ff-b96c-49e0-b64b-5c014777a4fe/tags => generated 19 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 932/1779] 10.0.0.164 () {32 vars in 660 bytes} [Tue Jun 16 01:44:18 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 933/1780] 10.0.0.164 () {32 vars in 674 bytes} [Tue Jun 16 01:44:18 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 934/1781] 10.0.0.164 () {32 vars in 670 bytes} [Tue Jun 16 01:44:18 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 935/1782] 10.0.0.164 () {32 vars in 682 bytes} [Tue Jun 16 01:44:18 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 936/1783] 10.0.0.164 () {32 vars in 668 bytes} [Tue Jun 16 01:44:18 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 848/1784] 10.0.0.164 () {34 vars in 683 bytes} [Tue Jun 16 01:44:18 2026] POST /v2.0/security-groups => generated 1673 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 937/1785] 10.0.0.164 () {32 vars in 682 bytes} [Tue Jun 16 01:44:18 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 938/1786] 10.0.0.164 () {32 vars in 678 bytes} [Tue Jun 16 01:44:18 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 939/1787] 10.0.0.164 () {32 vars in 690 bytes} [Tue Jun 16 01:44:18 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 940/1788] 10.0.0.164 () {32 vars in 717 bytes} [Tue Jun 16 01:44:18 2026] GET /v2.0/trunks/5b9d8692-d058-4b29-8dc5-252034cedcfa => generated 412 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 849/1789] 10.0.0.164 () {34 vars in 693 bytes} [Tue Jun 16 01:44:18 2026] POST /v2.0/security-group-rules => generated 597 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 941/1790] 10.0.0.164 () {32 vars in 715 bytes} [Tue Jun 16 01:44:18 2026] GET /v2.0/ports/87ee417d-d885-44ce-8dd1-ab405e74834e => generated 826 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 942/1791] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:44:18 2026] GET /v2.0/ports?device_id=a8912536-317b-429c-af36-8407ba65847a => 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: 943/1792] 10.0.0.164 () {32 vars in 720 bytes} [Tue Jun 16 01:44:18 2026] DELETE /v2.0/trunks/5b9d8692-d058-4b29-8dc5-252034cedcfa => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 850/1793] 10.0.0.164 () {34 vars in 693 bytes} [Tue Jun 16 01:44:18 2026] POST /v2.0/security-group-rules => generated 596 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 944/1794] 10.0.0.164 () {32 vars in 717 bytes} [Tue Jun 16 01:44:18 2026] GET /v2.0/trunks/79a9fb88-17c4-4607-964a-99e2bbfdf553 => generated 420 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 945/1795] 10.0.0.164 () {32 vars in 715 bytes} [Tue Jun 16 01:44:19 2026] GET /v2.0/ports/21f4cff4-0213-4601-b378-1e302ab51fa1 => generated 826 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 851/1796] 10.0.0.164 () {34 vars in 693 bytes} [Tue Jun 16 01:44:18 2026] POST /v2.0/security-group-rules => generated 602 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 946/1797] 10.0.0.164 () {32 vars in 720 bytes} [Tue Jun 16 01:44:19 2026] DELETE /v2.0/trunks/79a9fb88-17c4-4607-964a-99e2bbfdf553 => 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: 947/1798] 10.0.0.164 () {32 vars in 717 bytes} [Tue Jun 16 01:44:19 2026] GET /v2.0/trunks/e77d2986-f8ce-412f-8468-a60fada49cba => generated 429 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 852/1799] 10.0.0.164 () {34 vars in 693 bytes} [Tue Jun 16 01:44:19 2026] POST /v2.0/security-group-rules => generated 601 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 948/1800] 10.0.0.164 () {32 vars in 715 bytes} [Tue Jun 16 01:44:19 2026] GET /v2.0/ports/8dc08b28-1b9a-449e-b8e7-726b0ac9985d => generated 826 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 01:44:19.298 8 INFO neutron.db.securitygroups_db [None req-9ec14fee-04d2-40a0-965b-4328c0f03057 d5b9d51b2f81462290a3b35e79db6af5 345230372cf240bdabbccafc2d3a1b79 - - default default] Project 345230372cf240bdabbccafc2d3a1b79 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: 949/1801] 10.0.0.164 () {32 vars in 720 bytes} [Tue Jun 16 01:44:19 2026] DELETE /v2.0/trunks/e77d2986-f8ce-412f-8468-a60fada49cba => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 950/1802] 10.0.0.164 () {32 vars in 717 bytes} [Tue Jun 16 01:44:19 2026] GET /v2.0/trunks/6cf9d4ff-b96c-49e0-b64b-5c014777a4fe => generated 414 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 853/1803] 10.0.0.164 () {34 vars in 693 bytes} [Tue Jun 16 01:44:19 2026] POST /v2.0/security-group-rules => generated 607 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 951/1804] 10.0.0.164 () {32 vars in 715 bytes} [Tue Jun 16 01:44:19 2026] GET /v2.0/ports/fabddd76-e44a-4114-9a9a-4e545d310fc8 => generated 826 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 01:44:19.418 8 INFO neutron.db.securitygroups_db [None req-ff94ca5b-35b3-4866-a87c-900affff4309 d5b9d51b2f81462290a3b35e79db6af5 345230372cf240bdabbccafc2d3a1b79 - - default default] Project 345230372cf240bdabbccafc2d3a1b79 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: 952/1805] 10.0.0.164 () {32 vars in 720 bytes} [Tue Jun 16 01:44:19 2026] DELETE /v2.0/trunks/6cf9d4ff-b96c-49e0-b64b-5c014777a4fe => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 854/1806] 10.0.0.164 () {34 vars in 693 bytes} [Tue Jun 16 01:44:19 2026] POST /v2.0/security-group-rules => generated 606 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 953/1807] 10.0.0.164 () {32 vars in 717 bytes} [Tue Jun 16 01:44:19 2026] GET /v2.0/trunks/a4f92ba3-29ac-4908-beaf-186b6aa2d34f => generated 407 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 855/1808] 10.0.0.164 () {32 vars in 715 bytes} [Tue Jun 16 01:44:19 2026] GET /v2.0/ports/69b73c8a-bd49-4d3e-9c0f-955fa4e47e85 => generated 826 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 954/1809] 10.0.0.164 () {32 vars in 720 bytes} [Tue Jun 16 01:44:19 2026] DELETE /v2.0/trunks/a4f92ba3-29ac-4908-beaf-186b6aa2d34f => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 01:44:19.798 8 INFO neutron_taas.services.taas.taas_plugin [None req-03e238ff-aa79-4e37-b64d-bb22ad32676a 5d23cb5d59c94dc59a0d94de46f2d141 a63f5a8adbe4448db9cc816048008e3b - - default default] TaaS: Handle Delete Port: 87ee417d-d885-44ce-8dd1-ab405e74834e 2026-06-16 01:44:19.803 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-03e238ff-aa79-4e37-b64d-bb22ad32676a 5d23cb5d59c94dc59a0d94de46f2d141 a63f5a8adbe4448db9cc816048008e3b - - default default] Tap Mirror: Handle Delete Port: 87ee417d-d885-44ce-8dd1-ab405e74834e [pid: 8|app: 0|req: 856/1810] 10.0.0.164 () {32 vars in 718 bytes} [Tue Jun 16 01:44:19 2026] DELETE /v2.0/ports/87ee417d-d885-44ce-8dd1-ab405e74834e => generated 0 bytes in 199 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 01:44:19.983 8 INFO neutron_taas.services.taas.taas_plugin [None req-5af8210f-42e3-4a88-bbba-621e220e7617 5d23cb5d59c94dc59a0d94de46f2d141 a63f5a8adbe4448db9cc816048008e3b - - default default] TaaS: Handle Delete Port: 21f4cff4-0213-4601-b378-1e302ab51fa1 2026-06-16 01:44:19.987 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5af8210f-42e3-4a88-bbba-621e220e7617 5d23cb5d59c94dc59a0d94de46f2d141 a63f5a8adbe4448db9cc816048008e3b - - default default] Tap Mirror: Handle Delete Port: 21f4cff4-0213-4601-b378-1e302ab51fa1 [pid: 7|app: 0|req: 955/1811] 10.0.0.164 () {34 vars in 683 bytes} [Tue Jun 16 01:44:19 2026] POST /v2.0/security-groups => generated 1660 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 956/1812] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:44:20 2026] GET /v2.0/ports?device_id=a8912536-317b-429c-af36-8407ba65847a => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 857/1813] 10.0.0.164 () {32 vars in 718 bytes} [Tue Jun 16 01:44:19 2026] DELETE /v2.0/ports/21f4cff4-0213-4601-b378-1e302ab51fa1 => generated 0 bytes in 220 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 957/1814] 10.0.0.164 () {34 vars in 693 bytes} [Tue Jun 16 01:44:20 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-16 01:44:20.219 8 INFO neutron_taas.services.taas.taas_plugin [None req-672eebee-682b-4a12-bd17-79f5c30ecaf7 5d23cb5d59c94dc59a0d94de46f2d141 a63f5a8adbe4448db9cc816048008e3b - - default default] TaaS: Handle Delete Port: 8dc08b28-1b9a-449e-b8e7-726b0ac9985d 2026-06-16 01:44:20.222 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-672eebee-682b-4a12-bd17-79f5c30ecaf7 5d23cb5d59c94dc59a0d94de46f2d141 a63f5a8adbe4448db9cc816048008e3b - - default default] Tap Mirror: Handle Delete Port: 8dc08b28-1b9a-449e-b8e7-726b0ac9985d [pid: 7|app: 0|req: 958/1815] 10.0.0.164 () {34 vars in 693 bytes} [Tue Jun 16 01:44:20 2026] POST /v2.0/security-group-rules => generated 602 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 858/1816] 10.0.0.164 () {32 vars in 718 bytes} [Tue Jun 16 01:44:20 2026] DELETE /v2.0/ports/8dc08b28-1b9a-449e-b8e7-726b0ac9985d => generated 0 bytes in 229 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 01:44:20.478 8 INFO neutron_taas.services.taas.taas_plugin [None req-2b9aca8a-be7b-4ece-b26a-ac057c83634b 5d23cb5d59c94dc59a0d94de46f2d141 a63f5a8adbe4448db9cc816048008e3b - - default default] TaaS: Handle Delete Port: fabddd76-e44a-4114-9a9a-4e545d310fc8 2026-06-16 01:44:20.481 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2b9aca8a-be7b-4ece-b26a-ac057c83634b 5d23cb5d59c94dc59a0d94de46f2d141 a63f5a8adbe4448db9cc816048008e3b - - default default] Tap Mirror: Handle Delete Port: fabddd76-e44a-4114-9a9a-4e545d310fc8 [pid: 8|app: 0|req: 859/1817] 10.0.0.164 () {32 vars in 718 bytes} [Tue Jun 16 01:44:20 2026] DELETE /v2.0/ports/fabddd76-e44a-4114-9a9a-4e545d310fc8 => generated 0 bytes in 212 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 01:44:20.665 8 INFO neutron_taas.services.taas.taas_plugin [None req-a5fca740-393f-4dbd-bfb1-f047fe4e6af0 5d23cb5d59c94dc59a0d94de46f2d141 a63f5a8adbe4448db9cc816048008e3b - - default default] TaaS: Handle Delete Port: 69b73c8a-bd49-4d3e-9c0f-955fa4e47e85 2026-06-16 01:44:20.668 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a5fca740-393f-4dbd-bfb1-f047fe4e6af0 5d23cb5d59c94dc59a0d94de46f2d141 a63f5a8adbe4448db9cc816048008e3b - - default default] Tap Mirror: Handle Delete Port: 69b73c8a-bd49-4d3e-9c0f-955fa4e47e85 [pid: 8|app: 0|req: 860/1818] 10.0.0.164 () {32 vars in 718 bytes} [Tue Jun 16 01:44:20 2026] DELETE /v2.0/ports/69b73c8a-bd49-4d3e-9c0f-955fa4e47e85 => generated 0 bytes in 187 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 01:44:20.866 8 INFO neutron.services.segments.plugin [-] Segment e570807b-1987-4b92-a303-c33ca69f07f9 resource provider aggregate not found [pid: 7|app: 0|req: 959/1819] 10.0.0.164 () {34 vars in 674 bytes} [Tue Jun 16 01:44:20 2026] POST /v2.0/floatingips => generated 552 bytes in 525 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 01:44:20.870 8 INFO neutron.services.segments.plugin [-] Segment e570807b-1987-4b92-a303-c33ca69f07f9 resource provider aggregate not found 2026-06-16 01:44:20.886 8 INFO neutron.services.segments.plugin [-] Segment e570807b-1987-4b92-a303-c33ca69f07f9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e570807b-1987-4b92-a303-c33ca69f07f9 found for delete ", "request_id": "req-f3e139ba-b304-4869-a063-746d516874d8"}]} 2026-06-16 01:44:20.906 8 INFO neutron.services.segments.plugin [-] Segment e570807b-1987-4b92-a303-c33ca69f07f9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e570807b-1987-4b92-a303-c33ca69f07f9 found for delete ", "request_id": "req-55846801-c683-43ce-96fe-675443abf692"}]} [pid: 8|app: 0|req: 861/1820] 10.0.0.164 () {32 vars in 724 bytes} [Tue Jun 16 01:44:20 2026] DELETE /v2.0/networks/bfe57fd9-f4e3-4a78-b926-2ce89781f7d6 => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 862/1821] 10.0.0.1 () {34 vars in 1096 bytes} [Tue Jun 16 01:44:20 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1060412060&fields=id&tenant_id=345230372cf240bdabbccafc2d3a1b79 => generated 69 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 01:44:21.050 7 INFO neutron.services.segments.plugin [-] Segment 7d8684c3-697c-438e-8436-879599819a37 resource provider aggregate not found [pid: 8|app: 0|req: 863/1822] 10.0.0.1 () {34 vars in 1094 bytes} [Tue Jun 16 01:44:21 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-673883270&fields=id&tenant_id=345230372cf240bdabbccafc2d3a1b79 => generated 69 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 01:44:21.056 7 INFO neutron.services.segments.plugin [-] Segment 7d8684c3-697c-438e-8436-879599819a37 resource provider aggregate not found 2026-06-16 01:44:21.069 7 INFO neutron.services.segments.plugin [-] Segment 7d8684c3-697c-438e-8436-879599819a37 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7d8684c3-697c-438e-8436-879599819a37 found for delete ", "request_id": "req-7124ade6-97ea-43a0-8b0f-4bea73500ef9"}]} 2026-06-16 01:44:21.083 7 INFO neutron.services.segments.plugin [-] Segment 7d8684c3-697c-438e-8436-879599819a37 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7d8684c3-697c-438e-8436-879599819a37 found for delete ", "request_id": "req-4b076043-854b-462a-a2cb-6bb097aedafa"}]} [pid: 7|app: 0|req: 960/1823] 10.0.0.164 () {32 vars in 724 bytes} [Tue Jun 16 01:44:20 2026] DELETE /v2.0/networks/6e77dfbb-dc9a-49da-9a93-a53f750d7ba1 => generated 0 bytes in 183 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 864/1824] 10.0.0.1 () {34 vars in 978 bytes} [Tue Jun 16 01:44:21 2026] GET /v2.0/networks?id=a45d34e1-65bb-4a35-9da3-0fe456e43910 => generated 672 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 961/1825] 10.0.0.164 () {32 vars in 724 bytes} [Tue Jun 16 01:44:21 2026] DELETE /v2.0/networks/23515d9f-9927-4aec-b856-23e173d5b26a => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 962/1826] 10.0.0.1 () {34 vars in 961 bytes} [Tue Jun 16 01:44:21 2026] GET /v2.0/quotas/345230372cf240bdabbccafc2d3a1b79 => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 963/1827] 10.0.0.164 () {32 vars in 724 bytes} [Tue Jun 16 01:44:21 2026] DELETE /v2.0/networks/d9fd0bab-dfd3-41ca-a827-dcf298fe4fe5 => 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: 964/1828] 10.0.0.1 () {34 vars in 998 bytes} [Tue Jun 16 01:44:21 2026] GET /v2.0/ports?tenant_id=345230372cf240bdabbccafc2d3a1b79&fields=id => generated 103 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 01:44:21.501 8 INFO neutron_taas.services.taas.taas_plugin [None req-31b5d423-8bfa-4e91-9433-4a4073476de4 cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] TaaS: Handle Delete Port: fb408a10-1b42-407f-91da-ed28c81fddb3 2026-06-16 01:44:21.504 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-31b5d423-8bfa-4e91-9433-4a4073476de4 cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] Tap Mirror: Handle Delete Port: fb408a10-1b42-407f-91da-ed28c81fddb3 [pid: 7|app: 0|req: 965/1829] 10.0.0.164 () {32 vars in 724 bytes} [Tue Jun 16 01:44:21 2026] DELETE /v2.0/networks/01978648-db3a-46c4-a519-a08a7e2cac61 => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 966/1830] 10.0.0.1 () {34 vars in 1004 bytes} [Tue Jun 16 01:44:21 2026] GET /v2.0/networks/a45d34e1-65bb-4a35-9da3-0fe456e43910?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: 967/1831] 10.0.0.1 () {34 vars in 1104 bytes} [Tue Jun 16 01:44:21 2026] GET /v2.0/networks/a45d34e1-65bb-4a35-9da3-0fe456e43910?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: 968/1832] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:44:21 2026] GET /v2.0/ports?device_id=204d3ce9-5919-4d60-be50-7f06500e3bda => 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: 865/1833] 10.0.0.164 () {34 vars in 787 bytes} [Tue Jun 16 01:44:21 2026] PUT /v2.0/routers/bfba61e1-8f86-48b0-8244-8191043496cc/remove_router_interface => generated 309 bytes in 927 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 866/1834] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:44:22 2026] GET /v2.0/ports?device_id=0a1d8580-da1c-4211-8f9a-fd65878c1fe2 => generated 975 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 867/1835] 10.0.0.1 () {34 vars in 1036 bytes} [Tue Jun 16 01:44:22 2026] GET /v2.0/security-groups?id=535a3fc5-a75f-4bfe-bcfe-0500834cf60c&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-16 01:44:22.243 7 INFO neutron_taas.services.taas.taas_plugin [None req-e5cb9750-4669-450a-821c-6d55c2bb718a cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] TaaS: Handle Delete Port: c47cd9e6-928a-4466-b61e-2710d545ff3f 2026-06-16 01:44:22.247 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e5cb9750-4669-450a-821c-6d55c2bb718a cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] Tap Mirror: Handle Delete Port: c47cd9e6-928a-4466-b61e-2710d545ff3f 2026-06-16 01:44:22.512 7 INFO neutron_taas.services.taas.taas_plugin [None req-e5cb9750-4669-450a-821c-6d55c2bb718a cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] TaaS: Handle Delete Port: 69b18e0b-ee6b-4ba3-85b3-285379f9ab44 2026-06-16 01:44:22.514 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e5cb9750-4669-450a-821c-6d55c2bb718a cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] Tap Mirror: Handle Delete Port: 69b18e0b-ee6b-4ba3-85b3-285379f9ab44 [pid: 8|app: 0|req: 868/1836] 10.0.0.164 () {32 vars in 772 bytes} [Tue Jun 16 01:44:22 2026] GET /v2.0/security-groups?tenant_id=dad63be363fb4530b481149549534423&name=default => generated 2925 bytes in 308 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 869/1837] 10.0.0.164 () {32 vars in 738 bytes} [Tue Jun 16 01:44:22 2026] DELETE /v2.0/security-groups/825ac9f1-84aa-45b6-9926-9ff7d403c931 => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 01:44:22.916 7 INFO neutron.db.l3_hamode_db [None req-e5cb9750-4669-450a-821c-6d55c2bb718a cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] HA network 53b3eec8-2e36-417b-b3d0-2c77086b8835 was deleted as no HA routers are present in tenant 0a21f65bcb39469c9317d1d8c05da08a. [pid: 7|app: 0|req: 969/1838] 10.0.0.164 () {32 vars in 722 bytes} [Tue Jun 16 01:44:22 2026] DELETE /v2.0/routers/bfba61e1-8f86-48b0-8244-8191043496cc => generated 0 bytes in 885 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 970/1839] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:44:22 2026] GET /v2.0/ports?device_id=204d3ce9-5919-4d60-be50-7f06500e3bda => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 01:44:23.094 7 INFO neutron.services.segments.plugin [-] Segment 8a3967cc-1447-44a7-98fb-c443705e33f0 resource provider aggregate not found 2026-06-16 01:44:23.116 7 INFO neutron.services.segments.plugin [-] Segment 8a3967cc-1447-44a7-98fb-c443705e33f0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8a3967cc-1447-44a7-98fb-c443705e33f0 found for delete ", "request_id": "req-8ca477f1-4177-408b-b6b3-fe09152c82c2"}]} [pid: 8|app: 0|req: 870/1840] 10.0.0.164 () {32 vars in 722 bytes} [Tue Jun 16 01:44:22 2026] DELETE /v2.0/subnets/a3617cbb-b24d-4d22-b9f6-607bddb977dc => generated 0 bytes in 190 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 01:44:23.121 7 INFO neutron.services.segments.plugin [-] Segment 8a3967cc-1447-44a7-98fb-c443705e33f0 resource provider aggregate not found 2026-06-16 01:44:23.140 7 INFO neutron.services.segments.plugin [-] Segment 5bc09716-6d19-4893-995f-f12068216762 resource provider aggregate not found 2026-06-16 01:44:23.142 7 INFO neutron.services.segments.plugin [-] Segment 8a3967cc-1447-44a7-98fb-c443705e33f0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8a3967cc-1447-44a7-98fb-c443705e33f0 found for delete ", "request_id": "req-40da151c-5f36-4775-81b1-3b97c2c11c3f"}]} 2026-06-16 01:44:23.159 7 INFO neutron.services.segments.plugin [-] Segment 5bc09716-6d19-4893-995f-f12068216762 resource provider aggregate not found 2026-06-16 01:44:23.164 7 INFO neutron.services.segments.plugin [-] Segment 5bc09716-6d19-4893-995f-f12068216762 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5bc09716-6d19-4893-995f-f12068216762 found for delete ", "request_id": "req-84a8a400-3c02-40eb-9189-97d168606b9e"}]} 2026-06-16 01:44:23.182 7 INFO neutron.services.segments.plugin [-] Segment 5bc09716-6d19-4893-995f-f12068216762 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5bc09716-6d19-4893-995f-f12068216762 found for delete ", "request_id": "req-6a5cd684-3ec6-419f-ae7c-d81f80a18871"}]} 2026-06-16 01:44:23.191 7 INFO neutron.services.segments.plugin [-] Segment d46eeded-9aeb-4998-bf76-1b4173d2af38 resource provider aggregate not found [pid: 7|app: 0|req: 971/1841] 10.0.0.164 () {32 vars in 772 bytes} [Tue Jun 16 01:44:22 2026] GET /v2.0/security-groups?tenant_id=583dcf3278bb4867969a71a5be51ba28&name=default => generated 2925 bytes in 195 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 01:44:23.206 7 INFO neutron.services.segments.plugin [-] Segment d46eeded-9aeb-4998-bf76-1b4173d2af38 resource provider aggregate not found 2026-06-16 01:44:23.228 7 INFO neutron.services.segments.plugin [-] Segment d46eeded-9aeb-4998-bf76-1b4173d2af38 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d46eeded-9aeb-4998-bf76-1b4173d2af38 found for delete ", "request_id": "req-e76f7966-ed05-47cb-8f00-2dc4f88d2126"}]} 2026-06-16 01:44:23.229 8 INFO neutron_taas.services.taas.taas_plugin [None req-11fd4ccb-fa60-471e-a166-b89bf0e87473 cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] TaaS: Handle Delete Port: 6933f62c-b549-49cc-a56c-ff83b8513593 2026-06-16 01:44:23.231 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-11fd4ccb-fa60-471e-a166-b89bf0e87473 cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] Tap Mirror: Handle Delete Port: 6933f62c-b549-49cc-a56c-ff83b8513593 2026-06-16 01:44:23.228 7 INFO neutron.services.segments.plugin [-] Segment d46eeded-9aeb-4998-bf76-1b4173d2af38 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d46eeded-9aeb-4998-bf76-1b4173d2af38 found for delete ", "request_id": "req-df8882a0-1966-4edc-ab2d-6ebefad0c65d"}]} 2026-06-16 01:44:23.263 7 INFO neutron.services.segments.plugin [-] Segment c65ae5b3-4768-40e1-b3fe-0b85cb6c3720 resource provider aggregate not found 2026-06-16 01:44:23.276 7 INFO neutron.services.segments.plugin [-] Segment c65ae5b3-4768-40e1-b3fe-0b85cb6c3720 resource provider aggregate not found 2026-06-16 01:44:23.310 7 INFO neutron.services.segments.plugin [-] Segment c65ae5b3-4768-40e1-b3fe-0b85cb6c3720 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c65ae5b3-4768-40e1-b3fe-0b85cb6c3720 found for delete ", "request_id": "req-da282814-738a-4761-a456-be140e76a336"}]} 2026-06-16 01:44:23.312 7 INFO neutron.services.segments.plugin [-] Segment c65ae5b3-4768-40e1-b3fe-0b85cb6c3720 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c65ae5b3-4768-40e1-b3fe-0b85cb6c3720 found for delete ", "request_id": "req-a29af9e2-c561-47e0-841e-af9f87edcb06"}]} [pid: 7|app: 0|req: 972/1842] 10.0.0.164 () {32 vars in 738 bytes} [Tue Jun 16 01:44:23 2026] DELETE /v2.0/security-groups/68e4f8d3-233f-4e4c-9908-a7d7b1f990b9 => generated 0 bytes in 196 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 01:44:23.489 8 INFO neutron.services.segments.plugin [-] Segment ef716474-4d37-4d32-9dee-60f18d2edbfb resource provider aggregate not found [pid: 7|app: 0|req: 973/1843] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:44:23 2026] GET /v2.0/ports?device_id=0a1d8580-da1c-4211-8f9a-fd65878c1fe2 => generated 975 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 01:44:23.495 8 INFO neutron.services.segments.plugin [-] Segment ef716474-4d37-4d32-9dee-60f18d2edbfb resource provider aggregate not found 2026-06-16 01:44:23.506 8 INFO neutron.services.segments.plugin [-] Segment ef716474-4d37-4d32-9dee-60f18d2edbfb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ef716474-4d37-4d32-9dee-60f18d2edbfb found for delete ", "request_id": "req-a03fcd3f-8233-4f75-8b4f-f661713d410b"}]} 2026-06-16 01:44:23.510 8 INFO neutron.services.segments.plugin [-] Segment ef716474-4d37-4d32-9dee-60f18d2edbfb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ef716474-4d37-4d32-9dee-60f18d2edbfb found for delete ", "request_id": "req-87eed678-c6c5-4087-b339-1b61e1ffcaad"}]} [pid: 8|app: 0|req: 871/1844] 10.0.0.164 () {32 vars in 724 bytes} [Tue Jun 16 01:44:23 2026] DELETE /v2.0/networks/4dccc8ec-d07b-46ad-b125-58fac0638a83 => generated 0 bytes in 395 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 974/1845] 10.0.0.1 () {34 vars in 1036 bytes} [Tue Jun 16 01:44:23 2026] GET /v2.0/security-groups?id=535a3fc5-a75f-4bfe-bcfe-0500834cf60c&fields=id&fields=name => generated 114 bytes in 49 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.164 () {32 vars in 772 bytes} [Tue Jun 16 01:44:23 2026] GET /v2.0/security-groups?tenant_id=a63f5a8adbe4448db9cc816048008e3b&name=default => generated 2925 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 873/1847] 10.0.0.164 () {32 vars in 772 bytes} [Tue Jun 16 01:44:23 2026] GET /v2.0/security-groups?tenant_id=0a21f65bcb39469c9317d1d8c05da08a&name=default => generated 2925 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 975/1848] 10.0.0.164 () {32 vars in 738 bytes} [Tue Jun 16 01:44:23 2026] DELETE /v2.0/security-groups/2b561153-48a6-4bf4-a7e2-41f52a982eb1 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 874/1849] 10.0.0.164 () {32 vars in 738 bytes} [Tue Jun 16 01:44:23 2026] DELETE /v2.0/security-groups/c070c380-5ba6-4bc7-a614-67ccbde5c2bd => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 976/1850] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:44:24 2026] GET /v2.0/ports?device_id=204d3ce9-5919-4d60-be50-7f06500e3bda => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 875/1851] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:44:24 2026] GET /v2.0/ports?device_id=0a1d8580-da1c-4211-8f9a-fd65878c1fe2 => generated 975 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 977/1852] 10.0.0.1 () {34 vars in 1036 bytes} [Tue Jun 16 01:44:24 2026] GET /v2.0/security-groups?id=535a3fc5-a75f-4bfe-bcfe-0500834cf60c&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 876/1853] 199.19.213.21 () {34 vars in 991 bytes} [Tue Jun 16 01:44:24 2026] GET /v2.0/ports?device_id=0a1d8580-da1c-4211-8f9a-fd65878c1fe2 => generated 975 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 01:44:24.958 7 INFO neutron_taas.services.taas.taas_plugin [req-8294770d-0326-4e08-af1c-c5d1417ffcc4 req-999ed99e-26b8-4ef7-bfc1-b794c1b0f4d2 d111334eb5f044e4bea7cffe3d3e3fed 012ddac4320f4f238885ed1d2b09a396 - - default default] TaaS: Handle Delete Port: 644892d7-bd6f-4df8-a4d5-71f14ced968c 2026-06-16 01:44:24.962 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-8294770d-0326-4e08-af1c-c5d1417ffcc4 req-999ed99e-26b8-4ef7-bfc1-b794c1b0f4d2 d111334eb5f044e4bea7cffe3d3e3fed 012ddac4320f4f238885ed1d2b09a396 - - default default] Tap Mirror: Handle Delete Port: 644892d7-bd6f-4df8-a4d5-71f14ced968c 2026-06-16 01:44:25.103 7 INFO neutron.db.l3_db [req-8294770d-0326-4e08-af1c-c5d1417ffcc4 req-999ed99e-26b8-4ef7-bfc1-b794c1b0f4d2 d111334eb5f044e4bea7cffe3d3e3fed 012ddac4320f4f238885ed1d2b09a396 - - default default] Floating IP ea6687d8-51e3-4b33-b1ca-199f62c9db5e disassociated. External IP: 10.96.250.210, port: 644892d7-bd6f-4df8-a4d5-71f14ced968c. [pid: 8|app: 0|req: 877/1854] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:44:25 2026] GET /v2.0/ports?device_id=204d3ce9-5919-4d60-be50-7f06500e3bda => 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: 978/1855] 199.19.213.21 () {36 vars in 994 bytes} [Tue Jun 16 01:44:24 2026] DELETE /v2.0/ports/644892d7-bd6f-4df8-a4d5-71f14ced968c => generated 0 bytes in 766 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 01:44:25.583 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c44f983e-15fb-471a-9eb9-fd564b8be4b5'] response: {'server_uuid': '0a1d8580-da1c-4211-8f9a-fd65878c1fe2', 'name': 'network-vif-deleted', 'tag': '644892d7-bd6f-4df8-a4d5-71f14ced968c', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 878/1856] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:44:25 2026] GET /v2.0/ports?device_id=0a1d8580-da1c-4211-8f9a-fd65878c1fe2 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 879/1857] 199.19.213.21 () {34 vars in 983 bytes} [Tue Jun 16 01:44:26 2026] GET /v2.0/networks?id=a45d34e1-65bb-4a35-9da3-0fe456e43910 => generated 672 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 880/1858] 199.19.213.21 () {34 vars in 1047 bytes} [Tue Jun 16 01:44:26 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=345230372cf240bdabbccafc2d3a1b79 => generated 273 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 01:44:26.296 7 INFO neutron.db.segments_db [None req-0007c866-9de9-44aa-b697-d6bb541d060f 004d596afa4546b8a4451c5e1e1c47c1 4d55e1da92fb45c4b79bec6c8d68ddcc - - default default] Added segment 2da52d53-95d4-4b2b-a730-296e06facff3 of type vxlan for network df3c113e-8692-4590-9d9b-6a42ef007860 2026-06-16 01:44:26.354 7 INFO neutron.db.segments_db [None req-0007c866-9de9-44aa-b697-d6bb541d060f 004d596afa4546b8a4451c5e1e1c47c1 4d55e1da92fb45c4b79bec6c8d68ddcc - - default default] Added segment 571f41d4-db44-4737-8d0b-007ea77476c1 of type vxlan for network 3b4a1a8f-d2c0-42b4-b7cc-eab5ed1a80ab [pid: 7|app: 0|req: 979/1859] 10.0.0.164 () {34 vars in 668 bytes} [Tue Jun 16 01:44:25 2026] POST /v2.0/networks => generated 1244 bytes in 508 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 980/1860] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:44:26 2026] GET /v2.0/ports?device_id=204d3ce9-5919-4d60-be50-7f06500e3bda => 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: 981/1861] 10.0.0.164 () {32 vars in 647 bytes} [Tue Jun 16 01:44:26 2026] GET /v2.0/networks => generated 1843 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 01:44:26.657 7 INFO neutron.services.segments.plugin [-] Segment 2da52d53-95d4-4b2b-a730-296e06facff3 resource provider aggregate not found 2026-06-16 01:44:26.674 7 INFO neutron.services.segments.plugin [-] Segment 2da52d53-95d4-4b2b-a730-296e06facff3 resource provider aggregate not found 2026-06-16 01:44:26.680 7 INFO neutron.services.segments.plugin [-] Segment 2da52d53-95d4-4b2b-a730-296e06facff3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2da52d53-95d4-4b2b-a730-296e06facff3 found for delete ", "request_id": "req-1377858f-e44a-47d0-b78f-a863181dccad"}]} [pid: 7|app: 0|req: 982/1862] 10.0.0.164 () {32 vars in 724 bytes} [Tue Jun 16 01:44:26 2026] DELETE /v2.0/networks/df3c113e-8692-4590-9d9b-6a42ef007860 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 01:44:26.701 7 INFO neutron.services.segments.plugin [-] Segment 2da52d53-95d4-4b2b-a730-296e06facff3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2da52d53-95d4-4b2b-a730-296e06facff3 found for delete ", "request_id": "req-9b47b665-3270-4b83-8b18-f77350cab5fe"}]} [pid: 8|app: 0|req: 881/1863] 199.19.213.21 () {38 vars in 952 bytes} [Tue Jun 16 01:44:26 2026] POST /v2.0/ports => generated 997 bytes in 429 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 983/1864] 10.0.0.164 () {32 vars in 724 bytes} [Tue Jun 16 01:44:26 2026] DELETE /v2.0/networks/3b4a1a8f-d2c0-42b4-b7cc-eab5ed1a80ab => 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: 984/1865] 10.0.0.164 () {32 vars in 647 bytes} [Tue Jun 16 01:44:26 2026] GET /v2.0/networks => generated 651 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 01:44:26.913 7 INFO neutron.db.segments_db [None req-e784e278-db99-4f49-b6df-32f26f70faf3 004d596afa4546b8a4451c5e1e1c47c1 4d55e1da92fb45c4b79bec6c8d68ddcc - - default default] Added segment d11bf61d-f107-4f5a-8f3a-e81668626d6b of type vxlan for network 5f81c798-db30-4347-82cc-656cc2f4c40c [pid: 7|app: 0|req: 985/1866] 10.0.0.164 () {34 vars in 668 bytes} [Tue Jun 16 01:44:26 2026] POST /v2.0/networks => generated 652 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 986/1867] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:44:26 2026] GET /v2.0/ports?device_id=0a1d8580-da1c-4211-8f9a-fd65878c1fe2 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 01:44:27.084 7 INFO neutron.db.segments_db [None req-7743b5fb-b6db-4328-8c6c-2569dd02d7e9 004d596afa4546b8a4451c5e1e1c47c1 4d55e1da92fb45c4b79bec6c8d68ddcc - - default default] Added segment 09dccfd2-2f4f-41e6-be4a-64db299be638 of type vxlan for network 53b41dca-69b2-4a8f-93fd-d86ae18cdfa2 [pid: 8|app: 0|req: 882/1868] 199.19.213.21 () {38 vars in 1025 bytes} [Tue Jun 16 01:44:26 2026] PUT /v2.0/ports/e8aa3481-f5c3-4f82-bf61-02ea121dca83 => generated 1278 bytes in 413 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 01:44:27.169 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3ed06cf7-c46c-4eff-a263-bf03fbda06ed'] response: {'name': 'network-changed', 'server_uuid': '204d3ce9-5919-4d60-be50-7f06500e3bda', 'tag': 'e8aa3481-f5c3-4f82-bf61-02ea121dca83', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 987/1869] 10.0.0.164 () {34 vars in 668 bytes} [Tue Jun 16 01:44:27 2026] POST /v2.0/networks => generated 654 bytes in 196 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: 883/1870] 10.0.0.164 () {34 vars in 663 bytes} [Tue Jun 16 01:44:27 2026] POST /v2.0/ports => generated 1505 bytes in 562 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: 884/1871] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:44:27 2026] GET /v2.0/ports?device_id=204d3ce9-5919-4d60-be50-7f06500e3bda => generated 1012 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 885/1872] 199.19.213.21 () {34 vars in 1077 bytes} [Tue Jun 16 01:44:27 2026] GET /v2.0/ports?tenant_id=345230372cf240bdabbccafc2d3a1b79&device_id=204d3ce9-5919-4d60-be50-7f06500e3bda => generated 1281 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 886/1873] 10.0.0.164 () {32 vars in 641 bytes} [Tue Jun 16 01:44:27 2026] GET /v2.0/ports => generated 1505 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 887/1874] 10.0.0.1 () {34 vars in 1116 bytes} [Tue Jun 16 01:44:27 2026] GET /v2.0/security-groups?id=780a6f5e-cfbf-4192-99eb-cc276ad11511&id=af7ad04c-70b0-478a-9004-8f265e0e3097&fields=id&fields=name => generated 206 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 988/1875] 10.0.0.164 () {34 vars in 674 bytes} [Tue Jun 16 01:44:27 2026] POST /v2.0/floatingips => generated 552 bytes in 686 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 888/1876] 199.19.213.21 () {34 vars in 1015 bytes} [Tue Jun 16 01:44:27 2026] GET /v2.0/networks?tenant_id=345230372cf240bdabbccafc2d3a1b79&shared=False => generated 768 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 889/1877] 10.0.0.164 () {34 vars in 757 bytes} [Tue Jun 16 01:44:27 2026] PUT /v2.0/floatingips/6427e8a8-2809-4899-88bc-a72817e54a8a/tags => generated 25 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 01:44:28.007 7 INFO neutron_taas.services.taas.taas_plugin [None req-22276f4d-8052-441c-b1db-31c5bdf5cdf2 004d596afa4546b8a4451c5e1e1c47c1 4d55e1da92fb45c4b79bec6c8d68ddcc - - default default] TaaS: Handle Delete Port: 34763dd5-f225-4263-8422-69e1fe720dd7 2026-06-16 01:44:28.009 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-22276f4d-8052-441c-b1db-31c5bdf5cdf2 004d596afa4546b8a4451c5e1e1c47c1 4d55e1da92fb45c4b79bec6c8d68ddcc - - default default] Tap Mirror: Handle Delete Port: 34763dd5-f225-4263-8422-69e1fe720dd7 [pid: 8|app: 0|req: 890/1878] 199.19.213.21 () {34 vars in 927 bytes} [Tue Jun 16 01:44:28 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) [pid: 7|app: 0|req: 989/1879] 10.0.0.164 () {32 vars in 718 bytes} [Tue Jun 16 01:44:27 2026] DELETE /v2.0/ports/34763dd5-f225-4263-8422-69e1fe720dd7 => 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: 891/1880] 10.0.0.164 () {32 vars in 737 bytes} [Tue Jun 16 01:44:28 2026] GET /v2.0/floatingips/6427e8a8-2809-4899-88bc-a72817e54a8a/tags => generated 25 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 892/1881] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:44:28 2026] GET /v2.0/ports?device_id=0a1d8580-da1c-4211-8f9a-fd65878c1fe2 => 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: 893/1882] 10.0.0.164 () {34 vars in 768 bytes} [Tue Jun 16 01:44:28 2026] PUT /v2.0/floatingips/6427e8a8-2809-4899-88bc-a72817e54a8a/tags/green => generated 4 bytes in 54 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-06-16 01:44:28.173 7 INFO neutron_taas.services.taas.taas_plugin [None req-8464933c-b914-434d-9a7f-6adfc6122a97 004d596afa4546b8a4451c5e1e1c47c1 4d55e1da92fb45c4b79bec6c8d68ddcc - - default default] TaaS: Handle Delete Port: d6d40afa-c365-4433-a215-aebf5b5b2600 2026-06-16 01:44:28.175 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8464933c-b914-434d-9a7f-6adfc6122a97 004d596afa4546b8a4451c5e1e1c47c1 4d55e1da92fb45c4b79bec6c8d68ddcc - - default default] Tap Mirror: Handle Delete Port: d6d40afa-c365-4433-a215-aebf5b5b2600 [pid: 8|app: 0|req: 894/1883] 10.0.0.164 () {32 vars in 737 bytes} [Tue Jun 16 01:44:28 2026] GET /v2.0/floatingips/6427e8a8-2809-4899-88bc-a72817e54a8a/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: 895/1884] 10.0.0.164 () {34 vars in 764 bytes} [Tue Jun 16 01:44:28 2026] PUT /v2.0/floatingips/6427e8a8-2809-4899-88bc-a72817e54a8a/tags/red => generated 4 bytes in 62 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 990/1885] 10.0.0.164 () {32 vars in 718 bytes} [Tue Jun 16 01:44:28 2026] DELETE /v2.0/ports/d6d40afa-c365-4433-a215-aebf5b5b2600 => 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: 991/1886] 10.0.0.164 () {32 vars in 641 bytes} [Tue Jun 16 01:44:28 2026] GET /v2.0/ports => 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: 896/1887] 10.0.0.164 () {32 vars in 737 bytes} [Tue Jun 16 01:44:28 2026] GET /v2.0/floatingips/6427e8a8-2809-4899-88bc-a72817e54a8a/tags => generated 34 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 01:44:28.355 8 INFO neutron.db.segments_db [None req-52305c67-9cad-4c21-8d9b-dc1a37a65b4a 004d596afa4546b8a4451c5e1e1c47c1 4d55e1da92fb45c4b79bec6c8d68ddcc - - default default] Added segment 5c48f50a-9372-4e8e-8afe-776369fda5fc of type vxlan for network 835d509d-ee6f-4e63-b09a-d4c7e61006b2 [pid: 7|app: 0|req: 992/1888] 10.0.0.164 () {34 vars in 786 bytes} [Tue Jun 16 01:44:28 2026] PUT /v2.0/floatingips/6427e8a8-2809-4899-88bc-a72817e54a8a/tags/black.or.white => generated 4 bytes in 65 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 993/1889] 10.0.0.164 () {32 vars in 737 bytes} [Tue Jun 16 01:44:28 2026] GET /v2.0/floatingips/6427e8a8-2809-4899-88bc-a72817e54a8a/tags => generated 52 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 897/1890] 10.0.0.164 () {34 vars in 668 bytes} [Tue Jun 16 01:44:28 2026] POST /v2.0/networks => generated 654 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 994/1891] 10.0.0.164 () {34 vars in 757 bytes} [Tue Jun 16 01:44:28 2026] PUT /v2.0/floatingips/6427e8a8-2809-4899-88bc-a72817e54a8a/tags => generated 37 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 01:44:28.487 8 INFO neutron.db.segments_db [None req-866e5e01-9e73-4abc-973b-bb2ce8624922 004d596afa4546b8a4451c5e1e1c47c1 4d55e1da92fb45c4b79bec6c8d68ddcc - - default default] Added segment 5230cbf6-364d-4e9d-bf81-02944f324430 of type vxlan for network 11ab465c-399d-4387-a7d9-1739af5b4479 [pid: 7|app: 0|req: 995/1892] 10.0.0.164 () {32 vars in 737 bytes} [Tue Jun 16 01:44:28 2026] GET /v2.0/floatingips/6427e8a8-2809-4899-88bc-a72817e54a8a/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: 996/1893] 10.0.0.164 () {32 vars in 745 bytes} [Tue Jun 16 01:44:28 2026] GET /v2.0/floatingips/6427e8a8-2809-4899-88bc-a72817e54a8a/tags/red => generated 0 bytes in 33 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 898/1894] 10.0.0.164 () {34 vars in 668 bytes} [Tue Jun 16 01:44:28 2026] POST /v2.0/networks => generated 652 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 01:44:28.600 7 INFO neutron.api.v2.resource [None req-4cb6ff9b-66f6-4566-b500-bb97dc0ba6a4 5d86099cf1e0439a8260ed2883b1dc6a 956b27864b0a42d0a89f3d127bbada57 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 997/1895] 10.0.0.164 () {32 vars in 749 bytes} [Tue Jun 16 01:44:28 2026] GET /v2.0/floatingips/6427e8a8-2809-4899-88bc-a72817e54a8a/tags/green => generated 99 bytes in 56 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 899/1896] 10.0.0.164 () {32 vars in 748 bytes} [Tue Jun 16 01:44:28 2026] DELETE /v2.0/floatingips/6427e8a8-2809-4899-88bc-a72817e54a8a/tags/red => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 01:44:28.722 7 INFO neutron.services.segments.plugin [-] Segment 571f41d4-db44-4737-8d0b-007ea77476c1 resource provider aggregate not found [pid: 7|app: 0|req: 998/1897] 10.0.0.164 () {32 vars in 737 bytes} [Tue Jun 16 01:44:28 2026] GET /v2.0/floatingips/6427e8a8-2809-4899-88bc-a72817e54a8a/tags => generated 30 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 01:44:28.744 7 INFO neutron.services.segments.plugin [-] Segment 571f41d4-db44-4737-8d0b-007ea77476c1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 571f41d4-db44-4737-8d0b-007ea77476c1 found for delete ", "request_id": "req-a53ef824-7d20-4721-99bd-1294d2be82c1"}]} 2026-06-16 01:44:28.751 7 INFO neutron.services.segments.plugin [-] Segment 571f41d4-db44-4737-8d0b-007ea77476c1 resource provider aggregate not found 2026-06-16 01:44:28.768 7 INFO neutron.services.segments.plugin [-] Segment 571f41d4-db44-4737-8d0b-007ea77476c1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 571f41d4-db44-4737-8d0b-007ea77476c1 found for delete ", "request_id": "req-ed6d3dcf-2304-4729-a3a8-0d7c4e174337"}]} 2026-06-16 01:44:28.784 8 INFO neutron.api.v2.resource [None req-854dfcbe-524b-4b7e-8d45-71e5d0099b55 5d86099cf1e0439a8260ed2883b1dc6a 956b27864b0a42d0a89f3d127bbada57 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 900/1898] 10.0.0.164 () {32 vars in 752 bytes} [Tue Jun 16 01:44:28 2026] DELETE /v2.0/floatingips/6427e8a8-2809-4899-88bc-a72817e54a8a/tags/green => generated 99 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 999/1899] 10.0.0.164 () {32 vars in 740 bytes} [Tue Jun 16 01:44:28 2026] DELETE /v2.0/floatingips/6427e8a8-2809-4899-88bc-a72817e54a8a/tags => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 901/1900] 10.0.0.164 () {32 vars in 737 bytes} [Tue Jun 16 01:44:28 2026] GET /v2.0/floatingips/6427e8a8-2809-4899-88bc-a72817e54a8a/tags => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 01:44:28.969 7 INFO neutron_taas.services.taas.taas_plugin [None req-645f52de-9798-4fc2-bebd-ba0b001128e9 5d86099cf1e0439a8260ed2883b1dc6a 956b27864b0a42d0a89f3d127bbada57 - - default default] TaaS: Handle Delete Port: ae808e0d-a68a-4199-8944-5ed7a1b4921e 2026-06-16 01:44:28.971 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-645f52de-9798-4fc2-bebd-ba0b001128e9 5d86099cf1e0439a8260ed2883b1dc6a 956b27864b0a42d0a89f3d127bbada57 - - default default] Tap Mirror: Handle Delete Port: ae808e0d-a68a-4199-8944-5ed7a1b4921e [pid: 8|app: 0|req: 902/1901] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:44:28 2026] GET /v2.0/ports?device_id=204d3ce9-5919-4d60-be50-7f06500e3bda => generated 1012 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 903/1902] 10.0.0.1 () {34 vars in 1116 bytes} [Tue Jun 16 01:44:29 2026] GET /v2.0/security-groups?id=780a6f5e-cfbf-4192-99eb-cc276ad11511&id=af7ad04c-70b0-478a-9004-8f265e0e3097&fields=id&fields=name => generated 206 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1000/1903] 10.0.0.164 () {32 vars in 730 bytes} [Tue Jun 16 01:44:28 2026] DELETE /v2.0/floatingips/6427e8a8-2809-4899-88bc-a72817e54a8a => generated 0 bytes in 232 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1001/1904] 199.19.213.21 () {34 vars in 1077 bytes} [Tue Jun 16 01:44:29 2026] GET /v2.0/ports?tenant_id=345230372cf240bdabbccafc2d3a1b79&device_id=204d3ce9-5919-4d60-be50-7f06500e3bda => generated 1281 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1002/1905] 10.0.0.164 () {32 vars in 738 bytes} [Tue Jun 16 01:44:29 2026] DELETE /v2.0/security-groups/535a3fc5-a75f-4bfe-bcfe-0500834cf60c => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1003/1906] 199.19.213.21 () {34 vars in 1057 bytes} [Tue Jun 16 01:44:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=e8aa3481-f5c3-4f82-bf61-02ea121dca83 => generated 19 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1004/1907] 199.19.213.21 () {34 vars in 981 bytes} [Tue Jun 16 01:44:29 2026] GET /v2.0/subnets?id=906da343-a0b3-4a3c-b9fa-bcf22bdd9290 => generated 690 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 01:44:29.434 7 INFO neutron_taas.services.taas.taas_plugin [None req-7959f795-0bd4-42f1-9f0b-146e44f06f2a d111334eb5f044e4bea7cffe3d3e3fed 012ddac4320f4f238885ed1d2b09a396 - - default default] TaaS: Handle Delete Port: f6331596-4a05-4de1-9d0f-c424363de820 2026-06-16 01:44:29.438 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7959f795-0bd4-42f1-9f0b-146e44f06f2a d111334eb5f044e4bea7cffe3d3e3fed 012ddac4320f4f238885ed1d2b09a396 - - default default] Tap Mirror: Handle Delete Port: f6331596-4a05-4de1-9d0f-c424363de820 [pid: 8|app: 0|req: 904/1908] 10.0.0.164 () {34 vars in 667 bytes} [Tue Jun 16 01:44:29 2026] POST /v2.0/subnets => generated 1324 bytes in 445 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 905/1909] 199.19.213.21 () {34 vars in 1049 bytes} [Tue Jun 16 01:44:29 2026] GET /v2.0/ports?network_id=a45d34e1-65bb-4a35-9da3-0fe456e43910&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: 906/1910] 10.0.0.164 () {32 vars in 645 bytes} [Tue Jun 16 01:44:29 2026] GET /v2.0/subnets => generated 1960 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1005/1911] 10.0.0.164 () {32 vars in 730 bytes} [Tue Jun 16 01:44:29 2026] DELETE /v2.0/floatingips/ea6687d8-51e3-4b33-b1ca-199f62c9db5e => generated 0 bytes in 261 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 907/1912] 199.19.213.21 () {34 vars in 1009 bytes} [Tue Jun 16 01:44:29 2026] GET /v2.0/networks/a45d34e1-65bb-4a35-9da3-0fe456e43910?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 908/1913] 199.19.213.21 () {34 vars in 1109 bytes} [Tue Jun 16 01:44:29 2026] GET /v2.0/networks/a45d34e1-65bb-4a35-9da3-0fe456e43910?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1006/1914] 10.0.0.164 () {32 vars in 722 bytes} [Tue Jun 16 01:44:29 2026] DELETE /v2.0/subnets/41c59221-0819-4c61-8118-def1e401b1b2 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 909/1915] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:44:29 2026] GET /v2.0/ports?device_id=f609aa87-cc69-49f3-ad2a-e47eb00e9d50 => generated 971 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1007/1916] 10.0.0.164 () {32 vars in 722 bytes} [Tue Jun 16 01:44:29 2026] DELETE /v2.0/subnets/89843beb-a668-40d8-8747-ca8475ef8aeb => 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: 1008/1917] 10.0.0.1 () {34 vars in 1036 bytes} [Tue Jun 16 01:44:29 2026] GET /v2.0/security-groups?id=f088bc3d-e8ca-434d-b94a-20ef936ccdea&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: 1009/1918] 10.0.0.164 () {32 vars in 645 bytes} [Tue Jun 16 01:44:29 2026] GET /v2.0/subnets => generated 649 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 910/1919] 10.0.0.164 () {32 vars in 772 bytes} [Tue Jun 16 01:44:29 2026] GET /v2.0/security-groups?tenant_id=956b27864b0a42d0a89f3d127bbada57&name=default => generated 2925 bytes in 205 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1010/1920] 10.0.0.164 () {32 vars in 724 bytes} [Tue Jun 16 01:44:29 2026] DELETE /v2.0/networks/11ab465c-399d-4387-a7d9-1739af5b4479 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1011/1921] 10.0.0.164 () {32 vars in 724 bytes} [Tue Jun 16 01:44:30 2026] DELETE /v2.0/networks/835d509d-ee6f-4e63-b09a-d4c7e61006b2 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1012/1922] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:44:30 2026] GET /v2.0/ports?device_id=204d3ce9-5919-4d60-be50-7f06500e3bda => generated 1012 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1013/1923] 10.0.0.164 () {32 vars in 724 bytes} [Tue Jun 16 01:44:30 2026] DELETE /v2.0/networks/53b41dca-69b2-4a8f-93fd-d86ae18cdfa2 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1014/1924] 10.0.0.1 () {34 vars in 1116 bytes} [Tue Jun 16 01:44:30 2026] GET /v2.0/security-groups?id=780a6f5e-cfbf-4192-99eb-cc276ad11511&id=af7ad04c-70b0-478a-9004-8f265e0e3097&fields=id&fields=name => generated 206 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 911/1925] 10.0.0.164 () {32 vars in 738 bytes} [Tue Jun 16 01:44:30 2026] DELETE /v2.0/security-groups/4e4668a5-ee4f-4228-88bf-e76c8eb42e79 => generated 0 bytes in 503 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1015/1926] 10.0.0.164 () {32 vars in 724 bytes} [Tue Jun 16 01:44:30 2026] DELETE /v2.0/networks/5f81c798-db30-4347-82cc-656cc2f4c40c => 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: 912/1927] 10.0.0.164 () {32 vars in 772 bytes} [Tue Jun 16 01:44:30 2026] GET /v2.0/security-groups?tenant_id=681ad7c21ffa4fc09ecfca4e34e47318&name=default => generated 2925 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 01:44:30.761 7 INFO neutron.services.segments.plugin [-] Segment 5230cbf6-364d-4e9d-bf81-02944f324430 resource provider aggregate not found 2026-06-16 01:44:30.780 7 INFO neutron.services.segments.plugin [-] Segment 5230cbf6-364d-4e9d-bf81-02944f324430 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5230cbf6-364d-4e9d-bf81-02944f324430 found for delete ", "request_id": "req-bc8dd5f2-9229-45ec-a6a4-25d61523c86e"}]} 2026-06-16 01:44:30.789 7 INFO neutron.services.segments.plugin [-] Segment 5230cbf6-364d-4e9d-bf81-02944f324430 resource provider aggregate not found 2026-06-16 01:44:30.805 7 INFO neutron.services.segments.plugin [-] Segment 5230cbf6-364d-4e9d-bf81-02944f324430 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5230cbf6-364d-4e9d-bf81-02944f324430 found for delete ", "request_id": "req-75727337-0268-4349-90b4-73b3f3d66102"}]} 2026-06-16 01:44:30.811 7 INFO neutron.services.segments.plugin [-] Segment 5c48f50a-9372-4e8e-8afe-776369fda5fc resource provider aggregate not found 2026-06-16 01:44:30.825 7 INFO neutron.services.segments.plugin [-] Segment 5c48f50a-9372-4e8e-8afe-776369fda5fc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5c48f50a-9372-4e8e-8afe-776369fda5fc found for delete ", "request_id": "req-70ce57e1-99ed-4940-bb75-99d28d7b50ae"}]} 2026-06-16 01:44:30.829 7 INFO neutron.services.segments.plugin [-] Segment 5c48f50a-9372-4e8e-8afe-776369fda5fc resource provider aggregate not found 2026-06-16 01:44:30.847 7 INFO neutron.services.segments.plugin [-] Segment 09dccfd2-2f4f-41e6-be4a-64db299be638 resource provider aggregate not found 2026-06-16 01:44:30.851 7 INFO neutron.services.segments.plugin [-] Segment 5c48f50a-9372-4e8e-8afe-776369fda5fc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5c48f50a-9372-4e8e-8afe-776369fda5fc found for delete ", "request_id": "req-637cece0-40ef-42e8-8ee3-f5e56c93f0ed"}]} 2026-06-16 01:44:30.866 7 INFO neutron.services.segments.plugin [-] Segment 09dccfd2-2f4f-41e6-be4a-64db299be638 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 09dccfd2-2f4f-41e6-be4a-64db299be638 found for delete ", "request_id": "req-3e9e2ff5-4b47-43cd-a195-b290e3ec693d"}]} 2026-06-16 01:44:30.873 7 INFO neutron.services.segments.plugin [-] Segment 09dccfd2-2f4f-41e6-be4a-64db299be638 resource provider aggregate not found 2026-06-16 01:44:30.890 7 INFO neutron.services.segments.plugin [-] Segment 09dccfd2-2f4f-41e6-be4a-64db299be638 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 09dccfd2-2f4f-41e6-be4a-64db299be638 found for delete ", "request_id": "req-51b7ab31-c68b-4819-842a-a3684eb815bd"}]} 2026-06-16 01:44:30.895 7 INFO neutron.services.segments.plugin [-] Segment d11bf61d-f107-4f5a-8f3a-e81668626d6b resource provider aggregate not found 2026-06-16 01:44:30.908 7 INFO neutron.services.segments.plugin [-] Segment d11bf61d-f107-4f5a-8f3a-e81668626d6b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d11bf61d-f107-4f5a-8f3a-e81668626d6b found for delete ", "request_id": "req-4d0e74cd-a3bf-4c2f-9866-3d03417a6f71"}]} 2026-06-16 01:44:30.909 7 INFO neutron.services.segments.plugin [-] Segment d11bf61d-f107-4f5a-8f3a-e81668626d6b resource provider aggregate not found 2026-06-16 01:44:30.926 7 INFO neutron.services.segments.plugin [-] Segment d11bf61d-f107-4f5a-8f3a-e81668626d6b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d11bf61d-f107-4f5a-8f3a-e81668626d6b found for delete ", "request_id": "req-5debdf1c-1e99-4483-9ce2-94571af216d2"}]} [pid: 7|app: 0|req: 1016/1928] 10.0.0.164 () {32 vars in 738 bytes} [Tue Jun 16 01:44:30 2026] DELETE /v2.0/security-groups/a1556568-bba4-4055-b9de-9b078efdd68b => generated 0 bytes in 178 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 913/1929] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:44:30 2026] GET /v2.0/ports?device_id=f609aa87-cc69-49f3-ad2a-e47eb00e9d50 => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 916/1932] 10.0.0.1 () {34 vars in 1036 bytes} [Tue Jun 16 01:44:31 2026] GET /v2.0/security-groups?id=f088bc3d-e8ca-434d-b94a-20ef936ccdea&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: 1017/1933] 10.0.0.164 () {32 vars in 772 bytes} [Tue Jun 16 01:44:30 2026] GET /v2.0/security-groups?tenant_id=4d55e1da92fb45c4b79bec6c8d68ddcc&name=default => generated 2925 bytes in 338 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 917/1934] 10.0.0.164 () {32 vars in 738 bytes} [Tue Jun 16 01:44:31 2026] DELETE /v2.0/security-groups/9b3d5666-d4c7-43fb-ac4f-bc52ffd34e21 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1018/1935] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:44:31 2026] GET /v2.0/ports?device_id=204d3ce9-5919-4d60-be50-7f06500e3bda => generated 1012 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 918/1936] 10.0.0.1 () {34 vars in 1116 bytes} [Tue Jun 16 01:44:31 2026] GET /v2.0/security-groups?id=780a6f5e-cfbf-4192-99eb-cc276ad11511&id=af7ad04c-70b0-478a-9004-8f265e0e3097&fields=id&fields=name => generated 206 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1019/1937] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:44:32 2026] GET /v2.0/ports?device_id=f609aa87-cc69-49f3-ad2a-e47eb00e9d50 => generated 971 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 919/1938] 199.19.213.21 () {34 vars in 991 bytes} [Tue Jun 16 01:44:32 2026] GET /v2.0/ports?device_id=f609aa87-cc69-49f3-ad2a-e47eb00e9d50 => generated 971 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1020/1939] 10.0.0.1 () {34 vars in 1036 bytes} [Tue Jun 16 01:44:32 2026] GET /v2.0/security-groups?id=f088bc3d-e8ca-434d-b94a-20ef936ccdea&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 01:44:32.305 8 INFO neutron_taas.services.taas.taas_plugin [req-f7481870-1d05-4cff-9a32-dd427a80236b req-a21b617d-4a0c-4dd6-ac87-362bd9f3c019 d111334eb5f044e4bea7cffe3d3e3fed 012ddac4320f4f238885ed1d2b09a396 - - default default] TaaS: Handle Delete Port: 4cccc87b-140e-4ed5-bab7-eebfa66b7268 2026-06-16 01:44:32.308 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-f7481870-1d05-4cff-9a32-dd427a80236b req-a21b617d-4a0c-4dd6-ac87-362bd9f3c019 d111334eb5f044e4bea7cffe3d3e3fed 012ddac4320f4f238885ed1d2b09a396 - - default default] Tap Mirror: Handle Delete Port: 4cccc87b-140e-4ed5-bab7-eebfa66b7268 [pid: 8|app: 0|req: 920/1940] 199.19.213.21 () {36 vars in 994 bytes} [Tue Jun 16 01:44:32 2026] DELETE /v2.0/ports/4cccc87b-140e-4ed5-bab7-eebfa66b7268 => generated 0 bytes in 269 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 01:44:32.490 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e11eb9fd-aa57-48e5-885d-444903ee040e'] response: {'server_uuid': 'f609aa87-cc69-49f3-ad2a-e47eb00e9d50', 'name': 'network-vif-deleted', 'tag': '4cccc87b-140e-4ed5-bab7-eebfa66b7268', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1021/1941] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:44:32 2026] GET /v2.0/ports?device_id=204d3ce9-5919-4d60-be50-7f06500e3bda => generated 1012 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 921/1942] 10.0.0.1 () {34 vars in 1116 bytes} [Tue Jun 16 01:44:32 2026] GET /v2.0/security-groups?id=780a6f5e-cfbf-4192-99eb-cc276ad11511&id=af7ad04c-70b0-478a-9004-8f265e0e3097&fields=id&fields=name => generated 206 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1022/1943] 199.19.213.21 () {34 vars in 991 bytes} [Tue Jun 16 01:44:32 2026] GET /v2.0/ports?device_id=204d3ce9-5919-4d60-be50-7f06500e3bda => generated 1281 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 922/1944] 199.19.213.21 () {34 vars in 1121 bytes} [Tue Jun 16 01:44:32 2026] GET /v2.0/security-groups?id=af7ad04c-70b0-478a-9004-8f265e0e3097&id=780a6f5e-cfbf-4192-99eb-cc276ad11511&fields=id&fields=name => generated 206 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 923/1945] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:44:33 2026] GET /v2.0/ports?device_id=f609aa87-cc69-49f3-ad2a-e47eb00e9d50 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 01:44:33.434 7 INFO neutron.db.segments_db [None req-a57f4449-53b1-477b-999b-e5c9df82ef58 081f8772158d4da88daa94d6ab4bcc8f 137d178b7de34e73b4091f0498968af1 - - default default] Added segment 3f9b5f6a-d7c5-44b9-87ac-8ddfad50bb0b of type vxlan for network 3ab9bd0c-d08d-4ba5-8528-e88fb5ac6588 2026-06-16 01:44:33.514 7 INFO neutron.db.segments_db [None req-a57f4449-53b1-477b-999b-e5c9df82ef58 081f8772158d4da88daa94d6ab4bcc8f 137d178b7de34e73b4091f0498968af1 - - default default] Added segment 16cd9a04-7f4e-4a36-954c-cc9e7d48ba35 of type vxlan for network 236804a2-c768-4514-a4b7-f7e1f78d770c [pid: 7|app: 0|req: 1023/1946] 10.0.0.164 () {34 vars in 668 bytes} [Tue Jun 16 01:44:33 2026] POST /v2.0/networks => generated 1245 bytes in 593 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 924/1947] 10.0.0.164 () {32 vars in 647 bytes} [Tue Jun 16 01:44:33 2026] GET /v2.0/networks => generated 1844 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 01:44:33.834 7 INFO neutron.services.segments.plugin [-] Segment 3f9b5f6a-d7c5-44b9-87ac-8ddfad50bb0b resource provider aggregate not found 2026-06-16 01:44:33.837 7 INFO neutron.services.segments.plugin [-] Segment 3f9b5f6a-d7c5-44b9-87ac-8ddfad50bb0b resource provider aggregate not found 2026-06-16 01:44:33.852 7 INFO neutron.services.segments.plugin [-] Segment 3f9b5f6a-d7c5-44b9-87ac-8ddfad50bb0b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3f9b5f6a-d7c5-44b9-87ac-8ddfad50bb0b found for delete ", "request_id": "req-7c218a42-58cd-47dd-bc8a-059c9c4a25af"}]} 2026-06-16 01:44:33.854 7 INFO neutron.services.segments.plugin [-] Segment 3f9b5f6a-d7c5-44b9-87ac-8ddfad50bb0b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3f9b5f6a-d7c5-44b9-87ac-8ddfad50bb0b found for delete ", "request_id": "req-0234c883-7865-4bdd-a40d-d55b00d476a6"}]} [pid: 7|app: 0|req: 1024/1948] 10.0.0.164 () {32 vars in 724 bytes} [Tue Jun 16 01:44:33 2026] DELETE /v2.0/networks/3ab9bd0c-d08d-4ba5-8528-e88fb5ac6588 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 925/1949] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:44:33 2026] GET /v2.0/ports?device_id=204d3ce9-5919-4d60-be50-7f06500e3bda => generated 1014 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 926/1950] 10.0.0.1 () {34 vars in 1116 bytes} [Tue Jun 16 01:44:33 2026] GET /v2.0/security-groups?id=780a6f5e-cfbf-4192-99eb-cc276ad11511&id=af7ad04c-70b0-478a-9004-8f265e0e3097&fields=id&fields=name => generated 206 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1025/1951] 10.0.0.164 () {32 vars in 724 bytes} [Tue Jun 16 01:44:33 2026] DELETE /v2.0/networks/236804a2-c768-4514-a4b7-f7e1f78d770c => generated 0 bytes in 112 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 927/1952] 10.0.0.164 () {32 vars in 647 bytes} [Tue Jun 16 01:44:33 2026] GET /v2.0/networks => generated 651 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 01:44:34.090 7 INFO neutron.db.segments_db [None req-11b903a3-6d1b-488d-9822-cfd228fff8a3 081f8772158d4da88daa94d6ab4bcc8f 137d178b7de34e73b4091f0498968af1 - - default default] Added segment a5b66a0c-0bc3-4a68-8988-671fd002e905 of type vxlan for network 1356f69b-7b0c-4c85-8091-f4da4d4c2059 [pid: 7|app: 0|req: 1026/1953] 10.0.0.164 () {34 vars in 668 bytes} [Tue Jun 16 01:44:34 2026] POST /v2.0/networks => generated 649 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 01:44:34.290 7 INFO neutron.db.segments_db [None req-e6009699-6df6-4753-8040-2cfa52b8117a 081f8772158d4da88daa94d6ab4bcc8f 137d178b7de34e73b4091f0498968af1 - - default default] Added segment b838501d-393c-41bd-a5df-7012038d1f5b of type vxlan for network f8e3abaa-177c-4d9c-8f7e-6d9a673e1e21 [pid: 7|app: 0|req: 1027/1954] 10.0.0.164 () {34 vars in 668 bytes} [Tue Jun 16 01:44:34 2026] POST /v2.0/networks => generated 649 bytes in 181 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 01:44:34.500 8 INFO neutron.db.segments_db [None req-9e428ac0-c4e4-45ca-a00c-3a04fe354a94 3743b56a01844169a8c037a5bd3c87a5 a3c8ac87b5a84606a863e7dfc2dfa763 - - default default] Added segment 700cb0b3-5993-4ba3-b85c-c04a99cc7c98 of type vxlan for network f4a15c89-a0b3-40a0-964b-d4534e42010c [pid: 8|app: 0|req: 928/1955] 10.0.0.164 () {34 vars in 668 bytes} [Tue Jun 16 01:44:34 2026] POST /v2.0/networks => generated 631 bytes in 464 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 929/1956] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:44:34 2026] GET /v2.0/ports?device_id=f609aa87-cc69-49f3-ad2a-e47eb00e9d50 => 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: 930/1957] 10.0.0.164 () {34 vars in 667 bytes} [Tue Jun 16 01:44:34 2026] POST /v2.0/subnets => generated 626 bytes in 187 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 931/1958] 10.0.0.164 () {34 vars in 749 bytes} [Tue Jun 16 01:44:34 2026] PUT /v2.0/subnets/ac024d06-a249-4288-a0e1-70064c3bd4c9/tags => generated 25 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 932/1959] 10.0.0.164 () {32 vars in 729 bytes} [Tue Jun 16 01:44:34 2026] GET /v2.0/subnets/ac024d06-a249-4288-a0e1-70064c3bd4c9/tags => generated 25 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 933/1960] 10.0.0.164 () {34 vars in 760 bytes} [Tue Jun 16 01:44:34 2026] PUT /v2.0/subnets/ac024d06-a249-4288-a0e1-70064c3bd4c9/tags/green => generated 4 bytes in 78 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 934/1961] 10.0.0.164 () {32 vars in 729 bytes} [Tue Jun 16 01:44:35 2026] GET /v2.0/subnets/ac024d06-a249-4288-a0e1-70064c3bd4c9/tags => generated 34 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1028/1962] 10.0.0.164 () {34 vars in 663 bytes} [Tue Jun 16 01:44:34 2026] POST /v2.0/ports => generated 1505 bytes in 658 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: 935/1963] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:44:35 2026] GET /v2.0/ports?device_id=204d3ce9-5919-4d60-be50-7f06500e3bda => generated 1014 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1029/1964] 10.0.0.164 () {34 vars in 756 bytes} [Tue Jun 16 01:44:35 2026] PUT /v2.0/subnets/ac024d06-a249-4288-a0e1-70064c3bd4c9/tags/red => generated 4 bytes in 74 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1030/1965] 10.0.0.1 () {34 vars in 1116 bytes} [Tue Jun 16 01:44:35 2026] GET /v2.0/security-groups?id=780a6f5e-cfbf-4192-99eb-cc276ad11511&id=af7ad04c-70b0-478a-9004-8f265e0e3097&fields=id&fields=name => generated 206 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 936/1966] 10.0.0.164 () {32 vars in 641 bytes} [Tue Jun 16 01:44:35 2026] GET /v2.0/ports => generated 1505 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1031/1967] 10.0.0.164 () {32 vars in 729 bytes} [Tue Jun 16 01:44:35 2026] GET /v2.0/subnets/ac024d06-a249-4288-a0e1-70064c3bd4c9/tags => generated 34 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 01:44:35.278 8 INFO neutron_taas.services.taas.taas_plugin [None req-a34757b6-c6eb-43dd-80d1-92e03b795b5d 081f8772158d4da88daa94d6ab4bcc8f 137d178b7de34e73b4091f0498968af1 - - default default] TaaS: Handle Delete Port: 3b482bf4-8608-4697-864a-599e20014cfc 2026-06-16 01:44:35.282 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a34757b6-c6eb-43dd-80d1-92e03b795b5d 081f8772158d4da88daa94d6ab4bcc8f 137d178b7de34e73b4091f0498968af1 - - default default] Tap Mirror: Handle Delete Port: 3b482bf4-8608-4697-864a-599e20014cfc [pid: 7|app: 0|req: 1032/1968] 10.0.0.164 () {34 vars in 778 bytes} [Tue Jun 16 01:44:35 2026] PUT /v2.0/subnets/ac024d06-a249-4288-a0e1-70064c3bd4c9/tags/black.or.white => generated 4 bytes in 68 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1033/1969] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:44:35 2026] GET /v2.0/ports?device_id=204d3ce9-5919-4d60-be50-7f06500e3bda => generated 1014 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 937/1970] 10.0.0.164 () {32 vars in 718 bytes} [Tue Jun 16 01:44:35 2026] DELETE /v2.0/ports/3b482bf4-8608-4697-864a-599e20014cfc => generated 0 bytes in 206 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1034/1971] 10.0.0.164 () {32 vars in 729 bytes} [Tue Jun 16 01:44:35 2026] GET /v2.0/subnets/ac024d06-a249-4288-a0e1-70064c3bd4c9/tags => generated 52 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 01:44:35.506 7 INFO neutron_taas.services.taas.taas_plugin [None req-c136ba2e-acc9-4539-bb54-02ac7d648baa 081f8772158d4da88daa94d6ab4bcc8f 137d178b7de34e73b4091f0498968af1 - - default default] TaaS: Handle Delete Port: 3901f41f-a6d0-497e-aecf-ac112f8675b1 2026-06-16 01:44:35.510 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c136ba2e-acc9-4539-bb54-02ac7d648baa 081f8772158d4da88daa94d6ab4bcc8f 137d178b7de34e73b4091f0498968af1 - - default default] Tap Mirror: Handle Delete Port: 3901f41f-a6d0-497e-aecf-ac112f8675b1 [pid: 7|app: 0|req: 1035/1972] 10.0.0.164 () {32 vars in 718 bytes} [Tue Jun 16 01:44:35 2026] DELETE /v2.0/ports/3901f41f-a6d0-497e-aecf-ac112f8675b1 => 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: 1036/1973] 10.0.0.164 () {34 vars in 749 bytes} [Tue Jun 16 01:44:35 2026] PUT /v2.0/subnets/ac024d06-a249-4288-a0e1-70064c3bd4c9/tags => generated 37 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1037/1974] 10.0.0.164 () {32 vars in 641 bytes} [Tue Jun 16 01:44:35 2026] GET /v2.0/ports => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 01:44:35.715 8 INFO neutron.db.l3_db [None req-604518d8-afe5-4246-aa25-26a9fa841ae5 d5b9d51b2f81462290a3b35e79db6af5 345230372cf240bdabbccafc2d3a1b79 - - default default] Floating IP eb735730-e61d-4d2a-af13-8c82731c9fda associated. External IP: 10.96.250.205, port: e8aa3481-f5c3-4f82-bf61-02ea121dca83. [pid: 7|app: 0|req: 1038/1975] 10.0.0.164 () {32 vars in 729 bytes} [Tue Jun 16 01:44:35 2026] GET /v2.0/subnets/ac024d06-a249-4288-a0e1-70064c3bd4c9/tags => generated 37 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1039/1976] 10.0.0.164 () {32 vars in 738 bytes} [Tue Jun 16 01:44:35 2026] DELETE /v2.0/security-groups/f088bc3d-e8ca-434d-b94a-20ef936ccdea => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 01:44:35.876 7 INFO neutron.services.segments.plugin [-] Segment 16cd9a04-7f4e-4a36-954c-cc9e7d48ba35 resource provider aggregate not found 2026-06-16 01:44:35.878 7 INFO neutron.services.segments.plugin [-] Segment 16cd9a04-7f4e-4a36-954c-cc9e7d48ba35 resource provider aggregate not found 2026-06-16 01:44:35.901 7 INFO neutron.services.segments.plugin [-] Segment 16cd9a04-7f4e-4a36-954c-cc9e7d48ba35 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 16cd9a04-7f4e-4a36-954c-cc9e7d48ba35 found for delete ", "request_id": "req-63766724-3560-43b3-8aa7-f88eff87d0a6"}]} 2026-06-16 01:44:35.901 7 INFO neutron.services.segments.plugin [-] Segment 16cd9a04-7f4e-4a36-954c-cc9e7d48ba35 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 16cd9a04-7f4e-4a36-954c-cc9e7d48ba35 found for delete ", "request_id": "req-55986eee-3369-4fe1-9627-27b8d38401c2"}]} 2026-06-16 01:44:35.921 7 INFO neutron.db.segments_db [None req-a5610a96-c0aa-4278-b844-e0e94a898e3a 081f8772158d4da88daa94d6ab4bcc8f 137d178b7de34e73b4091f0498968af1 - - default default] Added segment f308e61f-473d-4f46-a2c3-4fc79944a3ec of type vxlan for network c083c1f2-a744-4565-82ab-99e092dd2cf1 [pid: 7|app: 0|req: 1040/1977] 10.0.0.164 () {34 vars in 668 bytes} [Tue Jun 16 01:44:35 2026] POST /v2.0/networks => generated 650 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 938/1978] 10.0.0.164 () {34 vars in 747 bytes} [Tue Jun 16 01:44:35 2026] PUT /v2.0/floatingips/eb735730-e61d-4d2a-af13-8c82731c9fda => generated 856 bytes in 647 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1041/1979] 10.0.0.164 () {32 vars in 737 bytes} [Tue Jun 16 01:44:36 2026] GET /v2.0/subnets/ac024d06-a249-4288-a0e1-70064c3bd4c9/tags/red => generated 0 bytes in 33 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 01:44:36.070 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8e7e38f9-4bad-4041-8910-5275fd88032e'] response: {'name': 'network-changed', 'server_uuid': '204d3ce9-5919-4d60-be50-7f06500e3bda', 'tag': 'e8aa3481-f5c3-4f82-bf61-02ea121dca83', 'status': 'completed', 'code': 200} 2026-06-16 01:44:36.091 7 INFO neutron.db.segments_db [None req-a2e466c7-9ed3-4ea0-9aad-2c0a5e52eb72 081f8772158d4da88daa94d6ab4bcc8f 137d178b7de34e73b4091f0498968af1 - - default default] Added segment 776ab636-3285-422d-8472-de97eda24d39 of type vxlan for network 1768803f-e9e7-46af-bd5d-14235846c61d [pid: 7|app: 0|req: 1042/1980] 10.0.0.164 () {34 vars in 668 bytes} [Tue Jun 16 01:44:36 2026] POST /v2.0/networks => generated 650 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 01:44:36.198 7 INFO neutron.api.v2.resource [None req-5f76993f-88b0-4208-9860-27383fce9bb0 3743b56a01844169a8c037a5bd3c87a5 a3c8ac87b5a84606a863e7dfc2dfa763 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1043/1981] 10.0.0.164 () {32 vars in 741 bytes} [Tue Jun 16 01:44:36 2026] GET /v2.0/subnets/ac024d06-a249-4288-a0e1-70064c3bd4c9/tags/green => generated 99 bytes in 33 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-06-16 01:44:36.462 8 INFO neutron_taas.services.taas.taas_plugin [None req-692b1314-b15e-4ac9-8787-16c912ccb27f d111334eb5f044e4bea7cffe3d3e3fed 012ddac4320f4f238885ed1d2b09a396 - - default default] TaaS: Handle Delete Port: 423876a8-eddc-4113-948c-3f133b378015 2026-06-16 01:44:36.465 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-692b1314-b15e-4ac9-8787-16c912ccb27f d111334eb5f044e4bea7cffe3d3e3fed 012ddac4320f4f238885ed1d2b09a396 - - default default] Tap Mirror: Handle Delete Port: 423876a8-eddc-4113-948c-3f133b378015 [pid: 7|app: 0|req: 1044/1982] 10.0.0.164 () {34 vars in 667 bytes} [Tue Jun 16 01:44:36 2026] POST /v2.0/subnets => generated 1274 bytes in 404 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1045/1983] 10.0.0.164 () {32 vars in 740 bytes} [Tue Jun 16 01:44:36 2026] DELETE /v2.0/subnets/ac024d06-a249-4288-a0e1-70064c3bd4c9/tags/red => generated 0 bytes in 42 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1046/1984] 199.19.213.21 () {34 vars in 1077 bytes} [Tue Jun 16 01:44:36 2026] GET /v2.0/ports?tenant_id=345230372cf240bdabbccafc2d3a1b79&device_id=204d3ce9-5919-4d60-be50-7f06500e3bda => generated 1283 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1047/1985] 10.0.0.164 () {32 vars in 645 bytes} [Tue Jun 16 01:44:36 2026] GET /v2.0/subnets => generated 1910 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1048/1986] 10.0.0.164 () {32 vars in 729 bytes} [Tue Jun 16 01:44:36 2026] GET /v2.0/subnets/ac024d06-a249-4288-a0e1-70064c3bd4c9/tags => generated 30 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1049/1987] 199.19.213.21 () {34 vars in 983 bytes} [Tue Jun 16 01:44:36 2026] GET /v2.0/networks?id=a45d34e1-65bb-4a35-9da3-0fe456e43910 => generated 768 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1050/1988] 10.0.0.164 () {32 vars in 722 bytes} [Tue Jun 16 01:44:36 2026] DELETE /v2.0/subnets/149a4345-739c-4a5b-976a-1ae5988d3ff9 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 01:44:36.946 7 INFO neutron.api.v2.resource [None req-81ae7c4e-4c6e-4bc2-bad7-f912cebcbeb6 3743b56a01844169a8c037a5bd3c87a5 a3c8ac87b5a84606a863e7dfc2dfa763 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1051/1989] 10.0.0.164 () {32 vars in 744 bytes} [Tue Jun 16 01:44:36 2026] DELETE /v2.0/subnets/ac024d06-a249-4288-a0e1-70064c3bd4c9/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: 939/1990] 10.0.0.164 () {34 vars in 787 bytes} [Tue Jun 16 01:44:36 2026] PUT /v2.0/routers/393959e4-0823-45c8-9b18-f31673e4a4ac/remove_router_interface => generated 309 bytes in 939 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1052/1991] 199.19.213.21 () {34 vars in 1057 bytes} [Tue Jun 16 01:44:36 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=e8aa3481-f5c3-4f82-bf61-02ea121dca83 => generated 859 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1053/1992] 10.0.0.164 () {32 vars in 732 bytes} [Tue Jun 16 01:44:36 2026] DELETE /v2.0/subnets/ac024d06-a249-4288-a0e1-70064c3bd4c9/tags => 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: 940/1993] 10.0.0.164 () {32 vars in 722 bytes} [Tue Jun 16 01:44:36 2026] DELETE /v2.0/subnets/bb829683-970c-4c24-a355-34d12e0b8ac4 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 941/1994] 199.19.213.21 () {34 vars in 981 bytes} [Tue Jun 16 01:44:37 2026] GET /v2.0/subnets?id=906da343-a0b3-4a3c-b9fa-bcf22bdd9290 => generated 690 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 942/1995] 10.0.0.164 () {32 vars in 729 bytes} [Tue Jun 16 01:44:37 2026] GET /v2.0/subnets/ac024d06-a249-4288-a0e1-70064c3bd4c9/tags => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 943/1996] 10.0.0.164 () {32 vars in 645 bytes} [Tue Jun 16 01:44:37 2026] GET /v2.0/subnets => generated 649 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 944/1997] 199.19.213.21 () {34 vars in 1049 bytes} [Tue Jun 16 01:44:37 2026] GET /v2.0/ports?network_id=a45d34e1-65bb-4a35-9da3-0fe456e43910&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: 1054/1998] 10.0.0.164 () {32 vars in 722 bytes} [Tue Jun 16 01:44:37 2026] DELETE /v2.0/subnets/d2192138-9d39-4783-beb7-c171a8ddf3b6 => generated 0 bytes in 191 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 945/1999] 10.0.0.164 () {32 vars in 722 bytes} [Tue Jun 16 01:44:37 2026] DELETE /v2.0/subnets/ac024d06-a249-4288-a0e1-70064c3bd4c9 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1055/2000] 10.0.0.164 () {32 vars in 724 bytes} [Tue Jun 16 01:44:37 2026] DELETE /v2.0/networks/1768803f-e9e7-46af-bd5d-14235846c61d => 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: 946/2001] 199.19.213.21 () {34 vars in 1009 bytes} [Tue Jun 16 01:44:37 2026] GET /v2.0/networks/a45d34e1-65bb-4a35-9da3-0fe456e43910?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 01:44:37.515 8 INFO neutron_taas.services.taas.taas_plugin [None req-ea7a442b-edf6-427f-9570-14712f0fe496 3743b56a01844169a8c037a5bd3c87a5 a3c8ac87b5a84606a863e7dfc2dfa763 - - default default] TaaS: Handle Delete Port: 78f61843-f810-460f-b1bd-47f6e0fd2d78 2026-06-16 01:44:37.518 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ea7a442b-edf6-427f-9570-14712f0fe496 3743b56a01844169a8c037a5bd3c87a5 a3c8ac87b5a84606a863e7dfc2dfa763 - - default default] Tap Mirror: Handle Delete Port: 78f61843-f810-460f-b1bd-47f6e0fd2d78 2026-06-16 01:44:37.623 7 INFO neutron_taas.services.taas.taas_plugin [None req-57bfe81f-b3de-4f56-bc2f-67c6099bc453 d111334eb5f044e4bea7cffe3d3e3fed 012ddac4320f4f238885ed1d2b09a396 - - default default] TaaS: Handle Delete Port: afe41fdc-1a48-4d69-b147-97a5a33f7f0f 2026-06-16 01:44:37.627 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-57bfe81f-b3de-4f56-bc2f-67c6099bc453 d111334eb5f044e4bea7cffe3d3e3fed 012ddac4320f4f238885ed1d2b09a396 - - default default] Tap Mirror: Handle Delete Port: afe41fdc-1a48-4d69-b147-97a5a33f7f0f 2026-06-16 01:44:37.663 8 INFO neutron.services.segments.plugin [-] Segment 700cb0b3-5993-4ba3-b85c-c04a99cc7c98 resource provider aggregate not found 2026-06-16 01:44:37.669 8 INFO neutron.services.segments.plugin [-] Segment 700cb0b3-5993-4ba3-b85c-c04a99cc7c98 resource provider aggregate not found 2026-06-16 01:44:37.683 8 INFO neutron.services.segments.plugin [-] Segment 700cb0b3-5993-4ba3-b85c-c04a99cc7c98 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 700cb0b3-5993-4ba3-b85c-c04a99cc7c98 found for delete ", "request_id": "req-939ff9a3-6187-4c9a-b50e-052ddc4b12e3"}]} 2026-06-16 01:44:37.703 8 INFO neutron.services.segments.plugin [-] Segment 700cb0b3-5993-4ba3-b85c-c04a99cc7c98 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 700cb0b3-5993-4ba3-b85c-c04a99cc7c98 found for delete ", "request_id": "req-f4268744-c8a3-42eb-a217-e9a7d48a4fb4"}]} [pid: 8|app: 0|req: 947/2002] 10.0.0.164 () {32 vars in 724 bytes} [Tue Jun 16 01:44:37 2026] DELETE /v2.0/networks/f4a15c89-a0b3-40a0-964b-d4534e42010c => generated 0 bytes in 270 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 948/2003] 10.0.0.164 () {32 vars in 724 bytes} [Tue Jun 16 01:44:37 2026] DELETE /v2.0/networks/c083c1f2-a744-4565-82ab-99e092dd2cf1 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 01:44:37.856 7 INFO neutron_taas.services.taas.taas_plugin [None req-57bfe81f-b3de-4f56-bc2f-67c6099bc453 d111334eb5f044e4bea7cffe3d3e3fed 012ddac4320f4f238885ed1d2b09a396 - - default default] TaaS: Handle Delete Port: 29afa7d4-ddc5-4e25-818b-dbeeeb2d40f6 2026-06-16 01:44:37.859 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-57bfe81f-b3de-4f56-bc2f-67c6099bc453 d111334eb5f044e4bea7cffe3d3e3fed 012ddac4320f4f238885ed1d2b09a396 - - default default] Tap Mirror: Handle Delete Port: 29afa7d4-ddc5-4e25-818b-dbeeeb2d40f6 [pid: 8|app: 0|req: 949/2004] 199.19.213.21 () {34 vars in 1109 bytes} [Tue Jun 16 01:44:37 2026] GET /v2.0/networks/a45d34e1-65bb-4a35-9da3-0fe456e43910?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 01:44:37.924 7 INFO neutron.services.segments.plugin [-] Segment 776ab636-3285-422d-8472-de97eda24d39 resource provider aggregate not found 2026-06-16 01:44:37.929 7 INFO neutron.services.segments.plugin [-] Segment 776ab636-3285-422d-8472-de97eda24d39 resource provider aggregate not found 2026-06-16 01:44:37.944 7 INFO neutron.services.segments.plugin [-] Segment 776ab636-3285-422d-8472-de97eda24d39 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 776ab636-3285-422d-8472-de97eda24d39 found for delete ", "request_id": "req-83d5a910-df55-461a-a03b-a5fadff909f6"}]} 2026-06-16 01:44:37.944 7 INFO neutron.services.segments.plugin [-] Segment 776ab636-3285-422d-8472-de97eda24d39 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 776ab636-3285-422d-8472-de97eda24d39 found for delete ", "request_id": "req-2a977fcc-9de2-4d87-a1df-42bde75ee28e"}]} [pid: 8|app: 0|req: 950/2005] 10.0.0.164 () {32 vars in 724 bytes} [Tue Jun 16 01:44:37 2026] DELETE /v2.0/networks/f8e3abaa-177c-4d9c-8f7e-6d9a673e1e21 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 951/2006] 10.0.0.164 () {32 vars in 724 bytes} [Tue Jun 16 01:44:38 2026] DELETE /v2.0/networks/1356f69b-7b0c-4c85-8091-f4da4d4c2059 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 01:44:38.242 7 INFO neutron.db.l3_hamode_db [None req-57bfe81f-b3de-4f56-bc2f-67c6099bc453 d111334eb5f044e4bea7cffe3d3e3fed 012ddac4320f4f238885ed1d2b09a396 - - default default] HA network b2352e53-8835-43bc-b771-48b3a55eff16 was deleted as no HA routers are present in tenant 012ddac4320f4f238885ed1d2b09a396. [pid: 7|app: 0|req: 1056/2007] 10.0.0.164 () {32 vars in 722 bytes} [Tue Jun 16 01:44:37 2026] DELETE /v2.0/routers/393959e4-0823-45c8-9b18-f31673e4a4ac => generated 0 bytes in 836 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 01:44:38.376 8 INFO neutron_taas.services.taas.taas_plugin [None req-c960c8a4-c3b7-4ca8-92ee-9005cad53633 d111334eb5f044e4bea7cffe3d3e3fed 012ddac4320f4f238885ed1d2b09a396 - - default default] TaaS: Handle Delete Port: 7685fb64-68b2-4090-a11d-e7eeb131b0e5 2026-06-16 01:44:38.379 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c960c8a4-c3b7-4ca8-92ee-9005cad53633 d111334eb5f044e4bea7cffe3d3e3fed 012ddac4320f4f238885ed1d2b09a396 - - default default] Tap Mirror: Handle Delete Port: 7685fb64-68b2-4090-a11d-e7eeb131b0e5 [pid: 7|app: 0|req: 1057/2008] 10.0.0.164 () {32 vars in 772 bytes} [Tue Jun 16 01:44:38 2026] GET /v2.0/security-groups?tenant_id=a3c8ac87b5a84606a863e7dfc2dfa763&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: 952/2009] 10.0.0.164 () {32 vars in 724 bytes} [Tue Jun 16 01:44:38 2026] DELETE /v2.0/networks/a44b447e-3da6-458f-a64f-a60abb15499d => generated 0 bytes in 294 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1058/2010] 10.0.0.164 () {32 vars in 738 bytes} [Tue Jun 16 01:44:38 2026] DELETE /v2.0/security-groups/22ab0722-8e0a-4a5b-a40a-b5811fbf8e95 => 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: 953/2011] 10.0.0.164 () {32 vars in 772 bytes} [Tue Jun 16 01:44:38 2026] GET /v2.0/security-groups?tenant_id=137d178b7de34e73b4091f0498968af1&name=default => generated 2925 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1059/2012] 10.0.0.164 () {32 vars in 738 bytes} [Tue Jun 16 01:44:38 2026] DELETE /v2.0/security-groups/e3a59808-f6c5-49b6-997f-6206fdf14dad => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 954/2013] 10.0.0.164 () {32 vars in 772 bytes} [Tue Jun 16 01:44:38 2026] GET /v2.0/security-groups?tenant_id=adb7f34e30174bf3af6fe34e53cce933&name=default => generated 2925 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1060/2014] 10.0.0.164 () {32 vars in 738 bytes} [Tue Jun 16 01:44:38 2026] DELETE /v2.0/security-groups/fa1aa58b-b3b3-488a-908d-bcf4fd81ae65 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 955/2015] 10.0.0.164 () {32 vars in 772 bytes} [Tue Jun 16 01:44:39 2026] GET /v2.0/security-groups?tenant_id=82c9c40fe3d242adadeae6fe67e1a402&name=default => generated 2925 bytes in 332 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1061/2016] 10.0.0.164 () {32 vars in 738 bytes} [Tue Jun 16 01:44:39 2026] DELETE /v2.0/security-groups/6cb937cd-4425-4210-a4e2-a1851260a4e6 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 01:44:39.705 8 INFO neutron.services.segments.plugin [-] Segment f308e61f-473d-4f46-a2c3-4fc79944a3ec resource provider aggregate not found [pid: 8|app: 0|req: 956/2017] 10.0.0.164 () {32 vars in 772 bytes} [Tue Jun 16 01:44:39 2026] GET /v2.0/security-groups?tenant_id=012ddac4320f4f238885ed1d2b09a396&name=default => generated 2925 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 01:44:39.728 8 INFO neutron.services.segments.plugin [-] Segment f308e61f-473d-4f46-a2c3-4fc79944a3ec resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f308e61f-473d-4f46-a2c3-4fc79944a3ec found for delete ", "request_id": "req-45f7aadc-eb39-46ac-8674-bd86610eddfc"}]} 2026-06-16 01:44:39.737 8 INFO neutron.services.segments.plugin [-] Segment f308e61f-473d-4f46-a2c3-4fc79944a3ec resource provider aggregate not found 2026-06-16 01:44:39.743 8 INFO neutron.services.segments.plugin [-] Segment b838501d-393c-41bd-a5df-7012038d1f5b resource provider aggregate not found 2026-06-16 01:44:39.755 8 INFO neutron.services.segments.plugin [-] Segment b838501d-393c-41bd-a5df-7012038d1f5b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b838501d-393c-41bd-a5df-7012038d1f5b found for delete ", "request_id": "req-541a6c20-9551-4292-8acd-b325d0a5505a"}]} 2026-06-16 01:44:39.760 8 INFO neutron.services.segments.plugin [-] Segment f308e61f-473d-4f46-a2c3-4fc79944a3ec resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f308e61f-473d-4f46-a2c3-4fc79944a3ec found for delete ", "request_id": "req-273c2198-a672-4662-bfe7-862566f5badf"}]} 2026-06-16 01:44:39.769 8 INFO neutron.services.segments.plugin [-] Segment a5b66a0c-0bc3-4a68-8988-671fd002e905 resource provider aggregate not found 2026-06-16 01:44:39.776 8 INFO neutron.services.segments.plugin [-] Segment b838501d-393c-41bd-a5df-7012038d1f5b resource provider aggregate not found 2026-06-16 01:44:39.783 8 INFO neutron.services.segments.plugin [-] Segment a5b66a0c-0bc3-4a68-8988-671fd002e905 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a5b66a0c-0bc3-4a68-8988-671fd002e905 found for delete ", "request_id": "req-2dbcdf8d-611f-4085-b5a4-bb2926863102"}]} 2026-06-16 01:44:39.795 8 INFO neutron.services.segments.plugin [-] Segment b838501d-393c-41bd-a5df-7012038d1f5b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b838501d-393c-41bd-a5df-7012038d1f5b found for delete ", "request_id": "req-2e1a03a7-32a7-477e-afed-651d8e61f0c6"}]} 2026-06-16 01:44:39.799 8 INFO neutron.services.segments.plugin [-] Segment 9d001fe9-c706-4662-8d4a-5578fd571ff1 resource provider aggregate not found 2026-06-16 01:44:39.808 8 INFO neutron.services.segments.plugin [-] Segment a5b66a0c-0bc3-4a68-8988-671fd002e905 resource provider aggregate not found 2026-06-16 01:44:39.813 8 INFO neutron.services.segments.plugin [-] Segment 9d001fe9-c706-4662-8d4a-5578fd571ff1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9d001fe9-c706-4662-8d4a-5578fd571ff1 found for delete ", "request_id": "req-0a87965f-5d32-48ff-aa99-933fa9eb3d3e"}]} 2026-06-16 01:44:39.819 8 INFO neutron.services.segments.plugin [-] Segment a5b66a0c-0bc3-4a68-8988-671fd002e905 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a5b66a0c-0bc3-4a68-8988-671fd002e905 found for delete ", "request_id": "req-e258d3a8-1130-427c-b438-a5379cc5ad7d"}]} 2026-06-16 01:44:39.836 8 INFO neutron.services.segments.plugin [-] Segment 9d001fe9-c706-4662-8d4a-5578fd571ff1 resource provider aggregate not found 2026-06-16 01:44:39.852 8 INFO neutron.services.segments.plugin [-] Segment 9d001fe9-c706-4662-8d4a-5578fd571ff1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9d001fe9-c706-4662-8d4a-5578fd571ff1 found for delete ", "request_id": "req-18a02a52-e0cc-404e-8ba9-35ba57251694"}]} [pid: 7|app: 0|req: 1062/2018] 10.0.0.164 () {32 vars in 738 bytes} [Tue Jun 16 01:44:39 2026] DELETE /v2.0/security-groups/9ed74653-3ffa-4ba4-b416-3f58b39dbfcc => generated 0 bytes in 136 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 01:44:39.960 7 INFO neutron.services.segments.plugin [-] Segment 2a5e2358-fbaf-4644-94aa-1fd4d002da65 resource provider aggregate not found 2026-06-16 01:44:39.963 7 INFO neutron.services.segments.plugin [-] Segment 2a5e2358-fbaf-4644-94aa-1fd4d002da65 resource provider aggregate not found 2026-06-16 01:44:39.975 7 INFO neutron.services.segments.plugin [-] Segment 2a5e2358-fbaf-4644-94aa-1fd4d002da65 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2a5e2358-fbaf-4644-94aa-1fd4d002da65 found for delete ", "request_id": "req-ba197039-9101-4a03-b57d-d0517407df79"}]} 2026-06-16 01:44:39.976 7 INFO neutron.services.segments.plugin [-] Segment 2a5e2358-fbaf-4644-94aa-1fd4d002da65 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2a5e2358-fbaf-4644-94aa-1fd4d002da65 found for delete ", "request_id": "req-90b683de-d98a-46cf-98ca-3ef5719b8f5c"}]} [pid: 8|app: 0|req: 957/2019] 10.0.0.164 () {34 vars in 674 bytes} [Tue Jun 16 01:44:40 2026] POST /v2.0/subnetpools => generated 548 bytes in 227 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1063/2020] 10.0.0.164 () {32 vars in 727 bytes} [Tue Jun 16 01:44:40 2026] GET /v2.0/subnetpools/c6653853-2887-44d9-94d9-a87631dd6f7f => generated 548 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 958/2021] 10.0.0.164 () {34 vars in 747 bytes} [Tue Jun 16 01:44:40 2026] PUT /v2.0/subnetpools/c6653853-2887-44d9-94d9-a87631dd6f7f => generated 500 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1064/2022] 10.0.0.164 () {32 vars in 730 bytes} [Tue Jun 16 01:44:40 2026] DELETE /v2.0/subnetpools/c6653853-2887-44d9-94d9-a87631dd6f7f => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 01:44:40.712 8 INFO neutron.api.v2.resource [None req-fb202e5f-59ba-4986-a57d-96d77a95b96a ff7ea3402d9049a0b40b4ea1b5395940 dab7f764a5414a8e83f6d122513f1605 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 959/2023] 10.0.0.164 () {32 vars in 727 bytes} [Tue Jun 16 01:44:40 2026] GET /v2.0/subnetpools/c6653853-2887-44d9-94d9-a87631dd6f7f => generated 145 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 01:44:40.728 7 INFO neutron.api.v2.resource [None req-32d40019-dea6-4c97-b5c3-4914ee256834 ff7ea3402d9049a0b40b4ea1b5395940 dab7f764a5414a8e83f6d122513f1605 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1065/2024] 10.0.0.164 () {32 vars in 730 bytes} [Tue Jun 16 01:44:40 2026] DELETE /v2.0/subnetpools/c6653853-2887-44d9-94d9-a87631dd6f7f => generated 145 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 960/2025] 10.0.0.164 () {32 vars in 772 bytes} [Tue Jun 16 01:44:41 2026] GET /v2.0/security-groups?tenant_id=dab7f764a5414a8e83f6d122513f1605&name=default => generated 2925 bytes in 222 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1066/2026] 10.0.0.164 () {32 vars in 738 bytes} [Tue Jun 16 01:44:41 2026] DELETE /v2.0/security-groups/2a6718d0-9fbf-4526-9d24-9634c35f76e6 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 01:44:42.595 8 INFO neutron.db.segments_db [None req-bee0ffaa-faee-4324-8f4c-7a2fe09d8c98 5cb91683eca747c594eecae2d04560d4 9e903bd1c4e6472ebd863d42a2cf32b5 - - default default] Added segment 769e2dd1-1e96-4856-9fc1-1079fff5b862 of type vxlan for network 4db043f3-41dd-4c0f-ab94-d03b22fd6985 [pid: 8|app: 0|req: 961/2027] 10.0.0.164 () {34 vars in 668 bytes} [Tue Jun 16 01:44:42 2026] POST /v2.0/networks => generated 632 bytes in 400 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 01:44:42.754 7 INFO neutron.db.segments_db [None req-47d4f475-03c6-46bc-8a0b-68e712b6947c 5cb91683eca747c594eecae2d04560d4 9e903bd1c4e6472ebd863d42a2cf32b5 - - default default] Added segment a74abea9-6328-4607-9777-f9fbc3446b52 of type vxlan for network 38d3b008-0a2a-4fe6-9b7e-aeb1981695e0 [pid: 7|app: 0|req: 1067/2028] 10.0.0.164 () {34 vars in 668 bytes} [Tue Jun 16 01:44:42 2026] POST /v2.0/networks => generated 632 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 962/2029] 10.0.0.164 () {34 vars in 751 bytes} [Tue Jun 16 01:44:42 2026] PUT /v2.0/networks/4db043f3-41dd-4c0f-ab94-d03b22fd6985/tags => generated 25 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1068/2030] 10.0.0.164 () {32 vars in 731 bytes} [Tue Jun 16 01:44:42 2026] GET /v2.0/networks/4db043f3-41dd-4c0f-ab94-d03b22fd6985/tags => generated 25 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 963/2031] 10.0.0.164 () {34 vars in 751 bytes} [Tue Jun 16 01:44:42 2026] PUT /v2.0/networks/38d3b008-0a2a-4fe6-9b7e-aeb1981695e0/tags => generated 17 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1069/2032] 10.0.0.164 () {32 vars in 731 bytes} [Tue Jun 16 01:44:43 2026] GET /v2.0/networks/38d3b008-0a2a-4fe6-9b7e-aeb1981695e0/tags => generated 17 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 964/2033] 10.0.0.164 () {34 vars in 751 bytes} [Tue Jun 16 01:44:43 2026] PUT /v2.0/networks/38d3b008-0a2a-4fe6-9b7e-aeb1981695e0/tags => generated 12 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1070/2034] 10.0.0.164 () {32 vars in 731 bytes} [Tue Jun 16 01:44:43 2026] GET /v2.0/networks/38d3b008-0a2a-4fe6-9b7e-aeb1981695e0/tags => generated 12 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 965/2035] 10.0.0.164 () {32 vars in 731 bytes} [Tue Jun 16 01:44:43 2026] GET /v2.0/networks/4db043f3-41dd-4c0f-ab94-d03b22fd6985/tags => generated 25 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 01:44:43.337 7 INFO neutron.services.segments.plugin [-] Segment 769e2dd1-1e96-4856-9fc1-1079fff5b862 resource provider aggregate not found 2026-06-16 01:44:43.339 7 INFO neutron.services.segments.plugin [-] Segment 769e2dd1-1e96-4856-9fc1-1079fff5b862 resource provider aggregate not found 2026-06-16 01:44:43.355 7 INFO neutron.services.segments.plugin [-] Segment 769e2dd1-1e96-4856-9fc1-1079fff5b862 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 769e2dd1-1e96-4856-9fc1-1079fff5b862 found for delete ", "request_id": "req-b7c252b0-acd9-485c-9835-4cb875172e3c"}]} 2026-06-16 01:44:43.356 7 INFO neutron.services.segments.plugin [-] Segment 769e2dd1-1e96-4856-9fc1-1079fff5b862 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 769e2dd1-1e96-4856-9fc1-1079fff5b862 found for delete ", "request_id": "req-2421ce98-5c4a-452e-9257-609f04542ee3"}]} [pid: 7|app: 0|req: 1071/2036] 10.0.0.164 () {32 vars in 724 bytes} [Tue Jun 16 01:44:43 2026] DELETE /v2.0/networks/4db043f3-41dd-4c0f-ab94-d03b22fd6985 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 01:44:43.520 8 INFO neutron.services.segments.plugin [-] Segment a74abea9-6328-4607-9777-f9fbc3446b52 resource provider aggregate not found 2026-06-16 01:44:43.528 8 INFO neutron.services.segments.plugin [-] Segment a74abea9-6328-4607-9777-f9fbc3446b52 resource provider aggregate not found 2026-06-16 01:44:43.542 8 INFO neutron.services.segments.plugin [-] Segment a74abea9-6328-4607-9777-f9fbc3446b52 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a74abea9-6328-4607-9777-f9fbc3446b52 found for delete ", "request_id": "req-7ef4e3e1-7b58-4a76-8dd1-17b7cfadb30c"}]} 2026-06-16 01:44:43.548 8 INFO neutron.services.segments.plugin [-] Segment a74abea9-6328-4607-9777-f9fbc3446b52 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a74abea9-6328-4607-9777-f9fbc3446b52 found for delete ", "request_id": "req-2490c113-b2b7-450f-a371-886f0f253a7e"}]} [pid: 8|app: 0|req: 966/2037] 10.0.0.164 () {32 vars in 724 bytes} [Tue Jun 16 01:44:43 2026] DELETE /v2.0/networks/38d3b008-0a2a-4fe6-9b7e-aeb1981695e0 => generated 0 bytes in 177 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 01:44:44.275 7 INFO neutron.db.segments_db [None req-1b13a1ac-60ac-421a-af58-2697c64e1d38 e0f56154128144b9a61a6796b2fa7495 ad42d98ce89d4ce49a83b912f7e39b1d - - default default] Added segment 63ebca2b-0d52-465c-a257-3c08adf40c66 of type vxlan for network 89fd2f79-8759-40a9-8d81-ee2ba709b05f [pid: 7|app: 0|req: 1072/2038] 10.0.0.164 () {34 vars in 668 bytes} [Tue Jun 16 01:44:43 2026] POST /v2.0/networks => generated 726 bytes in 469 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 967/2039] 10.0.0.164 () {32 vars in 772 bytes} [Tue Jun 16 01:44:44 2026] GET /v2.0/security-groups?tenant_id=fffadcc50ae841d4bd715e914e4b1cd6&name=default => generated 2925 bytes in 263 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1073/2040] 10.0.0.164 () {34 vars in 667 bytes} [Tue Jun 16 01:44:44 2026] POST /v2.0/subnets => generated 644 bytes in 206 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 01:44:44.604 7 WARNING neutron.api.v2.base [None req-28ba6308-5a36-4b78-b8c2-3802a4d3b502 e0f56154128144b9a61a6796b2fa7495 ad42d98ce89d4ce49a83b912f7e39b1d - - default default] An exception happened while processing the request body. The exception message is [Invalid input for target_tenant. Reason: 'None' is not a valid string.].: webob.exc.HTTPBadRequest: Invalid input for target_tenant. Reason: 'None' is not a valid string. 2026-06-16 01:44:44.605 7 INFO neutron.api.v2.resource [None req-28ba6308-5a36-4b78-b8c2-3802a4d3b502 e0f56154128144b9a61a6796b2fa7495 ad42d98ce89d4ce49a83b912f7e39b1d - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 7|app: 0|req: 1074/2041] 10.0.0.164 () {34 vars in 679 bytes} [Tue Jun 16 01:44:44 2026] POST /v2.0/rbac-policies => generated 143 bytes in 7 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 8|app: 0|req: 968/2042] 10.0.0.164 () {32 vars in 738 bytes} [Tue Jun 16 01:44:44 2026] DELETE /v2.0/security-groups/c1bdde57-b153-4158-a25b-630a7b74b8d2 => 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: 1075/2043] 10.0.0.164 () {32 vars in 724 bytes} [Tue Jun 16 01:44:44 2026] DELETE /v2.0/networks/89fd2f79-8759-40a9-8d81-ee2ba709b05f => generated 0 bytes in 177 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 969/2044] 10.0.0.164 () {32 vars in 772 bytes} [Tue Jun 16 01:44:44 2026] GET /v2.0/security-groups?tenant_id=9e903bd1c4e6472ebd863d42a2cf32b5&name=default => generated 2925 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 01:44:44.855 7 INFO neutron.db.segments_db [None req-aced7bdd-3911-41c8-83fc-b4a9c5edd881 e0f56154128144b9a61a6796b2fa7495 ad42d98ce89d4ce49a83b912f7e39b1d - - default default] Added segment 68dc6f79-9dbf-4130-810e-1beef6848f1a of type vxlan for network fe7cec26-7642-42c3-ad9e-9b9b9420a266 [pid: 8|app: 0|req: 970/2045] 10.0.0.164 () {32 vars in 738 bytes} [Tue Jun 16 01:44:44 2026] DELETE /v2.0/security-groups/512ce9d8-0af5-471a-bf38-54e68ad45250 => 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: 1076/2046] 10.0.0.164 () {34 vars in 668 bytes} [Tue Jun 16 01:44:44 2026] POST /v2.0/networks => generated 726 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1077/2047] 10.0.0.164 () {34 vars in 667 bytes} [Tue Jun 16 01:44:44 2026] POST /v2.0/subnets => generated 647 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 01:44:45.110 7 WARNING neutron.api.v2.base [None req-faa38dfa-04b1-4130-9824-f4a14225f184 e0f56154128144b9a61a6796b2fa7495 ad42d98ce89d4ce49a83b912f7e39b1d - - default default] An exception happened while processing the request body. The exception message is [Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255.].: webob.exc.HTTPBadRequest: Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. 2026-06-16 01:44:45.111 7 INFO neutron.api.v2.resource [None req-faa38dfa-04b1-4130-9824-f4a14225f184 e0f56154128144b9a61a6796b2fa7495 ad42d98ce89d4ce49a83b912f7e39b1d - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 7|app: 0|req: 1078/2048] 10.0.0.164 () {34 vars in 679 bytes} [Tue Jun 16 01:44:45 2026] POST /v2.0/rbac-policies => generated 547 bytes in 6 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1079/2049] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:44:45 2026] GET /v2.0/ports?device_id=204d3ce9-5919-4d60-be50-7f06500e3bda => generated 1014 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 971/2050] 10.0.0.164 () {32 vars in 772 bytes} [Tue Jun 16 01:44:44 2026] GET /v2.0/security-groups?tenant_id=477cad30bc604af3ab47004dda17058a&name=default => generated 2925 bytes in 344 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 972/2051] 10.0.0.1 () {34 vars in 1116 bytes} [Tue Jun 16 01:44:45 2026] GET /v2.0/security-groups?id=780a6f5e-cfbf-4192-99eb-cc276ad11511&id=af7ad04c-70b0-478a-9004-8f265e0e3097&fields=id&fields=name => generated 206 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 01:44:45.376 7 INFO neutron.services.segments.plugin [-] Segment 63ebca2b-0d52-465c-a257-3c08adf40c66 resource provider aggregate not found 2026-06-16 01:44:45.381 7 INFO neutron.services.segments.plugin [-] Segment 63ebca2b-0d52-465c-a257-3c08adf40c66 resource provider aggregate not found 2026-06-16 01:44:45.395 7 INFO neutron.services.segments.plugin [-] Segment 63ebca2b-0d52-465c-a257-3c08adf40c66 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 63ebca2b-0d52-465c-a257-3c08adf40c66 found for delete ", "request_id": "req-4e8476f9-93ee-4a05-a335-c8c9e8224b88"}]} 2026-06-16 01:44:45.398 7 INFO neutron.services.segments.plugin [-] Segment 63ebca2b-0d52-465c-a257-3c08adf40c66 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 63ebca2b-0d52-465c-a257-3c08adf40c66 found for delete ", "request_id": "req-a0fbd3d0-9422-4f12-8efa-3726c89c7ba6"}]} [pid: 7|app: 0|req: 1080/2052] 10.0.0.164 () {32 vars in 724 bytes} [Tue Jun 16 01:44:45 2026] DELETE /v2.0/networks/fe7cec26-7642-42c3-ad9e-9b9b9420a266 => generated 0 bytes in 215 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 01:44:45.417 7 INFO neutron.services.segments.plugin [-] Segment 68dc6f79-9dbf-4130-810e-1beef6848f1a resource provider aggregate not found 2026-06-16 01:44:45.420 7 INFO neutron.services.segments.plugin [-] Segment 68dc6f79-9dbf-4130-810e-1beef6848f1a resource provider aggregate not found [pid: 8|app: 0|req: 973/2053] 10.0.0.164 () {32 vars in 738 bytes} [Tue Jun 16 01:44:45 2026] DELETE /v2.0/security-groups/1ae005ca-ea10-428a-a3cd-74efce26d4c1 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 01:44:45.432 7 INFO neutron.services.segments.plugin [-] Segment 68dc6f79-9dbf-4130-810e-1beef6848f1a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 68dc6f79-9dbf-4130-810e-1beef6848f1a found for delete ", "request_id": "req-92016a77-98ad-4b34-9e28-582eb4d24554"}]} 2026-06-16 01:44:45.436 7 INFO neutron.services.segments.plugin [-] Segment 68dc6f79-9dbf-4130-810e-1beef6848f1a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 68dc6f79-9dbf-4130-810e-1beef6848f1a found for delete ", "request_id": "req-9b20fdd4-d3a0-4a10-b2e4-fa10e1d31fad"}]} 2026-06-16 01:44:45.489 8 INFO neutron.db.segments_db [None req-b0dff593-785d-4172-acf8-2f7e05dc03fa e0f56154128144b9a61a6796b2fa7495 ad42d98ce89d4ce49a83b912f7e39b1d - - default default] Added segment 2adb2795-07ca-4cf9-8945-016d5bf43ad0 of type vxlan for network 4a628085-07b7-41c9-bad7-b9fc66a66a55 [pid: 8|app: 0|req: 974/2054] 10.0.0.164 () {34 vars in 668 bytes} [Tue Jun 16 01:44:45 2026] POST /v2.0/networks => generated 726 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1081/2055] 10.0.0.164 () {32 vars in 734 bytes} [Tue Jun 16 01:44:45 2026] GET /v2.0/ports?device_id=204d3ce9-5919-4d60-be50-7f06500e3bda => generated 1283 bytes in 262 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1082/2056] 10.0.0.164 () {32 vars in 856 bytes} [Tue Jun 16 01:44:45 2026] GET /v2.0/floatingips?floating_network_id=98639caf-9558-43f5-9a4e-06f77042784a&port_id=e8aa3481-f5c3-4f82-bf61-02ea121dca83 => generated 861 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 975/2057] 10.0.0.164 () {34 vars in 667 bytes} [Tue Jun 16 01:44:45 2026] POST /v2.0/subnets => generated 647 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1083/2058] 10.0.0.164 () {34 vars in 679 bytes} [Tue Jun 16 01:44:45 2026] POST /v2.0/rbac-policies => generated 324 bytes in 195 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1085/2061] 10.0.0.164 () {32 vars in 721 bytes} [Tue Jun 16 01:44:46 2026] GET /v2.0/networks/4a628085-07b7-41c9-bad7-b9fc66a66a55 => generated 655 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 977/2062] 10.0.0.5 () {34 vars in 986 bytes} [Tue Jun 16 01:44:46 2026] GET /v2.0/ports?device_id=204d3ce9-5919-4d60-be50-7f06500e3bda => generated 1283 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1086/2063] 10.0.0.5 () {34 vars in 1116 bytes} [Tue Jun 16 01:44:46 2026] GET /v2.0/security-groups?id=af7ad04c-70b0-478a-9004-8f265e0e3097&id=780a6f5e-cfbf-4192-99eb-cc276ad11511&fields=id&fields=name => generated 206 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 01:44:46.898 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8493c53f-8eb1-4861-8880-5ffb9f08c11f 55356a6815c24c0a8d9fbd3ad197f726 200c9fdbf43040188d967835ab5dcaf6 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 978/2064] 10.0.0.164 () {32 vars in 721 bytes} [Tue Jun 16 01:44:46 2026] GET /v2.0/networks/4a628085-07b7-41c9-bad7-b9fc66a66a55 => generated 138 bytes in 83 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1087/2065] 10.0.0.164 () {32 vars in 724 bytes} [Tue Jun 16 01:44:46 2026] DELETE /v2.0/networks/4a628085-07b7-41c9-bad7-b9fc66a66a55 => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 01:44:47.089 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a44303c5-11be-4c52-91bf-636f35503880 e0f56154128144b9a61a6796b2fa7495 ad42d98ce89d4ce49a83b912f7e39b1d - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1088/2066] 10.0.0.164 () {32 vars in 722 bytes} [Tue Jun 16 01:44:47 2026] DELETE /v2.0/subnets/e0e13a79-309d-48cd-9d5c-d183858b8874 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 01:44:47.104 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5af95b6d-532b-4c32-8c97-823c21d0336c e0f56154128144b9a61a6796b2fa7495 ad42d98ce89d4ce49a83b912f7e39b1d - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1089/2067] 10.0.0.164 () {32 vars in 722 bytes} [Tue Jun 16 01:44:47 2026] DELETE /v2.0/subnets/15b263ae-8dba-407c-b835-7cfca6474c1d => generated 136 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 01:44:47.119 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5634910d-ff52-47ca-b79c-e7d72b631e98 e0f56154128144b9a61a6796b2fa7495 ad42d98ce89d4ce49a83b912f7e39b1d - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1090/2068] 10.0.0.164 () {32 vars in 722 bytes} [Tue Jun 16 01:44:47 2026] DELETE /v2.0/subnets/9bcbe79d-a4dc-4353-b1ce-198d77f1a00c => generated 136 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 01:44:47.168 8 INFO neutron.db.segments_db [None req-c41864a6-e5b7-477f-88aa-3de0188ab5f3 cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] Added segment 854f8439-bffc-4ed4-acaf-b088e57319d9 of type vxlan for network c8ba259b-695a-49e6-863e-26f78f467a6b [pid: 8|app: 0|req: 979/2069] 10.0.0.164 () {34 vars in 669 bytes} [Tue Jun 16 01:44:46 2026] POST /v2.0/networks => generated 741 bytes in 284 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 01:44:47.450 7 INFO neutron.services.segments.plugin [-] Segment 2adb2795-07ca-4cf9-8945-016d5bf43ad0 resource provider aggregate not found [pid: 7|app: 0|req: 1091/2070] 10.0.0.164 () {34 vars in 667 bytes} [Tue Jun 16 01:44:47 2026] POST /v2.0/subnets => generated 688 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 01:44:47.464 7 INFO neutron.services.segments.plugin [-] Segment 2adb2795-07ca-4cf9-8945-016d5bf43ad0 resource provider aggregate not found 2026-06-16 01:44:47.468 7 INFO neutron.services.segments.plugin [-] Segment 2adb2795-07ca-4cf9-8945-016d5bf43ad0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2adb2795-07ca-4cf9-8945-016d5bf43ad0 found for delete ", "request_id": "req-da502342-6ccb-47d2-a6f3-e2c4512ada0d"}]} 2026-06-16 01:44:47.479 7 INFO neutron.services.segments.plugin [-] Segment 2adb2795-07ca-4cf9-8945-016d5bf43ad0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2adb2795-07ca-4cf9-8945-016d5bf43ad0 found for delete ", "request_id": "req-49981edb-0af2-40c2-8bef-4e46d57e89c4"}]} 2026-06-16 01:44:47.510 8 INFO neutron.db.segments_db [None req-52bb9119-a7b0-4292-9d79-efa3a18c4d4a cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] Added segment 7fbff1cc-3e91-4501-b1cc-33750dcbf19e of type vxlan for network 927d004f-5c81-4550-9efd-fd0e87f2bbe8 2026-06-16 01:44:47.702 8 INFO neutron.db.l3_hamode_db [None req-52bb9119-a7b0-4292-9d79-efa3a18c4d4a cb71412498ad4e48a429cb486fd1bdf7 6ed0457ac4414dba8677d2f63df6dbb5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1092/2071] 10.0.0.164 () {32 vars in 772 bytes} [Tue Jun 16 01:44:47 2026] GET /v2.0/security-groups?tenant_id=200c9fdbf43040188d967835ab5dcaf6&name=default => generated 2925 bytes in 232 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1093/2072] 10.0.0.164 () {32 vars in 738 bytes} [Tue Jun 16 01:44:48 2026] DELETE /v2.0/security-groups/bcfcd5fc-7318-4fd5-a412-2a1456e4ca47 => 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: 1094/2073] 10.0.0.164 () {32 vars in 772 bytes} [Tue Jun 16 01:44:48 2026] GET /v2.0/security-groups?tenant_id=ad42d98ce89d4ce49a83b912f7e39b1d&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: 1095/2074] 10.0.0.164 () {32 vars in 738 bytes} [Tue Jun 16 01:44:48 2026] DELETE /v2.0/security-groups/c74f9daf-defd-4e6f-a49e-ed80cdd65a96 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 01:44:48.459 8 INFO neutron.db.l3_hamode_db [None req-52bb9119-a7b0-4292-9d79-efa3a18c4d4a cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1096/2075] 10.0.0.164 () {32 vars in 772 bytes} [Tue Jun 16 01:44:48 2026] GET /v2.0/security-groups?tenant_id=23f98098f3d94549b46c48eef0133396&name=default => generated 2925 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1097/2076] 10.0.0.164 () {32 vars in 738 bytes} [Tue Jun 16 01:44:48 2026] DELETE /v2.0/security-groups/ff84f8ae-c8cf-43ac-88b2-c1c682a4fc83 => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1098/2077] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:44:49 2026] GET /v2.0/ports?device_id=204d3ce9-5919-4d60-be50-7f06500e3bda => generated 1014 bytes in 32 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.1 () {34 vars in 1116 bytes} [Tue Jun 16 01:44:49 2026] GET /v2.0/security-groups?id=780a6f5e-cfbf-4192-99eb-cc276ad11511&id=af7ad04c-70b0-478a-9004-8f265e0e3097&fields=id&fields=name => generated 206 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 980/2079] 10.0.0.164 () {34 vars in 667 bytes} [Tue Jun 16 01:44:47 2026] POST /v2.0/routers => generated 728 bytes in 1840 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1100/2080] 10.0.0.164 () {34 vars in 781 bytes} [Tue Jun 16 01:44:49 2026] PUT /v2.0/routers/403a73f7-b07d-4a90-87bb-d7a004032203/add_router_interface => generated 309 bytes in 1073 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 981/2081] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:44:50 2026] GET /v2.0/ports?device_id=204d3ce9-5919-4d60-be50-7f06500e3bda => generated 1014 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1101/2082] 10.0.0.1 () {34 vars in 1116 bytes} [Tue Jun 16 01:44:50 2026] GET /v2.0/security-groups?id=780a6f5e-cfbf-4192-99eb-cc276ad11511&id=af7ad04c-70b0-478a-9004-8f265e0e3097&fields=id&fields=name => generated 206 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 982/2083] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:44:51 2026] GET /v2.0/ports?device_id=204d3ce9-5919-4d60-be50-7f06500e3bda => generated 1014 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1102/2084] 10.0.0.1 () {34 vars in 1116 bytes} [Tue Jun 16 01:44:51 2026] GET /v2.0/security-groups?id=780a6f5e-cfbf-4192-99eb-cc276ad11511&id=af7ad04c-70b0-478a-9004-8f265e0e3097&fields=id&fields=name => generated 206 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 983/2085] 199.19.213.21 () {34 vars in 991 bytes} [Tue Jun 16 01:44:51 2026] GET /v2.0/ports?device_id=204d3ce9-5919-4d60-be50-7f06500e3bda => generated 1014 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 01:44:52.013 7 INFO neutron_taas.services.taas.taas_plugin [req-870d4774-0fe3-4f05-9206-a2cb1a923c76 req-9b3b0462-9d05-45f8-b904-bdcdb37bf248 d5b9d51b2f81462290a3b35e79db6af5 345230372cf240bdabbccafc2d3a1b79 - - default default] TaaS: Handle Delete Port: e8aa3481-f5c3-4f82-bf61-02ea121dca83 2026-06-16 01:44:52.017 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-870d4774-0fe3-4f05-9206-a2cb1a923c76 req-9b3b0462-9d05-45f8-b904-bdcdb37bf248 d5b9d51b2f81462290a3b35e79db6af5 345230372cf240bdabbccafc2d3a1b79 - - default default] Tap Mirror: Handle Delete Port: e8aa3481-f5c3-4f82-bf61-02ea121dca83 2026-06-16 01:44:52.573 7 INFO neutron.db.l3_db [req-870d4774-0fe3-4f05-9206-a2cb1a923c76 req-9b3b0462-9d05-45f8-b904-bdcdb37bf248 d5b9d51b2f81462290a3b35e79db6af5 345230372cf240bdabbccafc2d3a1b79 - - default default] Floating IP eb735730-e61d-4d2a-af13-8c82731c9fda disassociated. External IP: 10.96.250.205, port: e8aa3481-f5c3-4f82-bf61-02ea121dca83. [pid: 8|app: 0|req: 984/2086] 10.0.0.1 () {34 vars in 978 bytes} [Tue Jun 16 01:44:52 2026] GET /v2.0/networks?id=c8ba259b-695a-49e6-863e-26f78f467a6b => generated 673 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 985/2087] 10.0.0.1 () {34 vars in 961 bytes} [Tue Jun 16 01:44:52 2026] GET /v2.0/quotas/6ed0457ac4414dba8677d2f63df6dbb5 => generated 292 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 986/2088] 10.0.0.1 () {34 vars in 998 bytes} [Tue Jun 16 01:44:52 2026] GET /v2.0/ports?tenant_id=6ed0457ac4414dba8677d2f63df6dbb5&fields=id => generated 103 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 987/2089] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:44:52 2026] GET /v2.0/ports?device_id=204d3ce9-5919-4d60-be50-7f06500e3bda => 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: 988/2090] 10.0.0.1 () {34 vars in 1004 bytes} [Tue Jun 16 01:44:52 2026] GET /v2.0/networks/c8ba259b-695a-49e6-863e-26f78f467a6b?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: 1103/2091] 199.19.213.21 () {36 vars in 994 bytes} [Tue Jun 16 01:44:51 2026] DELETE /v2.0/ports/e8aa3481-f5c3-4f82-bf61-02ea121dca83 => generated 0 bytes in 1064 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 01:44:52.959 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-25049f2e-9cdf-4759-b6b3-0a0916022ec7'] response: {'server_uuid': '204d3ce9-5919-4d60-be50-7f06500e3bda', 'name': 'network-vif-deleted', 'tag': 'e8aa3481-f5c3-4f82-bf61-02ea121dca83', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1104/2092] 10.0.0.1 () {34 vars in 1104 bytes} [Tue Jun 16 01:44:52 2026] GET /v2.0/networks/c8ba259b-695a-49e6-863e-26f78f467a6b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 01:44:53.062 8 INFO neutron.db.segments_db [None req-1e56d30b-6a86-439c-b263-32170be85216 1da8e0a4173949e9b1f0e97c602ce670 26456b6bca9a403fa233cacec61922fa - - default default] Added segment a48b1fbe-90a2-4767-ab35-91db002501a8 of type vxlan for network 914e1713-740d-409e-adb4-d0239879cf8f [pid: 7|app: 0|req: 1105/2093] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:44:53 2026] GET /v2.0/ports?device_id=0196ec86-5b17-4dfc-b35d-8177f8442be8 => 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: 989/2094] 10.0.0.164 () {34 vars in 668 bytes} [Tue Jun 16 01:44:52 2026] POST /v2.0/networks => generated 629 bytes in 380 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1106/2095] 10.0.0.164 () {34 vars in 662 bytes} [Tue Jun 16 01:44:53 2026] POST /v2.0/ports => generated 743 bytes in 297 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 01:44:53.526 8 INFO neutron.db.segments_db [None req-74816ace-e180-4254-a0bd-4952265cba28 1da8e0a4173949e9b1f0e97c602ce670 26456b6bca9a403fa233cacec61922fa - - default default] Added segment 19d0fca3-1f1d-4fdc-aec3-d2aabd8e47e9 of type vxlan for network 2608c5b4-9161-425a-907f-ad3d72d3cef1 [pid: 8|app: 0|req: 990/2096] 10.0.0.164 () {34 vars in 668 bytes} [Tue Jun 16 01:44:53 2026] POST /v2.0/networks => generated 631 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 991/2097] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:44:53 2026] GET /v2.0/ports?device_id=204d3ce9-5919-4d60-be50-7f06500e3bda => 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: 1107/2098] 10.0.0.164 () {34 vars in 662 bytes} [Tue Jun 16 01:44:53 2026] POST /v2.0/ports => generated 743 bytes in 330 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 01:44:54.035 8 INFO neutron.db.segments_db [None req-f0b4798c-e53b-4c49-aaa6-52c1d9c0f4a0 1da8e0a4173949e9b1f0e97c602ce670 26456b6bca9a403fa233cacec61922fa - - default default] Added segment 5d972338-a3ec-4fd6-97bb-7ba499c013fc of type vxlan for network 108040ea-3a80-4f91-97f4-97a8ed4b4570 [pid: 8|app: 0|req: 992/2099] 10.0.0.164 () {34 vars in 668 bytes} [Tue Jun 16 01:44:53 2026] POST /v2.0/networks => generated 631 bytes in 159 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: 993/2100] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:44:54 2026] GET /v2.0/ports?device_id=0196ec86-5b17-4dfc-b35d-8177f8442be8 => 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: 1108/2101] 10.0.0.164 () {34 vars in 662 bytes} [Tue Jun 16 01:44:54 2026] POST /v2.0/ports => generated 743 bytes in 383 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 01:44:54.568 8 INFO neutron.db.segments_db [None req-1efab8fa-1590-480d-89c3-c23739b7dcaf 1da8e0a4173949e9b1f0e97c602ce670 26456b6bca9a403fa233cacec61922fa - - default default] Added segment 845fb406-b1de-4422-a200-96ca45e2739d of type vxlan for network e1f4eecf-36c8-4dd0-b109-f3f778aa9fb5 [pid: 8|app: 0|req: 994/2102] 10.0.0.164 () {34 vars in 668 bytes} [Tue Jun 16 01:44:54 2026] POST /v2.0/networks => generated 632 bytes in 118 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: 1109/2103] 10.0.0.164 () {34 vars in 662 bytes} [Tue Jun 16 01:44:54 2026] POST /v2.0/ports => generated 743 bytes in 264 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 995/2104] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:44:54 2026] GET /v2.0/ports?device_id=204d3ce9-5919-4d60-be50-7f06500e3bda => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 01:44:54.960 7 INFO neutron.db.segments_db [None req-ae6efb88-51dd-44ce-baec-51af7ac7303c 1da8e0a4173949e9b1f0e97c602ce670 26456b6bca9a403fa233cacec61922fa - - default default] Added segment 3cb22f0f-500c-4a9a-a07d-11975894a49d of type vxlan for network 0b7b7429-0c9d-4711-9467-d028df0da18d [pid: 7|app: 0|req: 1110/2105] 10.0.0.164 () {34 vars in 668 bytes} [Tue Jun 16 01:44:54 2026] POST /v2.0/networks => generated 631 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1111/2106] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:44:55 2026] GET /v2.0/ports?device_id=0196ec86-5b17-4dfc-b35d-8177f8442be8 => 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: 996/2107] 10.0.0.164 () {34 vars in 662 bytes} [Tue Jun 16 01:44:55 2026] POST /v2.0/ports => generated 743 bytes in 332 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1112/2108] 10.0.0.164 () {34 vars in 745 bytes} [Tue Jun 16 01:44:55 2026] PUT /v2.0/ports/2068218f-26d6-4cc6-aeae-9838324a6abc/tags => generated 17 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 997/2109] 10.0.0.164 () {34 vars in 745 bytes} [Tue Jun 16 01:44:55 2026] PUT /v2.0/ports/0f70153b-59aa-474c-bb65-77db537f6ef6/tags => generated 25 bytes in 67 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: 1113/2110] 10.0.0.164 () {34 vars in 745 bytes} [Tue Jun 16 01:44:55 2026] PUT /v2.0/ports/292a8f38-1ad3-41da-b007-41039cd5ee72/tags => generated 34 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 998/2111] 10.0.0.164 () {34 vars in 745 bytes} [Tue Jun 16 01:44:55 2026] PUT /v2.0/ports/1d79ef1d-688e-4960-8f4d-cd576302ffe5/tags => generated 19 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1114/2112] 10.0.0.164 () {32 vars in 658 bytes} [Tue Jun 16 01:44:55 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 76 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: 999/2113] 10.0.0.164 () {32 vars in 672 bytes} [Tue Jun 16 01:44:55 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1115/2114] 10.0.0.164 () {32 vars in 668 bytes} [Tue Jun 16 01:44:55 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1116/2115] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:44:55 2026] GET /v2.0/ports?device_id=204d3ce9-5919-4d60-be50-7f06500e3bda => 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: 1000/2116] 10.0.0.164 () {32 vars in 680 bytes} [Tue Jun 16 01:44:55 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1117/2117] 10.0.0.164 () {32 vars in 666 bytes} [Tue Jun 16 01:44:56 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1001/2118] 10.0.0.164 () {32 vars in 680 bytes} [Tue Jun 16 01:44:56 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1118/2119] 10.0.0.164 () {32 vars in 676 bytes} [Tue Jun 16 01:44:56 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1119/2120] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:44:56 2026] GET /v2.0/ports?device_id=0196ec86-5b17-4dfc-b35d-8177f8442be8 => 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: 1002/2121] 10.0.0.164 () {32 vars in 688 bytes} [Tue Jun 16 01:44:56 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 01:44:56.464 7 INFO neutron_taas.services.taas.taas_plugin [None req-83353805-ece7-4ca8-b964-220c5651683f 1da8e0a4173949e9b1f0e97c602ce670 26456b6bca9a403fa233cacec61922fa - - default default] TaaS: Handle Delete Port: 2068218f-26d6-4cc6-aeae-9838324a6abc 2026-06-16 01:44:56.467 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-83353805-ece7-4ca8-b964-220c5651683f 1da8e0a4173949e9b1f0e97c602ce670 26456b6bca9a403fa233cacec61922fa - - default default] Tap Mirror: Handle Delete Port: 2068218f-26d6-4cc6-aeae-9838324a6abc [pid: 7|app: 0|req: 1120/2122] 10.0.0.164 () {32 vars in 718 bytes} [Tue Jun 16 01:44:56 2026] DELETE /v2.0/ports/2068218f-26d6-4cc6-aeae-9838324a6abc => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 01:44:56.639 8 INFO neutron_taas.services.taas.taas_plugin [None req-e2c4b9d8-52b2-4406-a65f-08cc479bdcfb 1da8e0a4173949e9b1f0e97c602ce670 26456b6bca9a403fa233cacec61922fa - - default default] TaaS: Handle Delete Port: 0f70153b-59aa-474c-bb65-77db537f6ef6 2026-06-16 01:44:56.642 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e2c4b9d8-52b2-4406-a65f-08cc479bdcfb 1da8e0a4173949e9b1f0e97c602ce670 26456b6bca9a403fa233cacec61922fa - - default default] Tap Mirror: Handle Delete Port: 0f70153b-59aa-474c-bb65-77db537f6ef6 [pid: 8|app: 0|req: 1003/2123] 10.0.0.164 () {32 vars in 718 bytes} [Tue Jun 16 01:44:56 2026] DELETE /v2.0/ports/0f70153b-59aa-474c-bb65-77db537f6ef6 => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 01:44:56.817 7 INFO neutron_taas.services.taas.taas_plugin [None req-2452ab44-914b-40ea-bee8-d780ada74ccd 1da8e0a4173949e9b1f0e97c602ce670 26456b6bca9a403fa233cacec61922fa - - default default] TaaS: Handle Delete Port: 292a8f38-1ad3-41da-b007-41039cd5ee72 2026-06-16 01:44:56.820 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2452ab44-914b-40ea-bee8-d780ada74ccd 1da8e0a4173949e9b1f0e97c602ce670 26456b6bca9a403fa233cacec61922fa - - default default] Tap Mirror: Handle Delete Port: 292a8f38-1ad3-41da-b007-41039cd5ee72 [pid: 7|app: 0|req: 1121/2124] 10.0.0.164 () {32 vars in 718 bytes} [Tue Jun 16 01:44:56 2026] DELETE /v2.0/ports/292a8f38-1ad3-41da-b007-41039cd5ee72 => generated 0 bytes in 184 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 01:44:56.996 8 INFO neutron_taas.services.taas.taas_plugin [None req-efbed6a5-1ebe-40ff-b86b-7f82fe267c99 1da8e0a4173949e9b1f0e97c602ce670 26456b6bca9a403fa233cacec61922fa - - default default] TaaS: Handle Delete Port: 1d79ef1d-688e-4960-8f4d-cd576302ffe5 2026-06-16 01:44:56.999 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-efbed6a5-1ebe-40ff-b86b-7f82fe267c99 1da8e0a4173949e9b1f0e97c602ce670 26456b6bca9a403fa233cacec61922fa - - default default] Tap Mirror: Handle Delete Port: 1d79ef1d-688e-4960-8f4d-cd576302ffe5 [pid: 8|app: 0|req: 1004/2125] 10.0.0.164 () {32 vars in 718 bytes} [Tue Jun 16 01:44:56 2026] DELETE /v2.0/ports/1d79ef1d-688e-4960-8f4d-cd576302ffe5 => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 01:44:57.174 7 INFO neutron_taas.services.taas.taas_plugin [None req-55e56a65-aa09-45f0-a184-47c93173f475 1da8e0a4173949e9b1f0e97c602ce670 26456b6bca9a403fa233cacec61922fa - - default default] TaaS: Handle Delete Port: c2ad7e42-6428-4294-93ce-7893bae2ad16 2026-06-16 01:44:57.176 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-55e56a65-aa09-45f0-a184-47c93173f475 1da8e0a4173949e9b1f0e97c602ce670 26456b6bca9a403fa233cacec61922fa - - default default] Tap Mirror: Handle Delete Port: c2ad7e42-6428-4294-93ce-7893bae2ad16 [pid: 8|app: 0|req: 1005/2126] 10.0.0.164 () {32 vars in 738 bytes} [Tue Jun 16 01:44:57 2026] DELETE /v2.0/security-groups/780a6f5e-cfbf-4192-99eb-cc276ad11511 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 01:44:57.243 8 INFO neutron.api.v2.resource [None req-1eb8c374-834a-4dd4-b639-cd910f7cb0f5 d5b9d51b2f81462290a3b35e79db6af5 345230372cf240bdabbccafc2d3a1b79 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1006/2127] 10.0.0.164 () {32 vars in 735 bytes} [Tue Jun 16 01:44:57 2026] GET /v2.0/security-groups/780a6f5e-cfbf-4192-99eb-cc276ad11511 => generated 146 bytes in 8 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1122/2128] 10.0.0.164 () {32 vars in 718 bytes} [Tue Jun 16 01:44:57 2026] DELETE /v2.0/ports/c2ad7e42-6428-4294-93ce-7893bae2ad16 => generated 0 bytes in 182 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 01:44:57.327 8 INFO neutron_taas.services.taas.taas_plugin [None req-16180ad8-51e2-4736-8fbc-acf0866d5461 d5b9d51b2f81462290a3b35e79db6af5 345230372cf240bdabbccafc2d3a1b79 - - default default] TaaS: Handle Delete Port: 503962a7-744f-400d-b01b-6936a5fdcc23 2026-06-16 01:44:57.329 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-16180ad8-51e2-4736-8fbc-acf0866d5461 d5b9d51b2f81462290a3b35e79db6af5 345230372cf240bdabbccafc2d3a1b79 - - default default] Tap Mirror: Handle Delete Port: 503962a7-744f-400d-b01b-6936a5fdcc23 2026-06-16 01:44:57.380 7 INFO neutron.services.segments.plugin [-] Segment a48b1fbe-90a2-4767-ab35-91db002501a8 resource provider aggregate not found 2026-06-16 01:44:57.383 7 INFO neutron.services.segments.plugin [-] Segment a48b1fbe-90a2-4767-ab35-91db002501a8 resource provider aggregate not found 2026-06-16 01:44:57.399 7 INFO neutron.services.segments.plugin [-] Segment a48b1fbe-90a2-4767-ab35-91db002501a8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a48b1fbe-90a2-4767-ab35-91db002501a8 found for delete ", "request_id": "req-45708a30-67d0-4c10-b0f7-93305d151d41"}]} [pid: 7|app: 0|req: 1123/2129] 10.0.0.164 () {32 vars in 724 bytes} [Tue Jun 16 01:44:57 2026] DELETE /v2.0/networks/914e1713-740d-409e-adb4-d0239879cf8f => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 01:44:57.409 7 INFO neutron.services.segments.plugin [-] Segment a48b1fbe-90a2-4767-ab35-91db002501a8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a48b1fbe-90a2-4767-ab35-91db002501a8 found for delete ", "request_id": "req-0948b178-b32b-42d0-a378-59985d09f236"}]} [pid: 7|app: 0|req: 1124/2130] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:44:57 2026] GET /v2.0/ports?device_id=0196ec86-5b17-4dfc-b35d-8177f8442be8 => 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: 1007/2131] 10.0.0.164 () {32 vars in 730 bytes} [Tue Jun 16 01:44:57 2026] DELETE /v2.0/floatingips/eb735730-e61d-4d2a-af13-8c82731c9fda => generated 0 bytes in 255 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1125/2132] 10.0.0.164 () {32 vars in 724 bytes} [Tue Jun 16 01:44:57 2026] DELETE /v2.0/networks/2608c5b4-9161-425a-907f-ad3d72d3cef1 => 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: 1008/2133] 10.0.0.164 () {32 vars in 738 bytes} [Tue Jun 16 01:44:57 2026] DELETE /v2.0/security-groups/af7ad04c-70b0-478a-9004-8f265e0e3097 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1126/2134] 10.0.0.164 () {32 vars in 724 bytes} [Tue Jun 16 01:44:57 2026] DELETE /v2.0/networks/108040ea-3a80-4f91-97f4-97a8ed4b4570 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1127/2135] 10.0.0.164 () {32 vars in 724 bytes} [Tue Jun 16 01:44:57 2026] DELETE /v2.0/networks/e1f4eecf-36c8-4dd0-b109-f3f778aa9fb5 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1128/2136] 10.0.0.164 () {32 vars in 724 bytes} [Tue Jun 16 01:44:57 2026] DELETE /v2.0/networks/0b7b7429-0c9d-4711-9467-d028df0da18d => generated 0 bytes in 113 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 01:44:57.998 8 INFO neutron_taas.services.taas.taas_plugin [None req-e3299867-22ee-4821-b51e-1c775cb867f8 cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] TaaS: Handle Delete Port: 21c4aea2-d8d7-408c-bdf0-af41dfc316d5 2026-06-16 01:44:58.000 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e3299867-22ee-4821-b51e-1c775cb867f8 cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] Tap Mirror: Handle Delete Port: 21c4aea2-d8d7-408c-bdf0-af41dfc316d5 [pid: 7|app: 0|req: 1129/2137] 199.19.213.21 () {34 vars in 983 bytes} [Tue Jun 16 01:44:58 2026] GET /v2.0/networks?id=c8ba259b-695a-49e6-863e-26f78f467a6b => generated 673 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1009/2138] 10.0.0.164 () {34 vars in 787 bytes} [Tue Jun 16 01:44:57 2026] PUT /v2.0/routers/4e964ea4-4e4e-475a-a36a-c3230c2cb504/remove_router_interface => generated 309 bytes in 823 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1130/2139] 199.19.213.21 () {38 vars in 952 bytes} [Tue Jun 16 01:44:58 2026] POST /v2.0/ports => generated 958 bytes in 339 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1131/2140] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:44:58 2026] GET /v2.0/ports?device_id=0196ec86-5b17-4dfc-b35d-8177f8442be8 => generated 961 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 01:44:58.676 8 INFO neutron_taas.services.taas.taas_plugin [None req-3f22b012-df09-4b2c-bb37-c3dc35e53da4 cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] TaaS: Handle Delete Port: 797b7831-4124-4a33-91a5-94c824ee8acb 2026-06-16 01:44:58.679 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3f22b012-df09-4b2c-bb37-c3dc35e53da4 cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] Tap Mirror: Handle Delete Port: 797b7831-4124-4a33-91a5-94c824ee8acb [pid: 7|app: 0|req: 1132/2141] 199.19.213.21 () {38 vars in 1025 bytes} [Tue Jun 16 01:44:58 2026] PUT /v2.0/ports/3fe924a2-bd03-443b-87aa-827df9be8f00 => generated 1239 bytes in 375 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-16 01:44:58.945 8 INFO neutron_taas.services.taas.taas_plugin [None req-3f22b012-df09-4b2c-bb37-c3dc35e53da4 cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] TaaS: Handle Delete Port: 7b8445c3-cfa3-4035-bbfa-14aa04fdff00 2026-06-16 01:44:58.948 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3f22b012-df09-4b2c-bb37-c3dc35e53da4 cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] Tap Mirror: Handle Delete Port: 7b8445c3-cfa3-4035-bbfa-14aa04fdff00 2026-06-16 01:44:58.967 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-4c89d5d7-99c8-4499-96f0-8e74ff936453'] response: {'name': 'network-changed', 'server_uuid': '0196ec86-5b17-4dfc-b35d-8177f8442be8', 'tag': '3fe924a2-bd03-443b-87aa-827df9be8f00', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1133/2142] 10.0.0.1 () {34 vars in 1036 bytes} [Tue Jun 16 01:44:58 2026] GET /v2.0/security-groups?id=88c3d1c4-a7f3-40fa-a126-40031a4fac0f&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1134/2143] 10.0.0.164 () {32 vars in 772 bytes} [Tue Jun 16 01:44:58 2026] GET /v2.0/security-groups?tenant_id=b0567b408d8e446991a244ddeea96943&name=default => generated 2925 bytes in 267 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 01:44:59.330 8 INFO neutron.services.segments.plugin [-] Segment 469a5d26-518b-41a8-b0f7-3d40101e548e resource provider aggregate not found 2026-06-16 01:44:59.341 8 INFO neutron.services.segments.plugin [-] Segment 469a5d26-518b-41a8-b0f7-3d40101e548e resource provider aggregate not found [pid: 7|app: 0|req: 1135/2144] 10.0.0.164 () {32 vars in 738 bytes} [Tue Jun 16 01:44:59 2026] DELETE /v2.0/security-groups/ff594c7c-9e41-4db3-82dd-a8d9f9dc7057 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 01:44:59.354 8 INFO neutron.services.segments.plugin [-] Segment 469a5d26-518b-41a8-b0f7-3d40101e548e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 469a5d26-518b-41a8-b0f7-3d40101e548e found for delete ", "request_id": "req-6d7b91dd-afce-4b47-849c-5feed2e0fe94"}]} 2026-06-16 01:44:59.359 8 INFO neutron.services.segments.plugin [-] Segment 469a5d26-518b-41a8-b0f7-3d40101e548e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 469a5d26-518b-41a8-b0f7-3d40101e548e found for delete ", "request_id": "req-635e915f-a539-4860-9385-8683d078242e"}]} 2026-06-16 01:44:59.364 8 INFO neutron.db.l3_hamode_db [None req-3f22b012-df09-4b2c-bb37-c3dc35e53da4 cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] HA network 45039e46-2927-4192-827b-ded62058e0d0 was deleted as no HA routers are present in tenant 345230372cf240bdabbccafc2d3a1b79. [pid: 8|app: 0|req: 1010/2145] 10.0.0.164 () {32 vars in 722 bytes} [Tue Jun 16 01:44:58 2026] DELETE /v2.0/routers/4e964ea4-4e4e-475a-a36a-c3230c2cb504 => generated 0 bytes in 876 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 01:44:59.418 7 INFO neutron.services.segments.plugin [-] Segment 19d0fca3-1f1d-4fdc-aec3-d2aabd8e47e9 resource provider aggregate not found 2026-06-16 01:44:59.427 7 INFO neutron.services.segments.plugin [-] Segment 19d0fca3-1f1d-4fdc-aec3-d2aabd8e47e9 resource provider aggregate not found 2026-06-16 01:44:59.435 7 INFO neutron.services.segments.plugin [-] Segment 19d0fca3-1f1d-4fdc-aec3-d2aabd8e47e9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 19d0fca3-1f1d-4fdc-aec3-d2aabd8e47e9 found for delete ", "request_id": "req-edb048a3-8a1f-488c-a460-9270f4aa893f"}]} 2026-06-16 01:44:59.443 7 INFO neutron.services.segments.plugin [-] Segment 19d0fca3-1f1d-4fdc-aec3-d2aabd8e47e9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 19d0fca3-1f1d-4fdc-aec3-d2aabd8e47e9 found for delete ", "request_id": "req-d3e52457-670d-4c4f-a3db-edcbb04131c8"}]} 2026-06-16 01:44:59.451 7 INFO neutron.services.segments.plugin [-] Segment 5d972338-a3ec-4fd6-97bb-7ba499c013fc resource provider aggregate not found 2026-06-16 01:44:59.461 7 INFO neutron.services.segments.plugin [-] Segment 5d972338-a3ec-4fd6-97bb-7ba499c013fc resource provider aggregate not found 2026-06-16 01:44:59.469 7 INFO neutron.services.segments.plugin [-] Segment 5d972338-a3ec-4fd6-97bb-7ba499c013fc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5d972338-a3ec-4fd6-97bb-7ba499c013fc found for delete ", "request_id": "req-afdbec00-ad74-40f7-8e03-860f6b6908ba"}]} 2026-06-16 01:44:59.481 7 INFO neutron.services.segments.plugin [-] Segment 845fb406-b1de-4422-a200-96ca45e2739d resource provider aggregate not found 2026-06-16 01:44:59.486 7 INFO neutron.services.segments.plugin [-] Segment 5d972338-a3ec-4fd6-97bb-7ba499c013fc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5d972338-a3ec-4fd6-97bb-7ba499c013fc found for delete ", "request_id": "req-da016fda-aee4-41b5-b98d-723e9b07c224"}]} 2026-06-16 01:44:59.501 7 INFO neutron.services.segments.plugin [-] Segment 845fb406-b1de-4422-a200-96ca45e2739d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 845fb406-b1de-4422-a200-96ca45e2739d found for delete ", "request_id": "req-0730e497-36ea-410a-afe3-a48f4f39d007"}]} 2026-06-16 01:44:59.502 7 INFO neutron.services.segments.plugin [-] Segment 845fb406-b1de-4422-a200-96ca45e2739d resource provider aggregate not found 2026-06-16 01:44:59.523 7 INFO neutron.services.segments.plugin [-] Segment 3cb22f0f-500c-4a9a-a07d-11975894a49d resource provider aggregate not found 2026-06-16 01:44:59.524 7 INFO neutron.services.segments.plugin [-] Segment 845fb406-b1de-4422-a200-96ca45e2739d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 845fb406-b1de-4422-a200-96ca45e2739d found for delete ", "request_id": "req-53edc9bf-96c1-43c8-9e8c-3f33945e44d1"}]} 2026-06-16 01:44:59.543 7 INFO neutron.services.segments.plugin [-] Segment 3cb22f0f-500c-4a9a-a07d-11975894a49d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3cb22f0f-500c-4a9a-a07d-11975894a49d found for delete ", "request_id": "req-38e8ab4b-dc53-49ec-b1ab-d751e2343cb3"}]} 2026-06-16 01:44:59.548 7 INFO neutron.services.segments.plugin [-] Segment 3cb22f0f-500c-4a9a-a07d-11975894a49d resource provider aggregate not found [pid: 8|app: 0|req: 1011/2146] 10.0.0.164 () {32 vars in 772 bytes} [Tue Jun 16 01:44:59 2026] GET /v2.0/security-groups?tenant_id=fe8dbde78f5f4792aa92d28a6b62fb30&name=default => generated 2925 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 01:44:59.563 7 INFO neutron.services.segments.plugin [-] Segment 3cb22f0f-500c-4a9a-a07d-11975894a49d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3cb22f0f-500c-4a9a-a07d-11975894a49d found for delete ", "request_id": "req-8ee6b2e4-dd4c-4bd2-9d47-51a3964da61c"}]} [pid: 8|app: 0|req: 1012/2147] 199.19.213.21 () {34 vars in 1077 bytes} [Tue Jun 16 01:44:59 2026] GET /v2.0/ports?tenant_id=6ed0457ac4414dba8677d2f63df6dbb5&device_id=0196ec86-5b17-4dfc-b35d-8177f8442be8 => generated 1242 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1136/2148] 10.0.0.164 () {32 vars in 722 bytes} [Tue Jun 16 01:44:59 2026] DELETE /v2.0/subnets/906da343-a0b3-4a3c-b9fa-bcf22bdd9290 => generated 0 bytes in 216 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1137/2149] 199.19.213.21 () {34 vars in 1015 bytes} [Tue Jun 16 01:44:59 2026] GET /v2.0/networks?tenant_id=6ed0457ac4414dba8677d2f63df6dbb5&shared=False => generated 769 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1013/2150] 10.0.0.164 () {32 vars in 738 bytes} [Tue Jun 16 01:44:59 2026] DELETE /v2.0/security-groups/12707e76-fe98-4f20-8aba-9b009143bf11 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1014/2151] 199.19.213.21 () {34 vars in 927 bytes} [Tue Jun 16 01:44:59 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 01:44:59.731 7 INFO neutron_taas.services.taas.taas_plugin [None req-f2d30729-b940-4518-82a6-48432c17b8d7 cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] TaaS: Handle Delete Port: d0bbf8c8-ec65-404d-8261-20a0cddd2352 2026-06-16 01:44:59.734 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f2d30729-b940-4518-82a6-48432c17b8d7 cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] Tap Mirror: Handle Delete Port: d0bbf8c8-ec65-404d-8261-20a0cddd2352 [pid: 8|app: 0|req: 1015/2152] 10.0.0.164 () {32 vars in 772 bytes} [Tue Jun 16 01:44:59 2026] GET /v2.0/security-groups?tenant_id=26456b6bca9a403fa233cacec61922fa&name=default => generated 2925 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1138/2153] 10.0.0.164 () {32 vars in 724 bytes} [Tue Jun 16 01:44:59 2026] DELETE /v2.0/networks/a45d34e1-65bb-4a35-9da3-0fe456e43910 => generated 0 bytes in 294 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1016/2154] 10.0.0.164 () {32 vars in 738 bytes} [Tue Jun 16 01:44:59 2026] DELETE /v2.0/security-groups/1f5a593c-1261-4e63-88a8-8b5415798d1b => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1017/2155] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:45:00 2026] GET /v2.0/ports?device_id=0196ec86-5b17-4dfc-b35d-8177f8442be8 => generated 973 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1018/2156] 10.0.0.1 () {34 vars in 1036 bytes} [Tue Jun 16 01:45:00 2026] GET /v2.0/security-groups?id=88c3d1c4-a7f3-40fa-a126-40031a4fac0f&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 01:45:00.341 7 INFO neutron_taas.services.taas.taas_plugin [None req-4b1c6045-f114-467d-8069-4c9c722d602f cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] TaaS: Handle Delete Port: cbd1e8db-731c-462e-b5f6-e364f3d91d9a 2026-06-16 01:45:00.344 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4b1c6045-f114-467d-8069-4c9c722d602f cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] Tap Mirror: Handle Delete Port: cbd1e8db-731c-462e-b5f6-e364f3d91d9a [pid: 8|app: 0|req: 1019/2157] 199.19.213.21 () {34 vars in 1077 bytes} [Tue Jun 16 01:45:00 2026] GET /v2.0/ports?tenant_id=6ed0457ac4414dba8677d2f63df6dbb5&device_id=0196ec86-5b17-4dfc-b35d-8177f8442be8 => 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: 1020/2158] 199.19.213.21 () {34 vars in 1057 bytes} [Tue Jun 16 01:45:00 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=3fe924a2-bd03-443b-87aa-827df9be8f00 => generated 19 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1021/2159] 199.19.213.21 () {34 vars in 981 bytes} [Tue Jun 16 01:45:00 2026] GET /v2.0/subnets?id=c6b29f71-d4a0-4cb2-ad26-f4a377c6592f => generated 691 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1022/2160] 199.19.213.21 () {34 vars in 1049 bytes} [Tue Jun 16 01:45:00 2026] GET /v2.0/ports?network_id=c8ba259b-695a-49e6-863e-26f78f467a6b&device_owner=network%3Adhcp => generated 1244 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1139/2161] 10.0.0.164 () {34 vars in 787 bytes} [Tue Jun 16 01:44:59 2026] PUT /v2.0/routers/fca55ce5-9adc-441c-b07c-a806e9410410/remove_router_interface => generated 309 bytes in 950 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1023/2162] 199.19.213.21 () {34 vars in 1009 bytes} [Tue Jun 16 01:45:00 2026] GET /v2.0/networks/c8ba259b-695a-49e6-863e-26f78f467a6b?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1024/2163] 199.19.213.21 () {34 vars in 1109 bytes} [Tue Jun 16 01:45:00 2026] GET /v2.0/networks/c8ba259b-695a-49e6-863e-26f78f467a6b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 01:45:01.065 7 INFO neutron_taas.services.taas.taas_plugin [None req-1efb6295-8c8e-4b74-a557-15cd967e8baa cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] TaaS: Handle Delete Port: cf3cbc54-66b9-423e-b898-3ae2aa712d37 2026-06-16 01:45:01.068 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1efb6295-8c8e-4b74-a557-15cd967e8baa cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] Tap Mirror: Handle Delete Port: cf3cbc54-66b9-423e-b898-3ae2aa712d37 [pid: 8|app: 0|req: 1027/2166] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:45:01 2026] GET /v2.0/ports?device_id=0196ec86-5b17-4dfc-b35d-8177f8442be8 => generated 973 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1028/2167] 10.0.0.1 () {34 vars in 1036 bytes} [Tue Jun 16 01:45:01 2026] GET /v2.0/security-groups?id=88c3d1c4-a7f3-40fa-a126-40031a4fac0f&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 01:45:01.370 7 INFO neutron_taas.services.taas.taas_plugin [None req-1efb6295-8c8e-4b74-a557-15cd967e8baa cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] TaaS: Handle Delete Port: 30504fe8-17b2-414f-bb42-27506b6d50cf 2026-06-16 01:45:01.374 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1efb6295-8c8e-4b74-a557-15cd967e8baa cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] Tap Mirror: Handle Delete Port: 30504fe8-17b2-414f-bb42-27506b6d50cf 2026-06-16 01:45:01.562 7 INFO neutron.services.segments.plugin [-] Segment de271352-389b-47c8-9f58-9a0f74e67335 resource provider aggregate not found 2026-06-16 01:45:01.588 7 INFO neutron.services.segments.plugin [-] Segment de271352-389b-47c8-9f58-9a0f74e67335 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid de271352-389b-47c8-9f58-9a0f74e67335 found for delete ", "request_id": "req-9363e51b-f5a3-4cac-a287-9292b15da679"}]} 2026-06-16 01:45:01.590 7 INFO neutron.services.segments.plugin [-] Segment de271352-389b-47c8-9f58-9a0f74e67335 resource provider aggregate not found 2026-06-16 01:45:01.606 7 INFO neutron.services.segments.plugin [-] Segment de271352-389b-47c8-9f58-9a0f74e67335 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid de271352-389b-47c8-9f58-9a0f74e67335 found for delete ", "request_id": "req-495e00ab-8afe-4da7-a848-e0ed7aba4135"}]} 2026-06-16 01:45:01.747 7 INFO neutron.db.l3_hamode_db [None req-1efb6295-8c8e-4b74-a557-15cd967e8baa cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] HA network 89cd1c0d-178c-4b14-9fde-673f51c46075 was deleted as no HA routers are present in tenant ca3be8dcc8df4fbba0c7d8bf59ec23a8. [pid: 7|app: 0|req: 1140/2168] 10.0.0.164 () {32 vars in 722 bytes} [Tue Jun 16 01:45:00 2026] DELETE /v2.0/routers/fca55ce5-9adc-441c-b07c-a806e9410410 => generated 0 bytes in 862 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1029/2169] 10.0.0.164 () {32 vars in 722 bytes} [Tue Jun 16 01:45:01 2026] DELETE /v2.0/subnets/36dbbf03-9819-4ef6-8fc3-a275dc03dfe8 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 01:45:02.005 7 INFO neutron_taas.services.taas.taas_plugin [None req-a2113da8-3331-4ba0-929c-af17c4b94ae9 cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] TaaS: Handle Delete Port: 48d67851-c4e8-4712-ac2f-b01068a949b0 2026-06-16 01:45:02.009 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a2113da8-3331-4ba0-929c-af17c4b94ae9 cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] Tap Mirror: Handle Delete Port: 48d67851-c4e8-4712-ac2f-b01068a949b0 [pid: 7|app: 0|req: 1141/2170] 10.0.0.164 () {32 vars in 724 bytes} [Tue Jun 16 01:45:01 2026] DELETE /v2.0/networks/305da23f-7443-40e6-aaba-2201aec065de => generated 0 bytes in 290 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1030/2171] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:45:02 2026] GET /v2.0/ports?device_id=0196ec86-5b17-4dfc-b35d-8177f8442be8 => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1142/2172] 10.0.0.1 () {34 vars in 1036 bytes} [Tue Jun 16 01:45:02 2026] GET /v2.0/security-groups?id=88c3d1c4-a7f3-40fa-a126-40031a4fac0f&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1031/2173] 10.0.0.164 () {32 vars in 772 bytes} [Tue Jun 16 01:45:02 2026] GET /v2.0/security-groups?tenant_id=ca3be8dcc8df4fbba0c7d8bf59ec23a8&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: 1143/2174] 10.0.0.164 () {32 vars in 738 bytes} [Tue Jun 16 01:45:02 2026] DELETE /v2.0/security-groups/fc0da310-5221-46f4-bf48-6d1e7703d997 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1032/2175] 10.0.0.164 () {32 vars in 772 bytes} [Tue Jun 16 01:45:02 2026] GET /v2.0/security-groups?tenant_id=345230372cf240bdabbccafc2d3a1b79&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: 1144/2176] 10.0.0.164 () {32 vars in 738 bytes} [Tue Jun 16 01:45:02 2026] DELETE /v2.0/security-groups/bacf5e1f-770d-4f6c-8904-e81145080984 => 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: 1033/2177] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:45:03 2026] GET /v2.0/ports?device_id=0196ec86-5b17-4dfc-b35d-8177f8442be8 => 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: 1145/2178] 10.0.0.1 () {34 vars in 1036 bytes} [Tue Jun 16 01:45:03 2026] GET /v2.0/security-groups?id=88c3d1c4-a7f3-40fa-a126-40031a4fac0f&fields=id&fields=name => generated 88 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 01:45:03.614 7 INFO neutron.services.segments.plugin [-] Segment 98bec83a-225a-4774-b8d8-d0e332543bed resource provider aggregate not found 2026-06-16 01:45:03.640 7 INFO neutron.services.segments.plugin [-] Segment 98bec83a-225a-4774-b8d8-d0e332543bed resource provider aggregate not found 2026-06-16 01:45:03.643 7 INFO neutron.services.segments.plugin [-] Segment 98bec83a-225a-4774-b8d8-d0e332543bed resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 98bec83a-225a-4774-b8d8-d0e332543bed found for delete ", "request_id": "req-ee58158d-6e95-4323-87a4-1f85faa2b665"}]} 2026-06-16 01:45:03.655 7 INFO neutron.services.segments.plugin [-] Segment 98bec83a-225a-4774-b8d8-d0e332543bed resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 98bec83a-225a-4774-b8d8-d0e332543bed found for delete ", "request_id": "req-10e06c0a-2885-43fa-91ba-a09207e1aced"}]} 2026-06-16 01:45:03.658 7 INFO neutron.services.segments.plugin [-] Segment ccdef701-e3aa-4cc5-bed8-c4f97042155a resource provider aggregate not found 2026-06-16 01:45:03.668 7 INFO neutron.services.segments.plugin [-] Segment ccdef701-e3aa-4cc5-bed8-c4f97042155a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ccdef701-e3aa-4cc5-bed8-c4f97042155a found for delete ", "request_id": "req-85baec96-fe04-4061-8574-eca201eff089"}]} 2026-06-16 01:45:03.672 7 INFO neutron.services.segments.plugin [-] Segment ccdef701-e3aa-4cc5-bed8-c4f97042155a resource provider aggregate not found 2026-06-16 01:45:03.687 7 INFO neutron.services.segments.plugin [-] Segment ccdef701-e3aa-4cc5-bed8-c4f97042155a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ccdef701-e3aa-4cc5-bed8-c4f97042155a found for delete ", "request_id": "req-99a7e65d-7ad3-4315-bb11-125c57db62ca"}]} [pid: 8|app: 0|req: 1034/2179] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:45:04 2026] GET /v2.0/ports?device_id=0196ec86-5b17-4dfc-b35d-8177f8442be8 => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1146/2180] 10.0.0.1 () {34 vars in 1036 bytes} [Tue Jun 16 01:45:04 2026] GET /v2.0/security-groups?id=88c3d1c4-a7f3-40fa-a126-40031a4fac0f&fields=id&fields=name => generated 88 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1035/2181] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:45:05 2026] GET /v2.0/ports?device_id=0196ec86-5b17-4dfc-b35d-8177f8442be8 => generated 975 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1147/2182] 10.0.0.1 () {34 vars in 1036 bytes} [Tue Jun 16 01:45:05 2026] GET /v2.0/security-groups?id=88c3d1c4-a7f3-40fa-a126-40031a4fac0f&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: 1148/2183] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:45:06 2026] GET /v2.0/ports?device_id=0196ec86-5b17-4dfc-b35d-8177f8442be8 => generated 975 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1149/2184] 10.0.0.1 () {34 vars in 1036 bytes} [Tue Jun 16 01:45:07 2026] GET /v2.0/security-groups?id=88c3d1c4-a7f3-40fa-a126-40031a4fac0f&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-16 01:45:07.314 8 INFO neutron.db.segments_db [None req-e3dc48ab-4935-455b-9936-c145fd807509 c5c76a246e6f43658ba7f0b62f54cdec 3d7376b2983a45159832d2c54e3fa010 - - default default] Added segment a8a142c2-e5fc-46e9-8257-e8f23c537ebc of type vxlan for network dbd8c621-1ca9-442f-aaac-706ed2aed305 [pid: 8|app: 0|req: 1036/2185] 10.0.0.164 () {34 vars in 668 bytes} [Tue Jun 16 01:45:06 2026] POST /v2.0/networks => generated 632 bytes in 477 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1150/2186] 10.0.0.164 () {34 vars in 667 bytes} [Tue Jun 16 01:45:07 2026] POST /v2.0/subnets => generated 626 bytes in 191 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 01:45:07.668 8 INFO neutron.db.segments_db [None req-f68b8b02-f1d9-4471-9fd3-d13d70b2c267 c5c76a246e6f43658ba7f0b62f54cdec 3d7376b2983a45159832d2c54e3fa010 - - default default] Added segment 2bc20725-82d0-474a-8830-ff584eb28640 of type vxlan for network 7d5c57c6-6c2d-49b9-976a-5674deee7772 [pid: 8|app: 0|req: 1037/2187] 10.0.0.164 () {34 vars in 668 bytes} [Tue Jun 16 01:45:07 2026] POST /v2.0/networks => generated 631 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1151/2188] 10.0.0.164 () {34 vars in 667 bytes} [Tue Jun 16 01:45:07 2026] POST /v2.0/subnets => generated 629 bytes in 262 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 01:45:08.090 8 INFO neutron.db.segments_db [None req-f7199e34-6310-436d-a057-9b404a621629 c5c76a246e6f43658ba7f0b62f54cdec 3d7376b2983a45159832d2c54e3fa010 - - default default] Added segment 151c5f25-5a49-412e-941f-5dbf15294913 of type vxlan for network 754b201d-44ee-46d0-a4a8-7f890b6c0607 [pid: 8|app: 0|req: 1038/2189] 10.0.0.164 () {34 vars in 668 bytes} [Tue Jun 16 01:45:08 2026] POST /v2.0/networks => generated 631 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1039/2190] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:45:08 2026] GET /v2.0/ports?device_id=0196ec86-5b17-4dfc-b35d-8177f8442be8 => 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: 1152/2191] 10.0.0.164 () {34 vars in 667 bytes} [Tue Jun 16 01:45:08 2026] POST /v2.0/subnets => generated 629 bytes in 239 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1153/2192] 10.0.0.1 () {34 vars in 1036 bytes} [Tue Jun 16 01:45:08 2026] GET /v2.0/security-groups?id=88c3d1c4-a7f3-40fa-a126-40031a4fac0f&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-16 01:45:08.497 8 INFO neutron.db.segments_db [None req-63d204aa-2fb0-407f-99c2-f5f1ec9ed3d2 c5c76a246e6f43658ba7f0b62f54cdec 3d7376b2983a45159832d2c54e3fa010 - - default default] Added segment 9e59f05f-7f81-4dd1-a32f-129babc38eae of type vxlan for network 38b85fcc-b5d8-4c3f-a485-755565fcd298 [pid: 8|app: 0|req: 1040/2193] 10.0.0.164 () {34 vars in 668 bytes} [Tue Jun 16 01:45:08 2026] POST /v2.0/networks => generated 632 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1154/2194] 10.0.0.164 () {34 vars in 667 bytes} [Tue Jun 16 01:45:08 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-16 01:45:08.935 8 INFO neutron.db.segments_db [None req-448c2483-2a16-4e26-a325-ee9060469472 c5c76a246e6f43658ba7f0b62f54cdec 3d7376b2983a45159832d2c54e3fa010 - - default default] Added segment 34de68da-4caa-4a15-b4ff-983004a4903d of type vxlan for network 66b86970-9110-4061-9323-1fb8d8d963e3 [pid: 8|app: 0|req: 1041/2195] 10.0.0.164 () {34 vars in 668 bytes} [Tue Jun 16 01:45:08 2026] POST /v2.0/networks => generated 632 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1155/2196] 10.0.0.164 () {34 vars in 667 bytes} [Tue Jun 16 01:45:09 2026] POST /v2.0/subnets => generated 629 bytes in 231 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1042/2197] 10.0.0.164 () {34 vars in 749 bytes} [Tue Jun 16 01:45:09 2026] PUT /v2.0/subnets/8ea12b8d-c312-467a-aace-bdf922810d5a/tags => generated 17 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1156/2198] 10.0.0.164 () {34 vars in 749 bytes} [Tue Jun 16 01:45:09 2026] PUT /v2.0/subnets/ea63ed32-7a12-4fa1-b25e-737790f47c81/tags => generated 25 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1043/2199] 10.0.0.164 () {34 vars in 749 bytes} [Tue Jun 16 01:45:09 2026] PUT /v2.0/subnets/e3b9ad52-5803-44e1-b500-a012b597d8fe/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: 1157/2200] 10.0.0.164 () {34 vars in 749 bytes} [Tue Jun 16 01:45:09 2026] PUT /v2.0/subnets/2811c52c-f876-4e8f-81a7-ddf8abeca73e/tags => generated 19 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1044/2201] 10.0.0.164 () {32 vars in 662 bytes} [Tue Jun 16 01:45:09 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1158/2202] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:45:09 2026] GET /v2.0/ports?device_id=0196ec86-5b17-4dfc-b35d-8177f8442be8 => generated 975 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1045/2203] 10.0.0.164 () {32 vars in 676 bytes} [Tue Jun 16 01:45:09 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1159/2204] 10.0.0.1 () {34 vars in 1036 bytes} [Tue Jun 16 01:45:09 2026] GET /v2.0/security-groups?id=88c3d1c4-a7f3-40fa-a126-40031a4fac0f&fields=id&fields=name => generated 88 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1046/2205] 10.0.0.164 () {32 vars in 672 bytes} [Tue Jun 16 01:45:09 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1160/2206] 10.0.0.164 () {32 vars in 684 bytes} [Tue Jun 16 01:45:09 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1047/2207] 10.0.0.164 () {32 vars in 670 bytes} [Tue Jun 16 01:45:09 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1161/2208] 10.0.0.164 () {32 vars in 684 bytes} [Tue Jun 16 01:45:09 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1048/2209] 10.0.0.164 () {32 vars in 680 bytes} [Tue Jun 16 01:45:09 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1162/2210] 10.0.0.164 () {32 vars in 692 bytes} [Tue Jun 16 01:45:09 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1049/2211] 10.0.0.164 () {32 vars in 722 bytes} [Tue Jun 16 01:45:09 2026] DELETE /v2.0/subnets/8ea12b8d-c312-467a-aace-bdf922810d5a => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1163/2212] 10.0.0.164 () {32 vars in 722 bytes} [Tue Jun 16 01:45:10 2026] DELETE /v2.0/subnets/ea63ed32-7a12-4fa1-b25e-737790f47c81 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1050/2213] 10.0.0.164 () {32 vars in 722 bytes} [Tue Jun 16 01:45:10 2026] DELETE /v2.0/subnets/e3b9ad52-5803-44e1-b500-a012b597d8fe => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1164/2214] 10.0.0.164 () {32 vars in 722 bytes} [Tue Jun 16 01:45:10 2026] DELETE /v2.0/subnets/2811c52c-f876-4e8f-81a7-ddf8abeca73e => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1051/2215] 10.0.0.164 () {32 vars in 722 bytes} [Tue Jun 16 01:45:10 2026] DELETE /v2.0/subnets/012b4f1a-27a4-4e55-b510-00ffa62bbb52 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 01:45:10.705 7 INFO neutron_taas.services.taas.taas_plugin [None req-afe93da7-58cb-40f6-b939-8769cd3f658f c5c76a246e6f43658ba7f0b62f54cdec 3d7376b2983a45159832d2c54e3fa010 - - default default] TaaS: Handle Delete Port: 72141a64-41c5-4332-a677-ac252dfb5efd [pid: 8|app: 0|req: 1052/2216] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:45:10 2026] GET /v2.0/ports?device_id=0196ec86-5b17-4dfc-b35d-8177f8442be8 => generated 975 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 01:45:10.709 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-afe93da7-58cb-40f6-b939-8769cd3f658f c5c76a246e6f43658ba7f0b62f54cdec 3d7376b2983a45159832d2c54e3fa010 - - default default] Tap Mirror: Handle Delete Port: 72141a64-41c5-4332-a677-ac252dfb5efd [pid: 8|app: 0|req: 1053/2217] 10.0.0.1 () {34 vars in 1036 bytes} [Tue Jun 16 01:45:10 2026] GET /v2.0/security-groups?id=88c3d1c4-a7f3-40fa-a126-40031a4fac0f&fields=id&fields=name => generated 88 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 01:45:10.878 7 INFO neutron.services.segments.plugin [-] Segment a8a142c2-e5fc-46e9-8257-e8f23c537ebc resource provider aggregate not found 2026-06-16 01:45:10.885 7 INFO neutron.services.segments.plugin [-] Segment a8a142c2-e5fc-46e9-8257-e8f23c537ebc resource provider aggregate not found 2026-06-16 01:45:10.898 7 INFO neutron.services.segments.plugin [-] Segment a8a142c2-e5fc-46e9-8257-e8f23c537ebc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a8a142c2-e5fc-46e9-8257-e8f23c537ebc found for delete ", "request_id": "req-42ead1c7-c823-4553-92d5-66fdec5c0911"}]} [pid: 7|app: 0|req: 1165/2218] 10.0.0.164 () {32 vars in 724 bytes} [Tue Jun 16 01:45:10 2026] DELETE /v2.0/networks/dbd8c621-1ca9-442f-aaac-706ed2aed305 => generated 0 bytes in 291 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 01:45:10.903 7 INFO neutron.services.segments.plugin [-] Segment a8a142c2-e5fc-46e9-8257-e8f23c537ebc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a8a142c2-e5fc-46e9-8257-e8f23c537ebc found for delete ", "request_id": "req-9a489989-299e-4c40-94ec-a5eb50be8e90"}]} [pid: 8|app: 0|req: 1054/2219] 199.19.213.21 () {34 vars in 991 bytes} [Tue Jun 16 01:45:10 2026] GET /v2.0/ports?device_id=0196ec86-5b17-4dfc-b35d-8177f8442be8 => generated 975 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1166/2220] 10.0.0.164 () {32 vars in 724 bytes} [Tue Jun 16 01:45:10 2026] DELETE /v2.0/networks/7d5c57c6-6c2d-49b9-976a-5674deee7772 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 01:45:11.032 8 INFO neutron_taas.services.taas.taas_plugin [req-f7769ffa-acb5-4516-99ac-d7b0f735c25c req-ffe1193a-e8aa-4780-8f39-7fe2189af97c 8feedf93145c4d26bb277521d0b38472 6ed0457ac4414dba8677d2f63df6dbb5 - - default default] TaaS: Handle Delete Port: 3fe924a2-bd03-443b-87aa-827df9be8f00 2026-06-16 01:45:11.035 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-f7769ffa-acb5-4516-99ac-d7b0f735c25c req-ffe1193a-e8aa-4780-8f39-7fe2189af97c 8feedf93145c4d26bb277521d0b38472 6ed0457ac4414dba8677d2f63df6dbb5 - - default default] Tap Mirror: Handle Delete Port: 3fe924a2-bd03-443b-87aa-827df9be8f00 [pid: 7|app: 0|req: 1167/2221] 10.0.0.164 () {32 vars in 724 bytes} [Tue Jun 16 01:45:11 2026] DELETE /v2.0/networks/754b201d-44ee-46d0-a4a8-7f890b6c0607 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1055/2222] 199.19.213.21 () {36 vars in 994 bytes} [Tue Jun 16 01:45:10 2026] DELETE /v2.0/ports/3fe924a2-bd03-443b-87aa-827df9be8f00 => generated 0 bytes in 251 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 01:45:11.229 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c2f65376-d071-4646-b78e-2c08e85fb2bc'] response: {'server_uuid': '0196ec86-5b17-4dfc-b35d-8177f8442be8', 'name': 'network-vif-deleted', 'tag': '3fe924a2-bd03-443b-87aa-827df9be8f00', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1168/2223] 10.0.0.164 () {32 vars in 724 bytes} [Tue Jun 16 01:45:11 2026] DELETE /v2.0/networks/38b85fcc-b5d8-4c3f-a485-755565fcd298 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 01:45:11.418 8 INFO neutron.services.segments.plugin [-] Segment 34de68da-4caa-4a15-b4ff-983004a4903d resource provider aggregate not found 2026-06-16 01:45:11.424 8 INFO neutron.services.segments.plugin [-] Segment 34de68da-4caa-4a15-b4ff-983004a4903d resource provider aggregate not found 2026-06-16 01:45:11.445 8 INFO neutron.services.segments.plugin [-] Segment 34de68da-4caa-4a15-b4ff-983004a4903d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 34de68da-4caa-4a15-b4ff-983004a4903d found for delete ", "request_id": "req-bfdf2ee8-4c73-4463-86ae-9c62fd824a66"}]} 2026-06-16 01:45:11.446 8 INFO neutron.services.segments.plugin [-] Segment 34de68da-4caa-4a15-b4ff-983004a4903d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 34de68da-4caa-4a15-b4ff-983004a4903d found for delete ", "request_id": "req-be72be24-2f2a-4f74-bab5-95dfd8c07cd6"}]} [pid: 8|app: 0|req: 1056/2224] 10.0.0.164 () {32 vars in 724 bytes} [Tue Jun 16 01:45:11 2026] DELETE /v2.0/networks/66b86970-9110-4061-9323-1fb8d8d963e3 => 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: 1169/2225] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:45:11 2026] GET /v2.0/ports?device_id=0196ec86-5b17-4dfc-b35d-8177f8442be8 => 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: 1057/2226] 10.0.0.164 () {32 vars in 772 bytes} [Tue Jun 16 01:45:12 2026] GET /v2.0/security-groups?tenant_id=6b898c6b778f4c468d662ead5deeb94d&name=default => generated 2925 bytes in 288 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1170/2227] 10.0.0.164 () {32 vars in 738 bytes} [Tue Jun 16 01:45:12 2026] DELETE /v2.0/security-groups/4b37ca39-0e91-4631-9037-91d839a87b10 => 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: 1058/2228] 10.0.0.164 () {32 vars in 772 bytes} [Tue Jun 16 01:45:12 2026] GET /v2.0/security-groups?tenant_id=3d7376b2983a45159832d2c54e3fa010&name=default => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1171/2229] 10.0.0.164 () {32 vars in 738 bytes} [Tue Jun 16 01:45:12 2026] DELETE /v2.0/security-groups/6e1ee8b7-16ed-40e0-a7c3-97ebf0cdfa3a => 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: 1059/2230] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:45:12 2026] GET /v2.0/ports?device_id=0196ec86-5b17-4dfc-b35d-8177f8442be8 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 01:45:12.913 7 INFO neutron.services.segments.plugin [-] Segment 2bc20725-82d0-474a-8830-ff584eb28640 resource provider aggregate not found 2026-06-16 01:45:12.921 7 INFO neutron.services.segments.plugin [-] Segment 2bc20725-82d0-474a-8830-ff584eb28640 resource provider aggregate not found 2026-06-16 01:45:12.928 7 INFO neutron.services.segments.plugin [-] Segment 2bc20725-82d0-474a-8830-ff584eb28640 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2bc20725-82d0-474a-8830-ff584eb28640 found for delete ", "request_id": "req-19762b78-f1f5-4930-98f3-88d5b9c751a1"}]} 2026-06-16 01:45:12.933 7 INFO neutron.services.segments.plugin [-] Segment 2bc20725-82d0-474a-8830-ff584eb28640 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2bc20725-82d0-474a-8830-ff584eb28640 found for delete ", "request_id": "req-b821efda-36a4-43a4-b4d6-355da20a3c81"}]} 2026-06-16 01:45:12.945 7 INFO neutron.services.segments.plugin [-] Segment 151c5f25-5a49-412e-941f-5dbf15294913 resource provider aggregate not found 2026-06-16 01:45:12.953 7 INFO neutron.services.segments.plugin [-] Segment 151c5f25-5a49-412e-941f-5dbf15294913 resource provider aggregate not found 2026-06-16 01:45:12.966 7 INFO neutron.services.segments.plugin [-] Segment 151c5f25-5a49-412e-941f-5dbf15294913 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 151c5f25-5a49-412e-941f-5dbf15294913 found for delete ", "request_id": "req-0a53fc3e-c885-4552-b469-78d5c7598f8b"}]} 2026-06-16 01:45:12.971 7 INFO neutron.services.segments.plugin [-] Segment 151c5f25-5a49-412e-941f-5dbf15294913 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 151c5f25-5a49-412e-941f-5dbf15294913 found for delete ", "request_id": "req-cb07a4f7-c142-4e94-bea1-ec6e95907f85"}]} 2026-06-16 01:45:12.980 7 INFO neutron.services.segments.plugin [-] Segment 9e59f05f-7f81-4dd1-a32f-129babc38eae resource provider aggregate not found 2026-06-16 01:45:12.994 7 INFO neutron.services.segments.plugin [-] Segment 9e59f05f-7f81-4dd1-a32f-129babc38eae resource provider aggregate not found 2026-06-16 01:45:13.000 7 INFO neutron.services.segments.plugin [-] Segment 9e59f05f-7f81-4dd1-a32f-129babc38eae resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9e59f05f-7f81-4dd1-a32f-129babc38eae found for delete ", "request_id": "req-a3433fea-47dc-4dec-b421-72e3d7b953ad"}]} 2026-06-16 01:45:13.014 7 INFO neutron.services.segments.plugin [-] Segment 9e59f05f-7f81-4dd1-a32f-129babc38eae resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9e59f05f-7f81-4dd1-a32f-129babc38eae found for delete ", "request_id": "req-395bb986-db99-4821-be06-9d737631a0c0"}]} [pid: 7|app: 0|req: 1172/2231] 10.0.0.164 () {32 vars in 772 bytes} [Tue Jun 16 01:45:12 2026] GET /v2.0/security-groups?tenant_id=254aa444b1c94fd58fbb53cf37e44109&name=default => generated 2925 bytes in 157 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1060/2232] 10.0.0.164 () {32 vars in 738 bytes} [Tue Jun 16 01:45:13 2026] DELETE /v2.0/security-groups/adc087f0-190d-4100-874f-14357851b31d => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1173/2233] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:45:13 2026] GET /v2.0/ports?device_id=0196ec86-5b17-4dfc-b35d-8177f8442be8 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 01:45:16.563 8 INFO neutron_taas.services.taas.taas_plugin [None req-8b37330b-0417-49f5-a6b3-68f755a58c74 cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] TaaS: Handle Delete Port: 3b0b02b0-87d1-4e57-907d-35d2592b24f9 2026-06-16 01:45:16.566 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8b37330b-0417-49f5-a6b3-68f755a58c74 cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] Tap Mirror: Handle Delete Port: 3b0b02b0-87d1-4e57-907d-35d2592b24f9 [pid: 8|app: 0|req: 1062/2236] 10.0.0.164 () {34 vars in 787 bytes} [Tue Jun 16 01:45:16 2026] PUT /v2.0/routers/403a73f7-b07d-4a90-87bb-d7a004032203/remove_router_interface => generated 309 bytes in 881 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 01:45:17.285 7 INFO neutron_taas.services.taas.taas_plugin [None req-85dcb6e5-27da-4ee5-a003-281437f444ad cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] TaaS: Handle Delete Port: 8af60fe2-538f-4a60-8fd2-c63503dcb0db 2026-06-16 01:45:17.287 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-85dcb6e5-27da-4ee5-a003-281437f444ad cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] Tap Mirror: Handle Delete Port: 8af60fe2-538f-4a60-8fd2-c63503dcb0db [pid: 8|app: 0|req: 1063/2237] 10.0.0.164 () {34 vars in 674 bytes} [Tue Jun 16 01:45:17 2026] POST /v2.0/subnetpools => generated 516 bytes in 191 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1064/2238] 10.0.0.164 () {34 vars in 674 bytes} [Tue Jun 16 01:45:17 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: 8|app: 0|req: 1065/2239] 10.0.0.164 () {34 vars in 674 bytes} [Tue Jun 16 01:45:17 2026] POST /v2.0/subnetpools => generated 516 bytes in 45 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 01:45:17.546 7 INFO neutron_taas.services.taas.taas_plugin [None req-85dcb6e5-27da-4ee5-a003-281437f444ad cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] TaaS: Handle Delete Port: 0ff2fde3-61c9-4a93-b4e4-7b0b39460eb0 2026-06-16 01:45:17.549 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-85dcb6e5-27da-4ee5-a003-281437f444ad cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] Tap Mirror: Handle Delete Port: 0ff2fde3-61c9-4a93-b4e4-7b0b39460eb0 [pid: 8|app: 0|req: 1066/2240] 10.0.0.164 () {34 vars in 674 bytes} [Tue Jun 16 01:45:17 2026] POST /v2.0/subnetpools => generated 516 bytes in 48 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1067/2241] 10.0.0.164 () {34 vars in 674 bytes} [Tue Jun 16 01:45:17 2026] POST /v2.0/subnetpools => generated 516 bytes in 43 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1068/2242] 10.0.0.164 () {34 vars in 757 bytes} [Tue Jun 16 01:45:17 2026] PUT /v2.0/subnetpools/acd0b63f-1395-403a-983c-0c3e871daceb/tags => generated 17 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1069/2243] 10.0.0.164 () {34 vars in 757 bytes} [Tue Jun 16 01:45:17 2026] PUT /v2.0/subnetpools/d2b967f6-b256-4625-a95f-0342cb23549a/tags => generated 25 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1070/2244] 10.0.0.164 () {34 vars in 757 bytes} [Tue Jun 16 01:45:17 2026] PUT /v2.0/subnetpools/7e1ba78c-2fdd-4f57-8aa3-22814ab0a638/tags => generated 34 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1071/2245] 10.0.0.164 () {34 vars in 757 bytes} [Tue Jun 16 01:45:17 2026] PUT /v2.0/subnetpools/a4935117-ade6-4553-b0d5-c381411cff13/tags => generated 19 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1072/2246] 10.0.0.164 () {32 vars in 670 bytes} [Tue Jun 16 01:45:17 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1073/2247] 10.0.0.164 () {32 vars in 684 bytes} [Tue Jun 16 01:45:17 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 01:45:17.887 7 INFO neutron.services.segments.plugin [-] Segment 7fbff1cc-3e91-4501-b1cc-33750dcbf19e resource provider aggregate not found 2026-06-16 01:45:17.888 7 INFO neutron.services.segments.plugin [-] Segment 7fbff1cc-3e91-4501-b1cc-33750dcbf19e resource provider aggregate not found 2026-06-16 01:45:17.909 7 INFO neutron.services.segments.plugin [-] Segment 7fbff1cc-3e91-4501-b1cc-33750dcbf19e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7fbff1cc-3e91-4501-b1cc-33750dcbf19e found for delete ", "request_id": "req-e6518ed0-449b-45e0-a4cc-f6aa9e0c9bb6"}]} 2026-06-16 01:45:17.910 7 INFO neutron.services.segments.plugin [-] Segment 7fbff1cc-3e91-4501-b1cc-33750dcbf19e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7fbff1cc-3e91-4501-b1cc-33750dcbf19e found for delete ", "request_id": "req-a4f0b396-c801-42e2-be56-8784240608f3"}]} [pid: 8|app: 0|req: 1074/2248] 10.0.0.164 () {32 vars in 680 bytes} [Tue Jun 16 01:45:17 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) 2026-06-16 01:45:17.919 7 INFO neutron.db.l3_hamode_db [None req-85dcb6e5-27da-4ee5-a003-281437f444ad cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] HA network 927d004f-5c81-4550-9efd-fd0e87f2bbe8 was deleted as no HA routers are present in tenant 6ed0457ac4414dba8677d2f63df6dbb5. [pid: 7|app: 0|req: 1175/2249] 10.0.0.164 () {32 vars in 722 bytes} [Tue Jun 16 01:45:17 2026] DELETE /v2.0/routers/403a73f7-b07d-4a90-87bb-d7a004032203 => generated 0 bytes in 851 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1075/2250] 10.0.0.164 () {32 vars in 692 bytes} [Tue Jun 16 01:45:17 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1076/2251] 10.0.0.164 () {32 vars in 678 bytes} [Tue Jun 16 01:45:17 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1077/2252] 10.0.0.164 () {32 vars in 692 bytes} [Tue Jun 16 01:45:17 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1078/2253] 10.0.0.164 () {32 vars in 688 bytes} [Tue Jun 16 01:45:17 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1079/2254] 10.0.0.164 () {32 vars in 700 bytes} [Tue Jun 16 01:45:18 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1080/2255] 10.0.0.164 () {32 vars in 730 bytes} [Tue Jun 16 01:45:18 2026] DELETE /v2.0/subnetpools/acd0b63f-1395-403a-983c-0c3e871daceb => 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: 1176/2256] 10.0.0.164 () {32 vars in 722 bytes} [Tue Jun 16 01:45:17 2026] DELETE /v2.0/subnets/c6b29f71-d4a0-4cb2-ad26-f4a377c6592f => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1081/2257] 10.0.0.164 () {32 vars in 730 bytes} [Tue Jun 16 01:45:18 2026] DELETE /v2.0/subnetpools/d2b967f6-b256-4625-a95f-0342cb23549a => generated 0 bytes in 36 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1082/2258] 10.0.0.164 () {32 vars in 730 bytes} [Tue Jun 16 01:45:18 2026] DELETE /v2.0/subnetpools/7e1ba78c-2fdd-4f57-8aa3-22814ab0a638 => generated 0 bytes in 34 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 01:45:18.206 7 INFO neutron_taas.services.taas.taas_plugin [None req-25ce3ee6-89d7-4a24-9da1-82932b600303 cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] TaaS: Handle Delete Port: ac4d704d-b093-4fb2-9339-4e23a0ca9872 [pid: 8|app: 0|req: 1083/2259] 10.0.0.164 () {32 vars in 730 bytes} [Tue Jun 16 01:45:18 2026] DELETE /v2.0/subnetpools/a4935117-ade6-4553-b0d5-c381411cff13 => generated 0 bytes in 40 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 01:45:18.211 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-25ce3ee6-89d7-4a24-9da1-82932b600303 cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] Tap Mirror: Handle Delete Port: ac4d704d-b093-4fb2-9339-4e23a0ca9872 [pid: 8|app: 0|req: 1084/2260] 10.0.0.164 () {32 vars in 730 bytes} [Tue Jun 16 01:45:18 2026] DELETE /v2.0/subnetpools/5c3f6b92-d4d9-4f99-8e1e-285b5399f1e0 => 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: 1177/2261] 10.0.0.164 () {32 vars in 724 bytes} [Tue Jun 16 01:45:18 2026] DELETE /v2.0/networks/c8ba259b-695a-49e6-863e-26f78f467a6b => generated 0 bytes in 273 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1085/2262] 10.0.0.164 () {32 vars in 772 bytes} [Tue Jun 16 01:45:18 2026] GET /v2.0/security-groups?tenant_id=6ed0457ac4414dba8677d2f63df6dbb5&name=default => generated 2925 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1178/2263] 10.0.0.164 () {32 vars in 738 bytes} [Tue Jun 16 01:45:18 2026] DELETE /v2.0/security-groups/88c3d1c4-a7f3-40fa-a126-40031a4fac0f => 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: 1086/2264] 10.0.0.164 () {32 vars in 772 bytes} [Tue Jun 16 01:45:19 2026] GET /v2.0/security-groups?tenant_id=356e77b48c624232b2a163e3920f4a5b&name=default => generated 2925 bytes in 221 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1179/2265] 10.0.0.164 () {32 vars in 738 bytes} [Tue Jun 16 01:45:19 2026] DELETE /v2.0/security-groups/e7aeb6c2-f41c-4bbf-9cd3-7cfba3e1d67d => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1087/2266] 10.0.0.164 () {32 vars in 772 bytes} [Tue Jun 16 01:45:19 2026] GET /v2.0/security-groups?tenant_id=c1f94f5b8c164f30970c6aa6061076cf&name=default => generated 2925 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1180/2267] 10.0.0.164 () {32 vars in 738 bytes} [Tue Jun 16 01:45:19 2026] DELETE /v2.0/security-groups/4d62e762-5349-4339-b7ef-656991e553be => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1088/2268] 10.0.0.164 () {32 vars in 772 bytes} [Tue Jun 16 01:45:19 2026] GET /v2.0/security-groups?tenant_id=2d436bfc00fc410b9a42670c58fb1087&name=default => generated 2925 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 01:45:19.930 7 INFO neutron.services.segments.plugin [-] Segment 854f8439-bffc-4ed4-acaf-b088e57319d9 resource provider aggregate not found 2026-06-16 01:45:19.935 7 INFO neutron.services.segments.plugin [-] Segment 854f8439-bffc-4ed4-acaf-b088e57319d9 resource provider aggregate not found 2026-06-16 01:45:19.956 7 INFO neutron.services.segments.plugin [-] Segment 854f8439-bffc-4ed4-acaf-b088e57319d9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 854f8439-bffc-4ed4-acaf-b088e57319d9 found for delete ", "request_id": "req-e8bc867a-2c9b-460e-a8a0-8722d59b8682"}]} 2026-06-16 01:45:19.957 7 INFO neutron.services.segments.plugin [-] Segment 854f8439-bffc-4ed4-acaf-b088e57319d9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 854f8439-bffc-4ed4-acaf-b088e57319d9 found for delete ", "request_id": "req-e48e7f6b-4863-4e53-a74e-38e4cfeba781"}]} [pid: 7|app: 0|req: 1181/2269] 10.0.0.164 () {32 vars in 738 bytes} [Tue Jun 16 01:45:19 2026] DELETE /v2.0/security-groups/8ac7d991-d960-4ce7-a998-3cd30929ea96 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 01:45:22.851 8 INFO neutron.db.segments_db [None req-19ef1180-fbf8-494b-b490-bc936d9f6ff8 3fcdf33bb2a245e688b83d6249b7db7e 8ec86223fed44614a48bad5dfb377020 - - default default] Added segment f3b00f48-efba-4f0b-abf3-9b02037a6327 of type vxlan for network 545381e0-e10d-4d97-ac0b-6a11242fcc8b [pid: 8|app: 0|req: 1089/2270] 10.0.0.164 () {34 vars in 668 bytes} [Tue Jun 16 01:45:22 2026] POST /v2.0/networks => generated 632 bytes in 328 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 01:45:22.995 8 INFO neutron.db.segments_db [None req-ab789b59-d55c-4546-9d06-003e9c458cbe 3fcdf33bb2a245e688b83d6249b7db7e 8ec86223fed44614a48bad5dfb377020 - - default default] Added segment 73aaaf2a-ef28-431f-b25e-07d37827043d of type vxlan for network 43de6711-448c-4109-9414-1ec1b7332843 2026-06-16 01:45:23.020 7 INFO neutron.db.segments_db [None req-207630f5-2991-46a2-9f67-ca58f20928b7 bcc3542326d542d9b59342603cd18e24 6bfe1c3b1dff4d28b702f00e93d85a38 - - default default] Added segment bcc15303-f565-4d0e-a702-e7cad63175c3 of type vxlan for network b2611064-42b8-481d-89aa-f4434f6a6651 [pid: 8|app: 0|req: 1090/2271] 10.0.0.164 () {34 vars in 668 bytes} [Tue Jun 16 01:45:22 2026] POST /v2.0/networks => generated 631 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1182/2272] 10.0.0.164 () {34 vars in 668 bytes} [Tue Jun 16 01:45:22 2026] POST /v2.0/networks => generated 632 bytes in 193 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1183/2273] 10.0.0.164 () {34 vars in 751 bytes} [Tue Jun 16 01:45:23 2026] PUT /v2.0/networks/b2611064-42b8-481d-89aa-f4434f6a6651/tags => generated 25 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 01:45:23.130 8 INFO neutron.db.segments_db [None req-b39f22bc-9c2f-4847-8a74-7763ec2c4d3f 3fcdf33bb2a245e688b83d6249b7db7e 8ec86223fed44614a48bad5dfb377020 - - default default] Added segment e9ead2db-56b4-4c64-b68f-4c0dd3ea8282 of type vxlan for network 18a6a8f1-3855-4088-97f4-c52d7679a373 [pid: 7|app: 0|req: 1184/2274] 10.0.0.164 () {32 vars in 731 bytes} [Tue Jun 16 01:45:23 2026] GET /v2.0/networks/b2611064-42b8-481d-89aa-f4434f6a6651/tags => generated 25 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1091/2275] 10.0.0.164 () {34 vars in 668 bytes} [Tue Jun 16 01:45:23 2026] POST /v2.0/networks => generated 632 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1185/2276] 10.0.0.164 () {34 vars in 762 bytes} [Tue Jun 16 01:45:23 2026] PUT /v2.0/networks/b2611064-42b8-481d-89aa-f4434f6a6651/tags/green => generated 4 bytes in 83 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-06-16 01:45:23.274 8 INFO neutron.db.segments_db [None req-82ff2f7c-e4e1-40fe-9f35-d0e71c74fe3b 3fcdf33bb2a245e688b83d6249b7db7e 8ec86223fed44614a48bad5dfb377020 - - default default] Added segment 6b101e12-71e9-46a0-af9d-2a53d29a790e of type vxlan for network 1cf26bde-cb1f-4e68-b5f4-41a97d45935d [pid: 7|app: 0|req: 1186/2277] 10.0.0.164 () {32 vars in 731 bytes} [Tue Jun 16 01:45:23 2026] GET /v2.0/networks/b2611064-42b8-481d-89aa-f4434f6a6651/tags => generated 34 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1187/2278] 10.0.0.164 () {34 vars in 758 bytes} [Tue Jun 16 01:45:23 2026] PUT /v2.0/networks/b2611064-42b8-481d-89aa-f4434f6a6651/tags/red => generated 4 bytes in 58 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1092/2279] 10.0.0.164 () {34 vars in 668 bytes} [Tue Jun 16 01:45:23 2026] POST /v2.0/networks => generated 632 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1188/2280] 10.0.0.164 () {32 vars in 731 bytes} [Tue Jun 16 01:45:23 2026] GET /v2.0/networks/b2611064-42b8-481d-89aa-f4434f6a6651/tags => generated 34 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 01:45:23.450 8 INFO neutron.db.segments_db [None req-ce61cc16-99cd-4758-a374-5b0b10055208 3fcdf33bb2a245e688b83d6249b7db7e 8ec86223fed44614a48bad5dfb377020 - - default default] Added segment 4625f61c-04a9-4b08-8d6d-c4a5fc453f59 of type vxlan for network 02d4c10d-d99f-416f-b6d7-f552f83dbe07 [pid: 7|app: 0|req: 1189/2281] 10.0.0.164 () {34 vars in 780 bytes} [Tue Jun 16 01:45:23 2026] PUT /v2.0/networks/b2611064-42b8-481d-89aa-f4434f6a6651/tags/black.or.white => generated 4 bytes in 59 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1190/2282] 10.0.0.164 () {32 vars in 731 bytes} [Tue Jun 16 01:45:23 2026] GET /v2.0/networks/b2611064-42b8-481d-89aa-f4434f6a6651/tags => generated 52 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1093/2283] 10.0.0.164 () {34 vars in 668 bytes} [Tue Jun 16 01:45:23 2026] POST /v2.0/networks => generated 630 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1191/2284] 10.0.0.164 () {34 vars in 751 bytes} [Tue Jun 16 01:45:23 2026] PUT /v2.0/networks/b2611064-42b8-481d-89aa-f4434f6a6651/tags => generated 37 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1094/2285] 10.0.0.164 () {34 vars in 751 bytes} [Tue Jun 16 01:45:23 2026] PUT /v2.0/networks/545381e0-e10d-4d97-ac0b-6a11242fcc8b/tags => generated 17 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1192/2286] 10.0.0.164 () {32 vars in 731 bytes} [Tue Jun 16 01:45:23 2026] GET /v2.0/networks/b2611064-42b8-481d-89aa-f4434f6a6651/tags => generated 37 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1095/2287] 10.0.0.164 () {34 vars in 751 bytes} [Tue Jun 16 01:45:23 2026] PUT /v2.0/networks/43de6711-448c-4109-9414-1ec1b7332843/tags => generated 25 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1193/2288] 10.0.0.164 () {32 vars in 739 bytes} [Tue Jun 16 01:45:23 2026] GET /v2.0/networks/b2611064-42b8-481d-89aa-f4434f6a6651/tags/red => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 01:45:23.736 7 INFO neutron.api.v2.resource [None req-ce88a180-f4db-4b1f-864c-649a009c3ded bcc3542326d542d9b59342603cd18e24 6bfe1c3b1dff4d28b702f00e93d85a38 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1096/2289] 10.0.0.164 () {34 vars in 751 bytes} [Tue Jun 16 01:45:23 2026] PUT /v2.0/networks/18a6a8f1-3855-4088-97f4-c52d7679a373/tags => generated 34 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1194/2290] 10.0.0.164 () {32 vars in 743 bytes} [Tue Jun 16 01:45:23 2026] GET /v2.0/networks/b2611064-42b8-481d-89aa-f4434f6a6651/tags/green => generated 99 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1097/2291] 10.0.0.164 () {34 vars in 751 bytes} [Tue Jun 16 01:45:23 2026] PUT /v2.0/networks/1cf26bde-cb1f-4e68-b5f4-41a97d45935d/tags => 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: 1195/2292] 10.0.0.164 () {32 vars in 742 bytes} [Tue Jun 16 01:45:23 2026] DELETE /v2.0/networks/b2611064-42b8-481d-89aa-f4434f6a6651/tags/red => 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: 1098/2293] 10.0.0.164 () {32 vars in 664 bytes} [Tue Jun 16 01:45:23 2026] GET /v2.0/networks?tags=red => generated 1856 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1196/2294] 10.0.0.164 () {32 vars in 731 bytes} [Tue Jun 16 01:45:23 2026] GET /v2.0/networks/b2611064-42b8-481d-89aa-f4434f6a6651/tags => generated 30 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1099/2295] 10.0.0.164 () {32 vars in 678 bytes} [Tue Jun 16 01:45:23 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1249 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 01:45:23.914 7 INFO neutron.api.v2.resource [None req-3f7c205e-c396-443e-983a-a427052e0e63 bcc3542326d542d9b59342603cd18e24 6bfe1c3b1dff4d28b702f00e93d85a38 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1197/2296] 10.0.0.164 () {32 vars in 746 bytes} [Tue Jun 16 01:45:23 2026] DELETE /v2.0/networks/b2611064-42b8-481d-89aa-f4434f6a6651/tags/green => generated 99 bytes in 56 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1100/2297] 10.0.0.164 () {32 vars in 674 bytes} [Tue Jun 16 01:45:23 2026] GET /v2.0/networks?tags-any=blue => generated 1249 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1101/2298] 10.0.0.164 () {32 vars in 686 bytes} [Tue Jun 16 01:45:23 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1856 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1198/2299] 10.0.0.164 () {32 vars in 734 bytes} [Tue Jun 16 01:45:23 2026] DELETE /v2.0/networks/b2611064-42b8-481d-89aa-f4434f6a6651/tags => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1102/2300] 10.0.0.164 () {32 vars in 672 bytes} [Tue Jun 16 01:45:23 2026] GET /v2.0/networks?not-tags=red => generated 1860 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1199/2301] 10.0.0.164 () {32 vars in 731 bytes} [Tue Jun 16 01:45:24 2026] GET /v2.0/networks/b2611064-42b8-481d-89aa-f4434f6a6651/tags => generated 12 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1103/2302] 10.0.0.164 () {32 vars in 686 bytes} [Tue Jun 16 01:45:24 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2467 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1104/2303] 10.0.0.164 () {32 vars in 682 bytes} [Tue Jun 16 01:45:24 2026] GET /v2.0/networks?not-tags-any=blue => generated 2467 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 01:45:24.175 7 INFO neutron.services.segments.plugin [-] Segment bcc15303-f565-4d0e-a702-e7cad63175c3 resource provider aggregate not found 2026-06-16 01:45:24.180 7 INFO neutron.services.segments.plugin [-] Segment bcc15303-f565-4d0e-a702-e7cad63175c3 resource provider aggregate not found 2026-06-16 01:45:24.196 7 INFO neutron.services.segments.plugin [-] Segment bcc15303-f565-4d0e-a702-e7cad63175c3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bcc15303-f565-4d0e-a702-e7cad63175c3 found for delete ", "request_id": "req-dd22ca51-31c3-4576-8886-e56778d5f641"}]} 2026-06-16 01:45:24.201 7 INFO neutron.services.segments.plugin [-] Segment bcc15303-f565-4d0e-a702-e7cad63175c3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bcc15303-f565-4d0e-a702-e7cad63175c3 found for delete ", "request_id": "req-c15f816e-06be-474f-8820-eee5220de6ab"}]} [pid: 7|app: 0|req: 1200/2304] 10.0.0.164 () {32 vars in 724 bytes} [Tue Jun 16 01:45:24 2026] DELETE /v2.0/networks/b2611064-42b8-481d-89aa-f4434f6a6651 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1105/2305] 10.0.0.164 () {32 vars in 694 bytes} [Tue Jun 16 01:45:24 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1860 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1201/2306] 10.0.0.164 () {32 vars in 724 bytes} [Tue Jun 16 01:45:24 2026] DELETE /v2.0/networks/545381e0-e10d-4d97-ac0b-6a11242fcc8b => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 01:45:24.479 8 INFO neutron.services.segments.plugin [-] Segment 73aaaf2a-ef28-431f-b25e-07d37827043d resource provider aggregate not found 2026-06-16 01:45:24.484 8 INFO neutron.services.segments.plugin [-] Segment 73aaaf2a-ef28-431f-b25e-07d37827043d resource provider aggregate not found 2026-06-16 01:45:24.499 8 INFO neutron.services.segments.plugin [-] Segment 73aaaf2a-ef28-431f-b25e-07d37827043d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 73aaaf2a-ef28-431f-b25e-07d37827043d found for delete ", "request_id": "req-d24bed2a-3aa1-4ac6-bdc5-3b812ca1e800"}]} 2026-06-16 01:45:24.502 8 INFO neutron.services.segments.plugin [-] Segment 73aaaf2a-ef28-431f-b25e-07d37827043d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 73aaaf2a-ef28-431f-b25e-07d37827043d found for delete ", "request_id": "req-130f1cff-1fa7-4839-99f2-94ba77bfe748"}]} [pid: 8|app: 0|req: 1106/2307] 10.0.0.164 () {32 vars in 724 bytes} [Tue Jun 16 01:45:24 2026] DELETE /v2.0/networks/43de6711-448c-4109-9414-1ec1b7332843 => 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: 1202/2308] 10.0.0.164 () {32 vars in 724 bytes} [Tue Jun 16 01:45:24 2026] DELETE /v2.0/networks/18a6a8f1-3855-4088-97f4-c52d7679a373 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1107/2309] 10.0.0.164 () {32 vars in 724 bytes} [Tue Jun 16 01:45:24 2026] DELETE /v2.0/networks/1cf26bde-cb1f-4e68-b5f4-41a97d45935d => 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: 1203/2310] 10.0.0.164 () {32 vars in 724 bytes} [Tue Jun 16 01:45:24 2026] DELETE /v2.0/networks/02d4c10d-d99f-416f-b6d7-f552f83dbe07 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1108/2311] 10.0.0.164 () {32 vars in 772 bytes} [Tue Jun 16 01:45:24 2026] GET /v2.0/security-groups?tenant_id=ed4e7033487144a2a66eaeb85cdbd054&name=default => generated 2929 bytes in 186 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1204/2312] 10.0.0.164 () {32 vars in 738 bytes} [Tue Jun 16 01:45:25 2026] DELETE /v2.0/security-groups/c3ea09c2-e8ef-43e8-b861-f8b0e7e1a4ef => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1109/2313] 10.0.0.164 () {32 vars in 772 bytes} [Tue Jun 16 01:45:25 2026] GET /v2.0/security-groups?tenant_id=6bfe1c3b1dff4d28b702f00e93d85a38&name=default => generated 2925 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1205/2314] 10.0.0.164 () {32 vars in 738 bytes} [Tue Jun 16 01:45:25 2026] DELETE /v2.0/security-groups/d26c31ad-8c44-451f-a955-923393eccaef => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1110/2315] 10.0.0.164 () {32 vars in 772 bytes} [Tue Jun 16 01:45:25 2026] GET /v2.0/security-groups?tenant_id=8ec86223fed44614a48bad5dfb377020&name=default => generated 2925 bytes in 177 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1206/2316] 10.0.0.164 () {32 vars in 738 bytes} [Tue Jun 16 01:45:25 2026] DELETE /v2.0/security-groups/4e60e1b1-9aaf-4abc-8189-e08c14c9a23e => 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: 1111/2317] 10.0.0.164 () {32 vars in 772 bytes} [Tue Jun 16 01:45:25 2026] GET /v2.0/security-groups?tenant_id=d4c1e2e1819840bf9961ac2723659156&name=default => generated 2929 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1207/2318] 10.0.0.164 () {32 vars in 738 bytes} [Tue Jun 16 01:45:26 2026] DELETE /v2.0/security-groups/116a2266-2411-468a-ac92-608ca619b38f => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 01:45:26.220 7 INFO neutron.services.segments.plugin [-] Segment f3b00f48-efba-4f0b-abf3-9b02037a6327 resource provider aggregate not found 2026-06-16 01:45:26.224 7 INFO neutron.services.segments.plugin [-] Segment f3b00f48-efba-4f0b-abf3-9b02037a6327 resource provider aggregate not found 2026-06-16 01:45:26.236 7 INFO neutron.services.segments.plugin [-] Segment f3b00f48-efba-4f0b-abf3-9b02037a6327 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f3b00f48-efba-4f0b-abf3-9b02037a6327 found for delete ", "request_id": "req-16ffae62-02a9-4dfd-8239-426eb61b0487"}]} 2026-06-16 01:45:26.240 7 INFO neutron.services.segments.plugin [-] Segment f3b00f48-efba-4f0b-abf3-9b02037a6327 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f3b00f48-efba-4f0b-abf3-9b02037a6327 found for delete ", "request_id": "req-bef53f5f-dbe5-413a-8c40-71384a9278e3"}]} 2026-06-16 01:45:26.258 7 INFO neutron.services.segments.plugin [-] Segment e9ead2db-56b4-4c64-b68f-4c0dd3ea8282 resource provider aggregate not found 2026-06-16 01:45:26.268 7 INFO neutron.services.segments.plugin [-] Segment e9ead2db-56b4-4c64-b68f-4c0dd3ea8282 resource provider aggregate not found 2026-06-16 01:45:26.285 7 INFO neutron.services.segments.plugin [-] Segment e9ead2db-56b4-4c64-b68f-4c0dd3ea8282 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e9ead2db-56b4-4c64-b68f-4c0dd3ea8282 found for delete ", "request_id": "req-b9f98b78-ae31-4702-805c-b04a93927067"}]} 2026-06-16 01:45:26.290 7 INFO neutron.services.segments.plugin [-] Segment e9ead2db-56b4-4c64-b68f-4c0dd3ea8282 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e9ead2db-56b4-4c64-b68f-4c0dd3ea8282 found for delete ", "request_id": "req-2cd0616a-df00-472b-86bc-72998e036439"}]} 2026-06-16 01:45:26.303 7 INFO neutron.services.segments.plugin [-] Segment 4625f61c-04a9-4b08-8d6d-c4a5fc453f59 resource provider aggregate not found 2026-06-16 01:45:26.307 7 INFO neutron.services.segments.plugin [-] Segment 4625f61c-04a9-4b08-8d6d-c4a5fc453f59 resource provider aggregate not found 2026-06-16 01:45:26.316 7 INFO neutron.services.segments.plugin [-] Segment 4625f61c-04a9-4b08-8d6d-c4a5fc453f59 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4625f61c-04a9-4b08-8d6d-c4a5fc453f59 found for delete ", "request_id": "req-f82259b2-09c1-4065-aedf-20d6b47d200b"}]} 2026-06-16 01:45:26.322 7 INFO neutron.services.segments.plugin [-] Segment 4625f61c-04a9-4b08-8d6d-c4a5fc453f59 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4625f61c-04a9-4b08-8d6d-c4a5fc453f59 found for delete ", "request_id": "req-8c34dca0-5dce-44b8-b957-bcafd09610a8"}]} [pid: 8|app: 0|req: 1112/2319] 10.0.0.164 () {32 vars in 772 bytes} [Tue Jun 16 01:45:26 2026] GET /v2.0/security-groups?tenant_id=23e972aabfba40008697d838d9933339&name=default => generated 2929 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1208/2320] 10.0.0.164 () {32 vars in 738 bytes} [Tue Jun 16 01:45:26 2026] DELETE /v2.0/security-groups/a34f7881-25b5-4e38-8607-825656fb6b9d => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 01:45:26.518 8 INFO neutron.services.segments.plugin [-] Segment 6b101e12-71e9-46a0-af9d-2a53d29a790e resource provider aggregate not found 2026-06-16 01:45:26.523 8 INFO neutron.services.segments.plugin [-] Segment 6b101e12-71e9-46a0-af9d-2a53d29a790e resource provider aggregate not found 2026-06-16 01:45:26.538 8 INFO neutron.services.segments.plugin [-] Segment 6b101e12-71e9-46a0-af9d-2a53d29a790e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6b101e12-71e9-46a0-af9d-2a53d29a790e found for delete ", "request_id": "req-d08dbac2-64ec-4cdf-9064-6bfa66bdb3d3"}]} 2026-06-16 01:45:26.538 8 INFO neutron.services.segments.plugin [-] Segment 6b101e12-71e9-46a0-af9d-2a53d29a790e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6b101e12-71e9-46a0-af9d-2a53d29a790e found for delete ", "request_id": "req-58cad0de-fe3a-4d62-984d-1198b0bf3c01"}]} [pid: 8|app: 0|req: 1113/2321] 10.0.0.164 () {34 vars in 676 bytes} [Tue Jun 16 01:45:28 2026] POST /v2.0/qos/policies => generated 359 bytes in 199 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1209/2322] 10.0.0.164 () {34 vars in 751 bytes} [Tue Jun 16 01:45:28 2026] PUT /v2.0/policies/af9e40fa-142b-4966-b07d-ee30ace09b1c/tags => generated 25 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1114/2323] 10.0.0.164 () {32 vars in 731 bytes} [Tue Jun 16 01:45:28 2026] GET /v2.0/policies/af9e40fa-142b-4966-b07d-ee30ace09b1c/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: 1210/2324] 10.0.0.164 () {34 vars in 762 bytes} [Tue Jun 16 01:45:28 2026] PUT /v2.0/policies/af9e40fa-142b-4966-b07d-ee30ace09b1c/tags/green => generated 4 bytes in 49 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1115/2325] 10.0.0.164 () {32 vars in 731 bytes} [Tue Jun 16 01:45:28 2026] GET /v2.0/policies/af9e40fa-142b-4966-b07d-ee30ace09b1c/tags => generated 34 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1211/2326] 10.0.0.164 () {34 vars in 758 bytes} [Tue Jun 16 01:45:28 2026] PUT /v2.0/policies/af9e40fa-142b-4966-b07d-ee30ace09b1c/tags/red => generated 4 bytes in 39 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1116/2327] 10.0.0.164 () {32 vars in 731 bytes} [Tue Jun 16 01:45:28 2026] GET /v2.0/policies/af9e40fa-142b-4966-b07d-ee30ace09b1c/tags => generated 34 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1212/2328] 10.0.0.164 () {34 vars in 780 bytes} [Tue Jun 16 01:45:28 2026] PUT /v2.0/policies/af9e40fa-142b-4966-b07d-ee30ace09b1c/tags/black.or.white => generated 4 bytes in 43 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1117/2329] 10.0.0.164 () {32 vars in 731 bytes} [Tue Jun 16 01:45:29 2026] GET /v2.0/policies/af9e40fa-142b-4966-b07d-ee30ace09b1c/tags => generated 52 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1213/2330] 10.0.0.164 () {34 vars in 751 bytes} [Tue Jun 16 01:45:29 2026] PUT /v2.0/policies/af9e40fa-142b-4966-b07d-ee30ace09b1c/tags => generated 37 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1118/2331] 10.0.0.164 () {32 vars in 731 bytes} [Tue Jun 16 01:45:29 2026] GET /v2.0/policies/af9e40fa-142b-4966-b07d-ee30ace09b1c/tags => generated 37 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1214/2332] 10.0.0.164 () {32 vars in 739 bytes} [Tue Jun 16 01:45:29 2026] GET /v2.0/policies/af9e40fa-142b-4966-b07d-ee30ace09b1c/tags/red => generated 0 bytes in 25 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 01:45:29.202 8 INFO neutron.api.v2.resource [None req-35a3aa16-0a2f-401a-85c9-e38f3ac7b57a 4b3b2e5c705d4a95931c740062a4f097 4ccbc20ae9f94ac39a9ba28ac85a9bc3 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1119/2333] 10.0.0.164 () {32 vars in 743 bytes} [Tue Jun 16 01:45:29 2026] GET /v2.0/policies/af9e40fa-142b-4966-b07d-ee30ace09b1c/tags/green => generated 99 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1215/2334] 10.0.0.164 () {32 vars in 742 bytes} [Tue Jun 16 01:45:29 2026] DELETE /v2.0/policies/af9e40fa-142b-4966-b07d-ee30ace09b1c/tags/red => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1120/2335] 10.0.0.164 () {32 vars in 731 bytes} [Tue Jun 16 01:45:29 2026] GET /v2.0/policies/af9e40fa-142b-4966-b07d-ee30ace09b1c/tags => generated 30 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 01:45:29.346 7 INFO neutron.api.v2.resource [None req-b2c24f48-01d1-49ec-8578-cd3b8dd9d695 4b3b2e5c705d4a95931c740062a4f097 4ccbc20ae9f94ac39a9ba28ac85a9bc3 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1216/2336] 10.0.0.164 () {32 vars in 746 bytes} [Tue Jun 16 01:45:29 2026] DELETE /v2.0/policies/af9e40fa-142b-4966-b07d-ee30ace09b1c/tags/green => generated 99 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1121/2337] 10.0.0.164 () {32 vars in 734 bytes} [Tue Jun 16 01:45:29 2026] DELETE /v2.0/policies/af9e40fa-142b-4966-b07d-ee30ace09b1c/tags => generated 0 bytes in 43 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1217/2338] 10.0.0.164 () {32 vars in 731 bytes} [Tue Jun 16 01:45:29 2026] GET /v2.0/policies/af9e40fa-142b-4966-b07d-ee30ace09b1c/tags => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1122/2339] 10.0.0.164 () {32 vars in 732 bytes} [Tue Jun 16 01:45:29 2026] DELETE /v2.0/qos/policies/af9e40fa-142b-4966-b07d-ee30ace09b1c => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1218/2340] 10.0.0.164 () {32 vars in 772 bytes} [Tue Jun 16 01:45:30 2026] GET /v2.0/security-groups?tenant_id=db58797521324c09ab21bfd140decde0&name=default => generated 2929 bytes in 275 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1123/2341] 10.0.0.164 () {32 vars in 738 bytes} [Tue Jun 16 01:45:30 2026] DELETE /v2.0/security-groups/8744072c-02a5-488e-8f48-f74c6da5db85 => 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: 1124/2342] 10.0.0.164 () {32 vars in 772 bytes} [Tue Jun 16 01:45:30 2026] GET /v2.0/security-groups?tenant_id=4ccbc20ae9f94ac39a9ba28ac85a9bc3&name=default => generated 2929 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1219/2343] 10.0.0.164 () {34 vars in 676 bytes} [Tue Jun 16 01:45:30 2026] POST /v2.0/qos/policies => generated 359 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1220/2344] 10.0.0.164 () {34 vars in 676 bytes} [Tue Jun 16 01:45:30 2026] POST /v2.0/qos/policies => generated 359 bytes in 34 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1125/2345] 10.0.0.164 () {32 vars in 738 bytes} [Tue Jun 16 01:45:30 2026] DELETE /v2.0/security-groups/96462206-19a7-4fe9-8b28-545572bb8107 => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1221/2346] 10.0.0.164 () {34 vars in 676 bytes} [Tue Jun 16 01:45:30 2026] POST /v2.0/qos/policies => generated 359 bytes in 50 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1126/2347] 10.0.0.164 () {34 vars in 676 bytes} [Tue Jun 16 01:45:30 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: 1222/2348] 10.0.0.164 () {34 vars in 676 bytes} [Tue Jun 16 01:45:30 2026] POST /v2.0/qos/policies => generated 359 bytes in 43 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1127/2349] 10.0.0.164 () {34 vars in 751 bytes} [Tue Jun 16 01:45:30 2026] PUT /v2.0/policies/6f6fbff7-0f90-4ea1-8e03-a183be14b3cf/tags => generated 17 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1223/2350] 10.0.0.164 () {34 vars in 751 bytes} [Tue Jun 16 01:45:30 2026] PUT /v2.0/policies/9f5c8839-fd79-4168-a88a-1bc73afb75bc/tags => generated 25 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1128/2351] 10.0.0.164 () {34 vars in 751 bytes} [Tue Jun 16 01:45:30 2026] PUT /v2.0/policies/363a8db5-dd56-42a0-8a77-204a8c4b8df9/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: 1224/2352] 10.0.0.164 () {34 vars in 751 bytes} [Tue Jun 16 01:45:30 2026] PUT /v2.0/policies/d631e899-327c-4c92-a7d2-903f4c77e3e7/tags => 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: 1226/2355] 10.0.0.164 () {32 vars in 672 bytes} [Tue Jun 16 01:45:31 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 160 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1130/2356] 10.0.0.164 () {32 vars in 686 bytes} [Tue Jun 16 01:45:31 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1227/2357] 10.0.0.164 () {32 vars in 682 bytes} [Tue Jun 16 01:45:31 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1131/2358] 10.0.0.164 () {32 vars in 694 bytes} [Tue Jun 16 01:45:31 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1228/2359] 10.0.0.164 () {32 vars in 680 bytes} [Tue Jun 16 01:45:31 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1132/2360] 10.0.0.164 () {32 vars in 694 bytes} [Tue Jun 16 01:45:31 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1229/2361] 10.0.0.164 () {32 vars in 690 bytes} [Tue Jun 16 01:45:31 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1133/2362] 10.0.0.164 () {32 vars in 702 bytes} [Tue Jun 16 01:45:31 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: 1230/2363] 10.0.0.164 () {32 vars in 732 bytes} [Tue Jun 16 01:45:31 2026] DELETE /v2.0/qos/policies/6f6fbff7-0f90-4ea1-8e03-a183be14b3cf => 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: 1134/2364] 10.0.0.164 () {32 vars in 732 bytes} [Tue Jun 16 01:45:32 2026] DELETE /v2.0/qos/policies/9f5c8839-fd79-4168-a88a-1bc73afb75bc => 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: 1231/2365] 10.0.0.164 () {32 vars in 732 bytes} [Tue Jun 16 01:45:32 2026] DELETE /v2.0/qos/policies/363a8db5-dd56-42a0-8a77-204a8c4b8df9 => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1135/2366] 10.0.0.164 () {32 vars in 732 bytes} [Tue Jun 16 01:45:32 2026] DELETE /v2.0/qos/policies/d631e899-327c-4c92-a7d2-903f4c77e3e7 => 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: 1232/2367] 10.0.0.164 () {32 vars in 732 bytes} [Tue Jun 16 01:45:32 2026] DELETE /v2.0/qos/policies/5350624d-4564-4b02-818e-86ace65fdbdc => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1136/2368] 10.0.0.164 () {32 vars in 772 bytes} [Tue Jun 16 01:45:32 2026] GET /v2.0/security-groups?tenant_id=5de3cb0849664139ab370418cd15c781&name=default => generated 2929 bytes in 241 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1233/2369] 10.0.0.164 () {32 vars in 738 bytes} [Tue Jun 16 01:45:33 2026] DELETE /v2.0/security-groups/a4c86c4d-1741-4a91-9ffe-c861e55a32b1 => 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: 1137/2370] 10.0.0.164 () {32 vars in 772 bytes} [Tue Jun 16 01:45:33 2026] GET /v2.0/security-groups?tenant_id=8064074f1c8140bf8705b9da0588e715&name=default => generated 2929 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1234/2371] 10.0.0.164 () {32 vars in 738 bytes} [Tue Jun 16 01:45:33 2026] DELETE /v2.0/security-groups/bd990a78-4872-4d16-b778-1bec66a01ef8 => 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: 1138/2372] 10.0.0.164 () {32 vars in 772 bytes} [Tue Jun 16 01:45:33 2026] GET /v2.0/security-groups?tenant_id=43c0ef6035a0496f92c443a9630a7cb6&name=default => generated 2929 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1139/2373] 10.0.0.164 () {32 vars in 738 bytes} [Tue Jun 16 01:45:33 2026] DELETE /v2.0/security-groups/dc388cba-7ac9-4366-a708-6302acffa10c => 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: 1235/2374] 10.0.0.164 () {34 vars in 674 bytes} [Tue Jun 16 01:45:33 2026] POST /v2.0/subnetpools => generated 516 bytes in 250 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1140/2375] 10.0.0.164 () {34 vars in 757 bytes} [Tue Jun 16 01:45:34 2026] PUT /v2.0/subnetpools/d7d6c358-72e6-4530-99de-5a639209c927/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: 1236/2376] 10.0.0.164 () {32 vars in 737 bytes} [Tue Jun 16 01:45:34 2026] GET /v2.0/subnetpools/d7d6c358-72e6-4530-99de-5a639209c927/tags => generated 25 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1141/2377] 10.0.0.164 () {34 vars in 768 bytes} [Tue Jun 16 01:45:34 2026] PUT /v2.0/subnetpools/d7d6c358-72e6-4530-99de-5a639209c927/tags/green => 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: 1237/2378] 10.0.0.164 () {32 vars in 737 bytes} [Tue Jun 16 01:45:34 2026] GET /v2.0/subnetpools/d7d6c358-72e6-4530-99de-5a639209c927/tags => generated 34 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1142/2379] 10.0.0.164 () {34 vars in 764 bytes} [Tue Jun 16 01:45:34 2026] PUT /v2.0/subnetpools/d7d6c358-72e6-4530-99de-5a639209c927/tags/red => generated 4 bytes in 44 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1238/2380] 10.0.0.164 () {32 vars in 737 bytes} [Tue Jun 16 01:45:34 2026] GET /v2.0/subnetpools/d7d6c358-72e6-4530-99de-5a639209c927/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: 1143/2381] 10.0.0.164 () {34 vars in 786 bytes} [Tue Jun 16 01:45:34 2026] PUT /v2.0/subnetpools/d7d6c358-72e6-4530-99de-5a639209c927/tags/black.or.white => generated 4 bytes in 45 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1239/2382] 10.0.0.164 () {32 vars in 737 bytes} [Tue Jun 16 01:45:34 2026] GET /v2.0/subnetpools/d7d6c358-72e6-4530-99de-5a639209c927/tags => generated 52 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1144/2383] 10.0.0.164 () {34 vars in 757 bytes} [Tue Jun 16 01:45:34 2026] PUT /v2.0/subnetpools/d7d6c358-72e6-4530-99de-5a639209c927/tags => generated 37 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1240/2384] 10.0.0.164 () {32 vars in 737 bytes} [Tue Jun 16 01:45:34 2026] GET /v2.0/subnetpools/d7d6c358-72e6-4530-99de-5a639209c927/tags => generated 37 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1145/2385] 10.0.0.164 () {32 vars in 745 bytes} [Tue Jun 16 01:45:34 2026] GET /v2.0/subnetpools/d7d6c358-72e6-4530-99de-5a639209c927/tags/red => generated 0 bytes in 27 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 01:45:34.559 7 INFO neutron.api.v2.resource [None req-1c4a062b-b854-47cf-a31d-7a0d159aa97d 9de8122ceb184e03a40191ff07691850 cdb583b42a9c42f8b73ee8196306dbe1 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1241/2386] 10.0.0.164 () {32 vars in 749 bytes} [Tue Jun 16 01:45:34 2026] GET /v2.0/subnetpools/d7d6c358-72e6-4530-99de-5a639209c927/tags/green => generated 99 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1146/2387] 10.0.0.164 () {32 vars in 748 bytes} [Tue Jun 16 01:45:34 2026] DELETE /v2.0/subnetpools/d7d6c358-72e6-4530-99de-5a639209c927/tags/red => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1242/2388] 10.0.0.164 () {32 vars in 737 bytes} [Tue Jun 16 01:45:34 2026] GET /v2.0/subnetpools/d7d6c358-72e6-4530-99de-5a639209c927/tags => generated 30 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 01:45:34.689 8 INFO neutron.api.v2.resource [None req-312faf56-fb0c-49b7-b822-a25a233ee89f 9de8122ceb184e03a40191ff07691850 cdb583b42a9c42f8b73ee8196306dbe1 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1147/2389] 10.0.0.164 () {32 vars in 752 bytes} [Tue Jun 16 01:45:34 2026] DELETE /v2.0/subnetpools/d7d6c358-72e6-4530-99de-5a639209c927/tags/green => generated 99 bytes in 30 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1243/2390] 10.0.0.164 () {32 vars in 740 bytes} [Tue Jun 16 01:45:34 2026] DELETE /v2.0/subnetpools/d7d6c358-72e6-4530-99de-5a639209c927/tags => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1148/2391] 10.0.0.164 () {32 vars in 737 bytes} [Tue Jun 16 01:45:34 2026] GET /v2.0/subnetpools/d7d6c358-72e6-4530-99de-5a639209c927/tags => 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: 1244/2392] 10.0.0.164 () {32 vars in 730 bytes} [Tue Jun 16 01:45:34 2026] DELETE /v2.0/subnetpools/d7d6c358-72e6-4530-99de-5a639209c927 => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1149/2393] 10.0.0.164 () {32 vars in 772 bytes} [Tue Jun 16 01:45:35 2026] GET /v2.0/security-groups?tenant_id=cdb583b42a9c42f8b73ee8196306dbe1&name=default => generated 2929 bytes in 357 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1245/2394] 10.0.0.164 () {32 vars in 738 bytes} [Tue Jun 16 01:45:35 2026] DELETE /v2.0/security-groups/eeb503dc-da33-4e57-b252-6131dc66b518 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1150/2395] 10.0.0.164 () {32 vars in 772 bytes} [Tue Jun 16 01:45:35 2026] GET /v2.0/security-groups?tenant_id=2bb65f65b6224a9192cb48c779375c1a&name=default => generated 2929 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1246/2396] 10.0.0.164 () {32 vars in 738 bytes} [Tue Jun 16 01:45:36 2026] DELETE /v2.0/security-groups/bc3d3b09-f4df-440e-9346-b04a914ea591 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 01:45:38.070 8 INFO neutron.db.segments_db [None req-6e7c3ab8-8ccc-4c06-8b59-27049307ae47 2d373817e7f142efb03ae8988602f193 0f56529e491d49d5a28f14842712dfa3 - - default default] Added segment e5b0d01b-f738-4895-9fb6-c29882443bd4 of type vxlan for network faa9389c-6d7b-41c5-8435-7a2379a0d508 2026-06-16 01:45:38.352 8 INFO neutron.db.l3_hamode_db [None req-6e7c3ab8-8ccc-4c06-8b59-27049307ae47 2d373817e7f142efb03ae8988602f193 0f56529e491d49d5a28f14842712dfa3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-16 01:45:38.470 8 INFO neutron.db.l3_hamode_db [None req-6e7c3ab8-8ccc-4c06-8b59-27049307ae47 2d373817e7f142efb03ae8988602f193 0f56529e491d49d5a28f14842712dfa3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1151/2397] 10.0.0.164 () {34 vars in 666 bytes} [Tue Jun 16 01:45:37 2026] POST /v2.0/routers => generated 474 bytes in 1706 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 01:45:39.680 7 INFO neutron.db.l3_hamode_db [None req-d9bd23ae-c581-4458-a956-fc7f9938b6b5 2d373817e7f142efb03ae8988602f193 0f56529e491d49d5a28f14842712dfa3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-16 01:45:39.797 7 INFO neutron.db.l3_hamode_db [None req-d9bd23ae-c581-4458-a956-fc7f9938b6b5 2d373817e7f142efb03ae8988602f193 0f56529e491d49d5a28f14842712dfa3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1247/2398] 10.0.0.164 () {34 vars in 666 bytes} [Tue Jun 16 01:45:39 2026] POST /v2.0/routers => generated 474 bytes in 794 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 01:45:40.498 8 INFO neutron.db.l3_hamode_db [None req-7a842917-15c9-40b4-8fc9-dc6d77cbeb92 2d373817e7f142efb03ae8988602f193 0f56529e491d49d5a28f14842712dfa3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-16 01:45:40.651 8 INFO neutron.db.l3_hamode_db [None req-7a842917-15c9-40b4-8fc9-dc6d77cbeb92 2d373817e7f142efb03ae8988602f193 0f56529e491d49d5a28f14842712dfa3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1152/2399] 10.0.0.164 () {34 vars in 666 bytes} [Tue Jun 16 01:45:40 2026] POST /v2.0/routers => generated 474 bytes in 803 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 01:45:41.313 7 INFO neutron.db.l3_hamode_db [None req-3361a827-7568-4cb7-a601-f71a121793d3 2d373817e7f142efb03ae8988602f193 0f56529e491d49d5a28f14842712dfa3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-16 01:45:41.461 7 INFO neutron.db.l3_hamode_db [None req-3361a827-7568-4cb7-a601-f71a121793d3 2d373817e7f142efb03ae8988602f193 0f56529e491d49d5a28f14842712dfa3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1248/2400] 10.0.0.164 () {34 vars in 666 bytes} [Tue Jun 16 01:45:41 2026] POST /v2.0/routers => generated 474 bytes in 731 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 01:45:42.036 8 INFO neutron.db.l3_hamode_db [None req-5a6342da-bfc3-4d2d-b790-6985130c6ae4 2d373817e7f142efb03ae8988602f193 0f56529e491d49d5a28f14842712dfa3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-16 01:45:42.142 8 INFO neutron.db.l3_hamode_db [None req-5a6342da-bfc3-4d2d-b790-6985130c6ae4 2d373817e7f142efb03ae8988602f193 0f56529e491d49d5a28f14842712dfa3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1153/2401] 10.0.0.164 () {34 vars in 666 bytes} [Tue Jun 16 01:45:41 2026] POST /v2.0/routers => generated 474 bytes in 673 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1249/2402] 10.0.0.164 () {34 vars in 749 bytes} [Tue Jun 16 01:45:42 2026] PUT /v2.0/routers/1a146079-81ca-4543-99bb-5641ee6174ff/tags => generated 17 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1154/2403] 10.0.0.164 () {34 vars in 749 bytes} [Tue Jun 16 01:45:42 2026] PUT /v2.0/routers/97b91f35-37f1-4696-a0b8-accf475e2c22/tags => generated 25 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1250/2404] 10.0.0.164 () {34 vars in 749 bytes} [Tue Jun 16 01:45:42 2026] PUT /v2.0/routers/487ed330-976f-47e7-b1ec-818ce5ed6f82/tags => generated 34 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1155/2405] 10.0.0.164 () {34 vars in 749 bytes} [Tue Jun 16 01:45:42 2026] PUT /v2.0/routers/a1333859-0cd7-4800-885b-2ca79c805f51/tags => generated 19 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1251/2406] 10.0.0.164 () {32 vars in 662 bytes} [Tue Jun 16 01:45:43 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1156/2407] 10.0.0.164 () {32 vars in 676 bytes} [Tue Jun 16 01:45:43 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1252/2408] 10.0.0.164 () {32 vars in 672 bytes} [Tue Jun 16 01:45:43 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1157/2409] 10.0.0.164 () {32 vars in 684 bytes} [Tue Jun 16 01:45:43 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1253/2410] 10.0.0.164 () {32 vars in 670 bytes} [Tue Jun 16 01:45:43 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1158/2411] 10.0.0.164 () {32 vars in 684 bytes} [Tue Jun 16 01:45:43 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1254/2412] 10.0.0.164 () {32 vars in 680 bytes} [Tue Jun 16 01:45:43 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1159/2413] 10.0.0.164 () {32 vars in 692 bytes} [Tue Jun 16 01:45:43 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1255/2414] 10.0.0.164 () {32 vars in 719 bytes} [Tue Jun 16 01:45:43 2026] GET /v2.0/routers/1a146079-81ca-4543-99bb-5641ee6174ff => generated 485 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1160/2415] 10.0.0.164 () {34 vars in 740 bytes} [Tue Jun 16 01:45:43 2026] PUT /v2.0/routers/1a146079-81ca-4543-99bb-5641ee6174ff => 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: 1256/2416] 10.0.0.164 () {32 vars in 734 bytes} [Tue Jun 16 01:45:44 2026] GET /v2.0/ports?device_id=1a146079-81ca-4543-99bb-5641ee6174ff => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 01:45:44.521 8 INFO neutron_taas.services.taas.taas_plugin [None req-2b90b7e0-a1d7-4502-ad30-de4b886344f2 2d373817e7f142efb03ae8988602f193 0f56529e491d49d5a28f14842712dfa3 - - default default] TaaS: Handle Delete Port: 20d10080-7563-4ffb-a317-ac505aab1a0f 2026-06-16 01:45:44.525 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2b90b7e0-a1d7-4502-ad30-de4b886344f2 2d373817e7f142efb03ae8988602f193 0f56529e491d49d5a28f14842712dfa3 - - default default] Tap Mirror: Handle Delete Port: 20d10080-7563-4ffb-a317-ac505aab1a0f [pid: 8|app: 0|req: 1161/2417] 10.0.0.164 () {32 vars in 722 bytes} [Tue Jun 16 01:45:44 2026] DELETE /v2.0/routers/1a146079-81ca-4543-99bb-5641ee6174ff => generated 0 bytes in 358 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1162/2418] 10.0.0.164 () {32 vars in 719 bytes} [Tue Jun 16 01:45:44 2026] GET /v2.0/routers/97b91f35-37f1-4696-a0b8-accf475e2c22 => generated 493 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 01:45:44.918 7 INFO neutron.db.segments_db [None req-a836463e-6ed2-44c5-a7a7-5521c2f61a7a 9034be66832e4b55b7aea002054059c0 e01d1fdff467425cb9907059314a3667 - - default default] Added segment a2eeab00-f91c-402e-b978-b1c906d050f7 of type vxlan for network 06d30510-cdd4-49ce-9556-4eff56c9b3fe [pid: 7|app: 0|req: 1257/2419] 10.0.0.164 () {34 vars in 668 bytes} [Tue Jun 16 01:45:44 2026] POST /v2.0/networks => generated 639 bytes in 367 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1258/2420] 10.0.0.164 () {34 vars in 667 bytes} [Tue Jun 16 01:45:45 2026] POST /v2.0/subnets => generated 658 bytes in 249 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1259/2421] 10.0.0.164 () {32 vars in 720 bytes} [Tue Jun 16 01:45:45 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1163/2422] 10.0.0.164 () {34 vars in 740 bytes} [Tue Jun 16 01:45:44 2026] PUT /v2.0/routers/97b91f35-37f1-4696-a0b8-accf475e2c22 => generated 493 bytes in 568 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1164/2423] 10.0.0.164 () {32 vars in 734 bytes} [Tue Jun 16 01:45:45 2026] GET /v2.0/ports?device_id=97b91f35-37f1-4696-a0b8-accf475e2c22 => 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: 1260/2424] 10.0.0.164 () {34 vars in 667 bytes} [Tue Jun 16 01:45:45 2026] POST /v2.0/subnets => generated 731 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 01:45:45.518 8 INFO neutron_taas.services.taas.taas_plugin [None req-374afc58-bd1d-421f-8d91-bd1ea8efa1f9 2d373817e7f142efb03ae8988602f193 0f56529e491d49d5a28f14842712dfa3 - - default default] TaaS: Handle Delete Port: 135d7b76-b7d1-4db8-9f60-0448a6466b5c 2026-06-16 01:45:45.521 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-374afc58-bd1d-421f-8d91-bd1ea8efa1f9 2d373817e7f142efb03ae8988602f193 0f56529e491d49d5a28f14842712dfa3 - - default default] Tap Mirror: Handle Delete Port: 135d7b76-b7d1-4db8-9f60-0448a6466b5c 2026-06-16 01:45:45.532 7 INFO neutron.db.segments_db [None req-8fffc943-7a32-48c4-beec-9f19221b3f27 9034be66832e4b55b7aea002054059c0 e01d1fdff467425cb9907059314a3667 - - default default] Added segment 74862e39-2d4e-47d0-a58a-16d7c4d5f362 of type vxlan for network 498e9f1d-9192-44c7-9972-c593bcad5a0e [pid: 7|app: 0|req: 1261/2425] 10.0.0.164 () {34 vars in 668 bytes} [Tue Jun 16 01:45:45 2026] POST /v2.0/networks => generated 637 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1165/2426] 10.0.0.164 () {32 vars in 722 bytes} [Tue Jun 16 01:45:45 2026] DELETE /v2.0/routers/97b91f35-37f1-4696-a0b8-accf475e2c22 => generated 0 bytes in 299 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1166/2427] 10.0.0.164 () {32 vars in 719 bytes} [Tue Jun 16 01:45:45 2026] GET /v2.0/routers/487ed330-976f-47e7-b1ec-818ce5ed6f82 => generated 502 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1262/2428] 10.0.0.164 () {34 vars in 667 bytes} [Tue Jun 16 01:45:45 2026] POST /v2.0/subnets => generated 656 bytes in 234 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1263/2429] 10.0.0.164 () {34 vars in 667 bytes} [Tue Jun 16 01:45:45 2026] POST /v2.0/subnets => generated 726 bytes in 197 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 01:45:46.116 7 INFO neutron.db.segments_db [None req-b4f883f7-18d6-42c7-a2eb-df5ca768289e 9034be66832e4b55b7aea002054059c0 e01d1fdff467425cb9907059314a3667 - - default default] Added segment 75d4bca1-cf67-4524-8576-dd4661da3324 of type vxlan for network 8bc515e4-f18e-4a05-a234-12fdaadd3e5c [pid: 7|app: 0|req: 1266/2432] 10.0.0.164 () {34 vars in 668 bytes} [Tue Jun 16 01:45:46 2026] POST /v2.0/networks => generated 638 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1167/2433] 10.0.0.164 () {34 vars in 740 bytes} [Tue Jun 16 01:45:45 2026] PUT /v2.0/routers/487ed330-976f-47e7-b1ec-818ce5ed6f82 => generated 502 bytes in 614 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1168/2434] 10.0.0.164 () {32 vars in 734 bytes} [Tue Jun 16 01:45:46 2026] GET /v2.0/ports?device_id=487ed330-976f-47e7-b1ec-818ce5ed6f82 => 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: 1267/2435] 10.0.0.164 () {34 vars in 667 bytes} [Tue Jun 16 01:45:46 2026] POST /v2.0/subnets => generated 656 bytes in 255 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 01:45:46.550 8 INFO neutron_taas.services.taas.taas_plugin [None req-089f219a-ab11-4a2d-a990-a722ed317016 2d373817e7f142efb03ae8988602f193 0f56529e491d49d5a28f14842712dfa3 - - default default] TaaS: Handle Delete Port: cdf5849a-232f-407f-9242-e9ff27a19bcf 2026-06-16 01:45:46.554 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-089f219a-ab11-4a2d-a990-a722ed317016 2d373817e7f142efb03ae8988602f193 0f56529e491d49d5a28f14842712dfa3 - - default default] Tap Mirror: Handle Delete Port: cdf5849a-232f-407f-9242-e9ff27a19bcf [pid: 7|app: 0|req: 1268/2436] 10.0.0.164 () {34 vars in 667 bytes} [Tue Jun 16 01:45:46 2026] POST /v2.0/subnets => generated 729 bytes in 210 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 01:45:46.728 7 INFO neutron.db.segments_db [None req-035f027b-6934-4643-a739-9306a60e6a15 9034be66832e4b55b7aea002054059c0 e01d1fdff467425cb9907059314a3667 - - default default] Added segment f35eaa44-16d7-4ebc-adfe-60516b02f2b9 of type vxlan for network 3851df69-e40d-44e8-9233-f3d431762061 [pid: 8|app: 0|req: 1169/2437] 10.0.0.164 () {32 vars in 722 bytes} [Tue Jun 16 01:45:46 2026] DELETE /v2.0/routers/487ed330-976f-47e7-b1ec-818ce5ed6f82 => generated 0 bytes in 343 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1170/2438] 10.0.0.164 () {32 vars in 719 bytes} [Tue Jun 16 01:45:46 2026] GET /v2.0/routers/a1333859-0cd7-4800-885b-2ca79c805f51 => generated 487 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 01:45:46.973 7 INFO neutron.db.l3_hamode_db [None req-035f027b-6934-4643-a739-9306a60e6a15 9034be66832e4b55b7aea002054059c0 e01d1fdff467425cb9907059314a3667 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1171/2439] 10.0.0.164 () {34 vars in 740 bytes} [Tue Jun 16 01:45:46 2026] PUT /v2.0/routers/a1333859-0cd7-4800-885b-2ca79c805f51 => generated 487 bytes in 514 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1172/2440] 10.0.0.164 () {32 vars in 734 bytes} [Tue Jun 16 01:45:47 2026] GET /v2.0/ports?device_id=a1333859-0cd7-4800-885b-2ca79c805f51 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 01:45:47.514 8 INFO neutron_taas.services.taas.taas_plugin [None req-ea01e125-684f-402b-b16e-b405f5744e3b 2d373817e7f142efb03ae8988602f193 0f56529e491d49d5a28f14842712dfa3 - - default default] TaaS: Handle Delete Port: ac89782b-0486-44b8-86b9-1089f22cbad9 2026-06-16 01:45:47.518 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ea01e125-684f-402b-b16e-b405f5744e3b 2d373817e7f142efb03ae8988602f193 0f56529e491d49d5a28f14842712dfa3 - - default default] Tap Mirror: Handle Delete Port: ac89782b-0486-44b8-86b9-1089f22cbad9 2026-06-16 01:45:47.677 7 INFO neutron.db.l3_hamode_db [None req-035f027b-6934-4643-a739-9306a60e6a15 9034be66832e4b55b7aea002054059c0 e01d1fdff467425cb9907059314a3667 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1173/2441] 10.0.0.164 () {32 vars in 722 bytes} [Tue Jun 16 01:45:47 2026] DELETE /v2.0/routers/a1333859-0cd7-4800-885b-2ca79c805f51 => generated 0 bytes in 357 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1174/2442] 10.0.0.164 () {32 vars in 719 bytes} [Tue Jun 16 01:45:47 2026] GET /v2.0/routers/2300c62f-325e-43fc-b453-99738aa6304a => generated 480 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1175/2443] 10.0.0.164 () {34 vars in 740 bytes} [Tue Jun 16 01:45:47 2026] PUT /v2.0/routers/2300c62f-325e-43fc-b453-99738aa6304a => generated 480 bytes in 489 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1176/2444] 10.0.0.164 () {32 vars in 734 bytes} [Tue Jun 16 01:45:48 2026] GET /v2.0/ports?device_id=2300c62f-325e-43fc-b453-99738aa6304a => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 01:45:48.446 8 INFO neutron_taas.services.taas.taas_plugin [None req-941530a2-41de-44c3-ba70-3ac55559301c 2d373817e7f142efb03ae8988602f193 0f56529e491d49d5a28f14842712dfa3 - - default default] TaaS: Handle Delete Port: cccdee56-79f7-44d9-90ec-b86f2f69dc38 2026-06-16 01:45:48.449 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-941530a2-41de-44c3-ba70-3ac55559301c 2d373817e7f142efb03ae8988602f193 0f56529e491d49d5a28f14842712dfa3 - - default default] Tap Mirror: Handle Delete Port: cccdee56-79f7-44d9-90ec-b86f2f69dc38 [pid: 7|app: 0|req: 1269/2445] 10.0.0.164 () {34 vars in 667 bytes} [Tue Jun 16 01:45:46 2026] POST /v2.0/routers => generated 685 bytes in 1823 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 01:45:48.830 8 INFO neutron.services.segments.plugin [-] Segment e5b0d01b-f738-4895-9fb6-c29882443bd4 resource provider aggregate not found 2026-06-16 01:45:48.837 8 INFO neutron.services.segments.plugin [-] Segment e5b0d01b-f738-4895-9fb6-c29882443bd4 resource provider aggregate not found 2026-06-16 01:45:48.852 8 INFO neutron.db.l3_hamode_db [None req-941530a2-41de-44c3-ba70-3ac55559301c 2d373817e7f142efb03ae8988602f193 0f56529e491d49d5a28f14842712dfa3 - - default default] HA network faa9389c-6d7b-41c5-8435-7a2379a0d508 was deleted as no HA routers are present in tenant 0f56529e491d49d5a28f14842712dfa3. 2026-06-16 01:45:48.860 8 INFO neutron.services.segments.plugin [-] Segment e5b0d01b-f738-4895-9fb6-c29882443bd4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e5b0d01b-f738-4895-9fb6-c29882443bd4 found for delete ", "request_id": "req-87d384a5-1516-4389-b189-235f856ce9cc"}]} 2026-06-16 01:45:48.861 8 INFO neutron.services.segments.plugin [-] Segment e5b0d01b-f738-4895-9fb6-c29882443bd4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e5b0d01b-f738-4895-9fb6-c29882443bd4 found for delete ", "request_id": "req-6d595ebb-7e33-4c78-b099-0f8f4c126922"}]} [pid: 8|app: 0|req: 1177/2446] 10.0.0.164 () {32 vars in 722 bytes} [Tue Jun 16 01:45:48 2026] DELETE /v2.0/routers/2300c62f-325e-43fc-b453-99738aa6304a => generated 0 bytes in 579 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1178/2447] 10.0.0.164 () {32 vars in 772 bytes} [Tue Jun 16 01:45:49 2026] GET /v2.0/security-groups?tenant_id=7a67336da3b043cc96808cb113d2deb3&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: 1179/2448] 10.0.0.164 () {32 vars in 738 bytes} [Tue Jun 16 01:45:49 2026] DELETE /v2.0/security-groups/68761157-4a76-4871-b644-7aaae560510e => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1180/2449] 10.0.0.164 () {32 vars in 772 bytes} [Tue Jun 16 01:45:50 2026] GET /v2.0/security-groups?tenant_id=0f56529e491d49d5a28f14842712dfa3&name=default => generated 2929 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1270/2450] 10.0.0.164 () {34 vars in 781 bytes} [Tue Jun 16 01:45:48 2026] PUT /v2.0/routers/e5c7e03a-2bbc-4775-83b2-9fc406fecbdc/add_router_interface => generated 309 bytes in 1905 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1181/2451] 10.0.0.164 () {32 vars in 738 bytes} [Tue Jun 16 01:45:50 2026] DELETE /v2.0/security-groups/abba1cfc-49ef-434f-93a7-843b1d3179ed => 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: 1182/2452] 10.0.0.164 () {32 vars in 772 bytes} [Tue Jun 16 01:45:50 2026] GET /v2.0/security-groups?tenant_id=b8106d3ad65a4d58b43dea4cf7d9dd9d&name=default => generated 2929 bytes in 164 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1183/2453] 10.0.0.164 () {32 vars in 738 bytes} [Tue Jun 16 01:45:50 2026] DELETE /v2.0/security-groups/78d3a646-f199-4154-b2f7-9403e1a1b5ba => 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: 1271/2454] 10.0.0.164 () {34 vars in 781 bytes} [Tue Jun 16 01:45:50 2026] PUT /v2.0/routers/e5c7e03a-2bbc-4775-83b2-9fc406fecbdc/add_router_interface => generated 309 bytes in 1190 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1184/2455] 10.0.0.164 () {34 vars in 781 bytes} [Tue Jun 16 01:45:51 2026] PUT /v2.0/routers/e5c7e03a-2bbc-4775-83b2-9fc406fecbdc/add_router_interface => generated 309 bytes in 1409 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1272/2456] 10.0.0.164 () {34 vars in 682 bytes} [Tue Jun 16 01:45:53 2026] POST /v2.0/security-groups => generated 1630 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1185/2457] 10.0.0.164 () {34 vars in 693 bytes} [Tue Jun 16 01:45:53 2026] POST /v2.0/security-group-rules => generated 597 bytes in 188 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1273/2458] 10.0.0.164 () {34 vars in 693 bytes} [Tue Jun 16 01:45:53 2026] POST /v2.0/security-group-rules => generated 597 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1186/2459] 10.0.0.164 () {34 vars in 693 bytes} [Tue Jun 16 01:45:53 2026] POST /v2.0/security-group-rules => generated 599 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1274/2460] 10.0.0.164 () {34 vars in 693 bytes} [Tue Jun 16 01:45:53 2026] POST /v2.0/security-group-rules => generated 601 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1187/2461] 10.0.0.164 () {34 vars in 693 bytes} [Tue Jun 16 01:45:53 2026] POST /v2.0/security-group-rules => generated 601 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1275/2462] 10.0.0.164 () {34 vars in 693 bytes} [Tue Jun 16 01:45:54 2026] POST /v2.0/security-group-rules => generated 597 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1188/2463] 10.0.0.164 () {34 vars in 693 bytes} [Tue Jun 16 01:45:54 2026] POST /v2.0/security-group-rules => generated 597 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1276/2464] 10.0.0.164 () {34 vars in 693 bytes} [Tue Jun 16 01:45:54 2026] POST /v2.0/security-group-rules => generated 597 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1189/2465] 10.0.0.164 () {34 vars in 693 bytes} [Tue Jun 16 01:45:54 2026] POST /v2.0/security-group-rules => generated 599 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1277/2466] 10.0.0.164 () {34 vars in 693 bytes} [Tue Jun 16 01:45:54 2026] POST /v2.0/security-group-rules => generated 601 bytes in 182 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1190/2467] 10.0.0.164 () {34 vars in 693 bytes} [Tue Jun 16 01:45:54 2026] POST /v2.0/security-group-rules => generated 597 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1191/2468] 10.0.0.1 () {34 vars in 1092 bytes} [Tue Jun 16 01:45:55 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1991885609&fields=id&tenant_id=e01d1fdff467425cb9907059314a3667 => generated 69 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1192/2469] 10.0.0.1 () {34 vars in 978 bytes} [Tue Jun 16 01:45:55 2026] GET /v2.0/networks?id=498e9f1d-9192-44c7-9972-c593bcad5a0e => generated 704 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1193/2470] 10.0.0.1 () {34 vars in 961 bytes} [Tue Jun 16 01:45:55 2026] GET /v2.0/quotas/e01d1fdff467425cb9907059314a3667 => 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: 1278/2471] 10.0.0.164 () {34 vars in 682 bytes} [Tue Jun 16 01:45:55 2026] POST /v2.0/security-groups => generated 1603 bytes in 402 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1194/2472] 10.0.0.1 () {34 vars in 998 bytes} [Tue Jun 16 01:45:55 2026] GET /v2.0/ports?tenant_id=e01d1fdff467425cb9907059314a3667&fields=id => generated 241 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1195/2473] 10.0.0.1 () {34 vars in 1004 bytes} [Tue Jun 16 01:45:55 2026] GET /v2.0/networks/498e9f1d-9192-44c7-9972-c593bcad5a0e?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: 1279/2474] 10.0.0.164 () {34 vars in 682 bytes} [Tue Jun 16 01:45:55 2026] POST /v2.0/security-groups => generated 1603 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1196/2475] 10.0.0.1 () {34 vars in 1104 bytes} [Tue Jun 16 01:45:55 2026] GET /v2.0/networks/498e9f1d-9192-44c7-9972-c593bcad5a0e?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: 1280/2476] 10.0.0.164 () {34 vars in 682 bytes} [Tue Jun 16 01:45:55 2026] POST /v2.0/security-groups => generated 1603 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1197/2477] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:45:55 2026] GET /v2.0/ports?device_id=eb2dc686-3c14-4c90-ae06-33cf841d40d9 => 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: 1281/2478] 10.0.0.164 () {34 vars in 682 bytes} [Tue Jun 16 01:45:55 2026] POST /v2.0/security-groups => generated 1603 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1198/2479] 10.0.0.164 () {34 vars in 682 bytes} [Tue Jun 16 01:45:55 2026] POST /v2.0/security-groups => generated 1603 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1282/2480] 10.0.0.164 () {34 vars in 765 bytes} [Tue Jun 16 01:45:55 2026] PUT /v2.0/security-groups/84c434fe-e8ac-4d56-be39-b5bf012708a2/tags => generated 17 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1199/2481] 10.0.0.164 () {34 vars in 765 bytes} [Tue Jun 16 01:45:56 2026] PUT /v2.0/security-groups/0a71c2a2-229d-47c2-816f-482d9be587eb/tags => generated 25 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1283/2482] 10.0.0.164 () {34 vars in 765 bytes} [Tue Jun 16 01:45:56 2026] PUT /v2.0/security-groups/ae121959-9a31-4c16-8c66-cf43291589ba/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: 1200/2483] 10.0.0.164 () {34 vars in 765 bytes} [Tue Jun 16 01:45:56 2026] PUT /v2.0/security-groups/6060b3d1-7636-49fd-b620-025be7c70141/tags => generated 19 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1284/2484] 10.0.0.164 () {32 vars in 678 bytes} [Tue Jun 16 01:45:56 2026] GET /v2.0/security-groups?tags=red => generated 4810 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1201/2485] 10.0.0.164 () {32 vars in 692 bytes} [Tue Jun 16 01:45:56 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3222 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1285/2486] 10.0.0.164 () {32 vars in 688 bytes} [Tue Jun 16 01:45:56 2026] GET /v2.0/security-groups?tags-any=blue => generated 3222 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1202/2487] 10.0.0.164 () {32 vars in 700 bytes} [Tue Jun 16 01:45:56 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4810 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1286/2488] 10.0.0.164 () {32 vars in 686 bytes} [Tue Jun 16 01:45:56 2026] GET /v2.0/security-groups?not-tags=red => generated 6102 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1203/2489] 10.0.0.164 () {32 vars in 700 bytes} [Tue Jun 16 01:45:56 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7690 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1287/2490] 10.0.0.164 () {32 vars in 696 bytes} [Tue Jun 16 01:45:56 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7690 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1204/2491] 10.0.0.164 () {32 vars in 708 bytes} [Tue Jun 16 01:45:56 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6102 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1288/2492] 10.0.0.164 () {32 vars in 738 bytes} [Tue Jun 16 01:45:56 2026] DELETE /v2.0/security-groups/84c434fe-e8ac-4d56-be39-b5bf012708a2 => 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: 1205/2493] 10.0.0.164 () {32 vars in 738 bytes} [Tue Jun 16 01:45:56 2026] DELETE /v2.0/security-groups/0a71c2a2-229d-47c2-816f-482d9be587eb => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1289/2494] 10.0.0.164 () {32 vars in 738 bytes} [Tue Jun 16 01:45:56 2026] DELETE /v2.0/security-groups/ae121959-9a31-4c16-8c66-cf43291589ba => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1206/2495] 10.0.0.164 () {32 vars in 738 bytes} [Tue Jun 16 01:45:56 2026] DELETE /v2.0/security-groups/6060b3d1-7636-49fd-b620-025be7c70141 => 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: 1290/2496] 10.0.0.164 () {32 vars in 738 bytes} [Tue Jun 16 01:45:56 2026] DELETE /v2.0/security-groups/5b768f8f-c5b4-461d-9bc8-bd1909665734 => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1207/2497] 10.0.0.164 () {32 vars in 772 bytes} [Tue Jun 16 01:45:57 2026] GET /v2.0/security-groups?tenant_id=1362415ef3084378bbaf2fc824b0b9a6&name=default => generated 2929 bytes in 238 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1291/2498] 10.0.0.164 () {32 vars in 738 bytes} [Tue Jun 16 01:45:58 2026] DELETE /v2.0/security-groups/b5fe15b7-57e3-4f2f-b9d5-01b326929279 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1208/2499] 10.0.0.164 () {32 vars in 772 bytes} [Tue Jun 16 01:45:58 2026] GET /v2.0/security-groups?tenant_id=568eff76da0941eebc45836c6e144ffc&name=default => generated 2929 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1292/2500] 10.0.0.164 () {32 vars in 738 bytes} [Tue Jun 16 01:45:58 2026] DELETE /v2.0/security-groups/1057123b-1a39-446a-be36-8601f93f101a => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1209/2501] 10.0.0.164 () {32 vars in 772 bytes} [Tue Jun 16 01:45:58 2026] GET /v2.0/security-groups?tenant_id=f35e8a4d9d3542b685fc5725e3c70154&name=default => generated 2929 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1293/2502] 10.0.0.164 () {32 vars in 738 bytes} [Tue Jun 16 01:45:58 2026] DELETE /v2.0/security-groups/ad4fa6c7-640f-4e45-b058-19a0fa1b4241 => 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: 1210/2503] 199.19.213.21 () {34 vars in 983 bytes} [Tue Jun 16 01:46:00 2026] GET /v2.0/networks?id=498e9f1d-9192-44c7-9972-c593bcad5a0e => generated 704 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1294/2504] 199.19.213.21 () {34 vars in 1047 bytes} [Tue Jun 16 01:46:00 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=e01d1fdff467425cb9907059314a3667 => generated 179 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1211/2505] 199.19.213.21 () {38 vars in 952 bytes} [Tue Jun 16 01:46:00 2026] POST /v2.0/ports => generated 1171 bytes in 418 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1212/2506] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:46:00 2026] GET /v2.0/ports?device_id=eb2dc686-3c14-4c90-ae06-33cf841d40d9 => generated 1186 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1213/2507] 10.0.0.1 () {34 vars in 1036 bytes} [Tue Jun 16 01:46:00 2026] GET /v2.0/security-groups?id=bbe54fe7-4af3-42df-9042-4467c9af98bb&fields=id&fields=name => generated 112 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1295/2510] 199.19.213.21 () {38 vars in 1025 bytes} [Tue Jun 16 01:46:00 2026] PUT /v2.0/ports/05404827-c82a-4ada-b722-91f15f8d1507 => generated 1452 bytes in 530 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 01:46:01.135 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-83b2b973-b145-45cc-9e2c-8c28da93e10b'] response: {'name': 'network-changed', 'server_uuid': 'eb2dc686-3c14-4c90-ae06-33cf841d40d9', 'tag': '05404827-c82a-4ada-b722-91f15f8d1507', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1216/2511] 199.19.213.21 () {34 vars in 1077 bytes} [Tue Jun 16 01:46:01 2026] GET /v2.0/ports?tenant_id=e01d1fdff467425cb9907059314a3667&device_id=eb2dc686-3c14-4c90-ae06-33cf841d40d9 => generated 1455 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1296/2512] 199.19.213.21 () {34 vars in 1015 bytes} [Tue Jun 16 01:46:01 2026] GET /v2.0/networks?tenant_id=e01d1fdff467425cb9907059314a3667&shared=False => generated 2375 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1217/2513] 199.19.213.21 () {34 vars in 927 bytes} [Tue Jun 16 01:46:01 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 01:46:02.135 7 INFO neutron.db.segments_db [None req-8d10bd12-80a2-4011-944d-cd30e54057c8 ca9e79958aee49c99f20bf0cdca0822e 91f912e822a74f328e840499c5e0fafd - - default default] Added segment e708b162-7626-4669-8e7a-622168d6051b of type vxlan for network 0f8e74e2-8ce5-4c7a-bf41-5f64ba5fa05d [pid: 7|app: 0|req: 1297/2514] 10.0.0.164 () {34 vars in 668 bytes} [Tue Jun 16 01:46:01 2026] POST /v2.0/networks => generated 632 bytes in 350 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1218/2515] 10.0.0.164 () {34 vars in 662 bytes} [Tue Jun 16 01:46:02 2026] POST /v2.0/ports => generated 743 bytes in 320 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1298/2516] 10.0.0.164 () {34 vars in 745 bytes} [Tue Jun 16 01:46:02 2026] PUT /v2.0/ports/b2749216-d687-4407-8cd9-68708ae5904f/tags => generated 25 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: 1219/2517] 10.0.0.164 () {32 vars in 725 bytes} [Tue Jun 16 01:46:02 2026] GET /v2.0/ports/b2749216-d687-4407-8cd9-68708ae5904f/tags => generated 25 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1299/2518] 10.0.0.164 () {34 vars in 756 bytes} [Tue Jun 16 01:46:02 2026] PUT /v2.0/ports/b2749216-d687-4407-8cd9-68708ae5904f/tags/green => generated 4 bytes in 84 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1220/2519] 10.0.0.164 () {32 vars in 725 bytes} [Tue Jun 16 01:46:02 2026] GET /v2.0/ports/b2749216-d687-4407-8cd9-68708ae5904f/tags => generated 34 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1300/2520] 199.19.213.21 () {34 vars in 1077 bytes} [Tue Jun 16 01:46:02 2026] GET /v2.0/ports?tenant_id=e01d1fdff467425cb9907059314a3667&device_id=eb2dc686-3c14-4c90-ae06-33cf841d40d9 => generated 1455 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1301/2521] 199.19.213.21 () {34 vars in 1053 bytes} [Tue Jun 16 01:46:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.98&port_id=05404827-c82a-4ada-b722-91f15f8d1507 => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1302/2522] 199.19.213.21 () {34 vars in 1097 bytes} [Tue Jun 16 01:46:02 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3Aa&port_id=05404827-c82a-4ada-b722-91f15f8d1507 => 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: 1221/2523] 10.0.0.164 () {34 vars in 752 bytes} [Tue Jun 16 01:46:02 2026] PUT /v2.0/ports/b2749216-d687-4407-8cd9-68708ae5904f/tags/red => generated 4 bytes in 65 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1303/2524] 199.19.213.21 () {34 vars in 1061 bytes} [Tue Jun 16 01:46:02 2026] GET /v2.0/subnets?id=adc83070-8f0a-4bd2-89b7-625df2562db7&id=9b28d5f8-86ac-44f8-b207-a52650a1621b => generated 1411 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1222/2525] 10.0.0.164 () {32 vars in 725 bytes} [Tue Jun 16 01:46:02 2026] GET /v2.0/ports/b2749216-d687-4407-8cd9-68708ae5904f/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: 1304/2526] 199.19.213.21 () {34 vars in 1049 bytes} [Tue Jun 16 01:46:02 2026] GET /v2.0/ports?network_id=498e9f1d-9192-44c7-9972-c593bcad5a0e&device_owner=network%3Adhcp => generated 1457 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1305/2527] 199.19.213.21 () {34 vars in 1049 bytes} [Tue Jun 16 01:46:02 2026] GET /v2.0/ports?network_id=498e9f1d-9192-44c7-9972-c593bcad5a0e&device_owner=network%3Adhcp => generated 1457 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1223/2528] 10.0.0.164 () {34 vars in 774 bytes} [Tue Jun 16 01:46:02 2026] PUT /v2.0/ports/b2749216-d687-4407-8cd9-68708ae5904f/tags/black.or.white => generated 4 bytes in 77 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1306/2529] 199.19.213.21 () {34 vars in 1009 bytes} [Tue Jun 16 01:46:02 2026] GET /v2.0/networks/498e9f1d-9192-44c7-9972-c593bcad5a0e?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1224/2530] 10.0.0.164 () {32 vars in 725 bytes} [Tue Jun 16 01:46:03 2026] GET /v2.0/ports/b2749216-d687-4407-8cd9-68708ae5904f/tags => generated 52 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1307/2531] 199.19.213.21 () {34 vars in 1109 bytes} [Tue Jun 16 01:46:03 2026] GET /v2.0/networks/498e9f1d-9192-44c7-9972-c593bcad5a0e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1225/2532] 10.0.0.164 () {34 vars in 745 bytes} [Tue Jun 16 01:46:03 2026] PUT /v2.0/ports/b2749216-d687-4407-8cd9-68708ae5904f/tags => generated 37 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1308/2533] 10.0.0.164 () {32 vars in 725 bytes} [Tue Jun 16 01:46:03 2026] GET /v2.0/ports/b2749216-d687-4407-8cd9-68708ae5904f/tags => generated 37 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1226/2534] 10.0.0.164 () {32 vars in 733 bytes} [Tue Jun 16 01:46:03 2026] GET /v2.0/ports/b2749216-d687-4407-8cd9-68708ae5904f/tags/red => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-16 01:46:03.313 7 INFO neutron.api.v2.resource [None req-12639665-7980-4ff8-9fd7-4468fc9aa228 ca9e79958aee49c99f20bf0cdca0822e 91f912e822a74f328e840499c5e0fafd - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1309/2535] 10.0.0.164 () {32 vars in 737 bytes} [Tue Jun 16 01:46:03 2026] GET /v2.0/ports/b2749216-d687-4407-8cd9-68708ae5904f/tags/green => generated 99 bytes in 41 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: 1227/2536] 10.0.0.164 () {32 vars in 736 bytes} [Tue Jun 16 01:46:03 2026] DELETE /v2.0/ports/b2749216-d687-4407-8cd9-68708ae5904f/tags/red => generated 0 bytes in 90 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: 1310/2537] 10.0.0.164 () {32 vars in 725 bytes} [Tue Jun 16 01:46:03 2026] GET /v2.0/ports/b2749216-d687-4407-8cd9-68708ae5904f/tags => generated 30 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-16 01:46:03.511 8 INFO neutron.api.v2.resource [None req-89770338-1c7f-4580-9c9a-f1ba89a0f185 ca9e79958aee49c99f20bf0cdca0822e 91f912e822a74f328e840499c5e0fafd - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1228/2538] 10.0.0.164 () {32 vars in 740 bytes} [Tue Jun 16 01:46:03 2026] DELETE /v2.0/ports/b2749216-d687-4407-8cd9-68708ae5904f/tags/green => generated 99 bytes in 54 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: 1311/2539] 10.0.0.164 () {32 vars in 728 bytes} [Tue Jun 16 01:46:03 2026] DELETE /v2.0/ports/b2749216-d687-4407-8cd9-68708ae5904f/tags => generated 0 bytes in 72 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: 1229/2540] 10.0.0.164 () {32 vars in 725 bytes} [Tue Jun 16 01:46:03 2026] GET /v2.0/ports/b2749216-d687-4407-8cd9-68708ae5904f/tags => generated 12 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-16 01:46:03.767 7 INFO neutron_taas.services.taas.taas_plugin [None req-f1d87066-1bae-4812-ae5b-1c2fec363bb6 ca9e79958aee49c99f20bf0cdca0822e 91f912e822a74f328e840499c5e0fafd - - default default] TaaS: Handle Delete Port: b2749216-d687-4407-8cd9-68708ae5904f 2026-06-16 01:46:03.771 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f1d87066-1bae-4812-ae5b-1c2fec363bb6 ca9e79958aee49c99f20bf0cdca0822e 91f912e822a74f328e840499c5e0fafd - - default default] Tap Mirror: Handle Delete Port: b2749216-d687-4407-8cd9-68708ae5904f [pid: 7|app: 0|req: 1312/2541] 10.0.0.164 () {32 vars in 718 bytes} [Tue Jun 16 01:46:03 2026] DELETE /v2.0/ports/b2749216-d687-4407-8cd9-68708ae5904f => generated 0 bytes in 194 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-16 01:46:03.985 8 INFO neutron.services.segments.plugin [-] Segment e708b162-7626-4669-8e7a-622168d6051b resource provider aggregate not found 2026-06-16 01:46:03.991 8 INFO neutron.services.segments.plugin [-] Segment e708b162-7626-4669-8e7a-622168d6051b resource provider aggregate not found 2026-06-16 01:46:04.016 8 INFO neutron.services.segments.plugin [-] Segment e708b162-7626-4669-8e7a-622168d6051b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e708b162-7626-4669-8e7a-622168d6051b found for delete ", "request_id": "req-d7755170-51bf-43a5-a798-99a6c8d7e3cc"}]} 2026-06-16 01:46:04.017 8 INFO neutron.services.segments.plugin [-] Segment e708b162-7626-4669-8e7a-622168d6051b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e708b162-7626-4669-8e7a-622168d6051b found for delete ", "request_id": "req-fb1f0aa0-1c8d-43d0-9696-66675fcbe2c3"}]} [pid: 8|app: 0|req: 1230/2542] 10.0.0.164 () {32 vars in 724 bytes} [Tue Jun 16 01:46:03 2026] DELETE /v2.0/networks/0f8e74e2-8ce5-4c7a-bf41-5f64ba5fa05d => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1313/2543] 10.0.0.164 () {32 vars in 772 bytes} [Tue Jun 16 01:46:04 2026] GET /v2.0/security-groups?tenant_id=ad2b29f579be47deaafee91878af67fe&name=default => generated 2929 bytes in 194 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1231/2544] 10.0.0.164 () {32 vars in 738 bytes} [Tue Jun 16 01:46:04 2026] DELETE /v2.0/security-groups/5a66fe85-b5d7-430d-a255-98e08e100204 => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1314/2545] 10.0.0.164 () {32 vars in 772 bytes} [Tue Jun 16 01:46:05 2026] GET /v2.0/security-groups?tenant_id=91f912e822a74f328e840499c5e0fafd&name=default => generated 2929 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1232/2546] 10.0.0.164 () {32 vars in 738 bytes} [Tue Jun 16 01:46:05 2026] DELETE /v2.0/security-groups/aa31c135-858f-4b91-a273-493bdebaeeec => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1315/2547] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:46:05 2026] GET /v2.0/ports?device_id=eb2dc686-3c14-4c90-ae06-33cf841d40d9 => generated 1186 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1233/2548] 10.0.0.1 () {34 vars in 1036 bytes} [Tue Jun 16 01:46:06 2026] GET /v2.0/security-groups?id=bbe54fe7-4af3-42df-9042-4467c9af98bb&fields=id&fields=name => generated 112 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 01:46:08.612 7 INFO neutron.db.segments_db [None req-1556f038-26fc-4bde-899e-a4c23aa21b53 1186ecfa1cc34203ab5a7f3637a244be 04a323e91dbd48209cf8134032e864e3 - - default default] Added segment 8df79cc5-e54c-4739-989f-ab72012649e6 of type vxlan for network 74b6646a-79e1-4bb3-b94b-fa9541eb9e3d 2026-06-16 01:46:08.819 7 INFO neutron.db.l3_hamode_db [None req-1556f038-26fc-4bde-899e-a4c23aa21b53 1186ecfa1cc34203ab5a7f3637a244be 04a323e91dbd48209cf8134032e864e3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-16 01:46:08.922 7 INFO neutron.db.l3_hamode_db [None req-1556f038-26fc-4bde-899e-a4c23aa21b53 1186ecfa1cc34203ab5a7f3637a244be 04a323e91dbd48209cf8134032e864e3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1316/2549] 10.0.0.164 () {34 vars in 666 bytes} [Tue Jun 16 01:46:08 2026] POST /v2.0/routers => generated 474 bytes in 1060 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1234/2550] 10.0.0.164 () {34 vars in 749 bytes} [Tue Jun 16 01:46:09 2026] PUT /v2.0/routers/7505d90a-197f-4707-a78b-ef1c1f7253a2/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: 1317/2551] 10.0.0.164 () {32 vars in 729 bytes} [Tue Jun 16 01:46:09 2026] GET /v2.0/routers/7505d90a-197f-4707-a78b-ef1c1f7253a2/tags => generated 25 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1235/2552] 10.0.0.164 () {34 vars in 760 bytes} [Tue Jun 16 01:46:09 2026] PUT /v2.0/routers/7505d90a-197f-4707-a78b-ef1c1f7253a2/tags/green => generated 4 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1318/2553] 10.0.0.164 () {32 vars in 729 bytes} [Tue Jun 16 01:46:09 2026] GET /v2.0/routers/7505d90a-197f-4707-a78b-ef1c1f7253a2/tags => generated 34 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1236/2554] 10.0.0.164 () {34 vars in 756 bytes} [Tue Jun 16 01:46:09 2026] PUT /v2.0/routers/7505d90a-197f-4707-a78b-ef1c1f7253a2/tags/red => generated 4 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1319/2555] 10.0.0.164 () {32 vars in 729 bytes} [Tue Jun 16 01:46:10 2026] GET /v2.0/routers/7505d90a-197f-4707-a78b-ef1c1f7253a2/tags => generated 34 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1237/2556] 10.0.0.164 () {34 vars in 778 bytes} [Tue Jun 16 01:46:10 2026] PUT /v2.0/routers/7505d90a-197f-4707-a78b-ef1c1f7253a2/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: 1320/2557] 10.0.0.164 () {32 vars in 729 bytes} [Tue Jun 16 01:46:10 2026] GET /v2.0/routers/7505d90a-197f-4707-a78b-ef1c1f7253a2/tags => generated 52 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1238/2558] 10.0.0.164 () {34 vars in 749 bytes} [Tue Jun 16 01:46:10 2026] PUT /v2.0/routers/7505d90a-197f-4707-a78b-ef1c1f7253a2/tags => generated 37 bytes in 601 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1321/2559] 10.0.0.164 () {32 vars in 729 bytes} [Tue Jun 16 01:46:10 2026] GET /v2.0/routers/7505d90a-197f-4707-a78b-ef1c1f7253a2/tags => generated 37 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1239/2560] 10.0.0.164 () {32 vars in 737 bytes} [Tue Jun 16 01:46:11 2026] GET /v2.0/routers/7505d90a-197f-4707-a78b-ef1c1f7253a2/tags/red => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1322/2561] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:46:11 2026] GET /v2.0/ports?device_id=eb2dc686-3c14-4c90-ae06-33cf841d40d9 => generated 1188 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1323/2562] 10.0.0.1 () {34 vars in 1036 bytes} [Tue Jun 16 01:46:11 2026] GET /v2.0/security-groups?id=bbe54fe7-4af3-42df-9042-4467c9af98bb&fields=id&fields=name => generated 112 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 01:46:11.284 8 INFO neutron.api.v2.resource [None req-c31fc137-6407-4326-855b-36dde11ea3b5 1186ecfa1cc34203ab5a7f3637a244be 04a323e91dbd48209cf8134032e864e3 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1240/2563] 10.0.0.164 () {32 vars in 741 bytes} [Tue Jun 16 01:46:11 2026] GET /v2.0/routers/7505d90a-197f-4707-a78b-ef1c1f7253a2/tags/green => generated 99 bytes in 103 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1324/2564] 10.0.0.164 () {32 vars in 740 bytes} [Tue Jun 16 01:46:11 2026] DELETE /v2.0/routers/7505d90a-197f-4707-a78b-ef1c1f7253a2/tags/red => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1241/2565] 10.0.0.164 () {32 vars in 816 bytes} [Tue Jun 16 01:46:11 2026] GET /v2.0/ports?network_id=498e9f1d-9192-44c7-9972-c593bcad5a0e&mac_address=fa%3A16%3A3e%3Ab1%3Ac8%3A7a => generated 1188 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1325/2566] 10.0.0.164 () {32 vars in 729 bytes} [Tue Jun 16 01:46:11 2026] GET /v2.0/routers/7505d90a-197f-4707-a78b-ef1c1f7253a2/tags => generated 30 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 01:46:11.593 7 INFO neutron.api.v2.resource [None req-a15cc653-84a7-4270-a445-b09ca35784ab 1186ecfa1cc34203ab5a7f3637a244be 04a323e91dbd48209cf8134032e864e3 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1326/2567] 10.0.0.164 () {32 vars in 744 bytes} [Tue Jun 16 01:46:11 2026] DELETE /v2.0/routers/7505d90a-197f-4707-a78b-ef1c1f7253a2/tags/green => generated 99 bytes in 101 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1327/2568] 10.0.0.164 () {32 vars in 732 bytes} [Tue Jun 16 01:46:11 2026] DELETE /v2.0/routers/7505d90a-197f-4707-a78b-ef1c1f7253a2/tags => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1328/2569] 10.0.0.164 () {32 vars in 729 bytes} [Tue Jun 16 01:46:11 2026] GET /v2.0/routers/7505d90a-197f-4707-a78b-ef1c1f7253a2/tags => generated 12 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1329/2570] 10.0.0.164 () {32 vars in 719 bytes} [Tue Jun 16 01:46:11 2026] GET /v2.0/routers/7505d90a-197f-4707-a78b-ef1c1f7253a2 => generated 480 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 01:46:12.105 8 INFO neutron.db.l3_db [None req-373a4297-caa5-4017-8e00-56d2897129cc 9034be66832e4b55b7aea002054059c0 e01d1fdff467425cb9907059314a3667 - - default default] Floating IP 016b8bec-ccd1-4604-8760-02cae760e805 associated. External IP: 10.96.250.203, port: 05404827-c82a-4ada-b722-91f15f8d1507. [pid: 7|app: 0|req: 1330/2571] 10.0.0.164 () {34 vars in 740 bytes} [Tue Jun 16 01:46:11 2026] PUT /v2.0/routers/7505d90a-197f-4707-a78b-ef1c1f7253a2 => generated 480 bytes in 536 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1331/2572] 10.0.0.164 () {32 vars in 734 bytes} [Tue Jun 16 01:46:12 2026] GET /v2.0/ports?device_id=7505d90a-197f-4707-a78b-ef1c1f7253a2 => 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: 1242/2573] 10.0.0.164 () {34 vars in 675 bytes} [Tue Jun 16 01:46:11 2026] POST /v2.0/floatingips => generated 854 bytes in 1012 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 01:46:12.465 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4a2c0994-7648-4794-842f-984677b355a9'] response: {'name': 'network-changed', 'server_uuid': 'eb2dc686-3c14-4c90-ae06-33cf841d40d9', 'tag': '05404827-c82a-4ada-b722-91f15f8d1507', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1243/2574] 10.0.0.1 () {34 vars in 1092 bytes} [Tue Jun 16 01:46:12 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1991885609&fields=id&tenant_id=e01d1fdff467425cb9907059314a3667 => generated 69 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 01:46:12.552 7 INFO neutron_taas.services.taas.taas_plugin [None req-43fba02b-11f7-43dc-89e0-189cd44b0b10 1186ecfa1cc34203ab5a7f3637a244be 04a323e91dbd48209cf8134032e864e3 - - default default] TaaS: Handle Delete Port: e87868a5-591c-4625-919b-894954010d7b 2026-06-16 01:46:12.554 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-43fba02b-11f7-43dc-89e0-189cd44b0b10 1186ecfa1cc34203ab5a7f3637a244be 04a323e91dbd48209cf8134032e864e3 - - default default] Tap Mirror: Handle Delete Port: e87868a5-591c-4625-919b-894954010d7b [pid: 8|app: 0|req: 1244/2575] 10.0.0.1 () {34 vars in 978 bytes} [Tue Jun 16 01:46:12 2026] GET /v2.0/networks?id=8bc515e4-f18e-4a05-a234-12fdaadd3e5c => generated 705 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1245/2576] 10.0.0.1 () {34 vars in 961 bytes} [Tue Jun 16 01:46:12 2026] GET /v2.0/quotas/e01d1fdff467425cb9907059314a3667 => generated 292 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1246/2577] 10.0.0.1 () {34 vars in 998 bytes} [Tue Jun 16 01:46:12 2026] GET /v2.0/ports?tenant_id=e01d1fdff467425cb9907059314a3667&fields=id => generated 333 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1247/2578] 10.0.0.1 () {34 vars in 1004 bytes} [Tue Jun 16 01:46:12 2026] GET /v2.0/networks/8bc515e4-f18e-4a05-a234-12fdaadd3e5c?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 01:46:12.793 7 INFO neutron.services.segments.plugin [-] Segment 8df79cc5-e54c-4739-989f-ab72012649e6 resource provider aggregate not found 2026-06-16 01:46:12.803 7 INFO neutron.services.segments.plugin [-] Segment 8df79cc5-e54c-4739-989f-ab72012649e6 resource provider aggregate not found 2026-06-16 01:46:12.816 7 INFO neutron.services.segments.plugin [-] Segment 8df79cc5-e54c-4739-989f-ab72012649e6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8df79cc5-e54c-4739-989f-ab72012649e6 found for delete ", "request_id": "req-d1db7ac6-bc6e-4725-8ae4-8b2748125984"}]} 2026-06-16 01:46:12.822 7 INFO neutron.services.segments.plugin [-] Segment 8df79cc5-e54c-4739-989f-ab72012649e6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8df79cc5-e54c-4739-989f-ab72012649e6 found for delete ", "request_id": "req-d662ab70-1729-4ab2-9393-ca1baaa0dae8"}]} 2026-06-16 01:46:12.825 7 INFO neutron.db.l3_hamode_db [None req-43fba02b-11f7-43dc-89e0-189cd44b0b10 1186ecfa1cc34203ab5a7f3637a244be 04a323e91dbd48209cf8134032e864e3 - - default default] HA network 74b6646a-79e1-4bb3-b94b-fa9541eb9e3d was deleted as no HA routers are present in tenant 04a323e91dbd48209cf8134032e864e3. [pid: 7|app: 0|req: 1332/2579] 10.0.0.164 () {32 vars in 722 bytes} [Tue Jun 16 01:46:12 2026] DELETE /v2.0/routers/7505d90a-197f-4707-a78b-ef1c1f7253a2 => generated 0 bytes in 401 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1248/2580] 10.0.0.1 () {34 vars in 1104 bytes} [Tue Jun 16 01:46:12 2026] GET /v2.0/networks/8bc515e4-f18e-4a05-a234-12fdaadd3e5c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1333/2581] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:46:12 2026] GET /v2.0/ports?device_id=7a504e84-369d-48df-a425-1908f10d4e9d => 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: 1249/2582] 199.19.213.21 () {34 vars in 1077 bytes} [Tue Jun 16 01:46:12 2026] GET /v2.0/ports?tenant_id=e01d1fdff467425cb9907059314a3667&device_id=eb2dc686-3c14-4c90-ae06-33cf841d40d9 => generated 1457 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1334/2583] 199.19.213.21 () {34 vars in 983 bytes} [Tue Jun 16 01:46:13 2026] GET /v2.0/networks?id=498e9f1d-9192-44c7-9972-c593bcad5a0e => generated 800 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1250/2584] 199.19.213.21 () {34 vars in 1053 bytes} [Tue Jun 16 01:46:13 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.98&port_id=05404827-c82a-4ada-b722-91f15f8d1507 => generated 857 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1335/2585] 199.19.213.21 () {34 vars in 1097 bytes} [Tue Jun 16 01:46:13 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3Aa&port_id=05404827-c82a-4ada-b722-91f15f8d1507 => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1251/2586] 199.19.213.21 () {34 vars in 1061 bytes} [Tue Jun 16 01:46:13 2026] GET /v2.0/subnets?id=adc83070-8f0a-4bd2-89b7-625df2562db7&id=9b28d5f8-86ac-44f8-b207-a52650a1621b => generated 1411 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1336/2587] 199.19.213.21 () {34 vars in 1049 bytes} [Tue Jun 16 01:46:13 2026] GET /v2.0/ports?network_id=498e9f1d-9192-44c7-9972-c593bcad5a0e&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: 1252/2588] 199.19.213.21 () {34 vars in 1049 bytes} [Tue Jun 16 01:46:13 2026] GET /v2.0/ports?network_id=498e9f1d-9192-44c7-9972-c593bcad5a0e&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: 1337/2589] 199.19.213.21 () {34 vars in 1009 bytes} [Tue Jun 16 01:46:13 2026] GET /v2.0/networks/498e9f1d-9192-44c7-9972-c593bcad5a0e?fields=segments => generated 14 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1253/2590] 199.19.213.21 () {34 vars in 1109 bytes} [Tue Jun 16 01:46:13 2026] GET /v2.0/networks/498e9f1d-9192-44c7-9972-c593bcad5a0e?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: 1338/2591] 10.0.0.164 () {32 vars in 772 bytes} [Tue Jun 16 01:46:13 2026] GET /v2.0/security-groups?tenant_id=04a323e91dbd48209cf8134032e864e3&name=default => generated 2929 bytes in 229 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1254/2592] 10.0.0.164 () {32 vars in 738 bytes} [Tue Jun 16 01:46:13 2026] DELETE /v2.0/security-groups/d63c7de9-9ed1-4c7f-b98b-ec70a5998d27 => 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: 1339/2593] 10.0.0.164 () {32 vars in 772 bytes} [Tue Jun 16 01:46:13 2026] GET /v2.0/security-groups?tenant_id=a83302132e7d4f949b058f11483a1e39&name=default => generated 2929 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1255/2594] 10.0.0.164 () {32 vars in 738 bytes} [Tue Jun 16 01:46:14 2026] DELETE /v2.0/security-groups/71668e2f-2b9e-4b0a-bac5-b25017bedd95 => 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: 1257/2597] 199.19.213.21 () {34 vars in 983 bytes} [Tue Jun 16 01:46:17 2026] GET /v2.0/networks?id=8bc515e4-f18e-4a05-a234-12fdaadd3e5c => generated 705 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1341/2598] 199.19.213.21 () {34 vars in 1047 bytes} [Tue Jun 16 01:46:17 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=e01d1fdff467425cb9907059314a3667 => generated 179 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1342/2599] 10.0.0.164 () {34 vars in 682 bytes} [Tue Jun 16 01:46:17 2026] POST /v2.0/security-groups => generated 1603 bytes in 306 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1258/2600] 199.19.213.21 () {38 vars in 952 bytes} [Tue Jun 16 01:46:17 2026] POST /v2.0/ports => generated 1187 bytes in 371 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: 1343/2601] 10.0.0.164 () {34 vars in 765 bytes} [Tue Jun 16 01:46:17 2026] PUT /v2.0/security-groups/973b0fd1-b248-403b-b3d0-5e17836e046d/tags => generated 25 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1344/2602] 10.0.0.164 () {32 vars in 745 bytes} [Tue Jun 16 01:46:17 2026] GET /v2.0/security-groups/973b0fd1-b248-403b-b3d0-5e17836e046d/tags => generated 25 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1345/2603] 10.0.0.164 () {34 vars in 776 bytes} [Tue Jun 16 01:46:17 2026] PUT /v2.0/security-groups/973b0fd1-b248-403b-b3d0-5e17836e046d/tags/green => generated 4 bytes in 54 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1346/2604] 10.0.0.164 () {32 vars in 745 bytes} [Tue Jun 16 01:46:17 2026] GET /v2.0/security-groups/973b0fd1-b248-403b-b3d0-5e17836e046d/tags => generated 34 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1347/2605] 10.0.0.164 () {34 vars in 772 bytes} [Tue Jun 16 01:46:17 2026] PUT /v2.0/security-groups/973b0fd1-b248-403b-b3d0-5e17836e046d/tags/red => 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: 1348/2606] 10.0.0.164 () {32 vars in 745 bytes} [Tue Jun 16 01:46:17 2026] GET /v2.0/security-groups/973b0fd1-b248-403b-b3d0-5e17836e046d/tags => generated 34 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1349/2607] 10.0.0.164 () {34 vars in 794 bytes} [Tue Jun 16 01:46:17 2026] PUT /v2.0/security-groups/973b0fd1-b248-403b-b3d0-5e17836e046d/tags/black.or.white => generated 4 bytes in 53 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1350/2608] 10.0.0.164 () {32 vars in 745 bytes} [Tue Jun 16 01:46:17 2026] GET /v2.0/security-groups/973b0fd1-b248-403b-b3d0-5e17836e046d/tags => generated 52 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1351/2609] 10.0.0.164 () {34 vars in 765 bytes} [Tue Jun 16 01:46:17 2026] PUT /v2.0/security-groups/973b0fd1-b248-403b-b3d0-5e17836e046d/tags => generated 37 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1352/2610] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:46:18 2026] GET /v2.0/ports?device_id=7a504e84-369d-48df-a425-1908f10d4e9d => generated 1202 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1259/2611] 199.19.213.21 () {38 vars in 1025 bytes} [Tue Jun 16 01:46:17 2026] PUT /v2.0/ports/1b6d60f1-c565-4dad-b56e-e175b78da6af => generated 1468 bytes in 464 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: 1353/2612] 10.0.0.164 () {32 vars in 745 bytes} [Tue Jun 16 01:46:18 2026] GET /v2.0/security-groups/973b0fd1-b248-403b-b3d0-5e17836e046d/tags => generated 37 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1260/2613] 10.0.0.1 () {34 vars in 1036 bytes} [Tue Jun 16 01:46:18 2026] GET /v2.0/security-groups?id=bbe54fe7-4af3-42df-9042-4467c9af98bb&fields=id&fields=name => generated 112 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 01:46:18.198 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e7dac02b-454b-495d-8bb5-123f6c932997'] response: {'name': 'network-changed', 'server_uuid': '7a504e84-369d-48df-a425-1908f10d4e9d', 'tag': '1b6d60f1-c565-4dad-b56e-e175b78da6af', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1354/2614] 10.0.0.164 () {32 vars in 753 bytes} [Tue Jun 16 01:46:18 2026] GET /v2.0/security-groups/973b0fd1-b248-403b-b3d0-5e17836e046d/tags/red => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 01:46:18.266 8 INFO neutron.api.v2.resource [None req-351b56bf-2301-47c2-90b4-539ed0930805 c7fd0b88a728429f8033a7a96a7cf341 e5b38f08568c46e893f3def92e4e4da1 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1261/2615] 10.0.0.164 () {32 vars in 757 bytes} [Tue Jun 16 01:46:18 2026] GET /v2.0/security-groups/973b0fd1-b248-403b-b3d0-5e17836e046d/tags/green => generated 99 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1355/2616] 10.0.0.164 () {32 vars in 756 bytes} [Tue Jun 16 01:46:18 2026] DELETE /v2.0/security-groups/973b0fd1-b248-403b-b3d0-5e17836e046d/tags/red => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1262/2617] 10.0.0.164 () {32 vars in 745 bytes} [Tue Jun 16 01:46:18 2026] GET /v2.0/security-groups/973b0fd1-b248-403b-b3d0-5e17836e046d/tags => generated 30 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 01:46:18.405 7 INFO neutron.api.v2.resource [None req-a3f2b691-4854-429c-854f-11cd88ea5b52 c7fd0b88a728429f8033a7a96a7cf341 e5b38f08568c46e893f3def92e4e4da1 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1356/2618] 10.0.0.164 () {32 vars in 760 bytes} [Tue Jun 16 01:46:18 2026] DELETE /v2.0/security-groups/973b0fd1-b248-403b-b3d0-5e17836e046d/tags/green => generated 99 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1263/2619] 10.0.0.164 () {32 vars in 748 bytes} [Tue Jun 16 01:46:18 2026] DELETE /v2.0/security-groups/973b0fd1-b248-403b-b3d0-5e17836e046d/tags => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1357/2620] 10.0.0.164 () {32 vars in 745 bytes} [Tue Jun 16 01:46:18 2026] GET /v2.0/security-groups/973b0fd1-b248-403b-b3d0-5e17836e046d/tags => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1264/2621] 10.0.0.164 () {32 vars in 738 bytes} [Tue Jun 16 01:46:18 2026] DELETE /v2.0/security-groups/973b0fd1-b248-403b-b3d0-5e17836e046d => 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: 1358/2622] 199.19.213.21 () {34 vars in 1077 bytes} [Tue Jun 16 01:46:18 2026] GET /v2.0/ports?tenant_id=e01d1fdff467425cb9907059314a3667&device_id=7a504e84-369d-48df-a425-1908f10d4e9d => generated 1471 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1265/2623] 199.19.213.21 () {34 vars in 1015 bytes} [Tue Jun 16 01:46:18 2026] GET /v2.0/networks?tenant_id=e01d1fdff467425cb9907059314a3667&shared=False => generated 2375 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1359/2624] 199.19.213.21 () {34 vars in 927 bytes} [Tue Jun 16 01:46:18 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1266/2625] 10.0.0.164 () {32 vars in 772 bytes} [Tue Jun 16 01:46:19 2026] GET /v2.0/security-groups?tenant_id=d4bb9744b3094182a907804a2663145e&name=default => generated 2929 bytes in 207 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1360/2626] 10.0.0.164 () {32 vars in 738 bytes} [Tue Jun 16 01:46:19 2026] DELETE /v2.0/security-groups/277ded40-d049-452e-9ebf-95bd0198bc68 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1267/2627] 10.0.0.5 () {34 vars in 986 bytes} [Tue Jun 16 01:46:19 2026] GET /v2.0/ports?device_id=eb2dc686-3c14-4c90-ae06-33cf841d40d9 => generated 1457 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1361/2628] 10.0.0.164 () {32 vars in 772 bytes} [Tue Jun 16 01:46:19 2026] GET /v2.0/security-groups?tenant_id=e5b38f08568c46e893f3def92e4e4da1&name=default => generated 2929 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1268/2629] 10.0.0.5 () {34 vars in 1036 bytes} [Tue Jun 16 01:46:19 2026] GET /v2.0/security-groups?id=bbe54fe7-4af3-42df-9042-4467c9af98bb&fields=id&fields=name => generated 112 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1362/2630] 10.0.0.164 () {32 vars in 738 bytes} [Tue Jun 16 01:46:19 2026] DELETE /v2.0/security-groups/cc39fc0f-a791-451f-af5e-4abfabb0370f => 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: 1269/2631] 199.19.213.21 () {34 vars in 1077 bytes} [Tue Jun 16 01:46:19 2026] GET /v2.0/ports?tenant_id=e01d1fdff467425cb9907059314a3667&device_id=7a504e84-369d-48df-a425-1908f10d4e9d => 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: 1363/2632] 199.19.213.21 () {34 vars in 1055 bytes} [Tue Jun 16 01:46:19 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.173&port_id=1b6d60f1-c565-4dad-b56e-e175b78da6af => 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: 1270/2633] 199.19.213.21 () {34 vars in 1103 bytes} [Tue Jun 16 01:46:19 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A209&port_id=1b6d60f1-c565-4dad-b56e-e175b78da6af => 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: 1364/2634] 199.19.213.21 () {34 vars in 1061 bytes} [Tue Jun 16 01:46:19 2026] GET /v2.0/subnets?id=66b5b964-b5f6-4ebe-bb49-41be1895d34f&id=ac18ff8e-ec7e-4eaa-aaba-5e72f42bc826 => generated 1414 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1271/2635] 199.19.213.21 () {34 vars in 1049 bytes} [Tue Jun 16 01:46:20 2026] GET /v2.0/ports?network_id=8bc515e4-f18e-4a05-a234-12fdaadd3e5c&device_owner=network%3Adhcp => generated 1461 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1365/2636] 199.19.213.21 () {34 vars in 1049 bytes} [Tue Jun 16 01:46:20 2026] GET /v2.0/ports?network_id=8bc515e4-f18e-4a05-a234-12fdaadd3e5c&device_owner=network%3Adhcp => generated 1461 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1272/2637] 199.19.213.21 () {34 vars in 1009 bytes} [Tue Jun 16 01:46:20 2026] GET /v2.0/networks/8bc515e4-f18e-4a05-a234-12fdaadd3e5c?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: 1366/2638] 199.19.213.21 () {34 vars in 1109 bytes} [Tue Jun 16 01:46:20 2026] GET /v2.0/networks/8bc515e4-f18e-4a05-a234-12fdaadd3e5c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 01:46:23.094 8 INFO neutron.db.segments_db [None req-89ef3996-c08d-49e9-a3f4-9c3f9be52321 8fbd08c45d674a97b850369f83e632ae 6ab294be5c284871bde8f7b612d09c05 - - default default] Added segment bd4aba57-96e4-434c-9229-e58fae295969 of type vxlan for network 3d70b900-8d26-4cd0-abe8-fe2c30621e13 [pid: 8|app: 0|req: 1273/2639] 10.0.0.164 () {34 vars in 668 bytes} [Tue Jun 16 01:46:22 2026] POST /v2.0/networks => generated 630 bytes in 425 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1274/2640] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:46:23 2026] GET /v2.0/ports?device_id=7a504e84-369d-48df-a425-1908f10d4e9d => generated 1204 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1275/2641] 10.0.0.1 () {34 vars in 1036 bytes} [Tue Jun 16 01:46:23 2026] GET /v2.0/security-groups?id=bbe54fe7-4af3-42df-9042-4467c9af98bb&fields=id&fields=name => generated 112 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1367/2642] 10.0.0.164 () {34 vars in 662 bytes} [Tue Jun 16 01:46:23 2026] POST /v2.0/ports => generated 743 bytes in 379 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1276/2643] 10.0.0.164 () {34 vars in 664 bytes} [Tue Jun 16 01:46:23 2026] POST /v2.0/trunks => generated 407 bytes in 185 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: 1368/2644] 10.0.0.164 () {34 vars in 747 bytes} [Tue Jun 16 01:46:23 2026] PUT /v2.0/trunks/45ce52a8-fc7b-49a4-9169-fa91dd37fcac/tags => generated 25 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1277/2645] 10.0.0.164 () {32 vars in 727 bytes} [Tue Jun 16 01:46:23 2026] GET /v2.0/trunks/45ce52a8-fc7b-49a4-9169-fa91dd37fcac/tags => generated 25 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1369/2646] 10.0.0.164 () {34 vars in 758 bytes} [Tue Jun 16 01:46:23 2026] PUT /v2.0/trunks/45ce52a8-fc7b-49a4-9169-fa91dd37fcac/tags/green => generated 4 bytes in 62 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1278/2647] 10.0.0.164 () {32 vars in 727 bytes} [Tue Jun 16 01:46:23 2026] GET /v2.0/trunks/45ce52a8-fc7b-49a4-9169-fa91dd37fcac/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: 1370/2648] 10.0.0.164 () {34 vars in 754 bytes} [Tue Jun 16 01:46:23 2026] PUT /v2.0/trunks/45ce52a8-fc7b-49a4-9169-fa91dd37fcac/tags/red => generated 4 bytes in 49 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1279/2649] 10.0.0.164 () {32 vars in 727 bytes} [Tue Jun 16 01:46:24 2026] GET /v2.0/trunks/45ce52a8-fc7b-49a4-9169-fa91dd37fcac/tags => generated 34 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1371/2650] 10.0.0.164 () {34 vars in 776 bytes} [Tue Jun 16 01:46:24 2026] PUT /v2.0/trunks/45ce52a8-fc7b-49a4-9169-fa91dd37fcac/tags/black.or.white => generated 4 bytes in 54 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1280/2651] 10.0.0.164 () {32 vars in 727 bytes} [Tue Jun 16 01:46:24 2026] GET /v2.0/trunks/45ce52a8-fc7b-49a4-9169-fa91dd37fcac/tags => generated 52 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1372/2652] 10.0.0.164 () {34 vars in 747 bytes} [Tue Jun 16 01:46:24 2026] PUT /v2.0/trunks/45ce52a8-fc7b-49a4-9169-fa91dd37fcac/tags => generated 37 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1281/2653] 10.0.0.164 () {32 vars in 727 bytes} [Tue Jun 16 01:46:24 2026] GET /v2.0/trunks/45ce52a8-fc7b-49a4-9169-fa91dd37fcac/tags => generated 37 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1373/2654] 10.0.0.164 () {32 vars in 735 bytes} [Tue Jun 16 01:46:24 2026] GET /v2.0/trunks/45ce52a8-fc7b-49a4-9169-fa91dd37fcac/tags/red => generated 0 bytes in 34 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 01:46:24.273 8 INFO neutron.api.v2.resource [None req-d87e22e8-a64b-4696-bd82-f32a6afb04af 8fbd08c45d674a97b850369f83e632ae 6ab294be5c284871bde8f7b612d09c05 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1282/2655] 10.0.0.164 () {32 vars in 739 bytes} [Tue Jun 16 01:46:24 2026] GET /v2.0/trunks/45ce52a8-fc7b-49a4-9169-fa91dd37fcac/tags/green => generated 99 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1374/2656] 10.0.0.164 () {32 vars in 738 bytes} [Tue Jun 16 01:46:24 2026] DELETE /v2.0/trunks/45ce52a8-fc7b-49a4-9169-fa91dd37fcac/tags/red => 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: 1283/2657] 10.0.0.164 () {32 vars in 727 bytes} [Tue Jun 16 01:46:24 2026] GET /v2.0/trunks/45ce52a8-fc7b-49a4-9169-fa91dd37fcac/tags => generated 30 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 01:46:24.395 7 INFO neutron.api.v2.resource [None req-45ac62f2-8f20-4ca8-9a94-afae47e6d074 8fbd08c45d674a97b850369f83e632ae 6ab294be5c284871bde8f7b612d09c05 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1375/2658] 10.0.0.164 () {32 vars in 742 bytes} [Tue Jun 16 01:46:24 2026] DELETE /v2.0/trunks/45ce52a8-fc7b-49a4-9169-fa91dd37fcac/tags/green => generated 99 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1284/2659] 10.0.0.164 () {32 vars in 730 bytes} [Tue Jun 16 01:46:24 2026] DELETE /v2.0/trunks/45ce52a8-fc7b-49a4-9169-fa91dd37fcac/tags => generated 0 bytes in 37 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1376/2660] 10.0.0.164 () {32 vars in 727 bytes} [Tue Jun 16 01:46:24 2026] GET /v2.0/trunks/45ce52a8-fc7b-49a4-9169-fa91dd37fcac/tags => 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: 1285/2661] 10.0.0.164 () {32 vars in 717 bytes} [Tue Jun 16 01:46:24 2026] GET /v2.0/trunks/45ce52a8-fc7b-49a4-9169-fa91dd37fcac => generated 407 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1377/2662] 10.0.0.164 () {32 vars in 715 bytes} [Tue Jun 16 01:46:24 2026] GET /v2.0/ports/26191933-3eda-41a3-bc80-7069bffe7d76 => generated 826 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1286/2663] 10.0.0.164 () {32 vars in 720 bytes} [Tue Jun 16 01:46:24 2026] DELETE /v2.0/trunks/45ce52a8-fc7b-49a4-9169-fa91dd37fcac => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 01:46:24.725 7 INFO neutron_taas.services.taas.taas_plugin [None req-6c470791-aca4-43e0-8b5f-7dc2b866f83a 8fbd08c45d674a97b850369f83e632ae 6ab294be5c284871bde8f7b612d09c05 - - default default] TaaS: Handle Delete Port: 26191933-3eda-41a3-bc80-7069bffe7d76 2026-06-16 01:46:24.728 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6c470791-aca4-43e0-8b5f-7dc2b866f83a 8fbd08c45d674a97b850369f83e632ae 6ab294be5c284871bde8f7b612d09c05 - - default default] Tap Mirror: Handle Delete Port: 26191933-3eda-41a3-bc80-7069bffe7d76 [pid: 7|app: 0|req: 1378/2664] 10.0.0.164 () {32 vars in 718 bytes} [Tue Jun 16 01:46:24 2026] DELETE /v2.0/ports/26191933-3eda-41a3-bc80-7069bffe7d76 => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 01:46:24.909 8 INFO neutron.services.segments.plugin [-] Segment bd4aba57-96e4-434c-9229-e58fae295969 resource provider aggregate not found 2026-06-16 01:46:24.912 8 INFO neutron.services.segments.plugin [-] Segment bd4aba57-96e4-434c-9229-e58fae295969 resource provider aggregate not found 2026-06-16 01:46:24.922 8 INFO neutron.services.segments.plugin [-] Segment bd4aba57-96e4-434c-9229-e58fae295969 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bd4aba57-96e4-434c-9229-e58fae295969 found for delete ", "request_id": "req-154846b1-54b1-4c7c-b6ea-d756a7f2aa81"}]} 2026-06-16 01:46:24.923 8 INFO neutron.services.segments.plugin [-] Segment bd4aba57-96e4-434c-9229-e58fae295969 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bd4aba57-96e4-434c-9229-e58fae295969 found for delete ", "request_id": "req-5073a720-03ca-4712-b3cd-e78b2009e2d1"}]} [pid: 8|app: 0|req: 1287/2665] 10.0.0.164 () {32 vars in 724 bytes} [Tue Jun 16 01:46:24 2026] DELETE /v2.0/networks/3d70b900-8d26-4cd0-abe8-fe2c30621e13 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1379/2666] 10.0.0.164 () {32 vars in 772 bytes} [Tue Jun 16 01:46:25 2026] GET /v2.0/security-groups?tenant_id=e2b5fec9c84540d781f52fb3a9ce54b9&name=default => generated 2929 bytes in 225 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1288/2667] 10.0.0.164 () {32 vars in 738 bytes} [Tue Jun 16 01:46:25 2026] DELETE /v2.0/security-groups/4d099c1c-4e09-4c01-a065-4bcc58460690 => 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: 1380/2668] 10.0.0.164 () {32 vars in 772 bytes} [Tue Jun 16 01:46:26 2026] GET /v2.0/security-groups?tenant_id=6ab294be5c284871bde8f7b612d09c05&name=default => generated 2929 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1289/2669] 10.0.0.164 () {32 vars in 738 bytes} [Tue Jun 16 01:46:26 2026] DELETE /v2.0/security-groups/9fbce806-e730-4227-8df8-41e86288ee90 => 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: 1381/2670] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:46:28 2026] GET /v2.0/ports?device_id=7a504e84-369d-48df-a425-1908f10d4e9d => generated 1204 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1290/2671] 10.0.0.1 () {34 vars in 1036 bytes} [Tue Jun 16 01:46:28 2026] GET /v2.0/security-groups?id=bbe54fe7-4af3-42df-9042-4467c9af98bb&fields=id&fields=name => generated 112 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1382/2672] 10.0.0.164 () {32 vars in 816 bytes} [Tue Jun 16 01:46:28 2026] GET /v2.0/ports?network_id=8bc515e4-f18e-4a05-a234-12fdaadd3e5c&mac_address=fa%3A16%3A3e%3Ac0%3Ac8%3Aac => generated 1204 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 01:46:29.329 8 INFO neutron.db.l3_db [None req-704aa8c6-a411-4535-a4bd-38da3a02b49e 9034be66832e4b55b7aea002054059c0 e01d1fdff467425cb9907059314a3667 - - default default] Floating IP a99144fc-95f7-460e-b4dd-3963990dd589 associated. External IP: 10.96.250.209, port: 1b6d60f1-c565-4dad-b56e-e175b78da6af. [pid: 8|app: 0|req: 1291/2673] 10.0.0.164 () {34 vars in 675 bytes} [Tue Jun 16 01:46:28 2026] POST /v2.0/floatingips => generated 855 bytes in 985 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 01:46:29.670 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-36837f90-c092-4b07-80fa-9d4360fd0c48'] response: {'name': 'network-changed', 'server_uuid': '7a504e84-369d-48df-a425-1908f10d4e9d', 'tag': '1b6d60f1-c565-4dad-b56e-e175b78da6af', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1383/2674] 10.0.0.164 () {32 vars in 772 bytes} [Tue Jun 16 01:46:29 2026] GET /v2.0/security-groups?tenant_id=0cf96401ae6d4524b7de96d8a5cc424d&name=default => generated 2929 bytes in 281 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1292/2675] 10.0.0.164 () {32 vars in 738 bytes} [Tue Jun 16 01:46:29 2026] DELETE /v2.0/security-groups/9e733a87-b95a-45e7-8888-6338b15f4c9c => 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: 1384/2676] 10.0.0.164 () {32 vars in 772 bytes} [Tue Jun 16 01:46:29 2026] GET /v2.0/security-groups?tenant_id=d5753566c8874babade4782bb32038fe&name=default => generated 2929 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1293/2677] 10.0.0.164 () {32 vars in 738 bytes} [Tue Jun 16 01:46:30 2026] DELETE /v2.0/security-groups/337ba6d9-e319-4a15-8364-6045a39b17f8 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1385/2678] 199.19.213.21 () {34 vars in 1077 bytes} [Tue Jun 16 01:46:30 2026] GET /v2.0/ports?tenant_id=e01d1fdff467425cb9907059314a3667&device_id=7a504e84-369d-48df-a425-1908f10d4e9d => generated 1473 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1294/2679] 199.19.213.21 () {34 vars in 983 bytes} [Tue Jun 16 01:46:30 2026] GET /v2.0/networks?id=8bc515e4-f18e-4a05-a234-12fdaadd3e5c => generated 801 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1386/2680] 199.19.213.21 () {34 vars in 1055 bytes} [Tue Jun 16 01:46:30 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.173&port_id=1b6d60f1-c565-4dad-b56e-e175b78da6af => 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: 1295/2681] 199.19.213.21 () {34 vars in 1103 bytes} [Tue Jun 16 01:46:30 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A209&port_id=1b6d60f1-c565-4dad-b56e-e175b78da6af => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1387/2682] 199.19.213.21 () {34 vars in 1061 bytes} [Tue Jun 16 01:46:30 2026] GET /v2.0/subnets?id=66b5b964-b5f6-4ebe-bb49-41be1895d34f&id=ac18ff8e-ec7e-4eaa-aaba-5e72f42bc826 => generated 1414 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1296/2683] 199.19.213.21 () {34 vars in 1049 bytes} [Tue Jun 16 01:46:30 2026] GET /v2.0/ports?network_id=8bc515e4-f18e-4a05-a234-12fdaadd3e5c&device_owner=network%3Adhcp => generated 1461 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1388/2684] 199.19.213.21 () {34 vars in 1049 bytes} [Tue Jun 16 01:46:30 2026] GET /v2.0/ports?network_id=8bc515e4-f18e-4a05-a234-12fdaadd3e5c&device_owner=network%3Adhcp => generated 1461 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1297/2685] 199.19.213.21 () {34 vars in 1009 bytes} [Tue Jun 16 01:46:30 2026] GET /v2.0/networks/8bc515e4-f18e-4a05-a234-12fdaadd3e5c?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: 1389/2686] 199.19.213.21 () {34 vars in 1109 bytes} [Tue Jun 16 01:46:30 2026] GET /v2.0/networks/8bc515e4-f18e-4a05-a234-12fdaadd3e5c?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: 1299/2689] 10.0.0.5 () {34 vars in 986 bytes} [Tue Jun 16 01:46:34 2026] GET /v2.0/ports?device_id=7a504e84-369d-48df-a425-1908f10d4e9d => generated 1473 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1391/2690] 10.0.0.5 () {34 vars in 1036 bytes} [Tue Jun 16 01:46:34 2026] GET /v2.0/security-groups?id=bbe54fe7-4af3-42df-9042-4467c9af98bb&fields=id&fields=name => generated 112 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1300/2691] 10.0.0.164 () {32 vars in 719 bytes} [Tue Jun 16 01:46:45 2026] GET /v2.0/subnets/3321a2f3-378c-4da6-869d-bc196fe32e0a => generated 676 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1393/2694] 10.0.0.239 () {30 vars in 688 bytes} [Tue Jun 16 01:46:46 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1302/2695] 10.0.0.239 () {30 vars in 690 bytes} [Tue Jun 16 01:46:46 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1394/2696] 10.0.0.239 () {30 vars in 666 bytes} [Tue Jun 16 01:46:46 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: 1303/2697] 10.0.0.239 () {30 vars in 702 bytes} [Tue Jun 16 01:46:46 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: 1395/2698] 10.0.0.239 () {28 vars in 437 bytes} [Tue Jun 16 01:46:47 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: 1304/2699] 10.0.0.239 () {30 vars in 726 bytes} [Tue Jun 16 01:46:47 2026] GET /v2.0/subnets/3321a2f3-378c-4da6-869d-bc196fe32e0a => generated 658 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1396/2700] 10.0.0.239 () {30 vars in 688 bytes} [Tue Jun 16 01:46:47 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1305/2701] 10.0.0.239 () {30 vars in 690 bytes} [Tue Jun 16 01:46:47 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: 1397/2702] 10.0.0.239 () {30 vars in 666 bytes} [Tue Jun 16 01:46:47 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1306/2703] 10.0.0.239 () {30 vars in 702 bytes} [Tue Jun 16 01:46:47 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: 1398/2704] 10.0.0.239 () {30 vars in 726 bytes} [Tue Jun 16 01:46:47 2026] GET /v2.0/subnets/3321a2f3-378c-4da6-869d-bc196fe32e0a => 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: 1307/2705] 10.0.0.239 () {30 vars in 688 bytes} [Tue Jun 16 01:46:47 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: 1399/2706] 10.0.0.239 () {30 vars in 690 bytes} [Tue Jun 16 01:46: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: 8|app: 0|req: 1308/2707] 10.0.0.239 () {30 vars in 666 bytes} [Tue Jun 16 01:46:47 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: 1400/2708] 10.0.0.239 () {30 vars in 702 bytes} [Tue Jun 16 01:46:47 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: 1309/2709] 10.0.0.239 () {30 vars in 728 bytes} [Tue Jun 16 01:46:47 2026] GET /v2.0/networks/06d30510-cdd4-49ce-9556-4eff56c9b3fe => generated 799 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1401/2710] 10.0.0.239 () {30 vars in 680 bytes} [Tue Jun 16 01:46:47 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: 1310/2711] 10.0.0.239 () {34 vars in 702 bytes} [Tue Jun 16 01:46:47 2026] POST /v2.0/ports => generated 1128 bytes in 339 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1402/2712] 199.19.213.21 () {30 vars in 700 bytes} [Tue Jun 16 01:46:50 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1311/2713] 199.19.213.21 () {30 vars in 702 bytes} [Tue Jun 16 01:46:51 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1403/2714] 199.19.213.21 () {30 vars in 678 bytes} [Tue Jun 16 01:46:51 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1312/2715] 199.19.213.21 () {30 vars in 714 bytes} [Tue Jun 16 01:46: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: 7|app: 0|req: 1404/2716] 199.19.213.21 () {30 vars in 734 bytes} [Tue Jun 16 01:46:51 2026] GET /v2.0/ports/27040d20-46d1-493b-808f-c27f4f6dc49d => generated 1128 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1313/2717] 199.19.213.21 () {30 vars in 700 bytes} [Tue Jun 16 01:46: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: 7|app: 0|req: 1405/2718] 199.19.213.21 () {30 vars in 702 bytes} [Tue Jun 16 01:46:51 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1314/2719] 199.19.213.21 () {30 vars in 678 bytes} [Tue Jun 16 01:46:51 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: 1406/2720] 199.19.213.21 () {30 vars in 714 bytes} [Tue Jun 16 01:46:51 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 01:46:51.385 8 INFO neutron.api.v2.resource [None req-b8b2c64e-bdab-4971-9e9c-cda779adfa7d cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1315/2721] 199.19.213.21 () {30 vars in 760 bytes} [Tue Jun 16 01:46:51 2026] GET /v2.0/security-groups/lb-09f33950-a218-44eb-a8aa-424808854081 => generated 149 bytes in 8 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1407/2722] 199.19.213.21 () {30 vars in 782 bytes} [Tue Jun 16 01:46:51 2026] GET /v2.0/security-groups?name=lb-09f33950-a218-44eb-a8aa-424808854081 => generated 23 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1316/2723] 199.19.213.21 () {34 vars in 733 bytes} [Tue Jun 16 01:46:51 2026] POST /v2.0/security-groups => generated 1638 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1408/2724] 199.19.213.21 () {30 vars in 812 bytes} [Tue Jun 16 01:46:51 2026] GET /v2.0/security-group-rules?security_group_id=6c9a144b-da0a-4b94-be73-051f99b3924b => generated 1182 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1317/2725] 199.19.213.21 () {34 vars in 786 bytes} [Tue Jun 16 01:46:51 2026] PUT /v2.0/ports/27040d20-46d1-493b-808f-c27f4f6dc49d => generated 1128 bytes in 221 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1409/2726] 199.19.213.21 () {30 vars in 700 bytes} [Tue Jun 16 01:46: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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1318/2727] 199.19.213.21 () {30 vars in 702 bytes} [Tue Jun 16 01:46:51 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1410/2728] 199.19.213.21 () {30 vars in 678 bytes} [Tue Jun 16 01:46: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: 8|app: 0|req: 1319/2729] 199.19.213.21 () {30 vars in 714 bytes} [Tue Jun 16 01:46:51 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: 1411/2730] 199.19.213.21 () {30 vars in 738 bytes} [Tue Jun 16 01:46:51 2026] GET /v2.0/subnets/3321a2f3-378c-4da6-869d-bc196fe32e0a => generated 676 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1320/2731] 10.0.0.1 () {34 vars in 1012 bytes} [Tue Jun 16 01:46:59 2026] GET /v2.0/security-groups?id=e354c031-02be-44e8-808c-a71510f3709f&fields=id => generated 69 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1412/2732] 10.0.0.1 () {34 vars in 978 bytes} [Tue Jun 16 01:46:59 2026] GET /v2.0/networks?id=4febb04f-5e8b-41dd-98e5-752c1652856d => generated 735 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1321/2733] 10.0.0.1 () {34 vars in 961 bytes} [Tue Jun 16 01:46:59 2026] GET /v2.0/quotas/43b42beec7ca4fe19d4a727c4bc7fd1a => generated 291 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1413/2734] 10.0.0.1 () {34 vars in 998 bytes} [Tue Jun 16 01:46:59 2026] GET /v2.0/ports?tenant_id=43b42beec7ca4fe19d4a727c4bc7fd1a&fields=id => generated 149 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1322/2735] 10.0.0.1 () {34 vars in 1004 bytes} [Tue Jun 16 01:46:59 2026] GET /v2.0/networks/4febb04f-5e8b-41dd-98e5-752c1652856d?fields=segments => generated 14 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1414/2736] 10.0.0.1 () {34 vars in 1104 bytes} [Tue Jun 16 01:46:59 2026] GET /v2.0/networks/4febb04f-5e8b-41dd-98e5-752c1652856d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1323/2737] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:46:59 2026] GET /v2.0/ports?device_id=194e87dc-2fd1-4381-8d0f-1c153d4d98b0 => generated 12 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1415/2738] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:46:59 2026] GET /v2.0/ports?device_id=194e87dc-2fd1-4381-8d0f-1c153d4d98b0 => 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: 1417/2741] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:47:02 2026] GET /v2.0/ports?device_id=194e87dc-2fd1-4381-8d0f-1c153d4d98b0 => 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: 1325/2742] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:47:02 2026] GET /v2.0/ports?device_id=194e87dc-2fd1-4381-8d0f-1c153d4d98b0 => 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: 1418/2743] 199.19.213.21 () {34 vars in 983 bytes} [Tue Jun 16 01:47:03 2026] GET /v2.0/networks?id=4febb04f-5e8b-41dd-98e5-752c1652856d => generated 735 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1326/2744] 199.19.213.21 () {34 vars in 1047 bytes} [Tue Jun 16 01:47:04 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=43b42beec7ca4fe19d4a727c4bc7fd1a => generated 343 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1419/2745] 199.19.213.21 () {38 vars in 952 bytes} [Tue Jun 16 01:47:04 2026] POST /v2.0/ports => generated 1082 bytes in 328 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1327/2746] 199.19.213.21 () {38 vars in 1025 bytes} [Tue Jun 16 01:47:04 2026] PUT /v2.0/ports/5669f327-49bb-4a28-8d02-e1e29b2ecbdc => generated 1243 bytes in 433 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 01:47:04.935 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-179801a7-2692-4428-9ec0-116c3d03e347'] response: {'name': 'network-changed', 'server_uuid': '194e87dc-2fd1-4381-8d0f-1c153d4d98b0', 'tag': '5669f327-49bb-4a28-8d02-e1e29b2ecbdc', '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: 1420/2747] 199.19.213.21 () {34 vars in 1077 bytes} [Tue Jun 16 01:47:05 2026] GET /v2.0/ports?tenant_id=43b42beec7ca4fe19d4a727c4bc7fd1a&device_id=194e87dc-2fd1-4381-8d0f-1c153d4d98b0 => generated 1246 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1328/2748] 199.19.213.21 () {34 vars in 1015 bytes} [Tue Jun 16 01:47:05 2026] GET /v2.0/networks?tenant_id=43b42beec7ca4fe19d4a727c4bc7fd1a&shared=False => generated 735 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1421/2749] 199.19.213.21 () {34 vars in 927 bytes} [Tue Jun 16 01:47:05 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: 1329/2750] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:47:05 2026] GET /v2.0/ports?device_id=194e87dc-2fd1-4381-8d0f-1c153d4d98b0 => generated 1246 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1422/2751] 10.0.0.1 () {34 vars in 1036 bytes} [Tue Jun 16 01:47:05 2026] GET /v2.0/security-groups?id=e354c031-02be-44e8-808c-a71510f3709f&fields=id&fields=name => generated 96 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1330/2752] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:47:05 2026] GET /v2.0/ports?device_id=194e87dc-2fd1-4381-8d0f-1c153d4d98b0 => generated 1246 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1423/2753] 199.19.213.21 () {34 vars in 1077 bytes} [Tue Jun 16 01:47:06 2026] GET /v2.0/ports?tenant_id=43b42beec7ca4fe19d4a727c4bc7fd1a&device_id=194e87dc-2fd1-4381-8d0f-1c153d4d98b0 => generated 1246 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1331/2754] 199.19.213.21 () {34 vars in 1059 bytes} [Tue Jun 16 01:47:06 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.218&port_id=5669f327-49bb-4a28-8d02-e1e29b2ecbdc => 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: 1424/2755] 199.19.213.21 () {34 vars in 981 bytes} [Tue Jun 16 01:47:06 2026] GET /v2.0/subnets?id=fae8badc-7285-4598-9d03-afd8b0e2af5a => generated 654 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1332/2756] 199.19.213.21 () {34 vars in 1049 bytes} [Tue Jun 16 01:47:06 2026] GET /v2.0/ports?network_id=4febb04f-5e8b-41dd-98e5-752c1652856d&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: 1425/2757] 199.19.213.21 () {34 vars in 1009 bytes} [Tue Jun 16 01:47:06 2026] GET /v2.0/networks/4febb04f-5e8b-41dd-98e5-752c1652856d?fields=segments => generated 14 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1333/2758] 199.19.213.21 () {34 vars in 1109 bytes} [Tue Jun 16 01:47:06 2026] GET /v2.0/networks/4febb04f-5e8b-41dd-98e5-752c1652856d?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: 1426/2759] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:47:08 2026] GET /v2.0/ports?device_id=194e87dc-2fd1-4381-8d0f-1c153d4d98b0 => generated 1246 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1334/2760] 10.0.0.1 () {34 vars in 1036 bytes} [Tue Jun 16 01:47:08 2026] GET /v2.0/security-groups?id=e354c031-02be-44e8-808c-a71510f3709f&fields=id&fields=name => generated 96 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1427/2761] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:47:08 2026] GET /v2.0/ports?device_id=194e87dc-2fd1-4381-8d0f-1c153d4d98b0 => generated 1246 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1335/2762] 199.19.213.21 () {34 vars in 991 bytes} [Tue Jun 16 01:47:10 2026] GET /v2.0/ports?device_id=194e87dc-2fd1-4381-8d0f-1c153d4d98b0 => generated 1246 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1428/2763] 199.19.213.21 () {34 vars in 1041 bytes} [Tue Jun 16 01:47:10 2026] GET /v2.0/security-groups?id=e354c031-02be-44e8-808c-a71510f3709f&fields=id&fields=name => generated 96 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1336/2764] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:47:11 2026] GET /v2.0/ports?device_id=194e87dc-2fd1-4381-8d0f-1c153d4d98b0 => generated 1248 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1429/2765] 10.0.0.1 () {34 vars in 1036 bytes} [Tue Jun 16 01:47:11 2026] GET /v2.0/security-groups?id=e354c031-02be-44e8-808c-a71510f3709f&fields=id&fields=name => generated 96 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1337/2766] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:47:11 2026] GET /v2.0/ports?device_id=194e87dc-2fd1-4381-8d0f-1c153d4d98b0 => generated 1248 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1430/2767] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:47:14 2026] GET /v2.0/ports?device_id=194e87dc-2fd1-4381-8d0f-1c153d4d98b0 => generated 1248 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1338/2768] 10.0.0.1 () {34 vars in 1036 bytes} [Tue Jun 16 01:47:14 2026] GET /v2.0/security-groups?id=e354c031-02be-44e8-808c-a71510f3709f&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: 1431/2769] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:47:14 2026] GET /v2.0/ports?device_id=194e87dc-2fd1-4381-8d0f-1c153d4d98b0 => generated 1248 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1342/2776] 199.19.213.21 () {30 vars in 700 bytes} [Tue Jun 16 01:47:49 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: 1435/2777] 199.19.213.21 () {30 vars in 702 bytes} [Tue Jun 16 01:47:49 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: 1343/2778] 199.19.213.21 () {30 vars in 678 bytes} [Tue Jun 16 01:47:49 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: 1436/2779] 199.19.213.21 () {30 vars in 714 bytes} [Tue Jun 16 01:47:49 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1344/2780] 199.19.213.21 () {30 vars in 738 bytes} [Tue Jun 16 01:47:49 2026] GET /v2.0/subnets/3321a2f3-378c-4da6-869d-bc196fe32e0a => generated 676 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1437/2781] 199.19.213.21 () {30 vars in 766 bytes} [Tue Jun 16 01:47:49 2026] GET /v2.0/ports?device_id=194e87dc-2fd1-4381-8d0f-1c153d4d98b0 => generated 1248 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1345/2782] 199.19.213.21 () {34 vars in 714 bytes} [Tue Jun 16 01:47:49 2026] POST /v2.0/ports => generated 1055 bytes in 306 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1438/2783] 10.0.0.1 () {34 vars in 967 bytes} [Tue Jun 16 01:47:49 2026] GET /v2.0/ports/a7d87b67-42bd-4fc6-b769-12660a296156 => generated 1055 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1346/2784] 10.0.0.1 () {34 vars in 903 bytes} [Tue Jun 16 01:47:49 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1439/2785] 199.19.213.21 () {34 vars in 1259 bytes} [Tue Jun 16 01:47:50 2026] GET /v2.0/ports/a7d87b67-42bd-4fc6-b769-12660a296156?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1347/2786] 199.19.213.21 () {34 vars in 1009 bytes} [Tue Jun 16 01:47:51 2026] GET /v2.0/networks/06d30510-cdd4-49ce-9556-4eff56c9b3fe?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: 1440/2787] 199.19.213.21 () {34 vars in 1109 bytes} [Tue Jun 16 01:47:51 2026] GET /v2.0/networks/06d30510-cdd4-49ce-9556-4eff56c9b3fe?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: 1348/2788] 199.19.213.21 () {34 vars in 972 bytes} [Tue Jun 16 01:47:51 2026] GET /v2.0/ports/a7d87b67-42bd-4fc6-b769-12660a296156 => generated 1055 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1441/2789] 199.19.213.21 () {34 vars in 983 bytes} [Tue Jun 16 01:47:51 2026] GET /v2.0/networks?id=06d30510-cdd4-49ce-9556-4eff56c9b3fe => generated 802 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1349/2790] 199.19.213.21 () {38 vars in 1025 bytes} [Tue Jun 16 01:47:51 2026] PUT /v2.0/ports/a7d87b67-42bd-4fc6-b769-12660a296156 => generated 1245 bytes in 393 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 01:47:52.139 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-32683ccf-c991-4b3e-928f-e0d8c384eb31'] response: {'name': 'network-changed', 'server_uuid': '194e87dc-2fd1-4381-8d0f-1c153d4d98b0', 'tag': 'a7d87b67-42bd-4fc6-b769-12660a296156', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1442/2791] 199.19.213.21 () {34 vars in 1077 bytes} [Tue Jun 16 01:47:52 2026] GET /v2.0/ports?tenant_id=43b42beec7ca4fe19d4a727c4bc7fd1a&device_id=194e87dc-2fd1-4381-8d0f-1c153d4d98b0 => generated 2485 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1350/2792] 199.19.213.21 () {34 vars in 983 bytes} [Tue Jun 16 01:47:52 2026] GET /v2.0/networks?id=06d30510-cdd4-49ce-9556-4eff56c9b3fe => generated 802 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1443/2793] 199.19.213.21 () {34 vars in 1053 bytes} [Tue Jun 16 01:47:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.64&port_id=a7d87b67-42bd-4fc6-b769-12660a296156 => 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: 1351/2794] 199.19.213.21 () {34 vars in 981 bytes} [Tue Jun 16 01:47:52 2026] GET /v2.0/subnets?id=3321a2f3-378c-4da6-869d-bc196fe32e0a => generated 679 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1444/2795] 199.19.213.21 () {34 vars in 1049 bytes} [Tue Jun 16 01:47:52 2026] GET /v2.0/ports?network_id=06d30510-cdd4-49ce-9556-4eff56c9b3fe&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: 1352/2796] 199.19.213.21 () {34 vars in 1009 bytes} [Tue Jun 16 01:47:52 2026] GET /v2.0/networks/06d30510-cdd4-49ce-9556-4eff56c9b3fe?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1445/2797] 199.19.213.21 () {34 vars in 1109 bytes} [Tue Jun 16 01:47:52 2026] GET /v2.0/networks/06d30510-cdd4-49ce-9556-4eff56c9b3fe?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: 1353/2798] 199.19.213.21 () {34 vars in 1077 bytes} [Tue Jun 16 01:47:53 2026] GET /v2.0/ports?tenant_id=43b42beec7ca4fe19d4a727c4bc7fd1a&device_id=194e87dc-2fd1-4381-8d0f-1c153d4d98b0 => generated 2485 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1446/2799] 199.19.213.21 () {34 vars in 1059 bytes} [Tue Jun 16 01:47:54 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.218&port_id=5669f327-49bb-4a28-8d02-e1e29b2ecbdc => 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: 1354/2800] 199.19.213.21 () {34 vars in 981 bytes} [Tue Jun 16 01:47:54 2026] GET /v2.0/subnets?id=fae8badc-7285-4598-9d03-afd8b0e2af5a => generated 654 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1447/2801] 199.19.213.21 () {34 vars in 1049 bytes} [Tue Jun 16 01:47:54 2026] GET /v2.0/ports?network_id=4febb04f-5e8b-41dd-98e5-752c1652856d&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: 1355/2802] 199.19.213.21 () {34 vars in 1009 bytes} [Tue Jun 16 01:47:54 2026] GET /v2.0/networks/4febb04f-5e8b-41dd-98e5-752c1652856d?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: 1448/2803] 199.19.213.21 () {34 vars in 1109 bytes} [Tue Jun 16 01:47:54 2026] GET /v2.0/networks/4febb04f-5e8b-41dd-98e5-752c1652856d?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: 1356/2804] 199.19.213.21 () {34 vars in 1053 bytes} [Tue Jun 16 01:47:54 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.64&port_id=a7d87b67-42bd-4fc6-b769-12660a296156 => generated 19 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1449/2805] 199.19.213.21 () {34 vars in 981 bytes} [Tue Jun 16 01:47:54 2026] GET /v2.0/subnets?id=3321a2f3-378c-4da6-869d-bc196fe32e0a => generated 679 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1357/2806] 199.19.213.21 () {34 vars in 1049 bytes} [Tue Jun 16 01:47:54 2026] GET /v2.0/ports?network_id=06d30510-cdd4-49ce-9556-4eff56c9b3fe&device_owner=network%3Adhcp => generated 1461 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1450/2807] 199.19.213.21 () {34 vars in 1009 bytes} [Tue Jun 16 01:47:54 2026] GET /v2.0/networks/06d30510-cdd4-49ce-9556-4eff56c9b3fe?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: 1358/2808] 199.19.213.21 () {34 vars in 1109 bytes} [Tue Jun 16 01:47:54 2026] GET /v2.0/networks/06d30510-cdd4-49ce-9556-4eff56c9b3fe?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: 1451/2809] 10.0.0.1 () {34 vars in 967 bytes} [Tue Jun 16 01:47:58 2026] GET /v2.0/ports/a7d87b67-42bd-4fc6-b769-12660a296156 => generated 1247 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1359/2810] 199.19.213.21 () {34 vars in 786 bytes} [Tue Jun 16 01:47:58 2026] PUT /v2.0/ports/a7d87b67-42bd-4fc6-b769-12660a296156 => generated 1271 bytes in 206 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 01:47:58.790 7 INFO neutron.api.v2.resource [None req-c10543d7-4da1-4483-9900-c9cdfee78608 cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1452/2811] 199.19.213.21 () {30 vars in 760 bytes} [Tue Jun 16 01:47:58 2026] GET /v2.0/security-groups/lb-09f33950-a218-44eb-a8aa-424808854081 => generated 149 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 01:47:58.815 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-75e4ca73-1b1f-4544-98c1-2a12cb906f89'] response: {'name': 'network-changed', 'server_uuid': '194e87dc-2fd1-4381-8d0f-1c153d4d98b0', 'tag': 'a7d87b67-42bd-4fc6-b769-12660a296156', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1360/2812] 199.19.213.21 () {30 vars in 782 bytes} [Tue Jun 16 01:47:58 2026] GET /v2.0/security-groups?name=lb-09f33950-a218-44eb-a8aa-424808854081 => generated 1639 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1453/2813] 199.19.213.21 () {34 vars in 786 bytes} [Tue Jun 16 01:47:58 2026] PUT /v2.0/ports/a7d87b67-42bd-4fc6-b769-12660a296156 => generated 1309 bytes in 204 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 01:47:59.158 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-de311992-2f36-48b8-bef0-111d7661190d'] response: {'name': 'network-changed', 'server_uuid': '194e87dc-2fd1-4381-8d0f-1c153d4d98b0', 'tag': 'a7d87b67-42bd-4fc6-b769-12660a296156', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1361/2814] 199.19.213.21 () {34 vars in 1077 bytes} [Tue Jun 16 01:47:59 2026] GET /v2.0/ports?tenant_id=43b42beec7ca4fe19d4a727c4bc7fd1a&device_id=194e87dc-2fd1-4381-8d0f-1c153d4d98b0 => generated 2585 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1454/2815] 199.19.213.21 () {34 vars in 983 bytes} [Tue Jun 16 01:47:59 2026] GET /v2.0/networks?id=06d30510-cdd4-49ce-9556-4eff56c9b3fe => generated 802 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1362/2816] 199.19.213.21 () {34 vars in 1053 bytes} [Tue Jun 16 01:47:59 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.64&port_id=a7d87b67-42bd-4fc6-b769-12660a296156 => 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: 1455/2817] 199.19.213.21 () {34 vars in 981 bytes} [Tue Jun 16 01:47:59 2026] GET /v2.0/subnets?id=3321a2f3-378c-4da6-869d-bc196fe32e0a => generated 679 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1363/2818] 199.19.213.21 () {34 vars in 1049 bytes} [Tue Jun 16 01:47:59 2026] GET /v2.0/ports?network_id=06d30510-cdd4-49ce-9556-4eff56c9b3fe&device_owner=network%3Adhcp => generated 1461 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1364/2819] 199.19.213.21 () {30 vars in 700 bytes} [Tue Jun 16 01:47:59 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1365/2820] 199.19.213.21 () {30 vars in 702 bytes} [Tue Jun 16 01:47:59 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1366/2821] 199.19.213.21 () {30 vars in 678 bytes} [Tue Jun 16 01:47:59 2026] GET /v2.0/extensions/qos => generated 166 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1456/2822] 199.19.213.21 () {34 vars in 1009 bytes} [Tue Jun 16 01:47:59 2026] GET /v2.0/networks/06d30510-cdd4-49ce-9556-4eff56c9b3fe?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1367/2823] 199.19.213.21 () {30 vars in 714 bytes} [Tue Jun 16 01:47:59 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: 1368/2824] 199.19.213.21 () {30 vars in 738 bytes} [Tue Jun 16 01:47:59 2026] GET /v2.0/subnets/3321a2f3-378c-4da6-869d-bc196fe32e0a => generated 676 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1457/2825] 199.19.213.21 () {34 vars in 1109 bytes} [Tue Jun 16 01:47:59 2026] GET /v2.0/networks/06d30510-cdd4-49ce-9556-4eff56c9b3fe?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1369/2826] 199.19.213.21 () {30 vars in 734 bytes} [Tue Jun 16 01:47:59 2026] GET /v2.0/ports/27040d20-46d1-493b-808f-c27f4f6dc49d => generated 1128 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1458/2827] 199.19.213.21 () {30 vars in 734 bytes} [Tue Jun 16 01:47:59 2026] GET /v2.0/ports/a7d87b67-42bd-4fc6-b769-12660a296156 => generated 1345 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1370/2828] 199.19.213.21 () {30 vars in 738 bytes} [Tue Jun 16 01:47:59 2026] GET /v2.0/subnets/3321a2f3-378c-4da6-869d-bc196fe32e0a => generated 676 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1459/2829] 199.19.213.21 () {30 vars in 740 bytes} [Tue Jun 16 01:47:59 2026] GET /v2.0/networks/06d30510-cdd4-49ce-9556-4eff56c9b3fe => generated 799 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1371/2830] 199.19.213.21 () {30 vars in 734 bytes} [Tue Jun 16 01:47:59 2026] GET /v2.0/ports/27040d20-46d1-493b-808f-c27f4f6dc49d => generated 1128 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1460/2831] 199.19.213.21 () {30 vars in 738 bytes} [Tue Jun 16 01:47:59 2026] GET /v2.0/subnets/3321a2f3-378c-4da6-869d-bc196fe32e0a => generated 676 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1372/2832] 199.19.213.21 () {34 vars in 1077 bytes} [Tue Jun 16 01:48:00 2026] GET /v2.0/ports?tenant_id=43b42beec7ca4fe19d4a727c4bc7fd1a&device_id=194e87dc-2fd1-4381-8d0f-1c153d4d98b0 => generated 2585 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1461/2833] 199.19.213.21 () {34 vars in 983 bytes} [Tue Jun 16 01:48:00 2026] GET /v2.0/networks?id=06d30510-cdd4-49ce-9556-4eff56c9b3fe => generated 802 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1373/2834] 199.19.213.21 () {34 vars in 1053 bytes} [Tue Jun 16 01:48:00 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.64&port_id=a7d87b67-42bd-4fc6-b769-12660a296156 => 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: 1462/2835] 199.19.213.21 () {34 vars in 981 bytes} [Tue Jun 16 01:48:00 2026] GET /v2.0/subnets?id=3321a2f3-378c-4da6-869d-bc196fe32e0a => generated 679 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1374/2836] 199.19.213.21 () {34 vars in 1049 bytes} [Tue Jun 16 01:48:00 2026] GET /v2.0/ports?network_id=06d30510-cdd4-49ce-9556-4eff56c9b3fe&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: 1463/2837] 199.19.213.21 () {34 vars in 1009 bytes} [Tue Jun 16 01:48:00 2026] GET /v2.0/networks/06d30510-cdd4-49ce-9556-4eff56c9b3fe?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: 1375/2838] 199.19.213.21 () {34 vars in 1109 bytes} [Tue Jun 16 01:48:00 2026] GET /v2.0/networks/06d30510-cdd4-49ce-9556-4eff56c9b3fe?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 01:48:09.304 7 INFO neutron.db.l3_db [None req-6c3925bd-a8ae-4fe1-855e-54d68f5f4bb7 9034be66832e4b55b7aea002054059c0 e01d1fdff467425cb9907059314a3667 - - default default] Floating IP 6ba84ef0-0838-49bc-9f61-5068ec65ba8a associated. External IP: 10.96.250.204, port: 27040d20-46d1-493b-808f-c27f4f6dc49d. [pid: 7|app: 0|req: 1465/2841] 10.0.0.164 () {34 vars in 675 bytes} [Tue Jun 16 01:48:08 2026] POST /v2.0/floatingips => generated 898 bytes in 1139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1377/2842] 199.19.213.21 () {30 vars in 700 bytes} [Tue Jun 16 01:48:14 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1466/2843] 199.19.213.21 () {30 vars in 702 bytes} [Tue Jun 16 01:48:14 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: 1378/2844] 199.19.213.21 () {30 vars in 678 bytes} [Tue Jun 16 01:48:14 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: 7|app: 0|req: 1467/2845] 199.19.213.21 () {30 vars in 714 bytes} [Tue Jun 16 01:48:14 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 01:48:14.368 8 INFO neutron.api.v2.resource [None req-5d4e0720-4a63-434d-af70-f7c170519886 cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1379/2846] 199.19.213.21 () {30 vars in 760 bytes} [Tue Jun 16 01:48:14 2026] GET /v2.0/security-groups/lb-09f33950-a218-44eb-a8aa-424808854081 => 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: 1468/2847] 199.19.213.21 () {30 vars in 782 bytes} [Tue Jun 16 01:48:14 2026] GET /v2.0/security-groups?name=lb-09f33950-a218-44eb-a8aa-424808854081 => generated 1639 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1380/2848] 199.19.213.21 () {30 vars in 812 bytes} [Tue Jun 16 01:48:14 2026] GET /v2.0/security-group-rules?security_group_id=6c9a144b-da0a-4b94-be73-051f99b3924b => generated 1182 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1469/2849] 199.19.213.21 () {34 vars in 744 bytes} [Tue Jun 16 01:48:14 2026] POST /v2.0/security-group-rules => generated 601 bytes in 81 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1381/2850] 199.19.213.21 () {34 vars in 744 bytes} [Tue Jun 16 01:48:14 2026] POST /v2.0/security-group-rules => generated 597 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1471/2853] 10.0.0.239 () {30 vars in 688 bytes} [Tue Jun 16 01:48:21 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1383/2854] 10.0.0.239 () {30 vars in 690 bytes} [Tue Jun 16 01:48:21 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: 1472/2855] 10.0.0.239 () {30 vars in 666 bytes} [Tue Jun 16 01:48:21 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1384/2856] 10.0.0.239 () {30 vars in 702 bytes} [Tue Jun 16 01:48:21 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: 1473/2857] 10.0.0.239 () {28 vars in 437 bytes} [Tue Jun 16 01:48:21 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: 1385/2858] 10.0.0.239 () {30 vars in 726 bytes} [Tue Jun 16 01:48:21 2026] GET /v2.0/subnets/9b28d5f8-86ac-44f8-b207-a52650a1621b => 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: 1474/2859] 199.19.213.21 () {30 vars in 700 bytes} [Tue Jun 16 01:48:22 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1386/2860] 199.19.213.21 () {30 vars in 702 bytes} [Tue Jun 16 01:48:22 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1475/2861] 199.19.213.21 () {30 vars in 678 bytes} [Tue Jun 16 01:48:22 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1387/2862] 199.19.213.21 () {30 vars in 714 bytes} [Tue Jun 16 01:48:22 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1476/2863] 199.19.213.21 () {30 vars in 738 bytes} [Tue Jun 16 01:48:22 2026] GET /v2.0/subnets/9b28d5f8-86ac-44f8-b207-a52650a1621b => generated 674 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1388/2864] 199.19.213.21 () {30 vars in 766 bytes} [Tue Jun 16 01:48:22 2026] GET /v2.0/ports?device_id=194e87dc-2fd1-4381-8d0f-1c153d4d98b0 => generated 2585 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1477/2865] 199.19.213.21 () {30 vars in 700 bytes} [Tue Jun 16 01:48:22 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1389/2866] 199.19.213.21 () {30 vars in 702 bytes} [Tue Jun 16 01:48:22 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: 1478/2867] 199.19.213.21 () {30 vars in 678 bytes} [Tue Jun 16 01:48:22 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: 1390/2868] 199.19.213.21 () {30 vars in 714 bytes} [Tue Jun 16 01:48:22 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1479/2869] 199.19.213.21 () {34 vars in 714 bytes} [Tue Jun 16 01:48:22 2026] POST /v2.0/ports => generated 1320 bytes in 350 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1391/2870] 10.0.0.1 () {34 vars in 967 bytes} [Tue Jun 16 01:48:23 2026] GET /v2.0/ports/d11ba778-29c3-40fa-939a-bb6872ab898f => generated 1320 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1480/2871] 199.19.213.21 () {34 vars in 1259 bytes} [Tue Jun 16 01:48:24 2026] GET /v2.0/ports/d11ba778-29c3-40fa-939a-bb6872ab898f?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1392/2872] 199.19.213.21 () {34 vars in 1009 bytes} [Tue Jun 16 01:48:24 2026] GET /v2.0/networks/498e9f1d-9192-44c7-9972-c593bcad5a0e?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1481/2873] 199.19.213.21 () {34 vars in 1109 bytes} [Tue Jun 16 01:48:24 2026] GET /v2.0/networks/498e9f1d-9192-44c7-9972-c593bcad5a0e?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: 1393/2874] 199.19.213.21 () {34 vars in 972 bytes} [Tue Jun 16 01:48:25 2026] GET /v2.0/ports/d11ba778-29c3-40fa-939a-bb6872ab898f => generated 1320 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1482/2875] 199.19.213.21 () {34 vars in 983 bytes} [Tue Jun 16 01:48:25 2026] GET /v2.0/networks?id=498e9f1d-9192-44c7-9972-c593bcad5a0e => generated 800 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1394/2876] 199.19.213.21 () {38 vars in 1025 bytes} [Tue Jun 16 01:48:25 2026] PUT /v2.0/ports/d11ba778-29c3-40fa-939a-bb6872ab898f => generated 1510 bytes in 402 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 01:48:25.909 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f033c679-f2b9-40e3-8269-6784eedabc06'] response: {'name': 'network-changed', 'server_uuid': '194e87dc-2fd1-4381-8d0f-1c153d4d98b0', 'tag': 'd11ba778-29c3-40fa-939a-bb6872ab898f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1483/2877] 199.19.213.21 () {34 vars in 1077 bytes} [Tue Jun 16 01:48:26 2026] GET /v2.0/ports?tenant_id=43b42beec7ca4fe19d4a727c4bc7fd1a&device_id=194e87dc-2fd1-4381-8d0f-1c153d4d98b0 => generated 4087 bytes in 51 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: 1395/2878] 199.19.213.21 () {34 vars in 983 bytes} [Tue Jun 16 01:48:26 2026] GET /v2.0/networks?id=498e9f1d-9192-44c7-9972-c593bcad5a0e => generated 800 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1484/2879] 199.19.213.21 () {34 vars in 1051 bytes} [Tue Jun 16 01:48:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.8&port_id=d11ba778-29c3-40fa-939a-bb6872ab898f => 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: 1396/2880] 199.19.213.21 () {34 vars in 1101 bytes} [Tue Jun 16 01:48:26 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A336&port_id=d11ba778-29c3-40fa-939a-bb6872ab898f => 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: 1485/2881] 199.19.213.21 () {34 vars in 1061 bytes} [Tue Jun 16 01:48:26 2026] GET /v2.0/subnets?id=adc83070-8f0a-4bd2-89b7-625df2562db7&id=9b28d5f8-86ac-44f8-b207-a52650a1621b => generated 1411 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1397/2882] 199.19.213.21 () {34 vars in 1049 bytes} [Tue Jun 16 01:48:26 2026] GET /v2.0/ports?network_id=498e9f1d-9192-44c7-9972-c593bcad5a0e&device_owner=network%3Adhcp => generated 1457 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1486/2883] 199.19.213.21 () {34 vars in 1049 bytes} [Tue Jun 16 01:48:26 2026] GET /v2.0/ports?network_id=498e9f1d-9192-44c7-9972-c593bcad5a0e&device_owner=network%3Adhcp => generated 1457 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1398/2884] 199.19.213.21 () {34 vars in 1009 bytes} [Tue Jun 16 01:48:26 2026] GET /v2.0/networks/498e9f1d-9192-44c7-9972-c593bcad5a0e?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: 1487/2885] 199.19.213.21 () {34 vars in 1109 bytes} [Tue Jun 16 01:48:26 2026] GET /v2.0/networks/498e9f1d-9192-44c7-9972-c593bcad5a0e?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: 1399/2886] 199.19.213.21 () {34 vars in 1077 bytes} [Tue Jun 16 01:48:27 2026] GET /v2.0/ports?tenant_id=43b42beec7ca4fe19d4a727c4bc7fd1a&device_id=194e87dc-2fd1-4381-8d0f-1c153d4d98b0 => generated 4087 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1488/2887] 199.19.213.21 () {34 vars in 1059 bytes} [Tue Jun 16 01:48:27 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.218&port_id=5669f327-49bb-4a28-8d02-e1e29b2ecbdc => generated 19 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1400/2888] 199.19.213.21 () {34 vars in 981 bytes} [Tue Jun 16 01:48:27 2026] GET /v2.0/subnets?id=fae8badc-7285-4598-9d03-afd8b0e2af5a => 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: 1489/2889] 199.19.213.21 () {34 vars in 1049 bytes} [Tue Jun 16 01:48:27 2026] GET /v2.0/ports?network_id=4febb04f-5e8b-41dd-98e5-752c1652856d&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: 1401/2890] 199.19.213.21 () {34 vars in 1009 bytes} [Tue Jun 16 01:48:27 2026] GET /v2.0/networks/4febb04f-5e8b-41dd-98e5-752c1652856d?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: 1490/2891] 199.19.213.21 () {34 vars in 1109 bytes} [Tue Jun 16 01:48:28 2026] GET /v2.0/networks/4febb04f-5e8b-41dd-98e5-752c1652856d?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: 1402/2892] 199.19.213.21 () {34 vars in 1053 bytes} [Tue Jun 16 01:48:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.64&port_id=a7d87b67-42bd-4fc6-b769-12660a296156 => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1491/2893] 199.19.213.21 () {34 vars in 981 bytes} [Tue Jun 16 01:48:28 2026] GET /v2.0/subnets?id=3321a2f3-378c-4da6-869d-bc196fe32e0a => generated 679 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1403/2894] 199.19.213.21 () {34 vars in 1049 bytes} [Tue Jun 16 01:48:28 2026] GET /v2.0/ports?network_id=06d30510-cdd4-49ce-9556-4eff56c9b3fe&device_owner=network%3Adhcp => generated 1461 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1492/2895] 199.19.213.21 () {34 vars in 1009 bytes} [Tue Jun 16 01:48:28 2026] GET /v2.0/networks/06d30510-cdd4-49ce-9556-4eff56c9b3fe?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1404/2896] 199.19.213.21 () {34 vars in 1109 bytes} [Tue Jun 16 01:48:28 2026] GET /v2.0/networks/06d30510-cdd4-49ce-9556-4eff56c9b3fe?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1493/2897] 199.19.213.21 () {34 vars in 1051 bytes} [Tue Jun 16 01:48:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.8&port_id=d11ba778-29c3-40fa-939a-bb6872ab898f => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1405/2898] 199.19.213.21 () {34 vars in 1101 bytes} [Tue Jun 16 01:48:28 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A336&port_id=d11ba778-29c3-40fa-939a-bb6872ab898f => 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: 1494/2899] 199.19.213.21 () {34 vars in 1061 bytes} [Tue Jun 16 01:48:28 2026] GET /v2.0/subnets?id=adc83070-8f0a-4bd2-89b7-625df2562db7&id=9b28d5f8-86ac-44f8-b207-a52650a1621b => generated 1411 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1406/2900] 199.19.213.21 () {34 vars in 1049 bytes} [Tue Jun 16 01:48:28 2026] GET /v2.0/ports?network_id=498e9f1d-9192-44c7-9972-c593bcad5a0e&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: 1495/2901] 199.19.213.21 () {34 vars in 1049 bytes} [Tue Jun 16 01:48:28 2026] GET /v2.0/ports?network_id=498e9f1d-9192-44c7-9972-c593bcad5a0e&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: 1407/2902] 199.19.213.21 () {34 vars in 1009 bytes} [Tue Jun 16 01:48:28 2026] GET /v2.0/networks/498e9f1d-9192-44c7-9972-c593bcad5a0e?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: 1496/2903] 199.19.213.21 () {34 vars in 1109 bytes} [Tue Jun 16 01:48:28 2026] GET /v2.0/networks/498e9f1d-9192-44c7-9972-c593bcad5a0e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1409/2906] 10.0.0.1 () {34 vars in 967 bytes} [Tue Jun 16 01:48:32 2026] GET /v2.0/ports/d11ba778-29c3-40fa-939a-bb6872ab898f => generated 1512 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1498/2907] 199.19.213.21 () {30 vars in 740 bytes} [Tue Jun 16 01:48:32 2026] GET /v2.0/networks/498e9f1d-9192-44c7-9972-c593bcad5a0e => generated 797 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1410/2908] 199.19.213.21 () {30 vars in 738 bytes} [Tue Jun 16 01:48:32 2026] GET /v2.0/subnets/9b28d5f8-86ac-44f8-b207-a52650a1621b => generated 674 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1499/2909] 199.19.213.21 () {30 vars in 738 bytes} [Tue Jun 16 01:48:32 2026] GET /v2.0/subnets/adc83070-8f0a-4bd2-89b7-625df2562db7 => generated 744 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1411/2910] 199.19.213.21 () {30 vars in 700 bytes} [Tue Jun 16 01:48: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: 7|app: 0|req: 1500/2911] 199.19.213.21 () {30 vars in 702 bytes} [Tue Jun 16 01:48:33 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: 1412/2912] 199.19.213.21 () {30 vars in 678 bytes} [Tue Jun 16 01:48: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: 1501/2913] 199.19.213.21 () {30 vars in 714 bytes} [Tue Jun 16 01:48:33 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: 1413/2914] 199.19.213.21 () {30 vars in 738 bytes} [Tue Jun 16 01:48:33 2026] GET /v2.0/subnets/3321a2f3-378c-4da6-869d-bc196fe32e0a => generated 676 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1502/2915] 199.19.213.21 () {30 vars in 734 bytes} [Tue Jun 16 01:48:33 2026] GET /v2.0/ports/27040d20-46d1-493b-808f-c27f4f6dc49d => generated 1128 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1414/2916] 199.19.213.21 () {30 vars in 734 bytes} [Tue Jun 16 01:48:33 2026] GET /v2.0/ports/a7d87b67-42bd-4fc6-b769-12660a296156 => generated 1345 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1503/2917] 199.19.213.21 () {30 vars in 738 bytes} [Tue Jun 16 01:48:33 2026] GET /v2.0/subnets/3321a2f3-378c-4da6-869d-bc196fe32e0a => generated 676 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1415/2918] 199.19.213.21 () {30 vars in 740 bytes} [Tue Jun 16 01:48:33 2026] GET /v2.0/networks/06d30510-cdd4-49ce-9556-4eff56c9b3fe => generated 799 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1504/2919] 199.19.213.21 () {30 vars in 734 bytes} [Tue Jun 16 01:48:33 2026] GET /v2.0/ports/27040d20-46d1-493b-808f-c27f4f6dc49d => generated 1128 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1416/2920] 199.19.213.21 () {30 vars in 738 bytes} [Tue Jun 16 01:48:33 2026] GET /v2.0/subnets/3321a2f3-378c-4da6-869d-bc196fe32e0a => generated 676 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1505/2921] 10.0.0.239 () {30 vars in 688 bytes} [Tue Jun 16 01:48:42 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: 1417/2922] 10.0.0.239 () {30 vars in 690 bytes} [Tue Jun 16 01:48:42 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: 1506/2923] 10.0.0.239 () {30 vars in 666 bytes} [Tue Jun 16 01:48:42 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1418/2924] 10.0.0.239 () {30 vars in 702 bytes} [Tue Jun 16 01:48:42 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: 1507/2925] 10.0.0.239 () {28 vars in 437 bytes} [Tue Jun 16 01:48:42 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: 1419/2926] 10.0.0.239 () {30 vars in 726 bytes} [Tue Jun 16 01:48:42 2026] GET /v2.0/subnets/ac18ff8e-ec7e-4eaa-aaba-5e72f42bc826 => generated 656 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1508/2927] 199.19.213.21 () {30 vars in 700 bytes} [Tue Jun 16 01:48:43 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1420/2928] 199.19.213.21 () {30 vars in 702 bytes} [Tue Jun 16 01:48:43 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: 1509/2929] 199.19.213.21 () {30 vars in 678 bytes} [Tue Jun 16 01:48:43 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1421/2930] 199.19.213.21 () {30 vars in 714 bytes} [Tue Jun 16 01:48:43 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1510/2931] 199.19.213.21 () {30 vars in 738 bytes} [Tue Jun 16 01:48:43 2026] GET /v2.0/subnets/9b28d5f8-86ac-44f8-b207-a52650a1621b => generated 674 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1422/2932] 199.19.213.21 () {30 vars in 738 bytes} [Tue Jun 16 01:48:43 2026] GET /v2.0/subnets/ac18ff8e-ec7e-4eaa-aaba-5e72f42bc826 => generated 674 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1511/2933] 199.19.213.21 () {30 vars in 766 bytes} [Tue Jun 16 01:48:43 2026] GET /v2.0/ports?device_id=194e87dc-2fd1-4381-8d0f-1c153d4d98b0 => generated 4089 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1423/2934] 199.19.213.21 () {30 vars in 700 bytes} [Tue Jun 16 01:48:44 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1512/2935] 199.19.213.21 () {30 vars in 702 bytes} [Tue Jun 16 01:48:44 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: 1424/2936] 199.19.213.21 () {30 vars in 678 bytes} [Tue Jun 16 01:48:44 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1513/2937] 199.19.213.21 () {30 vars in 714 bytes} [Tue Jun 16 01:48:44 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1425/2938] 199.19.213.21 () {34 vars in 714 bytes} [Tue Jun 16 01:48:44 2026] POST /v2.0/ports => generated 1332 bytes in 322 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1514/2939] 10.0.0.1 () {34 vars in 967 bytes} [Tue Jun 16 01:48:44 2026] GET /v2.0/ports/b846c6fe-b065-4c7c-bde0-65be21fcd923 => generated 1332 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1426/2940] 199.19.213.21 () {34 vars in 1259 bytes} [Tue Jun 16 01:48:45 2026] GET /v2.0/ports/b846c6fe-b065-4c7c-bde0-65be21fcd923?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: 7|app: 0|req: 1515/2941] 199.19.213.21 () {34 vars in 1009 bytes} [Tue Jun 16 01:48:45 2026] GET /v2.0/networks/8bc515e4-f18e-4a05-a234-12fdaadd3e5c?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1427/2942] 199.19.213.21 () {34 vars in 1109 bytes} [Tue Jun 16 01:48:45 2026] GET /v2.0/networks/8bc515e4-f18e-4a05-a234-12fdaadd3e5c?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: 1429/2945] 199.19.213.21 () {34 vars in 972 bytes} [Tue Jun 16 01:48:46 2026] GET /v2.0/ports/b846c6fe-b065-4c7c-bde0-65be21fcd923 => generated 1332 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1517/2946] 199.19.213.21 () {34 vars in 983 bytes} [Tue Jun 16 01:48:46 2026] GET /v2.0/networks?id=8bc515e4-f18e-4a05-a234-12fdaadd3e5c => generated 801 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1430/2947] 199.19.213.21 () {38 vars in 1025 bytes} [Tue Jun 16 01:48:46 2026] PUT /v2.0/ports/b846c6fe-b065-4c7c-bde0-65be21fcd923 => generated 1522 bytes in 427 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 01:48:46.696 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-81fdd022-ea7e-4ce5-92bd-e5bf74f8fd7b'] response: {'name': 'network-changed', 'server_uuid': '194e87dc-2fd1-4381-8d0f-1c153d4d98b0', 'tag': 'b846c6fe-b065-4c7c-bde0-65be21fcd923', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1518/2948] 199.19.213.21 () {34 vars in 1077 bytes} [Tue Jun 16 01:48:47 2026] GET /v2.0/ports?tenant_id=43b42beec7ca4fe19d4a727c4bc7fd1a&device_id=194e87dc-2fd1-4381-8d0f-1c153d4d98b0 => generated 5603 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1431/2949] 199.19.213.21 () {34 vars in 983 bytes} [Tue Jun 16 01:48:47 2026] GET /v2.0/networks?id=8bc515e4-f18e-4a05-a234-12fdaadd3e5c => generated 801 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1519/2950] 199.19.213.21 () {34 vars in 1055 bytes} [Tue Jun 16 01:48:47 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.216&port_id=b846c6fe-b065-4c7c-bde0-65be21fcd923 => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1432/2951] 199.19.213.21 () {34 vars in 1103 bytes} [Tue Jun 16 01:48:47 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A1f3&port_id=b846c6fe-b065-4c7c-bde0-65be21fcd923 => 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: 1520/2952] 199.19.213.21 () {34 vars in 1061 bytes} [Tue Jun 16 01:48:47 2026] GET /v2.0/subnets?id=66b5b964-b5f6-4ebe-bb49-41be1895d34f&id=ac18ff8e-ec7e-4eaa-aaba-5e72f42bc826 => generated 1414 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1433/2953] 199.19.213.21 () {34 vars in 1049 bytes} [Tue Jun 16 01:48:47 2026] GET /v2.0/ports?network_id=8bc515e4-f18e-4a05-a234-12fdaadd3e5c&device_owner=network%3Adhcp => generated 1461 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1521/2954] 199.19.213.21 () {34 vars in 1049 bytes} [Tue Jun 16 01:48:47 2026] GET /v2.0/ports?network_id=8bc515e4-f18e-4a05-a234-12fdaadd3e5c&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: 8|app: 0|req: 1434/2955] 199.19.213.21 () {34 vars in 1009 bytes} [Tue Jun 16 01:48:47 2026] GET /v2.0/networks/8bc515e4-f18e-4a05-a234-12fdaadd3e5c?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1522/2956] 199.19.213.21 () {34 vars in 1109 bytes} [Tue Jun 16 01:48:47 2026] GET /v2.0/networks/8bc515e4-f18e-4a05-a234-12fdaadd3e5c?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: 1435/2957] 199.19.213.21 () {34 vars in 1077 bytes} [Tue Jun 16 01:48:48 2026] GET /v2.0/ports?tenant_id=43b42beec7ca4fe19d4a727c4bc7fd1a&device_id=194e87dc-2fd1-4381-8d0f-1c153d4d98b0 => generated 5603 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1523/2958] 199.19.213.21 () {34 vars in 1059 bytes} [Tue Jun 16 01:48:48 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.218&port_id=5669f327-49bb-4a28-8d02-e1e29b2ecbdc => 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: 1436/2959] 199.19.213.21 () {34 vars in 981 bytes} [Tue Jun 16 01:48:48 2026] GET /v2.0/subnets?id=fae8badc-7285-4598-9d03-afd8b0e2af5a => generated 654 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1524/2960] 199.19.213.21 () {34 vars in 1049 bytes} [Tue Jun 16 01:48:48 2026] GET /v2.0/ports?network_id=4febb04f-5e8b-41dd-98e5-752c1652856d&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: 1437/2961] 199.19.213.21 () {34 vars in 1009 bytes} [Tue Jun 16 01:48:48 2026] GET /v2.0/networks/4febb04f-5e8b-41dd-98e5-752c1652856d?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: 1525/2962] 199.19.213.21 () {34 vars in 1109 bytes} [Tue Jun 16 01:48:48 2026] GET /v2.0/networks/4febb04f-5e8b-41dd-98e5-752c1652856d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1438/2963] 199.19.213.21 () {34 vars in 1053 bytes} [Tue Jun 16 01:48:48 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.64&port_id=a7d87b67-42bd-4fc6-b769-12660a296156 => 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: 1526/2964] 199.19.213.21 () {34 vars in 981 bytes} [Tue Jun 16 01:48:48 2026] GET /v2.0/subnets?id=3321a2f3-378c-4da6-869d-bc196fe32e0a => generated 679 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1439/2965] 199.19.213.21 () {34 vars in 1049 bytes} [Tue Jun 16 01:48:48 2026] GET /v2.0/ports?network_id=06d30510-cdd4-49ce-9556-4eff56c9b3fe&device_owner=network%3Adhcp => generated 1461 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1527/2966] 199.19.213.21 () {34 vars in 1009 bytes} [Tue Jun 16 01:48:48 2026] GET /v2.0/networks/06d30510-cdd4-49ce-9556-4eff56c9b3fe?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1440/2967] 199.19.213.21 () {34 vars in 1109 bytes} [Tue Jun 16 01:48:48 2026] GET /v2.0/networks/06d30510-cdd4-49ce-9556-4eff56c9b3fe?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: 1528/2968] 199.19.213.21 () {34 vars in 1051 bytes} [Tue Jun 16 01:48:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.8&port_id=d11ba778-29c3-40fa-939a-bb6872ab898f => 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: 1441/2969] 199.19.213.21 () {34 vars in 1101 bytes} [Tue Jun 16 01:48:49 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A336&port_id=d11ba778-29c3-40fa-939a-bb6872ab898f => 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: 1529/2970] 199.19.213.21 () {34 vars in 1061 bytes} [Tue Jun 16 01:48:49 2026] GET /v2.0/subnets?id=adc83070-8f0a-4bd2-89b7-625df2562db7&id=9b28d5f8-86ac-44f8-b207-a52650a1621b => generated 1411 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1442/2971] 199.19.213.21 () {34 vars in 1049 bytes} [Tue Jun 16 01:48:49 2026] GET /v2.0/ports?network_id=498e9f1d-9192-44c7-9972-c593bcad5a0e&device_owner=network%3Adhcp => generated 1457 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1530/2972] 199.19.213.21 () {34 vars in 1049 bytes} [Tue Jun 16 01:48:49 2026] GET /v2.0/ports?network_id=498e9f1d-9192-44c7-9972-c593bcad5a0e&device_owner=network%3Adhcp => generated 1457 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1443/2973] 199.19.213.21 () {34 vars in 1009 bytes} [Tue Jun 16 01:48:49 2026] GET /v2.0/networks/498e9f1d-9192-44c7-9972-c593bcad5a0e?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: 1531/2974] 199.19.213.21 () {34 vars in 1109 bytes} [Tue Jun 16 01:48:49 2026] GET /v2.0/networks/498e9f1d-9192-44c7-9972-c593bcad5a0e?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: 1444/2975] 199.19.213.21 () {34 vars in 1055 bytes} [Tue Jun 16 01:48:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.216&port_id=b846c6fe-b065-4c7c-bde0-65be21fcd923 => 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: 1532/2976] 199.19.213.21 () {34 vars in 1103 bytes} [Tue Jun 16 01:48:49 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A1f3&port_id=b846c6fe-b065-4c7c-bde0-65be21fcd923 => 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: 1445/2977] 199.19.213.21 () {34 vars in 1061 bytes} [Tue Jun 16 01:48:49 2026] GET /v2.0/subnets?id=66b5b964-b5f6-4ebe-bb49-41be1895d34f&id=ac18ff8e-ec7e-4eaa-aaba-5e72f42bc826 => generated 1414 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1533/2978] 199.19.213.21 () {34 vars in 1049 bytes} [Tue Jun 16 01:48:49 2026] GET /v2.0/ports?network_id=8bc515e4-f18e-4a05-a234-12fdaadd3e5c&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: 8|app: 0|req: 1446/2979] 199.19.213.21 () {34 vars in 1049 bytes} [Tue Jun 16 01:48:49 2026] GET /v2.0/ports?network_id=8bc515e4-f18e-4a05-a234-12fdaadd3e5c&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: 1534/2980] 199.19.213.21 () {34 vars in 1009 bytes} [Tue Jun 16 01:48:49 2026] GET /v2.0/networks/8bc515e4-f18e-4a05-a234-12fdaadd3e5c?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: 1447/2981] 199.19.213.21 () {34 vars in 1109 bytes} [Tue Jun 16 01:48:49 2026] GET /v2.0/networks/8bc515e4-f18e-4a05-a234-12fdaadd3e5c?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: 1535/2982] 10.0.0.1 () {34 vars in 967 bytes} [Tue Jun 16 01:48:53 2026] GET /v2.0/ports/b846c6fe-b065-4c7c-bde0-65be21fcd923 => generated 1524 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1448/2983] 199.19.213.21 () {30 vars in 740 bytes} [Tue Jun 16 01:48:53 2026] GET /v2.0/networks/8bc515e4-f18e-4a05-a234-12fdaadd3e5c => generated 798 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1536/2984] 199.19.213.21 () {30 vars in 738 bytes} [Tue Jun 16 01:48:53 2026] GET /v2.0/subnets/ac18ff8e-ec7e-4eaa-aaba-5e72f42bc826 => generated 674 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1449/2985] 199.19.213.21 () {30 vars in 738 bytes} [Tue Jun 16 01:48:53 2026] GET /v2.0/subnets/66b5b964-b5f6-4ebe-bb49-41be1895d34f => generated 747 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1537/2986] 199.19.213.21 () {30 vars in 734 bytes} [Tue Jun 16 01:48:53 2026] GET /v2.0/ports/d11ba778-29c3-40fa-939a-bb6872ab898f => generated 1512 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1450/2987] 199.19.213.21 () {34 vars in 787 bytes} [Tue Jun 16 01:48:53 2026] PUT /v2.0/ports/d11ba778-29c3-40fa-939a-bb6872ab898f => generated 1247 bytes in 333 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 01:48:54.159 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4bfe4a00-1fa6-4ea8-a631-195727f835d5'] response: {'name': 'network-changed', 'server_uuid': '194e87dc-2fd1-4381-8d0f-1c153d4d98b0', 'tag': 'd11ba778-29c3-40fa-939a-bb6872ab898f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1538/2988] 199.19.213.21 () {30 vars in 740 bytes} [Tue Jun 16 01:48:54 2026] GET /v2.0/networks/498e9f1d-9192-44c7-9972-c593bcad5a0e => generated 797 bytes in 57 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: 1451/2989] 199.19.213.21 () {30 vars in 738 bytes} [Tue Jun 16 01:48:54 2026] GET /v2.0/subnets/9b28d5f8-86ac-44f8-b207-a52650a1621b => 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: 1539/2990] 199.19.213.21 () {30 vars in 700 bytes} [Tue Jun 16 01:48:54 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: 1452/2991] 199.19.213.21 () {30 vars in 702 bytes} [Tue Jun 16 01:48:54 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1540/2992] 199.19.213.21 () {30 vars in 678 bytes} [Tue Jun 16 01:48: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: 8|app: 0|req: 1453/2993] 199.19.213.21 () {30 vars in 714 bytes} [Tue Jun 16 01:48:54 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: 1541/2994] 199.19.213.21 () {30 vars in 738 bytes} [Tue Jun 16 01:48:54 2026] GET /v2.0/subnets/3321a2f3-378c-4da6-869d-bc196fe32e0a => generated 676 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1454/2995] 199.19.213.21 () {30 vars in 734 bytes} [Tue Jun 16 01:48:54 2026] GET /v2.0/ports/27040d20-46d1-493b-808f-c27f4f6dc49d => generated 1128 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1542/2996] 199.19.213.21 () {30 vars in 734 bytes} [Tue Jun 16 01:48:54 2026] GET /v2.0/ports/a7d87b67-42bd-4fc6-b769-12660a296156 => generated 1345 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1455/2997] 199.19.213.21 () {30 vars in 738 bytes} [Tue Jun 16 01:48:54 2026] GET /v2.0/subnets/3321a2f3-378c-4da6-869d-bc196fe32e0a => generated 676 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1543/2998] 199.19.213.21 () {30 vars in 740 bytes} [Tue Jun 16 01:48:54 2026] GET /v2.0/networks/06d30510-cdd4-49ce-9556-4eff56c9b3fe => generated 799 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1456/2999] 199.19.213.21 () {30 vars in 734 bytes} [Tue Jun 16 01:48:54 2026] GET /v2.0/ports/27040d20-46d1-493b-808f-c27f4f6dc49d => generated 1128 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1544/3000] 199.19.213.21 () {34 vars in 1077 bytes} [Tue Jun 16 01:48:54 2026] GET /v2.0/ports?tenant_id=43b42beec7ca4fe19d4a727c4bc7fd1a&device_id=194e87dc-2fd1-4381-8d0f-1c153d4d98b0 => generated 5376 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1457/3001] 199.19.213.21 () {30 vars in 738 bytes} [Tue Jun 16 01:48:54 2026] GET /v2.0/subnets/3321a2f3-378c-4da6-869d-bc196fe32e0a => generated 676 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1545/3002] 199.19.213.21 () {34 vars in 983 bytes} [Tue Jun 16 01:48:54 2026] GET /v2.0/networks?id=498e9f1d-9192-44c7-9972-c593bcad5a0e => generated 800 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1458/3003] 199.19.213.21 () {34 vars in 1051 bytes} [Tue Jun 16 01:48:54 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.8&port_id=d11ba778-29c3-40fa-939a-bb6872ab898f => 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: 1546/3004] 199.19.213.21 () {34 vars in 981 bytes} [Tue Jun 16 01:48:54 2026] GET /v2.0/subnets?id=9b28d5f8-86ac-44f8-b207-a52650a1621b => 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: 1459/3005] 199.19.213.21 () {34 vars in 1049 bytes} [Tue Jun 16 01:48:54 2026] GET /v2.0/ports?network_id=498e9f1d-9192-44c7-9972-c593bcad5a0e&device_owner=network%3Adhcp => generated 1457 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1547/3006] 199.19.213.21 () {34 vars in 1009 bytes} [Tue Jun 16 01:48:54 2026] GET /v2.0/networks/498e9f1d-9192-44c7-9972-c593bcad5a0e?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: 1460/3007] 199.19.213.21 () {34 vars in 1109 bytes} [Tue Jun 16 01:48:54 2026] GET /v2.0/networks/498e9f1d-9192-44c7-9972-c593bcad5a0e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1462/3010] 199.19.213.21 () {30 vars in 700 bytes} [Tue Jun 16 01:49:07 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1549/3011] 199.19.213.21 () {30 vars in 702 bytes} [Tue Jun 16 01:49:07 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: 1463/3012] 199.19.213.21 () {30 vars in 678 bytes} [Tue Jun 16 01:49:07 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: 1550/3013] 199.19.213.21 () {30 vars in 714 bytes} [Tue Jun 16 01:49:07 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: 1464/3014] 199.19.213.21 () {30 vars in 738 bytes} [Tue Jun 16 01:49:07 2026] GET /v2.0/subnets/9b28d5f8-86ac-44f8-b207-a52650a1621b => generated 674 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1551/3015] 199.19.213.21 () {30 vars in 766 bytes} [Tue Jun 16 01:49:07 2026] GET /v2.0/ports?device_id=194e87dc-2fd1-4381-8d0f-1c153d4d98b0 => generated 5376 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1465/3016] 199.19.213.21 () {30 vars in 700 bytes} [Tue Jun 16 01:49:07 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1552/3017] 199.19.213.21 () {30 vars in 702 bytes} [Tue Jun 16 01:49:07 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1466/3018] 199.19.213.21 () {30 vars in 678 bytes} [Tue Jun 16 01:49:07 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: 1553/3019] 199.19.213.21 () {30 vars in 714 bytes} [Tue Jun 16 01:49:07 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1467/3020] 199.19.213.21 () {30 vars in 734 bytes} [Tue Jun 16 01:49:07 2026] GET /v2.0/ports/b846c6fe-b065-4c7c-bde0-65be21fcd923 => generated 1524 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1554/3021] 199.19.213.21 () {34 vars in 787 bytes} [Tue Jun 16 01:49:07 2026] PUT /v2.0/ports/b846c6fe-b065-4c7c-bde0-65be21fcd923 => generated 1255 bytes in 270 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 01:49:08.024 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ae081e5e-14d1-4ee0-95bb-04bfcfc636e7'] response: {'name': 'network-changed', 'server_uuid': '194e87dc-2fd1-4381-8d0f-1c153d4d98b0', 'tag': 'b846c6fe-b065-4c7c-bde0-65be21fcd923', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1468/3022] 199.19.213.21 () {30 vars in 740 bytes} [Tue Jun 16 01:49:08 2026] GET /v2.0/networks/8bc515e4-f18e-4a05-a234-12fdaadd3e5c => generated 798 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1555/3023] 199.19.213.21 () {30 vars in 738 bytes} [Tue Jun 16 01:49:08 2026] GET /v2.0/subnets/ac18ff8e-ec7e-4eaa-aaba-5e72f42bc826 => generated 674 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1469/3024] 199.19.213.21 () {30 vars in 734 bytes} [Tue Jun 16 01:49:08 2026] GET /v2.0/ports/b846c6fe-b065-4c7c-bde0-65be21fcd923 => generated 1291 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1556/3025] 199.19.213.21 () {34 vars in 786 bytes} [Tue Jun 16 01:49:08 2026] PUT /v2.0/ports/b846c6fe-b065-4c7c-bde0-65be21fcd923 => generated 1080 bytes in 330 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1470/3026] 199.19.213.21 () {30 vars in 740 bytes} [Tue Jun 16 01:49:08 2026] GET /v2.0/networks/8bc515e4-f18e-4a05-a234-12fdaadd3e5c => generated 798 bytes in 33 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: 1471/3027] 199.19.213.21 () {34 vars in 1077 bytes} [Tue Jun 16 01:49:08 2026] GET /v2.0/ports?tenant_id=43b42beec7ca4fe19d4a727c4bc7fd1a&device_id=194e87dc-2fd1-4381-8d0f-1c153d4d98b0 => generated 4968 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1557/3028] 199.19.213.21 () {30 vars in 766 bytes} [Tue Jun 16 01:49:08 2026] GET /v2.0/ports?device_id=194e87dc-2fd1-4381-8d0f-1c153d4d98b0 => generated 4968 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1472/3029] 199.19.213.21 () {34 vars in 983 bytes} [Tue Jun 16 01:49:08 2026] GET /v2.0/networks?id=8bc515e4-f18e-4a05-a234-12fdaadd3e5c => generated 801 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1558/3030] 199.19.213.21 () {34 vars in 1009 bytes} [Tue Jun 16 01:49:08 2026] GET /v2.0/networks/8bc515e4-f18e-4a05-a234-12fdaadd3e5c?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1473/3031] 199.19.213.21 () {30 vars in 766 bytes} [Tue Jun 16 01:49:08 2026] GET /v2.0/ports?device_id=194e87dc-2fd1-4381-8d0f-1c153d4d98b0 => generated 4968 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1559/3032] 199.19.213.21 () {34 vars in 1109 bytes} [Tue Jun 16 01:49:08 2026] GET /v2.0/networks/8bc515e4-f18e-4a05-a234-12fdaadd3e5c?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: 1474/3033] 199.19.213.21 () {30 vars in 766 bytes} [Tue Jun 16 01:49:09 2026] GET /v2.0/ports?device_id=194e87dc-2fd1-4381-8d0f-1c153d4d98b0 => generated 4968 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 01:49:10.066 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-01ced98b-f6b7-4ad4-a3f0-ea57ceb95c67'] response: {'name': 'network-changed', 'server_uuid': '194e87dc-2fd1-4381-8d0f-1c153d4d98b0', 'tag': 'b846c6fe-b065-4c7c-bde0-65be21fcd923', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1560/3034] 199.19.213.21 () {34 vars in 1077 bytes} [Tue Jun 16 01:49:10 2026] GET /v2.0/ports?tenant_id=43b42beec7ca4fe19d4a727c4bc7fd1a&device_id=194e87dc-2fd1-4381-8d0f-1c153d4d98b0 => generated 4968 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1475/3035] 199.19.213.21 () {34 vars in 983 bytes} [Tue Jun 16 01:49:10 2026] GET /v2.0/networks?id=8bc515e4-f18e-4a05-a234-12fdaadd3e5c => generated 801 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1561/3036] 199.19.213.21 () {34 vars in 1009 bytes} [Tue Jun 16 01:49:10 2026] GET /v2.0/networks/8bc515e4-f18e-4a05-a234-12fdaadd3e5c?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: 1476/3037] 199.19.213.21 () {34 vars in 1109 bytes} [Tue Jun 16 01:49:10 2026] GET /v2.0/networks/8bc515e4-f18e-4a05-a234-12fdaadd3e5c?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: 1562/3038] 199.19.213.21 () {30 vars in 766 bytes} [Tue Jun 16 01:49:10 2026] GET /v2.0/ports?device_id=194e87dc-2fd1-4381-8d0f-1c153d4d98b0 => generated 4968 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1477/3039] 199.19.213.21 () {34 vars in 972 bytes} [Tue Jun 16 01:49:11 2026] GET /v2.0/ports/b846c6fe-b065-4c7c-bde0-65be21fcd923 => generated 1116 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1563/3040] 199.19.213.21 () {34 vars in 1057 bytes} [Tue Jun 16 01:49:11 2026] GET /v2.0/ports/b846c6fe-b065-4c7c-bde0-65be21fcd923?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1478/3041] 199.19.213.21 () {34 vars in 1013 bytes} [Tue Jun 16 01:49:11 2026] GET /v2.0/networks/8bc515e4-f18e-4a05-a234-12fdaadd3e5c?fields=dns_domain => generated 29 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1564/3042] 199.19.213.21 () {38 vars in 1025 bytes} [Tue Jun 16 01:49:11 2026] PUT /v2.0/ports/b846c6fe-b065-4c7c-bde0-65be21fcd923 => generated 917 bytes in 230 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1479/3043] 199.19.213.21 () {30 vars in 766 bytes} [Tue Jun 16 01:49:11 2026] GET /v2.0/ports?device_id=194e87dc-2fd1-4381-8d0f-1c153d4d98b0 => generated 3860 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-16 01:49:12.025 7 INFO neutron_taas.services.taas.taas_plugin [None req-c4e30338-ef1a-41e2-bf7f-d2d47014389a cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] TaaS: Handle Delete Port: b846c6fe-b065-4c7c-bde0-65be21fcd923 2026-06-16 01:49:12.028 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c4e30338-ef1a-41e2-bf7f-d2d47014389a cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] Tap Mirror: Handle Delete Port: b846c6fe-b065-4c7c-bde0-65be21fcd923 [pid: 7|app: 0|req: 1565/3044] 199.19.213.21 () {32 vars in 756 bytes} [Tue Jun 16 01:49:11 2026] DELETE /v2.0/ports/b846c6fe-b065-4c7c-bde0-65be21fcd923 => generated 0 bytes in 193 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1480/3045] 199.19.213.21 () {30 vars in 700 bytes} [Tue Jun 16 01:49:12 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1566/3046] 199.19.213.21 () {30 vars in 702 bytes} [Tue Jun 16 01:49:12 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1481/3047] 199.19.213.21 () {30 vars in 678 bytes} [Tue Jun 16 01:49:12 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: 1567/3048] 199.19.213.21 () {30 vars in 714 bytes} [Tue Jun 16 01:49:12 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1482/3049] 199.19.213.21 () {30 vars in 738 bytes} [Tue Jun 16 01:49:12 2026] GET /v2.0/subnets/3321a2f3-378c-4da6-869d-bc196fe32e0a => generated 676 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1568/3050] 199.19.213.21 () {30 vars in 734 bytes} [Tue Jun 16 01:49:12 2026] GET /v2.0/ports/27040d20-46d1-493b-808f-c27f4f6dc49d => generated 1128 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1483/3051] 199.19.213.21 () {30 vars in 734 bytes} [Tue Jun 16 01:49:12 2026] GET /v2.0/ports/a7d87b67-42bd-4fc6-b769-12660a296156 => generated 1345 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1569/3052] 199.19.213.21 () {30 vars in 738 bytes} [Tue Jun 16 01:49:12 2026] GET /v2.0/subnets/3321a2f3-378c-4da6-869d-bc196fe32e0a => generated 676 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1484/3053] 199.19.213.21 () {30 vars in 740 bytes} [Tue Jun 16 01:49:12 2026] GET /v2.0/networks/06d30510-cdd4-49ce-9556-4eff56c9b3fe => generated 799 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1570/3054] 199.19.213.21 () {30 vars in 734 bytes} [Tue Jun 16 01:49:12 2026] GET /v2.0/ports/27040d20-46d1-493b-808f-c27f4f6dc49d => generated 1128 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1485/3055] 199.19.213.21 () {30 vars in 738 bytes} [Tue Jun 16 01:49:12 2026] GET /v2.0/subnets/3321a2f3-378c-4da6-869d-bc196fe32e0a => generated 676 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1571/3056] 199.19.213.21 () {34 vars in 1077 bytes} [Tue Jun 16 01:49:12 2026] GET /v2.0/ports?tenant_id=43b42beec7ca4fe19d4a727c4bc7fd1a&device_id=194e87dc-2fd1-4381-8d0f-1c153d4d98b0 => generated 3860 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1486/3057] 199.19.213.21 () {34 vars in 1223 bytes} [Tue Jun 16 01:49:12 2026] GET /v2.0/networks?id=4febb04f-5e8b-41dd-98e5-752c1652856d&id=06d30510-cdd4-49ce-9556-4eff56c9b3fe&id=498e9f1d-9192-44c7-9972-c593bcad5a0e&id=8bc515e4-f18e-4a05-a234-12fdaadd3e5c => generated 3096 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1572/3058] 199.19.213.21 () {34 vars in 1059 bytes} [Tue Jun 16 01:49:12 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.218&port_id=5669f327-49bb-4a28-8d02-e1e29b2ecbdc => 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: 1487/3059] 199.19.213.21 () {34 vars in 981 bytes} [Tue Jun 16 01:49:13 2026] GET /v2.0/subnets?id=fae8badc-7285-4598-9d03-afd8b0e2af5a => generated 654 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1573/3060] 199.19.213.21 () {34 vars in 1049 bytes} [Tue Jun 16 01:49:13 2026] GET /v2.0/ports?network_id=4febb04f-5e8b-41dd-98e5-752c1652856d&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: 1488/3061] 199.19.213.21 () {34 vars in 1009 bytes} [Tue Jun 16 01:49:13 2026] GET /v2.0/networks/4febb04f-5e8b-41dd-98e5-752c1652856d?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: 1574/3062] 199.19.213.21 () {34 vars in 1109 bytes} [Tue Jun 16 01:49:13 2026] GET /v2.0/networks/4febb04f-5e8b-41dd-98e5-752c1652856d?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: 1489/3063] 199.19.213.21 () {34 vars in 1053 bytes} [Tue Jun 16 01:49:13 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.64&port_id=a7d87b67-42bd-4fc6-b769-12660a296156 => 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: 1575/3064] 199.19.213.21 () {34 vars in 981 bytes} [Tue Jun 16 01:49:13 2026] GET /v2.0/subnets?id=3321a2f3-378c-4da6-869d-bc196fe32e0a => generated 679 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1490/3065] 199.19.213.21 () {34 vars in 1049 bytes} [Tue Jun 16 01:49:13 2026] GET /v2.0/ports?network_id=06d30510-cdd4-49ce-9556-4eff56c9b3fe&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: 1576/3066] 199.19.213.21 () {34 vars in 1009 bytes} [Tue Jun 16 01:49:13 2026] GET /v2.0/networks/06d30510-cdd4-49ce-9556-4eff56c9b3fe?fields=segments => generated 14 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1491/3067] 199.19.213.21 () {34 vars in 1109 bytes} [Tue Jun 16 01:49:13 2026] GET /v2.0/networks/06d30510-cdd4-49ce-9556-4eff56c9b3fe?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: 1577/3068] 199.19.213.21 () {34 vars in 1051 bytes} [Tue Jun 16 01:49:13 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.8&port_id=d11ba778-29c3-40fa-939a-bb6872ab898f => 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: 1492/3069] 199.19.213.21 () {34 vars in 981 bytes} [Tue Jun 16 01:49:13 2026] GET /v2.0/subnets?id=9b28d5f8-86ac-44f8-b207-a52650a1621b => 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: 1578/3070] 199.19.213.21 () {34 vars in 1049 bytes} [Tue Jun 16 01:49:13 2026] GET /v2.0/ports?network_id=498e9f1d-9192-44c7-9972-c593bcad5a0e&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: 1493/3071] 199.19.213.21 () {34 vars in 1009 bytes} [Tue Jun 16 01:49:13 2026] GET /v2.0/networks/498e9f1d-9192-44c7-9972-c593bcad5a0e?fields=segments => generated 14 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1579/3072] 199.19.213.21 () {34 vars in 1109 bytes} [Tue Jun 16 01:49:13 2026] GET /v2.0/networks/498e9f1d-9192-44c7-9972-c593bcad5a0e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1581/3075] 199.19.213.21 () {30 vars in 700 bytes} [Tue Jun 16 01:49:17 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: 1495/3076] 199.19.213.21 () {30 vars in 702 bytes} [Tue Jun 16 01:49:17 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1582/3077] 199.19.213.21 () {30 vars in 678 bytes} [Tue Jun 16 01:49: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: 8|app: 0|req: 1496/3078] 199.19.213.21 () {30 vars in 714 bytes} [Tue Jun 16 01:49: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: 7|app: 0|req: 1583/3079] 199.19.213.21 () {30 vars in 766 bytes} [Tue Jun 16 01:49:18 2026] GET /v2.0/ports?device_id=194e87dc-2fd1-4381-8d0f-1c153d4d98b0 => generated 3860 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1497/3080] 199.19.213.21 () {30 vars in 700 bytes} [Tue Jun 16 01:49:18 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: 1584/3081] 199.19.213.21 () {30 vars in 702 bytes} [Tue Jun 16 01:49:18 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1498/3082] 199.19.213.21 () {30 vars in 678 bytes} [Tue Jun 16 01:49:18 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: 1585/3083] 199.19.213.21 () {30 vars in 714 bytes} [Tue Jun 16 01:49:18 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: 1499/3084] 199.19.213.21 () {30 vars in 734 bytes} [Tue Jun 16 01:49:18 2026] GET /v2.0/ports/d11ba778-29c3-40fa-939a-bb6872ab898f => generated 1283 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1586/3085] 199.19.213.21 () {34 vars in 786 bytes} [Tue Jun 16 01:49:18 2026] PUT /v2.0/ports/d11ba778-29c3-40fa-939a-bb6872ab898f => generated 1080 bytes in 299 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 01:49:18.863 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d6a97d6d-a519-43b7-ae8b-3de9b16dc081'] response: {'name': 'network-changed', 'server_uuid': '194e87dc-2fd1-4381-8d0f-1c153d4d98b0', 'tag': 'd11ba778-29c3-40fa-939a-bb6872ab898f', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1500/3086] 199.19.213.21 () {30 vars in 740 bytes} [Tue Jun 16 01:49:18 2026] GET /v2.0/networks/498e9f1d-9192-44c7-9972-c593bcad5a0e => generated 797 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1587/3087] 199.19.213.21 () {30 vars in 766 bytes} [Tue Jun 16 01:49:18 2026] GET /v2.0/ports?device_id=194e87dc-2fd1-4381-8d0f-1c153d4d98b0 => generated 3693 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1501/3088] 199.19.213.21 () {30 vars in 766 bytes} [Tue Jun 16 01:49:18 2026] GET /v2.0/ports?device_id=194e87dc-2fd1-4381-8d0f-1c153d4d98b0 => generated 3693 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1588/3089] 199.19.213.21 () {34 vars in 1077 bytes} [Tue Jun 16 01:49:19 2026] GET /v2.0/ports?tenant_id=43b42beec7ca4fe19d4a727c4bc7fd1a&device_id=194e87dc-2fd1-4381-8d0f-1c153d4d98b0 => generated 3693 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1502/3090] 199.19.213.21 () {34 vars in 983 bytes} [Tue Jun 16 01:49:19 2026] GET /v2.0/networks?id=498e9f1d-9192-44c7-9972-c593bcad5a0e => generated 800 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1589/3091] 199.19.213.21 () {34 vars in 1009 bytes} [Tue Jun 16 01:49:19 2026] GET /v2.0/networks/498e9f1d-9192-44c7-9972-c593bcad5a0e?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: 1503/3092] 199.19.213.21 () {34 vars in 1109 bytes} [Tue Jun 16 01:49:19 2026] GET /v2.0/networks/498e9f1d-9192-44c7-9972-c593bcad5a0e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1590/3093] 199.19.213.21 () {30 vars in 766 bytes} [Tue Jun 16 01:49:20 2026] GET /v2.0/ports?device_id=194e87dc-2fd1-4381-8d0f-1c153d4d98b0 => generated 3693 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1504/3094] 199.19.213.21 () {34 vars in 972 bytes} [Tue Jun 16 01:49:21 2026] GET /v2.0/ports/d11ba778-29c3-40fa-939a-bb6872ab898f => generated 1116 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1591/3095] 199.19.213.21 () {34 vars in 1057 bytes} [Tue Jun 16 01:49:21 2026] GET /v2.0/ports/d11ba778-29c3-40fa-939a-bb6872ab898f?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1505/3096] 199.19.213.21 () {34 vars in 1013 bytes} [Tue Jun 16 01:49:21 2026] GET /v2.0/networks/498e9f1d-9192-44c7-9972-c593bcad5a0e?fields=dns_domain => generated 29 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1592/3097] 199.19.213.21 () {30 vars in 766 bytes} [Tue Jun 16 01:49:21 2026] GET /v2.0/ports?device_id=194e87dc-2fd1-4381-8d0f-1c153d4d98b0 => generated 3693 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1506/3098] 199.19.213.21 () {38 vars in 1025 bytes} [Tue Jun 16 01:49:21 2026] PUT /v2.0/ports/d11ba778-29c3-40fa-939a-bb6872ab898f => generated 917 bytes in 224 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1593/3099] 199.19.213.21 () {30 vars in 766 bytes} [Tue Jun 16 01:49:22 2026] GET /v2.0/ports?device_id=194e87dc-2fd1-4381-8d0f-1c153d4d98b0 => generated 2585 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, ' 2026-06-16 01:49:22.338 8 INFO neutron_taas.services.taas.taas_plugin [None req-749659c1-043a-4f90-8c47-2f25028513b2 cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] TaaS: Handle Delete Port: d11ba778-29c3-40fa-939a-bb6872ab898f 2026-06-16 01:49:22.341 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-749659c1-043a-4f90-8c47-2f25028513b2 cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] Tap Mirror: Handle Delete Port: d11ba778-29c3-40fa-939a-bb6872ab898f [pid: 8|app: 0|req: 1507/3100] 199.19.213.21 () {32 vars in 756 bytes} [Tue Jun 16 01:49:22 2026] DELETE /v2.0/ports/d11ba778-29c3-40fa-939a-bb6872ab898f => generated 0 bytes in 196 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1594/3101] 199.19.213.21 () {30 vars in 700 bytes} [Tue Jun 16 01:49:22 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1508/3102] 199.19.213.21 () {30 vars in 702 bytes} [Tue Jun 16 01:49:22 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: 1595/3103] 199.19.213.21 () {30 vars in 678 bytes} [Tue Jun 16 01:49:22 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1509/3104] 199.19.213.21 () {30 vars in 714 bytes} [Tue Jun 16 01:49:22 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1596/3105] 199.19.213.21 () {30 vars in 738 bytes} [Tue Jun 16 01:49:22 2026] GET /v2.0/subnets/3321a2f3-378c-4da6-869d-bc196fe32e0a => generated 676 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1510/3106] 199.19.213.21 () {30 vars in 734 bytes} [Tue Jun 16 01:49:22 2026] GET /v2.0/ports/27040d20-46d1-493b-808f-c27f4f6dc49d => generated 1128 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1597/3107] 199.19.213.21 () {30 vars in 734 bytes} [Tue Jun 16 01:49:22 2026] GET /v2.0/ports/a7d87b67-42bd-4fc6-b769-12660a296156 => generated 1345 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1511/3108] 199.19.213.21 () {30 vars in 738 bytes} [Tue Jun 16 01:49:22 2026] GET /v2.0/subnets/3321a2f3-378c-4da6-869d-bc196fe32e0a => generated 676 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1598/3109] 199.19.213.21 () {30 vars in 740 bytes} [Tue Jun 16 01:49:22 2026] GET /v2.0/networks/06d30510-cdd4-49ce-9556-4eff56c9b3fe => generated 799 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1512/3110] 199.19.213.21 () {30 vars in 734 bytes} [Tue Jun 16 01:49:22 2026] GET /v2.0/ports/27040d20-46d1-493b-808f-c27f4f6dc49d => generated 1128 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1599/3111] 199.19.213.21 () {30 vars in 738 bytes} [Tue Jun 16 01:49:22 2026] GET /v2.0/subnets/3321a2f3-378c-4da6-869d-bc196fe32e0a => 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: 1513/3112] 199.19.213.21 () {34 vars in 1077 bytes} [Tue Jun 16 01:49:22 2026] GET /v2.0/ports?tenant_id=43b42beec7ca4fe19d4a727c4bc7fd1a&device_id=194e87dc-2fd1-4381-8d0f-1c153d4d98b0 => generated 2585 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1600/3113] 199.19.213.21 () {34 vars in 1143 bytes} [Tue Jun 16 01:49:22 2026] GET /v2.0/networks?id=4febb04f-5e8b-41dd-98e5-752c1652856d&id=06d30510-cdd4-49ce-9556-4eff56c9b3fe&id=498e9f1d-9192-44c7-9972-c593bcad5a0e => generated 2309 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1514/3114] 199.19.213.21 () {34 vars in 1059 bytes} [Tue Jun 16 01:49:23 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.218&port_id=5669f327-49bb-4a28-8d02-e1e29b2ecbdc => 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: 1601/3115] 199.19.213.21 () {34 vars in 981 bytes} [Tue Jun 16 01:49:23 2026] GET /v2.0/subnets?id=fae8badc-7285-4598-9d03-afd8b0e2af5a => generated 654 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1515/3116] 199.19.213.21 () {34 vars in 1049 bytes} [Tue Jun 16 01:49:23 2026] GET /v2.0/ports?network_id=4febb04f-5e8b-41dd-98e5-752c1652856d&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: 1602/3117] 199.19.213.21 () {34 vars in 1009 bytes} [Tue Jun 16 01:49:23 2026] GET /v2.0/networks/4febb04f-5e8b-41dd-98e5-752c1652856d?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: 1516/3118] 199.19.213.21 () {34 vars in 1109 bytes} [Tue Jun 16 01:49:23 2026] GET /v2.0/networks/4febb04f-5e8b-41dd-98e5-752c1652856d?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: 1603/3119] 199.19.213.21 () {34 vars in 1053 bytes} [Tue Jun 16 01:49:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.64&port_id=a7d87b67-42bd-4fc6-b769-12660a296156 => 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: 1517/3120] 199.19.213.21 () {34 vars in 981 bytes} [Tue Jun 16 01:49:23 2026] GET /v2.0/subnets?id=3321a2f3-378c-4da6-869d-bc196fe32e0a => generated 679 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1604/3121] 199.19.213.21 () {34 vars in 1049 bytes} [Tue Jun 16 01:49:23 2026] GET /v2.0/ports?network_id=06d30510-cdd4-49ce-9556-4eff56c9b3fe&device_owner=network%3Adhcp => generated 1461 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1518/3122] 199.19.213.21 () {34 vars in 1009 bytes} [Tue Jun 16 01:49:23 2026] GET /v2.0/networks/06d30510-cdd4-49ce-9556-4eff56c9b3fe?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1605/3123] 199.19.213.21 () {34 vars in 1109 bytes} [Tue Jun 16 01:49:23 2026] GET /v2.0/networks/06d30510-cdd4-49ce-9556-4eff56c9b3fe?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1607/3126] 199.19.213.21 () {30 vars in 700 bytes} [Tue Jun 16 01:49:33 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: 1520/3127] 199.19.213.21 () {30 vars in 702 bytes} [Tue Jun 16 01:49:33 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: 1608/3128] 199.19.213.21 () {30 vars in 678 bytes} [Tue Jun 16 01:49:33 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1521/3129] 199.19.213.21 () {30 vars in 714 bytes} [Tue Jun 16 01:49:33 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 01:49:33.974 7 INFO neutron.api.v2.resource [None req-7715b898-46fd-4a0c-bf50-385fe49db56a cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1609/3130] 199.19.213.21 () {30 vars in 760 bytes} [Tue Jun 16 01:49:33 2026] GET /v2.0/security-groups/lb-09f33950-a218-44eb-a8aa-424808854081 => generated 149 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1522/3131] 199.19.213.21 () {30 vars in 782 bytes} [Tue Jun 16 01:49:33 2026] GET /v2.0/security-groups?name=lb-09f33950-a218-44eb-a8aa-424808854081 => generated 2865 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1610/3132] 199.19.213.21 () {30 vars in 812 bytes} [Tue Jun 16 01:49:34 2026] GET /v2.0/security-group-rules?security_group_id=6c9a144b-da0a-4b94-be73-051f99b3924b => generated 2334 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1523/3133] 199.19.213.21 () {32 vars in 786 bytes} [Tue Jun 16 01:49:34 2026] DELETE /v2.0/security-group-rules/32e0f80c-9596-4b91-9d22-3ce4ad009953 => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1611/3134] 199.19.213.21 () {32 vars in 786 bytes} [Tue Jun 16 01:49:34 2026] DELETE /v2.0/security-group-rules/cf7e885d-1067-4083-83b9-7f5e4675cc5b => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 01:49:38.055 8 INFO neutron_taas.services.taas.taas_plugin [None req-7b8ea1e9-3ead-4935-9bd9-b5ee169eb4a8 9034be66832e4b55b7aea002054059c0 e01d1fdff467425cb9907059314a3667 - - default default] TaaS: Handle Delete Port: 6258010e-87e9-4d35-b599-8d3ea8958b42 2026-06-16 01:49:38.058 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7b8ea1e9-3ead-4935-9bd9-b5ee169eb4a8 9034be66832e4b55b7aea002054059c0 e01d1fdff467425cb9907059314a3667 - - default default] Tap Mirror: Handle Delete Port: 6258010e-87e9-4d35-b599-8d3ea8958b42 2026-06-16 01:49:38.243 8 INFO neutron.db.l3_db [None req-7b8ea1e9-3ead-4935-9bd9-b5ee169eb4a8 9034be66832e4b55b7aea002054059c0 e01d1fdff467425cb9907059314a3667 - - default default] Floating IP 6ba84ef0-0838-49bc-9f61-5068ec65ba8a disassociated (deleted). External IP: 10.96.250.204, port: 27040d20-46d1-493b-808f-c27f4f6dc49d. [pid: 8|app: 0|req: 1524/3135] 10.0.0.164 () {32 vars in 730 bytes} [Tue Jun 16 01:49:37 2026] DELETE /v2.0/floatingips/6ba84ef0-0838-49bc-9f61-5068ec65ba8a => generated 0 bytes in 651 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 01:49:38.609 7 INFO neutron.api.v2.resource [None req-2d73a15a-f3f3-4d2e-80aa-c481ddd0085f 9034be66832e4b55b7aea002054059c0 e01d1fdff467425cb9907059314a3667 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1612/3136] 10.0.0.164 () {32 vars in 727 bytes} [Tue Jun 16 01:49:38 2026] GET /v2.0/floatingips/6ba84ef0-0838-49bc-9f61-5068ec65ba8a => generated 144 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1525/3137] 199.19.213.21 () {30 vars in 700 bytes} [Tue Jun 16 01:49:39 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: 1613/3138] 199.19.213.21 () {30 vars in 702 bytes} [Tue Jun 16 01:49:39 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: 1526/3139] 199.19.213.21 () {30 vars in 678 bytes} [Tue Jun 16 01:49:39 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1614/3140] 199.19.213.21 () {30 vars in 714 bytes} [Tue Jun 16 01:49:39 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-16 01:49:39.332 8 INFO neutron.api.v2.resource [None req-ec3b7d60-16c0-4266-9f74-7f8bf3909106 cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1527/3141] 199.19.213.21 () {30 vars in 760 bytes} [Tue Jun 16 01:49:39 2026] GET /v2.0/security-groups/lb-09f33950-a218-44eb-a8aa-424808854081 => generated 149 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1615/3142] 199.19.213.21 () {30 vars in 782 bytes} [Tue Jun 16 01:49:39 2026] GET /v2.0/security-groups?name=lb-09f33950-a218-44eb-a8aa-424808854081 => generated 1639 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1528/3143] 199.19.213.21 () {30 vars in 812 bytes} [Tue Jun 16 01:49:39 2026] GET /v2.0/security-group-rules?security_group_id=6c9a144b-da0a-4b94-be73-051f99b3924b => generated 1182 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1616/3144] 199.19.213.21 () {30 vars in 700 bytes} [Tue Jun 16 01:49:39 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: 1529/3145] 199.19.213.21 () {30 vars in 702 bytes} [Tue Jun 16 01:49:39 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1617/3146] 199.19.213.21 () {30 vars in 678 bytes} [Tue Jun 16 01:49:39 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1530/3147] 199.19.213.21 () {30 vars in 714 bytes} [Tue Jun 16 01:49:39 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: 1618/3148] 199.19.213.21 () {30 vars in 738 bytes} [Tue Jun 16 01:49:39 2026] GET /v2.0/subnets/3321a2f3-378c-4da6-869d-bc196fe32e0a => generated 676 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1531/3149] 199.19.213.21 () {30 vars in 766 bytes} [Tue Jun 16 01:49:39 2026] GET /v2.0/ports?device_id=194e87dc-2fd1-4381-8d0f-1c153d4d98b0 => generated 2585 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1619/3150] 199.19.213.21 () {30 vars in 766 bytes} [Tue Jun 16 01:49:39 2026] GET /v2.0/ports?device_id=194e87dc-2fd1-4381-8d0f-1c153d4d98b0 => generated 2585 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1532/3151] 199.19.213.21 () {30 vars in 766 bytes} [Tue Jun 16 01:49:39 2026] GET /v2.0/ports?device_id=194e87dc-2fd1-4381-8d0f-1c153d4d98b0 => generated 2585 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1620/3152] 199.19.213.21 () {30 vars in 766 bytes} [Tue Jun 16 01:49:40 2026] GET /v2.0/ports?device_id=194e87dc-2fd1-4381-8d0f-1c153d4d98b0 => generated 2585 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1533/3153] 199.19.213.21 () {34 vars in 972 bytes} [Tue Jun 16 01:49:41 2026] GET /v2.0/ports/a7d87b67-42bd-4fc6-b769-12660a296156 => generated 1345 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1621/3154] 199.19.213.21 () {34 vars in 1057 bytes} [Tue Jun 16 01:49:41 2026] GET /v2.0/ports/a7d87b67-42bd-4fc6-b769-12660a296156?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1534/3155] 199.19.213.21 () {34 vars in 1013 bytes} [Tue Jun 16 01:49:41 2026] GET /v2.0/networks/06d30510-cdd4-49ce-9556-4eff56c9b3fe?fields=dns_domain => generated 29 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1535/3156] 199.19.213.21 () {30 vars in 766 bytes} [Tue Jun 16 01:49:41 2026] GET /v2.0/ports?device_id=194e87dc-2fd1-4381-8d0f-1c153d4d98b0 => generated 2585 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1622/3157] 199.19.213.21 () {38 vars in 1025 bytes} [Tue Jun 16 01:49:41 2026] PUT /v2.0/ports/a7d87b67-42bd-4fc6-b769-12660a296156 => generated 1146 bytes in 284 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1536/3158] 199.19.213.21 () {30 vars in 766 bytes} [Tue Jun 16 01:49:42 2026] GET /v2.0/ports?device_id=194e87dc-2fd1-4381-8d0f-1c153d4d98b0 => generated 1248 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1623/3159] 199.19.213.21 () {34 vars in 786 bytes} [Tue Jun 16 01:49:42 2026] PUT /v2.0/ports/a7d87b67-42bd-4fc6-b769-12660a296156 => generated 1086 bytes in 218 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1537/3160] 199.19.213.21 () {30 vars in 734 bytes} [Tue Jun 16 01:49:43 2026] GET /v2.0/ports/a7d87b67-42bd-4fc6-b769-12660a296156 => generated 1086 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, ' 2026-06-16 01:49:43.365 7 INFO neutron_taas.services.taas.taas_plugin [None req-b9ea2b42-dd08-4bdf-b7e0-7ae16a792106 cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] TaaS: Handle Delete Port: a7d87b67-42bd-4fc6-b769-12660a296156 2026-06-16 01:49:43.368 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b9ea2b42-dd08-4bdf-b7e0-7ae16a792106 cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] Tap Mirror: Handle Delete Port: a7d87b67-42bd-4fc6-b769-12660a296156 [pid: 7|app: 0|req: 1624/3161] 199.19.213.21 () {32 vars in 756 bytes} [Tue Jun 16 01:49:43 2026] DELETE /v2.0/ports/a7d87b67-42bd-4fc6-b769-12660a296156 => generated 0 bytes in 280 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1538/3162] 199.19.213.21 () {34 vars in 1077 bytes} [Tue Jun 16 01:49:43 2026] GET /v2.0/ports?tenant_id=43b42beec7ca4fe19d4a727c4bc7fd1a&device_id=194e87dc-2fd1-4381-8d0f-1c153d4d98b0 => generated 1248 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1625/3163] 199.19.213.21 () {34 vars in 1063 bytes} [Tue Jun 16 01:49:43 2026] GET /v2.0/networks?id=4febb04f-5e8b-41dd-98e5-752c1652856d&id=06d30510-cdd4-49ce-9556-4eff56c9b3fe => generated 1523 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1539/3164] 199.19.213.21 () {34 vars in 1059 bytes} [Tue Jun 16 01:49:43 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.218&port_id=5669f327-49bb-4a28-8d02-e1e29b2ecbdc => generated 19 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1626/3165] 199.19.213.21 () {34 vars in 981 bytes} [Tue Jun 16 01:49:43 2026] GET /v2.0/subnets?id=fae8badc-7285-4598-9d03-afd8b0e2af5a => generated 654 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1540/3166] 199.19.213.21 () {34 vars in 1049 bytes} [Tue Jun 16 01:49:43 2026] GET /v2.0/ports?network_id=4febb04f-5e8b-41dd-98e5-752c1652856d&device_owner=network%3Adhcp => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1627/3167] 199.19.213.21 () {30 vars in 700 bytes} [Tue Jun 16 01:49:43 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/3168] 199.19.213.21 () {30 vars in 702 bytes} [Tue Jun 16 01:49:43 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: 1629/3169] 199.19.213.21 () {30 vars in 678 bytes} [Tue Jun 16 01:49:43 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: 1630/3170] 199.19.213.21 () {30 vars in 714 bytes} [Tue Jun 16 01:49:43 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: 1541/3171] 199.19.213.21 () {34 vars in 1009 bytes} [Tue Jun 16 01:49:43 2026] GET /v2.0/networks/4febb04f-5e8b-41dd-98e5-752c1652856d?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 01:49:43.935 7 INFO neutron.pecan_wsgi.hooks.translation [None req-dec6c4c9-af25-4578-bdbe-ecfb4f090548 cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1631/3172] 199.19.213.21 () {32 vars in 756 bytes} [Tue Jun 16 01:49:43 2026] DELETE /v2.0/ports/a7d87b67-42bd-4fc6-b769-12660a296156 => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1542/3173] 199.19.213.21 () {34 vars in 1109 bytes} [Tue Jun 16 01:49:43 2026] GET /v2.0/networks/4febb04f-5e8b-41dd-98e5-752c1652856d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1632/3174] 199.19.213.21 () {30 vars in 734 bytes} [Tue Jun 16 01:49:43 2026] GET /v2.0/ports/27040d20-46d1-493b-808f-c27f4f6dc49d => generated 1128 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 01:49:43.995 8 INFO neutron.api.v2.resource [None req-7395f8df-0ebf-4ac6-a9ee-48ebf789c469 cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1543/3175] 199.19.213.21 () {30 vars in 760 bytes} [Tue Jun 16 01:49:43 2026] GET /v2.0/security-groups/lb-09f33950-a218-44eb-a8aa-424808854081 => generated 149 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1633/3176] 199.19.213.21 () {30 vars in 782 bytes} [Tue Jun 16 01:49:44 2026] GET /v2.0/security-groups?name=lb-09f33950-a218-44eb-a8aa-424808854081 => generated 1639 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1544/3177] 199.19.213.21 () {30 vars in 734 bytes} [Tue Jun 16 01:49:44 2026] GET /v2.0/ports/27040d20-46d1-493b-808f-c27f4f6dc49d => generated 1128 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1634/3178] 199.19.213.21 () {34 vars in 786 bytes} [Tue Jun 16 01:49:44 2026] PUT /v2.0/ports/27040d20-46d1-493b-808f-c27f4f6dc49d => generated 1090 bytes in 210 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1545/3179] 199.19.213.21 () {32 vars in 776 bytes} [Tue Jun 16 01:49:44 2026] DELETE /v2.0/security-groups/6c9a144b-da0a-4b94-be73-051f99b3924b => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 01:49:44.510 7 INFO neutron_taas.services.taas.taas_plugin [None req-78a02c81-c8c0-4d4b-ad7f-c0c8b45e4b85 cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] TaaS: Handle Delete Port: 27040d20-46d1-493b-808f-c27f4f6dc49d 2026-06-16 01:49:44.513 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-78a02c81-c8c0-4d4b-ad7f-c0c8b45e4b85 cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] Tap Mirror: Handle Delete Port: 27040d20-46d1-493b-808f-c27f4f6dc49d [pid: 7|app: 0|req: 1635/3180] 199.19.213.21 () {32 vars in 756 bytes} [Tue Jun 16 01:49:44 2026] DELETE /v2.0/ports/27040d20-46d1-493b-808f-c27f4f6dc49d => generated 0 bytes in 214 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1547/3183] 199.19.213.21 () {34 vars in 991 bytes} [Tue Jun 16 01:49:47 2026] GET /v2.0/ports?device_id=194e87dc-2fd1-4381-8d0f-1c153d4d98b0 => generated 1248 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 01:49:47.408 7 INFO neutron_taas.services.taas.taas_plugin [req-cd38a0c3-4864-4cf4-8aa5-a16a28ab9338 req-c5ed687a-0053-4fc1-b6d3-4099e9505636 cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] TaaS: Handle Delete Port: 5669f327-49bb-4a28-8d02-e1e29b2ecbdc 2026-06-16 01:49:47.411 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-cd38a0c3-4864-4cf4-8aa5-a16a28ab9338 req-c5ed687a-0053-4fc1-b6d3-4099e9505636 cb71412498ad4e48a429cb486fd1bdf7 43b42beec7ca4fe19d4a727c4bc7fd1a - - default default] Tap Mirror: Handle Delete Port: 5669f327-49bb-4a28-8d02-e1e29b2ecbdc [pid: 7|app: 0|req: 1637/3184] 199.19.213.21 () {36 vars in 994 bytes} [Tue Jun 16 01:49:47 2026] DELETE /v2.0/ports/5669f327-49bb-4a28-8d02-e1e29b2ecbdc => generated 0 bytes in 237 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 01:49:47.574 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-71c875d0-b900-4678-9310-229cd1495d96'] response: {'server_uuid': '194e87dc-2fd1-4381-8d0f-1c153d4d98b0', 'name': 'network-vif-deleted', 'tag': '5669f327-49bb-4a28-8d02-e1e29b2ecbdc', 'status': 'completed', 'code': 200} 2026-06-16 01:49:48.968 8 INFO neutron_taas.services.taas.taas_plugin [None req-93aa07dc-91d6-4e71-9a4b-74e04099a3e3 9034be66832e4b55b7aea002054059c0 e01d1fdff467425cb9907059314a3667 - - default default] TaaS: Handle Delete Port: 2b6631c8-ce47-44fa-8ad9-f0d93e3ecd42 2026-06-16 01:49:48.972 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-93aa07dc-91d6-4e71-9a4b-74e04099a3e3 9034be66832e4b55b7aea002054059c0 e01d1fdff467425cb9907059314a3667 - - default default] Tap Mirror: Handle Delete Port: 2b6631c8-ce47-44fa-8ad9-f0d93e3ecd42 2026-06-16 01:49:49.128 8 INFO neutron.db.l3_db [None req-93aa07dc-91d6-4e71-9a4b-74e04099a3e3 9034be66832e4b55b7aea002054059c0 e01d1fdff467425cb9907059314a3667 - - default default] Floating IP a99144fc-95f7-460e-b4dd-3963990dd589 disassociated (deleted). External IP: 10.96.250.209, port: 1b6d60f1-c565-4dad-b56e-e175b78da6af. [pid: 8|app: 0|req: 1548/3185] 10.0.0.164 () {32 vars in 730 bytes} [Tue Jun 16 01:49:48 2026] DELETE /v2.0/floatingips/a99144fc-95f7-460e-b4dd-3963990dd589 => generated 0 bytes in 622 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 01:49:49.488 7 INFO neutron.api.v2.resource [None req-c39fa9c9-a031-4c22-8b9d-0d4d6851c9db 9034be66832e4b55b7aea002054059c0 e01d1fdff467425cb9907059314a3667 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1638/3186] 10.0.0.164 () {32 vars in 727 bytes} [Tue Jun 16 01:49:49 2026] GET /v2.0/floatingips/a99144fc-95f7-460e-b4dd-3963990dd589 => generated 144 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 01:49:49.494 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-cf7b167f-d072-47a8-bf2f-e4bf7eecc221'] response: {'name': 'network-changed', 'server_uuid': '7a504e84-369d-48df-a425-1908f10d4e9d', 'tag': '1b6d60f1-c565-4dad-b56e-e175b78da6af', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1549/3187] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:49:49 2026] GET /v2.0/ports?device_id=7a504e84-369d-48df-a425-1908f10d4e9d => generated 1204 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1639/3188] 10.0.0.1 () {34 vars in 1036 bytes} [Tue Jun 16 01:49:49 2026] GET /v2.0/security-groups?id=bbe54fe7-4af3-42df-9042-4467c9af98bb&fields=id&fields=name => generated 112 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1550/3189] 199.19.213.21 () {34 vars in 1077 bytes} [Tue Jun 16 01:49:50 2026] GET /v2.0/ports?tenant_id=e01d1fdff467425cb9907059314a3667&device_id=7a504e84-369d-48df-a425-1908f10d4e9d => generated 1473 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1640/3190] 199.19.213.21 () {34 vars in 983 bytes} [Tue Jun 16 01:49:50 2026] GET /v2.0/networks?id=8bc515e4-f18e-4a05-a234-12fdaadd3e5c => 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: 1551/3191] 199.19.213.21 () {34 vars in 1055 bytes} [Tue Jun 16 01:49:50 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.173&port_id=1b6d60f1-c565-4dad-b56e-e175b78da6af => 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: 1641/3192] 199.19.213.21 () {34 vars in 1103 bytes} [Tue Jun 16 01:49:50 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A209&port_id=1b6d60f1-c565-4dad-b56e-e175b78da6af => 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: 1552/3193] 199.19.213.21 () {34 vars in 1061 bytes} [Tue Jun 16 01:49:50 2026] GET /v2.0/subnets?id=66b5b964-b5f6-4ebe-bb49-41be1895d34f&id=ac18ff8e-ec7e-4eaa-aaba-5e72f42bc826 => generated 1414 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1642/3194] 199.19.213.21 () {34 vars in 1049 bytes} [Tue Jun 16 01:49:50 2026] GET /v2.0/ports?network_id=8bc515e4-f18e-4a05-a234-12fdaadd3e5c&device_owner=network%3Adhcp => generated 1461 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1553/3195] 199.19.213.21 () {34 vars in 1049 bytes} [Tue Jun 16 01:49:50 2026] GET /v2.0/ports?network_id=8bc515e4-f18e-4a05-a234-12fdaadd3e5c&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: 7|app: 0|req: 1643/3196] 199.19.213.21 () {34 vars in 1009 bytes} [Tue Jun 16 01:49:50 2026] GET /v2.0/networks/8bc515e4-f18e-4a05-a234-12fdaadd3e5c?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: 1554/3197] 199.19.213.21 () {34 vars in 1109 bytes} [Tue Jun 16 01:49:50 2026] GET /v2.0/networks/8bc515e4-f18e-4a05-a234-12fdaadd3e5c?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: 1644/3198] 199.19.213.21 () {34 vars in 991 bytes} [Tue Jun 16 01:49:52 2026] GET /v2.0/ports?device_id=7a504e84-369d-48df-a425-1908f10d4e9d => generated 1204 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 01:49:52.195 8 INFO neutron_taas.services.taas.taas_plugin [req-0565fd15-e891-45e3-908f-ebe2d97effa3 req-7bbff4f6-9861-4e83-a5b5-393e7c3fd60e 9034be66832e4b55b7aea002054059c0 e01d1fdff467425cb9907059314a3667 - - default default] TaaS: Handle Delete Port: 1b6d60f1-c565-4dad-b56e-e175b78da6af 2026-06-16 01:49:52.198 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-0565fd15-e891-45e3-908f-ebe2d97effa3 req-7bbff4f6-9861-4e83-a5b5-393e7c3fd60e 9034be66832e4b55b7aea002054059c0 e01d1fdff467425cb9907059314a3667 - - default default] Tap Mirror: Handle Delete Port: 1b6d60f1-c565-4dad-b56e-e175b78da6af [pid: 8|app: 0|req: 1555/3199] 199.19.213.21 () {36 vars in 994 bytes} [Tue Jun 16 01:49:52 2026] DELETE /v2.0/ports/1b6d60f1-c565-4dad-b56e-e175b78da6af => generated 0 bytes in 215 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 01:49:52.355 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-72af3d5b-68ce-4cff-9deb-c30fd6dbc33d'] response: {'server_uuid': '7a504e84-369d-48df-a425-1908f10d4e9d', 'name': 'network-vif-deleted', 'tag': '1b6d60f1-c565-4dad-b56e-e175b78da6af', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1645/3200] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:49:54 2026] GET /v2.0/ports?device_id=7a504e84-369d-48df-a425-1908f10d4e9d => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 01:49:59.990 8 INFO neutron_taas.services.taas.taas_plugin [None req-51ebfaa8-2987-45e7-962e-54c78542300d 9034be66832e4b55b7aea002054059c0 e01d1fdff467425cb9907059314a3667 - - default default] TaaS: Handle Delete Port: 7e42e2d1-aa7a-4313-9324-f5738ebb6354 2026-06-16 01:49:59.993 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-51ebfaa8-2987-45e7-962e-54c78542300d 9034be66832e4b55b7aea002054059c0 e01d1fdff467425cb9907059314a3667 - - default default] Tap Mirror: Handle Delete Port: 7e42e2d1-aa7a-4313-9324-f5738ebb6354 2026-06-16 01:50:00.161 8 INFO neutron.db.l3_db [None req-51ebfaa8-2987-45e7-962e-54c78542300d 9034be66832e4b55b7aea002054059c0 e01d1fdff467425cb9907059314a3667 - - default default] Floating IP 016b8bec-ccd1-4604-8760-02cae760e805 disassociated (deleted). External IP: 10.96.250.203, port: 05404827-c82a-4ada-b722-91f15f8d1507. [pid: 8|app: 0|req: 1556/3201] 10.0.0.164 () {32 vars in 730 bytes} [Tue Jun 16 01:49:59 2026] DELETE /v2.0/floatingips/016b8bec-ccd1-4604-8760-02cae760e805 => generated 0 bytes in 619 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 01:50:00.537 7 INFO neutron.api.v2.resource [None req-076cd881-ddbb-48f0-80c3-d0257add6939 9034be66832e4b55b7aea002054059c0 e01d1fdff467425cb9907059314a3667 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1646/3202] 10.0.0.164 () {32 vars in 727 bytes} [Tue Jun 16 01:50:00 2026] GET /v2.0/floatingips/016b8bec-ccd1-4604-8760-02cae760e805 => generated 144 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 01:50:00.548 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-17a2f7c3-4522-4411-8b8b-ed14accb9159'] response: {'name': 'network-changed', 'server_uuid': 'eb2dc686-3c14-4c90-ae06-33cf841d40d9', 'tag': '05404827-c82a-4ada-b722-91f15f8d1507', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1557/3203] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:50:00 2026] GET /v2.0/ports?device_id=eb2dc686-3c14-4c90-ae06-33cf841d40d9 => generated 1188 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1647/3204] 10.0.0.1 () {34 vars in 1036 bytes} [Tue Jun 16 01:50:00 2026] GET /v2.0/security-groups?id=bbe54fe7-4af3-42df-9042-4467c9af98bb&fields=id&fields=name => generated 112 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1559/3207] 199.19.213.21 () {34 vars in 1077 bytes} [Tue Jun 16 01:50:01 2026] GET /v2.0/ports?tenant_id=e01d1fdff467425cb9907059314a3667&device_id=eb2dc686-3c14-4c90-ae06-33cf841d40d9 => generated 1457 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1649/3208] 199.19.213.21 () {34 vars in 983 bytes} [Tue Jun 16 01:50:01 2026] GET /v2.0/networks?id=498e9f1d-9192-44c7-9972-c593bcad5a0e => generated 800 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1560/3209] 199.19.213.21 () {34 vars in 1053 bytes} [Tue Jun 16 01:50:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.98&port_id=05404827-c82a-4ada-b722-91f15f8d1507 => 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: 1650/3210] 199.19.213.21 () {34 vars in 1097 bytes} [Tue Jun 16 01:50:01 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3Aa&port_id=05404827-c82a-4ada-b722-91f15f8d1507 => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1561/3211] 199.19.213.21 () {34 vars in 1061 bytes} [Tue Jun 16 01:50:01 2026] GET /v2.0/subnets?id=adc83070-8f0a-4bd2-89b7-625df2562db7&id=9b28d5f8-86ac-44f8-b207-a52650a1621b => generated 1411 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1651/3212] 199.19.213.21 () {34 vars in 1049 bytes} [Tue Jun 16 01:50:01 2026] GET /v2.0/ports?network_id=498e9f1d-9192-44c7-9972-c593bcad5a0e&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: 1562/3213] 199.19.213.21 () {34 vars in 1049 bytes} [Tue Jun 16 01:50:01 2026] GET /v2.0/ports?network_id=498e9f1d-9192-44c7-9972-c593bcad5a0e&device_owner=network%3Adhcp => generated 1457 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1652/3214] 199.19.213.21 () {34 vars in 1009 bytes} [Tue Jun 16 01:50:01 2026] GET /v2.0/networks/498e9f1d-9192-44c7-9972-c593bcad5a0e?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: 1563/3215] 199.19.213.21 () {34 vars in 1109 bytes} [Tue Jun 16 01:50:01 2026] GET /v2.0/networks/498e9f1d-9192-44c7-9972-c593bcad5a0e?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: 1653/3216] 199.19.213.21 () {34 vars in 991 bytes} [Tue Jun 16 01:50:03 2026] GET /v2.0/ports?device_id=eb2dc686-3c14-4c90-ae06-33cf841d40d9 => generated 1188 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 01:50:03.259 8 INFO neutron_taas.services.taas.taas_plugin [req-dcf1e9c6-a19f-4836-aa6f-d8283cc14216 req-7599a71a-a0e5-4133-80e8-c0957ae4e9a4 9034be66832e4b55b7aea002054059c0 e01d1fdff467425cb9907059314a3667 - - default default] TaaS: Handle Delete Port: 05404827-c82a-4ada-b722-91f15f8d1507 2026-06-16 01:50:03.262 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-dcf1e9c6-a19f-4836-aa6f-d8283cc14216 req-7599a71a-a0e5-4133-80e8-c0957ae4e9a4 9034be66832e4b55b7aea002054059c0 e01d1fdff467425cb9907059314a3667 - - default default] Tap Mirror: Handle Delete Port: 05404827-c82a-4ada-b722-91f15f8d1507 [pid: 8|app: 0|req: 1564/3217] 199.19.213.21 () {36 vars in 994 bytes} [Tue Jun 16 01:50:03 2026] DELETE /v2.0/ports/05404827-c82a-4ada-b722-91f15f8d1507 => generated 0 bytes in 286 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 01:50:03.461 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c44feeca-e3bc-4d45-b1da-6c5a6979a1f3'] response: {'server_uuid': 'eb2dc686-3c14-4c90-ae06-33cf841d40d9', 'name': 'network-vif-deleted', 'tag': '05404827-c82a-4ada-b722-91f15f8d1507', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1654/3218] 10.0.0.1 () {34 vars in 986 bytes} [Tue Jun 16 01:50:05 2026] GET /v2.0/ports?device_id=eb2dc686-3c14-4c90-ae06-33cf841d40d9 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1565/3219] 10.0.0.164 () {32 vars in 748 bytes} [Tue Jun 16 01:50:10 2026] DELETE /v2.0/security-group-rules/06c6b107-c2aa-4c73-b710-f4c6862fe18a => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 01:50:11.054 7 INFO neutron.api.v2.resource [None req-e13cb310-b0c4-43a4-aa37-92ccb069f515 9034be66832e4b55b7aea002054059c0 e01d1fdff467425cb9907059314a3667 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1655/3220] 10.0.0.164 () {32 vars in 745 bytes} [Tue Jun 16 01:50:11 2026] GET /v2.0/security-group-rules/06c6b107-c2aa-4c73-b710-f4c6862fe18a => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1566/3221] 10.0.0.164 () {32 vars in 748 bytes} [Tue Jun 16 01:50:11 2026] DELETE /v2.0/security-group-rules/0fe78687-c240-4aa3-b116-edf0211356af => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 01:50:11.134 7 INFO neutron.api.v2.resource [None req-03dc826d-0a8e-4ca8-97cb-87d64e5bbaa4 9034be66832e4b55b7aea002054059c0 e01d1fdff467425cb9907059314a3667 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1656/3222] 10.0.0.164 () {32 vars in 745 bytes} [Tue Jun 16 01:50:11 2026] GET /v2.0/security-group-rules/0fe78687-c240-4aa3-b116-edf0211356af => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1567/3223] 10.0.0.164 () {32 vars in 748 bytes} [Tue Jun 16 01:50:11 2026] DELETE /v2.0/security-group-rules/cdffc39f-e1ed-4bf0-8f8d-98362abc29cd => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 01:50:11.215 7 INFO neutron.api.v2.resource [None req-2fcb2ce6-ce3d-4edb-9bb3-207f264871f6 9034be66832e4b55b7aea002054059c0 e01d1fdff467425cb9907059314a3667 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1657/3224] 10.0.0.164 () {32 vars in 745 bytes} [Tue Jun 16 01:50:11 2026] GET /v2.0/security-group-rules/cdffc39f-e1ed-4bf0-8f8d-98362abc29cd => generated 155 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1568/3225] 10.0.0.164 () {32 vars in 748 bytes} [Tue Jun 16 01:50:11 2026] DELETE /v2.0/security-group-rules/737802e6-03fb-47bd-9c38-c84bdd724d2a => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 01:50:11.307 7 INFO neutron.api.v2.resource [None req-ab41a692-af5b-4065-a707-a9c848d222ed 9034be66832e4b55b7aea002054059c0 e01d1fdff467425cb9907059314a3667 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1658/3226] 10.0.0.164 () {32 vars in 745 bytes} [Tue Jun 16 01:50:11 2026] GET /v2.0/security-group-rules/737802e6-03fb-47bd-9c38-c84bdd724d2a => generated 155 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1569/3227] 10.0.0.164 () {32 vars in 748 bytes} [Tue Jun 16 01:50:11 2026] DELETE /v2.0/security-group-rules/b3b3f89d-22df-4346-8b83-aac750b31a86 => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 01:50:11.374 7 INFO neutron.api.v2.resource [None req-e3c03db3-cc4e-4dfb-8f96-bacc12fe863f 9034be66832e4b55b7aea002054059c0 e01d1fdff467425cb9907059314a3667 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1659/3228] 10.0.0.164 () {32 vars in 745 bytes} [Tue Jun 16 01:50:11 2026] GET /v2.0/security-group-rules/b3b3f89d-22df-4346-8b83-aac750b31a86 => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1570/3229] 10.0.0.164 () {32 vars in 748 bytes} [Tue Jun 16 01:50:11 2026] DELETE /v2.0/security-group-rules/8e550487-4987-4cb6-8299-9c3936a9f5e8 => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 01:50:11.439 7 INFO neutron.api.v2.resource [None req-2b20fb19-9678-4a70-b155-4104a23210f6 9034be66832e4b55b7aea002054059c0 e01d1fdff467425cb9907059314a3667 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1660/3230] 10.0.0.164 () {32 vars in 745 bytes} [Tue Jun 16 01:50:11 2026] GET /v2.0/security-group-rules/8e550487-4987-4cb6-8299-9c3936a9f5e8 => generated 155 bytes in 8 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1571/3231] 10.0.0.164 () {32 vars in 748 bytes} [Tue Jun 16 01:50:11 2026] DELETE /v2.0/security-group-rules/6f012329-a44d-4b81-89cc-4bf47ed60bfe => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 01:50:11.507 7 INFO neutron.api.v2.resource [None req-482c9535-defc-42a3-8cb8-e771a182177a 9034be66832e4b55b7aea002054059c0 e01d1fdff467425cb9907059314a3667 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1661/3232] 10.0.0.164 () {32 vars in 745 bytes} [Tue Jun 16 01:50:11 2026] GET /v2.0/security-group-rules/6f012329-a44d-4b81-89cc-4bf47ed60bfe => generated 155 bytes in 7 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1572/3233] 10.0.0.164 () {32 vars in 748 bytes} [Tue Jun 16 01:50:11 2026] DELETE /v2.0/security-group-rules/4c8c7383-5036-4073-b7e8-ec78ae3b74ab => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 01:50:11.581 7 INFO neutron.api.v2.resource [None req-005f695e-4a54-4b2f-a955-bee58a7d4c97 9034be66832e4b55b7aea002054059c0 e01d1fdff467425cb9907059314a3667 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1662/3234] 10.0.0.164 () {32 vars in 745 bytes} [Tue Jun 16 01:50:11 2026] GET /v2.0/security-group-rules/4c8c7383-5036-4073-b7e8-ec78ae3b74ab => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1573/3235] 10.0.0.164 () {32 vars in 748 bytes} [Tue Jun 16 01:50:11 2026] DELETE /v2.0/security-group-rules/31ed0186-dbb7-4f77-b4f4-d8d6a418a84d => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 01:50:11.660 7 INFO neutron.api.v2.resource [None req-e518001d-45e2-48f4-a87f-8c78fd4f15ca 9034be66832e4b55b7aea002054059c0 e01d1fdff467425cb9907059314a3667 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1663/3236] 10.0.0.164 () {32 vars in 745 bytes} [Tue Jun 16 01:50:11 2026] GET /v2.0/security-group-rules/31ed0186-dbb7-4f77-b4f4-d8d6a418a84d => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1574/3237] 10.0.0.164 () {32 vars in 748 bytes} [Tue Jun 16 01:50:11 2026] DELETE /v2.0/security-group-rules/913e0c1f-65ad-41f6-80f5-050d4e6de391 => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 01:50:11.729 7 INFO neutron.api.v2.resource [None req-d6ab5d2a-79bc-4283-b6ef-528e37665905 9034be66832e4b55b7aea002054059c0 e01d1fdff467425cb9907059314a3667 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1664/3238] 10.0.0.164 () {32 vars in 745 bytes} [Tue Jun 16 01:50:11 2026] GET /v2.0/security-group-rules/913e0c1f-65ad-41f6-80f5-050d4e6de391 => generated 155 bytes in 7 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1575/3239] 10.0.0.164 () {32 vars in 748 bytes} [Tue Jun 16 01:50:11 2026] DELETE /v2.0/security-group-rules/88ac3709-747d-4ff4-a37f-bbc8e151f1f1 => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 01:50:11.802 7 INFO neutron.api.v2.resource [None req-0880862d-25d4-4370-b36b-26f542d6fad6 9034be66832e4b55b7aea002054059c0 e01d1fdff467425cb9907059314a3667 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1665/3240] 10.0.0.164 () {32 vars in 745 bytes} [Tue Jun 16 01:50:11 2026] GET /v2.0/security-group-rules/88ac3709-747d-4ff4-a37f-bbc8e151f1f1 => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1576/3241] 10.0.0.164 () {32 vars in 738 bytes} [Tue Jun 16 01:50:11 2026] DELETE /v2.0/security-groups/bbe54fe7-4af3-42df-9042-4467c9af98bb => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 01:50:11.899 7 INFO neutron.api.v2.resource [None req-c8ae0aae-ca69-46f4-844a-40a66262415f 9034be66832e4b55b7aea002054059c0 e01d1fdff467425cb9907059314a3667 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1666/3242] 10.0.0.164 () {32 vars in 735 bytes} [Tue Jun 16 01:50:11 2026] GET /v2.0/security-groups/bbe54fe7-4af3-42df-9042-4467c9af98bb => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 01:50:12.342 8 INFO neutron_taas.services.taas.taas_plugin [None req-d8bc8183-0338-4127-a2e0-d498256c73b2 9034be66832e4b55b7aea002054059c0 e01d1fdff467425cb9907059314a3667 - - default default] TaaS: Handle Delete Port: e62b3f1d-6bd1-4083-9ad1-1cb5005d6469 2026-06-16 01:50:12.345 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d8bc8183-0338-4127-a2e0-d498256c73b2 9034be66832e4b55b7aea002054059c0 e01d1fdff467425cb9907059314a3667 - - default default] Tap Mirror: Handle Delete Port: e62b3f1d-6bd1-4083-9ad1-1cb5005d6469 [pid: 8|app: 0|req: 1577/3243] 10.0.0.164 () {34 vars in 787 bytes} [Tue Jun 16 01:50:11 2026] PUT /v2.0/routers/e5c7e03a-2bbc-4775-83b2-9fc406fecbdc/remove_router_interface => generated 309 bytes in 933 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 01:50:13.020 7 INFO neutron.api.v2.resource [None req-c0976213-5470-4ab8-ac45-ddb3b581863b 9034be66832e4b55b7aea002054059c0 e01d1fdff467425cb9907059314a3667 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1667/3244] 10.0.0.164 () {34 vars in 787 bytes} [Tue Jun 16 01:50:12 2026] PUT /v2.0/routers/e5c7e03a-2bbc-4775-83b2-9fc406fecbdc/remove_router_interface => generated 198 bytes in 141 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 01:50:13.381 8 INFO neutron_taas.services.taas.taas_plugin [None req-5711cd31-2b5b-49f3-b112-9a03d627a506 9034be66832e4b55b7aea002054059c0 e01d1fdff467425cb9907059314a3667 - - default default] TaaS: Handle Delete Port: f058704a-47f9-4004-92f8-87261b571daa 2026-06-16 01:50:13.384 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5711cd31-2b5b-49f3-b112-9a03d627a506 9034be66832e4b55b7aea002054059c0 e01d1fdff467425cb9907059314a3667 - - default default] Tap Mirror: Handle Delete Port: f058704a-47f9-4004-92f8-87261b571daa [pid: 8|app: 0|req: 1578/3245] 10.0.0.164 () {34 vars in 787 bytes} [Tue Jun 16 01:50:13 2026] PUT /v2.0/routers/e5c7e03a-2bbc-4775-83b2-9fc406fecbdc/remove_router_interface => generated 309 bytes in 895 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 01:50:14.524 7 INFO neutron.api.v2.resource [None req-47fe27bc-d9ad-4f11-b5db-5ee52dafbaa5 9034be66832e4b55b7aea002054059c0 e01d1fdff467425cb9907059314a3667 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1668/3246] 10.0.0.164 () {34 vars in 787 bytes} [Tue Jun 16 01:50:13 2026] PUT /v2.0/routers/e5c7e03a-2bbc-4775-83b2-9fc406fecbdc/remove_router_interface => generated 198 bytes in 601 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 01:50:14.818 8 INFO neutron_taas.services.taas.taas_plugin [None req-8fe156a2-390d-4c5f-b3ec-fc041a5ea881 9034be66832e4b55b7aea002054059c0 e01d1fdff467425cb9907059314a3667 - - default default] TaaS: Handle Delete Port: e20256fa-d66b-4962-88a8-7502d8dd5647 2026-06-16 01:50:14.821 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8fe156a2-390d-4c5f-b3ec-fc041a5ea881 9034be66832e4b55b7aea002054059c0 e01d1fdff467425cb9907059314a3667 - - default default] Tap Mirror: Handle Delete Port: e20256fa-d66b-4962-88a8-7502d8dd5647 [pid: 8|app: 0|req: 1579/3247] 10.0.0.164 () {34 vars in 787 bytes} [Tue Jun 16 01:50:14 2026] PUT /v2.0/routers/e5c7e03a-2bbc-4775-83b2-9fc406fecbdc/remove_router_interface => generated 309 bytes in 837 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 01:50:15.498 7 INFO neutron.api.v2.resource [None req-87b26700-b332-4290-ab3f-eef9f197d518 9034be66832e4b55b7aea002054059c0 e01d1fdff467425cb9907059314a3667 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1669/3248] 10.0.0.164 () {34 vars in 787 bytes} [Tue Jun 16 01:50:15 2026] PUT /v2.0/routers/e5c7e03a-2bbc-4775-83b2-9fc406fecbdc/remove_router_interface => generated 198 bytes in 126 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 01:50:15.671 8 INFO neutron_taas.services.taas.taas_plugin [None req-2462fbe7-7eda-4ea4-bfd5-87f4ea598cf6 9034be66832e4b55b7aea002054059c0 e01d1fdff467425cb9907059314a3667 - - default default] TaaS: Handle Delete Port: dc3da85f-f31a-4026-8afb-70816a848745 2026-06-16 01:50:15.674 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2462fbe7-7eda-4ea4-bfd5-87f4ea598cf6 9034be66832e4b55b7aea002054059c0 e01d1fdff467425cb9907059314a3667 - - default default] Tap Mirror: Handle Delete Port: dc3da85f-f31a-4026-8afb-70816a848745 2026-06-16 01:50:15.917 8 INFO neutron_taas.services.taas.taas_plugin [None req-2462fbe7-7eda-4ea4-bfd5-87f4ea598cf6 9034be66832e4b55b7aea002054059c0 e01d1fdff467425cb9907059314a3667 - - default default] TaaS: Handle Delete Port: aa728a00-0e29-43cd-9ebb-6cf96785902b 2026-06-16 01:50:15.920 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2462fbe7-7eda-4ea4-bfd5-87f4ea598cf6 9034be66832e4b55b7aea002054059c0 e01d1fdff467425cb9907059314a3667 - - default default] Tap Mirror: Handle Delete Port: aa728a00-0e29-43cd-9ebb-6cf96785902b 2026-06-16 01:50:16.272 8 INFO neutron.db.l3_hamode_db [None req-2462fbe7-7eda-4ea4-bfd5-87f4ea598cf6 9034be66832e4b55b7aea002054059c0 e01d1fdff467425cb9907059314a3667 - - default default] HA network 3851df69-e40d-44e8-9233-f3d431762061 was deleted as no HA routers are present in tenant e01d1fdff467425cb9907059314a3667. [pid: 8|app: 0|req: 1580/3251] 10.0.0.164 () {32 vars in 722 bytes} [Tue Jun 16 01:50:15 2026] DELETE /v2.0/routers/e5c7e03a-2bbc-4775-83b2-9fc406fecbdc => generated 0 bytes in 778 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 01:50:16.283 8 INFO neutron.services.segments.plugin [-] Segment f35eaa44-16d7-4ebc-adfe-60516b02f2b9 resource provider aggregate not found 2026-06-16 01:50:16.301 8 INFO neutron.services.segments.plugin [-] Segment f35eaa44-16d7-4ebc-adfe-60516b02f2b9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f35eaa44-16d7-4ebc-adfe-60516b02f2b9 found for delete ", "request_id": "req-e81a4b31-3f59-49b4-afb7-0c37402138d0"}]} 2026-06-16 01:50:16.305 8 INFO neutron.services.segments.plugin [-] Segment f35eaa44-16d7-4ebc-adfe-60516b02f2b9 resource provider aggregate not found 2026-06-16 01:50:16.308 7 INFO neutron.api.v2.resource [None req-a973db20-bcc1-40da-9e7a-8e911c6f1b5a 9034be66832e4b55b7aea002054059c0 e01d1fdff467425cb9907059314a3667 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1672/3252] 10.0.0.164 () {32 vars in 719 bytes} [Tue Jun 16 01:50:16 2026] GET /v2.0/routers/e5c7e03a-2bbc-4775-83b2-9fc406fecbdc => generated 135 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 01:50:16.321 8 INFO neutron.services.segments.plugin [-] Segment f35eaa44-16d7-4ebc-adfe-60516b02f2b9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f35eaa44-16d7-4ebc-adfe-60516b02f2b9 found for delete ", "request_id": "req-389ae446-007f-4957-91b8-b56ece1d91a3"}]} [pid: 8|app: 0|req: 1581/3253] 10.0.0.164 () {32 vars in 722 bytes} [Tue Jun 16 01:50:16 2026] DELETE /v2.0/subnets/66b5b964-b5f6-4ebe-bb49-41be1895d34f => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 01:50:16.490 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3691fcea-c3e1-49b5-98af-66cc4f3b74f8 9034be66832e4b55b7aea002054059c0 e01d1fdff467425cb9907059314a3667 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1673/3254] 10.0.0.164 () {32 vars in 719 bytes} [Tue Jun 16 01:50:16 2026] GET /v2.0/subnets/66b5b964-b5f6-4ebe-bb49-41be1895d34f => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1582/3255] 10.0.0.164 () {32 vars in 722 bytes} [Tue Jun 16 01:50:16 2026] DELETE /v2.0/subnets/ac18ff8e-ec7e-4eaa-aaba-5e72f42bc826 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 01:50:16.660 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a6d77190-09e9-41fd-ae37-41b09b9ce876 9034be66832e4b55b7aea002054059c0 e01d1fdff467425cb9907059314a3667 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1674/3256] 10.0.0.164 () {32 vars in 719 bytes} [Tue Jun 16 01:50:16 2026] GET /v2.0/subnets/ac18ff8e-ec7e-4eaa-aaba-5e72f42bc826 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 01:50:16.744 8 INFO neutron_taas.services.taas.taas_plugin [None req-eb87f692-e969-45d1-b5fc-3d128ed993f7 9034be66832e4b55b7aea002054059c0 e01d1fdff467425cb9907059314a3667 - - default default] TaaS: Handle Delete Port: 6e008e15-e51e-4140-b4bf-5e3e5bd72108 2026-06-16 01:50:16.746 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-eb87f692-e969-45d1-b5fc-3d128ed993f7 9034be66832e4b55b7aea002054059c0 e01d1fdff467425cb9907059314a3667 - - default default] Tap Mirror: Handle Delete Port: 6e008e15-e51e-4140-b4bf-5e3e5bd72108 [pid: 8|app: 0|req: 1583/3257] 10.0.0.164 () {32 vars in 724 bytes} [Tue Jun 16 01:50:16 2026] DELETE /v2.0/networks/8bc515e4-f18e-4a05-a234-12fdaadd3e5c => generated 0 bytes in 245 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 01:50:16.930 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b56a75ab-9c75-4d1e-90ef-1e6709cf0c6a 9034be66832e4b55b7aea002054059c0 e01d1fdff467425cb9907059314a3667 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1675/3258] 10.0.0.164 () {32 vars in 721 bytes} [Tue Jun 16 01:50:16 2026] GET /v2.0/networks/8bc515e4-f18e-4a05-a234-12fdaadd3e5c => generated 138 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1584/3259] 10.0.0.164 () {32 vars in 722 bytes} [Tue Jun 16 01:50:16 2026] DELETE /v2.0/subnets/adc83070-8f0a-4bd2-89b7-625df2562db7 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 01:50:17.102 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3a710ccc-b695-4285-81ce-d0d00e598624 9034be66832e4b55b7aea002054059c0 e01d1fdff467425cb9907059314a3667 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1676/3260] 10.0.0.164 () {32 vars in 719 bytes} [Tue Jun 16 01:50:17 2026] GET /v2.0/subnets/adc83070-8f0a-4bd2-89b7-625df2562db7 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1585/3261] 10.0.0.164 () {32 vars in 722 bytes} [Tue Jun 16 01:50:17 2026] DELETE /v2.0/subnets/9b28d5f8-86ac-44f8-b207-a52650a1621b => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 01:50:17.279 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c032f413-5db9-4e03-8137-b3c69b23e251 9034be66832e4b55b7aea002054059c0 e01d1fdff467425cb9907059314a3667 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1677/3262] 10.0.0.164 () {32 vars in 719 bytes} [Tue Jun 16 01:50:17 2026] GET /v2.0/subnets/9b28d5f8-86ac-44f8-b207-a52650a1621b => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 01:50:17.382 8 INFO neutron_taas.services.taas.taas_plugin [None req-308bace6-ad50-4360-9e5f-cae9615f81e9 9034be66832e4b55b7aea002054059c0 e01d1fdff467425cb9907059314a3667 - - default default] TaaS: Handle Delete Port: 9d57d7cc-8286-48fe-a44e-5612724216a5 2026-06-16 01:50:17.386 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-308bace6-ad50-4360-9e5f-cae9615f81e9 9034be66832e4b55b7aea002054059c0 e01d1fdff467425cb9907059314a3667 - - default default] Tap Mirror: Handle Delete Port: 9d57d7cc-8286-48fe-a44e-5612724216a5 [pid: 8|app: 0|req: 1586/3263] 10.0.0.164 () {32 vars in 724 bytes} [Tue Jun 16 01:50:17 2026] DELETE /v2.0/networks/498e9f1d-9192-44c7-9972-c593bcad5a0e => generated 0 bytes in 321 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 01:50:17.619 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5153f785-0b1a-454c-8baa-fd3e99789ced 9034be66832e4b55b7aea002054059c0 e01d1fdff467425cb9907059314a3667 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1678/3264] 10.0.0.164 () {32 vars in 721 bytes} [Tue Jun 16 01:50:17 2026] GET /v2.0/networks/498e9f1d-9192-44c7-9972-c593bcad5a0e => generated 138 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1587/3265] 10.0.0.164 () {32 vars in 722 bytes} [Tue Jun 16 01:50:17 2026] DELETE /v2.0/subnets/667dfd00-e7a2-4f8f-bfde-87d80252b582 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 01:50:17.779 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a22a9d9a-e333-4d9d-84ff-3e7091ec7e2e 9034be66832e4b55b7aea002054059c0 e01d1fdff467425cb9907059314a3667 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1679/3266] 10.0.0.164 () {32 vars in 719 bytes} [Tue Jun 16 01:50:17 2026] GET /v2.0/subnets/667dfd00-e7a2-4f8f-bfde-87d80252b582 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1588/3267] 10.0.0.164 () {32 vars in 722 bytes} [Tue Jun 16 01:50:17 2026] DELETE /v2.0/subnets/3321a2f3-378c-4da6-869d-bc196fe32e0a => generated 0 bytes in 127 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 01:50:17.931 7 INFO neutron.pecan_wsgi.hooks.translation [None req-cca1b249-790c-4732-a33a-b5e1bfc2442d 9034be66832e4b55b7aea002054059c0 e01d1fdff467425cb9907059314a3667 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1680/3268] 10.0.0.164 () {32 vars in 719 bytes} [Tue Jun 16 01:50:17 2026] GET /v2.0/subnets/3321a2f3-378c-4da6-869d-bc196fe32e0a => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 01:50:18.009 8 INFO neutron_taas.services.taas.taas_plugin [None req-ee20a710-e6a1-4b95-af27-0379da6f4856 9034be66832e4b55b7aea002054059c0 e01d1fdff467425cb9907059314a3667 - - default default] TaaS: Handle Delete Port: b5a839cc-a93a-436c-9277-e9a90db2e42d 2026-06-16 01:50:18.012 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ee20a710-e6a1-4b95-af27-0379da6f4856 9034be66832e4b55b7aea002054059c0 e01d1fdff467425cb9907059314a3667 - - default default] Tap Mirror: Handle Delete Port: b5a839cc-a93a-436c-9277-e9a90db2e42d [pid: 8|app: 0|req: 1589/3269] 10.0.0.164 () {32 vars in 724 bytes} [Tue Jun 16 01:50:17 2026] DELETE /v2.0/networks/06d30510-cdd4-49ce-9556-4eff56c9b3fe => generated 0 bytes in 231 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 01:50:18.190 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7469f83b-6d5e-419a-b748-93381484efa5 9034be66832e4b55b7aea002054059c0 e01d1fdff467425cb9907059314a3667 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1681/3270] 10.0.0.164 () {32 vars in 721 bytes} [Tue Jun 16 01:50:18 2026] GET /v2.0/networks/06d30510-cdd4-49ce-9556-4eff56c9b3fe => generated 138 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 01:50:18.329 8 INFO neutron.services.segments.plugin [-] Segment 75d4bca1-cf67-4524-8576-dd4661da3324 resource provider aggregate not found 2026-06-16 01:50:18.340 8 INFO neutron.services.segments.plugin [-] Segment 75d4bca1-cf67-4524-8576-dd4661da3324 resource provider aggregate not found 2026-06-16 01:50:18.349 8 INFO neutron.services.segments.plugin [-] Segment 75d4bca1-cf67-4524-8576-dd4661da3324 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 75d4bca1-cf67-4524-8576-dd4661da3324 found for delete ", "request_id": "req-1162476d-8f13-4483-a8e9-9fe1d15cb274"}]} 2026-06-16 01:50:18.360 8 INFO neutron.services.segments.plugin [-] Segment 75d4bca1-cf67-4524-8576-dd4661da3324 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 75d4bca1-cf67-4524-8576-dd4661da3324 found for delete ", "request_id": "req-f1fc22fd-128c-4e1f-96a9-536cb976b30d"}]} 2026-06-16 01:50:18.365 8 INFO neutron.services.segments.plugin [-] Segment 74862e39-2d4e-47d0-a58a-16d7c4d5f362 resource provider aggregate not found 2026-06-16 01:50:18.382 8 INFO neutron.services.segments.plugin [-] Segment 74862e39-2d4e-47d0-a58a-16d7c4d5f362 resource provider aggregate not found 2026-06-16 01:50:18.389 8 INFO neutron.services.segments.plugin [-] Segment 74862e39-2d4e-47d0-a58a-16d7c4d5f362 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 74862e39-2d4e-47d0-a58a-16d7c4d5f362 found for delete ", "request_id": "req-b3b35e0d-7a3c-4a4e-8a80-2ccfeb805994"}]} 2026-06-16 01:50:18.407 8 INFO neutron.services.segments.plugin [-] Segment 74862e39-2d4e-47d0-a58a-16d7c4d5f362 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 74862e39-2d4e-47d0-a58a-16d7c4d5f362 found for delete ", "request_id": "req-cfdb176b-b776-4282-832d-a4a0d7686300"}]} 2026-06-16 01:50:18.412 8 INFO neutron.services.segments.plugin [-] Segment a2eeab00-f91c-402e-b978-b1c906d050f7 resource provider aggregate not found 2026-06-16 01:50:18.428 8 INFO neutron.services.segments.plugin [-] Segment a2eeab00-f91c-402e-b978-b1c906d050f7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a2eeab00-f91c-402e-b978-b1c906d050f7 found for delete ", "request_id": "req-7a3d7a06-f76b-4531-93cd-9d06b4f1cf69"}]} 2026-06-16 01:50:18.429 8 INFO neutron.services.segments.plugin [-] Segment a2eeab00-f91c-402e-b978-b1c906d050f7 resource provider aggregate not found 2026-06-16 01:50:18.448 8 INFO neutron.services.segments.plugin [-] Segment a2eeab00-f91c-402e-b978-b1c906d050f7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a2eeab00-f91c-402e-b978-b1c906d050f7 found for delete ", "request_id": "req-b34781f7-69c2-437c-93d6-219426f67934"}]} [pid: 8|app: 0|req: 1590/3271] 10.0.0.164 () {32 vars in 772 bytes} [Tue Jun 16 01:50:20 2026] GET /v2.0/security-groups?tenant_id=ffc0a51bf5214d3b826f11ace5656f8f&name=default => generated 2929 bytes in 331 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1682/3272] 10.0.0.164 () {32 vars in 738 bytes} [Tue Jun 16 01:50:20 2026] DELETE /v2.0/security-groups/d0af7aef-4c55-4bfd-80f4-5aef0db12a74 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1591/3273] 10.0.0.164 () {32 vars in 772 bytes} [Tue Jun 16 01:50:20 2026] GET /v2.0/security-groups?tenant_id=192a001501784e2ba642c741c4d564b5&name=default => generated 2929 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1683/3274] 10.0.0.164 () {32 vars in 738 bytes} [Tue Jun 16 01:50:20 2026] DELETE /v2.0/security-groups/7345c600-3bc4-4c1c-a6b2-c0e5598b4c97 => 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: 1592/3275] 10.0.0.164 () {32 vars in 772 bytes} [Tue Jun 16 01:50:20 2026] GET /v2.0/security-groups?tenant_id=fa00dc46af7b4989a09300c279b32151&name=default => generated 2929 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1684/3276] 10.0.0.164 () {32 vars in 738 bytes} [Tue Jun 16 01:50:21 2026] DELETE /v2.0/security-groups/9a540b80-baf2-407f-bb85-bebf1b4f830c => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1593/3277] 10.0.0.164 () {32 vars in 772 bytes} [Tue Jun 16 01:50:21 2026] GET /v2.0/security-groups?tenant_id=2b76631e502f467d830c653eabaa471b&name=default => generated 2929 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1685/3278] 10.0.0.164 () {32 vars in 738 bytes} [Tue Jun 16 01:50:21 2026] DELETE /v2.0/security-groups/a239ebfd-7451-43f1-9d6c-fb9f1ccda92f => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1594/3279] 10.0.0.164 () {32 vars in 772 bytes} [Tue Jun 16 01:50:21 2026] GET /v2.0/security-groups?tenant_id=e01d1fdff467425cb9907059314a3667&name=default => generated 2929 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1686/3280] 10.0.0.164 () {32 vars in 738 bytes} [Tue Jun 16 01:50:21 2026] DELETE /v2.0/security-groups/b0db60a4-f5af-4964-a890-f959274a1251 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1595/3281] 10.0.0.164 () {32 vars in 772 bytes} [Tue Jun 16 01:50:21 2026] GET /v2.0/security-groups?tenant_id=c1011669e4ba44b580320f9cd1f929ed&name=default => generated 2929 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1687/3282] 10.0.0.164 () {32 vars in 738 bytes} [Tue Jun 16 01:50:22 2026] DELETE /v2.0/security-groups/c2a24606-34fa-468d-9c03-970d509818dd => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1596/3283] 10.0.0.164 () {32 vars in 772 bytes} [Tue Jun 16 01:50:22 2026] GET /v2.0/security-groups?tenant_id=4e2975324a304cc1b2d42d81014d6c3e&name=default => generated 2929 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1688/3284] 10.0.0.164 () {32 vars in 738 bytes} [Tue Jun 16 01:50:22 2026] DELETE /v2.0/security-groups/410a99ff-417e-4deb-8c26-3f11567a4e70 => 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: 1597/3285] 10.0.0.164 () {32 vars in 647 bytes} [Tue Jun 16 01:50:24 2026] GET /v2.0/networks => generated 2168 bytes in 160 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1689/3286] 10.0.0.164 () {32 vars in 653 bytes} [Tue Jun 16 01:50:26 2026] GET /v2.0/floatingips => generated 19 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1598/3287] 10.0.0.164 () {32 vars in 645 bytes} [Tue Jun 16 01:50:26 2026] GET /v2.0/routers => generated 15 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1690/3288] 10.0.0.164 () {32 vars in 641 bytes} [Tue Jun 16 01:50:26 2026] GET /v2.0/ports => generated 4721 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1599/3289] 10.0.0.164 () {32 vars in 645 bytes} [Tue Jun 16 01:50:26 2026] GET /v2.0/subnets => generated 1308 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1691/3290] 10.0.0.164 () {32 vars in 647 bytes} [Tue Jun 16 01:50:26 2026] GET /v2.0/networks => generated 2168 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1600/3291] 10.0.0.164 () {32 vars in 661 bytes} [Tue Jun 16 01:50:26 2026] GET /v2.0/security-groups => generated 17397 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1692/3292] 10.0.0.164 () {32 vars in 653 bytes} [Tue Jun 16 01:50:26 2026] GET /v2.0/subnetpools => generated 19 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0)